*,
*::after,
*::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-size: 17px !important;
    line-height: 30px !important;
    font-family: 'Proxima Nova Rg' !important;
    animation: fadeInAnimation ease-in-out 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
h1,h2,h3,h4,h5,h6{
    color: #58760a !important;
    font-weight: 700 !important;
}
p{
text-align: justify;}
a:hover{
    text-decoration: none !important;
}
a:focus{
    text-decoration: none !important;
    outline: none;
    border: 0;
}
img.img-responsive.logo-img {
    height: 55px;
}
.center{
    text-align: center;
}
section {
    padding: 45px 0;
}
.navbar {
    margin-bottom: 0 !important;
}
.heading > p {
    font-size: 17px !important;
    color: #000;
}
.heading {
    margin-bottom: 40px;
}
.loader {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .col-md-3.call-btn a.head-link {
    float: right;
}
  .loader > img {
    width: 30%;
  }
  
  .loader.hidden {
    animation: fadeOut 1s ease-in-out;
    animation-fill-mode: forwards;
  }
ul.menu-items {
    display: flex;
    list-style: none;
    gap: 31px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 8px;
}
.container.mobile-nav{
    display: none;
}
a.head-link {
    display: inline-flex;
    gap: 10px;
    font-size: 17px;
    color: #bbd770;
    text-decoration: none;
    align-items: center;
    line-height: unset;
    margin-bottom: 0;
    margin-top: 7px;
}

.loader lottie-player {
    width: 500px;
    margin: 0 auto;
}
a.head-link:hover{
    color: #bbd770;
    text-decoration: none;
}
img.img-responsive.head-call {
    width: 26px;
}
nav.navbar {
    padding: 13px 0;
    background: #000;
    box-shadow: 0px 0px 4px #00000030;
    position: sticky;
    top: 0;
    z-index: 99;
    border-radius: 0;
}
a.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
a.nav-link.active {
    font-weight: bold;
    border-bottom: 3px solid #bbd770;
    color: #bbd770;
}
a.nav-link:hover {
    color: #bbd770;
    text-decoration: none;
}
a.nav-link:focus {
    color: #000;
    text-decoration: none;
}
.notification-bar {
    background-color: #bbd770;
    padding-top: 4px;
}
.notification-bar a {
    color: #000;
    font-weight: 700;
}
.notification-bar a:hover {
    color: #000;
    font-weight: 700;
}
.text {
    color: #fff;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-top: 3px;
    font-size: 17px;
}
.notification-bar > .container {
    position: relative;
}
.btn.btn-close {
    /* color: #fff; */
    /* background-color: #000; */
    font-weight: bold;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 5px;
}
.white{
    color: #fff !important;
}
/*-----------------------------------------------Banner---------------------------------------*/
/*section.banner {
    background-image: url("../images/banner/banner.gif");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 150px;
    padding-top: 0;
}*/
.servi {
    background: #fff;
    padding: 32px 25px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.servi p{
    text-align: initial;
}
section.ship-services {
    background-image: url("../images/banner/services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
section.ship-feed {
    background-image: url("../images/banner/testimonial.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.ship-feed .testi.slick-slide {
    margin-bottom: 50px;
    margin-top: 5px;
}
img.img-responsive.location-all {
    width: 100%;
    margin-top: 20px;
}
.multi-loc{
        background: #faffeb;
}
section.banner {
    padding-bottom: 277px;
    padding-top: 60px;
    background: transparent;
}
section {
    background: #fff;
}
video {
    position: absolute;
    top: 129px;
    z-index: -1;
    width: 100%;
}
/*.container-fluid.banner-pos-ab {
    position: absolute;
    width: 100%;
    top: 35%;
}*/
section.banner h1 {
    font-size: 4.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}
section.banner p {
    margin-bottom: 7px;
    color: #fff !important;
}
a.banner-link {
    display: inline-block;
    padding: 12px 31px;
    color: #1c1c1c;
    background: #bbd770;
    text-decoration: none;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
}
a.banner-link:hover {
    color: #fff;
}
.banner-content {
    margin-top: 31px;
}
img.img-responsive.banner-img{
    margin-top: 62px;
}
.container.image {
    background: #fff;
    box-shadow: 0px 0px 9px #0000002b;
    border-radius: 15px;
    position: absolute;
    width: 70%;
    left: 15%;
    top: -66px;
    z-index: 1;
}
section.feature.one {
    padding-top: 100px;
}
section#client {
    position: relative;
    padding: 0;
}
/*-----------------------------------------------Banner End---------------------------------------*/

/*-----------------------------------------------Feature Start---------------------------------------*/
.grid-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
img.usp-arrow {
    position: absolute;
    right: -2px;
    bottom: -3px;
    display: none;
}
.box:hover img.usp-arrow{
    display: block;
}
.box {
    background: #fff;
    box-shadow: 0px 0px 5px #0000001a;
    border-radius: 8px;
    padding: 9px 11px;
    border: 3px solid #fff;
    position: relative;
}
 .box:hover { 
    background: #fff;
    box-shadow: 0px 0px 5px #0000001a;
    border-radius: 8px;
    padding: 9px 11px;
    border: 3px solid;
    border-image: linear-gradient(94.51deg, #FF6B75 2.98%, #4FFFA7 32.79%, #54CBFF 63.79%, #FFCF4F 97.44%);
    border-image-slice: 1;
    
} 
/* .box:hover {
   
    border-radius: 8px;
    border: 1px solid #fff;
    border: double 1px transparent;
    background-image: linear-gradient(white,white),linear-gradient(94.51deg, #FF6B75 2.98%, #4FFFA7 32.79%, #54CBFF 63.79%, #FFCF4F 97.44%) ;
    background-origin: border-box;
    background-clip: content-box, border-box;
} */
section.feature{
    background: #faffeb;
}
.heading > h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}
.box > p {
    font-size: 1.5rem;
    line-height: 20px;
}
.box > h4 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
}
h3.head {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 600;
}
p.small {
    font-size: 18px;
    margin-bottom: 20px;
}

.row.choose-sec {
    display: flex;
    align-items: center;
     margin-top: 0px !important;
    margin-bottom: 0 !important;
}
.why-us {
    position: relative;
    min-height: 400px;
}
img.img-responsive.why-us-two {
    position: absolute;
    top: 0;
    left: 20%;
}
img.img-responsive.why-us-one {
    position: absolute;
    bottom: 5%;
    left: 11%;
}
img.img-responsive.why-us-three {
    position: absolute;
    right: -18px;
    top: 71px;
    z-index: 1;
}
img.img-responsive.why-us-four {
    position: absolute;
    top: 14%;
}
img.img-responsive.why-us-five{
    position: absolute;
    bottom: 0;
    right: 31%;
}
img.img-responsive.why-us-six {
    position: absolute;
    top: 10%;
}
img.img-responsive.why-us-seven {
    position: absolute;
    bottom: 0;
    right: 0;
}
img.img-responsive.why-us-eight {
    position: absolute;
    top: 28%;
    left: 10%;
}
.usp {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}
/*.flex-box {
    display: flex;
    align-items: center;
    padding: 11px 22px;
    background: #bbd770;
    gap: 9px;
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
    border-radius: 6px;
}*/
.flex-box {
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    border-radius: 6px;
    font-style: italic;
    line-height: initial;
    margin-bottom: 18px;
    color: #bbd770;
}
.partners {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    align-items: center;
    gap: 10px;
}
.partner-img {
    text-align: center;
    font-weight: 700;
}
.partners {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.partner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 10px;
}
img.img-responsive.img-partner {
    width: 65px;
    margin: 0 auto;
    margin-bottom: 7px;
    margin-top: 15px;
}
/*-----------------------------------------------Feature End---------------------------------------*/

.row.news {
    background: #eef1f6;
    padding: 31px 20px;
}
p.news-cont {
    margin: 11px 0 17px 0;
    font-weight: 600;
}
img.img-responsive.gifs {
    margin: 0 auto;
    display: block;
}
.container.one{
    padding-bottom: 40px;
}
ul.event-lists li {
    line-height: initial;
    margin-bottom: 16px;
}
ul.event-lists a {
    color: #003b89;
}
section.subscription {
    background: #bbd770;
}
.why-sec {
    background: #fdfff6;
    padding: 13px 18px;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 160px;
    border-radius: 8px;
    border: 1px solid #bbd770;
}
h4.center.subscribe {
    font-size: 42px;
    padding: 0 117px;
    line-height: initial;
    font-weight: 700 !important;
    color: #000 !important;
}
section.testimonial {
    background: #faffeb;
}
.btn-new-black {
    display: flex;
    justify-content: center;
}
a.black-btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 16px 23px;
    border-radius: 8px;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
a.black-btn:hover{
    text-decoration: none;
}
.subscription .heading {
    margin-bottom: 0;
}
footer {
    background: #000;
    padding: 65px 0;
    padding-bottom: 0;
}
p.foot-sec-head {
    font-size: 17px;
    color: #bbd770;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
}
img.nav.img-responsive {
    width: 40px;
}
img.img-responsive.footer-logo-img {
    margin-bottom: 33px;
    width: 144px;
}
a.head-link.footer {
    margin-top: 0;
    margin-bottom: 12px;
    color: #fff;
}
p.foot-sec-head.one {
    margin-bottom: 13px;
}
.footer-social-media {
    display: flex;
    gap: 15px;
    margin-top: 23px;
}
p.white.foot-comp {
    margin-right: 50px;
}
.address {
    font-size: 17px;
    color: #fff;
    margin-bottom: 26px;
}
.address > h5 {
    font-size: 17px;
    font-weight: 600;
    color: #676767 !important;
}
.quick-links {
    display: inline-flex;
    flex-direction: column;
}
.container-fluid.copy.center {
    background: #000;
    padding: 15px 0;
    color: #fff;
}
.container-fluid.copy.center a {
    color: #dd0000;
}
.container-fluid.copy.center a:focus {
    color: #dd0000;
}
.container-fluid.copy.center a:hover {
    color: #dd0000;
}
a.quick-links-individual {
    
    color: #a7a0a0;
    text-decoration: none;
    font-weight: 600;
}
a.quick-links-individual:hover {
    text-decoration: none ;
    color: #676767;
}
input.form-field {
    border: 0;
    background: #fff;
    padding: 10px 16px;
    font-size: 16px;
}
form {
    margin-top: 30px;
}
input.form-field.submit-btn {
    border: 1px solid #cb4e55;
    background: #cb4e55;
    color: #fff;
    border-radius: 5px;
}
input.form-field {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
}
label.error {
    font-weight: 100;
    color: #de4c4c;
    line-height: initial;
}
.testi {
    background: #fff;
    box-shadow: 0px 0px 4px #00000038;
    padding: 15px 13px;
    border-radius: 11px;
    min-height: 300px !important;
}
.customer-feedback .slick-track{
    padding: 23px 0;
}
.name {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 8px;
    margin: 21px 0;
    align-items: center;
}
.testimonial-img-sec {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: none;
}
img.img-responsive.testimonial-img {
    margin: 0 auto !important;
    width: 50px;
    margin-bottom: 20px !important;
}
ul.service-list {
    padding: 0 0 0 25px;
}
p.brand {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: initial;
}
p.company {
    font-weight: 400;
    font-size: 14px;
    line-height: initial;
    margin-bottom: 0;
}
img.img-responsive.brand-img {
    margin: 0 auto !important;
    display: block;
    width: auto;
    padding: 15px 81px;
    margin-top: 15px !important;
    background-color: #fff;
    border-radius: 5px;
    height: 80px;
}
.star {
    color: #ffba06;
    font-size: 23px;
    margin: 8px 0;
    margin-top: 0;
}
section.ship-feed .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 25px !important;
    line-height: 1;
    opacity: 1;
    color: #5b741b !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
section.ship-feed .slick-next:before {
    font-family: 'slick';
    font-size: 25px !important;
    line-height: 1;
    opacity: 1;
    color: #5b741b !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.desktop-sec{
    display: block;
  }
  .mobile-sec{
    display: none !important;
  }
  .event-img {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-top: 22px;
    font-weight: 600;
}
ul.event-lists {
    padding-left: 20px;
    margin-top: 20px;
}
.event-img p{
    margin-bottom: 0;
}
img.img-responsive.events {
    width: 33px;
    margin-right: 12px;
}
/*------------------------------Mobile nav-----------------------------*/
@media only screen and (max-width:767px){
    
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        background-color: #dd0000;
        overflow: hidden;
        transition: 0.5s;
      }
      .container.one {
        padding-bottom: 0;
    }
    p.white.foot-comp {
    margin-right: 0;
}
      .container.image {
        background: #fff;
        box-shadow: 0px 0px 9px #0000002b;
        border-radius: 15px;
        position: absolute;
        width: 90%;
        left: 5%;
        top: -66px;
    }
    .partners {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        align-items: center;
        gap: 10px;
    }
    .customer-logo img{
        height: 50px !important;
    }
      .flex-box {
            display: flex;
            align-items: center;
            padding: 4px 8px;
            background: #EEF1F6;
            gap: 9px;
            font-size: 15px;
            font-weight: 600;
        }
      .desktop-sec{
        display: none;
      }
      .mobile-sec{
        display: block !important;
      }
      .overlay-content {
        position: relative;
        top: 0%;
        width: 100%;
        text-align: left;
        margin-top: 30px;
        margin-left: 30px;
    }
    .footer-social-media.mob-nav {
        margin-left: 30px;
    }
    section.mobile-sec .feature-grid {
        display: flex !important;
        align-items: center;
        margin-bottom: 30px;
        flex-direction: column;
    }
    .text {
        font-size: 16px;
    }
    .btn.btn-close {
        /* color: #fff; */
        /* background-color: #000; */
        font-weight: bold;
        position: absolute;
        right: 5px;
        z-index: 1;
        top: 4px;
    }
    .feature-grid.reverse {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
    }
    img.img-responsive.feature-img {
        width: 90%;
    }
    .container.main {
        padding: 0;
    }
      img.img-responsive.logo-img-nav {
        margin: 42px 24px;
    }
      .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #000000;
        display: block;
        transition: 0.3s;
        font-weight: 700;
    }
      
      .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
      }
      
      
      .overlay a{
        font-size: 20px
    }
      .overlay .closebtn {
        position: absolute;
        font-size: 40px;
        bottom: 0;
        right: 0;
        top: unset;
        background: #000;
        color: #fff;
        display: inline-flex;
        width: 82px;
        height: 70px;
        justify-content: center;
        align-items: center;
        border-radius: 52px 0px 0px 0px;
    }
    a.closebtn {
        display: inline-block;
        padding-right: 0;
        padding-bottom: 0;
    }
  .grid-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.overlay-content > a.active {
    display: inline-block;
    color: #d7535a;
    font-weight: bold;
}
.overlay-content > a:hover {
    color: #d7535a !important;
}
.container.mobile-nav {
    padding: 23px 0;
    background: #fff;
    box-shadow: 0px 0px 8px #0003;
    position: sticky;
    z-index: 9;
    display: block;
    width: 100%;
    top: 0;
}
.col-xs-8.humberger {
    padding-left: inherit;
    padding-top: 19px;
}
.col-xs-4.logos {
    padding-right: 0;
}
a.head-link {
    margin-top: 0;
    margin-right: 21px;
    float: left;
    display: flex;
}
.footer-social-media {
    display: flex;
    gap: 15px;
    margin-top: 23px;
    width: 100%;
}
h4.center.subscribe {
    font-size: 27px;
    padding: 0 0;
    line-height: 42px;
}
.col-md-4.foot {
    margin-bottom: 40px;
}
p.foot-sec-head {
    font-size: 22px;
    color: #b90000;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
}
.heading {
    margin-bottom: 25px;
    padding: 0 19px;
}
.container.feature-grid.reverse {
    display: flex;
    flex-direction: column-reverse;
}
      .navbar{
        display: none;
      }
      .row.choose-sec {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .why-us {
        position: relative;
        min-height: 400px;
        overflow: hidden;
    }
    .col-xs-8.humberger a.head-link {
    margin-top: 0;
    margin-right: 21px;
    float: right !important;
    display: flex;
}
a.banner-link.news-btn {
    margin-bottom: 40px;
}
.partner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px;
}
.col-md-6.col-sm-12.col-lg-6.col-xs-12.cont-fields {
    margin-top: 30px;
}
.address-fields {
    margin-bottom: 30px;
}
.forms {
    background: #EEF1F6;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 75px;
}
.fields {
    display: grid;
    grid-template-columns: 1fr !important;
    margin: 30px 0;
    align-items: center;
}
.flex-box {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background: #EEF1F6;
    gap: 9px;
    font-size: 15px;
    font-weight: 600;
}
input.submit-button {
    font-size: 22px;
    background: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    border-color: #000;
    margin: 0 auto;
    display: block;
}
.fix-navs {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    gap: 2px;
    bottom: 0;
    width: 100%;
    background: antiquewhite;
    border-top: 2px solid #fff;
}
.container-fluid.copy.center {
    background: #000;
    padding: 15px 0;
    color: #fff;
    padding-bottom: 64px;
}
.fix-navs a.quick-links-individual {
    display: block;
    background: aqua;
    width: 100%;
    background: #b90000;
    color: #fff;
    padding: 9px 3px;
    font-weight: 500;
    font-size: 15px;
}
}
@media (min-width:768px) and (max-width:1023px){
    .row.choose-sec {
    display: flex;
    align-items: center;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    flex-direction: column;
}
.why-us.desktop-sec{
    display:none;
}
img.img-responsive.whyus.mobile-sec{
    display: block !important;
    margin: 0 auto;
}
ul.menu-items {
    margin-top: 4px;
}
a.head-link {
    display: inline-flex;
    gap: 10px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    align-items: center;
    line-height: unset;
    margin-bottom: 0;
    margin-top: 7px;
}
section.banner {
    padding-top: 0 !important;
}
.col-md-6.banner-content {

    margin-bottom: 30px;
}

}
/*------------------------------Mobile nav End-----------------------------*/

/*------------------------------Feature page-------------------------------*/
section.banner-sec {
    text-align: center;
}
.feature-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

/*------------------------------Feature page End-------------------------------*/

/*------------------------------Pricing page-------------------------------*/
.card.price-table {
    width: 70%;
    margin: 0 auto;
    display: block;
    background-color: #EEF1F6;
    border-radius: 12px;
    overflow: hidden;
}
.card-header h4 {
    margin-top: 0;
}
.card-header {
    background: #dd0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 31px 0;
}
h3.card-price {
    margin: 0;
    font-size: 5.5rem;
}
p.card-short {
    margin-bottom: 0;
}
.card-body {
    padding: 30px 26px;
}
p.small.price {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}

  ul.price-feature {
    list-style-image: url('../images/icons/tick.svg');
    margin-bottom: 0;
    padding: 1px 0 1px 36px;
    
}
.list-flex {
    display: flex;
    align-content: center;
    align-items: flex-start;
    line-height: 23px;
    margin: 21px 0;
    gap: 14px;
}
.price-content > h2 {
    font-size: 25px;
}
.price-content {
    margin-bottom: 40px;
}   
.price-content .list-flex {
    display: flex;
    align-content: center;
    align-items: center;
    line-height: 23px;
    margin: 14px 0;
    gap: 14px;
}

/*------------------------------Pricing page End-------------------------------*/

.forms {
    background: #EEF1F6;
    border-radius: 8px;
    padding: 30px;
    padding-bottom: 50px;
}
.fields {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 30px 0;
    align-items: center;
}
.fields > div > input.form-field {
    padding: 7px 8px;
    border: 1px solid #e6e6e6;
}
.fields > textarea {
    padding: 7px 8px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    resize: none;
}
.fields > div >  input.form-field::placeholder {
    color: #dcdcdc;
}
.fields > div > .form-field::placeholder {
    color: #dcdcdc !important;
}
.fields > textarea::placeholder {
    color: #dcdcdc !important;
}
.fields > label {
    font-weight: 400;
}
a.head-link:focus {
    outline: none;
    color: #000;
    text-decoration: none;
}
.map {
    background: #EEF1F6;
    padding: 33px 29px !important;
    border-radius: 5px;
}
.address-field {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 36px;
    margin-bottom: 16px;
}
.address-field strong {
    display: inline-block;
    margin-bottom: 5px;
}
.address-fields {
    display: flex;
    gap: 15px;
    line-height: initial;
    align-items: center;
    margin-right: 0;
    margin-bottom: 28px;
}
.address-fields a {
    color: #000;
}
p.lite {
    font-weight: 100 !important;
    margin-bottom: 0;
    font-size: 15px;
    line-height: initial;
}
p.strong-field {
    font-size: 22px;
    font-weight: bold;
}
.col-md-6.col-sm-12.col-lg-6.col-xs-12.cont-fields {
    padding-left: 7%;
}
.col-md-6.col-sm-12.col-lg-6.col-xs-12.cont-fields .address-fields {
    margin-bottom: 25px;
}
img.cont-field.img-responsive {
    width: 50px;
}
.col-md-6.col-sm-12.col-lg-6.col-xs-12.cont-fields a {
    font-weight: 600;
    font-size: 19px;
    display: block;
}
.col-md-6.col-sm-12.col-lg-6.col-xs-12.cont-fields strong {
    font-weight: 100;
}
.container.contact {
    padding-top: 70px;
}
input.submit-button {
    background: #000;
    color: #fff;
    padding: 7px 30px;
    border-radius: 5px;
    border-color: #000;
    margin: 0 auto;
    display: block;
    border: 0;
    text-transform: uppercase;
}
.subscription-form a.black-btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 8px 26px;
    border-radius: 8px;
    margin-top: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.subscription-form {
    margin-top: 30px;
}
.subscription-form h4 {
    color: #D7535A !important;
}
.partners {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    gap: 10px;
}
img.img-responsive.why-sec-img {
    width: 50px;
}
.abt-new-sec {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 40px;
}
img.img-responsive.abt {
    width: 45%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    object-position: right;
    height: 1200px;
}
section.feature.one {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.detailed-services {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: start;
    padding: 15px 14px;
    transition: .5s all ease-in-out;
    border: 1px solid #bbd770;
    border-radius: 5px;
}
.numbers {
    background: #bbd770;
    height: 50px;
    border-radius: 35px;
    width: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 20px;
}
.detailed-text {
    font-size: 16px;
    line-height: initial;
    padding-top: 10px;
}
section.feature.two {
    background: #fff;
}
.detailed-services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    column-gap: 20px;
}
.detailed-text {
    line-height: normal;
}
.detailed-services:hover {
    
    background: #bbd770;
    border-radius: 8px;
}
.detailed-services:hover .numbers {
    background: #ffffff;
    height: 50px;
    border-radius: 35px;
    width: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #bbd770;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
    transition: .5s all ease-in-out;
}
img.about {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0 !important;
}
section.section-image-slide {
    padding-bottom: 0 !important;
}
section.testimonial {
    background: #bbd770;
}
.mails a.head-link.footer {
    margin-top: 0;
    margin-bottom: 12px;
    color: #000;
}
.mails {
    display: flex;
    column-gap: 20px;
    margin-top: 15px;
}
.address-cont {
    padding: 20px 20px;
    margin-bottom: 29px;
    background: #faffeb;
    border-radius: 7px;
}
.address-cont h4{
    color: #000 !important;
}
.map-btn {
    display: inline-flex;
    background: #bbd770;
    padding:6px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
img.navigation.img-responsive {
    width: 21px;
    margin-right: 10px;
}
a .map-btn {
    color: #000;
}
section.banner-headers {
    background: #bbd770;
    padding: 50px 0;
    padding-bottom: 95px;
    text-align: center;
}
h1.page-title {
    color: #000 !important;
}
.feature-grid {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
    margin-bottom: 30px;
    column-gap: 30px;
    margin-top: 30px;
}
.feature-grid .gallery.slider {
    border-radius: 15px;
    overflow: hidden;
}
p.small {
    font-size: 18px;
    margin-bottom: 20px;
}
.container.main {
    padding-top: 40px;
}
.new-grids {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.text-grid {
    display: inline-block;
    background: #bbd770;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 600;
}
h3.head {
    margin-bottom: 4px;
    font-size: 26px;
    font-weight: 600;
}
img.img-responsive.feature-img {
    display: block;
    margin: 0 auto;
    border-radius: 12px;
}

.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.section-title:after,
.section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
}
img.img-responsive.feature-img {
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    width: 100%;
    height: 380px;
    object-fit: cover;
    filter: saturate(1.5);
}
.feed-flex {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 8px;
    align-items: center;
}
.feed-flex h3 {
    margin-bottom: 0;
    margin-top: 0;
}
.feed-flex > div  > p {
    margin-bottom: 0;
}
.feed-flex {
    margin-bottom: 12px;
}
.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    width: 85px;
    height: 85px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

.customer-feedback .owl-prev:hover {
    left: -20px;
}

.customer-feedback .owl-next {
    right: -15px;
}

.customer-feedback .owl-next:hover {
    right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}
.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }
    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }
    .customer-feedback .owl-prev {
        left: 0;
    }
    .customer-feedback .owl-next {
        right: 0;
    }
}
.row.maps-vedaanta {
    display: flex;
}
#map {
    height: 600px;
    width: 100%;
    position: sticky;
    top: 99px;
}
.project-details-screen {
    padding: 55px 0 0 0 !important;
}
.project.text-center:hover .project-text {
    bottom: 0;
    opacity: 1;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .5s all ease-in-out;
}
.project.text-center:hover .overlay-projects {
    background: transparent;
}
.overlay-projects {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008c;
    top: 0;
    transition: .5s all ease-in-out;
}
.project-text {
    position: absolute;
    width: 100%;
    bottom: -100%;
    margin-bottom: 0;
    padding: 60px 25px;
    background: #000000bf;
}
.loc-all {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    align-items: center;
}
.project-image {
    height: 350px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    width: auto;
    overflow: hidden;
}
.project img {
    border-radius: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 0;
}
.entry-title h4 {
    color: #fff !important;
    font-size: 3rem;
}
.project-details-screen {
    padding: 0 0 0 0 !important;
    background: #bbd770;
}
.project.text-center {
    padding: 0;
    overflow: hidden !important;
    margin-bottom: 0 !important;
    transition: .5s all ease-in-out;
    position: relative;
}
.content-project {
    padding: 0 30px;
    text-align: center;
}
.content-project > p {
    text-align: center;
    font-style: italic;
}