@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yellowtail&display=swap');
html {
    scroll-behavior: smooth !important;
}

.values_span {
    color: #9FCF64;
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.relevant_experience_section {
    background-color: orange !important;
}

@media only screen and (max-width: 673px) {
    .logo_text .big {
        font-size: 18px;
    }
    .services_cards_computer {
        display: none;
    }
    .intro-layer {
        display: none;
    }
    .header_section_class {
        /*text-transform: uppercase;*/
        font-size: 12px;
    }
}

@media only screen and (min-width: 673px) {
    .relevant_experience_section {
        display: none;
    }
    .relevant_experience_sections1 {
        display: none;
    }
    .header_section_class {
        text-transform: uppercase;
    }
}

.class_zoom_card :hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    height: 17rem;
    margin: 20px;
    /*margin: 5px;*/
    /*width: 40%;*/
}

.services-cards{
    margin: 0 !important;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.9);
}

.header_class {
    border-bottom: 5px solid rgba(0, 0, 0, .1);
}

.clients_section .teaser {
    height: 10px;
    box-shadow: 0px 10px rgba(16, 1, 16, .1);
    /*background-color: rgba(159,207,100,.3) !important;*/
}

#contact .carding:hover i,
#contact .carding:hover h4 {
    /*color: #9FCF64;*/
}

#contact .carding {
    padding: 20px;
}

#contact .carding p,
address {
    color: #000000;
    /*color: #9FCF64;*/
}

.why_us {
    color: #000000;
    font-size: 20px;
}

#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1001;
}

#popup {
    width: 555px;
    height: 375px;
    background: #FFFFFF;
    border: 5px solid #000;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    box-shadow: #64686e 0px 0px 3px 3px;
    -moz-box-shadow: #64686e 0px 0px 3px 3px;
    -webkit-box-shadow: #64686e 0px 0px 3px 3px;
    position: relative;
    top: 150px;
    left: 375px;
}

.fade-carousel {
    position: relative;
    height: 100vh;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}

.fade-carousel .carousel-indicators>li {
    margin: 0 2px;
    background-color: #9FCF64;
    border-color: #9FCF64;
    opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #000000;
}

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(0, 0, 0, .5);
    border-radius: 1%;
}

.hero h2 {
    /*font-size: 2em;*/
    line-height: 60px;
    word-spacing: 0;
    font-weight: 700;
    text-decoration: none solid rgb(255, 255, 255);
    font-size: 30px !important;
    /*font-weight: bold;*/
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.hero h3 {
    line-height: 60px;
    word-spacing: 0;
    font-weight: 400;
    text-decoration: none solid rgb(255, 255, 255);
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #42398F;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.overlay {
    position: absolute;
    /*width: 100%;*/
    height: 100%;
    z-index: 2;
    /*background-color: #080d15;*/
    opacity: .7;
}

.btn.btn-lg {
    padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #9FCF64;
    border-color: #ffffff;
    outline: none;
    margin: 20px auto;
}

.btns.btns-lg {
    padding: 10px 40px;
}

.btns.btn-hero,
.btns.btn-hero:hover,
.btns.btn-hero:focus {
    /*color: #f5f5f5;*/
    background-color: #9FCF64;
    border-color: #ffffff;
    outline: none;
    margin: auto;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url('../images/flower.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fade-carousel .slides .slide-2 {
    background-image: url('../images/new/today2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fade-carousel .slides .slide-4 {
    background-image: url('../images/construction/road2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fade-carousel .slides .slide-5 {
    background-image: url('../images/agri/agribussiness.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fade-carousel .slides .slide-3 {
    background-image: url('../images/new/today.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fade-carousel .slides .constructionslide-1,

/*.fade-carousel .slides .constructionslide-2,*/

.fade-carousel .slides .constructionslide-3,
.fade-carousel .slides .constructionslide-4
/*.fade-carousel .slides .constructionslide-5*/

{
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fade-carousel .slides .constructionslide-1 {
    background-image: url('../images/construction/road2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*.fade-carousel .slides .constructionslide-2 {*/


/*    background-image: url('../images/construction/housing.png');*/


/*    background-repeat: no-repeat;*/


/*    background-attachment: fixed;*/


/*}*/

.fade-carousel .slides .constructionslide-4 {
    background-image: url('../images/construction/housing.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}


/*.fade-carousel .slides .constructionslide-5 {*/


/*    background-image: url('../images/agribussiness.png');*/


/*    background-repeat: no-repeat;*/


/*    background-attachment: fixed;*/


/*}*/

.fade-carousel .slides .constructionslide-3 {
    background-image: url('../images/construction/piping2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (min-width: 980px) {
    .hero {
        width: 980px;
    }
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 4em;
    }
}

.buttons_couresels {
    justify-content: center;
    align-items: center;
}

#featured-services {
    background: #000;
}

#featured-services .box {
    padding: 30px 20px;
}

#featured-services .box-bg {
    background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
    color: #9FCF64;
    font-size: 48px;
    display: inline-block;
    line-height: 1;
}

#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px;
}

#featured-services h4 a {
    color: #fff;
}

#featured-services h4 a:hover {
    color: #9FCF64;
}

#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

#about {
    background: url("../images/new/flowers2.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9;
}

#about .container {
    position: relative;
    z-index: 10;
}

#about .about-col {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    padding: 10px;
    height: 48rem;
}

#about .about-col .img {
    position: relative;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #9FCF64;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: 0.3s;
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #fff;
    transition: 0.3s;
}

#about .about-col:hover .icon {
    background-color: #fff;
}

#about .about-col:hover i {
    color: #9FCF64;
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    margin: 40px 0 12px 0;
}

#about .about-col h2 a {
    color: #000;
}

#about .about-col h2 a:hover {
    color: #9FCF64;
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px 20px;
}

.section-header {
 
    padding-top: 15px;
}

.section-header h3 {
    font-size: 20px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #9FCF64;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

.card-box {
    background: #FAFAFA;
    /*min-height: 300px;*/
    position: relative;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*position: relative;*/
    cursor: pointer;
}


/*.card-box:hover {*/


/*    background: linear-gradient(to right, green -15%, #12d8fa2b 51%, #1fa2ff36 100%);*/


/*}*/

.card-box:after {
    display: block;
    background: #9FCF64;
    /*border-top: 2px solid #9FCF64;*/
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.card-title h2 {
    padding-top: 5%;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 15px;
}

.card-title p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.card-link a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    float: right;
    color: rgb(102, 82, 165);
}

.filter-app:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.9);
}

#portfolio {
    padding: 60px 0;
}

#portfolio .portfolio-item .portfolio-info {
    background: #fff;
    text-align: center;
    padding: 30px;
    height: auto;
    border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    line-height: 1px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
    color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
    color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.about_intro {
    background-color: #9FCF64;
    padding: 10px;
    margin-top: 30%;
}

.about_intro h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 300;
}

.about_intro p {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

#about_intro_detail {
    padding-top: 60px;
}

#about_intro_detail .description {
    text-align: center;
}

#about_intro_detail .item-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.tab-pane img {
    height: 23rem;
    width: 50rem;
}

.item-content {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 10px;
}

.team_department p {
    float: right;
}

.department :last-child {
    color: #9FCF64;
}

.agri_tabs a {
    color: #000000;
}

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "e072";
    /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.portfolio-info p {
    font-family: "Arial", sans-serif;
    font-style: italic;
}

.card-title h2 {
    color: black;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 17px;
}


#featured-services ol {
    color: wheat;
}

#demo {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto
}

.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    box-shadow: none !important;
    color: rgb(78, 77, 77);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    /*font-size: 1rem;*/
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

@media(max-width:767px) {
    i {
        padding: 0.8rem
    }
}

.carousel-control-prev {
    justify-content: flex-start
}

.carousel-control-next {
    justify-content: flex-end
}

.carousel-control-prev,
.carousel-control-next {
    transition: none;
    opacity: unset
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.list1 {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}

.list1 li {
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
    padding: 9px 0 10px 30px;
}

.careers {
    display: flex;
}

.career_email {
    display: flex;
    float: left;
    margin-left: auto;
}

.career_email a {
    font-size: 20px;
    color: black;
}

@media only screen and (min-width: 1020px) {
    .mobileShow {
        display: none;
    }


}

@media only screen and (max-width: 1020px) {
    .mobileHide {
        display: none;
    }
    .profileImage {
        padding: 0 14%;
    }


    .card {
        height: 20rem;
    }

    .services-cards{
        margin: 0 !important;
    }
}