/* ===================================
                About
   =================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: One page, multi page, multipurpose, parallax, creative, html5

 */

/***************Table of Content**************/
/*  - Fonts
    - General Classes
    - Preloader
    - Header And Navigation
    - Home Sections
    - Services
    - Video
    - Pricing
    - Testimonials
    - Appointment
    - Footer
    - Pricing Page
    - Booking Page
    - Experts Page
    - Services page
    - Media Queries   */


/***********IMPORT GOOGLE FONT**********/
@import url('https://fonts.googleapis.com/css?family=Oswald:200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


/*********************GENERAL CLASSES*************/

.white-bottom-underline{
    color: #FFFFFF;
    text-decoration: underline;
}

.mg-top-copyright{
    margin-top: 10px;
}
.margin-top-aboutus-text{
    margin-top: -20px;
}

.margin-left-aboutus-sub-heading{
    margin-left: 0px !important;
}

.mg-top-text{
    margin-top: -25px;
}
.contact-text{
    font-size: 23px;
    text-align: left;
}

body ,html{
    scroll-behavior: smooth;
}
.text-brown{
    color: #fff
}
.text-grey{
    color: rgb(81, 81, 81);
}
.text-white{
    color: white;
}
.text-lightpink{
    color: #f7dcd1;
}
.bg-blue{
    background-color: #111520;
}


a{
    text-decoration: none;
}

.height{
    height: 100vh;
}
.pt-50{
    padding-top: 50px;
}

/**************NAVBAR**********/
.navbar.sidemenu-nav{
    position: absolute;
    z-index: 1;
    /*width: 100%;*/
    top: 2%;
}

.menu-btn{
    display: -ms-inline-grid;
    display: inline-grid;
    width: 28px;
    height: auto;
    cursor: pointer;
    margin-left: 10px;

}
.menu-btn span{
    background-color: #ffffff;
    margin-bottom: 4px;
    height: 2px;
    width: 100%;
}

.menu-btn span.color{
    background-color: #fff;
}

.menu-btn span:last-child{
    margin-bottom: 0;
}

.navbar.fixed-menu .logo {
    /*display: none;*/
}
.navbar.fixed-menu .menu-btn {
    width: 40px;
    height: auto;
    cursor: pointer;
    margin-left: 10px;
    background: #0000007d;
    padding: 8px;
}

.navbar.fixed-menu {
    z-index: 1111;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    overflow: auto;
    background: transparent;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 90px;
    padding-left: 30px;

}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.outer-wrapper{
    display : none;
    color: white;
}
.logo {
   max-width: 160px;
    margin-right: auto;
    margin-left: 30px;
}
.bg-dark {
   background-color: #000000 !important;
   color:#9e9e9e;

}

.bg-dark-1 {
    background-color: #202020;
    color:#9e9e9e;

}
.nav-full-width{
    width: 100%;
}
.nav-full-width .logo{
    margin-left: auto;
    margin-right: 20px;
}
.nav-full-width.fixed-menu {
    background-color: #000000c2;
}
.nav-img{
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;

    transition: 3s ease;
    -webkit-animation: 3s img-display;
    animation: 3s img-display;
    animation-direction: alternate-reverse;
}
/*.nav-img{*/
/*    will-change: transform;*/
/*}*/
/*.nav-img img{*/
/*    -webkit-transition: 3s ease;*/
/*    -o-transition: 3s ease;*/
/*    transition: 3s ease;*/
/*    -webkit-transform: scale(1.3);*/
/*    -ms-transform: scale(1.3);*/
/*    transform: scale(1.3);*/
/*    -webkit-animation: 3s img-display;*/
/*    animation: 3s img-display;*/
/*}*/
@-webkit-keyframes img-display {
    from{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes img-display {
    from{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to{
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.inner-wrapper{
    background-color: #fff;
    display: block;
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111111;
    -webkit-box-shadow: 2px 2px 15px #6e6e6e;
    box-shadow: 2px 2px 15px #3e3e3e;
    overflow: hidden;

}
.overlay{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000036;
}
.overlay1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000a1;
}

.main-content{
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

/* .main-content.main-content-hide{
    margin-top: 100vh;
} */

.inner-wrapper.start-anm1{
    -webkit-animation: 0.8s slideInDown;
    animation: 0.8s slideInDown;
}
.inner-wrapper.end-anm1{
    -webkit-animation: 0.8s slideOutUp;
    animation: 0.8s slideOutUp;
}

.outer-wrapper .close-outerwindow{
    position: absolute;
    left: 1.5%;
    top: 3.5%;
    z-index: 1111;
    cursor: pointer;
}
.outer-wrapper .close-outerwindow i{
    color: #fff;
    font-size: 50px;
}
.outer-wrapper .close-outerwindow i:hover{
    -webkit-animation: 1s rotateIn;
    animation: 1s rotateIn;
}
.navbar-nav .nav-link{
    font-size: 55px;
    font-family: 'Oswald' , sans-serif;
    color: white;
    text-decoration: none;
    padding: 10px 0;
    line-height: 5vw;
    display: inline-block;
}
.navbar-nav{
    padding-left: 15%;
}
.services-nav{
    -webkit-transform: translateY(4%);
    -ms-transform: translateY(4%);
    transform: translateY(4%);
}
.nav-heading{
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    margin-bottom: 25px;
    font-weight: 500;
}
.nav-services li{
    list-style: none;
    padding: 3px 10px 3px 2px;
    font-size: 16px;
}
.nav-services li a{
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.nav-services li a:hover {
    color: #ffffff8f;
}
.nav-icons{
    position: absolute;
    bottom: 10px;
    left: 25px;
}
ul.side-menu-icons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.side-menu-icons li{
    list-style: none;
}
.side-menu-icons a{
    color: white;
    margin: 10px 10px 0 10px;
    font-size: 24px;
    background-color: transparent;
    border-radius: 50%;
    padding: 15% 17%;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.side-menu-icons a:hover{
    color: #202020;
    background-color: #fff;
}
.blog-nav{
    -webkit-transform: translateY(-81%);
    -ms-transform: translateY(-81%);
    transform: translateY(-81%);
}

#primary li a {
    position: relative;
    z-index: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #fff));
    background-image: -o-linear-gradient(left, #fff, #fff 50%, #fff 50%);
    background-image: linear-gradient(to right, #fff, #fff 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#primary li a:before {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    bottom: 15px;
    left: 0;
    z-index: 0;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#primary li a:hover {
    background-position: 0;
}
#primary li a:hover:before {
    width: 100%;
}

/******************NAVBAR FOR OTHER PAGES FIXED*************/
.navbar.fixed-navbar{
    height: 85px;
}
.navbar.fixed-menu1 {
    z-index: 11;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    overflow: hidden;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.50);
    box-shadow: 0 0 10px rgba(0,0,0,.50);
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
ul.navbar_ul{
    list-style: none;
    display: inline-block;
}
li.navbar_list{
    display: inline-block;
    margin-right: 2px;
    font-size: 20px;
    color: #2d2d2d;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    margin-top: 25px;
    padding-top: 2px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
li.navbar_list:hover{
    color: #fff;
    background-color: #b07150;
    -webkit-animation: .8s ease;
    animation: .8s ease;
}

/****************HOME SECTION*************/
.home{
    position: relative;
}
.parallax-img1{
    background-image: url("../img/parallax-1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 655px
}
.parallax-color1{
    background-color: #f7dcd1;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 655px
}

.parallax-img2{
    background-image: url("../img/parallax-2.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 655px
}
.parallax-color2{
    background-color: #b07150;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 655px
}

.parallax-img3{
    background-image: url("../img/parallax-3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 655px
}
.parallax-color3{
    background-color: #111520;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 655px
}

.home .img-area{
    position: relative;
}
/*.home .content-area{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 36.5%;*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*    -ms-transform: translate(-50%,-50%);*/
/*    transform: translate(-50%,-50%);*/
/*}*/

/*.home .content-area{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 36.5%;*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*    -ms-transform: translate(-50%,-50%);*/
/*    transform: translate(-50%,-50%);*/
/*}*/

/*.home .content-area{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 36.5%;*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*    -ms-transform: translate(-50%,-50%);*/
/*    transform: translate(-50%,-50%);*/
/*}*/

.home .text-home .sub-heading{
    font-size: 25px;
    font-family: 'Lato' , sans-serif;
    margin: -20px 0 0px 8px;
    font-weight: 500;

}

.home .text-home .main-heading{
    font-size: 90px;
    font-family: 'Raleway' , sans-serif;
    margin: 0px 0px 0px 0px;
    font-weight: 100;
    opacity: .8;	
}
.model-heat-title{
    font-size: 90px;
    font-family: 'Raleway' , sans-serif;
    margin: 0px 0px 0px 0px;
    font-weight: 100;
    opacity: .8;	
}

.trans-btn{
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Open Sans' , sans-serif;
    padding: 12px 25px 12px 25px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.brown-btn{
    background-color: #f7dcd1 ;
    border: 2px solid rgb(176, 113, 80);
    color: rgb(176, 113, 80);
}

.brown-btn:hover, .brown-btn:focus, .brown-btn:active{
    border: 2px solid rgb(176, 113, 80);
    color: #fff;
    background-color: rgb(176, 113, 80);
}

.pink-btn{
    border: 2px solid #f7dcd1;
    color: #f7dcd1;
    background-color: rgb(176, 113, 80);
}
.pink-btn:hover, .pink-btn:focus{
    border: 2px solid #f7dcd1;
    color: rgb(176, 113, 80);
    background-color: #f7dcd1;
}

.white-btn{
    border: 1px solid #ffffff;
    color: #ffffff;
	    opacity: .8;
}
.white-btn:hover, .white-btn:focus{
    border: 1px solid #ffffff;
    color: #111520;
    background-color: #ffffff;
}

/***************ABOUT SECTION START***********/
.about{
    padding-top: 125px;
}
.about .about-text{
    font-family: 'Open Sans' , sans-serif;
    /*width: 500px;*/
    color: #ffffff;
}
.about .main-heading{
    font-weight: 600;
    font-size: 2.7rem;
    font-family: 'Raleway' , sans-serif;
}
.about .heading{
    margin-left: 2px;
    font-weight: 300;
}
.about .sub-heading{
    font-family: 'Lato' , sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    opacity: .8;
}


/***************SERVICES SECTION START***********/
.services{
    padding-top: 125px;
    padding-bottom: 125px;
}

.feature-icon{
    font-size: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    margin: 0 auto;
}

.feature-icon .bg-feature-icon{
    padding: 13%;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    border-radius: 30px;
}

.card-body .card-title{
    font-family: 'Oswald' , sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.card-body .card-text{
    font-family: 'Open Sans' , sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
.card .card-body{
    padding: 0 30px 20px 30px;

}
.service-btn{
    background-color: #f7dcd1 ;
    border: 2px solid #f7dcd1;
    color: #b07150;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    padding: 10px 22px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.card{
    cursor: pointer;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    background-color: #202020;
}
.card:hover{
    background-color: #ffffff;
    color:#202020;
}
.card:hover .feature-icon{
    color: #202020;
}
.card:hover .card-body .card-title{
    color: #202020;
}
.card:hover .bg-feature-icon{
    background-color: #ffffff;
}
.card:hover .feature-icon{
    color: #202020;
}
.card:hover .service-btn{
    background-color: #b07150;
    border: 2px solid #b07150;
    color: #fff;
}

/******************VIDEO SECTION START***********/
.video .video-btn{
    margin-top: 185px;
    margin-bottom: 185px;
}

.video .video-btn .play-btn{

    padding: 35%;
    font-size: 65px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    border: 2px solid #fff;
}
.video .video-btn .play-btn:hover{
    background-color: #000000;
    color: #fff;
}

.video.bg-video-img{
    background-image: url("../img/video-img.jpg");
    position: relative;
    height:550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center
}

.fancybox-slide--video .fancybox-content {
    background: transparent;
}

/***************ABOUT SECTION START***********/
.stats-sec{
    padding-top: 100px;
}
.stats-sec .media-card .heading{
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    transition: .5s ease;
}
.stats-sec .media-card{
    margin-bottom: 30px;
    cursor: pointer;
}
.stats-sec .media-card:hover .heading{
    transform: translateY(-10px);
}
.stats-sec .media-card .sub-heading{
    color: #fff;
    opacity: .8;
    font-size: 16px;
}

/*************TESTIMONIAL SECTION START****************/
.testimonial{
    padding-top: 125px;
    overflow: hidden;
}
.owl-testimonial .owl-dots{
    margin-top: 30px !important;

}
.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #111520;

}
.owl-testimonial .owl-dots .owl-dot span{
    border-radius: 50%;
    background: white;
    border: 2px solid #fff;
    font-size: 0;
    padding: 6px;
    margin: 5px;
}
.owl-testimonial{
    padding: 22px;
}
.owl-testimonial .item .heading-large{
    font-size: 29px;
    line-height: 1.3;
    font-weight: 500;
}
.rating .rating-star{
    font-size: 26px;
    color: #FFC107;
}

/************BOOK NOW SECTION START***********/
.booking{
    padding-top: 80px;
    padding-bottom: 125px;
    overflow: hidden;
}
.booking .main-heading {

   font-family: 'Raleway' , sans-serif;
}

.book-btn:hover{
    background-color: #b07150;
    color: #fff;
    border: 2px solid #b07150;
}
.book-btn{
    background-color: transparent;
    color: #b07150;
    border: 2px solid #b07150;
}
.booking .sub-heading{
    /*width: 800px;*/
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    opacity: .8;
}

/****************FOOTER SECTION*******************/
.footer{
    padding-top: 125px;
}
ul.footer_ul{
    list-style: none;
    display: inline-block;

}
li.footer_list{
    display: inline-block;
    margin-right: 15px;
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: transparent;
    border-radius: 50px;
    padding-top: 17px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
li.footer_list:hover{
    color: #fff;
    background-color: #000000;
    -webkit-animation: .8s ease;
    animation: .8s ease;
}
.footer_text{
    text-align: center;
    padding-bottom: 125px;
}

/*  ===================================
           PRICING PAGE START
  ====================================== */
.bg-rates-img{
    background-image: url("../img/pricing-header.jpg");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*  ===================================
           BOOKING PAGE START
  ====================================== */
.bg-booking-img{
    background-image: url("../img/booking-header.jpg");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-content{
    padding-top: 125px;
    padding-bottom: 125px;
}
.contact-padding{
    padding-top: 50px;
    padding-bottom: 0;
}
.form-outer{
    background: #202020;
    padding: 3% 4%;

}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    margin-bottom: 10px;
}

.contact-btn{
    border: 1px solid #ffffff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #ffffff;
    background-color: #ffffff;
}

.contact-btn:hover{
    background-color: #fff;
    color: #202020;
    border: 1px solid #FFFFFF;
}
.form-control:focus {
    background-color: transparent;
    border-color: #818284;
    box-shadow: none;
}
.form-control{
    font-family: 'Open Sans' , sans-serif;
    border: 1px solid #818284;
    background-color: transparent;
    border-radius: 8px;
    font-size: 15px;
    color: #FFFFFF !important;
    opacity: .7;
    padding: 20px;
}
.form-control::placeholder{
    color: #fff;
    opacity: .7;
}
#contact-description{
    padding-top: 125px;
}

/******MAP SECTION***********/
#map{
    overflow: hidden !important;
}
.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:100%;
    width:100%;
}
.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/*  ===================================
           TEAM PAGE START
  ====================================== */
.bg-team-img{
    background-image: url("../img/team-header.jpg");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.team{
    padding-top: 125px;
}
.image-holder{
    height:250px;
    width:250px;
    border-radius: 50%;
    background-color: #202020;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.image-holder img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.image-holder .overlay{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.speaker-info {
    margin-bottom: 50px;
}

.speaker-info:hover .image-holder .overlay .plus span:nth-child(2){
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}
.speaker-info:hover .image-holder .overlay .plus span{
    opacity: 1;
}
.speaker-info:hover .image-holder img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.speaker-info:hover .image-holder .overlay{
    opacity: 1;
    left:10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}
.speaker-name{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.speaker-info:hover .speaker-name{
    color: #fff;
}
.speaker-links{
    position: relative;
}
.speaker-links .slider-social{
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}
.image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}
.image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.speaker-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}
.speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
}
.speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
}
.speaker-info .image-holder .overlay .speaker-links:hover ul li a{
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
/*icon hovers*/

.speaker-links>ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.speaker-links>ul li {
    list-style: none;
    margin: 10px 5px;
}
.speaker-links>ul li:first-child {
    margin-left: 0;
}
.speaker-links>ul li:last-child {
    margin-right: 0;
}

.speaker-links>ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.speaker-links>ul li a:hover {
    background-color: #202020;

}
.image-holder .overlay .speaker-links>ul li a i {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.image-holder .overlay .speaker-links:hover  ul li:nth-child(3) a,.speaker-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(2) a{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.image-holder .overlay .speaker-links>ul li a:hover{
    background-color: #000000;
}

.banner-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    /*text-align: center;*/
}

.banner-heading{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 80px;
}


/*crumbs start*/

.crumbs{
    position: relative;
}
.crumbs .breadcrumb-items{
    display: inline-block;
}
.crumbs .breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
    padding:0;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.crumbs .breadcrumb li a{
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    border-bottom: solid 1px transparent;
    transition: .5s ease;
    padding-bottom: 5px;
    opacity: .7;
}
.crumbs .breadcrumb li a:hover{
   opacity: 1;
}
/*crumbs end*/
/*  ===================================
            SERVICES PAGE START
  ====================================== */
.bg-services-img{
    background-image: url("../img/services-header.jpg");
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.detail-process{
    margin-top: 125px;
}

.detail-process .info{
    font-family: 'Open Sans' , sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    opacity: .8;
}
.detail-process .main_heading{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

/*************INFORMATION PROCESS SECTION START*****************/
#information_process{
    margin-top: 130px;
    margin-bottom: 130px;
}
.information_process{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/******************DETAIL PROCESS SECTION START*****************/
.light-dark-bg{
    background-color: #202020;
}
#detail_process{
    background: #202020;
    overflow: hidden !important;
}
.process_text{
    padding: 85px;
    text-align: center;
}
.process_text .sub-heading{
    font-weight: 600;
    margin-bottom: 0px;
}
.process_text .sub-heading{
    font-family: 'Lato' , sans-serif;

}
.margin-col{
    margin-top: auto;
    margin-bottom: auto;
}
.width{
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}
/****IMAGE HOVER*****/
.figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,.3)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.figure:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {
        left: 100%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}
.custom-lg-6{
    width: 50%;
}

/****************MEDIA QUERIES************/
@media screen and (max-width: 1359px) {
    .process_text {
        padding: 25px;
    }
    .custom-lg-6{
        width: 50%;
    }
}
@media screen and (max-width:1024px) {
    .nav-img img{
        height: 100vh;
    }
    .about .about-text {
        font-family: 'Open Sans' , sans-serif;
        /*width: 460px;*/
    }
    .custom-lg-6{
        width: 50%;
    }

}
@media screen and (max-width: 991.99px) {
    .custom-lg-6{
        width: 100%;
    }
    .process_text {
        padding: 25px;
        padding-bottom: 80px;
    }
    .about-text{
        margin-bottom: 50px;
    }
    .card {
        width: 60%;
        margin: auto;
        margin-bottom: 30px;
    }
    .card .card-body {
        padding: 0 40px 40px 40px;
        margin-top: -40px;
    }
    .stats-sec .circular-wrap h4.darkcolor {
        margin-bottom: 50px;
    }
    .owl-testimonial {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (min-width:767.99px) and (max-width:991.99px) {
    .navbar-nav .nav-link {
        font-size: 42px;
    }
    .services-nav {
        -webkit-transform: translateY(14%);
        -ms-transform: translateY(14%);
        transform: translateY(14%);
    }
    .blog-nav {
        -webkit-transform: translate(-30%,-46%);
        -ms-transform: translate(-30%,-46%);
        transform: translate(-30%,-46%);
    }
}
@media screen and (max-width:767px) { 
    .margin-top-language-part{
        margin-top: -35vh;
    }
    .margin-top-meun-part{
        margin-top: -10vh;
    }
    .outer-wrapper .close-outerwindow {
        left: 6.5%;
    }
    .owl-testimonial .item .heading-large {
        font-size: 20px;
        font-weight: 300;
    }
    /**************NAVBAR***************/
  
    .navbar-nav .nav-link {
        font-size: 46px;
        line-height: 46px;
    }
    .blog-nav {
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%);
    }

    .services-nav {
        -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
        transform: translateY(5%);
    }
    .small-nav{
        padding-top: 16%;
        text-align: center;
    }
    .navbar-nav{
        padding-left: 0;
    }
    .outer-wrapper .close-outerwindow i {
        color: #fff;
        font-size: 30px;
    }


    /**************ABOUT SECTION***********/
    .about .about-text {
        font-family: 'Open Sans' , sans-serif;
        /*width: 361px;*/
    }
    .about .about-text .main-heading {
        font-weight: 600;
        font-size: 1.8rem;
        font-family: 'Raleway' , sans-serif;
    }

    .owl-testimonial .item .heading {
        font-size: 20px;
        width: 250px;
    }

    .booking .sub-heading {
        font-size: 15px;
        /*width: 320px;*/
    }
    .booking .main-heading{
        font-size: 2.2rem;


    }
    #about {
        padding-top: 55px;
    }

    /****************HOME SECTION***********/
    .parallax-img1 {
        background-position: center right;
    }
    .parallax-img2 {
        background-position-x: 70%;
    }

    .home .text-home .main-heading {
        font-size: 55px;
    }
    .model-heal-title{
        font-size: 70px;
    }

    .home .text-home .sub-heading {
        font-size: 23px;
    }

    .parallax-img3{
        background-attachment: unset;
        min-height: 400px;
    }

    .parallax-img2{
        background-attachment: unset;
        min-height: 400px;
    }

    .parallax-img1{
        background-attachment: unset;
        min-height: 400px;
    }

    .parallax-color3{
        background-attachment: unset;
        /*min-height: 413px;*/
    }

    .parallax-color2{
        background-attachment: unset;
    }

    .parallax-color1{
        background-attachment: unset;
    }

    .width {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .process_text .main_heading{
        font-size: 30px;
    }
    .info_width {
        max-width: 830px;
    }
    li.footer_list {
        width: 40px;
        height: 40px;
        padding-top: 13px;
    }
    li.footer_list {
        margin-right: 0;
        /*font-size: 13px;*/
    }
    .card {
        width: 90%;
        margin: auto;
    }
    /*navbar*/
    .navbar.sidemenu-nav {
         width: 100%;
    }
    .logo {
        margin-left: auto;
        margin-right: 10px;
    }
    .navbar.fixed-menu {
        background: #0000005e;
    }
    .nav-icons {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .bg-team-img {
        background-position-x: 67%;
    }
    .form-outer {
        padding: 15% 10%;
    }
}
@media screen and (max-width:575.99px) {
    .card .card-body {
        padding: 0 30px 30px 30px;
        margin-top: -10px;
    }
    .video .video-btn .play-btn {
        padding: 18%;
        font-size: 57px;
    }
    .video .video-btn {
        margin-top: 210px;
    }
}
@media screen and (max-width:414px) {

    .blog-nav {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    /*.home .content-area {*/
    /*    position: inherit;*/
    /*    text-align: center;*/
    /*    top: 75%;*/
    /*    left: 0;*/
    /*    -webkit-transform: translate(0,-75%);*/
    /*    -ms-transform: translate(0,-75%);*/
    /*    transform: translate(0,-75%);*/
    /*}*/
    .margin-top-125{
        margin-top: 125px;
    }
    .home .text-home .main-heading {
        font-size: 50px;
    }
    .contact-text{
        font-size: 16px;
        text-align: left;
    }
}
@media screen and (max-width:420px) {
    /*.home .content-area {*/
    /*    position: inherit;*/
    /*    text-align: center;*/
    /*    top: 75%;*/
    /*    left: 0;*/
    /*    -webkit-transform: translate(0,-32%);*/
    /*    -ms-transform: translate(0,-32%);*/
    /*    transform: translate(0,-32%);*/
    /*}*/
    .booking .sub-heading {
        font-family: 'Lato' , sans-serif;
        font-size: 13px;
        /*width: 270px;*/
    }
    .model-heat-title{
        font-size: 55px;
    }

}
@media screen and (max-width:370px) {
    .home .text-home .main-heading {
        font-size: 40px;
    }
}

/* body {
    overflow: scroll!important;
} */