/*  contact  */
.captcha-number {
  width: 120px !important;
  float: left !important;
  font-size: 21px !important;
  background: #f1f1f1 !important;
  padding: 9px 10px !important;
  border: 1px solid #ddd !important;
  color: #121212 !important;
}
.captcha-value {
  width: 80px !important;
  padding: 19px 0px 21px 20px !important;
  height: 35px !important;
  margin-bottom: 13px;
}
.captchaform .help-block {
  float: left !important;
  width: 100% !important;
}
.has-error {
  text-align: left;
}
.help-block {
  color: red;
}
.has-error .form-control {
  border-color: #f5325c !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.iti{
    width: 100% !important;
}
.contact-mobile{
   padding: 10px 50px !important;
}
.title-box{
  margin-bottom:20px;
}

/** header **/

.whatsappBtn {
  position: fixed;
  bottom:68px;
  right: 30px;
  width: 50px !important;
  height: 50px !important;
  z-index: 99;
  background-color: #0ba90b;
  font-size:27px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 9px #00000094;
}
.whatsappBtn i{
    display: inline-block;
    background-color:#0BA90B;
    color: var(--white-color);
    text-align: center;
    font-size: 27px;
    width: var(--btn-size, 50px) !important;
    height: var(--btn-size, 50px) !important;
    line-height: var(--btn-size, 50px) !important;
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s;
}
.callBtn {
  position: fixed;
  bottom: 127px;
  right: 30px;
  width: 50px !important;
  height: 50px !important;
  z-index: 99;
  background-color: #2196f3;
  font-size: 25px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 9px #00000094;
}
.callBtn i{
    display: inline-block;
    background-color:#2196F3;
    color: var(--white-color);
    text-align: center;
    font-size: 21px;
    width: var(--btn-size, 50px) !important;
    height: var(--btn-size, 50px) !important;
    line-height: var(--btn-size,45px) !important;
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s;
    padding-top:4px;
}
.scroll-to-top {
    bottom: 11px !important;
    right:28px !important;
    background-color:;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    box-shadow: 0px 0px 9px #00000094;
    background-color:#DF6512 !important;
}
.scroll-to-top:hover{
    background-color:#1B1A1C !important;
}
.estimate-color{
  color:white !important;
}
.enquiry-name{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.head-logo{
  width:170px;
  margin-top: 11px;
}
.stickyhead-logo{
  width:160px;
}
.auto-container {
    max-width: 1250px !important;
    padding: 0px 10px !important;
}
.main-menu .navigation > li {
  margin-right: 18px !important;
}
.main-header .header-upper .logo-outer {
  padding: 9px 0px !important;
}
.main-header .outer-box .btn-box {
  margin-left: 5px !important;
}
.estimate-color{
  font-size: 13px !important;
  padding: 6px 10px !important;
}
.sticky-header .main-menu .navigation .sticky-head {
  margin-left:0px !important;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.close {
    color:white !important;
    opacity:1 !important;
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
/*  footer   */

.foot-number:hover{
   color:white !important;
}

/*  home  */
.main-slider h2{
  font-size: 40px !important;
  line-height:1.50em !important;
  font-weight: 600 !important;
  padding-top:20px;

}
.home-blog{
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipse {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.color-filter {
    filter: invert(60%) sepia(50%) saturate(100000%) hue-rotate(14deg);
}
.services-block .inner-box:hover .color-filter {
     filter: invert(100%) brightness(1000%);
}
.owl-carousel .country-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.country-item .card {
  width: 18rem;
  margin: auto;
}
.card-image{
    background-color:#c4d6e5;
    border-radius: 20%;
}
#country-owl .card-title{
    margin-top:10px;
    color:#001e57;
    font-weight:600;
}
.flag-image {
  width: 100%;
  height: auto;
  display: block;
  animation: waveAnimation 2s infinite linear;
}
.fluid-section-one .image-column {
    background-size: 100% !important;
}
.fluid-section-one .content-column .text {
    margin-bottom: 10px !important;
}
@keyframes waveAnimation {
  0% {
    transform: translateX(0) rotate(0deg) skewX(0deg);
  }
  25% {
    transform: translateX(5px) rotate(1deg) skewX(2deg);
  }
  50% {
    transform: translateX(-5px) rotate(-1deg) skewX(-2deg);
  }
  75% {
    transform: translateX(5px) rotate(1deg) skewX(2deg);
  }
  100% {
    transform: translateX(0) rotate(0deg) skewX(0deg);
  }
}
.fluid-section-one .content-column ul {
    margin-left: 10px !important;
}
/* blog-details  */
.gallery {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width:100%;
    height:250px;
}
.sidebar .popular-posts .post:nth-child(1n + 0) {
    background-color: #f3f5f9;
}
.home-description{
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 19;
  -webkit-box-orient: vertical;
}
.home-description .chain-list{
    padding-bottom:5px !important;
}
.about-read{
  text-decoration: underline;
  color:#DF6512;
  margin-top:0px;
  font-size: 16px;
  font-weight: bold;
}
.about-read:hover{
  color:black;
  text-decoration: underline;
}
/* services-list  */

.desc-list{
   width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.top-service p{
    color: rgba(255, 255, 255, 0.70) !important;
}
.serv-image{
    border: 1px solid grey;
}
/*  supply chain  */
.owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumb-package{
    border: 1px solid grey;
}
.small-detail-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

/* service details */
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side{
  margin-bottom:20px !important;
}
.spec-item {
    display: flex;
    margin-bottom: 10px;
}

.spec-title {
    min-width: 200px;
    margin-right: 15px;
    flex:0;
}

.spec-hyphen {
    margin-right: 15px;
}

.spec-value {
    flex: 1;
    font-weight: normal;
    color: grey;
}
.gallery-details{
  width:50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
/* Base styles for gallery boxes */
.gallery_box {
    display: block;
    position: relative;
}
.gallery-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center;
}
.gallery-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.gallery_box:hover .overlay {
    opacity: 1;
}
.view-cls {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}
.img-box:hover .view-cls {
    visibility: visible;
}
.services-block-three {
   /* display: flex; */
    flex-wrap: wrap;
}
.related-image{
  margin-bottom: 10px !important;
  padding-top: 15px !important;
}
.services-block-three .col-xl-4, 
.services-block-three .col-lg-4, 
.services-block-three .col-md-6, 
.services-block-three .col-sm-12 {
    flex: 0 0 auto;
}
.w-100 {
    width: 100% !important;
}

.img-fluid {
    max-width: 100%;
}
.services-categories li a:before {
    right:10px !important;
}

/*  chain-solutions */
.chain-list{
  padding-bottom: 10px !important;
  color: #555555;
  font-size: 16px;
  line-height: 1.5;
  padding-left:25px;

}
.chain-list:before{
    content: '\2611' !important;
   /*content: '✓' !important; */
    color:green;
    font-size: 20px;
    font-weight: bold;
    padding-right: 7px;
    margin-left:-25px;
 }
 .aboutus-list{
  padding-bottom: 10px !important;
  color: #555555;
  font-size: 16px;
  line-height: 1.5;
  padding-left:25px;

}
.aboutus-list:before{
     content: '\2611' !important;
    color:green;
    font-size: 20px;
    font-weight: bold;
    padding-right: 7px;
    margin-left:-22px;
 }
 .chain-button{
  border :2px solid #E1E1E1 !important;
  border-radius:30px !important;
  font-weight:800 !important;
  padding: 13px 30px 13px 30px;

 }
.chain-button:hover{
   color:white !important;
   background-color:#DF6512 !important;
   border: 2px solid #DF6512 !important;
}

/* blog */
.blog-heading-one{
     font-size: 26px !important;
     font-weight: bold !important;
     margin-bottom:5px !important;
     color:black !important;
}
.blog-heading-two{
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}
.blog-heading-three{
    font-weight: 500 !important;
    margin-bottom: 5px !important;
    color:black !important;
}

     /*  owl  */
.blog-item .blog-inner {
    background-color: #ffffff;
    padding:20px 20px 80px 20px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 100%;
    height:100%;
}
.blog-inner {
    cursor: pointer;
}
.blog-item h3.whyTitle {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #008c8c;
    margin-bottom: 50px;
}
.blog-inner h3 {
    width: 100%;
    float: left;
}
.blog-item h3.whyTitle {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #008c8c;
    margin-bottom: 50px;
}
.whyIcon img{
    width:80px !important;
    height:80px !important;
    margin-bottom:15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-container {
    position: relative;
}

.whyTitle {
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: bold;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#DF6512;
    color: white !important;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    text-align: center;
    padding: 10px 15px;
    width: 100%;
    height: auto;
}

.image-container:hover .overlay {
    opacity: 1;
}
.overlay p{
    color:white !important;
}
.whyDesc {
    font-size: 1em;
}
.sec-title .title {
    text-transform: none !important;
}
@media only screen and (max-width: 767px) {
    .whatsappBtn {
      position: fixed;
      bottom:63px;
      right: 10px;
      width: 45px !important;
      height: 45px !important;
      z-index: 99;
      background-color: #0ba90b;
      font-size:24px;
      border-radius: 50%;
      color: #fff;
      box-shadow: 0px 0px 9px #00000094;
    }
    .whatsappBtn i{
        display: inline-block;
        background-color:#0BA90B;
        color: var(--white-color);
        text-align: center;
        font-size: 24px;
        width: var(--btn-size, 45px) !important;
        height: var(--btn-size, 45px) !important;
        line-height: var(--btn-size, 45px) !important;
        z-index: 2;
        border-radius: inherit;
        position: relative;
        transition: all ease .8s;
    }
    .callBtn {
      position: fixed;
      bottom: 116px;
      right: 10px;
      width: 45px !important;
      height: 45px !important;
      z-index: 99;
      background-color: #2196f3;
      font-size: 24px;
      border-radius: 50%;
      color: #fff;
      box-shadow: 0px 0px 9px #00000094;
    }
    .callBtn i{
        display: inline-block;
        background-color:#2196F3;
        color: var(--white-color);
        text-align: center;
        font-size: 20px;
        width: var(--btn-size, 45px) !important;
        height: var(--btn-size, 45px) !important;
        line-height: var(--btn-size,36px) !important;
        z-index: 2;
        border-radius: inherit;
        position: relative;
        transition: all ease .8s;
        padding-top:4px;
    }
    .scroll-to-top {
        bottom: 11px !important;
        right:10px !important;
        background-color:;
        border-radius: 50%;
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        box-shadow: 0px 0px 9px #00000094;
        background-color:#DF6512 !important;
    }
    .small-detail-image {
        height: 100px !important;
    }
    .main-slider h2{
      font-size: 30px !important;
    }
    .navbar-light .navbar-toggler {
      padding-top:9px !important;
    }
    .spec-title {
      min-width: 150px;
      margin-right: 15px;
      flex: 1;
    }
    .navbar-toggler .icon {
        font-size: 30px !important;
        line-height: 2.2em !important;
    }
    .gallery-img{
        padding-bottom: 54% !important;
    }
    .country-design{
        width:19px;
    }
    .main-header .header-top .info-list li {
        font-size:14px;
    }
    .main-slider .text, .main-slider-two .text, .main-slider-three .text {
        line-height: 6.5em !important;
    }
    .info-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .info-list::-webkit-scrollbar {
        display: none;
    }

    .info-list li {
        flex: 0 0 auto;
        margin-right: 10px;
    }

}