body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px; font-weight: 400;
    color: #484f54;
    margin: 0;
    transition: .3s all ease;
    background: #FFF;
}
img {
    max-width: 100%;
}
a {
    outline: none !important;
    font-weight: 400;
    text-decoration: none !important;
}
.cf:before,
.cf:after,
.cf:before,
.cf:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.cf:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.text-center {
    text-align: center;
}
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}
h3.head03{
    font-size: 26px; font-weight: 300; color: #484f54;
}
h3.head03 span{
    font-size: 24px; font-weight: 600;
    /*color: #bec3c6;*/ color:#000; display: block;
}
.more{
    background: #915fc2; color: #FFF; padding:0; max-width: 78px; font-size: 46px; line-height: 46px; width: 100%; display: block; text-align: center;
        -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.more ._icon{
    font-size: 46px; line-height: 46px; text-align: center; display: inline-block;
}
.more:hover{
    background: #2d353a; color: #FFF;
}

a,button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
._icon {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.read-more{
    font-family: 'Poppins', sans-serif; 
}
a.read-more ._icon{
    margin-left: 10px;
}
.read-btn{
        -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.unstyle-list, .unstyle-list li{
    padding: 0; margin: 0; list-style: none;
}
/***************************/


/************Loader************/

.loader-panel {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.loader {
    animation: load 1s linear infinite;
    border: .5em dashed #915fc2;
    border-radius: 50%;
    display: block;
    height: 2em;
    left: 50%;
    margin: -1.5em;
    position: absolute;
    top: 50%;
    width: 2em;
}
.loader:after {
    border: .5em solid #2287c9;
    border-radius: 50%;
    bottom: .25em;
    content: '';
    left: .25em;
    position: absolute;
    right: .25em;
    top: .25em;
}
@keyframes load {
  100% { transform: rotate(360deg); }
}

.view-panel{
    width: 100%; max-width: 1600px; margin: 0 auto;
}
/*************Layout************/

header {
    background: #f5f5f5;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 900; padding: 20px 0;
}
.highlit header {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.04);
}
.header-wrap {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.highlit .header-wrap{
   padding: 6px 0; 
}
.menu-left{
    margin-left: 120px;
    padding-top: 14px; position: relative;
}
.nav-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-menu ul > li > a, .nav-menu ul > li > span{
    font-family: 'Poppins', sans-serif; font-size: 16px;
    font-weight: 400; color: #2d353a;
}

.logo a {
    display: block;
}
.home-banner{
   background: #f5f5f5; 
}

.client-list .slick-list{
    padding: 0; margin: 0; text-align: center;
}
.client-list .client-item-list .slick-arrow{
    border: 0; background: #915fc2; border-radius: 100px; position: absolute; bottom: -40px; width: 22px; height: 22px; text-align: center;
}
.client-list .client-item-list .slick-arrow:hover{
    background: #2487cb;
}
.client-list .client-item-list .slick-prev{
    right: 46px;
}
.client-list .client-item-list .slick-next{
    right: 20px;
}
.client-list .client-item-list .slick-arrow:after{
    font-family: 'icomoon' !important; font-size: 12px; color: #f7fbf4; text-align: center; line-height: 22px; position: relative; left: -2px;
}
.client-list .client-item-list .slick-prev:after{
    content: "\e901";
}
.client-list .client-item-list .slick-next:after{
    content: "\e902";
}

.home-banner {
    height: 84vh;
    overflow: hidden;
    min-height: 380px; padding-top: 80px;
    position: relative; z-index: 1;
    background: #f5f5f5;
}
.home-banner:after {
    content: "";
    position:absolute;
    left: 0; right: 0; bottom: 0;
    height: 122px;
    z-index: 2;
    width: 100%;
    background: #FFF; 
}
.home-banner .container{
        width: 100%;
    height: 100%;
    position: relative; z-index: 3;
}
.home-banner .banner-slider {
    width: 100%;
    height: 100%;
    position: relative; z-index: 3;
}
.home-banner .banner-slider .slide-item {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1.2s all ease !important
}
.home-banner .banner-slider .slick-active {
    transition: 1.4s all ease;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-size: cover;
}
.home-banner .banner-slider .slick-list,
.home-banner .banner-slider .slick-track {
    height: 100%;
    margin: 0
}
.home-banner .banner-slider .slick-track {
    overflow: hidden
}
.home-banner .banner-slider .slick-dots {
    position: absolute;
    bottom: 10%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 12;
    max-width: 1180px;
    width: 100%;
    padding: 0 30px;
    list-style-type: none;
    text-align: right
}
.home-banner .banner-slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.home-banner .banner-slider .slick-dots button {
    border: none;
    outline: none;
    background-color: #fff;
    width: 25px;
    height: 2px;
    margin-left: 0;
    text-indent: -9999px
}
.home-banner .banner-slider .slick-dots .slick-active button {
    background-color: #915fc2;
}
.home-banner .banner-slider .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    bottom: 28%;
    color: #FFF;
    overflow: hidden;
}
.home-banner .banner-slider .banner-text .banner-text-inr{
    width: 100%; max-width: 644px; position: relative; padding-bottom: 40px; overflow: hidden; float: right;
    padding-right: 60px;
}
.home-banner .banner-slider .banner-text h2 {
    font-size: 42px;
    opacity: 0;
    transition: 0.6s all ease;
    position: relative; left: -100%;
    visibility: hidden;
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.home-banner .banner-slider .slick-active .banner-text h2 {
    opacity: 1;
    left: 0;
    visibility: visible;
    transition: 1.0s all ease;
}
.home-banner .banner-slider .banner-text p {
    padding: 0; margin: 0;
    font-size: 17px;
    opacity: 0;
    transition: 0.8s all ease;
    position: relative;
    left: -200%;
    visibility: hidden
}
.home-banner .banner-slider .slick-active .banner-text p {
    opacity: 1;
    left: 0;
    visibility: visible;
    transition: 1.2s all ease;
}
.home-banner .banner-slider .slick-active .banner-text .banner-text-inr:after {
    width: 96px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 20px;
    padding: 0
}
.slick-list ul, .slick-list li{ list-style: none; padding: 0; margin: 0;}
ul.slick-dots, ul.slick-dots li{
    list-style: none; padding: 0; margin: 0;
}
ul.slick-dots li{
    float: left; width: 12px; height: 12px; border-radius: 50%; background: #d5d5d5; padding: 0; margin: 0; margin-right: 11px; 
}
ul.slick-dots li.slick-active{
    background: #915fc2;
}
ul.slick-dots li button{
    border: 0; background: #d5d5d5; width: 12px; height: 12px; text-indent: -300px; border-radius: 50%; overflow: hidden;
    float: left; padding: 0; margin: 0;
}
ul.slick-dots li.slick-active button{
    background: #915fc2;
}
.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;
    left: 0;
    top: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[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
}
.banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 40px;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer
}
.banner-slider .slick-arrow:hover {
    color: #000
}
.banner-slider .slick-arrow.slick-prev {
    left: 0px
}
.banner-slider .slick-arrow.slick-next {
    right: 0px
}
.banner-slider .slick-arrow.slick-hidden {
    display: none
}
.intro-scroll-down {
    bottom: 8%;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    z-index: 15
}
.intro-scroll-down .mouse {
    border: 2px solid #fff;
    border-radius: 23px;
    box-sizing: border-box;
    display: block;
    height: 38px;
    position: relative;
    width: 22px
}
.intro-scroll-down .mouse .mouse-dot {
    -webkit-animation: 2.5s linear 0s normal none infinite running ani-mouse;
    -o-animation: 2.5s linear 0s normal none infinite running ani-mouse;
    animation: 2.5s linear 0s normal none infinite running ani-mouse;
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 6px;
    left: 50%;
    margin: -3px 0 0 -3px;
    position: absolute;
    top: 29%;
    width: 6px
}
.intro-scroll-down .text02 {
    position: absolute;
    top: 100%;
    color: #FFF;
    text-align: center;
    left: -24px;
    width: 70px;
    padding-top: 2px
}
.background--light .intro-scroll-down .mouse {
    border: 2px solid #323232
}
.background--light .intro-scroll-down .mouse .mouse-dot {
    background: #323232 none repeat scroll 0 0
}
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}
@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}
@-ms-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}
@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}


/************Home About**************/
.hm-about-panel{
    padding: 144px 0 130px;
}
.inner-container{
    width: 100%;
    max-width: 1160px; margin: 0 auto; padding: 0 15px;
}
.hm-about-inner{
    position: relative;
}
.hm-about-panel ul{
    padding-top: 54px;
    display: inline-block; width: 100%;
}
.hm-about-panel li{
    width: 50%; float: left; padding: 0 80px; border-right: 1px solid #e8ede8; 
}
.hm-about-panel li:first-child{
    padding-left: 40px;
}
.hm-about-panel li:last-child{
    border-right:0;
}
.hm-about-panel h4{
    font-size: 24px; font-weight: 600; padding-bottom: 24px;
}
.hm-about-panel p{
    font-size: 17px; font-weight: 400; padding: 0; margin: 0; padding-bottom: 16px;
}
.hm-about-panel li{
    font-size: 17px; line-height: 32px; font-weight: 400;
}
.hm-about-panel .more{
    margin-top: 24px;
}

/************Home Package**************/
.hm-package-panel{
    background: #f5f5f5;
    padding: 74px 0;
}
.hm-package-inner{
    position: relative;
}
.hm-package-list{
    padding-top: 50px;
}
.hm-package-list .col-md-3{
    border-right: 3px solid #f5f5f5; background: #FFF;
    height: 78px; padding: 4px 0; position: relative;
}
.hm-package-list .gutter0 .col-md-3:last-child{
    border-right:0;
}
.hm-package-list .level{
    font-size: 18px; font-weight: 600; position: absolute; width: 100%; left: 100%;  top: 50%;
    transform: translate(-100%, -50%);text-align: center;
}
.hm-package-list .duration-txt{
    display:inline-block; width: 100%; background: #915fc2; color: #FFF; font-weight: 600; font-size: 18px;
    padding: 24px 15px; text-align: center;
}
.hm-package-list .duration-txt span{
    /*color: #ab85d1;*/ font-weight: 400; font-size: 14px;
}

/************Home Health**************/
.hm-health-panel{
    background: #FFF;
    padding: 74px 0;
}
.hm-health-inner{
    position: relative;
}
.hm-health-inner .header-panel{
    position: relative; z-index: 1; padding-right: 80px;
}
.header-panel .more{
    position: absolute; right:0; top: 0;
}
.hm-health-list{
    padding-top: 42px;
}
.hm-health-list .item{
    margin: 0 9px;
}
.hm-health-panel .slick-list{
    padding: 0; margin: 0;
}
.hm-health-list a{
    display: block; position: relative;  overflow: hidden;
}
.hm-health-list figure{
    position: relative; z-index: 1; overflow: hidden;
}
.hm-health-list figure figcaption{
    position: absolute; z-index: 2; bottom: 18px; left: 0; width: 100%;
    padding-left: 30px; color: #FFF; font-size: 22px; font-weight: 400;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
}
.hm-health-list a:hover figure figcaption{
    bottom: 22px;
}
.hm-health-list a figure:after{
    content: "";
    position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.2); opacity: 0; visibility:hidden;
        transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.hm-health-list a:hover figure:after{
     opacity: 1; visibility: visible;
}
.hm-health-list a figure img{
        transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.hm-health-list a:hover figure img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.hm-health-panel ul.slick-dots{
    padding-top: 15px;
}
/************Home Testimonial**************/
.hm-testimonial{
    background: #915fc2;
    padding: 74px 0;
}
.hm-testimonial-inner{
    position: relative;
}
.hm-testimonial .head03 span{
    color: #c19ae8; font-size: 20px;
}
.hm-testimonial .item {
    font-size: 21px; line-height: 35px; color: #c19ae8; transition: .3s all ease;
    padding-right: 20px; font-weight: 300;
}
.hm-testimonial .active.mid .item {
    font-size: 21px; line-height: 35px; color: #c19ae8; transition: .3s all ease;
}
.hm-testimonial .active .item{
    color: #FFF; font-size: 26px; transition: .3s all ease;
}
.hm-testimonial .item p{
    padding: 0; margin: 0;
}
.hm-testimonial .hm-testimonial-inner h3.head03{
    padding-bottom: 20px;
}
.hm-testimonial .author figure{
    width: 78px; height: 78px;  float: left; margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.hm-testimonial .author figure img{
    width: 100%; height: 100%; 
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.hm-testimonial .author h5{
    font-weight: 400; font-size: 17px; line-height: 24px; float: left; padding-top: 18px;
}
.hm-testimonial .author h5 span{
    display:block;color: #c19ae8; font-size: 13px;
}
.hm-testimonial .slick-list{
    padding: 0; margin: 0;
}
.hm-testimonial .testimonial-items{
    padding-bottom: 30px; position: relative;
}
.hm-testimonial .owl-controls .owl-dots{
    display: none;
}
.hm-testimonial .owl-controls{
    position: absolute; right: 0; bottom:-30px;
}
.hm-testimonial .owl-controls .owl-prev{
    float: left; margin-right: 2px;
}
.hm-testimonial .owl-controls .owl-next{
    float: left;
}
.hm-testimonial .owl-controls .owl-prev, .hm-testimonial .owl-controls .owl-next{
    background: #FFF; color: #495055; padding: 2px 6px; width: 72px; height: 40px; position: relative;  z-index: 2;
}
.hm-testimonial .owl-controls .owl-prev:after, .hm-testimonial .owl-controls .owl-next:after{
    content: ""; background: #FFF;  position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%;
}
.hm-testimonial .owl-controls .owl-prev:hover:after, .hm-testimonial .owl-controls .owl-next:hover:after{
    background: #e7e0ed;
}
.hm-testimonial .owl-controls .owl-prev:before, .hm-testimonial .owl-controls .owl-next:before{
    font-family: "Ionicons"; font-size: 30px; position: absolute; z-index: 3; top: 0; left: 50%; margin-left: -10px;
}
.hm-testimonial .owl-controls .owl-prev:before{
     content: "\f3d5"; 
}
.hm-testimonial .owl-controls .owl-next:before{
   content: "\f3d6";
}

/************FOOTER**************/
.footer-inner{
  padding: 86px 0 80px;  
}
.footer-inner .footer-top{
    padding: 0 0 15px;
}
.footer-top h3{
    font-size: 18px; color: #bec3c6; padding-bottom: 20px; font-weight: 400;
}
.footer-top .quick-link li{
    font-size: 14px; color: #484f54; font-weight: 400; padding: 5px 0;
}
.footer-top .quick-link a{
    color: #484f54;
}
.footer-top .quick-link a:hover{
    color: #915fc2;
}
.footer-top .ftr-adrs-area p{
    font-size: 14px; line-height: 28px; color: #484f54; padding: 0; margin: 0;
}
.footer-top .ftr-adrs-area a{
    color: #484f54;
}
.footer-top .ftr-adrs-area a:hover{
    color: #915fc2;
}
.footer-top .social-links{
    display: inline-block; width: 100%; padding-top: 5px;
}
.footer-top .social-links li{
    display: inline-block;  margin-right: 4px;
    
}
.footer-top .social-links li a{
    border: 1px solid #35393c; display: block;
    padding: 8px 12px; color: #484f54; font-size: 13px; 
}
.footer-top .social-links li a:hover{
    color: #FFF;  border: 1px solid #915fc2; background: #915fc2;
}
.footer-inner .credit{
    border-top: 1px solid #eaebeb; padding:28px 0 0;
    color: #a7abae; font-size: 14px; font-weight: 400;
}
.footer-inner .credit .copy-text{
    color: #a7abae; float:left;
}
.footer-inner .credit .powerd{
    color: #484f54; float: right;
}
.footer-inner .credit .powerd span{
    color: #a7abae;
}
/************About**************/
.page-text{
  background: #f5f5f5; padding-top: 135px; padding-bottom: 30px; color: #484f54; 
}
.page-text-inner{
    width: 100%; max-width: 700px;
}
.page-text h2.head03{
  font-size: 24px; color: #35393c; font-weight: 600; padding-bottom: 12px;
}
.page-text p{
  font-size: 22px; font-weight: 300; padding: 0; margin: 0; color: #484f54; 
}
.inner-banner-panel {
    position: relative; z-index: 1;
    background: #f5f5f5;
    height: 70vh;  min-height: 360px;
}
.inner-banner-panel:after {
    content: "";
    position:absolute;
    left: 0; right: 0; bottom: 0;
    height: 122px;
    z-index: 2;
    width: 100%;
    background: #FFF; 
}
.inner-banner-panel .inner-banner{
    overflow: hidden; position: relative; z-index: 3;
    height: 70vh;  min-height: 360px;
}
.inner-banner-panel .inner-banner{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-kriyata{
    padding: 110px 0 0;
}
.about-kriyata p{
    padding:0; margin: 0;
}
.kriyata-meaning{
    padding: 50px 0 130px;
}
.left-widjet{
    width: 50%; float: left;
}
.left-widjet figure img{
    max-width: 100%;
}
.right-widjet{
    width: 50%; float: left; padding-left: 60px; padding: 50px 0 0 60px;
}
.right-widjet h4{
    font-size: 24px; font-weight: 600; padding-bottom: 20px;
}
.right-widjet p{
    font-size: 21px; font-weight: 300; line-height: 34px; padding: 0; margin: 0;
}
.right-widjet p.par01{
    
}
.right-widjet ul{
    padding: 0; margin: 0; list-style: none;padding-top: 50px; padding-bottom: 50px;
}
.right-widjet li{
    border-top: 1px solid #e7e8e8; font-size: 21px; font-weight: 300; line-height: 34px; padding: 24px 0; margin: 0;
    padding-left: 25px; position: relative;
}
.right-widjet li:last-child{
    border-bottom: 1px solid #e7e8e8;
}
.right-widjet li:after{
    content: ""; background: #FFF; border: 2px solid #ab85d1; position: absolute; left: 0; top: 36px; width: 12px; height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.box-style01{
    background: #f5f5f5; border-bottom: 3px solid #915fc2; padding: 60px 0 40px; 
}
.box-style01.bx-style02{
    padding: 60px 0 60px; 
}
.box-style01 ul.list-style02 li{
    width: 50%; float: left; padding: 0 80px; position: relative;
    font-size: 17px; line-height: 32px; font-weight: 400;
}
.box-style01 ul.list-style02 li:first-child{
    padding-left: 40px;
}
.box-style01.bx-style02 li{
    padding: 0;
}
.box-style01.bx-style02 ul li:first-child{
    padding-left: 0;
}
.box-style01.bx-style02 ul li ul{
    padding: 0; margin: 0;
}
.box-style01.bx-style02 ul li ul li{
    border-bottom: 1px solid #dedfdf; padding: 12px 0; width: 100%; max-width: 480px;
}
.box-style01 h4{
    font-size: 24px; font-weight: 600; padding-bottom: 24px;
}
.box-style01 p{
    font-size: 17px; font-weight: 400; padding: 0; margin: 0; padding-bottom: 16px;
}
.box-style01 ul.list-style02 li:after{
    content: ""; width: 1px; height: 70%; background: #e8ede8; position: absolute; right: 10px; top: 18%;
}
.box-style01 ul.list-style02 li:last-child:after{
    width: 0px;
}
.box-style01.bx-style02 ul li:after{
    display: none;
}

/************Package**************/
.package-panel{
    background: #f5f5f5;
    padding: 74px 0; margin-top: 110px;
}
.package-inner{
    position: relative;
}
.package-list{
    padding-top: 50px;
}
.package-list .col-md-3{
    border-right: 3px solid #f5f5f5; background: #FFF;
    height: 78px; padding: 4px 0; position: relative;
}
.package-list .gutter0 .col-md-3:last-child{
    border-right:0;
}
.package-list .level{
    font-size: 18px; font-weight: 600; position: absolute; width: 100%; left: 100%;  top: 50%;
    transform: translate(-100%, -50%);text-align: center;
}
.package-list .duration-txt{
    display:inline-block; width: 100%; background: #915fc2; color: #FFF; font-weight: 600; font-size: 18px;
    padding: 24px 15px; text-align: center;
}
.package-list .duration-txt span{
     font-weight: 400; font-size: 14px;
}
.specific-packages{
    padding: 90px 0;
}
.specific-packages h3.head03{
    padding-bottom: 20px;
}
.specific-packages h3.head03 span{
    display: inline-block;
}
.specific-package-list h4{
    font-size: 18px; color: #915fc2; font-weight:400;
}
.specific-package-list ul{
    padding-top: 15px;
}

.specific-package-list ul, .specific-package-list li{
    padding: 0; margin: 0; list-style: none;
}
.specific-package-list li{
    font-size: 17px; color: #484f54; font-weight: 300; line-height: 30px; padding: 14px 0; margin: 0;
     position: relative;
}
.specific-package-list li .text01{
    position: relative; padding-left: 25px;
}
.specific-package-list li .text01:after{
    content: ""; background: #FFF; border: 2px solid #ab85d1; position: absolute; left: 0; top: 8px; width: 12px; height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.specific-package-list ul.list1{
    padding-right: 40px;
}
.specific-package-list ul.list2{
    padding-left: 40px; padding-right: 30px;
}






/************Holistic Health**************/
.health-panel{
    padding: 100px 0 60px; 
}
.health-panel p.para01{
    font-size: 20px; line-height: 34px; font-weight: 300; padding: 0; margin: 0;
}
.inner-health-list{
    padding: 40px 0 0;
}
.inner-health-list h3.head03{
    padding-bottom: 30px;
}
.inner-health-list .item{
    margin: 0 9px;
}
.inner-health-list .slick-list{
    padding: 0; margin: 0;
}
.inner-health-list a{
    display: block; position: relative;  overflow: hidden;
}
.inner-health-list figure{
    position: relative; z-index: 1; overflow: hidden;
}
.inner-health-list figure figcaption{
    position: absolute; z-index: 2; bottom: 18px; left: 0; width: 100%;
    padding-left: 30px; color: #FFF; font-size: 22px; font-weight: 400;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -o-transition: .4s all ease;
}
.inner-health-list a:hover figure figcaption{
    bottom: 22px;
}
.inner-health-list a figure:after{
    content: "";
    position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background:rgba(0,0,0,0.2); opacity: 0; visibility:hidden;
        transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
}
.inner-health-list a:hover figure:after{
     opacity: 1; visibility: visible;
}
.inner-health-list a figure img{
        transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -o-transition: .6s all ease;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.inner-health-list a:hover figure img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.inner-health-list ul.slick-dots{
    padding-top: 15px;
}
.health-panel .list02{
    padding: 100px 0 60px 10px;
}
.health-panel .list02 ul, .health-panel .list02 li{
    padding: 0; margin: 0; list-style: none;
}
.health-panel .list02 li{
    font-size: 17px; color: #484f54; font-weight: 300; line-height: 30px; padding: 12px 0 26px; margin: 0;
     position: relative; border-bottom: 1px solid #e7e8e8;
}
.health-panel .list02 li .text01{
    position: relative; padding-left: 25px;
}
.health-panel .list02 li .text01:after{
    content: ""; background: #FFF; border: 2px solid #ab85d1; position: absolute; left: 0; top: 8px; width: 12px; height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.steps-involved {
    width: 100%;  display: inline-block; position: relative; z-index: 1;
}
.steps-involved .steps-involved-list{
    margin-top: -140px;
    width: 100%;  display: inline-block;
    padding: 0 36px;
    position: relative; z-index: 2; 
    
}
.steps-involved .steps-involved-list h3{padding:20px 0 0 60px; background: #FFF;}
.steps-involved .steps-involved-list ul, .steps-involved .steps-involved-list li{
    list-style: none; padding: 0; margin: 0;
}
.steps-involved .steps-involved-list ul{
    padding: 0 0 40px 60px; background: #FFF; width: 100%;  display: inline-block;
}

.steps-involved .steps-involved-list li{
    font-size: 17px; color: #484f54; font-weight: 300; line-height: 30px; padding: 12px 0; margin: 0;
     position: relative; width: 33.33333333%; float: left;
}
.steps-involved .steps-involved-list li .text01{
    position: relative; padding-left: 25px;
}
.steps-involved .steps-involved-list li .text01:after{
    content: ""; background: #FFF; border: 2px solid #ab85d1; position: absolute; left: 0; top: 8px; width: 12px; height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.box-style01 li ul li{
    width: 100%;  display: inline-block;
}
.box-style01 li ul li{
    font-size: 17px; color: #484f54; font-weight: 300; line-height: 30px; padding: 12px 0; margin: 0;
     position: relative; 
}
.box-style01 li ul li:first-child {
    padding-left: 0;
}

.box-style01 li ul li .text01{
    position: relative; padding-left: 25px;
}
.box-style01 li ul li .text01:after{
    content: ""; background: #FFF; border: 2px solid #ab85d1; position: absolute; left: 0; top: 8px; width: 12px; height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
/************CONTACT**************/
.contact-panel{
    padding: 120px 0 10px;
}
.map-panel-inner.box-style01{
    padding: 0;
}
.map-panel-inner .contact-dtls{
   padding: 110px 0 40px;
}
.box-style01.map-panel-inner h5{
    padding-left: 115px; font-size: 24px; font-weight: 600;
    
}
.contact-panel p.para01{
    padding:0; margin: 0;
}
.contact-panel .bx-style03{
    padding-top: 42px;
}
.contact-panel .bx-style03 .box01{
    background: #f5f5f5; height: 214px; position: relative; text-align: center; padding: 40px 10px 68px 10px; overflow: hidden;
}
.contact-panel .bx-style03 .bx-inner{
    width: 100%; max-width: 248px; margin: 0 auto;
}
.contact-panel .bx-style03 .contact-nbr{
    background: #915fc2; height:68px; line-height: 68px; text-align: center; color: #FFF;  
    position:absolute; bottom: 0; left: 0; width: 100%;
}
.contact-panel .bx-style03 h5{
    font-size: 18px; color: #35393c; padding-bottom: 15px;
}
.contact-panel .bx-style03 p{
    font-size: 15px; color: #8d9397; padding: 0; margin: 0;
}
.map-panel{
    padding: 110px 0 0 0;
}
.map-panel .mape{
    width: 100%;
}
.map-panel .list04, .map-panel .list04 li{
    list-style: none; padding: 0; margin: 0;
}
.map-panel .list04{
    padding-right: 30px;
}
.map-panel .list04 li{
    font-size: 18px; font-weight: 300; line-height: 30px; color: #484f54; position: relative;
    padding:24px 0 24px 56px;
}
.map-panel .list04 li ._icon{
    border: 1px solid #915fc2; width: 40px; height: 40px; border-radius: 50%;
    display: block; position: absolute; left: 0; top: 18px; font-size: 28px; color: #915fc2; text-align: center; line-height: 40px;
}
.map-panel .list04 li a{
    color: #484f54;
}
.map-panel .list04 li a:hover{
    color: #915fc2;
}
.box-style01 .list04 p{
    padding-bottom: 0;
}
/************RESPO**************/

@media screen and (min-width: 992px) {
    header {
        background: #f5f5f5;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 900; padding: 15px 0 10px;
        height: 118px;
    }
    .menu-panel .menu-close {
        display: none;
    }
    .logo{
        width: 90px; height: 90px; position: absolute; left: 50%; top: -2px; margin-left: -45px;
    }
    .nav-menu .menu-lft-item{
        float: left; width: 40%;
    }
    .nav-menu .menu-rgt-item{
        float: right; width: 40%;
    }
    .menu-panel{
        width: 100%;
    }
    .nav-menu .right-widget{
        position: absolute; right: 0px; width: 220px;
    }
    .nav-menu{
        display: inline-block; width: 100%; position: relative; padding-top: 34px;
    }
    .menu-icon{
        display: none;
    }
    .nav-menu ul {
        padding: 0; margin: 0;
        width: 100%; 
        
    }
    .nav-menu ul > li{display: inline-block;}
    .nav-menu .menu-rgt-item{
        text-align: right;
    }
    .nav-menu ul > li > a,
    .nav-menu ul > li > span {
        padding: 0 24px;
        display: block;
        color: #303135; cursor: pointer;
        background: transparent;
        transition: .4s all ease;
        position: relative; font-size: 16px; font-weight: 400;
    }
    .nav-menu ul > li > a:hover,
    .nav-menu ul > li > span:hover, .nav-menu ul > li.active a {
        color: #2188cd;
    }
    .nav-menu ul > li:first-child > a,
    .nav-menu ul > li:first-child > span {
        padding-left: 0;
    }
    .nav-menu ul > li.active > a, .nav-menu ul > li.active > span{
        color: #915fc2;
    }
    .contact-panel{
        padding: 90px 0 0px;
    }

}
@media screen and (min-width: 1462px) {
    .container{max-width: 1400px;}
    .logo{
        width: 102px; height: 102px; margin-left: -51px;
    }
    header {
        padding: 20px 0 15px;
        height: 136px;
    }
}
@media screen and (max-width: 991px) {
    header .logo{
        float: left; width: 80px; height: 80px;
    } 
    header .menu-panel{
        float: right; position: relative;
    }
    .menu-panel .menu-icon{
        position: absolute; right: 0; top: 22px; min-width: 86px; transition: .3s all ease;
    }
    body.menu-opend .menu-panel .menu-icon{
        opacity: 0; visibility: hidden;
    }
    .nav-menu .right-widget{
        position:relative; width: 100%; display: inline-block;
        padding: 20px 0 20px 13px;
    }
   .menu-icon {
        display: block;
        color: #25176f;
        vertical-align: middle;
        margin-left: 22px;
        margin-top: 0px;
    }
    .menu-icon i {
        font-size: 34px;
        display: inline-block;
        vertical-align: middle; color: #25176f;
    }
    .menu-icon span {
        vertical-align: middle;
        font-size: 14px;
        text-transform: uppercase;
        padding-right: 9px; color: #25176f;
    }
    .menu-icon span,
    .menu-icon i {
        color: #25176f;
        transition: .3s all ease;
    }
    .menu-icon:hover span,
    .menu-icon:hover i {
        color: #915fc2;
        transition: .3s all ease;
    } 
    .nav-menu {
        position: fixed;
        left: -251px;
        top: 0;
        width: 250px;
        height: 100%;
        background-color: #000; border-right: 1px solid #000;
        z-index: 999;
        transition: .3s all ease;
        padding-top: 10px; 
    }
    .nav-menu ul{
        padding-right: 0;
    }
    html {
        overflow-x: hidden;
    }
    body, header {
        transition: .3s all ease;
    }

    body.menu-opend, body.menu-opend header {
        margin-left: 250px; transition: .3s all ease;
    }
    body.menu-opend .nav-menu {
        left: 0;
    }
    .overlay {
        background: rgba(0, 0, 0, .3);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 990;
        opacity: 0;
        visibility: hidden;
        transition: .4s all ease;
    }
    body.menu-opend .overlay {
        opacity: 1;
        visibility: visible;
    }
    .nav-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .nav-menu ul > li > a,
    .nav-menu ul > li > span {
        padding: 12px;
        display: block;
        color: #f1f1f1;
        font-family: 'WeblySleekUISemibold', sans-serif;
        border-bottom: 1px solid #363636;
        background: transparent;
        transition: .4s all ease;
    }
    .nav-menu ul > li > a:hover,
    .nav-menu ul > li > span:hover {
        background: #1e1e1e;
        color: #915fc2;
    }
    .nav-menu ul > li > span {
        cursor: pointer;
        position: relative;
    }
    .nav-menu ul > li.active > a, .nav-menu ul > li.active > span{
        color: #915fc2;
    }
    .menu-panel .menu-close {
        background-color: #000; color: #FFF;
        width: 40px; height: 40px; position: absolute; left: 100px; top:0;
        text-align: center; font-size: 20px; line-height: 40px;transition: .5s all ease;
        z-index: 999;  opacity: 0; visibility:hidden;
    }
    .menu-panel .menu-close:hover {
        color: #915fc2;
    }
    body.menu-opend .menu-panel .menu-close {
         opacity: 1; visibility:visible; left: 245px;
    }
    /*.nav-menu ul > li > span ._icon {
        float: right;
        position: relative;
        top: 2px;
    }
    .nav-menu ul > li > span:after {
        cursor: pointer;
        content: "\e90c";
        font-family: 'icomoon' !important;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .nav-menu ul > li > span.open:after {
        content: "\e912";
    }*/
    .nav-menu ul > li > ul {
        display: none;
    }
    .nav-menu ul > li.open > ul {
        display: block;
    }
    .nav-menu ul > li > ul.dropdown-menu li > a {
        padding: 12px 12px 12px 30px;
    }
    h3.head03 {
        font-size: 22px;
    }
    .hm-about-panel {
        padding: 80px 0 70px;
    }
    .hm-about-panel li:first-child {
        padding-left:0;
    }
    .hm-about-panel li {
        width: 100%;
        float: left;
        border-right:0; padding: 0;
    }
    .hm-about-panel h4 {
        font-size: 22px;
        padding-bottom: 14px;
    }
    .home-banner .banner-slider .banner-text h2{
        font-size: 28px;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hm-package-list .level {
        font-size: 14px;
    }

}
@media screen and (max-width: 767px) {
    header{
        padding: 10px 0 11px;
    }
    h3.head03 span {
        font-size: 18px;
        padding-bottom: 3px;
    }
    .hm-package-list {
        padding-top: 36px;
    }
    .hm-package-list .col-md-3{
        border-right: 0;
        border-bottom: 3px solid #f5f5f5;
    }
    .hm-health-inner .header-panel{
        padding-right: 0;
    }
    .header-panel .more {
        position: relative;
        right:inherit;
        top:inherit; margin-top: 10px;
    }
    .hm-health-list .item {
        margin: 0;
    }
    .inner-health-list .item {
        margin: 0;
    }
    .home-banner .banner-slider .banner-text .banner-text-inr{
        padding: 0 15px;
    }
    .home-banner .banner-slider .banner-text h2{
        font-size: 24px;
    }
    .hm-testimonial .item {
        font-size: 18px; line-height: 32px; 
    }
    .hm-testimonial .active.mid .item {
        font-size: 18px; line-height: 32px; 
    }
    .hm-testimonial .active .item{
        color: #FFF; font-size: 22px;
    }
    .footer-inner {
        padding: 60px 0 50px;
    }
    .footer-top h3{
        padding-bottom: 12px;
    }
    .footer-top .quick-link{
        margin-bottom: 20px;
    }
    .footer-top .ftr-adrs-area{
         margin-bottom: 20px;
    }
    .footer-inner .credit .copy-text{
        display: block; width: 100%;
    }
    .footer-inner .credit .powerd{
        display: block; width: 100%; padding-top: 6px;
    }
    .about-kriyata {
        padding: 70px 0 0;
    }
    .package-panel{
        padding: 44px 30px; margin-top: 70px; 
    }
    .package-list .col-md-3 {
        border-right: 0;
        border-bottom: 3px solid #f5f5f5;
    }
    .kriyata-meaning {
        padding: 50px 0 70px;
    }
    .page-text h2.head03 {
        font-size: 22px;
        color: #35393c;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .page-text p {
        font-size: 18px;
    }
    .left-widjet{
        width: 100%; 
    }
    .right-widjet{
        width: 100%; padding: 40px 0 0 0;
    }
    .right-widjet h4{
        font-size: 20px; padding-bottom: 14px;
    }
    .right-widjet p{
        font-size: 17px; line-height: 28px; padding: 0; margin: 0;
    }
    
    .box-style01 li{
        width: 100%; float: left; padding: 0; padding-bottom: 20px;
    }
    .box-style01 ul.list-style02 li:first-child{
        padding-left: 0;
    }
    .box-style01 ul.list-style02 li:after{
        content: ""; width: 100%; height: 1px; background: #e8ede8; position: absolute; right: 0; bottom: 0; top:inherit; 
    }
    .box-style01 ul.list-style02 li:last-child:after{
        width: 0px; 
    }
    .box-style01 ul.list-style02 li:last-child{
        padding-top: 30px;
    }
    .box-style01 h4 {
        font-size: 22px;
        padding-bottom: 16px;
    }
    .box-style01 p {
        font-size: 15px;
    }
    .contact-panel{
        padding: 70px 0 0px;
    }
    .map-panel {
        padding: 80px 0 0 0;
    }
    .contact-panel .bx-style03 {
        padding-top: 34px;
    }
    .inner-container {
        padding: 0;
    }
    .footer-inner{
        padding: 50px 0 20px;
    }
    .box-style01.map-panel-inner h5 {
        padding-left: 25px;
    }
    .map-panel .list04 {
        padding: 10px 10px 0 25px;
        display: inline-block;
        width: 100%;

    }
    .map-panel .list04 li {
        font-size: 17px;
        line-height: 28px;
        padding: 24px 0 24px 48px;
    }
    .map-panel .list04 li ._icon {
        width: 36px;
        height: 38px;
        display: block;
        top: 17px;
        font-size: 24px;
        line-height: 40px;
    }
    .map-panel-inner .contact-dtls {
        padding: 70px 0 40px;
    }
    .box-style01.map-panel-inner h5 {
        font-size: 22px;
        font-weight: 500;
    }
    .hm-testimonial{
        padding: 54px 15px;
    }
    .hm-testimonial .hm-testimonial-inner h3.head03{
        padding-bottom: 15px;
    }
    .box-style01 {
        padding: 50px 0 45px;
    }
    .box-style01 ul.list-style02 li{
        width: 100%; float: left; padding: 0 10px 0 15px;
        font-size: 15px; line-height: 28px;
    }
    .box-style01 ul.list-style02 li:first-child{
        padding-left: 15px;
    }
    .specific-package-list li {
        font-size: 17px;
        padding: 10px 0;
        line-height: 28px; 
    }
    .specific-package-list ul.list2 {
        padding-left: 0px;
        padding-right: 0px; padding-top: 20px;
    }
    .steps-involved .steps-involved-list ul {
        padding: 30px 40px;
    }
    .steps-involved .steps-involved-list {
        margin-top: 0;
        padding: 0px;
    }
    .steps-involved .steps-involved-list ul {
        padding: 20px 0;
    }
    .steps-involved .steps-involved-list li{
        width: 100%;
    }
    .steps-involved .steps-involved-list li {
        line-height: 30px;
        padding: 6px 0;
    }
    .box-style01.bx-style02 .list-style03 > li{
        padding: 20px 15px;
    }
    .box-style01.bx-style02 ul li:first-child {
        padding-left: 15px;
    }
    .health-panel .list02 {
        padding: 80px 0 20px 0;
    }


}


.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-container{padding:4px}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../img/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../img/prev.png) left 48% no-repeat;filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../img/next.png) right 48% no-repeat;filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../img/close.png) top right no-repeat;text-align:right;outline:none;filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid: DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea{font-size:16px!important}.syntaxhighlighter table td.code .container{padding:4px!important}.toggle-code span:before{content:"Show"}.toggle-code.on span:before{content:"Hide"}.example-code{display:none}.final-tiles-gallery{margin-top:20px;position:relative}.final-tiles-gallery .tile img.item{-moz-transition:-moz-transform .2s,opacity .2s linear;-o-transition:-o-transform .2s,opacity .2s linear;-webkit-transition:-webkit-transform .2s,opacity .2s linear;transition:transform .2s linear;display:block;position:relative;width:100%}.final-tiles-gallery .tile.ftg-enlarged img{display:block;margin:auto}.final-tiles-gallery .tile{float:left;overflow:hidden;margin:0;background:#000;opacity:0}.final-tiles-gallery .tile.ftg-loaded{opacity:1}.final-tiles-gallery .tile.ftg-hidden{-moz-transform:scale(0);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.final-tiles-gallery .edge{position:absolute;z-index:1000;background:#333;color:#fff;font-size:11px;padding:4px;font-family:sans-serif}.final-tiles-gallery .edge.enlarged-true{color:#ff0}.final-tiles-gallery .ftg-social{position:absolute;transition:all .5s;z-index:10}.final-tiles-gallery .ftg-social a{color:#fff;text-decoration:none;text-align:center;font-size:16px;transition:all .3s}.final-tiles-gallery .ftg-social a:hover{color:#ccc}.final-tiles-gallery .hover{position:absolute;top:0;left:0;bottom:0;right:0;background:#000;background-color:rgba(0,0,0,0.7);transition:all .3s;opacity:0;display:table;width:100%;height:100%}.final-tiles-gallery .hover .icon{display:table-cell;text-align:center;vertical-align:middle;color:#fff;font-size:20px}.final-tiles-gallery .tile:hover .hover{opacity:1}.final-tiles-gallery .tile iframe.item{width:100%}.final-tiles-gallery .ftg-filters{margin-bottom:20px}.final-tiles-gallery .ftg-filters a{display:inline-block;margin-right:10px;color:#777;padding:4px 10px;border:1px solid #777;text-decoration:none;outline:0;text-shadow:none;box-shadow:none}.final-tiles-gallery .ftg-filters a:hover,.final-tiles-gallery .ftg-filters a.selected{color:#000;border-color:#333;text-decoration:none}.final-tiles-gallery.effect-fade-out .tile img{transition:all .5s;opacity:1}.final-tiles-gallery.effect-fade-out .tile:hover img{opacity:.5}.final-tiles-gallery.effect-zoom .tile img{transition:all .5s;-moz-transform:perspective(1000px) translate3d(0,0,0);-webkit-transform:perspective(1000px) translate3d(0,0,0);-ms-transform:perspective(1000px) translate3d(0,0,0);transform:perspective(1000px) translate3d(0,0,0);position:relative;display:block}.final-tiles-gallery.effect-zoom .tile:hover img{-ms-transform:perspective(1000px) translate3d(-20px,-10px,180px);-webkit-transform:perspective(1000px) translate3d(0px,0px,180px);-moz-transform:perspective(1000px) translate3d(-20px,-10px,180px);transform:perspective(1000px) translate3d(-20px,-10px,180px)}.final-tiles-gallery.effect-dezoom .tile:hover img{opacity:.8}.final-tiles-gallery.effect-dezoom .tile{display:block;background:#000}.final-tiles-gallery.effect-dezoom .tile img{opacity:1;transition:all .35s;-webkit-transform:scale(1.12);-ms-transform:scale(1.12);-moz-transform:scale(1.12);transform:scale(1.12);display:block}.final-tiles-gallery.effect-dezoom .tile:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.final-tiles-gallery.caption-top .tile:hover span{opacity:.8}.final-tiles-gallery.caption-top .tile:hover span.title{top:20px;opacity:.9}.final-tiles-gallery.caption-top .tile:hover span.subtitle{top:52px}.final-tiles-gallery.caption-top .tile{display:block;background:#000}.final-tiles-gallery.caption-top .tile span{font-family:'Lato',sans-serif;display:block;position:absolute;width:68%;left:20px;color:#fff;z-index:10;font-size:18px;opacity:0;transition:all .5s}.final-tiles-gallery.caption-top .tile span.title{font-weight:900;top:10px;letter-spacing:1px;text-transform:uppercase}.final-tiles-gallery.caption-top .tile span.subtitle{top:70px;font-size:14px;font-weight:300}.final-tiles-gallery.caption-bottom .tile:hover span{opacity:.8}.final-tiles-gallery.caption-bottom .tile:hover span.title{bottom:46px;opacity:.9}.final-tiles-gallery.caption-bottom .tile:hover span.subtitle{bottom:20px}.final-tiles-gallery.caption-bottom .tile{display:block;background:#000}.final-tiles-gallery.caption-bottom .tile span{font-family:'Lato',sans-serif;display:block;position:absolute;width:68%;left:20px;color:#fff;z-index:10;font-size:18px;opacity:0;transition:all .5s}.final-tiles-gallery.caption-bottom .tile span.title{font-weight:900;bottom:70px;letter-spacing:1px;text-transform:uppercase}.final-tiles-gallery.caption-bottom .tile span.subtitle{bottom:0;font-size:14px;font-weight:300}.final-tiles-gallery.effect-frame .tile:hover:before{opacity:1;-moz-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.final-tiles-gallery.effect-frame .tile:before{opacity:0;border:1px solid #fff;position:absolute;top:10px;left:10px;bottom:10px;right:10px;z-index:10;content:"";display:block;-moz-transform:scale(0.5);-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5);transition:all .35s}.final-tiles-gallery.caption-bg .tile span{background:#fff;background:rgba(255,255,255,0.7);color:#333;padding:2px 6px}.final-tiles-gallery.social-icons-bg .ftg-social{background:#fff;box-shadow:0 0 10px #000}.final-tiles-gallery.social-icons-bg .ftg-social a{color:#333}.final-tiles-gallery.social-icons-bg .ftg-social a:hover{color:#555}.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social{background:#333}.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social a{color:#333}.final-tiles-gallery.social-icons-bg.social-icons-bg-dark .ftg-social a:hover{color:#eee}.final-tiles-gallery.social-icons-right .ftg-social{width:40px;top:0;height:100%;right:-50px}.final-tiles-gallery.social-icons-right .ftg-social a{margin:10px 0;display:block}.final-tiles-gallery.social-icons-right .tile:hover .ftg-social{right:0}.final-tiles-gallery.social-icons-bottom .ftg-social{width:100%;bottom:-40px;height:30px;text-align:right}.final-tiles-gallery.social-icons-bottom .ftg-social a{margin:0 5px;display:inline-block}.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type{margin-right:15px}.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social{bottom:0}.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social{height:36px}.final-tiles-gallery.social-icons-bottom.social-icons-bg .ftg-social{height:40px}.final-tiles-gallery.social-icons-bottom.social-icons-bg .ftg-social a{margin:10px 5px}.final-tiles-gallery.social-icons-circle .ftg-social a{margin:5px;border-radius:50%;width:24px;height:24px;line-height:29px;text-align:center;display:inline-block;background:#fff;color:#333}.final-tiles-gallery.social-icons-circle .ftg-social a:hover{color:#fff;background-color:#333}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}@media print{*,:before,:after{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}

@media screen and (max-width: 360px) {
    .home-banner .banner-slider .banner-text h2{
        font-weight: 400;
    }
    .hm-package-list .duration-txt span{
        display: block;
    }
    .hm-testimonial .active .item{
        color: #FFF; font-size: 20px;
    }
    .contact-panel{
        padding: 60px 0 0px;
    }
    .contact-panel .bx-style03 {
        padding-top: 26px;
    }
    .map-panel {
        padding: 60px 0 0 0;
    }
    .box-style01.map-panel-inner h5 {
        padding-left: 15px;
    }
    .map-panel .list04 {
       padding: 0 10px 0 15px;
    }
    .map-panel .list04 li {
        font-size: 15px;
        line-height: 26px;
        padding: 24px 0 24px 44px;
    }
    .map-panel .list04 li ._icon {
        width: 36px;
        height: 38px;
        display: block;
        top: 17px;
        font-size: 24px;
        line-height: 40px;
    }
    .footer-inner{
        padding: 40px 0 10px;
    }
    .package-panel{
        padding: 44px 20px;
    }
    .steps-involved .steps-involved-list h3{padding:20px 0 0 0;}
    .steps-involved .steps-involved-list ul {
        padding: 15px 0;
    }
    .box-style01.bx-style02 .list-style03 > li{
        padding: 20px 15px;
    }
    .box-style01.bx-style02 ul > li:first-child {
        padding-left: 15px;
    }
        .box-style01.bx-style02 ul > li li:first-child {
        padding-left: 0;
    }

}