* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
     line-height: normal;
}


.skiptranslate.goog-te-gadget{
    display: block;
}

/*onload popup*/
.social-media ul li{
    display: inline-block;
}

.onload_popup-b-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
    left: 0;
    display: none;
}

.show-pp {
    visibility: visible;
}
.arrivaldays{
    margin-top: 0;
    color: #24326e;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.blogContentItem img{
    border: 1px solid #c7c7c7;
    padding: 4px;
}
.onload_popup-b-layer .popup_img_cont {
    max-height: 680px;
    max-width: 555px;
    position: absolute;
    top: 50%;
    min-width: 310px;
    left: 50%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: auto;
}

.onload_popup-b-layer .popup_img_cont .popup_content {
    padding: 40px 50px;
    text-align: center;
}

.onload_popup-b-layer .popup_img_cont .popup_content h3 {
    margin-top: 0;
    color: #25326e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.onload_popup-b-layer .popup_img_cont .popup_content p {
    margin-bottom: 22px;
}

.onload_popup-b-layer .popup_img_cont .popup_content .btn-hover {
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
}

.onload_popup-b-layer .popup_img_cont .popup_content .btn-hover:hover {
    color: #ffff;
}

.close_popup {
    background: url(../images/close.png)no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.close_popup:hover {
    background-position: bottom;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.modal-content p{
    padding: 20px 10px 10px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 0;
  
}

@media only screen and (max-width: 600px) {
  .modal-content {
    text-align:center;
    margin-top:50%;   

  }
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 2;
}

.percentage {
    z-index: 100;
    text-align: center;
    color: #000;
    line-height: 30px;
    font-size: 15px;

}

.loader,
.percentage {
    height: 30px;
    max-width: 500px;
    border-radius: 20px;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
}

.preloader img {
    -webkit-animation: imgzoom 5s linear infinite alternate;
    animation: imgzoom 5s linear infinite alternate;
}

@-webkit-keyframes imgzoom {
    from {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes imgzoom {
    from {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.line {
    background: #e5b741;
    position: fixed;
    top: 0px;
    left: 0;
    height: 2px;
    z-index: 3;
}


.menu-active {
    color: #e5b741 !important;
}

/*page  loader*/

.pageloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.loadline-wrap {
    height: 5px;
    width: 100%;
    background: #25326e;
    padding: 1px 1px;
    border-radius: 8px;

}

.loadline {
    height: 3px;
    width: 0px;
    background: #e5b741;
    border-radius: 4px;
}

.h1Headingstyle{
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 10px;
    color: #25326e;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #e5b741;
}

/*booking@himalayan*/
.mail_contact{
    position: fixed;
    z-index: 3;
    background: #fff;
    padding: 10px;
    right: 15px;
    bottom: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px 2px #00000059;
            box-shadow: 0 0 3px 2px #00000059;
}
.mail_contact h4{
    margin-top: 5px;
    color: #25326e;
}
.mail_contact a{
    color: #e5b741;
    padding-right: 10px;
    padding-bottom: 0;
    display: inline-block;
}

.mail_contact .close_popupmail{
    position: absolute;
    top: 5px;
    right: 10px;
    color: #e5b741;
    cursor: pointer;
}

.book_ticket_now li{
    margin-bottom: 10px;
}

.book_ticket_now  li a{
    color: #e5b741;
    font-size: 16px;
    margin-left: 4px;
    font-weight: bold;
}


/**************************************************/

ul {
    margin: 0;
}

.mb {
    margin: 30px 0 0;
}

.br {
    border-right: 1px dotted #436180;
}

.bl {
    border-left: 1px dotted #436180;
}

.mb0 {
    margin-bottom: 0;
}
.mb30 {
    margin-bottom: 30px;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.pl0 {
    padding-left: 0;
}

a:hover,
a:focus {
    outline-style: none;
    color: #25326e;
    text-decoration: none;
}

.html {
    overflow: hidden;
}

.btn-hover {
    border: 1px solid #e5b741;
    height: 40px;
    width: 165px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}



.btn-hover:hover {
    text-decoration: none;
    background: #e5b741;
    color: #fff;
}

.btn-hover1 {
    border: 1px solid #e5b741;
    height: 40px;
    width: 165px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: transparent;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}



.btn-hover1:hover {
    text-decoration: none;
    background: #e5b741;
    color: #fff;
}

.btn-fixed {
    border: 1px solid #e5b741;
    background: #ffffff;
    height: 40px;
    width: 165px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #000;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    overflow: hidden;
    position: fixed;
    top: 370px;
    right: -20px;
    z-index:1000
}

.btn-fixed:hover {
    text-decoration: none;
    background: #e5b741;
    color: #fff;
}


/*all slider css*/



.clint-logo-slider img {
    display: block;
    margin: 20px auto;
}

.main-banner-slider,
.clint-logo-slider {
    overflow: hidden;
    position: relative;
}

.main-banner-slider .owl-item,
.clint-logo-slider .owl-item,
.testimonial-slider .owl-item {
    float: left;
}

.main-banner-slider .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 30px;
}
.main-banner-slider .owl-dots  .owl-dot {
    width: 100%;
    margin: 0 10px;
}

.main-banner-slider .owl-dot span {
    /*width: 195px;*/
    width: 100%;
    height: 2px;
    background: #fff;
    display: inline-block;  
    position: relative;
}

.banner-slider .btn-hover {
    display: inline-block;
    margin-right: 15px;
    width: 154px;
    font-size: 13px;
}

.main-banner-slider .owl-dot:nth-child(1) ::before {
    content: "Aerial Lidar Survey";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}

.main-banner-slider .owl-dot:nth-child(2) ::before {
    content: "Shuttle Services";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}
.main-banner-slider .owl-dot:nth-child(3) ::before {
    content: "Helicopter Tours";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}
.main-banner-slider .owl-dot:nth-child(4) ::before {
    content: "Charter Services";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}
/*.main-banner-slider .owl-dot:nth-child(4) ::before {
    content: "Heli Skiing";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}
*/
.main-banner-slider .owl-dot:nth-child(5) ::before {
    content: "Aerial Work";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}
.main-banner-slider .owl-dot:nth-child(6) ::before {
    content: "Aviation Consulting";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}
/*.main-banner-slider .owl-dot:nth-child(6) ::before {
    content: "Natgeo Coverage";
    color: #fff;
    position: absolute;
    top: -25px;
    width: 100%;
}*/



.main-banner-slider .owl-dot.active span::before {
    color: #e4b949;
}

.main-banner-slider .owl-dot.active span {
    background: #e4b949 !important;
}
.scrollerContent .slick-dots{
    text-align: center;
    margin-top: 20px;
}

.scrollerContent .slick-dots li{
    border: 1px solid #eee;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    color: #fff;
    border-radius: 50%;
    margin: 0 3px;
}
.scrollerContent .slick-dots li.slick-active{
    background: #e5b741;
    color: #e5b741;
    border-color: #e5b741;
}
.scrollerContent .slick-dots li button{
      border: 0;
      background: none;
      
     
}

.image_full{
   display:block;
  }

 .image_mobile{
  display:none;
 }

@media (max-width: 640px) and (min-width: 320px){
  .image_full{
   display:none;
  }

  .image_mobile{
   display:block;
  }
}

/* end of main-banner-slider*/

/*==============sidebar========================*/

.sidenavbar {
    /*  width: 235px;*/
    width: 172px;
    position: fixed;
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    -webkit-box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, .1);
            box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, .1);
}

.sidenavbar .logo {
    padding: 30px 21px;
    border-bottom: 1px solid #e9eaf0;
}

.sidenavbar nav {
    /* padding: 40px 40px 0;*/
    padding: 40px 0px 0;
}
.sidenavbar nav ul li{
    position:relative;
}
.sidenavbar nav ul li a {
    color: #25326e;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 14px;
    display: inline-block;
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
    padding: 0 15px;
}

.sidenavbar nav ul li a:hover {
    color: #e5b741;
/*    padding-left: 5px;*/
}

.sidenavbar nav ul ul{
     opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #ffffff;
    z-index: 3;
    width: 100%;
    right: -173px;
    padding: 10px;
    top: 0;
    box-shadow: 0 0 3px 0px #777777;
}
.sidenavbar nav ul ul:before{
       content: "";
    border-width: 10px;
    border-color: transparent #e5b741 transparent transparent;
    border-style: solid;
    position: absolute;
    left: -20px;
    top: 0;
}

.sidenavbar nav ul li:hover > ul{
  opacity: 1;
    visibility: visible;   
}
.sidenavbar nav ul li ul a{
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
}
.sidenavbar nav ul li ul li:last-child a{
      padding-bottom: 0;
    margin-bottom: 0;
}
#blog a > h3 {
    font-size: 20px;
    color: #25326e;
    font-weight: 600;
    padding: 0;
    line-height: 1.4;
    text-align: left;
    margin-top: 0;
}

#blog a > h3:hover {
    color: #e4b949;
}

#blog h2 {
    color: #25326e;
}

#features img {
    border: 1px solid #c7c7c7;
    padding: 4px;
}

#features {
    margin-top: 30px;
    overflow: hidden;
}

#features h5 {
    font-size: 20px;
    margin-top: 0px;
    color: #25326e;
    margin-bottom: 10px;
    font-weight: 600;
}
#features h5:hover , #features a:hover{
     color: #e5b949;
}
#features h5 > span {
    font-size: 12px;
    color: #25326e;


}

.pad-left {
    padding-left: 20px;
}

#features a span {
    margin-top: 10px;
    color: #000;

}

#features a span:hover {
    color: #e4b949;

}

#features a {
    color: #25326e;
    text-outline: none;
    text-decoration: none;
}
/*.menu-active{
    padding-left: 5px;
}*/
#features a:hover {}

.p0 {
    padding: 0px;
}

#blog a:hover {
    text-decoration: none;
}

@media only screen  and (min-width : 1440px) {
.my-selector .img-resp{
     width: 250px; 
 }
 
}

a.video-u span {
  width: 50px;
  left: 43%;
  top: 26%;
  height: 50px;
  position: absolute;
  background: url("/images/play-btn.png") no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
}
@media screen and (max-width: 480px) {
  a.video-u span {
    background-size: 50px 50px;
  }
}

.sidenavbar nav ul li a:hover {
    text-decoration: none;
}

.sidenavbar .social-media {
    margin-top: 16px;
    /* padding: 0px 40px;*/
    padding: 0px 15px;
}

.sidenavbar .social-media ul li a{
    background: url(https://himalayanheli.com/images/social-media-icons2.png);
    width: 24px;
    height: 24px;
    display: block;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.sidenavbar .social-media ul li:nth-child(2) a{
    background-position:-26px 0px; 
}
.sidenavbar .social-media ul li:nth-child(3) a{
    background-position: -52px 0px;  
}
.sidenavbar .social-media ul li:nth-child(4) a{
    background-position: -79px 0px;  
}

.sidenavbar .social-media ul li:nth-child(5) a{
    background-position: -106px 0px;  
}
.sidenavbar .social-media ul li a:hover{
    background-position-y:bottom; 
}
.sidenavbar .navlogo {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.heli_yartaSocial ul{
    text-align: right;
}
@media screen and (max-width: 600px) {
  #top-row{
    margin-top:2rem;
}
#top-row1 {
    margin-top: 6rem;
}
#top-row2 {
    margin-top: 7rem;
}
#top-row3 {
    margin-top: 3rem;
}
}

.heli_yartaSocial ul li {
    display: inline-block;
    margin-left: 30px;
    
}
@media (max-width: 767px) {
 .heli_yartaSocial ul li{
    display: inline-block;
    margin-left: 9px;
    
}
}



.heli_yartaSocial ul li:first-child{
    margin-left: 0;
}
.heli_yartaSocial ul li a{
    background: url(../images/call-to-actions.png);
        width: 30px;
    height: 30px;
    display: block;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.heli_yartaSocial ul li:nth-child(2) a{
    background-position: -49px 0px;
    width: 32px;
}
.heli_yartaSocial ul li:nth-child(3) a{
    background-position: top right;
    width: 41px;
}

.heli_yartaSocial ul li a:hover{
    background-position-y:bottom; 
}

#google_translate_element{
    float: left;
}
#google_translate_element .goog-te-gadget-simple{
    padding: 10px;
    border-radius: 6px;
}


.goog-te-menu2-item div, .goog-te-menu2-item:link div, .goog-te-menu2-item:visited div, .goog-te-menu2-item:active div{
    font-family: 'Open Sans', sans-serif !important;
    color: red;
}

/*======================end of sidebar===================*/

/*=====================rightside==========================*/

.rightside {
    /*    width: calc(100% - 235px);
    float: right;
    overflow: hidden;*/
    width: calc(100% - 173px);
    float: right;
    overflow: hidden;
}

.banner-inner {
    position: relative;
}

.banner-inner .banner-content {
    position: absolute;
    bottom: 155px;
    left: 40px;
/*    width: 1035px; */
    
}


.banner-inner .banner-content h2 {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 39px;
    margin-bottom: 0px;
    margin-top: 0;
}
.banner-inner .banner-content p {
     font-size: 14px;
    margin-bottom: 25px;
    margin-top: 5px;
 }
.banner-inner .banner-content h6 {
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    /* margin: 0 0 25px; */
    font-size: 14px;
    line-height: 20px;
}
.display-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1441px){
    .ban-inn .col-lg-2 {
    width: 13.666667%;
    }
    }
    @media (min-width: 1441px){
    .ban-inn .col-lg-2 {
    width: 14.28571%;
    }
    }
    @media (min-width: 992px){
    .col-md-2 {
    width: 15.66666667%;
}
}

.tabsBtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right:20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}
.tabsBtn a{
    margin-right: 10px;
    color: #444;
    padding: 10px 15px;
    width: auto;
    text-transform: capitalize;
    font-size: 13px;
    height: auto;
    line-height: normal;
    margin-top: 10px;
}
.btn-hover.active{
    background: #e5b741;
    color: #fff;
}

.servicesWrapper  .heli-cherter-content h2 {
    margin: 20px 0 !important;
}
.serviceinnerTitle h1{
    padding-bottom: 20px !important;
}
.ServiceInner h3{
    margin: 0;
    line-height: 30px;
    color: #444;
    margin-bottom: 30px;

}
/*===================================counter-bg===================================*/

.counter-bg-parallex {
    padding: 100px;
}

.counter-bg-parallex .counter-bg-heading h1 {
    margin: 0;
    line-height: 1.3;
    color: #25326e;
    text-transform: uppercase;
}

.counter-bg-parallex .counter-bg-paragraph p {
    color: #444444;
    margin-bottom: 30px;
}

.counter-bg-paragraph a,
.popup-content-inner-discription a {
    color: #444444;
}

.counter-up {
    margin-top: 100px;
}

.counter-up h2 {
    font-size: 60px;
    color: #25326e;
    text-align: center;
}

.counter-border {
    position: relative;
}

.counter-border:before {
    content: "";
    width: 1px;
    height: 160px;
    background: #c7c7c7;
    position: absolute;
    right: 0px;
}

.counter-up p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-bottom: 5px solid #e5b741;
    padding-bottom: 40px;
    display: block;
}


/*helipad-img*/

.helipad-img {
    margin: 60px 0;
}


/*==================================heliyarta-popup==================================*/

.heliyarta-popup {
    position: fixed;
    max-height: 800px;
    width: 1000px;
    background: #fff;
    z-index: 2;
    top: 50%;
    left: 0;
    overflow: auto;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -90%);
    -ms-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    border-radius: 10px 0 0 10px;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.popupshow {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    visibility: visible;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 1;
    padding-bottom: 50px;
}

.heliyarta-popup-black {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

.close-popup {
    position: fixed;
    background: url(../images/close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: 40px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #e5b741;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.close-popup:hover {
    background-position: bottom;
}

.popup-banner-img {
    overflow: hidden;
    max-height: 450px;
}

.popup-content-wrapper {
    padding: 10px 30px;
}

F .popup-content-inner-image {
    text-align: center;
    border: 2px solid #eee;
    border-radius: 50%;
    display: inline-block;
    padding: 7px;
}

.popup-content-inner-discription {
    padding: 76px 0
}

.popup-content-inner-discription h3 {
    text-align: left!important;
    margin: 0 0 20px 0 !important;
}

.popup-content-inner-discription p {
    text-align: left !important;
    line-height: 21px;
}


/*==================================end of heliyarta-popup==================================*/

/*=================passenger-technical-wrapper=================*/

.passenger-technical-wrapper h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #25326e;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #e5b741;
}

.passenger-technical-inner {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #bebebe;
    padding: 5px;
}

.passenger-technical-inner .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transform: scale(0) rotate(90deg);
    -ms-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 0;
    bottom: 0;
    margin: auto;
}

.passenger-technical-inner:hover .img-hover {
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.passenger-technical-after {
    position: relative;
}

.passenger-technical-after:before {
    content: "";
    height: 460px;
    width: 1px;
    background: #e4b949;
    position: absolute;
    right: 0;
    top: -74px;
}

.passenger-technical-content h3 {
    color: #25326e;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 20px 0;
}

.passenger-technical-content p {
    text-align: center;
    font-weight: 400;
    color: #444;
}


/*award-winner-bg*/

.award-winner-bg {
    padding: 71px 0;
    text-align: center;
    border-bottom: 4px solid #e4b949;
}

.award-winner-bg h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 100px;
    text-transform: uppercase;
}

.award-winner-bg p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}
   @media (min-width: 768px) and (max-width: 1024px){
    .nsop-awrd img{
    width: 90%;
    margin: 0px 10px 10px 10px;
}
        }

@media screen and (max-width: 600px){
    .nsop-awrd img{
    width: 119px;
    height: 93px;
    margin: 0px 10px 10px 10px;
}
.award-winner-bg p {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    margin-top: -50px;
}  
}

/*clint-testimonial*/

.clint-testimonial  , .testimonialWrapper{
    padding: 0 100px;
}

.clint-testimonial2 {
    padding: 0 100px;
}

.clint-testimonial1 {
    padding: 0px 100px;
}


.clint-testimonial1 hr {
    margin-bottom: 50px;
}

.clint-testimonial h2 {
    color: #25326e;
    font-weight: bold;
    border-bottom: 2px solid #e4b949;
    padding-bottom: 20px;
    margin: 0;
    text-transform: uppercase;
}

.clint-testimonial2 h2 {
    color: #25326e;
    font-weight: bold;
    border-bottom: 2px solid #e4b949;
    padding-bottom: 20px;
    margin-top: 50px;
    text-transform: uppercase;
}

.testimonial-plus {
    background: url(../images/plus.png) no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.testimonial-plus:hover {
    background-position: bottom;
}


/*testimonial*/

.blogNewsWrapper{
    margin-top: 60px;
}
.testimonial-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    padding: 10px;
    margin: 20px auto;
}

.testimonial-image img {
    max-width: 100%;
}


.testimonial-inner p {
    position: relative;
    font-size: 14px;
    margin-left: 40px;
    color: #444;
    font-weight: 400;
}

.testimonialWrapper .inner-content-testi p {
    position: relative;
        color: #fff;
}

.inner-content-testi p img {
    margin-top: -17px;
}

.testimonial {
    margin-bottom: 50px;
    margin-top: 25px;
    padding: 50px 0 100px;
   border-top: 4px solid #e4b949;

}

.testimonial a{
    position: relative;
    right: 0px;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.testimonial h2{
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-bottom: 40px;
    margin: 0;
    text-transform: uppercase;
    
}

.testimonial-inner h6 {
    margin-left: 40px;
    color: #e4b949;
    font-size: 12px;
    font-weight: 400;
}

.testimonialContent h5{
  
    font-size: 18px !important;
    line-height: 22px !important;
   
    padding-top: 40px;
}
.testimonialContent h5:before{
    content: "\f10d";
    font-family: fontAwesome;
    display: inline-block;
    position: absolute;
    top: 5px;
    font-size: 30px;
    color: #e4b949;
}
.testimonialContent .designation{
       color: #444;
}
.testimonialContent .col-md-9{
    padding-left: 30px;
}

.testimonial-inner h6 span {
    color: #a6a6a6;
}

.clint-testimonial-sec {
    overflow: hidden;
}

.clint-testimonial-sec .inner-content-testi {
    text-align: center;
    font-size: 16px;
    padding-top: 10px;
}

.clint-testimonial-sec .owl-item {
    float: left;
}

.clint-testimonial-sec .owl-dots {
    position: absolute;
    right: 0px;
    bottom: -50px;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.clint-testimonial-sec .owl-dot {
    display: inline-block;
    margin: 0 8px;
}

.clint-testimonial-sec .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background: #25336d;*/
    border: 1px solid #a6a6a6;
    position: absolute;
    cursor: pointer;
}

.clint-testimonial-sec .owl-dot.active span {
    background: #e4b949;
    border: 1px solid #e4b949;
}

.inner-content-testi div , .startRating span.active i{
    color: #e4b949;
}

.startRating span i{
    color: #ccc;
    margin-right: 2px;
    font-size: 20px;
    margin-bottom: 5px;
}
.inner-content-testi div {
    margin-top: 15px;
    font-size: 12px;
}

.inner-content-testi div + div {
    margin-top: 0px;
}


/*=============================footer=============================*/

.footer-bg {
    background: url(../images/footer-bg.png) no-repeat top;
    /*    overflow: hidden;*/
    margin-top: 100px;
}



.sitemap-logo {
    text-align: center;
}

.sitemap-logo img {
    display: inline-block;
}

.site-map-content h6,
.site-map-content-address h6 {
    color: #e2b848;
    font-weight: bold;
    margin-bottom: 30px;

}

.site-map-content-address ul li {
    color: #fff;
    font-size: 12px;
    font-weight: 400;

}

.site-map-content ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    line-height: 30px;
}

.site-map-content .avition-sitemap ul li a {
    color: #e2b848;
    text-decoration: none;
    font-weight: 400;
}

.site-map-content ul li a:hover {
    color: #e2b848;
    text-decoration: none;
}

.site-map-content-address ul li a {
    color: #e2b848;
    font-weight: 400;
}

.site-map-content-address ul li a:hover,
.site-map-content .avition-sitemap ul li a:hover {
    color: #fff;
    text-decoration: none;
}


.footer-logo-img {
    clear: both;
    padding: 80px 310px 50px;
}

.sitemap {
    background: url(../images/sitemap-bg.jpg) no-repeat;
    overflow: hidden;
    padding: 60px 50px 60px;
    background-size: cover;
}

.sitemap p {
    margin-top: 20px;
    margin-bottom: 0;
    color: #949ab7;
    text-align: center !important;
    font-size: 12px;
	font-weight: 600;
}

.news-btn{
    margin-right: auto;
    margin-left: auto;
}

.position-relative {
    position: relative;
}

.testimonial-slider .owl-dots {
    display: block;

    position: absolute;
    right: 0;
    top: 0;
    left: auto;
}

.testimonial-slider .owl-dot {
    display: inline-block;
    margin: 0 8px;
}

.testimonial-slider .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background: #25336d;*/
    border: 1px solid #a6a6a6;
    position: absolute;
    cursor: pointer;
}

.testimonial-slider .owl-dot.active span {
    background: #e4b949;
    border: 1px solid #e4b949;
}

.date-text {
    color: #25326e;
    margin-bottom: 15px;
    text-align: center;
}

.date-text i {
    margin-right: 5px;
}


#blog .date-text {
    text-align:left; 
}

/*Resent blog*/

#blog .owl-carousel {
    position: static;
}

.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;

}

#blog #features{
    overflow: unset;
}
.flex-child {
    top: -20px;
} 

@media (min-width: 768px){
#blog #features .owl-carousel .owl-dots {
    position: absolute;
    right: 17px;
    top: -90px;
    left: auto;
}
}



.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 8px;
}

.owl-carousel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /*background: #25336d;*/
    border: 1px solid #a6a6a6;
    position: absolute;
    cursor: pointer;
}

.owl-carousel .owl-dot.active span {
    background: #e4b949;
    border: 1px solid #e4b949;
}

#features span.date {
    display: block;
    margin-bottom: 10px;
    color: #e5b949;
    font-size: 12px;
    margin-top: 0;
}

#flagship {
    padding-bottom: 30px;
}

.banner-content p {
    color: #ddd;
    font-size: 10px;
    margin-bottom: 0;
}

.mata_vaishno p {
    margin-top: 10px;
    text-align: left;
}

.mata_vaishno p + p {
    margin-top: 2px;
    text-align: center;
    color: #e4b949 !important;
    font-size: 13px;
}


/*=========amarnath-yatra================*/

.demo-gallery {
    overflow-x: hidden;
    position: relative;
}

.demo-gallery .owl-item {
    float: left;
}

.demo-gallery .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    position: absolute;
    bottom: 10px;
}

.demo-gallery .owl-dot {}

.demo-gallery .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(216, 216, 216, .6);
    display: block;
    margin: 0 4px;
    cursor: pointer;
}

.youtube {
    position: relative;
    display: inline-block;
}
.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url(/images/aoc-support/youtube-play-button-grey.png) center center no-repeat;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 .youtube:before {
    background-size: 10%;
}
}

.demo-gallery .owl-dot.active span {
    background: #d39e12;
}

.common-banner .owl-dots {
    display: none;
}

.padding-common {
    padding: 65px;
}

.fare-return-heading h1 {
    text-transform: uppercase;
    font-size: 48px;
    color: #25326e;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0;
}

.fare-return-heading p {
    font-size: 14px;
    color: #444;
/***    font-weight: bold;  */
}

.fare-return-box h2,
.all-package-cost h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #25326e;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 25px;
}
 .all-package-cost ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        }
        
        .all-package-cost li {
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 10px;
        }
        
        .all-package-cost li:before {
        content: ">";
        padding-right: 5px;
        color: #e5b741;
        font-weight: bold;
        }

.download-itin {
    border: 1px solid #e5b741;
    height: 40px;
    width: 165px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #000;
    border-radius: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    position: relative;

}
.download-itin:hover{
    color:#fff;
    background:#e5b741;
}

.fare-return-box p,
.all-package-cost p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-top: 0;
}

.fare-return-box h3,
.all-package-cost h3 {
    font-size: 18px;
    font-weight: bold;
    color: #25326e;
    text-transform: uppercase;
    margin-top: 0;
}

.fare-return-box h6,
.all-package-cost h6 {
    font-size: 12px;
    color: #444444;
	font-weight: 600;
}

.fare-return-box h2 + h3,
.all-package-cost h2 + h3 {
    font-size: 24px;
    color: #e5b741;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0;
}

.fare-return-box-border {
    border-right: 1px solid #dddddd;
}

.alldham-book-ticket {
    padding: 43px 0px 0;
    overflow: hidden;
    border-top: 1px solid #eee;
    margin-top: 45px;
}

.book-ticket h2,
.alldham-book-ticket h2 {
    font-size: 30px;
    font-weight: bold;
    color: #25326e;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 15px;
    text-transform: uppercase;
}

.book-ticket p,
.alldham-book-ticket p {
    border-bottom: 1px solid #e5b741;
    padding-bottom: 12px;
}

.book-ticket p:last-child,
.alldham-book-ticket p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.book-ticket h6,
.alldham-book-ticket h6 {
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    line-height: 19px;
    margin: 0;
}

.requird-doc {
    padding: 45px 0px 0;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.requird-doc h2,
.alldham-requird-doc h2 {
    font-size: 30px;
    font-weight: bold;
    color: #25326e;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.requird-doc p,
.alldham-requird-doc p {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
}

.pahalgam-panjtarni {
    padding: 65px;
}

.about-pahalgam-panjtarni p,
.about-katra-sanjichhat p,
.commondham-gallery p {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 10px;
   
}

.about-pahalgam-panjtarni ul li,
.about-katra-sanjichhat ul li,
.commondham-gallery ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.about-pahalgam-panjtarni ul li:last-child,
.about-katra-sanjichhat ul li:last-child,
.commondham-gallery ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}


/*accordian*/

/*** Simple fade transition, */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.accordian {
    margin-top: 80px;
}

.accordian ul li,
.accordian-bank-detail ul li {
    border-bottom: 1px solid #e5b741;
    padding-top: 15px;
    padding-bottom: 15px;
}

.accordian ul > li > h4,
.accordian-bank-detail ul > li > h4 {
    text-align: left;
    overflow: hidden;
    color: #25326e;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}
.accordian ul > li > h4.active,
.accordian-bank-detail ul > li > h4.active {
    background: #25326e;
    color: #fff;
    padding: 15px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.accordian ul > li > .accordianContentDiv.active,
.accordian-bank-detail ul > li .bank-gst-div.active{

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.howToGetTicket h3{
    color: #25336d;
}

.accordian ul li h4 span.accor-plus,
.accordian-bank-detail ul li h4 span.accor-plus {   
    -webkit-mask: url(../images/plus.svg) no-repeat 50% 50%;
    mask: url(../images/plus.svg) no-repeat 50% 50%;
    width: 26px;
    height: 26px;
    display: block;
    float: right;
    background-color: #e5b741;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.accordian ul li h4 span.accor-plus.accor-min,
.accordian-bank-detail ul li h4 span.accor-plus.accor-min {
     -webkit-mask:url(../images/minus.svg) no-repeat 50% 50%;
    mask:url(../images/minus.svg) no-repeat 50% 50%;
     background-color: #fff;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.accordianContentDiv ,
.bank-gst-div {
    margin-bottom: 0;
    display: none;

    border: 1px solid #c5c7d1;
    padding: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .3);
}

.accordian ul > li > h3,
.accordian-bank-detail ul > li > h3 {
    overflow: hidden;
    color: #25326e;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    cursor: pointer;
}

.accordian ul li h3 span.pdf,
.accordian-bank-detail ul li h3 span.pdf {
    background: url(../images/download.png) no-repeat bottom;
    width: 28px;
    height: 28px;
    display: block;
    float: right;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.accordian ul li h3:hover span.pdf,
.accordian-bank-detail ul li h3:hover span.pdf {
    background-position: top;
}

.map-inner {
    border-radius: 20px;
    overflow: hidden;
}

.map img {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.map span h6 {
    color: #d39e12;
    font-weight: bold;
}

.map span h5 {
    color: #25326e;
    font-weight: bold;
}


/*scroll style*/

body::-webkit-scrollbar-thumb,
.kedar-foem-wraper::-webkit-scrollbar-thumb,
.heliyarta-popup::-webkit-scrollbar-thumb,
.onload_popup-b-layer .popup_img_cont::-webkit-scrollbar-thumb {
    background: #e5b741;
    border-radius: 20px;
}

body::-webkit-scrollbar-track,
.kedar-foem-wraper::-webkit-scrollbar-track,
.heliyarta-popup::-webkit-scrollbar-track,
.onload_popup-b-layer .popup_img_cont::-webkit-scrollbar-track {
    background: #ffff;
}

body::-webkit-scrollbar,
.kedar-foem-wraper::-webkit-scrollbar,
.heliyarta-popup::-webkit-scrollbar,
.onload_popup-b-layer .popup_img_cont::-webkit-scrollbar {
    width: 5px;
}


/*dham-heading*/

.dham-heading p {
    min-width: 310px;
    max-width: 620px;
    margin-bottom: 30px;
}


/*chardham-detail*/

.chardham-detail h3 {
    color: #d8ae4e;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
}

.commondham-gallery h4 {
    margin: 0;
    padding: 48px 0;
    color: #25326e;
    text-transform: uppercase;
}

.about-us-head h2 {
    margin: 0;
    line-height: 1.3;
    color: #25326e;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.about-us-head p {
    color: #444444;
    margin-bottom: 25px;
    padding-right: 60px;
}

/*   covid safety   */
#covid-about  p {
    color: #444444;
    margin-bottom: 5px;
    padding-right: 60px;
}


.about-us-head h2 {
    color: #25326e;
/*  border-bottom: 1px solid #e5b741; */
    padding-bottom: 0; /* 60px */
    margin-bottom: 30px;
    margin-right: 0px;
    margin-top: 0;
    font-size: 36px;
}
.slides h2{
    padding-bottom: 0;
}


.aerial-work-head h3 {
     margin: 0;
    line-height: 1.3;
    color: #25326e;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about-managment p {
    color: #444444;
}

.about-managment {
    margin-bottom: 50px;
}


/*contact*/

.contact-us h1 {
    text-align: center;
    font-size: 48px;
    color: #25326e;
}

.contact-form-wrpper h2 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #25326e;
    padding-bottom: 15px;
    border-bottom: 2px solid #e5b741;
}


.contact-form-wrpper .common-field {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
    padding: 0 20px;
}
.form-common-field{
    margin-bottom: 20px;
}


.contact-form-wrpper label {
    font-size: 12px;
}

.contact-form-wrpper textarea {
    width: 100%;
    height: 130px;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.contact-form-wrpper  a {
    color: #000;
}

.address-detail a {
    color: #d39e12 !important
}

.address-detail p:last-child {
    /*    border-radius: 20px;*/
    overflow: hidden;
}

.address-detail p {
    margin-bottom: 20px;
}



.address-detail h2 + p {
    border-radius: 10px 10px 17px 20px;
    overflow: hidden;
}


.term-con {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #eee;
}

.term-con th,
.term-con td {
    text-align: center;
    padding: 10px 10px;
}

.circle {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.circle h2 {
    margin: 0;
    font-size: 18px;
    margin-top: 10px;
}

.circle img {
    border: 4px solid #d39e12;
    width: 300px;
}

.circle:before {
    content: "";
    height: 4px;
    width: 100%;
    background: #d39e12;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}


/*heli-cherter*/

.cherter-banner img {
    max-width: 100%;
}

.heli-cherter-wrapper {
    clear: both;
}

.charter-heading h1 {
    text-transform: uppercase;
    font-size: 48px;
    color: #25326e;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5b741;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 60px;
}

#covid-safety h1{
    margin-bottom: 0;
}

.heli-cherter-wrapper .heli-cherter-content h2 {
    margin: 20px 0;
    text-align: center;
    color: #25326e;
}

.heli-cherter-wrapper .heli-cherter-content p {
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 40px;
}

.heli-cherter-wrapper .heli-cherter-content img {
    /*    margin: 0 auto;*/
}

.heli-cherter-wrapper .heli-cherter-content a {
    color: #000;
    margin: 0 auto;
    width: 220px;
}

.heli-cherter-wrapper .heli-cherter-content a:hover {
    color: #fff;
}

.popup-title-inner {
    text-align: left;
    margin-top: 35px;
    font-size: 36px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.heli-yatra-banner {
    background: url(../images/banner-slider/pilgrimage-shuttle.jpg) no-repeat top;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: 0 -110px;
}

.clientelle-banner {
    background: url(../images/aoc-support/aoc-support4.jpg) no-repeat top;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: 0 -110px;
}

.charter-banner {
    background: url(../images/banner-slider/helicopter-charter.jpg) no-repeat top;
    min-height: 71px;
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: 0 -110px;
}

.gallery-title h2 {
    text-transform: capitalize;
    font-size: 38px;
    display: inline-block;
    border-bottom: 2px solid;
    color: #e5b741;
    margin-bottom: 40px;
    padding-bottom: 10px;
    margin-top: 0;
}

.gallery-content p {
    margin-top: 0px;
}

.Maintenance-table-wrapper {
    margin-top: 10px;
}

.Maintenance-table-wrapper p {
    margin-bottom: 20px;
}

.maintanance-table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.maintanance-table th {
    text-align: center;
    padding: 20px 10px;
}


.maintanance-table td {
    padding: 15px 10px;
}


/*itenary*/

.itenary-wrap {
    padding-bottom: 20px;
}

.itenary-inner {}

.itenary-inner h1,
.iteneryH2,
.vaishno-devi-iti h2 {
    font-size: 40px;
    color: #25326e;
    text-decoration: none;
    border-bottom: 2px solid #e5b741;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.itenary-inner h4 {
    font-size: 20px;
    color: #25326e;
}

.itenary-inner p {
    font-size: 14px;
    color: #464646;
}


/*fleet-wrapp*/

.fleet-wrapp h2 {}

.fleet-wrapp ul {
    padding-right: 41px;
}

.about-managment p a {
    color: #25326e;
}

.about-managment p a:hover {
    color: #e5b741;
    text-decoration: none;
}

.time-line h3 {
    color: #e5b741;
    font-size: 24px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.radical-link {
    font-size: 10px;
    color: #949ab7;
    text-align: center;
	font-weight: 600;
}

.radical-link a {
    text-decoration: none;
    color: #949ab7
}

.radical-link a:hover {
    color: #e5b741;
}

.relative-logo {
    position: relative;
}

.postion-logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*kedar book ticket*/

.count-index {
    padding: 10px 3px;

    width: 100%;
    overflow: hidden;
    display: block;

    text-align: center;
}

.kedar-form-field label {
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 10px;

}

.kedarbook-title h2 {
    margin: 0;
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 2px solid #e5b741;
    padding-bottom: 10px;
    text-align: center;
    color: #25326e;
    font-weight: 500;
}

.kedar-form-field {
    margin-bottom: 20px;
}



.kedar-form-field input {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.kedar-form-field textarea {
    width: 100%;
    border: 1px solid #ccc;
    height: 120px;
    border-radius: 8px;
    padding: 20px 20px;
}

.kedar-form-field select {
    width: 100%;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 30px;
    padding: 0px 10px;
}

.kedar-foem-wraper h3 {

    border-bottom: 2px solid #e5b741;
    padding-bottom: 10px;
    text-align: center;
    color: #25326e;
    font-weight: 500;
    margin-bottom: 20px;
}

.kedar-form-submit {
    color: #000;
    margin: 0 auto;
}



.passenger-item {
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.passenger-item:last-child {
    border: none;
}

.kedarbook {
    color: #000;
    border: 2px solid #e5b741
}

.kedarbook:hover {
    color: #fff;

}

.addmore {
    color: #25326e;
    display: block;
    text-align: right;
}

.addmore:hover {
    color: #e5b741;
    text-decoration: none;

}

.remove-item {
    cursor: pointer;
    margin-top: 10px;
}

.kedar-form-field input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;

}

.charter-heading h1 span.call_info {
    float: right;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}

span.call_info {
    font-weight: 600;
    text-align: right;
    font-size: 16px;
    margin-top: 30px;
    display: block;
    color: #25326e;
}

.charter-heading h1 span.call_info a,
span.call_info a {
    color: #e5b741;
    font-size: 21px;
}

.charter-heading h1 span.call_info a:hover,
span.call_info a:hover {
    color: #25326e !important;
}

.scroller{
    background: #25326e;
    opacity: .95;
    padding: 35px 100px;
    overflow: hidden;
    border-top: 1px solid #4b5896;
    border-bottom: 4px solid #e5bd52;
}

.scroller i{
    color: #e4b949;
    line-height: 40px;
    font-size: 34px;
    position: relative;
    padding-right: 40px;
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 40px;
}
.scroller i span{
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: white;
    margin-bottom: 10px;
}
.fa-bell:before{
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    display: block;
    
}



@-webkit-keyframes bell-shake {
  1% { -webkit-transform: rotateZ(15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; color: red;}
  2% { -webkit-transform: rotateZ(-15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;}
  3% { -webkit-transform: rotateZ(20deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; }
  4% { -webkit-transform: rotateZ(-20deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;}
  5% { -webkit-transform: rotateZ(15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; }
  6% { -webkit-transform: rotateZ(-15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;}
  7% { -webkit-transform: rotateZ(0); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;   }
  100% { -webkit-transform: rotateZ(0); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; color: green }
}

@keyframes bell-shake {
  1% { -webkit-transform: rotateZ(15deg); transform: rotateZ(15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;  color: red;}
  2% { -webkit-transform: rotateZ(-15deg); transform: rotateZ(-15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;}
  3% { -webkit-transform: rotateZ(20deg); transform: rotateZ(20deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; }
  4% { -webkit-transform: rotateZ(-20deg); transform: rotateZ(-20deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;}
  5% { -webkit-transform: rotateZ(15deg); transform: rotateZ(15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; }
  6% { -webkit-transform: rotateZ(-15deg); transform: rotateZ(-15deg); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;}
  7% { -webkit-transform: rotateZ(0); transform: rotateZ(0); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;  }
  100% { -webkit-transform: rotateZ(0); transform: rotateZ(0); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%;  color: #e5b741;  }
}


.scroller i.fa-bell:before {
  -webkit-animation: bell-shake 5s ease infinite;
  animation: bell-shake 5s ease infinite;
}



/*@keyframes bell{
    0%{
       transform: rotate(0deg);
    }
    20%{
        transform: rotate(30deg);
    }40%{
        transform: rotate(-30deg);
    }60%{
        transform: rotate(30deg);
    }80%{
        transform: rotate(-30deg);
    }
    100%{
        transform: rotate(0deg);
    }
    
} */
.scroller i::after{
    content: "";
    position: absolute;
    display: block;
    right: 0;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    top: 0;
    bottom: 0;
    margin: auto;

}
.scrollerContent{
    float: left;
    width: calc(100% - 160px);
}
.scrollerContent .Scroll_date{
    font-size: 16px;
    color: #e4b949;
    margin-bottom: 5px;
     display: block;
}
.scrollerContent ul{
    margin-top: 5px;
}
.scrollerContent ul li a , .scrollerContent ul li {
    color: #fff;

    font-size: 16px;
    overflow: hidden;
    display: block;
}
.scrollArrow{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-top: 5px;
    
}
.scrollArrow span{
    margin-left: 0 !important;
    margin-top:0  !important;
}
.scrollArrow #nt-example1-prev , .scrollArrow #nt-example1-next{
    font-size: 28px;
    color: #e4bb51;
    cursor: pointer;


}
.scrollArrow  .playPause{
    cursor: pointer;
    margin: 0 10px;
    margin-left: 10px !important;
}

.goToTop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 99999;
}
