@font-face {
    src: url(../font/Open_Sans/OpenSans-Bold.ttf);
    src: url(../font/Open_Sans/OpenSans-BoldItalic.ttf);
    src: url(../font/Open_Sans/OpenSans-ExtraBold.ttf);
    src: url(../font/Open_Sans/OpenSans-ExtraBoldItalic.ttf);
    src: url(../font/Open_Sans/OpenSans-Light.ttf);
    src: url(../font/Open_Sans/OpenSans-LightItalic.ttf);
    src: url(../font/Open_Sans/OpenSans-Regular.ttf);
    src: url(../font/Open_Sans/OpenSans-RegularItalic.ttf);
    src: url(../font/Open_Sans/OpenSans-SemiBold.ttf);
    src: url(../font/Open_Sans/OpenSans-SemiBoldItalic.ttf);
    font-family: 'Open Sans', sans-serif;
    src: url(../font/Oswald/Oswald-Bold.ttf);
    src: url(../font/Oswald/Oswald-ExtraLight.ttf);
    src: url(../font/Oswald/Oswald-Light.ttf);
    src: url(../font/Oswald/Oswald-Medium.ttf);
    src: url(../font/Oswald/Oswald-Regular.ttf);
    src: url(../font/Oswald/Oswald-SemiBold.ttf);
    src: url(../font/Oswald/Oswald-VariableFont_wght.ttf);
    font-family: 'Oswald', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

p {
    font-family: "Open Sans", sans-serif;
}

/*--====== spinner ===== --*/

/*-- ========== preloader
================================= --*/

/*body{
    width: 100%;
  
    overflow-x: hidden;
}*/

body {
    font-size: 16px;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

/*-- ========== /.preloader
-- ============================== --*/

/*--=== /. spinner /. ===--*/

/*--=== Common style ====================================== --*/

.btn-lg,
.btn-group-lg>.btn,
.btn {
    border-radius: 4px;
    font-family: "Oswald", sans-serif;
}

section {
    padding-top: 72px;
    padding-bottom: 72px;
}

h2.green-head,
h3.green-head {
    text-align: center;
    color: #5db050;
}

.bottom-right {
    background-image: url(../images/right-bottom.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.top-left {
    background-image: url(../images/left-top.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.spacer {
    display: block;
    height: 100%;
}

.mt-10 {
    margin-top: 10px;
}

.list-group-item.active {
    background-color: #5db050;
    border-color: #5db050;
}

/*-- /. Common style =================================== /. --*/

/*--=== branding ====================================== --*/

.top-part {
    position: relative;
    height: 80vh;
    overflow: hidden;
}

a.logo {
    width: 266px;
    height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.intro {
    font-size: 24px;
    font-weight: 300;
}

.intro p {
    margin-left: 100px;
    margin-right: 100px;
}

/*-- /. branding =================================== /. --*/

/*--=== banner ====================================== --*/

#slider-area {
    position: absolute;
    height: 80vh;
    width: 100%;
    top: 88px;
    left: 0;
}

#slider-area .owl-item div {
    height: 80vh;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

#slider-area .owl-item div.slider-text {
    position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    display: flex;
    width: 500px;
    margin-left: -250px;
    margin-top: -175px;
    height: 250px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 600 h2;
    font-weight-padding: 0 0 20px 0;
    font-weight-font-size: 48px;
}

/*-- /. banner =================================== /. --*/

/*--=== parallax-window ====================================== --*/

.parallax-window {
    background-size: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.parallax-window h3 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.projects a:hover {
    text-decoration: none;
}

.projects a>div {
    display: flex;
    border: 2px solid #5db050;
    height: 275px;
    padding: 20px;
    color: #ffde03;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.projects a>div:hover {
    border: 2px solid #ffde03;
    background-color: #ffde03;
    color: #0e8743;
}

.projects a>div:hover h4 {
    text-decoration: none;
}

.projects a>div {
    background-repeat: no-repeat;
    background-position: center 25px;
    background-color: rgba(0, 0, 0, 0.4);
}

.projects a>div.civil-infra {
    background-image: url(../images/civil-infra.png);
}

.projects a>div.water-management {
    background-image: url(../images/water-management.png);
}

.projects a>div.energy-consulting {
    background-image: url(../images/energy-consulting.png);
}

.projects a>div.clients {
    background-image: url(../images/clients.png);
}

.projects a>div.facilities-equipments {
    background-image: url(../images/facilities-equipments.png);
}

.projects a>div.our-team {
    background-image: url(../images/our-team.png);
}

/*-- /. parallax-window =================================== /. --*/

/*--=== team ====================================== --*/

section.team {
    padding-bottom: 56px;
}

section.team h3 {
    text-align: center;
    color: #5db050;
}

section.team .card {
    width: 100%;
    background-color: #cccccc40;
    display: block;
    flex-direction: column;
    align-items: center;
    margin: .5rem 0 2rem 0;
    border: none;
    border-top: 2px solid #0e8743;
    border-bottom: 2px solid #0e8743;
    border-radius: 0;
    padding: 20px;
    min-height: 300px;
}

section.team .card .profile-img {
    width: 196px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    margin-top: 2rem;
    z-index: 1;
    border: 1rem solid white;
    display: none;
}

section.team .card .job-title {
    color: #777;
    font-size: 1.5 rem;
    font-weight: 300;
}

section.team .card .about {
    font-size: 16px;
    margin: 1.5rem 0;
    font-style: italic;
    text-align: center;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
}

section.team .card .btn:hover {
    transform: translateY(-2);
    box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.2);
}

section.team .card .btn:active {
    transform: translateY(0);
    box-shadow: none;
}

section.team .card .social-media {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 2rem 0;
    margin-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}

section.team .card i {
    font-size: 3rem;
    transition: color .5s;
    color: #999;
}

section.team .card .fa-facebook-square:hover,
section.team .card .fa-twitter-square:hover,
section.team .card .fa-instagram:hover,
section.team .card .fa-google-plus-square:hover {
    color: #5db050;
}

/*-- /. team =================================== /. --*/

.client {
    background-color: #dfdfdf;
    padding: 10px;
    border: 1px solid transparent;
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -ms-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
    margin-top: 15px;
    margin-bottom: 15px;
}

.client img {
    display: block;
    width: 100%;
}

.client:hover {
    border: 1px solid #ffde03;
    cursor: pointer;
}

.contact-strip {
    background-color: #5db050;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    color: #ffde03;
    border-top: 5px solid #5db050;
}

.contact-strip .row {
    margin-left: 0;
    margin-right: 0;
}

.contact-strip .phone {
    background: url(../images/contact-strip.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left;
    background-color: #fff;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #444;
    text-align: right;
}

.contact-strip .phone i {
    color: #ffde03;
    color: "Open Sans", sans-serif;
}

.contact-strip div div {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Oswald", sans-serif;
    color: #fff;
}

.contact-strip a {
    color: #fff;
    margin-left: 5px;
}

.contact-strip a:hover {
    text-decoration: none;
}

.greyish {
    background-color: #f5f5f5;
}

.greenish {
    background-color: #5db050;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.greenish h3 {
    text-align: center;
    color: #f5d505;
}

.greenish p {
    color: #fff;
    margin-bottom: 0;
}

.list-openings {
    height: 400px;
    overflow-y: scroll;
}

/*--====== sitemap ===== --*/

.sitemap li {
    list-style-type: none;
}

.sitemap li>a {
    color: #0e8743;
    font-size: 20px;
    font-weight: 500;
}

.sitemap li>ul>li>a {
    font-weight: 400;
    margin-left: 20px;
    color: #666;
}

/*--=== /. sitemap /. ===--*/

/*--=== footer1
    ================================================== --*/

.footer-main {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #222222;
}

.footer-main h4 {
    color: #fff;
    margin: 0;
    margin-bottom: 14px;
}

.footer-main .mt-10 {
    margin-top: 10px;
}

.footer-main p {
    color: #a9a9a9;
    font-size: 14px;
}

.footer-main a {
    color: #a9a9a9;
    padding-top: 3px;
    padding-bottom: 3px;
}

.footer-main a:hover {
    text-decoration: none;
    color: #5db050;
}

.footer-main ul {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 0;
}

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

.footer-main ul li a {
    border-top: 1px solid #000;
    display: block;
}

.footer-main ul li:last-child a {
    border-bottom: 1px solid #000;
}

.footer-main ul.social-media li {
    display: inline-block;
}

.footer-main ul.social-media li:last-child a {
    border-bottom: none;
}

.footer-main ul.social-media a {
    border-top: none;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 46px;
    background-color: #a9a9a9;
    color: #222;
    font-size: 20px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.footer-main ul.social-media a:hover {
    background-color: #5db050;
    color: #ffde03;
}

.footer-main p.lead {
    font-size: 1.25rem;
}

/*-- /. footer1
=================================================== /. --*/

/*-- ============ footer-copy ================================= --*/

footer.copy {
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

footer.copy ul {
    margin-bottom: 0;
}

footer.copy li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

footer.copy li:last-child {
    border-right: none;
}

footer.copy a {
    color: #ffffff;
}

footer.copy a:hover {
    text-decoration: none;
    color: #5db050;
}

footer.copy strong span {
    color: #5db050;
}

footer.copy span:hover {
    color: #ffde03;
}

/*-- ========== /.footer-copy /. ============================== --*/

#totopscroller {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 43px;
    z-index: 5;
}

#totopscroller div {
    width: 49px;
    height: 43px;
    position: relative;
}

#totopscroller a {
    display: none;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    border: medium none;
    margin: 0 0 -1px;
    border-radius: 5px;
    background-image: url(../images/totopicons.png);
    background-color: rgba(14, 135, 67, 0.75);
    background-size: 100%;
}

.totopscroller-top {
    background-position: 0px 5px !important;
}

/*--=== innner banner
    ================================================== --*/

.inner-banner {
    background-color: #0e8743;
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/inner-banner.jpg);
    overflow: hidden;
}

.inner-banner .layer {
    background-color: rgba(14, 135, 67, 0.64);
    padding-top: 32px;
    padding-bottom: 32px;
    background-position: bottom;
}

.inner-banner .layer h1 {
    text-align: center;
    color: #fff;
}

.inner-banner .layer nav {
    text-align: center;
}

.inner-banner .layer nav .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    justify-content: center;
}

.inner-banner .layer nav .breadcrumb a {
    color: #fff;
}

.inner-banner .layer nav .breadcrumb a:hover {
    color: #ffde03;
    text-decoration: none;
}

.inner-banner .layer nav .breadcrumb .breadcrumb-item {
    color: #fff;
}

.inner-banner .layer nav .breadcrumb .breadcrumb-item.active {
    color: #ffde03;
    font-weight: bold;
}

.inner-banner .layer nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/*-- /. innner banner
=================================================== /. --*/

/*--=== about
    ================================================== --*/

.row-eq-height .greyish {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.equipments .image {
    background-image: url(../images/excavators.jpg);
    background-size: cover;
    background-position: center;
}

.projects .image {
    background-image: url(../images/infrastructure-projects.jpg);
    background-size: cover;
    background-position: center;
}

.my-list {
    margin-bottom: 0;
}

.my-list li {
    list-style-type: none;
    padding-left: 32px;
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
}

.my-list li:before {
    content: '\f046';
    font-family: "FontAwesome";
    color: #0e8743;
    display: block;
    position: absolute;
    left: 26px;
    padding-right: 1px;
    padding-left: 5px;
    left: 22px;
}

/*--====== modal ===== --*/

.modal-header {
    padding-bottom: 8px;
    border-bottom: none;
    background-color: #ffde03;
}

.modal-header .modal-title {
    color: #28a745;
}

.modal-header.designation {
    border-bottom: 1px solid #dee2e6;
    padding-top: 0;
}

.modal-header.designation p {
    margin-bottom: 0;
    font-style: italic;
    color: #333;
}

.modal {
    z-index: 9901;
}

/*--=== /. modal /. ===--*/

/*--====== Team ===== --*/

.my-ol {
    font-weight: 500;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.my-ol li {
    list-style-position: inside;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    margin-left: 5px;
    counter-increment: my-awesome-counter;
    padding-left: 24px;
}

.my-ol li span {
    font-style: italic;
    color: #5db050;
}

.my-ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-weight: bold;
}

.my-ol li:before {
    width: 24px;
    position: absolute;
    border: 2px solid #5db050;
    top: 3px;
    left: -5px;
    background: #5db050;
    display: block;
    text-align: center;
}

.key-people .col-md-6 {
    border: solid #fff;
    border-width: 2px 1px;
}

.key-people h4 {
    margin-top: 15px;
}

/*--=== /. Team /. ===--*/

/*-- /. about
=================================================== /. --*/

/*--=== Projects ====================================== --*/

section.container-fluid.gallery-wrap {
    background-color: #222;
}

.accordion button {
    display: block;
    width: 100%;
    text-align: left;
    color: #333;
    position: relative;
}

.accordion button:hover {
    color: #0e8743;
    text-decoration: none;
}

.accordion .card-header {
    padding: 0.75rem;
}

.accordion .card-header h2 {
    overflow: hidden;
}

.accordion .card-header h2 button {
    float: left;
    display: block;
    width: auto;
    padding: 0;
    border-radius: 0;
    width: 100%;
    position: relative;
}

.accordion .card-header h2 button span {
    font-size: 24px;
}

.accordion .card-header h2 button img {
    width: 200px;
    border: 2px solid #5db050;
    margin-right: 8px;
    background-color: #fff;
}

.accordion .card-header h2 button:hover {
    background-color: #ffde03;
}

.accordion .card-header h2 button:hover span {
    color: #333;
}

.accordion .card-header h2 button:hover img {
    border: 2px solid #ffde03;
    opacity: .8;
}

.accordion .card-header h2 button:focus {
    text-decoration: none;
}

.accordion .card-header h2 button.btn.btn-link:after {
    content: '\f106';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    display: block;
    background: #5db050;
    color: #ffffff;
    top: 50%;
    margin-top: -20px;
    padding: 2px 8px;
    border-radius: 0;
    font-size: 24px;
    font-weight: 600;
}

.accordion .card-header h2 button.btn.btn-link.collapsed:after {
    content: '\f107';
    background-color: #ccc;
    color: #ffffff;
}

/*-- /. Projects =================================== /. --*/

/*--=== Contact Details ====================================== --*/

.contact .details i {
    background: #0e8743;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    margin-bottom: 20px;
    margin-bottom: 8px;
}

.contact .details p {
    margin-bottom: 0;
}

.contact .details a {
    color: #0e8743;
}

.contact .details a:hover {
    color: #5db050;
    text-decoration: none;
}

/*-- /. Contact Details =================================== /. --*/

/*--=== Medium Screens ====================================== --*/

@media only screen and (max-width: 991px) {
    #slider-area .owl-item div.slider-text h2 {
        font-size: 36px;
    }
    .projects a>div {
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 80px;
    }
    section.team .card h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gallery li {
        width: 33.33%;
    }
}

/*-- /. Medium Screens =================================== /. --*/

/*--=== small Screens ====================================== --*/

@media only screen and (max-width: 767px) {
    .contact-strip {
        font-size: 28px;
    }
    p {
        text-align: center;
    }
    section {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .contact .details i {
        margin-top: 32px;
    }
    .contact .details>div:first-child i {
        margin-top: 0;
    }
    .accordion .card-header h2 button {
        text-align: center;
    }
    .accordion .card-header h2 button span {
        font-size: 20px;
    }
    .accordion .card-header h2 button img {
        display: block;
        margin: auto;
    }
    .accordion .card-body h4 {
        font-size: 1rem;
    }
    .footer-main p {
        text-align: left;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-strip {
        font-size: 28px;
    }
    .gallery li {
        width: 33.33%;
    }
}

/*-- /. small Screens =================================== /. --*/

/*--=== extra small screens ====================================== --*/

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
        text-align: center;
    }
    h3 {
        font-size: 1.5rem;
        text-align: center;
    }
    a.logo {
        width: 266px;
        margin: auto;
    }
    #slider-area {
        top: 147px;
    }
    p {
        text-align: center;
    }
    .inner-banner {
        margin-top: 52px;
        background-position: bottom;
    }
    .inner-banner h1 {
        font-size: 2rem;
    }
    /*.stellarnav.light.left .menu-toggle, .stellarnav.light.right .menu-toggle {
        position: absolute;
        right: 50%;
        top: 0;
        margin-right: -52px;
    }*/
    #slider-area .owl-item div.slider-text {
        display: none;
    }
    .intro {
        font-size: 20px;
    }
    .intro p {
        margin-left: 0;
        margin-right: 0;
    }
    .bottom-right {
        background-size: 110px;
    }
    section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .my-ol li span {
        display: block;
    }
    .my-ol li:before {
        top: 10px;
    }
    .projects a>div {
        margin-top: 10px;
        margin-bottom: 10px;
        height: auto;
    }
    .client {
        margin: 5px;
    }
    .client img {
        max-width: 240px;
        margin: auto;
    }
    .contact-strip div div {
        text-align: center;
    }
    .contact-strip .phone {
        text-align: center;
        background-color: #fff;
    }
    .contact-strip .phone i {
        display: block;
    }
    section.team {
        padding-bottom: 16px;
    }
    .footer-main {
        padding-top: 32px;
        padding-bottom: 16px;
    }
    .footer-main ul {
        margin-bottom: 16px;
    }
    .footer-main p {
        text-align: left;
    }
    footer.copy li {
        display: block;
        border-right: none;
    }
}

/*-- /. extra small screens =================================== /. --*/