html {
    scroll-padding-top: 100px;
    overflow-y: scroll;
}

body {
    /*  font-family: "Poppins", sans-serif;*/
    font-family: "Raleway", sans-serif;
}

nav .header-lg {
    display: flex;
    justify-content: space-between;
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: sticky;
    top: 0px;
    z-index: 9999;
    background: #fff;
    border-bottom: 6px solid #000;

}

nav .header-lg img {
    width: 100px;
    height: 50px;
}

nav .header-lg ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    z-index: 1000;
    padding-left: 0px;
}

nav .header-lg ul li a {
    display: inline-block;
    margin-right: 30px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    position: relative;
}

nav .header-lg ul li a i {
    margin-left: 12px;
    color: #ea7527;
    font-size: 13px;
}

nav .header-lg div a {
    display: inline-block;
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    background: #a4a4a4;
    margin-top: 12px;
    transition: all 0.2s;
    border: 1px solid #ea7c26;
}

nav .header-lg div a:hover {
    background-color: #ea7c26;

}

.home-header {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    transition: all 0.3s;
}

.home-header:hover {
    background: rgba(255, 255, 255, 1);
}

nav .header-lg div a {
    padding: 2px 10px 2px 10px !important;
}

.has-menu {
    position: relative;
    transition: all 0.5s;
}

.has-menu .dd-menu {
    position: absolute;
    left: 0px;
    top: 24px;
    background: #efefef;
    width: 250px;
    display: none;
    padding-top: 0px;
}

.has-menu .dd-menu li {
    width: 100%;
    border-bottom: 1px solid #ea7527;
}

.has-menu .dd-menu li a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
    padding: 8px 8px 8px 8px;
    display: block;


}


.has-menu:hover .dd-menu {
    display: block;
}

nav .header-lg ul li a:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    background: #ea7527;
    width: 0px;
    height: 1px;
    transition: 0.2s;
}

nav .header-lg ul li a:hover:after {
    width: 100%;
}

.has-menu .dd-menu li a:hover:after {
    width: 0px;
}

nav .header-lg a:hover {
    padding: 0px 0px 0px 0px;
}

.has-menu .dd-menu li a:hover {
    padding: 8px 8px 8px 8px;
}

.logo-link:hover {
    border-bottom: none !important;
}

.active-link {
    color: #fff !important;
    background: #ea7c26;
    font-weight: 400 !important;
    padding: 0px 6px 0px 6px !important;

}

.active-link:hover {
    border-bottom: none !important;
}

.active-dd-link {
    color: #ea7c26 !important;
}

.active-link i {
    color: #fff !important;
}

.mobile-nav {
    display: none;
}

.carousel-bg-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
}

/*.content-1{
    position:absolute;
    left:100px;
    top:80px;
}
.content-1 h1{
    color:#e85a2a;
    font-size:60px;
    font-weight:bold;
    -webkit-text-stroke: 1px #000;
}
.content-2{
    position:absolute;
    right:100px;
    top:80px;
    
}
.content-2 h1{
    color:#1a24bc;
    font-size:60px;
    font-weight:bold;
    -webkit-text-stroke: 1px #000;
}
.content-3{
    position:absolute;
    text-align: center;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.content-3 h1{
    color:#f3c50d;
    font-size:80px;
    font-weight:bold;
    -webkit-text-stroke: 1px #000;
}*/
.content-4 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
}

.content-4 h1 {
    color: #e3fefe;
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
}

.slide-4-heading {
    color: #e3fefe;
    width: 800px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: normal !important;

}

.sub-heading-details h2 {
    color: #fff !important;
    font-size: 48px;
    line-height: 50px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}

.sub-heading-details .content-4-detail {
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    font-size: 13px;
    color: #000;
    padding: 15px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.content-4-detail div {
    text-align: right;
    margin-top: -10px;


}

.content-4-detail div a {
    text-decoration: none;
    color: orange;
    font-weight: 600;

}

.numbers {
    font-size: 100px;
}

/*--------------------------------------------
                    ABOUT US
 --------------------------------------------*/
.swiper-section {
    padding-left: 30px;
    padding-right: 30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
    color: #fff;
}

.swiper-slide {
    position: relative;

}

.swiper-slide a {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #efefef;
    display: block;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: #000;
}

.page-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    position: relative;
}

.page-header h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    /* font-weight:600; */
    font-size: 48px;

    /* -webkit-text-stroke: 1px #fff; */
}

.about-services img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #000
}

.about-services a {
    position: relative;
    left: 0px;
    bottom: 55px;
    background: #efefef;
    display: block;
    width: 100%;
    padding: 20px;
    text-decoration: none;
    color: #000;
    z-index: 99;
    border-radius: 5px;
    font-size: 14px;
}

.breadcrumb {
    margin-top: 60px;
    margin-bottom: 30px;
}

.breadcrumb li a {
    color: #C6C5C5;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}

.breadcrumb li a i {
    font-size: 14px;
}

.breadcrumb li a.active-breadcrumb {
    color: #000;
}

.about-us-content {
    padding-bottom: 30px;
}

.about-us-content h2 {
    font-size: 25px;
    color: #EA7C26;
    font-weight: normal;

}

.about-us-content p {
    line-height: 30px;
    margin-bottom: 0px;
    font-size: 16px;
    /* padding-right: 190px; */
    color: #545454;
    font-weight: 300;
}

.about-us-content p span {
    color: #000;
    font-weight: bold;
}

.our-vision {
    position: relative;
    padding-left: 20px;
}

.our-vision:before {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 4px;
    height: 100%;
    content: '';
    background: #EA7C26;
}

.our-vision p {
    padding-right: 180px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.our-vision h3 {
    font-size: 25px;
    color: #EA7C26;
    font-weight: 600;
}

.swiper-section {
    margin-top: 40px;
    background: #EA7C26;
    padding-top: 50px;
    padding-bottom: 50px;
}

.masonry-section {
    margin-top: 40px;
    background: #EA7C26;
    padding-top: 50px;
    padding-bottom: 40px;
}

.contact-section {
    margin-top: 40px;
    background: #c5c5c7;
    padding-top: 50px;
    padding-bottom: 40px;
}

footer {
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
    background: url('../../assets/images/footer-bg.jpg');

}

footer .footer-col-1 {
    position: relative;
}

footer .footer-col-1 h3 {
    color: #EA7C26;
    font-size: 20px;
}

footer .footer-col-1 p {
    color: #d1d1d1;
    font-size: 15px;

}

footer .footer-col-1 p span {
    color: #fff;
    font-weight: bold;
}

footer .footer-col-1 a {
    text-decoration: none;
    color: #EA7C26;
    font-weight: bold;
    position: absolute;
    right: 0px;
    bottom: -20px;
}

footer .footer-col-2 {
    padding-left: 190px;
}

footer .footer-col-2 h3 {
    color: #EA7C26;
    font-size: 20px;
}

footer .footer-col-2 ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
}

footer .footer-col-2 ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 0.5s;
}


footer .footer-col-2 ul li a i {
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
}

footer .footer-col-2 ul li a:hover {
    margin-left: 10px;
    color: #EA7C26;
}

footer .footer-col-3 h3 {
    color: #EA7C26;
    font-size: 20px;
}

footer .footer-col-3 ul {
    padding-left: 0px;
    list-style: none;
}

footer .footer-col-3 ul li {
    padding-bottom: 10px;
    color: #d1d1d1;
    font-size: 14px;
}

footer .footer-col-3 ul li:nth-child(1) {
    color: #fff;
    font-weight: bold;
}

footer .footer-col-3 ul li a {
    transition: all 0.5s;
    text-decoration: none;
    color: #d1d1d1;
}

footer .footer-col-3 ul li a:hover {
    color: #EA7C26;
}

.footer-quote-btn {
    background: #EA7C26;
    padding: 6px 20px;
    color: #000 !important;
    display: inline-block;
    margin-top: 20px;
}

.footer-quote-btn i {
    font-size: 14px;
    margin-left: 10px;
}

.copyrights {
    padding-top: 10px;
    padding-bottom: 10px;
}

.developed-by {
    text-align: right;
    font-size: 14px;

}

.developed-by a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.services-content h2 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}

.services-content span {
    color: #000;
}

.services-content ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.services-content p {
    font-size: 16px;
    margin-top: -10px;
    padding-right: 80px;
}

.services-content ul li {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}

.services-content ul li span {
    color: #000;
    font-weight: 600;
}

.sos-heading {
    color: #EA7C26;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}

.contact-us-content ul {
    list-style: none;
    padding-left: 0px;

}

.contact-us-content ul li {
    margin-bottom: 5px;
    font-size: 16px;
}

.contact-us-content ul li:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #000;


}

.contact-us-content ul li a {
    font-weight: 500;
    color: #000;
    text-decoration: none;

}

.form-content {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.form-content h4 {
    color: #EB7F25;
    font-family: "Zeyada", cursive;
    font-weight: 800;
    font-size: 40px;

}

.form-content p {
    padding-left: 40px;
    padding-right: 40px;
}

.form-control {
    background: #EB7F25;
    border-radius: 0px;
    outline: none;
    color: #fff !important;
    border: 1px solid #EB7F25;
}

.form-control:focus {
    background: #EB7F25;
}

.form-control::placeholder {
    color: #e8e8e8;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 200;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #eb7f25;
    font-weight: 200;
    color: #fff;
    padding: 9px 40px 9px 15px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    width: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10"><polyline points="1,1 7,7 13,1" fill="none" stroke="black" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

select:focus {
    outline: none;
    box-shadow: 0 0 5px #3e8e41;
    background-color: #efefef;
    color: #000;
}

.btn-submit {
    background: #2c2c2c;
    color: #EB7F25;
    font-weight: 300;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 7px 30px;

}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    padding: 5px 12px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ea7c26;

}

.whatsapp img {
    width: 30px;
}


@media only screen and (max-width:1399px) {
    footer .footer-col-2 {
        padding-left: 140px;
    }

    .form-content p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-services a {

        font-size: 12px;
    }
}

@media only screen and (max-width:1199px) {
    nav .header-lg ul li a {
        font-size: 16px;

    }

    nav .header-lg div a {
        font-size: 15px;
    }

    .has-menu .dd-menu {
        top: 40px;
    }

    .page-header h1 {
        font-size: 60px;
    }

    .about-us-content p {
        font-size: 16px;
        padding-right: 0px;
    }

    .our-vision p {
        padding-right: 0px;
        font-size: 16px;
    }

    footer .footer-col-2 {
        padding-left: 80px;
    }

    .about-services a {

        font-size: 14px;
    }
}

@media only screen and (max-width:991px) {

    .content-4 {
        width: 600px;
        /*       background:red;*/
    }

    .content-4 h1 {
        font-size: 40px;
    }

    .sub-heading-details .content-4-detail {
        width: 70%;
    }

    .header-lg {
        display: none !important;
    }

    .mobile-nav {
        display: flex;
        justify-content: space-between;

    }

    .mobile-nav img {
        width: 100px;
        height: 50px;

    }

    .mobile-nav .mobile-navbar {
        background: #efefef;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 270px;
        padding-bottom: 0px;
        list-style: none;
        padding-left: 0px;
        height: 100vh;
        transition: all 0.7s;
        margin-left: -270px;
        z-index: 9999;
    }

    .show-nav {
        margin-left: 0px !important;
    }

    .mobile-nav .mobile-navbar li a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 10px;
        font-size: 14px;
        border-bottom: 1px solid #ea7c26;
    }

    .has-mobile-menu {
        position: relative;
    }

    .has-mobile-menu i {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .dd-mobile-menu {
        list-style: none;
        display: none;
    }

    .dd-mobile-menu a {
        padding-left: 20px !important;
        font-size: 14px;
        position: relative;

    }

    .dd-mobile-menu a:before {
        position: absolute;
        left: 0px;
        top: 42%;
        content: '';
        background: none;
        border: 1px solid #000;
        border-radius: 50%;
        width: 7px;
        height: 7px;

    }

    .mobile-request-quote {
        display: inline-block;
        padding: 6px 20px;
        text-decoration: none;
        color: #000;
        font-weight: 600;
        font-size: 13px;
        background: #ea7527;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 30px;


    }

    .bars-container {
        display: inline-block;
        cursor: pointer;
        padding-top: 11px;

    }

    .bar-1,
    .bar-2,
    .bar-3 {
        width: 20px;
        height: 3px;
        margin: 3px 0px;
        background: #333;
        transition: all 0.4s;
    }

    .change .bar-1 {
        transform: translate(0, 6px) rotate(-45deg);
    }

    .change .bar-2 {
        opacity: 0;
    }

    .change .bar-3 {
        transform: translate(0, -6px) rotate(45deg);
    }

    .fa-bars {
        font-size: 20px;
        cursor: pointer;
    }

    header {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #f1dead;
    }

    footer .footer-col-2 {
        padding-left: 0px;
    }

    .services-content h2 {
        font-size: 25px;
    }

    .services-content ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .services-content p {
        padding-right: 0px;
        font-size: 16px;
    }

    .services-content ul li {
        font-weight: 300;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .services-content ul li span {
        color: #000;
        font-weight: 600;
    }

    .form-content {
        text-align: center;
        position: relative;

    }

    .form-content h4 {
        color: #EB7F25;
        font-family: "Zeyada", cursive;
        font-weight: 800;
        font-size: 40px;

    }

    .form-content p {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px
    }

    .sub-heading-details h2 {
        font-size: 35px;
        line-height: 33px;
        z-index: 1;
    }

    .content-4 h1 {
        line-height: 45px;
    }

    .slide-4-heading {
        top: 150px;


    }

    .sub-heading-details h2 {
        bottom: 15%;
    }
}

@media only screen and (max-width:767px) {
    .swiper-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content-1 h1,
    .content-2 h1,
    .content-3 h1,
    .content-4 h1 {
        font-size: 40px;
    }

    .content-4 {
        width: 500px;
    }

    .page-header {
        height: 350px;
    }

    .page-header h1 {
        font-size: 40px;

    }

    .about-us-content p {
        font-size: 16px;
    }

    .our-vision p {
        font-size: 16px;
    }

    .numbers {
        font-size: 70px;
    }

    .sub-heading-details h2 {
        color: #e3fefe !important;
        font-size: 30px;
        font-weight: bold;
        -webkit-text-stroke: 1px #000;
        line-height: 33px;
        text-align: center;
        z-index: 1;
    }

    .content-4 h1 {
        line-height: 45px;
    }

    .content-4 {
        width: 500px;
    }

    .sub-heading-details .content-4-detail {
        width: 80%;
    }

    .slide-4-heading {
        color: #e3fefe;
        position: absolute;
        top: 150px;
        width: 480px;
        line-height: 40px !important;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -200px;
        font-size: 35px !important;


    }

}

@media only screen and (max-width:575px) {
    .content-1 {
        left: 50px;
        top: 50px;
    }

    .content-2 {
        right: 50px;
        top: 50px;
    }

    .content-4 {
        width: 500px;
    }

    .content-4 {
        width: 350px;
    }

    .content-4 h1 {
        font-size: 30px;
    }

    .page-header h1 {
        font-size: 40px;
        left: 40px;

    }

    .our-vision h3 {
        font-size: 22px;
    }

    .about-us-content h2 {
        font-size: 22px;
    }

    footer {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 5px;
    }

    footer .footer-col-3 ul li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .footer-quote-btn {
        margin-top: 5px;
    }

    footer .footer-col-1 h3,
    footer .footer-col-2 h3,
    footer .footer-col-3 h3 {
        font-size: 18px;
    }

    .copyrights {
        text-align: center !important;
        font-size: 12px;
    }

    .developed-by {
        text-align: center;
    }

    .services-content h2 {
        font-size: 20px;
    }

    .services-content ul {
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .services-content p {
        padding-right: 0px;
        font-size: 16px;
    }

    .services-content ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .sos-heading {
        font-size: 22px;
    }

    .breadcrumb {
        margin-top: 20px;
        margin-bottom: 20px;

    }

    .breadcrumb li a {
        font-size: 16px;
    }

    .breadcrumb li a i {
        font-size: 13px;
    }

    footer {
        margin-top: 0px;

    }

    .contact-section {
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .form-content p {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px
    }

    .contact-us-content ul li:first-child {
        font-size: 18px;
    }

    .contact-us-content ul li {
        font-size: 15px;
    }

    .content-4 {
        position: absolute;
        text-align: center;
        top: 20%;
        left: 50%;

        transform: translate(-50%, 0%);
        width: 800px;
    }

    .content-4 h1 {
        line-height: 35px;
    }

    .numbers {
        font-size: 55px;
    }

    .sub-heading-details h2 {
        color: #fff !important;
        font-size: 30px;
        line-height: 33px;
        text-align: center;
        width: 80%;
        z-index: 1;
    }

    .whatsapp {
        position: fixed;
        right: 20px;
        bottom: 20px;
        background: rgba(0, 0, 0, 0.5);
        text-decoration: none;
        padding: 7px 10px;
        border-radius: 40px;
        text-decoration: none;
        color: #fff;
        font-size: 14px;

    }

    .whatsapp img {
        width: 30px;
    }

    .slide-4-heading {
        color: #e3fefe;
        position: absolute;
        top: 320px;
        width: 300px;
        line-height: 40px !important;
        left: 50%;
        transform: translate(-50%, 0%);
        font-size: 30px !important;


    }

    .animated-h2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width:400px) {
    .content-1 {
        left: 50px;
        top: 50px;
    }

    .content-2 {
        left: 50px;
        top: 50px;
    }

    .content-4 {
        width: 320px;
    }

    .content-4 h1 {
        font-size: 27px;
    }

    .page-header {
        height: 220px;
    }

    .page-header h1 {
        font-size: 30px;
        left: 20px;

    }

}