/* ===================================
    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
    - Header And Nav-Bar
    - Banner
    - Team
    - Stats
    - Testimonials
    - Counter
    - Review
    - Portfolio
    - Partners
    - Contact
    - Footer
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Montserrat', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #d43030;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #202020;background: #ffffff;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.2; font-weight: 400; font-family: 'Montserrat', sans-serif;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;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; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #d43030;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 7.5rem;}
.padding-top-half {padding-top: 5rem;}
.padding-bottom-half {padding-bottom: 5rem;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden; position: sticky; z-index: 2; display:inline-block; font-size: 17px; 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: bold; -webkit-transition: all .5s ease; -o-transition: all .5s ease !important;transition: all .5s ease !important;}
.btn-hvr-setting:hover .btn-hvr-effect, .btn:hover .btn-hvr-effect, .btn:active .btn-hvr-effect .btn-hvr-effect {-webkit-transform: translateZ(0) scale(1.7); transform: translateZ(0) scale(1.7)!important;}
.btn-hvr-effect {position: absolute; top: -5px; width: 25%; height: 100%; border-radius: 100%; -webkit-transform: translate3d(0, 150%, 0) scale(1.7); transform: translate3d(0, 150%, 0) scale(1.7); -webkit-transition: -webkit-transform 0.45s; transition: -webkit-transform 0.45s; transition: transform 0.45s !important; background: #ffffff; border-color: #ffffff;}
.btn-hvr-setting-inner {position: relative; display: block; height: 100%; list-style: none; padding: 0; margin: 0;}
.btn-hvr-setting {z-index: -1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 50px;}
.btn-hvr-effect:nth-child(1) {left: 0; -webkit-transition-delay: 0s; transition-delay: 0s !important;}
.btn-hvr-effect:nth-child(2) {left: 30%; -webkit-transition-delay: 0.08s; transition-delay: 0.08s !important;}
.btn-hvr-effect:nth-child(3) {left: 60%; -webkit-transition-delay: 0.16s; transition-delay: 0.16s !important;}
.btn-hvr-effect:nth-child(4) {left: 90%; -webkit-transition-delay: 0.24s; transition-delay: 0.24s !important;}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 14px 46px; line-height: 1.8em}
.btn.btn-large {font-size:16px;  padding: 14px 35px;; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Red button */
.btn.btn-red {background: #ffffff; border-color: #ffffff; color: #202020;}
.btn.btn-hvr-red .btn-hvr-effect {background: #d43030; border-color: #d43030}
.btn.btn-hvr-red:hover {color: #ffffff; border-color: #d43030;}

/* Blue button */
.btn.btn-blue {background: #d43030; border-color: #d43030; color: #ffffff;}
.btn.btn-hvr-blue .btn-hvr-effect {background: #019f9a; border-color: #019f9a}
.btn.btn-hvr-blue:hover {color: #ffffff; border-color: #019f9a;}

/* Background color */
.bg-red {background-color: #d43030;}
.bg-blue {background-color: #019f9a;}
.bg-white {color: #ffffff;}
.bg-black{background: #202020;}

/* Text color */
.text-red {color: #d43030;}
.text-blue {color: #019f9a;}
.text-black{color: #202020;}
.text-white{color: #ffffff;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* ===================================
        Header
====================================== */

.logo{
    width: 100px;
    height: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #d43030;
    font-weight: 600;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: color .3s ease-out;
    z-index: 0;
}

.logo span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
}

.navbar-top-default{
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 85px;
    position: fixed;
    z-index: 999;
    top: 0;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .navbar-top-default{
    background: transparent;
    box-shadow: none;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    background: #009e90;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 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;
    transition: transform .5s ease, -webkit-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.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: #ffffff;
    -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: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 45px;
    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: #ffffff;
    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;
    position: absolute;
    right: 30px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.header-appear .sidemenu_btn span {
    background: #202020;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 2.2rem 4rem;
    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;
    height: 70%;
    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 15px 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-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -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: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after, .side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #ffffff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
    color: #ffffff;
}

.side-footer p{
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
@-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;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
   Banner Section
====================================== */

.hero {
    width: 100%;
    height: 100vh;
    background-image: url("../img/background.png");
    background-size: cover;
    background-position: center;
    position: relative;
    overflow-x: hidden;
    display: flex;
    align-items: center;
}

.hero .content {
    text-align: center;
    color: #ffffff;
    z-index: 2;
}

.hero .content h1 {
    font-size: 72px;
    margin: 10px 0 30px;
    font-weight: bold;
}

.hero .content p {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: normal;
}

.hero .bubbles {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
}

.hero .bubbles img {
    width: 50px;
    opacity: 0;
    animation: bubble 7s infinite;
}

@keyframes bubble {
    0%{
        transform: translateY(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    100%{
        transform: translateY(-80vh);
        opacity: 0;
    }
}

.hero .bubbles img:nth-child(1) {
    animation-delay: 2s;
}

.hero .bubbles img:nth-child(2) {
    animation-delay: 1s;
}

.hero .bubbles img:nth-child(3) {
    animation-delay: 3s;
}

.hero .bubbles img:nth-child(4) {
    animation-delay: 4.5s;
}

.hero .bubbles img:nth-child(5) {
    animation-delay: 3s;
}

.hero .bubbles img:nth-child(6) {
    animation-delay: 6s;
}

.hero .bubbles img:nth-child(7) {
    animation-delay: 7s;
}

.hero #svg-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}

/* ===================================
    Team Section
====================================== */

.heading-area .sub-heading {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.heading-area .heading {
    font-size: 48px;
    margin: 25px 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    max-width: 550px;
    margin: auto;
}

.team .owl-item .item{
    transition: .5s ease;
}

.team .owl-item.center .item{
    margin-top: 100px;
}

.team .slider-social{
    position: absolute;
    z-index: 11;
    margin-bottom: 0 !important;
}

.team .slider-social li{
    list-style: none;
    display: inline-block;
}

.team .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;
}

.team-sec .speakers-detail{
    margin-bottom: 50px;
}

.team-sec .image-holder{
    height: 300px;
    width: 300px;
    border-radius: 50%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.team-sec .image-holder img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.team-sec .image-holder .overlay{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    background-color: rgba(1, 159, 154, .8);
}

.team-sec .team-info:hover .image-holder .overlay .plus span:nth-child(2){
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.team-sec .team-info:hover .image-holder .overlay .plus span{
    opacity: 1;
}

.team-sec .team-info:hover .image-holder img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-sec .team-info:hover .image-holder .overlay{
    opacity: 1;
    left:10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
}

.team .owl-item.center .item .speaker-name{
    color: #d43030;
}

.team-sec .speaker-name{
    font-size: 30px;
    margin-top: 18px;
    color: #202020;
    font-weight: normal;
    -o-transition: .8s ease;
    transition: .5s ease all;
    -webkit-transition: .8s ease;
    font-family: 'Montserrat', sans-serif;
}

.team-sec .speaker-detail{
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    margin-bottom: 0;
}

.team-sec .speaker-links{
    position: relative;
}

.team-sec .speaker-links .slider-social{
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.team-sec .image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}

.team-sec .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.team-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-sec .team-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;
}

.team-sec .team-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;
}

.team-sec .team-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;
}

.team-sec .team-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;
}

.team-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;
}

/* Team Boxes */
.team-sec .services-boxes{
    display: block;
    padding: 45px;
}

.service-card .text {
    font-size: 16px;
    color: #202020;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.team-sec .services-boxes .image-holder {
    padding-bottom: 120px;
}

.team-sec .services-boxes .service-card{
    width: 43%;
    float: left;
    margin-top: 180px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.team-sec .services-boxes .service-card:first-child{
    margin-top: 0;
}

.team-sec .services-boxes .service-card .icon-holder{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    transition: .5s ease;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#d43030), color-stop(50%, #d43030), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #d43030, #d43030 50%, #000000 50%);
}

.team-sec .services-boxes .service-card:hover .icon-holder{
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
}

.team-sec .services-boxes .service-card.right:hover .icon-holder{
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
}

.team-sec .services-boxes .service-card .icon-holder i{
    font-size: 100px;
}

.team-sec .services-boxes .service-card.left.icon-right{
    width: 52%;
}

.team-sec .services-boxes .service-card.left{
    float: left;
    clear: left;
}

.team-sec .services-boxes .service-card.right{
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    clear: right;
    width: 32%;
}

.team-sec .services-boxes .service-card .text{
    margin-bottom: 0;
}

.team-sec .services-boxes .service-card.right .icon-holder{
    margin-bottom: 20px;
}

/* ===================================
    Counter Section
====================================== */

.counter {
    padding: 7.5rem 0 12rem 0;
}

.counter-content h3 , .counter-content h3 span {
    font-family: Montserrat ,sans-serif;
    font-weight: 500    ;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.5;
}

.counter-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    opacity: .7;
    width: 95%;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.counter-content .underline{
    display: block;
    margin: 20px 0;
    width: 50px;
    height: 4px;
    background-color: #d43030;
}

.parallax-box i{
    font-size: 42px;
    color: #ffffff;
    transition: .5s ease;
}

.parallax-box h2{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 500;
    color: #ffffff;
    transition: .5s ease;
    font-family: Montserrat ,sans-serif;
}

.parallax-box h5{
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    opacity: .7;
    font-family: 'Roboto', sans-serif;
}

.counter #svg-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}

/* ===================================
    Review Section
====================================== */

.testimonial .testimonial-img img {
    border-radius: 50%;
}

.testimonial .testimonial-img {
    margin: 30px 0;
}

.testimonial .testimonial-owl .owl-item img {
    width: auto;
    margin: 0 auto;
}

.testimonial .paragraph {
    font-weight: normal;
    line-height: 1.920;
    font-size: 16px;
    opacity: .7;
    color: #202020;
    width: 90%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

.testimonial-tittle h4 {
    font-weight: 600;
    font-size: 16px;
}

.testimonial-tittle span {
    font-weight: normal;
    font-size: 15px;
    opacity: .7;
}

/* ===================================
    Portfolio Section
====================================== */

.portfolio-sec .portfolio-heading-area{
    margin-bottom: 100px;
}

.portfolio-sec .portfolio-heading-area .heading{
    margin-bottom: 0;
}

.portfolio-sec .portfolio-carousel{
    overflow: visible;
}

.portfolio-sec .portfolio-carousel .portfolio-image{
    box-shadow: 5px 5px 15px #e2e2e2;
}

.portfolio-sec .portfolio-links{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #d43030;
    transition: .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:40%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.portfolio-sec .port-image:hover .portfolio-links {
    visibility: visible;
    opacity: 1;
    transition: .5s ease;
}

.portfolio-sec .portfolio-links:hover{
    background-color: #019f9a;
}

.portfolio-sec .portfolio-links i{
    font-size: 18px;
    color: #FFFFFF;
}

.portfolio-sec .portfolio-links#portfolio-arr-left{
    left: -6%;
}

.portfolio-sec .portfolio-links#portfolio-arr-right{
    right: -6%;
}

.portfolio-sec .portfolio-footer{
    font-family: Roboto, sans-serif;
}

.portfolio-sec .portfolio-footer .portfolio-mini-heading{
    color: #d43030;
    font-size: 28px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.portfolio-sec .portfolio-footer .text{
    font-size: 18px;
    color: #bfc4ce;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.portfolio-sec .padding-bottom-half{
    padding-bottom: 80px;
}

.portfolio-sec .heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: bold;
}

.portfolio-sec .text{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    opacity: .7;
    font-weight: normal;
}

/* ===================================
   Partner Section
====================================== */

.partner {
    background: #e6e6e6;
}

.partner #svg-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}

.partner .partners-slider{
    margin-bottom: 4rem;
}

.partner .partners-slider .logo-item{
    text-align: center;
}

.partner .partners-slider .logo-item img{
    max-width: 150px;
    display: inline-block;
}

/* ===================================
   Contact Section
====================================== */

.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0,.2);
    padding: 12px 0;
    background: transparent;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 15px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

#client-nav button:hover > span{
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: normal;
}

/* Social */
.social-links {
    margin: 80px 0;
}

.social-links a{
    color: #ffffff;
    font-size: 15px;
    display: flex;
    margin: auto 0;
    align-items: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.social-links a i{
    font-size: 30px;
    color: #202020;
    margin-right: 12px;
    transition: .5s ease;
}

.social-links a:hover i{
    color: #d43030;
    transition: .5s ease;
}

.social-links .footer-copy {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
   Footer Section
====================================== */

.footer{
    padding-bottom: 7.5rem;
}

.footer .footer-social ul{
    margin: 0;
    padding: 0;
}

.footer .footer-social li{
    display: inline-block;
}

.footer .footer-social i{
    color: #202020;
}

.footer .footer-social a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 15px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    visibility: visible !important;
}

.footer .footer-social a i{
    position: relative;
    z-index: 11;
    transition: .3s ease;
}

.footer .footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer .footer-social li a span{
    position: absolute;
    left: 100%;
    right: 100%;
    bottom: 100%;
    top: 100%;
    z-index: 1;
    background: #d43030;
    border-radius: 50%;
    transition: .3s ease;
}

.footer .footer-social li a:hover span{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.footer .footer-social li a:hover i {
    color: #ffffff;
    transition: .3s ease;
}

.footer .company-about{
    font-size: 15px;
    color: #202020;
    opacity: .7;
}

/* ===================================
   Preloader
====================================== */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-box {
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    height: 90px;
    margin: 0 50px 100px 0;
    width: 90px;
}

.loader-box li {
    position: relative;
    width: 100%;
    height: 100%;
    background: #019f9a;
    transform: scale(0);
    transform-origin: center center;
    animation: loader-box-fade 2s infinite linear;
    border-radius: 50%;
}

.loader-box li:nth-child(1), .loader-box li:nth-child(5), .loader-box li:nth-child(9) {
    animation-delay: 0.4s;
}

.loader-box li:nth-child(4), .loader-box li:nth-child(8) {
    animation-delay: 0.2s;
}

.loader-box li:nth-child(2), .loader-box li:nth-child(6) {
    animation-delay: 0.6s;
}

.loader-box li:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes loader-box-fade {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

/* ===================================
   StandAlone Page
====================================== */
.stand-banner #svg-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
}

.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-weight: normal;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
    font-weight: normal;
}

.standalone-detail .heading{
    font-size: 48px;
    color: #202020;
    font-weight: bold;
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    opacity: .7;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-size: 42px;
    color: #202020;
    font-weight: bold;
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
}

.standalone-area .stand-img-des .para_text{
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #202020;
    opacity: .7;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 200px 0;
    background:url("../img/standalone.png");
    background-size: cover;
}

.stand-banner .box-content h2 {
    padding: 10px;
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:3.5rem;
    text-transform:capitalize;
    font-family: Montserrat, sans-serif;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:16px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #019f9a;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}

.standalone-footer .social-icons-simple li a {
    color: #202020;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.standalone-footer .social-icons-simple li a:hover {
    background-color: #019f9a;
    color: #ffffff;
}

/* StandAlone Image Hover */
.main .box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
    background-color:rgba(0,0,0,0.7);
}

.main .box:hover:before{
    opacity: 1;
}

.main .box{
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.main .box:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 170%;
    top: 0;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
    background-color: #019f9a;
}

.main .box:hover:after{
    left: -170%;
    top: 0;
}

.main .box img{
    width: 100%;
    height: auto;
}

.main .box .box-content{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    transition: all 0.5s ease 0s;
}

.main .box:hover .box-content{
    bottom: 45%;
}

.main .box .box-content .name{
    font-size:22px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
    text-transform:uppercase;
    letter-spacing: 1px;
}

.main .box .box-content .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
}

@media screen and (max-width:990px){
    .main .box{
        margin-bottom: 30px !important;
    }
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1600px) {
    .portfolio-sec .portfolio-links#portfolio-arr-left {
        left: -7%;
    }
    .portfolio-sec .portfolio-links#portfolio-arr-right {
        right: -7%;
    }
}

@media (max-width: 1366px) and (min-width: 1280px) {}

@media (min-width: 1200px) {
    .portfolio-sec .portfolio-links#portfolio-arr-left {
        left: -4%;
    }
    .portfolio-sec .portfolio-links#portfolio-arr-right {
        right: -4%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    /* Navbar */
    .side-menu {
        width: 50%;
    }

    /* Counter */
    .counter-content h3, .counter-content h3 span {
        font-size: 28px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    section {
        padding: 6rem 0;
    }
    .heading-area .heading {
        font-size: 42px;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }
    .side-footer p{
        font-size: 16px;
    }
    .side-menu .btn-close {
        right: 15px;
    }
    .sidemenu_btn {
        right: 15px;
    }

    /* Banner */
    .hero .content h1 {
        font-size: 72px;
    }

    /* About */
    .team.padding-top-half {
        padding-top: 0;
    }
    .team-sec .team-member-area{
        margin-top: 0;
    }
    .team-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }
    .team-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .team-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .team-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .team-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Counter */
    .counter {
        padding: 6rem 0 8rem 0;
    }
    .counter-content span {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        font-size: 26px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 22px;
    }

    /* Review */
    .testimonial .h1, .testimonial h1 {font-size: 58px;}
    .testimonial .h3, .testimonial h3 {font-size: 32px;}

    /* Portfolio */
    .portfolio-sec {
        padding-top: 0;
    }
    .portfolio-sec .heading {
        font-size: 40px;
    }
    .portfolio-sec .item{
        text-align: center;
    }
    .portfolio-sec .heading {
        font-size: 42px;
        margin-bottom: 50px;
    }
    .portfolio-sec .portfolio-links {
        display: none;
    }
    .portfolio-sec .portfolio-footer.padding-top{
        padding-top: 50px;
    }
    .portfolio-sec .portfolio-footer .portfolio-mini-detail{
        margin-top: 15px;
    }
    .portfolio-sec .text {
        padding-top: 30px;
    }

    /* Partner */
    .partner .partners-slider {
        margin-bottom: 2rem;
    }

    /* Contact */
    .social-links {
        margin: 50px 0;
    }

    /* Standalone */
    .page-title {
        padding: 150px 0 130px 0;
    }
    .stand-banner .box-content h2 {
        font-size: 60px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .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: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    section {
        padding: 5rem 0;
    }
    .btn.btn-medium, .btn.btn-large {
        font-size: 14px;
        padding: 14px 40px;
    }
    .navbar-top-default {
        background: #202020;
        height: 85px;
    }
    .header-appear .navbar-top-default {
        background: #202020;
    }
    .padding-top-half {
        padding-top: 2.5rem;
    }
    .heading-area .heading {
        font-size: 42px;
    }
    .header-appear .sidemenu_btn span {
        background: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-footer p{
        font-size: 12px;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .side-menu .side-nav {
        margin-bottom: 0;
    }
    .sidemenu_btn {
        right: 10px;
        margin-right: 0;
    }
    .side-menu .btn-close {
        right: 15px;
    }
    .header-appear .navbar-top-default {
        height: 75px;
    }

    /* Banner */
    .content h1 {
        font-size: 42px;
    }
    .content p {
        font-size: 20px;
    }
    .hero .content p {
        font-size: 20px;
    }
    .hero .content h1 {
        font-size: 42px;
    }

    /* Team */
    .team-sec .team-member-area {
        margin-top: 0;
    }
    .team .owl-item.center .item {
        margin-top: 50px;
    }
    .team-sec .stats-heading-area .heading {
        margin-bottom: 40px;
    }
    .services-sec .services-boxes {
        width: 100%;
    }
    .services-sec .services-boxes {
        padding: 0 30px;
    }
    .service-card .text {
        font-size: 16px;
    }
    .team-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }
    .team-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }
    .team-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }
    .team-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Counter */
    .counter {
        padding: 5rem 0 5rem 0;
    }
    .counter-content .underline {
        margin: 20px auto;
    }
    .counter-content span, .counter-content p {
        font-size: 14px;
        width: 100%;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        margin-top: 10px;
    }
    .parallax-box {
        padding: 40px 0;
    }

    /* Review */
    .testimonial  {text-align: center;}
    .testimonial .h1, .testimonial h1 {font-size: 36px;}
    .testimonial .h2, .testimonial h2 {font-size: 36px;}
    .testimonial .h3, .testimonial h3 {font-size: 24px;}
    .testimonial p {
        font-size: 14px;
        line-height: 20px;
    }
    .testimonial .paragraph {
        font-size: 14px;
    }

    /* Portfolio */
    .portfolio-sec {
        padding-top: 0;
    }
    .portfolio-sec .heading {
        font-size: 45px;
    }
    .portfolio-sec .item{
        text-align: center;
    }
    .portfolio-sec .heading {
        font-size: 38px;
        margin-bottom: 50px;
    }
    .portfolio-sec .text {
        font-size: 14px;
    }
    .portfolio-sec .portfolio-links {
        display: none;
    }
    .portfolio-sec .portfolio-footer.padding-top{
        padding-top: 50px;
    }
    .portfolio-sec .portfolio-footer .portfolio-mini-detail{
        margin-top: 15px;
    }
    .portfolio-sec .portfolio-footer .portfolio-mini-heading {
        font-size: 14px;
    }
    .portfolio-sec .portfolio-footer .text {
        font-size: 14px;
    }
    .portfolio-sec .text {
        width: 100%;
    }

    /* Partner */
    .partners-slider {
        margin:0;
    }
    .partner .partners-slider {
        margin-bottom: 20px;
    }

    /* Contact */
    .social-links {
        margin: 40px 0;
    }

    /* Footer */
    .footer .company-about {
        font-size: 12px;
        opacity: 1;
    }

    /* Standalone */
    .stand-banner .box-content h2 {
        font-size: 34px;
    }
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 42px;
    }
    .standalone-detail .para_text {
        font-size: 16px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .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: 6rem;
        margin-bottom: 6rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
    .standalone-area .stand-img-des .para_text {
        font-size: 16px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 575px) {
    /* Preloader */
    .loader-box {
        position: relative;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        height: 70px;
        margin: 0 auto 45px auto;
        width: 70px
    }

    /* Review */
    .testimonial .h1, .testimonial h1 {
        font-size: 30px;
    }
}