@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


.page {
    margin: 0;
}

header {
    display: flex;
    align-items: center;
    padding: 0px 35px;

}
#masthead{
	padding-top: 16px;	
}

strong {
    font-weight: 800 !important;
}

.site-branding {
    z-index: 9999;
    display: flex;
    justify-content: left;
    gap: 45px;
    align-items: center;
}

.main-navigation ul {
    justify-content: center;
    align-items: center;
    gap: 55px;
}

ul#primary-menu li a {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
ul#primary-menu li a:hover{
	font-weight: 800;
}
p.mobileTitle {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    color: #fff;
}

a.mobileNumber {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    color: #fff;
    text-decoration: none;
}

#checknew {
    display: none;
}

label.checkbtn.text-left {
    display: none;
}

.hide-desktop-tab {
    display: none;
}
.custom-logo-link{
width:150px;
}
.mobileIcon {
    position: fixed;
    top: 24px;
    right: 80px;
}
.custom-select select{
position: relative;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background-color: transparent;
border: 0;
cursor: pointer;
font-family: Nunito Sans;
font-size: 16px;
font-weight: 900;
line-height: 24px;
text-align: left;
color: #fff;
width: 172px;
max-width: 172px;
}
.custom-select::before {
    content: '';
    background-image: url('../images/location.svg');
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -11px;
    /* right: 0; */
    top: 8px;
    max-width: 250px;
    width: 250px;
}
#toggleSelect {

    background-image: url('../images/down-arrow.svg');
    height: 15px;
    background-repeat: no-repeat;
    padding: 5px;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background-position-x: 144px;
    background-position-y: 13px;   
    -webkit-appearance: none;

}
#toggleSelect::before{
content: '';
background-image: url('../images/location.svg');
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-size: contain;
position:absolute;
}
  
  #toggleSelect.open {
    background-image: url('../images/up-arrow.svg');

  }
  .custom-select {
    position: relative;
   /* display: flex;
    justify-content: center;*/
}
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.banner h1 {


    font-family: 'Nunito Sans';
    font-size: 60px;
    font-weight: 900;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;

}

.bannerText {
    transform: translate(-50%, 20%);
}

.desc {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    width: 736px;
    margin: 0 auto;
    max-width: 100%;
}

.subheading {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #F17117;
    padding-top:80px;

}

.cta {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    display: inline-block;
    background: #F17117;
    padding: 18px 34px !important;
    color: #000;
    border-radius: 36px;
    text-decoration: none;
    line-height: 24px;

}

.cta:hover {
    background-color:#f6a063;
    color: #000;
    cursor: pointer;
}
.cta:active,.cta:focus{
	color:#000;
}

.review {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}

.modal-content {
    border-radius: 32px;
    border: 0 !important;
    padding: 60px 0;
}

.modal-title {
    font-family: Nunito Sans;
    font-size: 44px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
   
    

}

.phnNumber {
    font-family: Nunito Sans;
    font-size: 55px;
    font-weight: 800;
    line-height: 68px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
}
.phnNumber a{
	color: #333333;
    text-decoration: none;
}
.modalDesc {
    font-family: Nunito Sans;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;
    font-size: 21px;
    width: 668px;
    margin: 0 auto;
    max-width: 100%;
}

.btn-close {
    position: absolute;
    top: -9%;
    right: 3%;
    font-size: 12px;
}


.constrDiff {
    padding: 100px 0 110px 0;
}

.diffHeading {
    font-family: Lora;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 72px;

}

.construction_slider h3 {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    letter-spacing: 0.16em;
    text-align: center;
}

.before,
.after {
    border: 2px solid #E0E0E0;
    padding: 70px 0 30px 0;
    border-radius: 48px;
}
.before h3,
.after h3 {
    margin-top: 33px !important;

}
img.dot-image {
    top: 25px;
    left: 40px;
}

.slick-prev,
.slick-next {
    top: 48%;
}

.slick-dots {
    bottom: -72px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    background-color: transparent !important;
}

.slick-prev:before,
.slick-next:before {
    content: none;
    visibility: hidden;
}

button.slick-prev.slick-arrow,
.slick-prev:hover,
.slick-prev:focus {
    background: url("../images/prev.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: -75px;
}

button.slick-next.slick-arrow,
.slick-next:hover,
.slick-next:focus {
    background: url("../images/next.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: -75px;
}

.slick-slider {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}


.service-section .container {
    background: #F171170A;
    padding: 70px 0 90px 0;
    border-radius: 64px;
    margin-top: 85px;
}

.service-section h2 {
    font-family: Nunito Sans;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    color: #333333;

    
    text-align: center;
    width: 1034px;
    max-width: 100%;
    margin: 0px auto 45px auto;

}
.how-we-do-it h2 {
    font-family: Nunito Sans;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
    max-width: 1030px;    
    margin:0 auto 45px auto;
    color: #333333;
}
.how-we-do-it ul {
    margin: 0;
    list-style-type: none;

}
.how-we-do-it li {
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 15px 25px;
    position: relative;
    color: #333333;
}
.how-we-do-it li::before{
    content: '';
    background-image: url('../images/check.svg');
    width: 25px;
    height: 15px;
    position: absolute;
    left: -5px;
    top: 26px;
    background-repeat: no-repeat;

}
.services_descritpion {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    margin: 45px 0;
    width: 736px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #333333;


}
.services h2{
    margin-bottom: 15px;
    color: #333333;

}
.serviceRow {
    gap: 32px;
}

.s_desc {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;

    
}

.s_title {
    font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 900;

    
    font-size: 32px;

    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}

.serviceColm {
    background-color: #fff;
    border-radius: 32px;
    border: 2px solid #E0E0E0;
    padding: 30px 27px;
    width: 352px;
}

.about_heading {
    font-family: Nunito Sans;
font-size: 48px;
font-weight: 900;
line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    color: #333333;

}

.about_section {
    padding: 100px 0;
}

.about_section p {
    font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    color: #333333;

}


.testimonial {
    background-color: #fff;
    border-radius: 32px;
    border: 2px solid #E0E0E0;
    padding: 40px 27px;
    width: 352px;

}
.testi-text {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #333333;

}


.custName {
    font-family: Nunito Sans !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 28px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    margin-bottom: 0;
    color: #333333;

}

.custPosition {
    color: #616161;
    font-family: Nunito Sans !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    margin-bottom: 0 !important;

}

/*
.testimonial_section {
    padding: 60px 0;
}

.testimonial_section .container {
    background: #F9FAFF;
    padding: 80px 50px;
    border-radius: 64px;
}



.testimonial_section p {

    font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}
 */

.projectImage {
    width: 352px !important;
}

.projectImageBox {
    width: 382px;
    padding: 16px;
    margin: 0;
}

.latestProject h2 {
    font-family: Lora;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;

}

.latestProject {
    padding: 50px 0 100px 0;
}

.contact_section {
    background-color: #101010;
    ;
    padding: 80px 0 80px 0;
}

.border-bottom {
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}
.how-we-do-it {
    padding: 100px 0;
}

.contact_section h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;

    font-family: Nunito Sans;
font-size: 48px;
font-weight: 900;
line-height: 60px;
text-align: left;


}

.contactForm input ,.contactForm1 input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.33) !important;
    width: 511px;
    max-width: 100%;
    color: #fff !important;
    border-radius: 0;
    font-size: 23px;

}

input:-internal-autofill-selected {
    background: transparent !important;

}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    transition: background-color 5000s ease-in-out 0s;
    --webkit-border-bottom: 1px solid rgba(255, 255, 255, 0.33);

}

:focus-visible {
    outline: none;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent;
    border: 0;

    color: #fff !important;
}

::placeholder {
    font-family: Nunito Sans;
    font-size: 23px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 0.75);
}

label {
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 8px;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    height: 72px;
    border-radius: 36px;
    background:#F17117;
    border: 0 !important;
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    color: #000 !important;
    align-items: center;
    padding: 0px 30px 2px 30px !important;
    float: right;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #f6a063;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 5px;
}

.wpcf7-form-control.wpcf7-select {
    width: 511px;
    max-width: 100%;
    height: 72px;
    background: transparent;
    color: #ffff;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    padding: 0 0px 0 31px;
    font-size: 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/dropdown.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    z-index: 9999;
    background-position: 95%;
    cursor: pointer;

}
.wpcf7-form-control.wpcf7-select.open{
    background-image: url('../images/up-white-arrow.svg');
}
option {
    margin: 40px;
    background: rgba(8, 17, 44, 1);
    color: #fff;
}

option:hover {
    background-color: transparent;
    font-weight: bold;
}

.wpcf7 form .wpcf7-response-output {
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    z-index: 99999;
    position: relative;

}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: rgba(41, 98, 255, 1);
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    z-index: 99999;
    position: relative;

}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    z-index: 99999;
    position: relative;

}

footer {
    background: #101010;
    margin-top: -5px;
}

.footer-navigation ul {
    justify-content: center;
    align-items: center;
    gap: 39px;
    margin: 0;
    padding: 0;
    display: flex;
    float: right;
}

.footer-navigation ul li {
    list-style-type: none;
}

#footer-menu li a {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

#footer-menu li a:hover{
font-weight: 800;
}

.copyright {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.footerMobile {
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}
.footerMobile a{
	color: #fff;
    text-decoration: none;
}

.social_icons {
    margin-top: -5px;
}

.divider {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
    align-items: center;
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0 !important;
    margin-bottom: 25px;
}

footer .mobile-cta {
    display: none !important;
}

.site-footer .custom-logo{
	height: 32px;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

.sticky-header-logo{
	display: none;
}



.dektop-buttond{
	display:block;
}
.mobile-buttond{
	display:none;
}

@media screen and (max-width:1400px) {
	.service-section .container {
        max-width: 92%;
    }
	
}
@media screen and (max-width:1230px) {
.main-navigation ul {
    
    gap: 37px;
}
a.mobileNumber{
    font-size: 16px;

}
}
@media screen and (max-width:1199px) {
    header {
     
        padding: 0px 19px;
    }
	.custom-logo-link {
        width: 108px;
    }
    .main-navigation ul {
        
        gap: 25px;
    }
    ul#primary-menu li a{
        font-size: 14px;
    }
    .custom-select select{
        font-size: 14px;
    }
    #toggleSelect{
        background-position-x: 129px;
    }
    a.mobileNumber{
        font-size: 18px;
    }
}

@media screen and (max-width:1260px) {
	.service-section .container {
        max-width: 100%;
   		border-radius: 0;
    }
	
}

@media screen and (max-width:992px) {
    .dektop-buttond{
        display:none;
    }
    .mobile-buttond{
        display:block;
    }

}

@media screen and (min-width:320px) and (max-width:991px) {
    .static-menu .sticky-header-logo{
        display: block;
        margin: -2px 0 0 -11px;
        position: relative;
        z-index: 9;
    }
    .menu-main-menu-container {
        margin-top: 35px;
    }
    .how-we-do-it li {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
    }
    .how-we-do-it h2 {
       
        font-size: 28px;
        font-weight: 900;
        line-height: 36px;
        text-align: center;
    }
    .custom-select::after {
        
        top: 15px;
        right: -3px;
       
        height: 52px;
        background-size: 69% 16%;
    }

    .custom-select{
        justify-content: unset;
    }
   
    #masthead{
	    padding: 16px 12px 0 12px;
    }
    .subheading{
        padding-top: 50px;
    }
    .service-section {
        padding: 0;
    }

    .site-branding {
        left: 20px;
       margin-top: 0 !important;
     
    }


    .header {
        padding: 0px 22px;
    }

    .main-navigation ul {
        display: block !important;
    }

    .hide-desktop-tab {
        display: block;
    }

    .checkbtnnew {
        right: 29px;
        z-index: 17;
        color: #000;
        position: fixed;
        top: 24px;
        cursor: pointer;
    }

    .hide-desktop-tab {
        display: block;
    }


    .opends .bar1 {
        transform: translate(0, 6px) rotate(-45deg);
    }

    .opends .bar2 {
        opacity: 0;
    }

    .opends .bar3 {
        transform: translate(0, -11px) rotate(45deg);
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 27px;
        height: 2px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }

    label.checkbtn.text-left {
        display: block;
    }

    .mobile-menu {
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: left;
        top: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    #checknew:checked~.checkbtn .mobile-menu {

        opacity: 1 !important;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        overflow: hidden;
    }


    #checknew:checked~.navigation.mobile-menu {
        opacity: 1 !important;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        padding: 59px 0 0 0;
        overflow: hidden !important;
        top: -1%;
    }

    .menu-mobile-menu-container {
        margin: 0 auto;
        width: 90%;
    }

    .mobile-menu {
        width: 100% !important;
        background: transparent !important;
    }

    .checkbtn .fa-bars:hover {
        box-shadow: 0px 0px 10px 0px #00000080;
        border-radius: 6px 6px 6px 6px;
    }

    .icon {
        display: none;
    }

    .navigation li {
        display: block;
        padding: 16px 0;
    }

    .checkbtn {
        right: 40px;
        z-index: 17;
        color: #000;
        position: fixed;
        top: 17px;
    }

    .menu-item-has-children::before {
        content: unset !important;
    }

    .sub-menu {
        position: unset;
        opacity: 1;
        box-shadow: unset;
        padding: 5px;
        margin: 15px -7px 0 25px !important;
        left: 10px;
        background-color: unset !important;
        width: auto;

    }

    .home .banner-image {
        width: 662px;
        height: 279.905px !important;
        aspect-ratio: 1;
    }

    ul#primary-menu {
        margin: 0 !important;
        transform: unset;
    }

    ul.sub-menu li a {
        padding: 0 !important;
    }

    #checknew:checked~.navigation {
        display: block;
        right: 0;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        -moz-transition: transform 1s;
        -webkit-transition: transform 1s;
        transition: transform 1s;
        padding: 70px 30px 0 25px;
        z-index: 10;
    }

    #checknew:checked~.hamburger-overlay {
        opacity: 1 !important;
        visibility: visible !important;
    }

    #checknew:checked~.social {
        display: inline-block;
    }



    #checknew:checked~.checkbtn .fa-times {
        display: block;
        color: #000 !important;
        margin-right: -370px;
        border-radius: 8px;
        padding: 3px 5px;
        -o-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
        -webkit-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
        transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
        -moz-transform: translateX(-340px);
        -webkit-transform: translateX(-340px);
        transform: translateX(-340px);
        background: #fff;

    }

    #checknew:checked~.checkbtn .fa-times:hover {
        box-shadow: 0px 0px 10px 0px #00000080;
        border-radius: 8px;
        padding: 3px 5px;
    }

    #checknew:checked~.checkbtn .fa-bars {
        display: none;

    }

    .navigation {
        right: 0;
        -moz-transform: translateX(340px);
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        position: fixed;
        top: 0;
        bottom: 0;
        width: 400px;
        -moz-transition: transform 1s;
        -webkit-transition: transform 1s;
        transition: transform 1s;
        padding: 100px 30px 0;
        z-index: 10;
    }

    #checknew:checked~.checkbtn .fa-times {
        display: none;

    }

    #checknew:checked~.checkbtn .fa-bars {
        display: block;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transition: transform 1s;
        -webkit-transition: transform 1s;
        transition: transform 1s;
    }

    .checkbtn .fa-bars {
        color: #000;
        font-size: 35px;
        padding: 3px 4px;
        width: 46px;
        height: 40px;
        position: relative;
        cursor: pointer;
        outline: none;
        background: transparent;
        -o-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
        -webkit-transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
        transition: margin-right 1s, margin-left 1s, width .3s, height .2s, transform 1s;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-right: 0;
        z-index: 9;
        text-align: center;
        cursor: pointer;
    }

    .hamburger-overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #101010;
        position: fixed;
        z-index: 6;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .banner h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .mobile-cta a {
        font-size: 20px !important;
    }

    .mobile-cta {
        display: inline-block !important;
        position: relative !important;
        width: 350px;
        max-width: 100%;
        margin-top: 15px;
        padding: 16px 47px !important;
            padding-left: 62px !important;

    }

    .mobile-cta::after {
        content: "";
        background-image: url('../images/call.svg');
        position: absolute;
        right: 63px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        top: 32%;

    }



    .static-menu {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #101010;
        z-index: 99999;
        height: 78px;
        left: 0;
        padding: 11px 0 0 35px;
    }

    .static-menu .checkbtnnew {
        top: 24px;
    }

    .static-menu .mobileIcon {
        top: 24px;
    }

 

    .about_section {
        padding: 50px 0 0 0 ;
    }

    .service-section .container {
        padding:50px;
    }

    .testimonial_section .container {
        padding: 50px 40px;
    }
    
        .about_heading {
        font-size: 28px;
        line-height: 36px;
    }

    .about_section p {
        font-size: 20px;
        line-height: 28px;
    }
    .cta{
    	font-size: 20px;
    }
    
}
@media (min-width:662px) and (max-width:767px) {
    .contact_section {
        padding: 56px 0 30px 0;
    }
}


@media (min-width:662px) and (max-width:991px) {
    .mobileIcon {
        right: 80px;
    }

    .service-section {
         
    }

    button.slick-prev.slick-arrow {
        left: -27px;
    }

    button.slick-next.slick-arrow {
        right: -30px;
    }

    footer .main-navigation ul {
        display: flex !important;
    }

    .projectImageBox {
        width: 382px;
        flex: 1 1 223px;
    }

    input.wpcf7-form-control.wpcf7-submit {
        float: none;
        width: 100%;
    }

    .wpcf7-spinner {

        left: 43%;
        top: 8px;
    }
}

@media (min-width:992px) {
    .about_section p {
        max-width: 1120px;
    }

    .testimonialBox {
        max-width: 1120px;
        margin: 0 auto;
    }

    .contact_section .container {
        max-width: 1144px;
        margin: 0 auto;
    }

    footer .container {
        max-width: 1120px;
    }

    button.slick-next.slick-arrow,
    .slick-next:hover,
    .slick-next:focus {
        right: -41px;
    }

    button.slick-prev.slick-arrow,
    .slick-prev:hover,
    .slick-prev:focus {
        left: -37px;
    }
}

@media(min-width:768px) and (max-width:881px) {
    .banner {
      padding-bottom: 70px;
    }

    .serviceRow {
        gap: 28px;
    }
    
}

@media(min-width:320px) and (max-width:767px) {
    .custom-select {
        justify-content: unset;
        display: inline-block;
    }
   
    #toggleSelect {
        background-position-x: 115px;

        background-size: 13px;
    }
    .custom-select::before {
       
        left: -6%;
      
    }
    .custom-select select{
        font-size: 12px;
        line-height: 20px;
    }
    .how-we-do-it ul {
        margin: 20px 0 0 0;
        }
    .how-we-do-it {
        padding: 50px 0;
    }
	.serviceColm{
    	margin-top: 10px !important;
    }
    .banner {
       padding-bottom: 70px;
    }

    footer .custom-logo-link {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .copyright {
        text-align: center;
    }

    .rightSection {
        justify-content: center !important;
    }
    
        .service-section h2 {
        font-size: 28px;
        line-height: 36px;
    }
      .services_descritpion {
        font-size: 16px;
        line-height: 24px;
        margin: 30px 0;
    }

    .s_desc {
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0 20px 0;
    }

    .s_title {
        font-size: 24px;
        line-height: 32px;
            margin: 0 !important;
    }
        .diffHeading {
        font-size: 28px;
        line-height: 36px;
            margin-bottom: 40px;
    }
    
    .testimonial_section p {
        font-size: 20px;
        line-height: 28px;
    }

    .custName,
    .custPosition {
        font-size: 16px;
        line-height: 24px;
    }

    .latestProject h2 {
        font-size: 28px;
        line-height: 36px;

    }
    
     .contact_section h2 {
        font-size: 28px;
        line-height: 36px;

    }

    .contactForm input,.contactForm1 input {


        font-size: 20px;

        line-height: 28px;


    }

    label {

        font-size: 16px;
        line-height: 24px;

    }
    
    #contact .col-12.col-md-6 {
    	    margin-top: 20px !important;
    }
    .contactForm,.contactForm1 {
    	    margin-top: 71px !important;
    }
    
    .latestProject{
    	padding: 0 11px 70px 11px;
    }
    .about_section{
    	    padding: 70px 20px 0 20px;      
    }
    .about_heading {
    	margin: 30px 0 22px 0 !important;
    }
    
    .testimonial_section{
    	padding-top:20px;
    }
 


}

@media(min-width:320px) and (max-width:661px) {
    .site-branding {
      
        display: block;
    }
    .custom-select {
        justify-content: unset;
        display: inline-block;
        margin-left: 7px;
    }
    .custom-select::before {
       
        left: -6%;
      
    }
    #toggleSelect {
        background-position-x: 115px;

        background-size: 13px;
    }
    .serviceRow {
        gap: 0;
    }



    .footer-navigation ul {
        float: none;
    }

    .footer-navigation ul li {
        margin: 28px 0;
    }

    .footer-navigation ul li:last-child{
		margin-bottom: 10px;
	}
    .footer-navigation ul {

        display: block;
    }

    .banner h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .subheading {
        font-size: 14px;
        line-height: 20px;
    }

    .desc {
        font-size: 18px;
        line-height: 24px;
    }

    .cta {
        font-size: 18px !important;
    }



    button.slick-next.slick-arrow,
    .slick-next:hover,
    .slick-next:focus {
        right: -35px;
    }

    button.slick-prev.slick-arrow,
    .slick-prev:hover,
    .slick-prev:focus {
        left: -35px;
    }

    .construction_slider h3 {
        font-size: 14px;
        margin-top: 15px !important;

    }

    .heartImage {
        width: 12px;
        top: 6px !important;
    }

    .slick-slider {
        width: 85%;
    }

    .before,
    .after {
        padding: 36px 0 2px 0;
        border-radius: 20px;

    }

   

    img.dot-image {
        top: 14px;
        left: 24px;
        width: 40px;
    }



  

    .constrDiff {
        padding: 60px 0;
    }

    .service-section {
        
    }



    .modal-title {
        font-size: 35px;
        line-height: 51px
    }

    .phnNumber {
        font-size: 42px;
        line-height: 47px;
    }

    .testimonial_section .container {
        border-radius: 0;
        padding: 60px 30px;
    }

    



    .contact_section {
        padding: 56px 20px 0 20px;
    }


   
    footer {
        text-align: center;
        margin-top: -35px;
    }

    footer .main-navigation li {
        text-align: center !important;
    }

    footer ul#primary-menu li a {
        text-align: center !important;
        margin: 25px 0;
    }

    .copyright {
        text-align: center !important;

    }

    .rightSection {
        flex-direction: column;
    }

    .footerMobile {
        text-align: center !important;
        margin: 19px 0 4px 0;
    }

    .social_icons {
        margin: 0 auto;
    }

    input.wpcf7-form-control.wpcf7-submit {
        height: 56px;
        border-radius: 36px;

        font-size: 20px;

        line-height: 24px;

        width: 511px;
        float: none;
    }

    ::placeholder {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;

    }

    select.wpcf7-form-control.wpcf7-select {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        Width: 511px;
        height: 56px;
        background-size: 12px 6px;
    }
   

    .projectImageBox {
        flex: 1 1 170px;
    }
}

@media (min-width: 320px) and (max-width: 413px) {
        .custom-select {
        justify-content: unset;
        display: inline-block;
    }
    .custom-select::before {
       
        left: -6%;
      
    }
    #toggleSelect {
        background-position-x: 115px;

        background-size: 13px;
    }
    .serviceRow {
        gap: 0;
    }
   
    .custom-select::before {
       
        left: -6%;
      
      
    }
    #toggleSelect {
   
        background-size: 13px;
    }
    .banner h1 {
        font-size: 29px;
        line-height: 33px;
    }

    .cta {
        font-size: 16px !important;
        margin-bottom: 17px !important;
        padding: 14px 29px !important
    }
    .mobile-cta{
        padding: 16px 24px !important;
    }
    .mobile-cta::after{
    	    right: 10%;	
     }
     
     ul#primary-menu li.mobile-cta a{
     	text-align: center !important;
     }

    .bannerText {
        transform: translate(-50%, 10%);
    }
}