/* 
Theme name:Root Development
Discription:About us,Contact us,Project
Auther:Epik Technocraverse
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

::root {
    --web-blue color: #49B3E6;
}

html {
    scroll-behavior: smooth;
}

body, ul, li, span, a, p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: .5px;
    -webkit-font-smoothing: antialiased
}

li {
    overflow: visible
}

.container {
    max-width: 90%
}

.w-80 {
    width: 80% !important
}

section {
    position: relative;
}

.top-n7 {
    top: -7%
}

.fs-12 {
    font-size: 12px;
    line-height: 14.63px;
    font-weight: 300
}

strong {
    font-weight: 700 !important
}

/**Animations**/
/**button css**/
.btn {
    border: 1px solid #fff;
    border-radius: 150px;
    color: #fff;
    background: transparent;
    letter-spacing: 2px;
    padding: 9px 22px;
    transition: all 0.5s ease;
    font-weight: 500;
}

.btn.btn-dark {
    border-color: #000;
    color: #000
}

.btn:hover {
    background: white;
    color: #000;
}

.btn.btn-secondary {
    color: #000;
    background: #fff;
    font-weight: 500;
}

.btn.btn-secondary:hover {
    color: #fff;
    background: transparent;
    border-color: #fff
}

/**Header**/
header {
    position: relative;
    width: 100%;
    z-index: 1;
    top: 80px
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    padding: 10px 35px;
    letter-spacing: 2px;
    font-weight: 600;
}

.navbar-nav .nav-item .nav-link:after, footer ul li a:after {
    content: '';
    width: 0%;
    display: block;
    height: 2px;
    background: #000;
    position: relative;
    bottom: 2px;
    transition: 0.5s width
}

.navbar-nav .nav-item .nav-link:hover:after, footer ul li a:hover:after {
    width: 100%;
}

header .top-menu li:last-child, header .inner-menu li:last-child {
    margin-right: 0 !important
}

header .top-menu li a:after, header .inner-menu li a:after {
    content: '';
    width: 0%;
    display: block;
    height: 1px;
    background: #fff;
    transition: 0.5s width ease;
}

header.header-visible .top-menu li a:after, header.header-visible .inner-menu li a:after{
	background: #000;
}

header .top-menu li a:hover:after, header .top-menu li.current-menu-item a:after, header .inner-menu li a:hover:after, header .inner-menu li.current-menu-item a:after {
    width: 100%;
}

header .inner-menu li a:after {
    background: #000;
}

.navbar-nav .nav-item:last-child .nav-link.button:after {
    display: none
}

.home header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px
}

.home .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 10px 35px;
    letter-spacing: 2px;
    font-weight: 600;
}

.navbar-nav {
    margin-left: auto;
}

.home .navbar-nav .nav-item .nav-link:after {
    background: #fff
}

.home .main-sec {
    margin-top: 0px;
}

/*.home .main-sec1  {
  
  margin-top: 165px;
}
*/
.home .main-sec1 {
    margin-top: 87px;
}

body.project .main-sec1 {
    margin-top: 187px;
}

.navbar-nav .nav-item .nav-link.active:after {
    width: 100%
}

/**Fixed Header**/
header.header-visible {
    position: fixed !important;
    top: 0 !important;
    background: #ffffff;
    z-index: 1000;
    /*   transition: background 0.5s top 0s */
    /* 	transition:top 0.2s ease-in-out; */
}

header.header-hidden {
    top: -100px;
    background: #fff;
}

header {
    transition: all 0.3s ease-in-out;
}

.project header {
    transition: all 0.3s ease-in-out;
}

header.header-visible .top-menu li a {
    color: #000
}

header.header-visible .navbar > .container-fluid {
    align-items: center !important
}

header.header-visible .btn {
    border-color: #000;
    color: #000
}

body.project header {
    background: #fff !important
}

/**Footer**/
footer {
    background: #49B3E6;
    padding: 95px 0 100px
}

.col-sml {
    width: 23%
}

.col-lrg {
    width: 40%
}

footer ul {
    padding: 0;
    list-style: none;
    color: #fff;
    margin: 0
}

footer h5 {
    color: #fff
}

footer ul li {
    margin-bottom: 15px
}

footer ul li:last-child {
    margin: 0
}

footer ul li a {
    color: #ffffff;
    text-decoration: none;
    width: fit-content;
    display: block;
}

footer ul li a:after {
    background: #fff !important
}

.page-header h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 600;
}

.page-header {
    position: relative;
    padding: 10% 0px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    background-size: cover;
    z-index: 0;
}

.page-header:after {
    content: '';
    mix-blend-mode: multiply;
    filter: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
    background: #49b3e6;
}

/**Home page Start**/
/**Home page Banner**/
.banner-slider .banner-image {
    height: 100vh;
    object-fit: cover
}

.banner-slider .carousel-caption h1 {
    font-size: 96px;
    font-weight: 600;
    margin-bottom: 15%;
    position: relative;
    overflow: hidden
}

.banner-slider .carousel-caption h5 {
    font-size: 48px;
    font-weight: 400
}

.banner-slider .carousel-caption p {
    margin-top: 16px
}

.banner-slider .carousel-caption button {
    margin-top: 16px
}

.banner-slider .carousel-caption {
    left: 0;
    bottom: 14%;
    width: 100%
}

.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
    margin: auto;
}

.carousel-control-prev {
    left: 4%
}

.carousel-control-next {
    right: 4%
}

.banner-slider .carousel-caption .wid-sec {
    width: 835px;
}

.banner-slider .social-icons {
    right: 0;
    bottom: 0;
    width: 30px;
    position: absolute
}

.banner-slider .social-icons img {
    margin-top: 25px;
    transition: 0.5s all ease
}

.banner-slider .social-icons img:hover {
    transform: scale(1.1);
}

/**Service Section**/
.residential {
    background: #E76F16;
}

.services .card {
    padding: 215px 97px 240px 120px;
    height: 100%
}

/*.services .card:before{content: '';display: block;width: 100%;height: 100%;background: url("../images/bg-design.svg");background-size: cover;background-position: center;position: absolute;top: 0;left: 0; animation: fadeInUp 1s;}



*/
.Education {
    background: #038ACE;
}

.commercial {
    background: #3CCC52;
}

/**Info Slider**/
.info-slider .carousel-item img {
    height: 600px;
    object-fit: cover;
}

.info-slider .carousel-caption {
    width: 33.33%;
    right: 0;
    left: auto;
    bottom: 0;
    top: 0;
    height: 100%;
    padding: 100px 75px
}

.info-slider .carousel-caption .bg-color {
    background: #49B3E6;
    mix-blend-mode: multiply;
    filter: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.info-slider .carousel-caption h2 {
    font-size: 64px
}

.info-slider .carousel-caption p {
    font-size: 16px;
    margin: 0
}

.carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100px !important;
    border: 0 !important
}

.info-slider .carousel-indicators {
    bottom: 40px;
    left: 17%;
    justify-content: flex-start
}

.info-sec-2 h2, .info-sec-2 h2 span {
    font-size: 66px;
}

.info-sec-2 p {
    font-size: 24px;
    text-transform: uppercase
}

.overlay img {
    width: 150%;
    position: absolute;
    left: -23%;
    top: -90%;
    z-index: -1;
    opacity: 0.1;
}

/**Team Slider**/
.team h3 {
    font-size: 64px;
    font-weight: 700
}

.team .card-text{min-height:25px}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    transition: margin 0.5s ease;
    margin-top: 0
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.owl-carousel .owl-nav button span {
    font-size: 80px
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    position: relative
}

.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    position: relative
}

.owl-carousel .owl-item .card, .owl-carousel .owl-item img {
    border-radius: 0
}

.owl-carousel .owl-stage-outer {
    padding: 20px 0;
    z-index: 1
}

.owl-carousel .owl-item:hover {
    margin-top: -20px
}

/**Home Page End**/
/**Project Page Start**/
/**Nav Tabs**/
.services-menu {
    position: sticky;
    z-index: 2;
    background: #fff;
    transition: 0.5s all;
}

.services-menu.sticky {
    top: 87px;
}

.services-menu.non-sticky {
    top: 0;
}

.project .services-menu.non-sticky {
    transition: 0.0s all;
}

.services-menu.sticky .menu, .services-menu.non-sticky .menu {
    padding: 10px 0
}

.services-menu .menu {
    padding: 15px 0;
    border: none;
    transition: 0.5s padding;
}

.menu::-webkit-scrollbar {
    display: none;
}

.services-menu .menu .nav-item a {
    text-decoration: none
}

.services-menu .menu .nav-item:focus-visible {
    border: none;
    outline: none
}

.services-menu .menu .nav-item {}

.services-menu .nav-tabs .nav-link {
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 40px 10px;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.5px;
    border: none;
}

.services-menu .nav-tabs .nav-item:last-child .nav-link {
    padding-right: 0
}

.project-tabs li, .no-link-project-tabs li {
    margin-bottom: 25px !important;
    position: relative;
    padding-left: 25px;
}

.project-tabs li:before, .no-link-project-tabs li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #000;
    left: 0;
    border: 4px solid #fff;
    top: calc(50% - 6px);
}

.project-tabs li a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.no-link-project-tabs li {
    text-transform: capitalize;
    line-height: 28px;
    font-size: 25px;
    color: #fff;
}

.services-menu .nav-tabs .nav-link.active {
    font-size: 32px;
    border: none;
    background: transparent;
    font-weight: 500
}

.services-menu .nav-tabs #home-tab.active {
    color: #E76F16;
}

.services-menu .nav-tabs #home-tab.active:after {
    background: #E76F16;
}

.services-menu .nav-tabs #profile-tab.active {
    color: #49B3E6
}

.services-menu .nav-tabs #contact-tab.active {
    color: #3CCC52
}

.services-menu .nav-tabs #contact-tab.active:after {
    background: #3CCC52
}

.services-menu .nav-tabs .nav-link.active:after {
    content: '';
    width: 100%;
    display: block;
    height: 2px;
    background: #49B3E6;
    position: relative;
    bottom: 2px;
    transition: 0.5s width
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    border-color: transparent
}

.section-left .card {
    padding: 220px 50px 100px
}

.service-info-slider, .service-info-slider .carousel-inner, .service-info-slider .carousel-inner .carousel-item, .service-info-slider .carousel-inner .carousel-item img {
    height: 100%
}

.service-info-slider .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.service-info-slider .carousel-item:after {
    content: '';
    mix-blend-mode: multiply;
    filter: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.5
}

.residential-projects .service-info-slider .carousel-item:after {
    background: #E87F31
}

.education-projects .service-info-slider .carousel-item:after {
    background: #0389CE
}

.commercial-projects .service-info-slider .carousel-item:after {
    background: #3CCC52
}

.service-info-slider .carousel-caption {
    left: 3%;
    right: 3%;
    height: 100%;
    top: 0;
    padding: 90px 0
}

.service-info-slider .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 64px;
    font-weight: 500;
    line-height: 78px;
    letter-spacing: 0.02em;
}

.residential .card-body ul li, .Education .card-body ul li, .commercial .card-body ul li {
    margin-bottom: 10px
}

.service-info-slider .carousel-control-prev {
    left: 8%
}

.service-info-slider .carousel-control-next {
    right: 4%
}

.nav-link:focus-visible {
    box-shadow: none
}

#about-carousel .owl-nav.disabled {
    display: flex
}

/**Project Page End**/
/**About Page**/
#about {
    padding: 100px 30px;
    overflow: hidden
}

#about:before {
    content: '';
    background: url(img/body-bg.svg);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
    transform: scale(1.5);
}

.about-description {
    font-size: 36px;
    font-weight: 275;
    line-height: 44px;
}

#img-des {
    padding: 80px 0
}

#img-des p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    margin: auto 0
}

#img-des .section-1 {
    background: url("img/about-1.webp");
    background-size: cover;
    background-position: center
}

#img-des .section-2 {
    background: url("img/about-2.webp");
    background-size: cover;
    background-position: center
}

#img-des .section-3 {
    background: url("img/about-3.webp");
    background-size: cover;
    background-position: center
}

#img-des .section-4 {
    background: url("img/about-4.webp");
    background-size: cover;
    background-position: center
}

#img-des .section-5 {
    background: url("img/about-5.webp");
    background-size: cover;
    background-position: center
}

#img-des .sec-left {
    padding: 50px 85px
}

#img-des .sec-left:before {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    filter: none;
    z-index: 0
}

#img-des .img-des-blue .sec-left:before {
    background: #49B3E6
}

#img-des .img-des-orange .sec-left:before {
    background: #E76F16
}

#img-des .img-des-green .sec-left:before {
    background: #3CCC52
}

#img-des .img-des-blue, #img-des .img-des-orange, #img-des .img-des-green {
    min-height: 200px
}

#about-section-4 {
    padding: 170px 0;
    background: url("img/sec-4-bg.webp");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#about-section-4:before {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    filter: none;
    z-index: 0;
    opacity: 0.5;
    background: #49B3E6;
}

#about-section-4 h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    color: #fff
}

#about-section-4 p {
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

/* #about-carousel .card-body {
    min-height: 400px;
} */

#about-carousel .card-body .desc {
    position: relative;
    overflow: visible
}

#about-carousel .card-body .desc:before {
    content: '';
    background: url(../images/banquote.svg);
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: -25px;
    font-size: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact h2 {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: 0em;
    text-align: left;
}

.contact p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #000
}

.contact p a {
    color: #49B3E6;
    text-decoration: none
}

.form-sec {
    padding-left: 50px
}

.divider {
    width: 50px;
    height: 3px;
    background: #49B3E6
}

form {
    margin: 30px 0
}

form input[type="email"] {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 1px solid #000
}

form textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    border: 1px solid #000;
    padding: 10px 15px;
}

form input[type="submit"] {
    width: 100%;
    background: #49B3E6;
    border: none;
    padding: 15px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff
}

.menu-top-menu-container {
    margin-left: 200px;
    margin-top: 12px;
}

.top-menu li {
    display: inline-block;
    margin-right: 5em;
}

.top-menu li a {
    text-decoration: none;
    color: #0ad8ff;
    font-size: 18px;
    font-weight: 800px;
}

.top-menu li {
    display: inline-block;
    margin-right: 5em;
}

.top-menu li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.inner-menu li {
    display: inline-block;
    margin-right: 5em;
}

.inner-menu li a {
    text-decoration: none;
    color: #010505;
    font-size: 16px;
    font-weight: 600;
}

.btn1 {
    border: 1px solid #0c0c0c;
    border-radius: 150px;
    color: #0d0c0c;
    background: transparent;
    letter-spacing: 2px;
    padding: 9px 22px;
    transition: all 0.5s ease;
    font-weight: 500;
}

.residential-projects, .education-projects, .commercial-projects {
    scroll-margin-top: 90px;
}

.team-member h5{margin-bottom: 0px;}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center
    }

    .section-left {
        width: 27%;
    }

    .section-right {
        width: 73%;
    }

}



/* @media (min-width: 1500px) {
	#about-carousel .card-body{
		height: 440px;
	}
} 

@media (min-width: 1800px) {
	#about-carousel .card-body{
		height: auto;
	}
}*/

@media (max-width: 1800px) {
    .info-slider .carousel-caption h2 {
        font-size: 50px;
        margin-bottom: 20px
    }

    .banner-slider .carousel-caption h1 {
        font-size: 65px;
        top: 80px
    }

}

@media (max-width:1500px) {
    /*header, .home header {
    top: 30px;
  }
*/
    .services .card {
        padding: 180px 60px 180px 80px;
    }

    .banner-slider .carousel-caption h1 {
        font-size: 65px;
        top: 100px;
    }

    /**Team Slider**/
    .info-slider .carousel-caption {
        padding: 70px 50px;
    }

    .info-slider .carousel-caption h2 {
        font-size: 40px;
    }

    /**Team Section**/
    .info-sec-2 h2, .info-sec-2 h2 span {
        font-size: 50px;
    }

    .owl-carousel .owl-item .card-body {
        padding: 30px 25px !important;
    }

    /*.section-left .card {
    padding: 170px 90px 80px
  }
*/
    .section-left .card {
        padding: 30px;
    }

    .service-info-slider .carousel-caption {
        padding: 40px 0
    }

    #about-carousel .card-body .desc:before {
        left: -20px
    }

}

@media (max-width:768px) {
    .w-80 {
        width: 100% !important;
    }

    .page-header {
        padding: 18% 0px;
    }

    .page-header h1 {
        font-size: 35px;
    }

    /**Mobile menu**/
    .services-menu .nav-tabs .nav-link {
        font-size: 15px;
    }

    .services-menu .nav-tabs .nav-link.active {
        font-size: 20px;
    }

    /*header, .home header {
    top: 30px;
  }
*/
    .home .navbar-toggler {
        filter: invert(1);
        opacity: 1
    }

    .home.project .navbar-toggler {
        filter: invert(0);
        opacity: 1
    }

    .navbar-brand {
        margin: 0
    }

    header.header-visible .top-menu li a, .inner-menu li a {
        color: #fff !important;
    }

    .btn1 {
        border: 1px solid #ffffff !important;
        color: #ffffff !important;
    }

    .navbar-collapse.show .btn.btn-dark {
        border-color: #fff;
        color: #fff
    }

    header.header-visible .btn {
        border-color: #fff;
        color: #fff;
    }

    .header-visible .navbar-toggler {
        filter: invert(0)
    }

    .navbar-toggler {
        border-color: #000
    }

    .navbar-toggler-icon {
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    header ul.inner-menu, header ul.top-menu {
        padding-left: 0;
    }

    header ul.inner-menu li, header ul.top-menu li {
        margin-bottom: 8px;
        display: block;
    }

    header ul.inner-menu li:last-child, header ul.top-menu li:last-child {
        margin-bottom: 0px;
    }

    /**Home page**/
    .banner-slider .carousel-caption .wid-sec {
        width: 100%;
    }

    .banner-slider .carousel-caption h1 {
        margin-bottom: 30px;
        font-size: 35px;
        top: 0
    }

    .banner-slider .carousel-caption h5 {
        font-size: 25px
    }

    .banner-slider .banner-image {
        height: 100vh
    }

    .banner-slider .carousel-caption {
        bottom: 30px
    }

    .navbar-collapse.show {
        background: #000;
        border-radius: 5px;
        padding: 20px 20px;
        margin-top: 10px;
        width: 100%;
    }

    header.header-visible .navbar-collapse.show .nav-item .nav-link {
        color: #fff;
        padding: 10px 5px 5px
    }

    .banner-slider .social-icons {
        width: 100%;
        position: relative
    }

    .banner-slider .carousel-caption p {
        margin-top: 5px
    }

    .carousel-control-prev {
        left: 0% !important
    }

    .carousel-control-next {
        right: 0% !important
    }

    /**Info Slider**/
    .services .card {
        padding: 50px 25px;
        overflow: hidden
    }

    .info-slider .carousel-caption {
        position: relative;
        width: 100%;
        padding: 50px 20px 80px;
    }

    .info-slider .carousel-caption h2 {
        font-size: 26px
    }

    .info-slider .carousel-indicators {
        left: 0;
        bottom: 20px;
        justify-content: center
    }

    /**info Sec 2**/
    .info-sec-2 h2, .info-sec-2 h2 span {
        font-size: 30px;
    }

    .info-sec-2 p {
        font-size: 18px
    }

    .section-3 img {
        width: 50%;
        margin: 50px 0
    }

    /**Team Section**/
    .owl-carousel .owl-nav button.owl-prev {
        left: -30px;
        position: relative
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -30px;
        position: relative
    }

    .team h3 {
        font-size: 40px
    }

    footer {
        padding: 60px 0
    }

    footer h5 {
        margin-top: 25px
    }

    .col-sml, .col-lrg {
        width: 100%
    }

    .copyright {
        position: relative !important;
        margin-top: 25px
    }

    footer ul li {
        margin-bottom: 5px
    }

    /**Project Page**/
    body.project .main-sec1 {
        margin-top: 168px
    }

    .section-left .card {
        padding: 100px 40px 80px
    }

    .service-info-slider .carousel-inner .carousel-item img {
        height: 600px
    }

    .service-info-slider .carousel-inner .carousel-item .carousel-caption h2 {
        font-size: 32px;
        line-height: 1.2;
    }

    .service-info-slider .carousel-inner .carousel-item .carousel-caption p {
        position: relative !important;
        width: 100% !important;
        margin-top: 25px
    }

    .services-menu .menu {
        flex-wrap: nowrap;
        overflow-x: scroll
    }

    .services-menu .nav-tabs .nav-link {
        padding: 10px 30px 10px 0
    }

    #about {
        padding: 60px 0px
    }

    .about-description {
        font-size: 20px;
        line-height: 25px;
        padding: 0 !important
    }

    #img-des .sec-left {
        padding: 30px 20px
    }

    #about-section-4 {
        padding: 50px 0
    }

    #about-section-4:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #49B3E6;
        z-index: 0;
        mix-blend-mode: multiply;
        filter: none;
    }

    #contact .row.w-75 {
        width: 100% !important
    }

    .form-sec {
        padding: 30px 0 !important
    }

    .contact h2 {
        font-size: 30px
    }

    form input[type="submit"] {
        font-size: 16px;
        line-height: 15px
    }

    /*.services-menu{
        margin-top: -50px
    }
*/
    .services-menu.sticky {
        margin-top: 0px
    }

    .services-menu.non-sticky {
        margin-top: 0px
    }

    .top-menu li a {
        width: fit-content;
        display: block;
    }

    .info-slider .carousel-item img {
        height: 215px;
    }

    .residential-projects, .education-projects, .commercial-projects {
        scroll-margin-top: 70px;
    }

}
