/*header*/
.navbar-expand-lg .navbar-nav .nav-item .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-bottom: 1px solid rgb(255 255 255 / 74%);
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}
/**/
.nav.nav-pills .nav-item .nav-link{
        font-weight: bold;
        margin: 0 0.5rem;
    }
    .nav.nav-pills .nav-item .nav-link.active{
        background: var(--secondary-color);
    }
    .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
    .owl-theme .owl-nav [class*=owl-] {
    color: var(--secondary-color) !important;
    font-size: 3rem !important;
    }
    
    .skillbar-title {
        font-size: 0.9rem;
        font-weight: 600;
    }
   
    .-video {
        position: relative;
    }
    .choose-video .animate-border .popup-border {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .animate-border .popup-border {
        background: #bb0b0b;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .animate-border .popup-border:before {
        content: "";
        border: 2px solid #bb0b0b;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        animation: zoomBig 3.25s linear infinite;
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
    }
    .popup-border i {
      color: #ffffff;
    }
   
    .animate-border .popup-border:after {
        content: "";
        border: 2px solid #bb0b0b;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 180px;
        height: 180px;
        border-radius: 50%;
        animation: zoomBig 3.25s linear infinite;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    @keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.service-section .card {
    padding: 0 !important;
}

/*cta section*/
.cta-section{
    padding: 4rem;
}
/*home page */

.owl-carousel.experience.owl-loaded.owl-drag .owl-item, .owl-carousel.idea.owl-loaded.owl-drag .owl-item{
       padding: 0 20px;
   }
   .heading-border {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        width: 100px;
        margin-top: 10px;
        border-bottom-color: #dddddd;
    }
    .exp-heading{
        font-size: 30px;
    font-weight: 600;
    }
    .owl-carousel.experience.owl-loaded.owl-drag .owl-item:nth-child(odd) > .item .card{
        background: #4d8cca33;
    }
    .owl-carousel.experience.owl-loaded.owl-drag .owl-item:nth-child(even) > .item .card{
       background: #e3d6a785;
    }
    .owl-carousel.experience .owl-prev, .owl-carousel.experience .owl-prev:focus, .owl-carousel.idea .owl-prev, .owl-carousel.idea .owl-prev:focus {
        left: -10px;
        background: transparent;
        font-size: 30px;
        color: var(--primary-color);
        outline: none;
        box-shadow: none;
    }
    .owl-carousel.experience .owl-next, .owl-carousel.experience .owl-next:focus,.owl-carousel.idea .owl-next, .owl-carousel.idea .owl-next:focus {
        right: -10px;
        background: transparent;
        font-size: 30px;
        color: var(--primary-color);
        outline: none;
        box-shadow: none;
    }
    .experience-section{
        background: linear-gradient(to top, #4d8cca38 0%, #f3901f1a 100%);
    }
    .idea-section{
        background: #f3901f1a;
    }
    .experience .owl-dots, .idea .owl-dots{
        display: none;
    }
    .card.mb-3:hover {
        box-shadow: 1px 1px 12px 1px silver;
        border: none;
    }
    .card-1{
        min-height: 20rem;
    }
    .card-1 img{
        min-height: 15rem !important;
    }
    .card-1 .card-body{
        display: flex;
        align-items: center;
    }
    /*idea*/
    .idea .image-cover{
        overflow:hidden;
        height: 350px;
    }
    .idea .image-cover img{
        overflow: hidden;
        position: relative;
        transform: scale(1);
        height: 100%;
    }
    .idea .card:hover img{
        transition: transform .2s;
        -ms-transform: scale(1.5); /* IE 9 */
          -webkit-transform: scale(1.5); /* Safari 3-8 */
          transform: scale(1.5); 
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        background: rgba(0,0,0,0.1);
    }
    .idea .card-img-overlay {
        top: auto;
        bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 14px;
        width: 100%;
    }
    .idea .card-img-overlay .card-title{
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
        color: #ffffff;
        text-shadow: 2px 2px 5px #000;
    }
/*end*/

/*About page*/
.about-text{
    font-size: 25px;
    font-weight: 600;
}
.links-section ul.heading-ul{
    display: flex;
    flex-wrap: wrap;
}
.links-section .link-btn{
    background-color: #4d8cca;
    color: #fff;
    padding: 10px 12px;
    font-weight: 600;
     margin-right: 5px;
}
.links-section .link-btn:hover {
    background-color: #191a1c;
    margin-right: 5px;
}
.links-section .exp-heading{
    font-size: 20px;
    margin-bottom: 15px;
}
.ul-content ul{
    padding-left: 40px;
}
.ul-content ul li{
    
   list-style-type: square !important;
   margin-bottom: 5px;
}
.ul-content ol{
    padding-left: 20px;
    margin-top: 20px;

}
.ul-content ol li{
    
   list-style-type: disclosure-closed !important;
   margin-bottom: 5px;
}
.ul-content p{
    margin-bottom: 10px;
}
/*details*/
.inner-title-1{
    margin-top: auto;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: 600 !important;
    text-shadow: 1px 1px 2px black;
}
.card-head .card-img-overlay {
    top: auto;
    bottom: 0;
    width: 100%;
}
.card-head .card-img-overlay .card-title, .card-head .card-img-overlay .card-para{
    color: #fff !important;
    position: relative;
    z-index: 9;
    text-shadow: 2px 2px 5px #000;
}
.popular-trip .card{
     background-color: #f3901f17;
}
.card-head .card-img-overlay::before{
content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(80%, rgba(0,0,0,0.65)));
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 80%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 80%);
    left: 0;
    bottom: 0;
}

.card-footer-btn-1{
    display: block;
    padding: 15px;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #dd6d61;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f3901f17;
    border: 1px solid #fff;
    border-left: 0;
    letter-spacing: 0.075em;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.card-footer-btn-1:hover{
    background-color: var(--secondary-color);
    color: #fff;
}
.card-footer-btn-2{
    display: block;
    padding: 15px;
    line-height: 0.8;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #dd6d61;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f3901f17;
    border: 1px solid #fff;
    border-left: 0;
    letter-spacing: 0.075em;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.card-footer-btn-2:hover{
    background-color: var(--primary-color);
    color: #fff;
}
.bounce{
  -webkit-animation: bounce .5s infinite alternate;
  -moz-animation: bounce .5s infinite alternate;
  animation: bounce .5s infinite alternate;
}
@-webkit-keyframes bounce {
  to { -webkit-transform: scale(1.1); }
}
@-moz-keyframes bounce {
  to { -moz-transform: scale(1.1); }
}
@keyframes bounce {
  to { transform: scale(1.1); }
}
.deatils-section .nav-link{
    color: #fff;
}
.deatils-section .nav-link.active {
    background: #4d8cca5e !important;
    border-radius: 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.deatils-section .nav-link.active::before{
    content: '';
    position: absolute;
    bottom: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4d8cca5e;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.multi_step_form {
    margin-top: -120px;
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
    border-radius: 7px;
    padding: 20px 25px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 11%);
    text-align: center;
}
.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-around;
}
.multi_step_form #msform #progressbar li {
    list-style-type: none;
    font-size: 9px;
    width: 45%;
    position: relative;
    font: 500;
    letter-spacing: 0.1em;
    background-color: #dcdcdc;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 26px;
    padding-top: 2px;
    text-transform: uppercase;
}
.multi_step_form #msform #progressbar li.active{
    background-color:  #36312a;
    color: #fff;
}
.multi_step_form #msform #progressbar li.activeted{
    color:  #36312a;
    background-color: #fff;
}
.multi_step_form #msform #progressbar li.active.activeted::before{
    display: none;
}
.multi_step_form #msform #progressbar li.active::before{
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4.5px 0 4.5px;
    border-color: #36312a transparent transparent transparent;
}
.multi_step_form #msform fieldset {
  border: 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}
.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}

.multi_step_form #msform .action-button {
  background: #4d8cca;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #5cb85c;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
}
.multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  background: #405867;
  border-color: #405867;
}
.multi_step_form #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}
.multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}

/*service*/
.service-section .tab-content .card:nth-child(odd) .row{
    flex-direction: row-reverse;
}
.tab-content .card{
    background: transparent;
    box-shadow: none;
}
.tab-content .card:hover {
    /*box-shadow: 0px 3px 10px 2px silver;*/
    box-shadow: none;
    border: none;
}
.service-section .card-title {
    margin-bottom: 0.75rem;
    font-size: 28px !important;
    font-weight: 600;
}
.service-section ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s ease all;
    border-radius: 5px;
    border-bottom: 4px solid transparent;
}
.service-section ul.tabs li.current {
    background: #f3901f12;
    color: #4d8cca;
    border-bottom: 4px solid #4d8cca;
    transition: 0.3s ease all;
}
.slider-banner .carousel-item{
    height: 600px;
    overflow: hidden;
}
  .slider-banner .carousel-caption h4 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
}
.slider-banner .carousel-caption {
    right: auto;
    left: 2%;
    text-align: left;
    width: 50%;
}
.carousel-control-prev, .carousel-control-next {
    width: 18px;
}
.slider-banner .carousel-caption p {
    color: #fff;
}
.slider-banner img {
    height: 100% !important;
}
header.main-header {
    background-color: #00000069;
}



/*testimonial*/
#testimonial .bottom-info, #testimonial .top-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
#testimonial{
    border: 1px solid var(--border-color-light);
    padding: 30px 0;
    border-radius: 4px;
    position: relative;
    background: var(--bg-color);
    overflow: hidden;
}
#testimonial .testimonial-content {
    padding: 30px 50px;
}
#testimonial .comment-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}
#testimonial span.fa.fa-quote-left {
    font-size: 40px;
    color: #f3901f;
}
#testimonial .people-info h3{
    font-size: 22px;
    font-weight: bold;
}
#testimonial .owl-nav{
     width: 100%;
     display: flex;
     justify-content: space-between;
     position: absolute;
     top: 50%;
     left: 0;
    right: 0;
}
#testimonial .owl-dots {
    position: absolute;
    top: 90%;
    display: flex;
    justify-content: center;
    width: 100%;
}
#testimonial .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 2px; 
    background: var(--font-color);
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    opacity: 0.9;
    display: block;
}
#testimonial .owl-dots .owl-dot.active span,
#testimonial .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
  width: 10px;
  height: 10px;
}
#testimonial button.owl-dot {
    background: transparent;
    outline: none;
    border: none;
}

.owl-nav button{
    background: transparent;
    outline: none;
    border: none;
}
/*end*/
@media (max-width: 767px){
    header.main-header {
        height: auto;
        padding:  0;
    }
    .heading-ul{
        justify-content: center;
    }
     .heading-ul li{
         margin-bottom: 20px;
     }
     .multi_step_form {
        margin-top: 20px;
     }
    .exp-heading {
    margin-top: 20px;
}
}