:root{
    --primary: #32312E;
    --secondary: #d0dfe5;
    --tertiary: #105337;
    --black: #000;
    --white: #fff;
    --h1: 70px;
    --h2: 45px;
    --h3: 40px;
    --h4: 30px;
    --h1mob: 40px;
    --h2mob: 30px;
    --h3mob: 20px;
    --h4mob: 18px;
    --font-light: 300;    
    --font-regular: 400;
    --font-medium: 500;
    --font-semi: 600;
    --font-bold: 700;
    --family-inter: 'Inter', sans-serif;
    --family-cinzel: 'Cinzel', serif;
    
}
html {
  box-sizing: border-box;
}
body {
  background-color: var(--white);
  font-size: 18px;
  line-height: 25px;
  color: var(--black);
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  overflow-x: hidden;
  font-weight: var(--font-light);
  font-family: var(--family-inter);
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--family-inter); line-height: 1.2;
}

p{
    margin-bottom:1.5em;line-height:31px;
}

.post, .page{
    margin-bottom: 0;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:visited{
    color: inherit;
}

ul, ol{
  margin-bottom: 0;
}
a:hover, a:focus {
  color: inherit;
}
*, *:before, *:after {
  box-sizing: inherit;
}
ul, ol{
    margin-left: 0;
}
.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: transparent;
}
header .navbar-nav>li>a:hover, .footer-sections li a:hover, footer .footer-bottom li a:hover{
    color:  var(--secondary);
}

.navbar .header-cta .theme-btn a{
  font-size: 15px;
  padding: 6px 17px;
}

.navbar .header-cta{
    display:flex;
    flex-direction:row;
    gap:20px;
    justify-content: flex-end;
    align-self: center;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height:100vh;
}

.blog-page .widget-area{
    background: var(--primary);
    padding: 20px 15px;
}
.blog-page .widget_search input[type="search"] {
    margin-bottom: 10px;
}
.blog-page .widget_search input[type="search"], .blog-page .widget_email-subscribers-form input[type="email"] {
    width: 100%;
    border: 1px solid white;
    outline: none;
    height: 40px;
    border-radius: 0;
    font-size: 14px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 3px;
}
.blog-page .widget_search label, .blog-page .widget_email-subscribers-form label {
    width: 100%;
    color: var(--white);
}
.blog-page input[type="submit"] {
    background: var(--secondary);
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--family-inter);
    font-weight: var(--font-medium);
    display: inline-block;
    border: none;
    color: var(--white);
    padding: 17px 35px;
    border-radius: 0;
}
.blog-page .no-results .search-form .search-field {
    border: 1px solid #ccc;
    outline: none;
    height: 52px;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px;
}
.blog-page .not-found input[type="submit"]:hover{
    background: var(--primary);
    color:  var(--white);
}
.blog-page input[type="submit"]:hover{
    background: var(--white);
    color: var(--secondary);
}
.blog-page .widget_search label, .blog-page .widget_email-subscribers-form label{
    font-family: var(--family-inter);
}
.blog-page h2.widget-title{
    color: var(--white);
}
.blog-page .widget_recent_entries ul li a::before {
    font-family: FontAwesome;
    content: "\f054";    
    display: inline-block;
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--secondary);
}
.blog-page .widget_recent_entries ul {
    margin-left: 0;
    list-style: none;
    padding-left: 0;
}
.blog-page .widget_recent_entries ul li a {
    padding-left: 15px;
    position: relative;
    display: inline-block;
    color: var(--white);
}
.blog-page .post-thumbnail-content .entry-title, .not-found .page-title{
    margin: 0;    
}
.blog-page .post-thumbnail-content .entry-title a, .blog-page .entry-content a, .contact-page .contact-addr li a:hover{
    color: var(--primary);
}
.not-found .page-header{
    margin-top: 0;
}
.blog-page .entry-content a{
    font-weight: var(--font-regular);
}
.blog-page .post-thumbnail-content .entry-title a:hover, .blog-page .entry-content a:hover{
    color: var(--secondary);
}
.blog-page .post{
    margin-bottom: 30px;
}
.inner-pages.contact-page .contact-map-section {
    margin-bottom: 30px;
}
.contact-page .contact-addr {
    padding-left: 30px;
}
.contact-page .contact-addr li{
    padding-bottom: 20px;
}
.contact-page .contact-addr li i {
    margin-left: -25px;
    width: 27px;
    color: var(--primary);
}
.quick-enquiry-form h2{
    color: var(--primary);
    margin-top: 0;
    margin-bottom: 30px;
}
.padd-100{
    padding: 100px 0;
}
.menu-section .navbar-fixed-top{
    padding-top: 0px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
}
.inner-pages.contact-page section.services{
    padding-bottom: 50px;
}

section.services{
    padding-bottom:50px;
}

/* Container for the team grid */
.team-wrapper {
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto; /* Center the grid on the page */

}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 75px;
    justify-content: center; /* Center the grid items */
}

/* Individual team member */
.team-member {
    flex: 1 1 calc(33.333% - 75px);
    text-align: left;
    padding-inline: 20px;
}

/* Centered circular image */
.team-img img {
    width: 100%; /* Reduce image size */
    height: auto; /* Make it a circle */
    object-fit: cover;
    border-radius:5px;
    margin: 0 auto; /* Center the image */
    display: block;
}

/* Simplified text styling */
.team-text {
    padding: 10px 0;
}

.team-text h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #333;
}

.team-text p {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
}

/* Styling for contact icons */
.team-contact {
    margin-top: 10px;
}

.contact-icon {
    margin-top:10px;
margin-right:5px;
    font-size: 1em;
    color: #333;
    transition: color 0.3s ease;
}

.contact-icon img {width:34px;}

.contact-icon:hover {
    color: #0073e6; /* Customize this color */
}

.clearfix {
    clear: both;
}

/* Responsive design */
@media (max-width: 992px) {
    .team-member {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .team-member {
        flex: 1 1 100%;
    }
}


.team-enclose .team-text h3 a{
    color: var(--primary);
}
.team-enclose .team-text h3 a:hover, .blog-page .widget_recent_entries ul li a:hover{
    color: var(--secondary);
}
.menu-container .navbar-brand{
    height: auto;
    width:180px;
    margin-right:20px;
}
.menu-section .email-phone li{
    text-align: right;
    font-family: var(--family-inter);
}
.menu-section .email-phone li:first-child{
    padding-right: 20px;
}
.menu-section .email-phone li span{
    font-size: 14px;
    font-weight: var(--font-bold);
    color: var(--secondary);
}
.menu-section .email-phone li a{
    padding-right: 0;
    font-size: 20px;
    font-weight: var(--font-medium);
    color: var(--white);
    padding-top: 3px;
}
.menu-section .primary-menu li a{
    font-size: 18px;
    color: var(--white);
}
.menu-section .primary-menu li .image-arrow{
    position:absolute;
    top: 23px;
    right: 0;
}
.menu-section .primary-menu ul.dropdown-menu li a{
    font-size: 16px;
    color: var(--black);
    font-weight: var(--font-light);
    font-family: var(--family-inter);
    white-space: normal;
}
.menu-section .primary-menu li.dropdown-submenu img{
    top: 12px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: var(--secondary);
}
.menu-section .primary-menu li.dropdown-submenu {
  position: relative;
}
.menu-section .primary-menu li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
section.banner{
    overflow: hidden;
    position: relative;
}
.banner .above-banner-wrapper{
  position: relative;
}

.banner-wrapper.home-banner{
    padding: 300px 0;
}   

.inner-pages section.banner .banner-wrapper.maintenance{
    background: none !important;
    /* padding: 390px 0px 40px 0px; */
    padding-top: 60vh;
    height: 100vh;
}   

section.banner .banner-wrapper{
    background: url('../images/banner.png')no-repeat;
    background-size: cover;
    background-position: 50% 30%;
    padding: 200px 0px 120px 0px;
}

.inner-pages section.banner .banner-wrapper{
    background: none!important;
    padding: 110px 0px 40px 0px;
}

.inner-pages section.banner .banner-wrapper.job-banner{
    background: none!important;
    padding: 150px 0px 70px 0px;
}
.inner-pages section.banner{
    padding: 10px 0 10px;
    background-color: var(--primary);
    color:#fff;
    position: relative;
}

.inner-pages section.banner .banner-container h1{
    font-size: 55px;
}

section.banner .banner-container{
    position: relative;
    z-index: 1;
}
.banner-container h1{
    font-size: var(--h1);
    color: var(--white);
    font-weight: var(--font-semi);
    margin-bottom: 20px;
}
.banner-container h1 span{
    font-weight: var(--font-semi);
}
.theme-btn a{
    background: var(--secondary);
    font-size: 18px;
    text-transform:capitalize; 
    font-family: var(--family-inter);   
    font-weight: var(--font-bold);
    padding: 17px 56px;
    display: inline-block;
    color: #3B3209;
}
.theme-btn a:hover{
    background: #a2a2a2;
    color:#3B3209;
}
.section-title h2{
    font-size: var(--h2);
    font-weight: var(--font-semi);
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--primary);
}
.section-title h2::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    background: var(--secondary);
}

.container.top-section{
    padding-block: 45px;
}

.service-info ul {margin-bottom:20px;}

.services .service-info p:first-child{
    font-family: var(--family-inter);
    font-weight: var(--font-regular);
}
.service-info a{
    color: black;
    font-weight:400;
}
 .service-info a:hover{
    color:#a2a2a2;
}

.sticky-cta{
    position: sticky;
    top: 120px;
    padding-left:85px;
}

.service-text .cta-info h3{
 margin-top:0px;
 font-weight: var(--font-bold);
 font-size: var(--h4)
}

.service-text .cta-info .theme-btn {
    margin-bottom: 0px;
}

.service-text .cta-info .theme-btn a{
    width:100%;
    text-align:center;
    font-size:22px;
}

.why-kcs-section {
    background-color: var(--primary);
    padding-block: 30px;
}

.why-kcs-section .container {
    width:1400px!important;
}

.why-kcs-section h2{
    font-size: var(--h2);
    font-weight: var(--font-bold);
    margin-bottom:40px;
}

.why-kcs-section .theme-btn a{
    width:420px;
    text-align:center;
    font-size:22px;
}

.feature-box {
    text-align: left;
    padding: 20px;
    height:auto;
    border-radius: 5px;
    /*! margin-bottom: 20px; */
}

.feature-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
	display: none;
}

.feature-box h3 {
    font-size: 23px;
    font-weight: var(--font-semi);
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}

.feature-box p {
    /*! margin-top:20px; */
    font-size: 16px;
}

.section-title.secondary-title h2{
    font-size: var(--h3);
}
.button-section .green-btn a{
    background: var(--primary);
    color: white;;
}
.services .button-section{
    margin-top: 30px;
    display: flex;
}
.services .button-section .theme-btn a{
    width: 230px;
    text-align: center;
}
.button-section .green-btn {
    margin-right: 20px;
}

section.joinus{
background: var(--primary);
    position: relative;
    color:#fff;
    padding-bottom: 70px;
}
section.joinus .join-wrapper{
    padding-top: 70px;
}
section.joinus .bg-left{
    position: absolute;
    bottom: -135px;
}
.joinus .join-wrapper .bg-right{
    position: absolute;
    top: 0;
    right: -40px;    
}
.joinus .section-title{
    text-align: left;
}
.joinus .section-title span{
    display: inline-block;
    color: #fff;
    font-weight: var(--font-bold);
    font-size: 24px;
    font-family: var(--family-inter);
    padding-bottom: 15px;
}
.joinus .join-wrapper{
    position: relative;
}
.joinus .section-title h2{
color: var(--white);
}
section.roles{
    padding-top: 70px;
}
.roles .section-title h2{
    font-size: var(--h3);
}
.joinus p{
color: var(--white);
}

.joinus .form-container{
text-align:left;
}

.roles-wrapper .roles-enclose{
    position: relative;
}
.roles-wrapper .roles-text{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    width: 100%;
    display: flex;
    text-align: center;
    transform: translate(-50%, -50%);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.roles-wrapper .roles-text h3{
    color: var(--white);
    margin-bottom: 26px;
    margin-top: 0;
    font-size: 30px;
    flex-basis: 100%;
    text-align: center;
}
.roles-enclose .roles-img img{
    width: 100%;
}
.roles-wrapper .theme-btn a{
    font-size: 16px;
    padding: 13px 25px;
}
.roles-wrapper .theme-btn{
    margin-top: 0px;
}
.roles-wrapper .roles-enclose{
    margin-bottom: 30px;   
    overflow: hidden;
}
.roles-wrapper .roles-enclose:hover img{
    transform: scale(1.1);
     transition: all 0.3s ease;
}
section.blog{
/*     background: url('../images/blog.png')no-repeat; */
    background: #01321F;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 100px;
    background-position: center center;
	display: none;
}
section.blog .section-title h2{
    color: #fff;
}
.blog-content h2{
    margin-top: 0;
    color: var(--secondary);
}
.blog-wrapper .blog-content{
    background: var(--white);
    border-top: 2px solid var(--secondary);
    padding: 30px;
}
.blog-right .blog-thumb:first-child{
    margin-bottom: 30px;
}
.blog-enclose .blog-left .blog-content h2{
    font-size: 30px;
}
.blog-enclose .blog-right .blog-content h2{
    font-size: 20px;
}
.blog-enclose > .row{
    display: flex;
    flex-wrap: wrap;
}
.blog-enclose .blog-left.blog-wrapper{
    height: 100%;
    background: var(--primary);
}
.blog-content .theme-btn a{
    font-size: 18px;
    background: var(--primary);
    color: var(--white);
}
.blog-thumb .theme-btn{
    margin-top: 10px;
}
.blog-content .button-date{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.blog-content .blog-date p{
    margin-top: 10px;
    opacity: 0.4;
    font-size: 16px;
    font-family: var(--family-inter);
}
.testimonial .testimonial-container{
    position: relative;
}
.testimonial-container .testimonial-left-img{
    position: absolute;
    left: 70px;
    top: 30px;
}
.testimonial-container .testimonial-right-img{
    position: absolute;
    right: 20px;
    top: 200px;
}
.testimonial-slider .slider-container{
    padding: 30px 40px 70px;
    background: var(--primary);
}
.testimonial-slider .slider-container p{
    color: var(--white);
    position: relative;
    padding-top: 70px;
}
.testimonial-slider .slider-container p::before{
    position: absolute;
    content: "";
    width: 45px;
    height: 34px;
    top: 0;
    left: 0;
    background: url('../images/quote.png')no-repeat;
}
.testimonial-slider .owl-nav{
    margin-top: 70px;
}
.testimonial-slider .owl-theme .owl-nav [class*=owl-]{
    margin: 5px 25px;
}
.testimonial-container .testimonial-left-img img, .testimonial-container .testimonial-right-img img{
    max-width: 80%;
}
section.testimonial{
    padding: 70px 0 70px;
}
.contact-page .contact-addr li a:hover{
    color:#c29740;
}
footer{
    background: var(--primary);
    padding-top: 50px;
}

ul.right-align{
    text-align: right;
}

.footer-logo{width:80%;}

.footer-logo-social .footer-social{
    margin-top: 30px;
	margin-left: 10px;
}
.footer-social li img:hover, .sidebar-social li img:hover{
    opacity: 0.8;
}

.footer-social li img{
    width: 40px;
}

.footer-sections h3{
    margin-top: 0;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    color: var(--white);
}

.footer-sections li a, .footer-sections li{
    color: var(--white);
    font-size: 16px;
}
.footer-sections li{
    padding-bottom: 15px;
}
.footer-sections.footer-links li{
    padding-bottom: 10px;
}
.footer-contact ul li{
    padding-left: 25px;    
}
.footer-contact ul li i{
    font-size: 16px;
    width: 25px;
    margin-left: -25px;
}
.footer-sections h3::before{
    position: absolute;
    content: "";
    background: var(--secondary);
    height: 3px;
    width: 52px;
    left: 0;
    bottom: 0;    
}
.footer-downloads li a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
footer .footer-downloads li{
    padding-bottom: 5px;
}

.footer-downloads li a .btn-text {
    padding: 15px 20px;
    display: block;
    position: relative;
    border-top: solid 1px var(--secondary);
    border-bottom: solid 1px var(--secondary);
    z-index: 3;
}
.footer-downloads li a .btn-text:before {
    top: -1px;
    left: -14px;
    border-top: solid 1px var(--secondary);
    border-left: solid 1px var(--secondary);
}
.footer-downloads li a .btn-text:before, .footer-downloads li a .btn-text:after {
    content: "";
    width: 20px;
    height: calc(100% - 13px);
    display: block;
    position: absolute;
    z-index: 3;
}
.footer-downloads li a .btn-text:after {
    bottom: -1px;
    right: -14px;
    border-bottom: solid 1px var(--secondary);
    border-right: solid 1px var(--secondary);
}
footer .footer-bottom{
    padding-top: 30px;
}
footer .footer-bottom li, footer .footer-bottom li a{
    color: var(--white);
    opacity: 0.7;
    font-size: 15px;
}
footer .footer-bottom .row{
    display: flex;
    flex-wrap: wrap;
}
.footer-bottom .bottom-details{
    padding-bottom: 15px;
}
.menu-section .navbar-fixed-top.sticky-menu{
    /*background: var(--primary);*/
    box-shadow: 0px 3px 10px rgb(0 0 0 / 11%);
    padding-top: 0;
}
.button-section .green-btn a:hover, .blog-content .theme-btn a:hover{
    background: var(--secondary);
    color: var(--primary);
}
.footer-downloads li a:hover::before{
    border-top: solid 1px var(--white);
}
.footer-downloads li a:hover .btn-text{
    border-top: solid 1px var(--white);
    border-bottom: solid 1px var(--white);
}
.footer-downloads li a:hover .btn-text::before{
    border-top: solid 1px var(--white);
    border-left: solid 1px var(--white);
}
.footer-downloads li a:hover .btn-text::after{
    border-bottom: solid 1px var(--white);
    border-right: solid 1px var(--white);
}
.footer-downloads li a:hover::after{
    border-bottom: solid 1px var(--white);
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
.inner-pages .theme-btn {
    margin-block: 40px;
}
header .dropdown-menu>li>a:focus, header .dropdown-menu>li>a:hover{
    color: #17595a !important;
}
.testimonial .owl-carousel .owl-stage{
    display: flex;
}
.testimonial .item{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.testimonial .item .slider-container{
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.services p br{
    display: none;
}
/* =====Responsive ========*/

@media(min-width: 1700px){
    section.testimonial{
        padding: 70px 0 100px;
    }
    .testimonial-container .testimonial-right-img{
        position: absolute;
        right: 20px;
        top: 200px;
    }
    section.blog{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .roles-wrapper .roles-text h3{
        font-size: var(--h4);
    }
    /*section.banner::before{
        background-position: center;
    }*/
    section.services::before{
        left: 15%;
    }
    /*section.banner .banner-wrapper{
        padding: 600px 0;
    }*/
    /*section.services{
        margin-top: -230px;
    }*/
    .inner-pages section.services{
        margin-top: 0;
    }
}

@media(min-width: 1200px){
    .menu-container .primary-menu > li:not(:last-child){
        margin-right: 15px;
    }
    .header-cta-mobile{
        display:none;
    }
}

@media(max-width: 1199px){
    .footer-downloads li a .btn-text{
        padding: 15px 10px;
    }
    section.blog{
        background-position: top right;
    }

}

@media(max-width: 991px){
    .footer-sections.footer-links, .footer-sections.footer-downloads{
        padding-top: 30px;
    }

    .inner-pages section.banner .banner-container h1{
        font-size: var(--h1mob);
    }

    .inner-pages section.banner .banner-wrapper.job-banner{
        padding: 20px 0px 0px 0px;
    }
    .footer-bottom .bottom-details{
        padding-bottom: 30px;
    }
    footer .footer-bottom [class*="col-"]{
        border-left: none;
    }
    .joinus .join-wrapper .bg-right{
        right: -15px;
    }
    .blog-enclose .blog-right{
        margin-top: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .blog-right .blog-thumb{
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    section.blog{
        background-image: none;
        background-color: #d9ac5b;
        padding: 50px 0;
        margin-top:50px;
    }
    ul.right-align{
        text-align: left;
    }
    ul.dropdown-menu li {
    margin-bottom:10px;
    }

    h1{
        font-size: var(--h1mob);
    }
    h2{
        font-size: var(--h2mob);
    }
    h3{
        font-size: var(--h3mob);
    }
    h4{
        font-size: var(--h4mob);
    }

    .section-title.secondary-title h2{
        font-size: var(--h2mob);
    }

    .roles .section-title h2{
        font-size: var(--h2mob);
    }

    .section-title.secondary-title h2 br{
        display: none;
    }
    section.banner .banner-container {
        margin-left: 0px;
    }
    section.banner .banner-wrapper, section.banner .banner-wrapper::before{
        left: 0;
    }
    .banner-container h1{
        font-size: 50px;
    }
    .menu-section .primary-menu li a {
        font-size: 16px;
    }
    .menu-section .email-phone li a{
        font-size: 18px;
    }
    .menu-section .email-phone li span {
        font-size: 12px;
    }
}

@media(min-width: 768px){
    .menu-section .primary-menu li.dropdown-submenu img{
        right:  10px;
    }
    .header-cta-mobile{
        display:none;
    }
    .menu-section .primary-menu ul.dropdown-menu li.menu-item-has-children ul{
        min-width: 230px;
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        top: calc(100% + 30px);
        margin: 0;
        padding: 0;
        z-index: 99;
        border-radius: 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
        transition: 0.3s;
        min-width: 230px;
    }
    .menu-section .menu-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-block: 10px;
        font-weight: var(--font-semi);
    }
    .menu-section .menu-container .call {
        font-size:18px;
        font-weight: var(--font-semi);
        color:var(--white);
        align-self: center;
    }
    .menu-section .menu-container .call a {
        color:var(--secondary);
    }
    .menu-container .navbar-right{
        margin-right: 0;
    }
    .menu-container .email-phone.navbar-right{
        border-bottom: 1px solid rgb(140 140 140 / 42%);
    }
}

@media(max-width: 767px){
    footer { 
        padding-top:50px;
    }

    .menu-section .menu-container .header-cta {
        display:none;
     }
     .header-cta-mobile{
         display:flex;
         flex-direction: column;
         border-top: 1px solid transparent;
         padding-block:20px;
         -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
         box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
     }

     .header-cta-mobile .theme-btn a{
        width:46%;
        font-size: 16px;
  padding: 10px 14px;
     }

     .header-cta-mobile .call{
       color:#fff;
       font-weight:var(--font-semi);
       font-size: 16px;
       margin-bottom:10px;
    }
    .header-cta-mobile .call span{
        color:var(--secondary);
     }
    .footer-logo-main {width:70%;}

    footer .footer-downloads li {
        padding-bottom: 15px;
    }
    .menu-section .primary-menu li a{
        width: calc(100% - 40px);
    }
    .menu-container .navbar-collapse{
        background: var(--primary);
    }
    .menu-section .primary-menu li .image-arrow{
        right: 15px;
    }
    .menu-section .primary-menu li.dropdown-submenu .dropdown-menu{
        padding-left: 10px;
    }
    .menu-section .primary-menu li .image-arrow{
        top: 20px;
    }
    .inner-pages section.banner{
        padding: 100px 0 50px;
    }
    .blog-page .post-thumbnail-content .entry-title, .blog-page .service-info-right{
        margin-top: 20px;
    }
    .menu-section .primary-menu ul.dropdown-menu li a{
        color: var(--white);
    }
    .footer-sections.footer-contact{
        padding-top: 30px;
    }
    .blog-right .blog-thumb{
        width: 100%;
    }
    .blog-wrapper .blog-img img{
        width: 100%;
    }
    .section-title h2{
        font-size: var(--h2mob);
    }
    section.services::before, section.services::after, section.joinus .bg-left, .joinus .join-wrapper .bg-right{
        display: none;
    }
    .banner-container h1 {
        font-size: 45px;
    }

    .services .button-section{
        justify-content: space-evenly;
    }
    .theme-btn a {
       width: 100%;
    text-align: center;
    }
    section.banner .banner-wrapper{
        padding: 150px 0;
        background-image:linear-gradient(90deg, rgba(255,255,255,0) 23%, rgba(1,9,1,0.5970763305322129) 64%), url('/wp-content/themes/kingcontractservices/assets/images/KCS-home-hero-mobile.jpg')!important;
    }    
    section.roles{
        padding-top: 50px;
    }
    .menu-section .email-phone li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu-section .email-phone li span{
        padding-left: 15px;
    }
    .menu-section .email-phone li{
        text-align: left;
    }
    .menu-container .navbar-brand>img{
        max-width: 110px;
    }
    .menu-container .navbar-toggle{
        border: none;
        margin-top: 15px;
    }
    .menu-container .navbar-toggle .icon-bar{
        background: var(--secondary);
    }
    section.joinus{
        padding-bottom: 70px;
    }
    .inner-pages section.banner .banner-wrapper{
        padding: 0px 0px 0px 0px;
    }
    .inner-pages section.banner .banner-container h1{
        font-size: var(--h1mob);
    }

    .sticky-cta{
        padding-left: 15px;
    }

    .feature-box{
        padding:10px;
    }

    .container.top-section{
        padding-block: 20px;
    }

    .why-kcs-section .theme-btn a{
        width:100%;
    }

    .why-kcs-section h2{
        text-align: left;
    }
    .gree-section-info ul{
        margin-top:20px;
    }
    .gree-section-info ul li{
        margin-bottom:10px;
    }
}

@media(max-width: 575px){
    .services .button-section{
        display: block;
    }
    .menu-section .email-phone li a{
        font-size: 14px;
    }
    .services .button-section .theme-btn a{
        width: 100%;
    }
    .button-section .green-btn{
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.widget h2, .widget_categories .cat-item a {  color: #fff; }
.widget_categories .cat-item a:hover{color:#c29740;}

.widget_categories .cat-item a:before {
    font-family: FontAwesome;
    content: "\f054";    
    display: inline-block;
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    left: 32px;
    color: var(--secondary);
}
.widget_categories .cat-item {
    list-style-type:none; margin-left: -22px;
}
.home .welcome { text-align:center; width: 86%; margin: 0 auto; display: block; padding-top: 50px;     
    /*margin-top: -240px;*/ overflow:hidden;
}
.home .welcome h3{ color:var(--primary);    margin-bottom: 50px; }
.page-id-225 .footer-top, .page-id-225 .footer-bottom,
.page-id-392 .footer-top, .page-id-392 .footer-bottom{display:none;}

.page-template-page-new .padd-50 { padding-top: 25px; padding-bottom: 25px;}
.gree-section-info ul {margin-bottom:20px;}


.page-template-page-new .gree-section{ background-color: var(--primary); }
.gree-section-info p, .gree-section-info h2, .gree-section-info h3, .gree-section-info h4, .gree-section-info h5, .gree-section-info ul li { color: #fff;}
.page-template-page-new .white-section{}


@media screen and (max-width: 1400px) and (min-width: 768px) {

}

@media(min-width: 768px){
section.banner::after{
   left: -140px;
}
}

.dropdown-menu>li>a {
  padding:7px 20px;
}
.welcome img {
  filter: grayscale(1);
}
.service-info h1 {
  display: none;
}

.section-title.secondary-title div {
  padding-top: 30px;
}
.section-title.secondary-title ul {
  margin-bottom: 1.5em;
}

.jobs-card .jobs-card-title-wrapper .jobs-card-meeting-info .jobs-card-pro-title {
	color: #71706E !important;
	font-size: 13px;
}
.card-header .card-title {
	font-size: 18px;
	color: black !important;
	position: relative;
}
.careers .service-info ul {
	padding: 0;
	padding-top: 30px !important;
}
