@charset "utf-8";
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #FFB300;
    border-radius: 2px;
}
@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: Poppins;
    color: #ffffff;
    background-color: #1D1E19;
}
h1, h2, h3{
    font-weight: 600;
    line-height: 1.5;
}
h1{font-size: 30px;}
h2{font-size: 23px;}
h3{font-size: 20px;}
p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.64);
;
    transition: all .3s;
}
img{max-width: 100%;}
a:focus,
a:hover {
    text-decoration: none;
}
.flex{
    display: flex;
    align-items: center;
}
.clicker {
    display: none !important;
}
.overlay .closebtn {
    display: none;
}

.header {
    padding: 15px 0;
}
.navigation .logo {
    height: 60px;
}
.logo2{
    display: none;
}
.navigation .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}
.navigation .navbar-default .navbar-nav li {
    margin: 0 20px;
}
.navigation .navbar-default .navbar-nav li:last-child {
    margin-right: 0;
}
.navigation .navbar-default .navbar-nav li a {
    font-size: 19px;
    line-height: 50px;
    color: #fff;
    padding: 0;
    margin: 0 5px;
    border: none;
    transition: all 0.3s;
}
.navigation .navbar-default .dropdown-toggle{
    background-color: transparent;
    border: none;
    color: #A6C134;
    margin-left: 20px;
    font-size: 16px;
}
.navigation .navbar-default .dropdown-toggle span,
.navigation .navbar-default .dropdown-toggle img,
.navigation .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navigation .navbar-default .navbar-nav li a:hover {
    color: #FFB300 !important;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
    background-color: transparent;
    color: #FFB300;
}
.width {
    width: 100% !important;
}
.opacity {
    display: none !important;
}


.hero{
    padding: 20px 0;
    overflow: hidden;
    background-image: url(../images/hero_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hero h1{
    font-size: 44px;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
}
.hero h1 span{
    display: block;
    color: #FFB300;
}
.hero .text .flex{
    justify-content: center;
}
.hero .text .flex a {
    margin: 20px 0;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.hero .text .flex a:first-child{
    margin-right: 15px;
}
.hero .hero_img{
    position: relative;
    margin-top: 10px;
}
.hero .hero_img .img1 {
    position: absolute;
    top: 0;
    left: 40%;
    max-width: 60%;
}
.hero .hero_img .img2 {
    position: relative;
    top: 120px;
    left: 20%;
    max-width: 60%;
}

.feature{
    background-image: url(../images/feature_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.feature .block{
    margin-bottom: 15px;
}
.feature .title{
    text-align: center;
    margin-bottom: 50px;
}

.about{
    padding: 100px 0;
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.about .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.about .text{
    margin-left: 100px;
}
.about h1{
    margin-bottom: 30px;
}
.about .flex a {
    margin: 20px 0;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.about .flex a:first-child{
    margin-right: 15px;
}
.about .flex .divide{
    margin-right: 15px;
}
.about .about_block{
    width: 240px;
    max-width: 100%;
    background-color: #101010;
    color: #fff;
    text-align: center;
    border-radius: 0px 40px;
    padding: 40px 10px;
    margin: 20px 0;
    transition: all .3s;
}
.about .about_block:hover{
    background-color: #3F4D4F;
}
.video_sec {
    padding: 100px 0;
    background-image: url(../images/video_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}
.video_sec ul{
    margin: 25px 0;
    list-style: none;
    padding: 0;
}
.video_sec ul li{
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    line-height: 26px;
}
.video_sec ul li i {
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    margin-right: 10px;
    background-color: #3F4D4F;
    color: #fff;
    border-radius: 5px;
}

.video_sec .flex a {
    margin: 20px 0;
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.video_sec .flex a:first-child{
    margin-right: 15px;
}

/* video */

.vjs-has-started .vjs-tech {
    position: absolute;
    top: 27px !important;
    left: 0;
    border-radius: 25px;
}
.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before{font-size:12px !important;}
.video-js {
    font-size: 10px;
    color: #81869d;
    background: transparent;
    width: 100%;
    overflow: hidden;
    top: 0;
    height: 380px;
    outline: none;
    border-radius: 10px;
}

.video-js .vjs-tech:focus{outline: none !important;}

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  /* 0.06666em = 2px default */
  border: 0.06666em solid #fff;
  /* 0.3em = 9px default */
  border-radius: 0.3em;
  /* Align top left. 0.5em = 15px default */
    text-align: center;
    vertical-align: middle;
}
.vjs-poster {
    background-color: #222637;
    border-radius: 10px;
}

.video-js .vjs-big-play-button:before{content: "\f144"; font-family: Font Awesome\ 5 Free;font-size:50px;}
.video-js .vjs-big-play-button {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #D9D9D9;
    color: #D9D9D9;
    /* padding: 0; */
    cursor: pointer;
    opacity: 1;
    /* background-color: transparent !important; */
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

   button.vjs-play-control.vjs-control.vjs-button {
    top: 2px;
    margin-right: 16px;
}
.video-js .vjs-control-bar,
.video-js .vjs-menu-button .vjs-menu-content {
  
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #81869d;
    background:transparent !important;
    height: 39px;
    padding-top: 4px;
    display: none;
}

.video-js .vjs-control-bar{border-radius: 0 0 25px 25px;}

/* Slider - used for Volume bar and Progress bar */
.video-js .vjs-slider {
    background-color: #bfc7d3;
    padding: 3px;
    margin: 0;
    margin-right: 5%;
    border: 1px solid #73859f;
    position: relative;
    border-radius: 5px;
}
.video-js .vjs-progress-control{padding-bottom: 7px;}
.video-js .vjs-play-progress:before {
    position: absolute;
    top: -4px;
    right: -10px;
    font-size: 1.3em;
}

.video-js .vjs-control:before {
    font-size: 3em;
    line-height: 24px;
    margin:0 5px;
}
/* The slider bar color is used for the progress bar and the volume bar
   (the first two can be removed after a fix that's coming) */
.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #bfc7d3;
}
.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button{display: none;}
.video-js .vjs-time-control{display: none;}
.video-js .vjs-fullscreen-control{display: none;}

/* The main progress bar also has a bar that shows how much has been loaded. */
.video-js .vjs-load-progress {
  /* For IE8 we'll lighten the color */
  background: #bfc7d3;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.5);
}

/* The load progress bar also has internal divs that represent
   smaller disconnected loaded time ranges */
.video-js .vjs-load-progress div {
  /* For IE8 we'll lighten the color */
  background: white;
  /* Otherwise we'll rely on stacked opacities */
  background: rgba(115, 133, 159, 0.75);
}

/*end video*/

.reviews{
    width: 98%;
    padding: 150px 0;
    padding-bottom: 300px;
    background-image: url(../images/review_bg.png),url(../images/quma.png),url(../images/review_bg-dots.png);
    background-repeat: no-repeat;
    background-size: contain,auto,auto;
    background-position: top center, center,top center;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.reviews .user_img{
    width: 64px !important;
    height: 64px;
    border-radius: 50%;
    margin: 30px auto;
    margin-bottom: 50px;
}
.reviews p{
    width: 80%;
    margin: 10px auto;
    text-align: left;
}
.reviews ul{
    list-style: none;
    margin: 10px 0;
    padding: 0;
    margin-top: 100px;
}
.reviews ul li{
    color: #FFB300;
}
.review_mob {
    position: relative;
    margin-top: -150px;
    background-image: url(../images/review_mob_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.review_mob .img1 {
    position: absolute;
    top: -150px;
    left: 39%;
    transform: translateX(-50%);
    max-width: 50%;
}
.review_mob .img2 {
    margin-left: 47%;
    max-width: 60%;
}

.owl-prev{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #fff;
    background-color: #3F4D4F;
    transition: all .3s;
}
.owl-next{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #fff;
    background-color: #3F4D4F;
    transition: all .3s;
}
.owl-prev:hover,.owl-next:hover{
    background-color: #FF6600;
    color: #fff;
}

.footer_top{
    background-color: #101010;
    padding: 40px 0;
    border-radius: 176px 176px 0px 0px;
}
.footer_top img {
    width: 100%;
    margin-bottom: 50px;
    max-width: 260px;
}
.footer_top .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer_top .info{
    list-style: none;
    padding-left: 30px;
}
.footer_top .info li{
    font-size: 14px;
    margin-bottom: 20px;
}
.footer_top .info li i{
    color: #FFC548;
    margin-right: 15px;
}
.footer_top h4{
    margin-top: 0;
    margin-bottom: 20px;
    color: #FFC548;
    text-align: center;
}
.footer_top .footer_links{
    list-style: none;
    text-align: center;
    padding: 0;
}
.footer_top .footer_links li a{
    color: #fff;
    margin: 15px 0;
    display: block;
}
.footer_links.icons{
    position: relative;
    margin-top: 100px;
}
.footer_links.icons li a{
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    font-size: 16px;
    background-color: #fff;
    color: #101010;
    display: inline-block;
}
.footer_links.icons:before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    bottom: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%);
}
.footer_links.icons:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 4px dotted #fff;
}

footer{
    background-color: #101010;
    text-align: center;
    padding: 10px 0;
}
footer p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.totop {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    position: fixed;
    bottom: 30px;
    left: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    color: #FFC548 !important;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    font-weight: bold;
    z-index: 9;
    display: none;
}

/* responsive */


@media (max-width: 992px) {
    .hero h1{font-size: 35px;}
    .hero .text .flex a,.about .flex a,.video_sec .flex a{width: 180px;}
    h1{font-size: 20px;}
    h2{font-size: 18px;}
    h3{font-size: 16px;}
    .logo2 {
        display: block;
        text-align: center;
        padding-top: 20px;
    }
    .clicker {
        display: table !important;
        cursor: pointer;
        font-size: 18px;
        float: right;
        color: #fff;
        transition: all 0.3s;
        z-index: 9999;
        margin: 9px 0;
        margin-left: 20px;
    }

    .navbar-default {
        padding-bottom: 0 !important;
    }
    #body-overlay {
        height: 100%;
        width: 100%;
        position: fixed;
        z-index: 999999999;
        right: 0;
        top: 0;
        transition: 0.5s;
        background-color: rgba(0, 0, 0, 0.72);
        display: none;
    }
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999999999999;
        right: 0;
        top: 0;
        background-position: center;
        background-color: #1D1E19 !important;
        overflow-y: hidden;
        transition: 0.5s;
        padding: 0;
        min-height: 0;
        border-radius: 0;
    }
    .overlay-content {
        position: relative;
        top: 20px;
        width: 100%;
        text-align: right;
        margin-top: 30px;
        padding-right: 0 !important;
        margin: 0 !important;
    }
    .overlay a {
        text-decoration: none;
        font-size: 20px;
        display: block;
        transition: 0.3s;
    }
    .navigation .navbar-default .navbar-nav li:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .navigation .navbar-default .navbar-nav li {
        margin: 0;
        width: 100%;
    }
    .navigation .navbar-default .navbar-nav li a {
        padding: 0 15px !important;
    }
    .overlay a:focus,
    .overlay a:hover {
        color: #000 !important;
        background-color: transparent;
    }
    .overlay .closebtn {
        display: block;
        padding: 0 !important;
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 30px;
        color: #fff !important;
        z-index: 99999;
    }
    .overlay .closebtn:hover {
        color: #fff !important;
    }
    .width {
        width: 0 !important;
    }
    .navigation .navbar-default {
        margin-top: 0;
    }
    .header {
        padding: 15px 0;
    }

    .about,.video_sec{padding: 30px 0;}
    .about .text{margin-left: 20px;}
    .about .about_block{width: 190px;}
    .reviews{padding: 90px 0;}
    .review_mob{margin-top: 0;}
    .review_mob .img1{top: -110px;}
    .reviews ul{margin-top: 70px;}
    .hero .hero_img .img2{top: 90px;}
    .footer_top .info{padding-left: 0;}
    .footer_top{border-radius: 70px 70px 0px 0px;}
    .footer_top img{margin-bottom: 30px;}
}

@media (max-width: 768px){
    .about .about_block{width: 100%;}
    .video-js{margin-top: 30px;}
    .reviews{padding-top: 40px;background-size: contain,auto,contain;}
    .reviews .user_img{margin-bottom: 20px;}
    .reviews ul{margin-top: 30px;}
    .about {background-position: bottom;background-size: auto;}
    .about .text{margin-left: 0;}
    .footer_top p{margin-bottom: 30px;}
    .footer_top .info{padding-left: 0;}
    .footer_top h4,.footer_top .footer_links{text-align: left;}
    .footer_links.icons{width: max-content;}
    .hero .hero_img .img2{top: 70px;}
    .review_mob .img1{margin-top: 0;left: 35%;}
    .review_mob .img2{max-width: 52%;}
    .footer_top img{max-width: 200px;}
    .video_sec ul li i {
        text-align: center;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .video_sec ul li{font-size: 16px;}
}

@media (max-width: 640px){
    .reviews{padding-top: 5px;}
    .reviews p{width: 99%; font-size: 12px;}
    .owl-prev,.owl-next{display: none !important;}
    .reviews .user_img{margin: 20px auto;}
    .about .flex.about_top{flex-direction: column;}
    .about .flex .divide{margin: 0;}
    .about .about_block{display: inline-block;}
    .video-js{height: 250px;}
    .header{padding: 8px 0;}
    .navigation .logo{height: 50px;}
}

@media (max-width: 480px){
    .hero h1{font-size: 28px;line-height: 45px;}
    .feature .col-xs-6{width: 100% !important;}
    .reviews{background-size: cover, auto;padding-top: 30px;}
    .hero .text .flex a, .about .flex a, .video_sec .flex a{width: 150px;}
    .hero .hero_img .img1{left: 35%;max-width: 75%;}
    .hero .hero_img .img2{top: 30px;left: 5%;max-width: 75%;}
    .review_mob .img1{margin-top: 50px;}
}