﻿body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/*loader*/
/*.loader {
    width: 86px;
    height: 94px;
    margin: 0 auto;
    position: relative;
}

    .loader div {
        width: 18px;
        height: 18px;
        margin: 0 10px 0 0;
        border-radius: 50px;
        transform-origin: 50% 0;
        display: inline-block;
        animation: bounce 1s linear infinite;
    }

        .loader div:last-child {
            margin: 0;
        }

        .loader div:nth-child(1) {
            background: #f42f25;
        }

        .loader div:nth-child(2) {
            background: #f49725;
            animation-delay: 0.1s;
        }

        .loader div:nth-child(3) {
            background: #255ff4;
            animation-delay: 0.2s;
        }

@keyframes bounce {
    0%, 100% {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in;
    }

    45% {
        transform: translateY(80px) scale(1, 1);
        animation-timing-function: linear;
    }

    50% {
        transform: translateY(80px) scale(1.5, 0.5);
        animation-timing-function: linear;
    }

    55% {
        transform: translateY(80px) scale(1, 1);
        animation-timing-function: ease-out;
    }
}*/
/*loader end*/
#upperhead {
    margin-bottom: 10px;
    width: 100%;
    padding: 8px 0;
    background: #040e2663;
    position: relative;
    color: #040e26;
}

#top_div {
    height: 100px;
    background-color: #fff;
}

    #top_div img {
        width: 60px;
        height: 60px
    }

    #top_div span {
        font-size: 40px;
        font-weight: bolder;
    }

.top_div_row {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

    .top_div_row h6 {
        color: #555555;
    }

    .top_div_row p {
        color: #000;
        font-weight: bolder;
    }

    .top_div_row a {
        background-color: #ffb600;
        color: #fff;
        font-weight: bold;
        padding: 10px 28px;
    }

#navbar {
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #808080;
    margin-top: 0px;
    background-color: #23282d;
}

    #navbar a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-left: 10px
    }

        #navbar a:hover {
            margin-left: 0px;
            color: #ffb600;
        }

.navbar img {
    width: 70px;
    height: 70px
}

#about_dropdown {
    width: 500px;
    background-color: #040e26;
    color: #040e26
}

#navicon_block a {
    color: #fff;
    text-decoration: none;
}

.appointment {
    color: #fff;
    /*  background-color: #ee2501;*/
    border: 2px solid #ffb600;
    padding: 10px;
}

#header_img {
    background-image: url('../images/constartion.jpg');
    background-attachment: scroll;
    background-size: cover;
}

#carousel {
    width: 100%;
}

    #carousel img {
        width: 100%;
        height: 600px;
    }

.carousel_heading {
    background-image: linear-gradient(#ffffff12,#ffffff2b);
    height: 200px;
    width: 500px;
    position: relative;
    margin-top: -385px;
    z-index: 1111;
    padding: 22px 18px;
    border-top: 5px solid #040e26;
}

    .carousel_heading h1 {
        font-weight: 900;
        font-size: 60px;
        color: #ffb600;
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }


/*about section*/
#about_section {
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: url('../images/aboutbackground.jpg');
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 250px;
    margin-bottom: 100px;
}

.about h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    color: #ffb600;
}

.about h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: normal;
    margin: 10px 0;
}

.about p {
    padding-bottom: 10px;
    font-size: 16px;
}

.about i {
    color: #ffb600;
    font-size: 30px;
    padding-right: 20px;
}

    .about i:hover {
        color: #fff;
        background-color: #ffb600;
        padding: 10px 15px;
        border-radius: 50%;
        font-size: 30px;
        padding-right: 20px;
    }

.about b {
    font-size: 18px;
}

#quality {
    margin-top: 50px;
}

    #quality h5 {
        font-size: 20px;
        color: #040e26;
        font-weight: 700;
    }

    #quality p {
        font-size: 16px;
        color: #000;
    }

#providing_services {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url('../images/constartion.jpg');
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
}

    #providing_services h2 {
        color: #fff;
        text-align: center;
        padding-top: 80px;
    }

    #providing_services p {
        color: #fff;
        text-align: justify;
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 20px;
        padding: 10px
    }

    #providing_services a {
        color: #fff;
        background-color: #ffb600;
        padding: 14px 29px;
        margin-left: 443px;
        font-weight: bolder;
    }

/*-----accotdians----*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

    #accordion .panel:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        border: 1px dashed #6e8898;
        top: 25px;
        left: 18px;
        position: absolute;
    }

    #accordion .panel:last-child:before {
        display: none;
    }

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #1d3557;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 40px;
        height: 100%;
        line-height: 40px;
        font-size: 17px;
        color: #fff;
        text-align: center;
        background: #df8d12;
        border-radius: 3px;
        border: 1px solid #df8d12;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    #accordion .panel-title a.collapsed:before {
        content: "\f105";
        color: #000;
        background: #fff;
        border: 1px solid #6e8898;
    }

#accordion .panel-body {
    padding: 40px 20px 30px;
    margin-left: 40px;
    border-top: none;
    background: #df8d12;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

    #accordion .panel:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        border: 1px dashed #6e8898;
        top: 25px;
        left: 18px;
        position: absolute;
    }

    #accordion .panel:last-child:before {
        display: none;
    }

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordion .panel-title a {
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #1d3557;
    letter-spacing: 1px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 40px;
        height: 100%;
        line-height: 40px;
        font-size: 17px;
        color: #fff;
        text-align: center;
        background: #df8d12;
        border-radius: 3px;
        border: 1px solid #df8d12;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    #accordion .panel-title a.collapsed:before {
        content: "\f105";
        color: #000;
        background: #fff;
        border: 1px solid #6e8898;
    }

#accordion .panel-body {
    padding: 40px 20px 30px;
    margin-left: 40px;
    border-top: none;
    background: #df8d12;
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 1px;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}

@media only screen and (max-width: 480px) {
    #accordion .panel-body {
        padding: 70px 10px;
    }
}
/*----end accordians---*/
.aboutgrid_img {
    width: 100%;
    height: 400px;
    position: absolute;
    opacity: 0.8;
    margin-left:1px;
}

.aboutgrid_img2 {
    width: 100%;
    height: 300px;
    position: absolute;
   /* margin-left: 40px;*/
    margin-top: 100px;
}
/*services cards*/
#service_card {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #service_card h6 {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #ffb600;
        letter-spacing: 2px;
        font-weight: 600;
        text-align: center;
    }

    #service_card h3 {
        font-size: 40px;
        color: rgba(0, 0, 0, 0.9);
        line-height: 1.2;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
    }

    #service_card .service_icon {
        width: 30%;
        height: 60px;
        margin-top: -31px;
        margin-left: 99px;
        background-color: #ffb600;
        border-radius: 50%;
        padding: 10px 20px;
    }

        #service_card .service_icon:hover {
            background-color: #040e26;
        }

    #service_card h2 {
        font-weight: 500;
        font-size: 22px;
        text-align: center;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.9);
    }

    #service_card p {
        text-align: center;
        color: #999999;
        font-size: 16px;
    }

    #service_card a {
        text-align: center;
        left: 0;
        right: 0;
        width: 80%;
        background: #040e26;
        color: #fff;
        padding: 12px 10px;
        border-radius: 3px;
        margin: 0 auto;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        margin-left: 22px;
    }

        #service_card a:hover {
            background: #ffb600;
            color: #fff;
        }

#constration_company {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #constration_company .grid1 {
        background-color: #040e26;
        padding: 50px;
        margin-right: -15px;
    }

        #constration_company .grid1 h6 {
            color: #ffb600;
            text-transform: uppercase;
            font-size: 16px;
            display: block;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }

        #constration_company .grid1 h2 {
            color: #fff;
            font-size: 40px;
            font-weight: bold;
        }

        #constration_company .grid1 p {
            color: #fff;
            font-weight: 600;
        }

.grid_img img {
    width: 100%;
    border: 2px solid #fff;
}

.grid2_div {
    background-color: #ffb600;
    width: 230px;
    height: 100px;
    margin-top: -400px;
    position: absolute;
}

    .grid2_div h2 {
        font-size: 600px;
        color: #fff;
        padding-top: 10px;
        font-size: 30px;
        font-weight: 700
    }

    .grid2_div h3 {
        font-size: 700px;
        color: #fff;
        font-size: 15px;
    }

#constration_company .grid2 img {
    height: 600px;
}

.grid2_div_white {
    background-color: #fff;
    width: 230px;
    height: 100px;
    margin-top: -250px;
    position: absolute;
}

    .grid2_div_white:hover {
        background-color: #040e26;
        color: #fff;
    }

    .grid2_div_white h2 {
        padding-top: 10px;
        font-size: 600px;
        color: #040e26;
        font-size: 30px;
        font-weight: 700;
    }

    .grid2_div_white h3 {
        font-size: 700px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.5);
    }

#leates_projects h6 {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #ffb600;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
}

#leates_projects h2 {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.2;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.projectimg_heading {
    background-color: #ffb600ba;
    height: 30px;
    font-size: 16px;
    margin-top: -22px;
    position: absolute;
    color: #040e26;
    margin-left: 5px;
}
/*news card*/
/*#news_cards {
    margin-top: 100px;
    margin-bottom: 100px;
}

.post-slide {
    padding: 0 10px;
    transform: translateY(0);
    transition: all 0.30s ease 0s;
}

    .post-slide:hover {
        transform: translateY(-10px);
    }

    .post-slide .post-img {
        position: relative;
    }

        .post-slide .post-img img {
            width: 100%;
            height: auto;
        }

        .post-slide .post-img:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to left, rgba(210, 130, 19,0.7), rgba(170, 55, 114,0.7));
            transform: translateY(-100%);
            transition: all 0.30s ease 0s;
        }

    .post-slide:hover .post-img:after {
        transform: translateY(0);
    }

    .post-slide .post-img:before {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
        top: -50%;
        font-size: 30px;
        color: #fff;
        transition: all 0.50s ease 0s;
        z-index: 1;
    }

    .post-slide:hover .post-img:before {
        top: 40%;
    }

    .post-slide .icons {
        position: absolute;
        bottom: -16px;
        left: 30px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        overflow: hidden;
        z-index: 1;
    }

        .post-slide .icons img {
            width: 100%;
            height: auto;
        }

    .post-slide .post-review {
        border: 1px solid #9c4a6c;
        border-top: none;
        padding: 35px 20px 25px;
        background: #fff;
        position: relative;
    }

        .post-slide .post-review:after {
            content: "";
            width: 90%;
            height: 10px;
            position: absolute;
            top: 100%;
            left: 5%;
            opacity: 0;
            background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
            transform: translateY(0);
            transition: all 0.30s ease 0s;
        }

    .post-slide:hover .post-review:after {
        opacity: 1;
        transform: translateY(5px);
    }

    .post-slide .post-bar {
        padding: 0;
        list-style: none;
    }

        .post-slide .post-bar li {
            display: inline-block;
            font-size: 16px;
            font-family: serif,Arial;
            color: #555;
            margin-right: 10px;
            text-transform: capitalize;
        }

            .post-slide .post-bar li i {
                color: #9c4a6c;
                margin-right: 8px;
            }

    .post-slide .post-title {
        margin: 0 0 20px 0;
        color: #555;
        font-weight: bold;
        font-size: 18px;
    }

    .post-slide .post-description {
        font-size: 15px;
        line-height: 21px;
        color: #808080;
    }

    .post-slide .read {
        text-transform: capitalize;
        font-size: 15px;
        color: #9c4a6c;
    }

        .post-slide .read i {
            margin-left: 10px;
        }

        .post-slide .read:hover {
            text-decoration: none;
            color: #333;
        }*/


/*testimonails start*/
#testimonial {
    margin-top: 100px;
    margin-bottom: 100px;
    color: #040e26;
}

    #testimonial h2 {
        color: #040e26;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        text-transform: capitalize;
        padding-bottom: 30px;
    }

.testimonial {
    margin: 0 20px 50px;
}

    .testimonial .pic {
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        margin: 0 15px 15px 0;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .testimonial .testimonial-profile {
        display: inline-block;
        position: relative;
        top: 15px;
    }

    .testimonial .title {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #2f2f2f;
        text-transform: capitalize;
        margin: 0 0 7px 0;
    }

    .testimonial .post {
        display: block;
        font-size: 14px;
        color: #5d7aa7;
    }

    .testimonial .description {
        padding: 22px 22px;
        background: #040e26;
        font-size: 15px;
        color: #fff;
        line-height: 31px;
        margin: 0;
        margin-top: 24px;
        position: relative;
    }

        .testimonial .description:before,
        .testimonial .description:after {
            content: "";
            border-width: 18px 0 0 18px;
            border-style: solid;
            border-color: #5d7aa7 transparent transparent;
            position: absolute;
            bottom: -18px;
            left: 0;
        }

        .testimonial .description:after {
            border-width: 18px 18px 0 0;
            left: auto;
            right: 0;
        }

.owl-theme .owl-controls {
    margin-top: 10px;
    margin-left: 30px;
}

    .owl-theme .owl-controls .owl-buttons div {
        opacity: 0.8;
        background: #fff;
    }

.owl-prev:before,
.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #1f487e00;
}

.owl-next:before {
    content: "\f054";
}

/*testimonils end*/
/*----------------about use page---------------*/
#about_us_header {
    width: 100%;
    height: 600px;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.5)),url('../images/about1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about_title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    padding-top: 200px;
    text-align: left;
}

#counter_company {
    background-color: #040e26;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*counter*/
.counter {
    color: #F08D19;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 210px;
    padding: 35px 25px 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

    .counter:before,
    .counter:after {
        content: '';
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.1) inset;
        position: absolute;
        left: 0;
        top: 15px;
        bottom: 0;
        right: 7px;
        z-index: -1;
        clip-path: polygon(0 0, 100% 0, 98% 90%, 15% 100%);
    }

    .counter:after {
        background-color: #F08D19;
        top: 0;
        right: 0;
        z-index: -2;
        clip-path: polygon(10% 0, 100% 10%, 100% 85%, 0% 100%);
    }

    .counter .counter-icon {
        font-size: 30px;
        margin: 0 0 3px;
    }

    .counter .counter-value {
        font-size: 33px;
        font-weight: 600;
        margin: 0 0 10px;
        display: block;
    }

    .counter h3 {
        color: #777;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0;
    }

    .counter.red {
        color: #EF460D;
    }

        .counter.red:after {
            background-color: #EF460D;
        }

    .counter.green {
        color: #1D8B1A;
    }

        .counter.green:after {
            background-color: #1D8B1A;
        }

    .counter.blue {
        color: #34A5DC;
    }

        .counter.blue:after {
            background-color: #34A5DC;
        }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}
/*end counter*/
/*--team--*/
#team {
    margin-top: 100px;
    margin-bottom: 100px;
    box-shadow: 1px 2px 3px 3px #6e8898;
    padding-top: 30px;
}

    #team h2 {
        font-size: 16px;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase;
        color: #ffb600;
        letter-spacing: 2px;
        font-weight: 600;
        text-align: center;
    }

    #team h3 {
        font-size: 40px;
        color: rgba(0, 0, 0, 0.9);
        line-height: 1.2;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
        color:#040e26
    }

.our-team {
    text-align: center;
    transition: all 0.5s ease 0s;
}

    .our-team:hover {
        box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

    .our-team .pic {
        overflow: hidden;
        position: relative;
    }

        .our-team .pic:before,
        .our-team .pic:after {
            content: "";
            width: 200%;
            height: 80%;
            background: rgba(38,37,37,0.8);
            position: absolute;
            top: -100%;
            left: -4%;
            transform: rotate(45deg);
            transition: all 0.5s ease 0s;
        }

        .our-team .pic:after {
            /* background: rgba(8,75,77,0.8);*/
            background: #ffb6003b;
            top: auto;
            left: auto;
            bottom: -100%;
            right: -4%;
        }

    .our-team:hover .pic:before {
        top: 0;
    }

    .our-team:hover .pic:after {
        bottom: 0;
    }

    .our-team .pic img {
        width: 100%;
        height: 250px;
    }

    .our-team .social {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        bottom: 45%;
        left: 0;
        opacity: 0;
        z-index: 2;
        transition: all 0.5s ease 0.3s;
    }

    .our-team:hover .social {
        opacity: 1;
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            color: #fff;
            margin-right: 10px;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .our-team .social li a:after {
                content: "";
                width: 100%;
                height: 100%;
                background: #040e26;
                border-radius: 0 20px 20px 20px;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: all 0.3s ease 0s;
            }

            .our-team .social li a:hover:after {
                transform: rotate(180deg);
            }

    .our-team .team-content {
        padding: 20px;
    }

    .our-team .title {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2px;
        color: #040e26;
        text-transform: uppercase;
        margin-bottom: 7px;
    }

        .our-team .title:hover {
            color: #ffb600;
        }

    .our-team .post {
        display: block;
        font-size: 17px;
        font-weight: 600;
        color: #707070;
        text-transform: capitalize;
    }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}
/*---contact us page----*/
#contact_icon {
    margin-top: 100px;
}
/*.contact_icon i {
    background-color: #040e26;
    border-radius: 50%;
    border: 1px solid #040e26;
    padding: 10px 20px;
    color: #fff;
    font-size: 30px;
    margin-left: 82px
}
    .contact_icon i:hover {
        background-color: #ffb600;
        border-radius: 50%;
        border: 1px solid #ffb600;
        padding: 10px 20px;
        color: #fff;
        font-size: 30px;
    }*/

#contact {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #contact i {
        background-color: #ffb600;
        color: #fff;
        margin-bottom: 80px;
        padding: 14PX 17PX;
        border-radius: 50%;
        font-size: 26px;
    }

        #contact i:hover {
            background-color: #040e26;
        }


    #contact a {
        text-decoration: none;
    }

    #contact h6 {
        font-size: 14px;
        color: #717a60;
        padding-left: 20px;
    }

    #contact h4 {
        font-size: 20px;
        color: #000;
        padding-left: 20px;
    }

.adjustform {
    border: 1px solid #ffb600;
    box-shadow:1px 2px 3px #040e26;
    padding: 50px;
}

    .adjustform a {
        margin-left: 300px;
    }

#map {
    margin-top: 100px;
    margin-bottom: 100px;
}
/*---end team---*/
/*-------------business page--------------*/
#business_heading {
    margin-top: 60px;
    margin-bottom: 100px;
}

    #business_heading h2 {
        text-align: center;
        font-size: 35px;
        color: #040e26;
        font-weight: 800;
    }
/* #business_heading h2::after {
        position: absolute;
        content: "";
        height: 2px;
        background-color: #ffb600;
        width: 50%;
        margin-left: 15px;
        top: 50%;
    }*/
#partnership {
    margin-bottom: 100px;
}

    #partnership h2 {
        font-size: 30px;
        color: #040e26;
        font-weight: 700;
        padding-bottom: 20px;
    }

    #partnership p {
        font-size: 16px;
        color: #000;
        text-align: justify;
    }

#previous_plans h2 {
    color: #040e26;
    text-align: center;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 30px;
}

#level_planning {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #level_planning h2 {
        font-size: 32px;
        color: #040e26;
        font-weight: 700;
        margin-left: 26px;
        padding-bottom: 20px;
    }

:root {
    --main-color: #003833;
}

.main-timeline {
    font-family: 'Poppins', sans-serif;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        width: 50%;
        margin: 0 5px 35px 0;
        float: left;
    }

    .main-timeline .timeline-content {
        text-align: right;
        display: block;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-icon {
        color: #fff;
        background: var(--main-color);
        font-size: 30px;
        text-align: center;
        line-height: 60px;
        width: 60px;
        height: 60px;
        border-radius: 50% 50% 0 50%;
        transform: rotate(45deg);
        display: inline-block;
    }

        .main-timeline .timeline-icon i {
            transform: rotate(-45deg);
        }

    .main-timeline .timeline-year {
        color: var(--main-color);
        font-size: 40px;
        font-weight: 600;
        line-height: 72px;
        margin: 0 0 0 10px;
        display: inline-block;
        vertical-align: top;
    }

    .main-timeline .title {
        color: #fff;
        background-color: var(--main-color);
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
        padding: 10px 15px 9px;
        margin: 0 0 10px;
    }

    .main-timeline .description {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .5px;
        text-align: left;
        margin: 0;
    }

    .main-timeline .timeline:nth-child(even) {
        margin: 0 0 35px 5px;
        float: right;
    }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            text-align: left;
        }

    .main-timeline .timeline:nth-child(4n+2) {
        --main-color: #ff741e;
    }

    .main-timeline .timeline:nth-child(4n+3) {
        --main-color: #004098;
    }

    .main-timeline .timeline:nth-child(4n+4) {
        --main-color: #FF0721;
    }

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: left;
    }
}

/*footer*/
#footer {
    background-color: #040e26;
    padding: 20px;
}

.footer_heading h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.footer_heading i {
    color: #ffb600;
    font-size: 20px;
    padding-right: 20px;
}

    .footer_heading i:hover {
        color: #fff;
        font-size: 16px;
    }

.footer_heading .facebook {
    color: #fff;
    font-size: 20px;
}

.footer_heading .twitter {
    color: #fff;
    font-size: 20px;
}

.footer_heading .instagram {
    color: #fff;
    font-size: 20px;
}

#footer p {
    color: rgba(255, 255, 255, 0.5);
}

#footer h5 {
    color: #fff;
}

#footer a {
    color: #fff;
}

    #footer a:hover {
        color: #ffb600;
    }

.footericon {
    color: #ee2501;
    padding: 10px 10px;
    font-size: 15px;
    margin-right: 15px;
}

    .footericon:hover {
        color: #fff;
    }

/*.copyright_div {
    background-color: #ffb600;
    clip-path: polygon(0 63%, 66% 63%, 100% 99%, 0% 100%);
    width: 100%;
    height: 300px;
}*/

/*.copyright {
    background-color: #ffb600;
    clip-path: polygon(0 63%, 66% 63%, 100% 99%, 0% 100%);
    width: 100%;
    height: 300px;
    margin-top: -199px;
    position: relative;
}*/

    .copyright p {
        color: #000;
        position: absolute;
    }

@media screen and (max-width: 425px) {
    #navbar {
        margin-top: 134px;
    }

    #upperhead {
        padding: 0px
    }

    .aboutgrid_img {
        height: 272px;
    }

    .carousel_heading {
        height: 200px;
        width: 360px;
        margin-left: 39px;
        margin-top: -303px;
    }
        .carousel_heading h1 {
          
            font-size: 46px;
           
        }
    .about b {
        font-size: 12px;
    }

    #providing_services h2 {
        font-size: 23px;
        padding-top: 18px;
    }

    .aboutgrid_img2 {
        height: 300px;
        margin-left: 0px;
        margin-top: -13px;
    }

    #providing_services p {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 20px;
        padding: 15px;
    }

    #providing_services {
        height: 258px;
        margin-top: 310px;
    }

        #providing_services a {
            margin-left: 116px;
            font-weight: bolder;
        }
    .grid2_div {
       display:none;
    }
    .grid2_div_white{
        display:none;
    }
    #constration_company .grid2 img {
        height: 300px;
    }
    #constration_company .grid1 h2 {
        font-size: 35px;
    }

    #service_card {
        margin-left: 70px;
    }

        #service_card h3 {
            font-size: 29px;
        }
    /* about use page*/
    #about_section {
        margin-bottom: 328px;
        padding: 16px;
    }

    #about_section {
        margin-top: 128px;
    }
    /*    contcat page*/
    #contact {
        margin-top: 61px;
    }
    #carousel img {
        width: 100%;
        height: 300px;
    }
        #contact i {
            padding: 12PX 16PX;
            margin-left: 70px;
            margin-top: 51px;
            margin-top: 51px;
            margin-top: 51px;
        }

    .adjustform {
        margin-top: 100px;
    }

    #contact h6 {
        padding-left: 0px;
    }

    #contact h4 {
        padding-left: 0px;
    }

    #contact i {
        margin-bottom: 0px;
        padding: 14PX 17PX;
        margin-top: 10px;
        font-size: 20px;
    }
    /*  footer*/
    .copyright {
        background-color: #ffb600;
        clip-path: polygon(0 63%, 57% 63%, 100% 99%, 0% 100%);
        width: 100%;
        height: 217px;
        margin-top: -199px;
    }
}
