/* ===================================
    About
====================================== */
/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */
/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Scrollbar
    - Header & Navigation
    - Fixed nav scroll
    - About Section
    - Trainer Section
    - Quote
    - portfolio-section
    - Testimonials Section
    - Blog
    - Map
    - Contact Section
    - footer
    - Stand Alone
    - Loader
    - Media Query */
/* ===================================
        Fonts
====================================== */
@import url('css2.css');
.main-font{font-family: 'Montserrat', sans-serif;}
/* ===================================
        General
====================================== */
body {font-size: 16px;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Montserrat', sans-serif; margin-bottom: 0;}
section,.section-padding {position: relative;overflow: hidden;}
a {text-decoration: none;}
li{list-style: none;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:focus, button:focus, input:focus{color: #FFFFFF;}
ul{margin-bottom: 0;}
ul{margin-bottom: 0;}
section {padding: 7.5rem 0;}

/* SLider-font */
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}
.font-weight-400{font-weight: 400;}

/* background-color */
.bg-black{background: #000000;}
.bg-orange{background:#ff7953;}

/* text-color */
.text-orange{color:#ff7953;}

/* Button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 15px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Montserrat', sans-serif; font-weight: 400; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}

/* button size */
.btn.btn-medium {font-size:16px; padding: 12px 40px; line-height: 1.6em}
.btn.btn-large {font-size:16px;  padding: 15px 30px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* button hover */
.btn.btn-orange {background: #ff7953;border-color: #ff7953;color: #FFFFFF;}
.btn.btn-orange:hover {background-color: #FFFFFF;border-color: #FFFFFF;color: #000000;}

.btn.btn-black {background: #000000;border-color: #000000;color: #FFFFFF;}
.btn.btn-black:hover {background-color: #FFFFFF;border-color: #FFFFFF;color: #000000;}

.btn.btn-black {background: #000000;border-color: #000000;color: #FFFFFF;}
.btn.btn-hvr-orange:hover {background-color: #ff7953;border-color: #ff7953;color: #000000;}

.btn.btn-trans {background: transparent;border-color: #FFFFFF;color: #FFFFFF;}
.btn.btn-trans:hover {background-color: #FFFFFF;border-color: #FFFFFF;color: #000000;}

/* social-icon text color */
.facebook-text-hvr:hover i.fa-facebook-f{color: #3B579D;}
.twitter-text-hvr:hover i.fa-twitter{color: #2CAAE1;}
.youtube-text-hvr:hover i.fa-youtube{color: #e13f28;}
.linkedin-text-hvr:hover i.fa-linkedin-in{color: #007BB6;}
.google-text-hvr:hover i.fa-google-plus-g{color: red;}
.instagram-text-hvr:hover i.fa-instagram{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
/* social-icon bg*/
.facebook-hover:hover {color: #fff; transition: all 0.5s ease; background-color: #4267B2;}
.twitter-hover:hover {color: #fff; transition: all 0.5s ease; background-color: #1DA1F2;}
.google-plus-hover:hover {color: #fff; transition: all 0.5s ease;background-color: #db4a39;}
.linked-in-hover:hover {color: #fff; transition: all 0.5s ease; background-color: #0e76a8;}
.instagram-hover:hover {color: #fff; transition: all 0.5s ease; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.gmail-hover:hover {color: #fff; transition: all 0.5s ease; background-color: #D44638;}

/* image hover */
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after,.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* ===================================
    Scrollbar
====================================== */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #ff7953;
    width: 0;
    height: 25%;
}
/* ===================================
        Header
====================================== */
header{
    position: absolute;
    width: 100%;
    z-index: 999;
}

.top-banner{
    margin-top: 30px;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    padding: 2.0rem 2.0rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

/*nav line*/

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ff7953;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 38px;
    padding: 6px;
    margin-left: .5rem;
    margin-top: .4rem;
    display: inline-block;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
    margin: auto;
    transition: .5s ease;
}
.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.banner-icons a i{
    margin: 0 2px 0 0;
    margin-bottom: 5px;
    font-size: 18px;
    padding: 7px;
    border-radius: 50%;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    color: #FFFFFF;
}

.banner-icons a i:hover{
    background-color: #ff7953;
    color: #000;
}
/* ===================================
        Side Menu
====================================== */
.bg-overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.side-menu .bg-overlay{
    background: rgba(0, 0, 0, 0.66);
}


.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../image/Slider-1.jpg");
    background-size: cover;
    background-position: center;
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition:transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu-opacity{
    opacity:0;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 42px;
    left: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close{
    display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: .4rem;
    left: 40px;
    top: 40px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    display: block;
    margin: auto;
    transition: .5s ease;
}

.sidemenu_btn:hover span:first-child,.sidemenu_btn:hover span:last-child{
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-link{
    display: block;
    margin: 3px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-link:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-link:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-link:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-link:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-link:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-link:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-link:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-link:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-link:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #FFFFFF;
    padding: 3px 0 5px 0 !important;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu-inner-content{
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
}

.side-menu p{
    margin-bottom: 0;
}

.menu-company-details{
    margin-bottom: 25px;
    margin-top: -15px;
}

.menu-company-details span{
    display: block;
    color: #FFFFFF;
    font-size:16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    padding-left: 8px;
}

.social-icons-simple li:first-child{
    padding-left: 0;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #ffffff;
}

.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
}

@-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;
    }
}
/* ===================================
    Fixed nav scroll
====================================== */
.fixed-nav-on-scroll{
    background-color: #ff7953;
    position: fixed;
    top: 0;
    z-index: 111;
    width: 120px;
    animation: 1s fadeInLeft;
    display: inline-block;
    margin: 0;
    height: 120px;
    border-radius: 0 0 120px 0;
    transition: .5s ease;
    cursor: pointer;
}

.fixed-nav-on-scroll .menu_bars span {
    background: #ffffff;
}

.fixed-nav-on-scroll .fixed-icon-scroll {
    display: inline-block;
    position: relative;
    top: 30%;
    left: -10%;
}

.fixed-nav-appear{
    display: block;
}

.menu_bars, .menu_bars2 {
    padding: 5px;
    width: 38px;
    cursor: pointer;
    z-index: 1;
}

.menu_bars span {
    background: #202020;
    width: 30px;
    height: 2px;
    display: block;
}

.menu_bars2 {
    height: 36px;
    position: absolute;
}

.menu_bars span {
    background: #202020;
    width: 30px;
    height: 2px;
    display: block;
}

.menu_bars2 span {
    background: #ffffff;
    width: 30px;
    height: 2px;
    display: block;
}

.menu_bars2 span {
    height: 1px;
}

.transparent-bg .menu_bars span, .menu-outer.menu_bars span {
    background: #ffffff;
}

.transparent-bg.black .menu_bars span, .just-menu .menu_bars span {
    background: #212622;
}

.menu_bars, .menu_bars span{
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.menu_bars span:nth-child(1) {
    width: 30px;
}

.menu_bars span:nth-child(2) {
    width: 30px;
    margin: 6px auto;
}

.menu_bars span:nth-child(3) {
    width: 30px;
}

.menu_bars:hover span:nth-child(2) {
    width: 30px;
}

.menu_bars2 span:nth-child(2) {
    display: none;
}

.menu_bars2 span:nth-child(1), .menu_bars2 span:nth-child(3) {
    width: 30px;
    top: 20px;
    position: absolute;
    left: 5px;
    margin-top: -1px;
}

.menu_bars2 span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_bars2 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars2.active {
    position: fixed;
    top: 1.9rem;
    left: 1.5rem;
}

.quarter-circle {
    background-color: #ff7953;
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 120px;
    animation: 1s fadeInLeft;
    display: inline-block;
    margin: 0;
    height: 120px;
    border-radius: 0 0 120px 0;
    transition: .5s ease;
    cursor: pointer;
}
.fixed-nav-on-scroll:hover span:first-child,
.fixed-nav-on-scroll:hover span:last-child {
    width: 70%;
    background-color: #000000;
}

.fixed-nav-on-scroll:hover span:nth-child(2) {
    background-color: #000000;
}
/* ===================================
    About Section
====================================== */
.img-sec{
    position: relative;
    padding-right: 50px;
}

.about_img {
    position: relative;
}

.about_img img{
    height: 100%;
    width: 100%;
}

.green_rectangle{
    position: absolute;
    width: 40%;
    height: 24%;
    top: -5%;
    left: -11px;
    background-color: #ff7953;
}

.heading-area .sub-heading {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px 0;
    font-family: Montserrat, sans-serif;
}

.heading-area .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.feature-item {
    display: table;
    padding: 30px 10px;
    max-width: 450px;
    text-align: left;
}

.feature-margin {
    margin-bottom: 20px;
}

.feature-item .icon {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 46px;
    color: #FFFFFF;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#ff7953;
}

.laptop-features-icon {
    display: table-cell;
    vertical-align: top;
    width: 41px;
    transition: all 1.2s;
}

.feature-item:hover .laptop-features-icon {
    transform: rotateY(360deg);
    transition: all 1.2s;
}

.features-content {
    display: table-cell;
    padding-left: 40px;
}

.features-content h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}

.features-content p {
    color: #888888;
    margin-top: 25px;
    font-size: 17px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}
/* ===================================
    Trainer Section
====================================== */
.trainer-sec .stats-heading-area .sub-heading{
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 50px;
}

.trainer-sec .stats-heading-area .heading {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 500;
    width: 45%;
    margin: auto;
}

.trainer-sec .stats-heading-area .heading span{
    font-weight: 700;
}

.trainer-sec .stats-heading-area .heading{
    margin-bottom: 50px;
}

.trainer-sec .stats-heading-area .heading{
    margin-bottom: 60px;
}

.trainer-sec .stats-heading-area .text{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #707070;
    width: 65%;
    margin: 0 auto;
}

.trainer .owl-item .item{
    transition: .5s ease;
}

.trainer .owl-item.center .item{
    margin-top: 100px;
}

.slider-social{
    position: absolute;
    z-index: 11;
    margin-bottom: 0 !important;
}
.slider-social li{
    list-style: none;
    display: inline-block;
}

.slider-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.trainer-sec .trainer-bottom{
    margin-bottom: 50px;
}

.trainer-sec .image-holder{
    height:250px;
    width:250px;
    border-radius: 50%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.trainer-sec .image-holder img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.trainer-sec .image-holder .overlay{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    background-color: rgba(255, 121, 83, .8);
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.trainer-sec .speaker-info:hover .image-holder .overlay .plus span:nth-child(2){
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.trainer-sec .speaker-info:hover .image-holder .overlay .plus span{
    opacity: 1;
}

.trainer-sec .speaker-info:hover .image-holder img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.trainer-sec .speaker-info:hover .image-holder .overlay{
    opacity: 1;
    left:10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: solid 3px #FFFFFF;
}

.trainer-sec .trainer-name{
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
        margin-top: 18px;
        color: #ff7953;
        transition: .5s ease all;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
}

.trainer-sec .trainer-detail{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.trainer-sec .speaker-links{
    position: relative;
}

.trainer-sec .speaker-links .slider-social{
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.trainer-sec .image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}

.trainer-sec .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.trainer-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.trainer-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.trainer-sec .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;
}

.trainer-sec .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;
}

.trainer-sec .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;
}

.trainer-sec .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: rgba(255, 255, 255, 0);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.trainer-sec .image-holder .overlay .speaker-links>ul li a i {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.trainer-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(3) a,.trainer-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(2) a{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.trainer-sec .image-holder .overlay .speaker-links>ul li a:hover{
    background-color: rgba(255, 255, 255, 0.9);
}

.speaker-links>ul li a:hover i.fa-facebook-f {
    color: #3b5998;
}

.speaker-links>ul li a:hover i.fa-twitter {
    color: #00acee;
}

.speaker-links>ul li a:hover i.fa-linkedin-in {
    color: #0e76a8;
}

.speaker-links>ul li a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ===================================
    Quote
====================================== */
.quote-area {
    background: #ff7953;
    padding: 6rem 0;
}

.quote-area .quote-btn p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.quote-area .quote-btn h4 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    margin: 34px 0;
    font-family: Montserrat, sans-serif;
}
/* ===================================
       Cube Portfolio heading
====================================== */
.portfolio-text{
    font-size: 20px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.portfolio-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}

.portfolio-des{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: auto;
    padding-top: 30px;
}

.main_portfolio-heading{
    padding-top: 120px;
}
/* ===================================
    portfolio-section
====================================== */
.portfolio-section{
    width: 100%;
    float: left;
}

.portfolio-padding {
    padding: 7.5rem 0 4rem;
}

.cbp-filter-style:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000000;
    position: relative;
    left: 12px;
    top: -2.5px;
    transform: rotate(45deg);
}

.cbp-l-filters-alignCenter {
    margin-bottom: 40px;
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color: #f1c30f;
}

.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #f1c30f;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #212622;
    margin: 0 10px 10px;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 5%;
    left: 5%;
    bottom: 5%;
    visibility: hidden;
    z-index: 1;
    background: rgba(25, 25, 25, 0.9);
    transition: all 0.4s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.cbp-caption-active .cbp-caption-activeWrap {
    width: 0;
    position: absolute;
    z-index: 1;
    height: 90%;
}

.cbp-item:hover .cbp-caption-activeWrap {
    left: 5%;
    width: 90%;
    height: 90%;
}

.cbp-caption-active .cbp-item:hover .cbp-caption-activeWrap,
.cbp-caption-active .cbp-item:focus .cbp-caption-activeWrap{
    opacity: 1; visibility: visible;
}

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap p {
    position: absolute;
    left: 20px;
    bottom: 40px;
    color: #FFFFFF;
    text-transform: capitalize;
    letter-spacing: 1px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all .4s;
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #FFFFFF;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all .4s;
}

.cbp-l-grid-mosaic-flat .work-icon{
    position: absolute;
    right: -50px;
    top: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    text-align: center;
    font-size: 20px;
    color: #000000;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.cbp-item:hover .cbp-caption-activeWrap p, .cbp-item:hover .cbp-l-caption-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.cbp-item:hover .cbp-caption-activeWrap p {
    -webkit-transition-delay: .3s; transition-delay: .3s;
}

.cbp-item:hover .cbp-l-caption-title {
    -webkit-transition-delay: .5s; transition-delay: .5s;
}

.cbp-item:hover .work-icon {
    right: 20px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s; transition-delay: .3s;
}

.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title:after{
    background-color: #ef5030;
}
/* ===================================
      Testimonials Section
====================================== */
.client-text{
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.client-heading{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000000;
}

.testimonial_img{
    position: absolute;
    left: 35%;
    top: 60%;
}

.testimonial_img img{
    border-radius: 50%;
    height: 100% !important;
    width: 100% !important;
}

.owl-testimonial{
    margin-top: 50px;
}

.client-data{
    position: absolute;
}

.testimonial-box{
    background: #000000;
    overflow: hidden;
    padding: 65px 45px 45px 45px;
    margin: 50px 10px 10px 10px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-testimonial .owl-item.center .testimonial-box{
    background-color: #ef5030;
    padding: 85px 45px 45px 45px;
}

.owl-testimonial .center .quote_box{
    background-color: #000000;
}

.owl-testimonial .center .quote_box .quote{
    color: #ffffff;
}

.center .testimonial-box{
    background-color: #ef5030;
}

.center .testimonial-box:hover:before{
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.owl-testimonial .center .testimonial-box:hover .quote{
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box{
    background-color: #000000;
}

.margin-p{
    text-align: center;
}

.testimonial_img{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial_img img{
    height: 100% !important;
    width: 100% !important;
}

.quote{
    font-size: 30px;
    color: #ffffff;
}

.quote_box{
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #ef5030;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 50%;
    transform: translateX(-50%);
}

.infot_margin{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    color: #ffffff;
}

.testimonial_name{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    text-align: center;
    margin: 0;
    font-weight: 700;
    letter-spacing: 0;
}

#testimonials .text1 .info {
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    font-family: 'Montserrat', sans-serif;
}

#testimonials .text1{
    position: absolute;
    text-align: center;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
}

#testimonials .item{
    padding-bottom: 120px ;
}

.owl-testimonial .owl-dots{
    margin-top: 40px !important;
}

.owl-testimonial .owl-dots .owl-dot.active span, .owl-testimonial .owl-dots .owl-dot:hover span{
    background: #ef5030;
}

.owl-testimonial .owl-dots{
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: #FFFFFF;
    border: 2px solid #000000;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}
/* ===================================
      Blog
====================================== */
.blog-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.blog-heading{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    padding-bottom: 45px;
}

.blog-des{
    font-size:18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: 70px;
}

.main-blog{
    padding-top: 160px;
}

.blog-img{
    padding-top: 40px;
}

.blog-btn{
    text-transform: uppercase;
    font-weight: 500;
}
/* ===================================
        Map
====================================== */
.booking-heading{
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
}

.map-area{
    position: relative;
    height: 250px;
    margin-bottom: 250px;
}

.full-map{
    height:500px;
    width: 100%;
    overflow: hidden;
}
/* ===================================
    Contact Section
====================================== */
.contact-form .form-control {
    border: 1px solid #888888;
    padding: 27px 22px;
    background: #ffffff;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    min-height: 45px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
    min-height: 216px;
    resize: none;
    margin-bottom: 0;
}

.contact-form .form-group:nth-last-child(1){
    margin-bottom: 0;
}

.contact-detail{
    position: relative;
    width: 100%;
    padding:0 30px;
}

.contact-dots{
    height: 430px;
    width: 490px;
    position: absolute;
    top: -11px;
    left: 13px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

audio, video, canvas {
    max-width: 100%;
}

.contact-sec .contact-details{
    font-family: 'Montserrat', sans-serif;
    margin-left: 20px;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 45px;
}

.contact-sec .contact-details ul li{
    color: #000000;
    list-style: none;
    margin-bottom: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-details ul li:first-child{
    width: 60%;
}

.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}

.contact-sec .contact-details ul li i{
    font-size: 36px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #000000;
}

.contact_btn{
    font-weight: 600;
}

.contact-text{
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000000;
}

.contact-heading{
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
}

.contact-heading-2{
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
}
/* ===================================
    footer
====================================== */
.footer{
    background-color: #FFFFFF;
    padding-bottom: 120px;
}

.footer-social-icons ul {
    margin-bottom: 0;
}

.footer-social-icons ul li {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
    display: inline-block;
}

.footer-social-icons ul li a {
    overflow: hidden;
    border-radius: 50%;
    display: block;
    color: #000000;
    height: 40px;
    line-height: 42px;
    width: 40px;
    border: 1px solid transparent;
    text-align: center;
}

.footer-des{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    padding-top: 10px;
    color: #888888;
}
/* ===================================
       Stand Alone
====================================== */
.bg-overlay{
    background-image: url("../image/standalone-bg.jpg");
    background-size: cover;
    height: 500px;
}

.page-title{
    position: relative;
}

.page-title .standalone-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0 ,0 , 0, 0.55);
}

.standalone-heading{
    text-align: center;
    padding-top: 90px;
}

.page-title h2{
    position:relative;
    color:#FFFFFF;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    color:#FFFFFF;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#FFFFFF;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#ff7953;
}

.page-breadcrumb li a:hover{
    color:#ff7953;
}

.standalone , .blog-page , .blog-detail{
    background-color: #FFFFFF;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
    font-size: 16px;
    color: #ff7953;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    color: #ff7953;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 56px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

.standalone-detail .para_text{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color: #000000;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000000;
}
/* ===================================
        Preloader
   ====================================== */
#loader-wrapper{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color: #FFFFFF;
}

#loader{
    display: block;
    position: relative;
    left:50%;
    top:50%;
    width:200px;
    height:200px;
    margin:-100px 0 0 -100px;
    border-top:4px solid #ff7953;
    border-radius:50%;

    -webkit-animation: spin 3.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before{
    content:"";
    position:absolute;
    top:5px;
    left:5px;
    bottom:5px;
    right:5px;
    border-top: 3px solid #000000;
    border-radius:50%;

    -webkit-animation: spin 2.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after{
    content:"";
    position:absolute;
    top:15px;
    left:15px;
    bottom:15px;
    right:15px;
    border-top: 4px solid #ff7953;
    border-radius:50%;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

/* ===================================
   Scroll Top
====================================== */
.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #000000;
    background-color: #ff7953;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    color: #FFFFFF;
}
/* ===================================
    Media Query
====================================== */
@media (width: 1920px){
    /* side-menu */
    .side-nav .navbar-nav .nav-link{
        padding: 10px 0 5px 0
    }
    /* blog */
    .blog-img {
        padding-top: 40px;
        padding-left: 60px;
    }
    .main-blog {
        padding-top: 120px;
    }
    /*footer*/
    .footer-des {
        font-size: 17px;
    }
    /*standalone*/
    .bg-overlay{
        height: 600px;
    }
    .standalone-heading {
        text-align: center;
        padding-top: 146px;
    }
    .page-breadcrumb li a{
        font-size: 18px;
    }
    .page-breadcrumb li{
        font-size: 18px;
    }
    .standalone-detail .sub-heading{
        font-size: 20px;
    }
    .standalone-area .sub-heading{
        font-size: 20px;
    }
    .standalone-detail .heading{
        font-size: 58px;
    }
    .standalone-detail .para_text{
        font-size: 16px;
    }
    .standalone-area .stand-img-des .para_text{
        font-size: 16px;
    }
}
@media (max-width: 1024px){
    /* navbar */
    .navbar-simple .navbar-nav .nav-link{
        font-size: 14px;
    }
    /* trainer-section */
    .trainer-sec .stats-heading-area .heading{
        font-size: 46px;
    }
    .trainer-sec .stats-heading-area .text{
        width: 77%;
    }
    /* blog */
    .blog-heading{
        font-size: 39px;
    }
    .main-blog {
        padding-top: 125px;
    }
    /*standalone*/
    .page-breadcrumb li a{
        font-size: 18px;
    }
    .page-breadcrumb li{
        font-size: 18px;
    }
    .standalone-detail .para_text{
        font-size: 16px;
    }
    .standalone-detail .sub-heading{
        font-size: 20px;
    }
    .standalone-area .sub-heading{
        font-size: 20px;
    }
    .standalone-area .heading-text{
        font-size: 40px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    /* navbar-logo */
    .banner-icons{
        display: none;
    }
    .logo-center{
        position: relative;
        left: 136%
    }
    /* About */
    .green_rectangle{
        top: -3%;
    }
    .about_img img {
        padding-bottom: 80px;
    }
    .feature-margin{
        text-align: center;
    }
    .laptop-features-icon {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .features-content {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .feature-item {
        max-width: 100%;
        display: block;
        text-align: center;
    }
    .feature-item .icon{
        margin: auto;
    }
    /* trainer*/
    .trainer-sec .stats-heading-area .heading{
        width: auto;
    }
    .trainer-sec .stats-heading-area .sub-heading{
        margin-bottom: 30px;
    }
    .trainer-sec .stats-heading-area .text{
        width: auto;
    }
    .trainer-sec .team-member-area{
        margin-top: 0;
    }
    /* Quote */
    .quote-area .quote-btn h4 {
        margin: 20px 0;
    }
    /* blog */
    .blog-img {
        justify-content: center;
        display: flex;
    }
    .main-blog{
        text-align: center;
    }
    /* contact */
    .contact-dots {
        display: none;
    }
    .contact-sec .contact-details ul li{
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
    .contact-sec .contact-details ul li i{
        display: block;
        text-align: center;
    }
    .contact-sec .contact-details ul li:first-child{
        width: auto;
    }
    .contact-heading-2{
        text-align: center;
    }
    .contact-text{
        font-size: 16px;
        text-align: center;
    }
    .contact-heading {
        font-size: 40px;
        text-align: center;
    }
    /* footer */
    .footer-des{
        text-align: center;
    }
    .footer-des {
        font-size: 13px;
    }
    .footer-social-icons ul {
        text-align: center;
    }
    /*standalone*/
    .standalone-heading {
        padding-top: 80px;
    }
    .page-breadcrumb li{
        font-size: 17px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1 {
        font-size: 30px;
    }
    .standalone-detail .heading {
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 4rem;
        font-size: 17px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    /* section */
    section {
        padding: 4.5rem 0;
    }
    /* navbar-logo */
    .banner-icons {
        display: none;
    }
    .logo-center {
        display: block;
        position: relative;
        left: 36%;
        top: -73%;
    }
    /* side-menu */
    .bg-overlay-banner{
        background: rgba(0, 0, 0, 0.77);
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 25px;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 3rem;
        text-align: -webkit-center;
    }
    .side-nav .navbar-nav .nav-link{
        padding: 2px 0 2px 0
    }
    .side-menu p {
        font-size: 13px;
    }
    /* Scoll nav*/
    .fixed-nav-on-scroll {
        width: 100px;
        height: 100px;
    }
    .fixed-nav-on-scroll .fixed-icon-scroll {
        top: 20%;
    }
    .quarter-circle {
        width: 100px;
        height: 100px;
    }
    /* about-section*/
    .img-sec {
        padding-right: 35px;
        padding-left: 30px;
    }
    .about_img img {
        padding-bottom: 60px;
    }
    .green_rectangle {
        top: -4%;
        left: 11px;
    }
    .laptop-features-icon {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    .features-content h4 {
        font-size: 20px;
    }
    .feature-item {
        max-width: 100%;
        display: block;
        text-align: center;
    }
    .features-content {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .feature-item .icon {
        margin: auto;
    }
    .heading-area {
        text-align: center;
    }
    .heading-area .sub-heading {
        font-size: 16px;
    }
    .heading-area .heading {
        font-size: 26px;
    }
    .heading-area .text {
        font-size: 16px;
    }
    /*portfolio*/
    .portfolio-heading {
        font-size: 32px;
    }
    .portfolio-des {
        font-size: 14px;
    }
    .portfolio-text {
        font-size: 18px;
    }
    .main_portfolio-heading {
        padding-top: 70px;
    }
    /* trainer-section*/
    .trainer-sec .stats-heading-area .heading {
        width: auto;
        font-size: 35px;
    }
    .trainer-sec .stats-heading-area .sub-heading {
        font-size: 16px;
        margin-bottom: 30px
    }
    .trainer-sec .stats-heading-area .text {
        font-size: 16px;
        width: auto;
    }
    .trainer-sec .team-member-area {
        margin-top: 0;
    }
    .trainer .owl-item.center .item {
        margin-top: 50px;
    }
    .trainer-sec .stats-heading-area .heading {
        margin-bottom: 40px;
    }
    .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
        visibility: hidden;
    }
    /* Client */
    .client-heading {
        font-size: 27px;
    }
    .client-text {
        font-size: 15px;
    }
    .infot_margin {
        font-size: 13px;
    }
    /* Quote */
    .quote-area .quote-btn h4 {
        font-size: 28px;
        margin: 25px 0;
    }
    /* blog */
    .blog-heading {
        font-size: 24px;
    }
    .blog-des {
        font-size: 17px;
        padding-bottom: 45px;
    }
    .main-blog {
        text-align: center;
    }
    /* map */
    .booking-heading {
        font-size: 23px;
    }
    /* contact */
    .contact-sec .contact-details {
        margin-left: 0;
    }
    .contact-heading-2 {
        font-size: 30px;
    }
    .contact-text {
        font-size: 15px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: auto;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 45px;
    }
    .contact-sec .contact-details ul li i {
        display: block;
        margin-bottom: 20px;
    }
    .ml-2{
        margin-left: 0!important;
    }
    .contact-heading {
        font-size: 34px;
    }
    /* footer */
    .footer {
        padding-bottom: 70px;
    }
    .footer-des {
        text-align: center;
    }
    .footer-social-icons ul {
        text-align: center;
    }
    .footer-des {
        font-size: 11px;
    }
    /*standalone*/
    .bg-overlay {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page-title {
        background-color: #000000;
    }
    .page-title .standalone-overlay{
        background: rgba(0 ,0 , 0, 0.48)
    }
    .standalone-heading {
        padding-top: 246px;
    }
    .page-title h2 {
        font-size: 2.2rem;
    }
    .standalone-detail .para_text {
        padding-bottom: 45px;
    }
    .standalone-detail .heading {
        font-size: 45px;
    }
    .standalone-area .heading-text {
        font-size: 29px;
        margin-top: 12px;
    }
    .standalone-area .sub-heading {
        margin-top: 4rem;
    }
    .standalone-area .sub_heading {
        margin-top: 2rem;
    }
    .standalone-area .stand-img-des .p-text {
        padding-bottom: 4rem;
    }
    .standalone-area .sub_heading-2 {
        margin-top: 2rem;
    }
    .standalone-area .stand-img-des .p-text-2 {
        padding-bottom: 4rem;
    }
    .standalone-area .sub_heading-3 {
        margin-top: 2rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-right: 0;
    }
    .standalone-row:not(:last-child) {
        margin-bottom: 3rem;
    }
    .standalone-detail {
        padding-bottom: 80px;
    }
}
@media (max-width: 370px){
    /*Side menu*/
    .side-menu .inner-wrapper {
        padding: 2.6rem 2.6rem;
    }
    .menu-company-details{
        margin-bottom: 0;
    }
    .side-nav .navbar-nav .nav-link{
        margin: 1px 0;
    }
    .side-menu-inner-content{
        padding-bottom: 11px;
    }
    /*Blog*/
    .blog-des {
        font-size: 13px;
    }
}