
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 400 !important;
    font-family: "Raleway", sans-serif !important;
}

h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: "Raleway", sans-serif !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wow,
.animated {
    animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
    border: 0;
}

.btn.btn-primary:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 38px;
    height: 38px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Button End ***/


/*** Navbar Start ***/
.nav-bar {
    /* background: var(--bs-light); */
    border-bottom: 1px dotted #2537906b;
}

.navbar{
    z-index: 1 !important;
}


.navbar img{
    width: 112px;
    height: auto;
    position: absolute;
    top: 15px;
}

.nav-bar::before{
    content: "";
    position: absolute;
    width: 280px;
    height: 140px;
    left: 0px;
    top: 0px;
    background-image: url("../img/logobg.svg");
}

.navbar .navbar-nav .nav-link {
    padding: 8px 12px;
    font-weight: 500;
    font-size: 15px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #28338C;
    font-weight: 700;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

.slidert1{
    font-weight: 500 !important;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #18191F;
}

.slidert2{
    font-weight: 800 !important;
    font-size: 42px;
    line-height: 50px;
    padding-top: 8px;
    text-transform: capitalize;
    font-feature-settings: 'salt' on, 'liga' off;
    background: linear-gradient(90deg, #263690 0%, #0584FA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slider-img img{
  width: auto;
  height: auto;
}

.slider-img video{
  width: auto;
  height: auto;
}


.sliderbg p{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: #18191F;
}


.sliderbg{
    position: relative;
    height: auto !important;
}

.pricingbg::before{
    height: 556px !important;
}

.sliderbg{
    width: 100%;
    height: 625px;
    right: 0px;
    top: 0px;
    background-image: url("../img/slider_bg.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .sliderbg::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 656px;
    right: 0px;
    top: 0px;
    z-index: -1;
    
    background-image: url("../img/slider_bg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

         
.btn-grad {
    background-image: linear-gradient(to right, #243994 0%, #087DF0  50%);
    padding: 12px 36px;
    text-align: center;
    text-transform: capitalize;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    font-weight: 500 !important;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.price-content .btn-advance:hover {
  background-position: right center;
  color: #21419e;
  text-decoration: none;
}

.sliderleft{
    padding-top: 150px;
}

.sliderright{
    padding-top: 80px;
}

.sliderleft span img{
    width: 30px;
    height: auto;
    padding-left: 8px;
}

.fact_trend{
    font-size: 30px;
    font-weight: 700 !important;
    text-align: left;
    text-transform: capitalize;
    font-feature-settings: 'salt' on, 'liga' off;
    background: linear-gradient(90deg, #263690 0%, #0584FA 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-bottom: 1px dotted #2537906b;
    padding-bottom: 10px;
}

.fact_trend::before{
  content: "";
  position: absolute;
  width: 76px;
  height: 4px;
  /* left: 70px;
  top: 788px; */
  background: #27328B;
  border-radius: 25px;
  margin-top: 44px;
}

.active_cubes p{
    padding: 0 94px;
    margin-bottom: 2rem;
    font-size: 15px !important;
}

.active_cubes_title{
    font-size: 34px;
    font-weight: 700 !important;
    text-align: center;
    text-transform: capitalize;
    font-feature-settings: 'salt' on, 'liga' off;
    background: linear-gradient(90deg, #263690 38%, #0584FA 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 10px;
}

.active_cubes_title::before{
    content: "";
    position: absolute;
    width: 76px;
    height: 4px;
    left: 47%;
    background: #27328B;
    border-radius: 25px;
    margin-top: 52px;
}

.active_cubes_content h4{
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #0B0757;
    padding-top: 12px;
}

.active_cubes_content a:hover{
    transition: .5s;
}

.fulfilment{
    position: relative;
    background: url(../img/fulfill_bg.jpg);
    color: #fff;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fu_parallax {
    position: relative;
    z-index: 1;
}

.fulfilment::before {
    background-color: #01083fd1;
    content: '' !important;
    display: block !important;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.95;
    z-index: 1;
}

.fulfilment-content{
    border: 1px solid #7BA3FF;
    border-radius: 100px 26px;
}

.fulfilment-title, .fulfilment-content{
    color: #fff;
}

.fulfilment-title h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

.fulfilment-content h4{
    color: #fff;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.fulfilment-content p{
    color: #fff;
    font-size: 15px !important;
    font-weight: 300 !important;
    padding: 0px 35px;
}

.fulfilment-content a img {
    width: 32px;
    height: auto;
    padding-left: 6px;
}

.get_started{
    width: 100%;
    height: auto;
    right: 0px;
    top: 0px;
    background: url("../img/getstarted_bg.svg");
    position: relative;
    color: #fff;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .get_started{
    position: relative;
    background: #EEEEEE;
    color: #fff;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
} */

/* .get_started .wpb_column:nth-child(2):after {
    background-color: #232331;
} */

.get_started_img img {
    z-index: 99;
    position: relative;
    width: 94%;
}

.shipcube_works img{
    width: 100%;
    height: auto;
}

.form_bg {
    /* position: relative; */
    z-index: 1;
    overflow: hidden;
}

.form_bg h3{
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 500 !important;
}

.form_bg h3::after {
    content: "";
    position: absolute;
    width: 200px;
    /* height: 4px; */
    left: 64%;
    border-bottom: 1.4px dotted #D2D2D2;
    border-radius: 25px;
    margin-top: 45px;
}

.form_bg label{
    font-size: 15px;
    color: #D6D8E9;
}

.form_bg input{
    padding-left: 15px !important;
}

.form_bg input::placeholder {
    color: #A3A3A3;
    font-weight: 300 !important;
}

.form_bg input::-ms-input-placeholder {
    color: #A3A3A3;
    font-weight: 400 !important;
}

.form-btn{
    color: #18191F;
    background-color: #FFD420;
    border: 1px solid #8C7925;
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    font-weight: 700;
}

.footer_bg{
    position: relative;
    background: url(../img/footer_bg.jpg);
    color: #fff;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_parallax {
    position: relative;
    z-index: 1;
}

.footer_bg::before {
    background-color: #000424da;
    content: '' !important;
    display: block !important;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.95;
    z-index: 1;
}

/* pricing*/

.pricingh3{
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #18191F;
}

.pricingh1{
    font-weight: 800 !important;
    font-size: 42px;
    line-height: 50px;
    padding-top: 2px;
    text-transform: capitalize;
    font-feature-settings: 'salt' on, 'liga' off;
    background: linear-gradient(90deg, #263690 0%, #0584FA 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pricing-img img{
    position: absolute;
    content: "";
    width: auto;
    height: 412px;
    right: 0;
}

.pricingbg{
    position: relative;
    height: auto !important;
}

.pricingbg{
    width: 100%;
    right: 0px;
    left: 0px;
    top: 0px;
    background-image: url("../img/pricing_bg.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}



.pricingleft {
    padding-top: 150px;
    padding-bottom: 25px;
}
/* pricing*/

/* Common Page*/
.commonbg{
    width: 100%;
    height: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    background-image: url("../img/common_bg.svg");
    background-position: center center;
    background-repeat:  no-repeat;
    background-size:  cover;
}

.about-title{
  padding: 70px 0 50px;
}

.about-border{
    color: #28338C;
    background-color: #f6f7ff !important;
    border: 1px solid #6b79db !important;
}

.count_light{
    background-color: #fbfbfb;
}

.count_bg {
  
    border-radius: 26px !important;
}
.count_bg1 {
    background-color: #def5ce;
}

.count_bg2 {
    background-color: #d1e4f3;
}

.count_bg3 {
    background-color: #dad2fb;
}

.count_bg h1{
    font-weight: 500 !important;
}

.count_bg1 h1, .count_bg1 p, .count_bg1 i{
    color: #69a93f !important;
}

.count_bg2 h1, .count_bg2 p, .count_bg2 i{
    color: #2c71a7 !important;
}

.count_bg3 h1, .count_bg3 p, .count_bg3 i{
    color: #4226b3 !important;
}

.count_bg p {
    font-weight: 400 !important;
}

.team .bg-dark {
    background-color: transparent !important;
}

.team .text-primary {
    color: #28338c !important;
}

.team-item:hover .team-content {
    background: #3b53d5 !important;
    color: #fff !important;
}

.team-item:hover .team-content h4 {
    color: #fff !important;
}

.team-item .btn-primary {
    color: #fff !important;
    background-color: #5d65ad !important;
}

.team-item .btn.btn-primary:hover {
    background: #29338c !important;
    color: #ffffff !important;
}

/* Common Page */

/* Contact Page */

.contact .form_bg{
    padding: 10px 20px 60px 20px;
}

/* Contact Page */

/* ===== PRICING PAGE ===== */
.price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
          box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #00b5ec;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .price-tabs {
    margin-bottom: 60px;
  }
}

.price-tabs .nav-link {
  color: #00b5ec;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
}

.price-tabs .nav-link.active {
  background-color: #00b5ec;
  color: #fff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
          box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
}

@media (min-width: 768px) {
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 30px 0 25px;
  background-color: #4B5FF0;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .price-item .price-top {
    margin: 0 -20px;
    border-radius: 20px;
  }
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #4B5FF0;
  position: absolute;
  content: '';
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
          box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700 !important;
}

.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 26px;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 6px;
  padding-bottom: 40px;
}
  
.pricealign ul li{
  text-align: left;
}

.price_left_align{
  margin-top: 10rem;
}

.price_left_align li{
  text-align: left !important;
  margin-bottom: 15px;
  padding: 16px 0px;
}

.price-item .price-content .zmdi-check {
    color: #28a745;
}

.price-item .price-content .zmdi-close {
  color: #f00;
}

.popular {
  background-color: #0D72EC;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #101f41;
}

.popular .price-top h2, .popular .price-top span, .popular .price-top sup {
  color: #1D4AAB;
}

.price-top img{
  width: 92px;
  height: auto;
  padding: 10px;
}
  
.popular .price-content ul *,
.popular .price-content ul .zmdi-close, .popular .price-content ul .zmdi-check {
    color: #fff !important;
}

.price_title h4{
    color: #27328B;
}

.price_title p{
    color: #18191F;
    font-weight: 400 !important;
    font-size: 14px;
}

.pricingbtn{
    background: #fff;
    color: #0D72EC;
    box-shadow: none;
}

.pricing_img span img {
    width: 30px;
    height: auto;
    padding-left: 8px;
}

.price-content ul{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 34px !important;
}

.price-content li {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border-bottom: 1px dotted #dee2e6 !important;
  padding: 10px 0px;
  color: #18191F;
  font-weight: 500 !important;
  min-height: 70px;
    margin-bottom: 6px;
}
  
  @media (min-width: 992px) {
    .price-item .price-content li {
      text-align: center;
    }
  }
  
  @media (min-width: 992px) {
    .price-item .price-content li i {
      /* position: absolute; */
      left: 0;
      top: 3px;
    }
  }
  
@media (min-width: 768px) and (max-width: 991.98px) { 
  .navbar-collapse {
    padding-top: 50px;
  }

  .fixed-top .navbar-collapse {
    padding-top: 4px;
  }
}

@media(min-width: 1200px) {
    .form_bg {
        padding: 60px 20px 60px 20px;
    }

    /* .form_bg::before {
        background-color: #28338C;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 68px;
    } */

    /* .form_bg::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 614px 0px 0px 200px;
        border-color: #28338C transparent transparent transparent;
        position: absolute;
        left: 478px;
        top: 0;
        opacity: 1;
    } */

}

@media(max-width: 330.98px) {
  .fact_trend::before {
    margin-top: 116px !important;
  }
}

@media(max-width: 767.98px) {

  .price_left_align {
    margin-top: 3rem;
  }
  .slider-img img {
      width: auto;
      height: 340px;
      padding-right: 30px;
  }
  .navbar-collapse{
    top: 92px;
    background-color: #fff;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 4px;
    box-shadow: 0px 10px 22px #745be730;
  }

  .sliderbg::before {
      height: 900px;
  }
  .service-item .service-content-icon {
      padding: 0px 0px !important;
  }
  .active_cubes p {
      padding: 0;
      margin-bottom: 2rem;
      font-size: 15px !important;
  }
  .active_cubes_title::before {
      left: 44%;
  }

  .fulfilment-title h3 {
      font-size: 28px;
  }

  .form_bg::after {
      left: 0;
      border-width: 0;
  }
  .form_bg::before {
      width: 0;
  }

  .form_bg h3::after {
      left: 22% !important;
  }

  .get_started_img {
      padding: 28px;
  }

  .form_bg {
      padding: 34px 26px !important;
  }

  .pricingh3{
      font-size: 16px !important;
  }

  .pricingh1{
      margin-bottom: 15px !important;
  }

  .pricingbg p{
      font-size: 14px !important
  }

  .pricingbg::before {
      height: 780px !important;
  }

  .pricingright {
      padding-top: 36px;
  }

  .pricing-img img {
      position: relative;
      width: auto !important;
      height: auto !important;
  }

  /* .Pricing_table{
    margin-top: 200px;
  } */
  .Pricing_features1{
      margin-top: 0rem !important;
  }
  .Pricing_features{
      margin-top: 3rem !important;
  }
  .Pricing_head::before {
      margin-top: 81px;
  }
  .price-content ul{
      margin-top: 10px !important;
  }
  .footer_bg {
      margin-top: 10px;
  }

  .get_started {
      background: #28338c !important;
  }
  .meta-top ul li {
    display: block !important;
    align-items: center !important;
    padding-left: 2px !important;
    padding-top: 6px;
  }
  .fixed-top{
    padding: 0px 25px !important;
  }
  .fixed-top .navbar-collapse {
    padding: 15px;
    top: 80px;
  }

  .service .carousel-control-prev {
    left: -28px !important;
  }
  
  .service .carousel-control-next {
    right: -28px !important;
  }

  .carousel-control-prev {
    left: -28px !important;
  }
  
  .carousel-control-next {
    right: -28px !important;
  }

  .carousel-control-prev, .carousel-control-next {
    top: 50% !important;
  }

  .copyright {
    padding: 18px 40px 18px 40px !important;
  }
  .copyright:after {
    width: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
}

@media(max-width: 443.98px) {
  .contacts_us::before{
    margin-top: 80px !important;
  }
    
  .profile_respon{
    margin:0 auto !important;
  }
}

@media(max-width: 1199.98px) {
    .pricing-img img {
        position: relative;
        width: auto !important;
        height: auto !important;
    }
    
    .active_cubes p {
        padding: 0 15px
    }
    .ser-img {
        width: 200px !important;
        padding: 0px 10px !important;
    }
    .service-item .service-content-icon p {
        height: 92px;
    }
    .form_bg {
        padding: 30px 0;
    }
    .Pricing_features{
        margin-top: 0px;
    }
    .price_left_align {
      margin-top: 7rem;
    }
    .price_left_align ul{
      margin: 32px !important;
    }
    .btn-grad {
      padding: 12px 14px;
    }
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.price-item .price-content li i{
  font-size: 32px;
  line-height: 22px;
}


#searchModal .modal-content {
    background-color: rgba(255, 255, 255, .95);
}
/*** Navbar End ***/


/*** Events Start ***/
.event .tab-class .nav-item a.active {
  background: #5d65ad !important;
}

.event .tab-class .nav-item a.active span{
  color: #fff !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #5d65adb5;
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/


/*** service start ***/
.service .service-item {
    position: relative;
    height: auto;
    background: #F7FCFF;
    border: 1px solid #D1D8FF;
    box-shadow: 0px 10px 22px rgba(116, 91, 231, 0.05);
    border-radius: 26px;

}

.service-content span img{
    width: 24px;
    height: auto;
    padding-left: 6px;
}

.service-content a{
    color: #818181;
    font-size: 15px;
}

.service .service-item:hover {
    background: #F7FCFF;
    border: 1px solid #bec6f3;
    box-shadow: 0px 10px 22px rgb(116 91 231 / 14%);
    border-radius: 26px;
}

.serbox1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    bottom: auto;
    border-radius: 8px;
    transition: 1s;
    background: #667EFF;
    border-radius: 26px 26px 0 0;;
}

.serbox2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    bottom: auto;
    border-radius: 8px;
    transition: 1s;
    background: #4D90FF;
    border-radius: 26px 26px 0 0;;
}

.serbox3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    bottom: auto;
    border-radius: 8px;
    transition: 1s;
    background: #7ED0F5;
    border-radius: 26px 26px 0 0;;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: #ffffff27;
    border-radius: 8px;
    transition: 1s;
}

.service-item:hover .service-content::after {
    height: 30%;
    opacity: 1;
}

.service-content-icon p{
    color: #818181;
    font-size: 15px !important;
}

.service-item .service-content-icon {
    position: relative;
    z-index: 2;
    padding: 0px 8px 10px;
}

.ser-img {
    width: auto;
    padding: 0px 36px;
}

.service-item .service-content-icon h4 {
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #0B0757;
    padding-top: 12px;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
    transition: 1s;
}

.service-item:hover .service-content-icon i {
    color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
    color: #1a1a1a;
}

.service-item:hover .service-content-icon a {
    color: #1a1a1a;
}

.service-item:hover .service-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Youtube Video start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/aboot_top.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #5d65ad;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-white);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/


/*** Blog Start ***/
.blog-item {
    position: relative;
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.3)
}

.blog-item .blog-content {
    position: relative;
    transform: translateY(-50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item .blog-content a.btn h5 {
    transition: 0.5s;
}

.blog-item:hover .blog-content a.btn h5 {
    color: var(--bs-primary) !important;
}

.bolg_tag{
  display: block !important;
  padding-left: 0 !important;
  padding-top: 4px !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team-item {
    width: 100%;
    height: auto;
    position: relative;
}

.team-item .team-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.team-item .team-icon .share-link {
    opacity: 0;
    transition: 0.9s;
}

.team-item:hover .share-link {
    opacity: 1;
}

.team-item .team-content {
    transition: 0.9s;
}

.team-item .team-content h4,
.team-item .team-content p {
    transition: 0.5s;
}

.team-item img{
  width: 285px;
  height: auto;
}

.team_text{
  color: #18191F;
  font-size: 15px;
}

/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
  border: 1px solid #F2F2F2;
  padding: 20px 20px;
  background: #fff;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  border-radius: 26px;

}

/* .testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
} */

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/


/*** Contact start ***/
.contact-form {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
    color: var(--bs-primary) !important;
}

.footer_bg a{
    color: #fff !important;
    font-weight: 500;
}

.footer_txt i{
    color: #fff !important;
}

.footer-icon a{
    border-radius: 25px;
    width: 40px;
    height: 40px;
    margin: 6px;
    padding: 6px 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

.footer-icon a:hover{
    background: #fff !important;
    color: #000 !important;
}

.scroll_top{
    box-sizing: border-box;
    background: rgb(217 220 249);
    border: 1px solid #29338c;
    color: #29338c;
}

.scroll_top i{
    font-size: 20px;
}

/*** Footer End ***/

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #d6dafd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #5d65ad; 
}
/* Scrollbar Styling */

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
/* Blog Section - Blog Page
------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px #2125291a;
  padding: 30px 20px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.blog .posts-list article:hover .post-img img {
  transform: scale(1.3);
}
.blog .posts-list .post-img img {
  transition: 0.5s;
    min-height: 200px;
    width: 100%;
}

.post-img img {
  transition: 0.5s;
}

.blog .posts-list article:hover .title {
  color: #feb900;
}

  
.blog .posts-list .post-img {
  max-height: 200px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}
  
.blog .posts-list .post-category {
  font-size: 16px;
  color: rgba(var(--default-color-rgb), 0.6);
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 18px;
  padding: 0;
  letter-spacing: .5px;
  line-height: 26px;
  margin: 20px 0 10px 0;
  font-weight: 600 !important;
  /* min-height: 105px; */
}

.blog .posts-list .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--accent-color);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: rgba(var(--default-color-rgb), 0.6);
  margin-bottom: 0;
}

.blog .pagination {
  margin-top: 30px;
  color: #21252999;
}

.blog .pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .pagination li a {
  color: rgba(var(--default-color-rgb), 0.6);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .pagination li.active,
.blog .pagination li:hover {
  background: #5d65ad;
  color: #fff;
}

.blog .pagination li.active a,
.blog .pagination li:hover a {
  color: #fff;
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
/* Blog-details Section - Blog Details Page
------------------------------*/

/* Blog */

.blog-details .article {
  box-shadow: 0 4px 16px #2125291a;
  padding: 30px;
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: #32353a;
  font-size: 28px;
  font-weight: 700 !important;
  padding: 0;
  margin: 30px 0 10px;
}

.blog-details p {
  color: #212529;
  letter-spacing: .5px;
  line-height: 26px;
  font-size: 15px;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--default-color-rgb), 0.05);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.meta-top {
  margin-top: 20px;
  color: #21252999;
}
  
.meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.meta-top ul li {
  display: flex;
  align-items: center;
}
  
.meta-top ul li+li {
  padding-left: 20px;
}

.blog .meta-top ul li{
  padding-top: 12px !important;
}

.blog .meta-top ul li+li {
  padding-left: 0px;
}
  
.meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: 21252999;
}
  
.meta-top a {
  color: #5d65ad;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
  
.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(var(--default-color-rgb), 0.1);
}

.blog-details .meta-bottom i {
  color: rgba(var(--default-color-rgb), 0.6);
  display: inline;
}

.blog-details .meta-bottom a {
  color: rgba(var(--default-color-rgb), 0.6);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog-details .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px #2125291a;
}

.blog-details .sidebar .sidebar-title {
  color: #32353a;
  font-size: 20px;
  font-weight: 700 !important ;
  padding: 0;
  margin: 0;
}

.blog-details .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog-details .sidebar .search-form form {
  background: #fff;
  border: 1px solid #2125294d;
  padding: 3px 10px;
  position: relative;
}

.blog-details .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.blog-details .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog-details .sidebar .search-form form button {
  background: #5d65ad;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog-details .sidebar .search-form form button i {
  line-height: 0;
}

.blog-details .sidebar .search-form form button:hover {
  background: #4d55a0;
}

.blog-details .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog-details .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog-details .sidebar .categories ul a {
  color: #212529cc;
  transition: 0.3s;
  font-weight: 600;
  display: flex;
  align-items: start;
  font-size: 15px;
}

.blog-details .sidebar .categories ul a i {
  padding-right: 4px;
}


.blog-details .sidebar .categories ul a:hover {
  color: var(--accent-color);
}

.blog-details .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 14px;
}

.blog-details .sidebar .recent-posts .post-item {
  display: flex;
  margin-top: 15px;
  align-items: center;
}

.blog-details .sidebar .recent-posts img {
  width: 30px;
  margin-right: 15px;
}

.blog-details .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 22px;
  padding: 6px 0;
}

.blog-details .sidebar .recent-posts h4 a {
  color: #29338b;
  transition: 0.3s;
}

.blog-details .sidebar .recent-posts h4 a:hover {
  color: var(--accent-color);
}

.blog-details .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--default-color-rgb), 0.5);
}

.blog-details .sidebar .tags {
  margin-bottom: -10px;
}

.blog-details .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog-details .sidebar .tags ul li {
  display: inline-block;
}

.blog-details .sidebar .tags ul a {
  color: #212529b3;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #21252966;
  display: inline-block;
  transition: 0.3s;
}

.blog-details .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #5d65ad;
  background: #5d65ad;
}

.blog-details .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(var(--default-color-rgb), 0.4);
  font-size: 14px;
}

.blog-details .blog-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
}

.blog-details .blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-details .blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: rgba(var(--default-color-rgb), 0.8);
}

.blog-details .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-details .blog-author .social-links a {
  color: rgba(var(--default-color-rgb), 0.4);
  margin-right: 5px;
}

.blog-details .blog-author p {
  font-style: italic;
  color: rgba(var(--default-color-rgb), 0.7);
  margin-bottom: 0;
}

.blog-details .comments {
  margin-top: 30px;
}

.blog-details .comments .comments-count {
  font-weight: bold;
}

.blog-details .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-details .comments .comment .comment-img {
  margin-right: 14px;
}

.blog-details .comments .comment .comment-img img {
  width: 60px;
}

.blog-details .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-details .comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-details .comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-details .comments .comment h5 .reply {
  padding-left: 10px;
  color: rgba(var(--default-color-rgb), 0.8);
}

.blog-details .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-details .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(var(--default-color-rgb), 0.6);
  margin-bottom: 5px;
}

.blog-details .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog-details .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--default-color-rgb), 0.1);
}

.blog-details .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog-details .comments .reply-form p {
  font-size: 14px;
}

.blog-details .comments .reply-form input {
  background-color: var(--background-color);
  color: var(--default-color);
  border: 1px solid rgba(var(--default-color-rgb), 0.3);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.blog-details .comments .reply-form input:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.blog-details .comments .reply-form textarea {
  background-color: var(--background-color);
  color: var(--default-color);
  border: 1px solid rgba(var(--default-color-rgb), 0.3);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.blog-details .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: var(--accent-color);
}

.blog-details .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog-details .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.blog-details .comments .reply-form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: rgba(var(--accent-color-rgb), 0.8);
}

.box_style_1 h3 {
  margin: 0 0 20px 0;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e5e9;
}
#general_facilities ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 34px;
}
#general_facilities ul li i {
  font-size: 22px;
  float: left;
  margin: 0 10px 0 0;
}

/* Blog */

.fixed-top {
  top: -40px;
  z-index: 999 !important;
  background-color: #fff;
  transform: translateY(40px);
  transition: transform .3s;
  padding: 0 50px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
  padding: 6px 30px !important;
}

.fixed-top img {
  width: 85px;
  height: auto;
  position: relative;
  top: 0px;
}

.integrate{
  background-color: #f5f7ff;
  padding: 5rem 0;
}

.integrate h1{
  text-align: left;
  font-size: 34px;
  font-weight: 700 !important;
  text-transform: capitalize;
  color: #263690;
  padding-bottom: 10px;
}
.integrate p{
  text-align: left;
}
.integrate_sec img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  padding: 6px;
}
.integrate .border{
  border: .6px solid #dfe2fc !important;
}

.logistics h1{
  font-size: 34px;
    font-weight: 700 !important;
    text-align: center;
    text-transform: capitalize;
    font-feature-settings: 'salt' on, 'liga' off;
    background: linear-gradient(90deg, #263690 38%, #0584FA 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
  .btn-grad {
    padding: 12px 34px;
  }
  .price_left_align {
    margin-top: 11rem;
  }

  .commonbg::before{
    background-color: #00000075;
    content: '' !important;
    display: block !important;
    margin: auto;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    opacity: 0.95;
    height: 325px;
  }

  .commonbg ol li, .commonbg ol li a {
    color: #fff !important;
  }
  .commonbg h1 {
    color: #fff !important;
  }
  .about-title {
    padding: 75px 0;
  }
  .navbar-collapse {
    top: 86px;
    background-color: #fff;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 4px;
    box-shadow: 0px 10px 22px #745be730;
  }
  .navbar-collapse {
    padding: 15px;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
  }
}


@media (max-width: 767px) {
  .btn-grad {
    padding: 12px 34px;
  }
  .about-title {
    padding: 84px 0;
  }
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .commonbg h1{
    color: #fff !important;
  }

  .commonbg ol li, .commonbg ol li a{
    color: #fff !important;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
  }

  .commonbg::before{
    background-color: #00000075;
    content: '' !important;
    display: block !important;
    margin: auto;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    opacity: 0.95;
    height: 285px;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.logistics .card .card-img{
  margin: auto;
  padding-top: 24px;
 
} 

.logistics .card .card-img img{
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 30%;
  padding: 16px;
} 

.logistics_dec {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0px 0px 0px;
}

.logistics_text{
  text-align:center;
  padding: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.logistics .card {
  background-image: linear-gradient(to right bottom, #9fabec, #9ca8ec, #99a6eb, #96a3eb, #93a0ea, #90a2ea, #8ea4eb, #8ba6eb, #8aadeb, #8ab3eb, #8db9ea, #91bfe9);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border: none;
  border-radius: 26px;
  min-height:350px;
  display: block;
  /* transform: skewY(-1deg); */
}

.service .carousel-control-prev {
  left: -80px;
}

.service .carousel-control-next {
  right: -80px;
}

.service .carousel-control-prev, .service .carousel-control-next {
  top: 40%;
}

@media(max-width: 575.98px) {
  .integrate .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
}

@media(max-width: 412.98px) {
  .active_cubes_title::before {
    left: 40%;
  }
  .active_cubes_title::before {
    margin-top: 46px;
  }
  .gallery_title::before {
      margin-top: 88px;
    }
  

}

.footer .footer-item p {
  padding: 10px 0;
  padding-top: 0;
  display: flex;
  align-items: start;
}
.footer .footer-item i {
  padding-right: 12px;
  padding-top: 4px;

}
.footer .footer-item span {
  display: inline-block;
}

.footer-icon i{
  padding-right: 0px !important;
}

/* Slider */

.slick-slide {
    margin: 10px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
  position: absolute;
    top: 35%;
    font-size: 22px;
    box-sizing: border-box;
    background: rgb(217 220 249);
    border: 1px solid #29338c;
    color: #29338c;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 1;
    padding: 2px 6px;
}

.slick-prev {
  left: -30px;
}
.slick-next {
  right: -30px;
}

.slide_bg {
  border: 1px solid #F2F2F2;
  padding: 20px 10px;
  background: #fff;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  border-radius: 26px;
}

/* copyright */

.copyright  {
  border-radius: 6px 0px 6px 0px;
  padding: 18px 40px 18px 80px;
  font-size: 14px;
  display: inline-block;
  background: #FFD420;
  position:relative;
  box-sizing: border-box;
  color: #18191F;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.copyright:after{
  content:"";
  width: 40px;
  height:100%;
  position:absolute;
  right:-16px;
  top: 0px;
  background:#FFD420;
  transform: skewX(20deg);
  box-sizing: border-box;
  border-radius: 0px 6px 6px 0px;
} 
/* copyright */

.bi-dash{
  color: #9b9b9b;
  font-size: 30px !important;
}

.btn-close{
  position: absolute;
    right: 0;
    z-index: 9;
    margin: 20px;
}

@media (min-width: 1600px) {
  .about-title {
    padding: 100px 0 100px;
  }
  .commonbg {
    width: 100%;
    height: auto;
    right: 0px;
    left: 0px;
    top: 0px;
    background-image: url(../img/common_respon_bg.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* Start Booking Button */
.open-button {
   position: fixed;
   bottom: 30px;
   left: 30px;
   z-index: 999;
   padding: 14px 20px;
   background-color: #03296a;
   color: white;
   border: none;
   border-radius: 50px;
   cursor: pointer;
   font-size: 16px;
   text-decoration: none;
   /* removes underline */
   display: inline-block;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
   transition: background-color 0.3s ease;
}

.open-button:hover,
.open-button:focus {
   background-color: #021d4d;
   /* changes background only */
   color: white;
   /* keep text white */
}

/*End Booking Button */