/* color */
.white {
    color: #fff;
}
.white hr {
    background: #fff;
}
.white .bottom-border {
    /* border-bottom: 1px solid #fff; */
}
.white a {
    color: #fff;
}
.yellow {
    color: #FEFF00;
}
/* button generic */
button:focus {
    outline: 5px auto transparent
}

/* custom margin section */
.mt-cust-4 {
    margin-top: 20px;
}
.last-name-margin-top {
    margin-top: 20px;
}
.bottom-border {
    /* border-bottom: 1px solid #827d7d; */
}

.partial-border {
    width: 100px;
    background: #2AB12A;
    height: 5px;
    position: relative;
    border-radius: 20px;

}

.partial-border .round-left {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2AB12A;
    position: absolute;
    left: 0;
    top:-4px
}
.partial-border .round-right {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2AB12A;
    position: absolute;
    right: 0;
    top:-4px;
}
.navbar-fixed-top .logo-unscroll {
    display: block;
}
.navbar-fixed-top .logo-scrolled {
    display: none;
}
.navbar-fixed-top.scrolled .logo-scrolled {
    display: block;
}
.navbar-fixed-top.scrolled .logo-unscroll {
    display: none;
}
/*  home section */
a.navbar-brand img{
    width: 120px;
}
.upper-bg {
    background-size: cover;
}
.text-green {
    color:#2AB12A
}
.text-subtext {
    color: #3A3A3A
}
.text-black {
    color:#000
}

/* menu */
.bg-home {
    /* background: #6BB12E */
    /* background: #528a22; */
    background: white;
}
.navbar-white .navbar-nav .nav-link     {
    color: #000 !important;
    padding: 0.5rem;
    border-top: 0.5px solid #77c135;
    font-size: 0.9rem;
}
.navbar-white .navbar-nav .nav-link.active {
    color: #fff !important;
    font-weight: bold;
}
.navbar-white .navbar-nav .nav-item.active {
    /* background: black; */
    /* background: #2AB12A; */
    background: #2AB12A
}
.navbar-fixed-top.scrolled .navbar-white .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: normal;
}
.navbar-fixed-top.scrolled  .navbar-white .navbar-nav .nav-item.active {
    /* background: black; */
    background: #fff
}
.navbar-fixed-top.scrolled  .navbar-white .navbar-nav .nav-item.active .nav-link{
    /* background: black; */
    color: #528a22 !important;
    font-weight: bold;
}
.font-weight-bold {
    font-weight: bold;
}

.navbar-toggler {
    border: 0px;
}

button.navbar-toggler:focus {
    outline: 0px;
}
button.navbar-toggler {
    transform: scale(0.5);
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #efeaea;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .navbar-toggler:not(.collapsed)  #nav-icon4 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  
  .navbar-toggler:not(.collapsed) #nav-icon4 span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  .navbar-toggler:not(.collapsed) #nav-icon4 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
  }

/* effiency section */
.btn-discover {
    background-color: #FF5721;
}
.btn-discover:hover {
    color: #fff;
}
/* 
.input-group input{
    border-right: 0;
}
span.input-group-text {
 background-color: #fff;
 border: 0px;
 border-top: 2px solid #ced4da;
 border-bottom: 1px solid #ced4da;
 padding: .375rem .75rem;
}
*/
.input-contact-image {
    border-right: 0;
}
.input-icon-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}
.padd-form-contact {
    margin-top: 64px !important;
}
.form-control {
    font-size: 15px;
    padding: 1.3rem .75rem;
}
/* why section */
.why img {
    width: 120px;
}

.card-title {
    font-weight: bold;
}

/* contact section */
.btn-contact-form {
    background-color: #2AB12A;
    width: 120px;
    font-weight: bold;
    text-transform: uppercase;
}
.btn-contact-form:hover {
    color: white;
}


.card-cust.card {
    padding: 1rem!important;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #528a22 !important
}
.owl-theme .owl-dots .owl-dot span {
    background: white !important;
    border: 1px solid gray;
}
/*  lower bg */
.gap-curve {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* footer section */
.footer {
    background: #000;
    color: #f7f2f2 !important;
    font-size: 0.5rem;
}
.footer .nav-link {
    padding: 0rem 0.5rem;
}
/* .footer .nav-item:first-child .nav-link{
    padding: 0rem 0rem;
} */
.row .card {
    height: 100%;
    width: 100%;
}
/* media Queries */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

footer { 
    line-height: 5;
}


.efficiency {
    padding-top: 10px;
    padding-bottom: 2rem;
}
.text-size-2 {
    font-size: 2rem;
    line-height: 1;
}
.text-size-2 br, .text-size-1 br {
    display: none;
}
/*  deliver section */
.deliver {
    margin-top: 20px;
}

/* service section */
.service {
    margin-top: 20px;
}

/* career section */
.career {
    margin-top: 20px;
}

/* why section */
.why {
    margin-top: 20px;
}
/* our-team section */
.our-team {
    margin-top: 20px;
}

.contact-us-label {
    width: 150px;
    /* background-color: #000; */
    /* color: white; */
    /* border: 2px solid white; */
    font-size: 14px;
    padding: 2px;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    background-color: #2ab029;
    background: transparent;
    border: 2px solid #2ab029;
    color: #2ab029;
}

.contact-input-image {
    /* width: 13px; */
}
.contact-email a {
    color: #3a3a3a;
}
.contact-email a {
    color: #3a3a3a !important;
}
.contact-number a {
    color: #3a3a3a !important;
}
.text-size-1, .content-font, .form-control {
    font-size: 1rem;
}
 
.common-space-margin {
    margin-top: 2rem;
}
/* .contact-email {
    padding-bottom: 10px;
} */
.footer-icon {
    width: 60px
}
.navbar-fixed-top.scrolled {
    background: #2AB12A;
    padding-top: 0px;
    transition: all 0.5s;
}


.navbar-fixed-top:not(.scrolled) {
    padding-top: 0px;
    transition: all .5s;
}

.cust-padd-block {
    padding: 1rem;
}
.email-input-image {
    /* width: 1.8rem; */
    /* padding-right: 0.5rem; */
}
.input-icon-image {
    /* height: 44px; */
    width: 35px;
    padding: 0 10px;
}
.input-icon-image.email {
    width: 38px;
}

.line-sep {
    width: 1px;
    background: gray;
    height: 20px;
}
.efficiency .main-text span {
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 10px;
}
.font-weight-100 {
    font-weight: 100;
}

.owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.left-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 38px;
    background-color: black;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 25%;
}
.left-arrow:hover, .right-arrow:hover{
    cursor: pointer;
}
.right-arrow {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 38px;
    background-color: black;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 25%;
}
.bg-home {
    /* background: #528a22; */
    background: white;
}
.dropus-text {
    color: #3a3a3a !important;
}
@media (max-width: 767px) { 
    #myNavbar {
        background: transparent;
    }
    #nav-icon4 span {
        background: #2AB12A;
    }
    /* .navbar-fixed-top.scrolled #myNavbar{
        background: #2AB12A;
    } */
    .navbar-fixed-top.scrolled #nav-icon4 span {
        background: #efeaea;
    }
    .why,.deliver,.service, .career, .our-team {
        margin-top: 70px
    }
}
.img-container-efficiency img {
    width: 100%;
}
.aboutus-image img {
    width: 100%;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .contact-us-label {
        width: 200px;
        /* border: 4px solid white; */
        padding: 8px;
    }
    .lower-bg {
        background-size: 100%;
        background-position: top;
    }
   .efficiency {
       padding-top: 20px;
       padding-bottom: 70px;
   }
   a.navbar-brand img{
      width: 120px;
  } 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .contact-us-label {
        width: 200px;
        /* border: 4px solid white; */
        font-size: 20px;
        padding: 8px;
    }

    .text-size-1 {
        font-size: 20px;
    }
    .content-font {
        font-size: 1rem;
    }
    .bottom-border h1 {
        padding-bottom: 10px;
        margin-top: -20px;
    }
    /*  home section */
    a.navbar-brand img{
        width: 150px;
        max-width: 150px;
    } 
   .last-name-margin-top {
       margin-top: 0px;
   }
    .text-size-2 {
        font-size: 2.8rem;
        line-height: 1;
    } 
    .text-size-2 br, .text-size-1 br {
        display: block;
    }
    .btn-discover {
        font-size: 1rem;
    }

    /*  deliver section */
    .deliver {
        margin-top: 60px;
    }

    /* service section */
    .service {
        margin-top: 50px;
    }

    /* career section */
    .career {
        margin-top: 60px;
    }

    /* why section */
    .why {
        margin-top: 100px;
    }

    .card-cust.card {
        padding: 0.5rem !important;
    }
    
    /* Our Team */
    .our-team {
        margin-top: 100px;
    }
    .upper-bg {
        background-position: bottom;
        background-size: 100%;
        /* padding-bottom: 5rem; */
        padding-top: 1.5rem;
    }
    .navbar-white .navbar-nav .nav-link     {
        /* color: #fff !important; */
        /* color: #000 !important; */
        /* font-weight: bold; */
        padding: 0.25rem 1.2rem;
        /* min-width: 100px; */

        text-align: center;
        border-top: unset;
        font-size: 0.9rem;
    }

    .contact-email {
        text-align: right;
    }
    .contact-number {
        text-align: left;
        margin-top: 0px;
    }
    .footer { 
        font-size: 0.7rem;
    }
    /* .footer .nav-item:first-child .nav-link{
        padding: 0rem 1rem;
    } */
    .form-control {
        font-size: 15px;
        padding: 1.3rem .75rem;
    }
    .mt-cust-4 {
        margin-top: 25px;
    }
    .footer-icon {
        width: 100px;
    }
    .margin-nav-cust {
        margin-top: 2rem;
    }
    .scrolled .margin-nav-cust {
        margin-top: 0;
    }
    .left-arrow { 
        left: 0;
        top: 40%;
        width: 20px;
    }
    .right-arrow { 
        right: 0;
        top: 40%;
        width: 20px;
    }
    .navbar-fixed-top:not(.scrolled) {
        padding-top: 10px;
        transition: all .5s;
    }
    #myNavbar {
        background: transparent;
    }
    .bg-home {
        /* background: #6BB12E; */
        background: white;
    }
    .main-home-text {
        margin-top: 40px;
    }
    .small-font-size {
        font-size: 20px !important;
    }
    .efficiency {
        padding-bottom: 88px;
    }

    .history {
        margin-top: 25px;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .upper-bg {
        /* padding-bottom: 7rem; */
        padding-top: 2.5rem;
    }

    .text-size-2 {
        font-size: 3rem;
        line-height: 1;
    } 
    .efficiency .common-space-margin {
        margin-top: 50px !important;
    }
    a.navbar-brand img{
        width: 200px;
        max-width: 100%;
    } 
    .navbar-white .navbar-nav .nav-link {
        font-size: 1.2rem;
        padding: 0.25rem 2rem;
    }
    /* .email-input-image {
        height: 22px;
    } */
    .main-home-text  .text-size-1 {
        font-size: 24px;
    }
    .main-home-text .text-size-2{
        font-size: 3.4rem;
    }
    .line-sep { 
        height: 30px;
    }
    .deliver {
        margin-top: 110px;
    }
    .service {
        margin-top: 80px;
    }

 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .upper-bg {
        padding-bottom: 1.6rem;
        padding-top: 2rem;
    }
    .history img {
        margin-top: -70px;
        width: 80%;
    }
    .deliver img {
        width: 80%;
        margin-top: -80px;
    }
    .footer { 
        font-size: 1rem;
    }
    .gap-curve {
        height: 6.5rem;
    }
    .text-size-2 {
        font-size: 3rem;
        line-height: 1;
    } 
    /* .email-input-image {
        height: 22px;
    } */

    .main-home-text img {
        width: 100%;
        margin-left: -50px;
        margin-top: -70px;
    }
    .img-container-efficiency {
        /* margin-right: -128px; */
    }
    .p-t-30-cust {
        padding-top: 30px;
    }
    .p-l-30-cust {
        padding-left: 30px;
    }
    
 }

 @media (max-width: 767px) { 
     .card-body .card-title {
         text-align: center;
     }
 }