  @import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #008839 #ffffff;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background: #ffffff;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #008839;
        border-radius: 20px;
        border: 3px solid #ffffff;
    }


/* home page */


.new-about-details {
    background: #fff;
    max-width: 670px;
    /*max-width: 800px;*/
    /*border: 1px solid #eee;*/
    /*padding: 50px;*/
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    /*-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);*/
}

.new-about-details-image {
    float: right;
}

    .new-about-details-image .image {
        position: relative;
    }

        .new-about-details-image .image img {
            position: relative;
            width: 100%;
            display: block;
        }




.about__text {
    font-size: 18px;
    color: #363636 !important;
    line-height: 30px;
    font-family: inherit;
}

.about__heading--text {
    font-size: 22px;
    color: #363636 !important;
    line-height: 28px !important;
}

.txt-new {
    color: #363636;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 18px;
    text-align: justify;
}

.p-t40-b40 {
    padding:40px 0 40px 0;
}

.fs-e-50 {
    font-size:50px !important;
}

.lh-90 {
    line-height:90px;
}

.lh-65 {
    line-height: 90px;
}

.gray-f6f6f6 {
    background: #f6f6f6;
}

.mt-30 {
    margin-top: 30px;
}

.counter__txt {
    color: #ffffff;
    margin-left: 10px;
}

.about__heading {
    font-size: 30px;
    text-transform: none;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom:30px;
}

.mt-50 {
    margin-top: 50px;
}

.pad-r20-l20 {
    padding:0 20px 0 20px;
}

.w-100 {
    width:100% !important;
}

.about__founder p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #363636;
}

.about__li {
    list-style: disc;
    font-size: 18px;
    line-height: 30px;
    margin-left: 20px;
    color: #363636;
}



.re-section ul {
display: flex;
margin-bottom: 0;
}

.re-section ul li {
width: 100%;
position: relative;
}

.re-section ul li:first-child {
background-color: #2a447d;
}

.re-section ul li:nth-child(2) {
background-color: #165b99;
}

.re-section ul li:nth-child(3) {
background-color: #0074ae;
}

.re-section ul li:nth-child(4) {
background-color: #0e9caf;
}

.re-section ul li:last-child {
background-color: #5ec4b6;
}

.re-section ul li > div {
    padding: 30px 30px 70px;
    min-height:400px;
    height: 400px;
}

.re-section ul li > div h3 {
color: #fcfafa;
font-size: 26px;
line-height: 36px;
font-weight: 300;
height: 85px;
}

.re-section ul li > div p {
    color: #fcfafa;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    font-family: inherit;
}

.re-section ul li > div a {
    /*position: absolute;*/
    bottom: 40px;
    font-family: inherit;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    font-family: inherit;
}

.mb-50-custom {
    margin-bottom:50px;
}

.sector__icon {
    font-size: 40px;
}

.btn-project {
    /*margin-left: 80px;*/
    display: inline-block;
    color: #fff !important;
    border: 1px solid #ffffff !important;
    margin-top:20px;


}

.about__scrolltab {
    font-size: 16px;
    color: #888;
    font-weight: 500;
}


    .about__scrolltab:hover {
        color: #3C99DC;
    }



/*Mobile slider*/
.mobile-urc-slider {
height: 40vh;
width: 100%;
position: relative;
margin: auto;
}

.mobile-urc-slider .slide-num {
display: none;
height: 100%;
width: 100%;
}

.mobile-urc-slider .slide-num img {
height: 100%;
width: 100%;
filter: contrast(90%);
object-fit: cover;
}

.mobile-urc-slider .slide-num .caption {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
font-size: 14px;
line-height: 15px;
color: #fff;
padding: 8px 16px;
background-color: rgba(0, 0, 0, 0.4);
border-radius: 4px;
}

.mobile-urc-slider a.prev,
.mobile-urc-slider a.next {
position: absolute;
top: 50%;
font-size: 30px;
cursor: pointer;
user-select: none;
color: #ffffff;
padding: 12px;
transition: 0.2s;
}

.mobile-urc-slider a.prev:hover,
.mobile-urc-slider a.next:hover {
background-color: rgba(0, 0, 0, 0.4);
border-radius: 3px;
}

.mobile-urc-slider .next {
right: 20px;
}

.mobile-urc-slider .prev {
left: 20px;
}

.show {
animation: fade 0.5s ease-out;
}

@keyframes fade {
from {
opacity: 0.5;
}

to {
opacity: 1;
}
}


/*testimonials*/
.main-gallery {
background: #fff;
/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
border-top: solid 10px #7AA641;*/
}

.gallery-cell {
width: 100%;
}

.testimonial {
text-align: center;
max-width: 850px;
margin: 2px auto 40px auto;
padding: 0 20px;
font-family: inherit;
}

.testimonial-avatar {
width: 100px;
border-radius: 50%;
}

.testimonial-quote {
display: block;
font-size: 17px;
font-weight: normal;
padding: 10px 0;
font-family: inherit;
line-height: 24px;
margin-top: 16px;
color: #363636;
font-family: inherit;
}


.testimonial-author {
display: block;
font-weight: 800;
color: #373f41;
font-family: inherit;
}

.flickity-page-dots {
bottom: 25px;
}

.flickity-page-dots .dot.is-selected {
background: #7AA641;
}

/* footer */
.site-footer {
background: #222
}

.site-footer .widget-title {
color: #333;
font-size: 18px;
margin-bottom: 24px;
font-family: inherit;
}

.site-footer .contact-info {
padding-top: 36px;
padding-bottom: 36px;
text-align: center;
background: #19246c
}

.site-footer .contact-info a,
.site-footer .contact-info p {
display: inline-block;
color: #fff;
margin-left: 8px
}

.site-footer .icon-box {
width: 36px;
height: 36px;
line-height: 36px;
background: #ff5134;
border-radius: 50%;
text-align: center;
color: #fff;
display: inline-block;
font-size: 14px
}

.site-footer .footer-blocks {
padding-top: 61px;
padding-bottom: 33px;
box-shadow: 2.5px 1.5px 3px 0 rgba(0, 0, 0, 0.16);
background-color: #f0f0ef;
}
    

.site-footer .footer-social,
.site-footer .footer-social a {
color: #d45b40;
font-size: 30px;
}


.list-inline > li {
display: inline-block;
padding-right: 10px;
padding-left: 4px;
}
ul.list-inline.footer-social li a {
display: inline-block;
width: 38px;
height: 38px;
line-height: 40px;
text-align: center;
background: #444444;
border: 1px solid #444444;
border-radius: 50%;
}
ul.list-inline.footer-social li a {
font-size: 18px;
color: #fff;
}
ul.list-inline.footer-social li a:hover {
background: #fff;
color:#555
}
.footer-about ul li a {
    color: #333;
    padding-bottom: 15px;
    font-family: inherit;
}

.footer__link--color {
    color: #777;
}
/* custom button*/

.btn-main {
    /* border-radius: 2.5px; */
    background-color: transparent;
    transition: .3s;
    padding: 9px 17px;
    /* color: #fff; */
    /* margin-right: 69px; */
    border-radius: 15px;
    border: solid 1.5px #2c62a8;
    line-height: 21px;
    color: #2c62a8;
    font-family: inherit;
    outline: none !important;
}

    .btn-main:focus,
    .btn-main:hover {
        background: #2c62a8;
        color: #fff
    }


/* fadein effect */

#fadeIn__effect {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*Slider*/

.slider__text {
    line-height:20px;
}

.slider-plus {
    margin-left:80px;
}
.slider__text--heading {
    font-weight: normal;
}

.slider__text--subheading {
    font-size:18px;
}
.white-txt {
    color: #fff !important;
}

.white-txt:active {
    color: #fff !important;
}

.white-txt:hover {
    color: #fff !important;
}
/*about us page */
.timeline-text {
    color: #363636;
    font-size: 18px;
    line-height: 1.8em;
}

    .timeline-text span {
        color: #d81313;
        font-weight:bold;
        font-size:35px;
    }

.bb-separator {
    border-bottom: 4px solid #3C99DC;
    padding-bottom: 20px;
}

.awards__text {
    color: #363636;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 18px;
}

.gallery a.big img {
    width: 40%;
}

.gallery a.bigA img {
    width: 23%;
    border: 2px solid #363636;
    padding: 20px;
    margin: 10px;
    object-fit: cover;
    background-size: cover;
}


/* contact us */
.contact__heading {
    font-weight: bold;
    color: #363636;
    font-family: inherit;
}

.contact__details {
    color: #555555;
    font-size: 16px;
    font-family: inherit;
}

.contact__link--color {
    color: #555555;
}

.contact__details--mailbox {
    color: #363636;
    font-size: 18px;
    line-height: 25px;
    margin-top: 12px;
    font-family: inherit;
}

.map-block h3 {
    font-size: 18px;
    margin-bottom: 24px
}

.map-box {
    width: 100%;
    height: 214px;
    background: #f5f5f5
}

.form-block h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 30px
}
textarea#comment {
    width: 91%;
}

.contact-form-block textarea {
    min-height: 156px;
    padding-top: 15px;
    padding-left: 18px;
}

input.form-control {
    width: 81% !important;
}

.form-control, .horizontal-callback .form-control {
    border-radius: 10px;
    box-shadow: none;
    height: 42px;
    font-size: 13px;
    font-family: inherit;
}

.ml-9 {
    margin-left:9px;
}


/*EHS*/


.ehs-details {
    background: #fff;
    /*max-width: 670px;*/
    max-width: 800px;
    /*border: 1px solid #eee;*/
    /*padding: 50px;*/
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    /*-webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);*/
}

.ehs-details-image {
    float: right;
}

    .ehs-details-image .image {
        position: relative;
    }

        .ehs-details-image .image img {
            position: relative;
            width: 100%;
            display: block;
        }

.certificate__entry-title {
    margin:30px 0 30px 0;
}
.certificate__entry-title a {
    color: #363636;
    /*font-weight:bold;*/
}

/*project*/

.ml-project {
    color: #363636 !important;
    font-size: 20px !important;
    font-weight: normal !important;
    /*border: 1px solid red;*/
}

.lg__project {
    max-height: 246px;
}



/*Clients page*/
.bb-bottom {
    border-bottom: 1px solid #ddd;
}



.client-list img {
    margin: 0px auto;
}

.client-list:last-child {
    border-right: none;
}

.client-list {
    border-right: 1px solid #ddd;
    padding-bottom: 50px;
    background: white;
    padding-top: 50px;
}

.border-right-1px {
    border-right: 1px solid #ddd !important;
}


.padding-bottom-50 {
    padding-bottom:50px;
}

/*Career page*/

.career__text {
    color: #363636;
    font-size: 18px;
    /* font-size: 20px; */
    line-height: 1.8em;
    margin-bottom: 18px;
}

.career-section {
    padding: 50px 0;
}

.career-section .career-col {
    margin-bottom: 30px;
}


.career-section .career-col > div {
    background-color: #F4F4F4;
    padding: 20px;
}


.career-section .career-col > div span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
}

.career-section .career-col > div h3 {
    /*font-size: 26px;*/
    line-height: 26px;
    color: #363636;
    margin: 0 0 15px;
}



.career-section .career-col > div p {
    margin-bottom: 20px;
    min-height: 70px;
}

.career-section .career-col > div a {
    width: 100px;
    text-align: center;
}

.grey-hollow-button {
    color: #363636;
    border: 1px solid #363636;
    border-radius: 12px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.career-section .career-col.career-closed > div {
    background-color: #E9F2F4;
}

.career-section .career-col > div span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
}

.career-section .career-col > div h3 {
    font-size: 26px;
    line-height: 26px;
    color: #363636;
    margin: 0 0 15px;
}

.career-section .career-col > div p {
    margin-bottom: 20px;
    min-height: 70px;
}

.career-section .career-col.career-closed > div .grey-hollow-button {
    background-color: #D3D3D3;
    color: #ffffff;
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 13px;
    border-color: #D3D3D3;
}

.career-section .career-col > div span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
}


.ssp-section {
    padding: 70px 0;
    background-color: #ffffff;
}

.ssp-section p {
    font-size: 18px;
    line-height: 32px;
    color: #363636;
    font-weight: 300;
}

.single-job-detail h4 {
    margin-top: 20px;
}

.ssp-section h4 {
    color: #363636;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 1px;
}

.job-description--bullet {
    color:#363636;
    font-size:18px;
}

.job-description--list {
    list-style-type: disc;
    /*list-style-position: inside;*/
}

.job-form-section {
    padding: 50px 0;
}

.frm-text {
    color: #363636;
    font-size: 18px;
}

.form-block input {
    width: 100%;
    height: 45px;
    text-indent: 10px;
    border-radius: 5px !important;
    font-weight: 500;
    margin-bottom: 20px;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    padding-top: 9px;
}

.text-intent-0 {
    text-indent:0 !important;
}

.bdr-blue-btn {
    border: solid 1.5px #2c62a8 !important;
}



.hero-section {
    height: 450px;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: 100% 360px;
    background-color: #F4F4F4;
    background-attachment: fixed;
    margin-bottom: 30px;
    border-bottom: 10px solid #008839;
}

.ml100 {
    margin-left:100px;
}
.ml78 {
    margin-left:78px;
}
.ml98 {
    margin-left: 98px;
}
.ml108px {
    margin-left:108px;
}
.ml23 {
    margin-left:23px;
}

.ml112 {
    margin-left: 112px;
}

.ml123 {
    margin-left: 123px;
}

.awards__link {
    color: #21416B;
}

.padding-bottom-20 {
    padding-bottom:20px;
}


.career-hero-section {
    background-color: #005098;
}

.career-hero-section h3 {
    line-height: 44px;
    color: #ffffff;
    margin: 150px auto;
    text-align: center;
    max-width: 900px;
    font-weight: 300;
}

/* ----------------------------------------------------------------
    UTILITY CSS
-----------------------------------------------------------------*/
.w__100 {
    width:100%;
}

.frm-gray-bg {
    background-color: #F4F4F4;
}

.frm-gray-bdr {
    border-color: #F4F4F4;
}

.p-t10-t10 {
    padding:10px 0 10px 0;
}

.pad-top-0-e {
    padding-top: 0px !important;
}

.pad-top-30-e {
    padding-top:30px !important;
}

.pad-btm-0-e {
    padding-bottom: 0px !important;
}

.pad-top-45 {
    padding-top:45px;
}

.pad-top-17 {
    padding-top: 17px;
}

.mar-top-150 {
    margin-top:150px;
}

.txt-white {
    color:#ffffff;
}

.txt-363636 {
    color: #363636;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size:20px;
}

.fs-50 {
    font-size:50px;
}

.lh-27 {
    line-height:27px;
}

.txt-align-en {
    text-align: left !important;
}



/**
    Media Query
***/
    /* 
 Mostly all smartphones
*/
@media (min-width: 320px) and (max-width: 480px) {
.new-about-details {
padding:50px 10px 50px 10px;
}


.about-section-home {
position: relative;
/* padding: 100px 0; */
margin: 200px 0 200px 0;
/* padding: 70px 0 40px 0; */
}

.about-section-ehs {
position: relative;
/* padding: 100px 0; */
margin: 200px 0 200px 0;
/* padding: 70px 0 40px 0; */
}

.news-block-two .inner-box {
margin-top: 34px;
}

.project-single-section .project-info {
margin-top: 13px !important;
margin-bottom: 20px !important;
border: 0px;
box-shadow: none;
padding: 0px;
min-width:100%;
}

.hero-section {
background-attachment: inherit;
background-size: cover;
background-position: center;
}

.main-header .sticky-header .main-menu .navigation > li > a {
color: #ffffff !important;
}

.ml100 {
margin-left: 0;
}

.ml78 {
margin-left: 0;
}

.ml98 {
margin-left: 0;
}

.ml108px {
margin-left: 0;
}

.ml23 {
margin-left: 0;
}

.ml112 {
margin-left: 0;
}

.ml123 {
margin-left: 0;
}

.career-hero-section h3 {
margin: 120px auto;
}

.fs-16-xs {
font-size: 16px;
}
.lh-25-xs {
line-height:25px;
}

    .fs-30-xs {
        font-size: 30px;
    }

.fw-bold-xs {
    font-weight:bold;
}


}



/* 
  portrait tablets and ipads
*/

@media (min-width: 768px) and (max-width: 1023px) {

    .new-about-details {
        position: relative;
        margin: 65px 10px -104px 10px;
    }


    .main-header .sticky-header .main-menu .navigation > li > a {
        font-size: 11px;
    }


    .about-section-home {
        position: relative;
        /* padding: 100px 0; */
        /* margin: 200px 0 200px 0; */
        padding: 93px 0 40px 0;
    }

    .about-section-ehs {
        position: relative;
        /* padding: 100px 0; */
        margin: 200px 0 200px 0;
        /*padding: 93px 0 40px 0;*/
    }

    .news-block-two .inner-box {
        margin-top: 34px;
    }

    .project-single-section .project-info {
        margin-top: 13px !important;
        margin-bottom: 20px !important;
        border: 0px;
        box-shadow: none;
        padding: 0px;
    }

    .hero-section {
        background-attachment: inherit;
        background-size: cover;
        background-position: center;
    }

    .sm__project {
        max-height: 149px;
    }

    .gallery-block .item .info h3, .gallery-block .item .info h3 a {
        font-size: 11px;
    }


    .txt-center-sm {
        text-align:center;
    }



    



}



/* 
 Laptops,Desktop monitors,ipad pros
*/
        @media (min-width: 1024px) and (max-width: 1280px) {

    .about-section-home {
        position: relative;
        /* padding: 100px 0; */
        /* margin: 100px 0 100px 0; */
        padding: 126px 0 40px 0;
    }

    .about-section-ehs {
        position: relative;
        /* padding: 100px 0; */
        margin: 100px 0 100px 0; 
        /* padding: 126px 0 40px 0;*/
    }

    .new-about-details-image .image img {
        position: relative;
        width: 73%;
        display: block;
        margin-top: -78px;
    }

    .hero-section {
        background-attachment: inherit;
        background-size: cover;
        background-position: center;
    }

    .project-single-section .project-info {
        margin-top: 13px !important;
        margin-bottom: 20px !important;
        border: 0px;
        box-shadow: none;
        padding: 0px;
        min-width: 300px;
    }

    .ml100 {
        margin-left: 0;
    }

    .ml78 {
        margin-left: 0;
    }

    .ml98 {
        margin-left: 0;
    }

    .ml108px {
        margin-left: 0;
    }

    .ml23 {
        margin-left: 0;
    }

    .ml112 {
        margin-left: 0;
    }

    .ml123 {
        margin-left: 0;
    }

    .min-h-sm-470-e {
        min-height:470px !important;
    }

    .timeline-text {
        line-height: 2.3rem;
    }


}
