.compensate-for-scrollbar{
    margin-right: 0 !important
}
button,
button:active,
button:focus{
  border:none !important;
  outline: 0 !important;
  outline-offset: 0!important;
  box-shadow: none !important;
}
input {outline:none !important;box-shadow: none;}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
input:focus,
textarea:focus,
input:active,
textarea:active
{
    border: 1px solid #cc4800;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
::-moz-focus-inner,
::-moz-focus-inner,
::-moz-focus-inner{
  border: 0 !important;
}

body{
    font-family: Poppins, sans-serif;
    overflow-x: hidden;
    overflow-y: scroll !important;
    padding-right: 0 !important;
}
h1, h2, h3{
    font-family: Poppins, sans-serif;
    color: #000000;
}
h2 {
    font-size: 48px;
    /* margin: 10px 0; */
    font-weight: 700;
}
.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.slide-content {
    height: 100%;
    padding: 50px 30px;
    background: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* background: url(../img/pattern2.png), rgba(255, 255, 255, .8); */
}
.main-box{
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-flex;
    flex-wrap: nowrap;
    background: #000000;
    align-items: center;
    gap: 10px;
}
.main-box-content{
    color: #fff;
    
}
.main-box-content-desc p{
    margin-bottom: 0;
    font-size: 15px;
}
.main-box-icon{
    color: #ffd532;
    font-size: 20px;
    display: inline-flex;
}
.main-box-content-title{
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.main-box-content-desc{
    font-size: 16px;
}
.owl-dots{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 5px;
}
.owl-nav{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 50%;
}
.shorts .owl-dots{
    bottom: -50px;
}
.shorts .owl-nav{
    bottom: -50px;
    z-index: 99;
}
.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    background: #000000;
    transform: translate(0, -50%);
}
.shorts.owl-theme .owl-nav [class*=owl-] {
    transform: translate(0, -120%);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #7258b4;
}
.owl-theme .owl-nav .disabled {
    cursor: not-allowed;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #715cb9;
}
.owl-prev{
    left: 50px;
}
.owl-next{
    right: 50px;
}
.shorts .owl-prev{
    left: 45%;
}
.shorts .owl-next{
    right: 45%;
}
.shorts .owl-prev i, .shorts .owl-next i{
    font-size: 20px;
}
.owl-prev i, .owl-next i{
    font-size: 40px;
}

.mainscroll{
    background:#000;
    top:-82px;
    transition: top .5s;
    z-index: 9999;
}

.brs-4{
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.grecaptcha-badge{z-index: 999;}
.container {
    position: relative;
    z-index: 99;
}
.step-arrow-before, .step-arrow-after{position: relative;}
.step-arrow-before:before{
    content: '';
    position: absolute;
    left: 32%;
    top: 25px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #16c76d;
    border-right: 2px solid #16c76d;
    transform: rotate(45deg);
}
.step-icon{
    position: relative;
    width: 65px;
    height: 65px;
    border: 2px solid #16c76d;
    color: #16c76d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}
/* .step-icon:before{
    content: '';
    position: absolute;
    background: #204ecf;
    height: 2px;
    left: 0;
    right: 0;
} */
.step-arrow-before:after{
    content: '';
    position: absolute;
    background: #16c76d;
    height: 2px;
    left: 0;
    right: 62%;
    top: 33px;
}
.step-arrow-after:after{
    content: '';
    position: absolute;
    background: #16c76d;
    height: 2px;
    left: 59%;
    right: -10%;
    top: 33px;
}
.step-end:before{
    content: '';
    position: absolute;
    left: 95%;
    top: 25px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #16c76d;
    border-right: 2px solid #16c76d;
    transform: rotate(45deg);
}
.step-end:after {
    left: 59%;
    right: -1%;
}
.step-start:before, .step-start:after{
    opacity: .3;
}
.step-end:before, .step-end:after{
    opacity: .3;
}
.form-group-arrow{position: relative;}
.form-group-arrow:before{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 25%;
    font-size: 16px;
    color: #373737;
    line-height: 1.25;
}
@media (min-width: 1440px){
    .container {
        /* max-width: 1380px; */
    }
}
img {max-width: 100%;height: auto}
.navbar-brand img {height: 100%}
.navbar-brand {height: 50px}
.nav-item.active .nav-link {
    text-decoration: underline;
}
.navbar-dark .navbar-nav .nav-link:focus{color: rgba(255,255,255,.75)}
.nav-item.active:hover .nav-link {
    color: #fff;
}

.puls-btn:after,.puls-btn:before {
    z-index: -1;
    content: '';
    position: absolute;
    right: -45%;
    bottom: 0;
    top: 0;
    background-color: rgb(255 195 0);
    border-radius: 100%;
    -webkit-animation: pulse 5s infinite ease-in-out;
    animation: pulse 5s infinite ease-in-out;
}
.puls-btn:before {margin: auto 0 auto -36px;height: 35px;width: 35px;-webkit-animation-delay: .6s;animation-delay: .6s;opacity: 1;z-index: 9999;}
.puls-btn:after {margin: auto 0 auto -36px;height: 35px;width: 35px;-webkit-animation-delay: .2s;animation-delay: .2s;opacity: 1;z-index: 9999;}
@-webkit-keyframes pulse {0% {transform: scale(0);}10% {transform: scale(1);}20% {transform: scale(1);opacity: 0;}100% {transform: scale(1);opacity: 0;}}
@keyframes pulse {0% {transform: scale(0);}10% {transform: scale(1);}20% {transform: scale(1);opacity: 0;}100% {transform: scale(1);opacity: 0;}}
.form-group {
        margin-bottom: 1rem;
    }
.mainscreenman{
    position: absolute;
    right: auto;
    left: auto;
    height: auto;
    width: 100%;
    bottom: 0;
    z-index: 9;
    max-width: 1900px;
}
.dark-bg{
    bottom: 0;
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #000;
}
.dark-bg-url{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 1;
    background: url('../images/modal/our-next-student2.jpg') 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.dark-bg-url:before{
    content: '';
    position: absolute;
    opacity: .5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
}

.video-section{
    background-image: url(/assets/images/abstract/h6-bg-about.png), linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(/assets/images/background/h6-bg-slider1.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    min-height: 800px;
    align-items: center;
    background-position:  top right, center center, center center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 1em;
    position: relative;
    background-size: cover;
    /* background-size: contain, cover, cover; */
}
/* .video-section-container{
    background-image: url(/assets/images/background/mainscreenman4.png);
    background-repeat: no-repeat;
    background-position:  bottom right;
} */
.video-section-abstract{
    background: url('/assets/images/abstract/abstract-top-screen8.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
}
.success-start-section-abstract{
    background: url('/assets/images/abstract/abstract-white.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
}
.what-next-section-abstract{
    background: url('/assets/images/abstract/abstract-white.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
}
/* .days-section-abstract{
    background: url('/assets/images/abstract/abstract-top-screen8-invert.png') 50% 100% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 99;
} */
.dashed-process-section{
    /* background-image: url(/assets/images/abstract/h6-process1.png); */
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.relearn-item{
    padding: 15px 0;
    

}
.process-item{
    position: relative;
}
.process-icon-wrapper{
    width: 95px;
    height: 95px;
    position: absolute;
    left: -33px;
    top: -6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-icon-wrapper:after{
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 12px;
    z-index: 0;
}
.process-item img{
    border-radius: 12px;
}
.relearn-item .relearn-icon{
    height: 90px;
    width: 90px;
    position: relative;
    margin: 0 auto 21px;
    z-index: 1;
    box-shadow: 0 13px 25px rgba(46, 105, 255, .2);
    border-radius: 90px;
    background-color: #fff;
    color: #4b7cf9;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-item .process-icon{
    /* position: relative;
    margin: 0 auto 21px;
    z-index: 1;
    background-color: #fff;
    font-size: 75px;
    display: flex;
    align-items: center;
    justify-content: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
    color: #fff;
    border-radius: 12px;
    padding: 10px;
    font-size: 30px;
    width: 75px;
    height: 75px;
    z-index: 9;
}
.relearn-item .relearn-icon{
    height: 70px;
    width: 70px;
    margin: 0;
    border-radius: 90px;
    background-color: #fff;
    color: #4b7cf9;
    font-size: 30px;
}

.process-item-content-title{
    position: relative;
    font-size: 23px;
    margin-left: 60px;
    display: inline-block;
    color: #000;
}
.relearn-item-content-title{
    position: relative;
    font-size: 16px;
    color: #001c8f;
    margin-bottom: 0;
}
/* .process-item-content-title:before{
    content: '';
    width: 28px;
    height: 3px;
    background-color: #ffd532;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.process-item-content-desc{
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    transition: height 0.3s ease;
}
.show-more{
    width: 100%;
    display: block;
    text-align: center;
    color: #0161ff;
    font-size: 17px;
}
.show-more:hover{
    cursor: pointer;
}
.item-number{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffd532;
    top: 40px;
    right: -9px;
    transform: translate(0, 0);
    left: auto;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    font-family: roboto, sans-serif;
}
.report-item{
    overflow: hidden;
    border: 1px solid #898989;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.report-link img{
    
    transition: all .10s ease-out 0s;
}
.report-link:hover img{
    transform: scale(1.1)
}
.certification{
    max-height: 450px;
}
.certification.center-slider img{
    opacity: 0.5;
    transition: all 300ms ease;
    border: 1px solid #000;
    -moz-transform: scale(.90);
    -ms-transform: scale(.90);
    -o-transform: scale(.90);
    -webkit-transform: scale(.90);
    transform: scale(.90);
}
.certification.center-slider .slick-center img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #e67e22;
    opacity: 1;
    
}

.play-btn{
    position: relative;
    overflow: hidden;
    display: flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 19px;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
}
.play-btn:hover{
    cursor: pointer;
    /* background: #0052cb; */
}

.p-info{
    position: relative;
    border-left: 4px solid #ffd300;
    padding: 10px 10px 10px 50px;
    background: #fdf7da;
}
.p-info:before{
    content: "\f0eb";
    /* content: "\f2e7"; */
    /* font-weight: 900; */
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -0.625em;
    font-size: 33px;
    color: #c2bca9;
    line-height: 1.25;
}
.p-info.without-icon:before{
    content: "";
}
.p-info.without-icon{padding: 10px}

.video{
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
a{text-decoration: none}
.call-button{
    color: #242424;
    padding: 10px 13px;
    background: #fff;
    border: 0;
    position: relative;
    border-radius: 50%;
}
.call-button:hover{
    cursor: pointer;
}

.shorts-item a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.shorts-item{
    
    border-radius: 12px;
    border: 1px solid #eee;
    overflow: hidden;
}
.shorts-item img{
    border-radius: 12px;
    transition: all .10s ease-out 0s;
}
.shorts-item:hover img{
    transform: scale(1.1)
}
.comparison-column{
    /* border: 1px solid #000; */
    border-radius: 12px;
    padding: 20px 30px;
    transition: all 200ms ease-out;
}
/* .comparison-column:hover{
    background: #000;
    color: #fff;
    cursor: pointer;
} */
.comparison-column-title{
    font-size: 24px;
    font-weight: 600;
}
.comparison-column-subtitle{
    color: #5A6079;
}

.lk-front-menu{
    position: absolute;
    right: 0;
    min-width: 115px;
    background: #fff;
    z-index: 999;
    padding: 10px 15px;
    border-radius: 7px;
    top: 150%;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    transition-delay: 0ms !important;
    z-index: -1;
    opacity: 0;
}
.lk-front-menu-btn:hover .lk-front-menu{
    opacity: 1;
    top: 200%;
    z-index: 999;
}
.lk-front-menu:before{
    content: '';
    position: absolute;
    right: 12px;
    top: -18px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}
.lk-link{
    display: block;
    font-size: 16px !important;
    color: #000 !important;
    padding: 5px 0;
}
.lk-link i{
    width: 20px;
    margin-left: 5px;
}
.main-button-without-animation {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    background: #1f73bb;
}
.main-button-without-animation:hover {
    background: #135d9d;
}


.main-menu{
    position: relative;
    z-index: 99999;
}
.about-item {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
}
.about-item i{
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}

.plus-col, .check-col{
    
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
}
.check-col{
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.plus-col{
    background-image: linear-gradient(135deg, #ea6666 0%, #a24b4b 100%);
}
.plus-col i{
    transform: rotate(45deg);
}


.table-section, .faq{
    background-image: url(/assets/images/abstract/h6-bg-service1.png), url(/assets/images/abstract/h6-bg-cta1.png);
    background-position: center center;
    background-repeat: no-repeat, no-repeat;
    background-position:
    center center,
    bottom left
}

.call-us-section{
    background-image: url(/assets/images/abstract/h6-bg-cta1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.call-us{
    background-color: #001C8F;
    background-image: url(/assets/images/abstract/h6-bg-cta2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 8PX;
    -moz-border-radius: 8PX;
    border-radius: 8px;
    color: #fff;
}
.replacevent-col, .replace-desc-col {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.refinishing-col {
    
    background: #eeffe4;
    border: 3px solid #77b94e;
   /*  background: #ffffe4;
   border: 3px solid #ffd532; */
    /* background: #e4eaff;
    border: 3px solid #4b7cf9; */
    border-radius: 12px;
}
.replace-desc, .replace-refinishing, .replace-replacevent {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding: 5px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}
.replace-refinishing{
    background: #eeffe4;
    border-left: 3px solid #77b94e;
    border-right: 3px solid #77b94e;
}
.tabel-rows .row:last-child .replace-refinishing{
    border-bottom: 3px solid #77b94e;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tabel-rows .row:last-child .replace-desc, .tabel-rows .row:last-child .replace-replacevent{
    border-bottom: 0;
}
.replace-desc{
    padding: 5px 0;
}
.form-secion{
    position: relative;
    background-color: #000;
    background-image: url(/assets/images/abstract/bg-counter.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.field input{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    padding: 0 25px;
    font-size: 18px;
    margin-bottom: 10px;
}
.field i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -50%);
    color: #9b9b9b;
}
.main-button {
    display: inline-block;
    position: relative;
    line-height: 55px;
    padding: 0 42px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 12px;
    overflow: hidden;
    /* background: #ffe000;
    border: 2px solid #ffe000; */
    /* background-image: -webkit-linear-gradient(left, #3399FF, #0066FF); */
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    transition-delay: 0ms !important;
}
.main-button:after, .play-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.4)),to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, .4), transparent);
    z-index: 2;
}
.main-button .text-btn{
    position: relative;
    left: 0;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    transition-delay: 0ms !important;
}
.main-button i{
    position: relative;
    top: 2px;
    margin-left: 10px;
    font-size: 19px;
    -webkit-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
    transition-delay: 0ms !important;
    transform: rotate(-45deg);
}
.main-button:hover i{
    transform: rotate(0deg);
}
.main-button:hover:after, .play-btn:hover:after{
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
@-webkit-keyframes btn_shine {
    100% {
        left: 200%
    }
}

@keyframes btn_shine {
    100% {
        left: 200%
    }
}
.main-button:hover{
   color:#fff;
   text-decoration: none;
   transition-delay: 0ms !important;
   cursor: pointer;
}
.best-h1, .best-h2{
    z-index: 25;
    text-transform: uppercase;
    color: rgb(255, 213, 50);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 19px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.best-h2{
    color: #628DFB;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.main-title{
    /* text-transform: uppercase; */
    font-size: 2rem;
    /* font-weight: 900; */
}
.main-desc{
    font-size: 1.2rem;
    font-weight: 300;
}
.navbar-nav .nav-link{
    font-size: 16px;
}
.navbar-nav .nav-link:hover{
    text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 20px;
}
.nav-item.active .nav-link{
    color: #fff;
}
.advantages .title{
    font-size: 21px;
    font-weight: 600;
}
.advantages .desc{
    font-size: 15px;
}
.advantages .icon, .contact-item .icon{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: #1f73bb;
    /* background: #ffe000; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages .icon i, .contact-item .icon i{
    font-size: 40px;
    color: #fff;
}
.advantages{
    /*10px 10px 20px -15px #838383*/
    box-shadow: 3px 3px 17px -7px #838383;
    position: relative;
    background: #fff;
    border-radius: 10px;
    /* border: 1px solid #ddd; */
    height: 100%;
    padding: 40px 20px;
}
.review-item{
    /* box-shadow: 3px 3px 17px -7px #838383; */
   /*  position: relative;
   background: #fff;
   border-radius: 10px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center; */
}
.review-item img{
    border-radius: 10px;
}

.training-item{
    box-shadow: 3px 3px 17px -7px #838383;
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
.training-item ul{padding-left: 77px}


.training-item h3{
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #fff;
    font-size: 21px;
}

.training-item h3:before{
    content: '';
    position: absolute;
    left: -30px;
    top: -5px;
    right: -20px;
    bottom: -8px;
    background: #1f73bb;
    width: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 30px;
    z-index: -1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.check-skill{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #16c76d;
    color: #fff;
    font-size: 14px;
}

.success-item{
    position: relative;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 600;
}
.success-item i{
    font-size: 40px;
    margin-right: 15px;
    background-color: #999999;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.why-course{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    height:170px;
    background: #f3f3f3;
    /* box-shadow: 3px 3px 17px -7px #838383; */
    padding: 0 40px;
    font-size: 17px;
    border-radius:10px;
}

.why-course i{
    margin-right: 0;
    margin-right: 0;
}

.bef:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background: #fff;
    width: 104%;
    box-shadow: 10px 10px 20px -15px #838383;
    z-index: -1;
}

.number-head a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.number-head a:hover{cursor: pointer;text-decoration: underline;}

.play-video i{
    font-size: 80px;
    color: #ff0000;
}
.play-review i, .shorts-item i{
    font-size: 65px;
    color: #ff0000;
}
.youtube-btn:before{
    width: 40px;
    height: 30px;
}
.youtube-btn:before{
    content: '';
    position: absolute;
    width: 45px;
    height: 35px;
    background: #fff;
    z-index: -1;
    top: 25%;
    left: 25%;
}
.youtube-btn:hover i{
    color: #b70000;
}
.youtube-btn{
    position: relative;
    z-index: 99;
}
.youtube-btn.review-btn{
    position: absolute;
    z-index: 2;
}
.review-link{
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-video a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.play-video{
    border: 2px dashed #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.development{color: #aaa}
.development:hover{color: #aaa;text-decoration: underline;}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
}

.accordion-item {
    border-radius: 20px;
    box-shadow: 3px 3px 12px -7px #838383;
}
.accordion-button {
    font-size: 1.1rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 10px;
    padding: 1rem;
}
.accordion-body {
    padding: 0 2.6rem 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gallery-item{
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-radius:4px;
    overflow: hidden;
}
.gallery-item img{transition: transform .2s;border-radius:4px;}
.gallery-item:hover img{
    transform: scale(1.1);
}

.breadcrumb {
    margin-bottom: 0;
    padding: 5px 0;
    background: none;
    font-size: 15px;
}
.breadcrumb .active a{
    color: #777;
	background:none !important;
    position: relative;
}
.breadcrumb .active a:hover{
    text-decoration: none;
}

.breadcrumb .passiveCrumbs {
    color: #008dd0;
}
.breadcrumb i{
	color: #008dd0;
}
.tumbler-item{
    position: relative;
}
.tumbler-item:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255,255,255,.9);
    /* background: rgba(243, 243, 243,.9); */
    transition: all 0.1s ease-out;
    border-radius: 10px;
}
.tumbler-item{
    /* box-shadow: none; */
}
.tumbler-item-active{
    /* box-shadow: 3px 3px 17px -7px #838383 !important; */
}
.tumbler-item-active:before{
    background: rgba(255,255,255,0);
    z-index: -1;
}
.stars i{
    color: #ffb100;
    font-size: 24px;
}
.cost{
    font-size: 30px;
    font-weight: 600;
    color: #0ebd63;
    font-family: Helvetica, Arial, sans-serif;
}
.tumbler{
    display: flex;
    align-items: center;
}


.tumbler .online, .tumbler .franchise{
    font-weight: 600;
    font-size: 25px;
    text-decoration: underline;
    padding-bottom: 5px;
    
}
.tumbler:not(.tumbler-active) .online{
    color: #1f73bb;
}
.tumbler-active .online{
    color: #000;
}
.tumbler-active .franchise{
    color: #1f73bb;
}
.testimonial{
    background-color: #F6F7FA;
    background-image: url(/assets/images/abstract/h6-bg-testimonial1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.review-item{
    position: relative;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 120px 20px 20px;
    box-shadow: 0 13px 25px rgba(0, 0, 0, .2);
}
.review-item-video{
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 13px 25px rgba(0, 0, 0, .2);
    overflow: hidden;
}
.review-item-video img{
    transition: all .10s ease-out 0s;
}
.review-item-video:hover img{
    transform: scale(1.1)
}

.review-item:before{
    content: '';
}
.review-item .review-item-img{
    position: absolute;
    top: -8%;
    right: 5%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 140px;
    height: 105px;
    /* overflow: hidden; */
    background: #dddcd9;
    box-shadow: 0 13px 25px rgba(46, 105, 255, .2);
}
.review-item .review-item-img img{
    width: 100%;
    position: relative;
    top: -35%;
}
.review-author{
    color: #628dfb;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.review-item:before{
    content: "\f10d";
    position: absolute;
    top: 10%;
    left: 5%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #ffd532;
}
.switch{
    width: 65px;
    height: 30px;
    background: #242424;
    border-radius: 20px;
    padding: 4px;
    display: flex;
    align-items: center;
}
.switch:hover, .online:hover, .franchise:hover{
    cursor: pointer;
}

.toggle-switch{
    position: relative;
    width: 18px;
    height: 18px;
    display: block;
    background: #ffc300;
    border-radius: 50%;
    left: 0;
    transition: all 0.1s ease-out;
}
.tumbler-active .toggle-switch{
    left: 38px;
}
.day2, .day3{
    border-bottom:2px solid #fff;
}
.day-active{
    border-bottom:2px solid #242424;
}
.price-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9f4ff;
    font-size: 19px;
}
.price-icon i{
    background-color: #16c76d;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.price-title {
    font-size: 20px;
    font-weight: 600;
}
.galleryimage{
   border-radius:4px;
   overflow: hidden;
}
.galleryimage img{
   transition: all .10s ease-out 0s;
}
.galleryimage:hover{
   cursor: pointer;
}
.galleryimage:hover img{
   transform: scale(1.1);
}

.years-item{
   height: 100%;
   padding: 10px;
   border: 1px solid #eee;
   border-radius: 10px;
   text-align: center;
   box-shadow: 3px 3px 17px -7px #838383;
}

.years-item .year{
   font-size: 28px;
}
.person-item img{
   width: 250px;
   border-radius: 20px;
}
.person-item .person-name{
   font-size: 22px;
   font-weight: 600;
}
.person-item .position{
   font-size: 18px;
}
.history-section{
   padding-left: 100px;
}
.history-item{
   height: 100%;
   padding-bottom: 30px;
   position: relative;
}
.history-title{
   font-size: 19px;
   font-weight: 600;
}
.history-item:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -95px;
    top: 5px;
    font-size: 22px;
    color: #fff;
    width: 20px;
    height: 20px;
    border: 6px solid #00cd23;
    border-radius: 50%;
    z-index: 9;
}
.history-item:after {
    content: '';
    position: absolute;
    top: 24px;
    left: -87px;
    height: calc(100% - 17px);
    width: 3px;
    background: #00cd23;
}
.history-section .row .col-lg-12:last-child .history-item:after{
   height:0;
}

.contact-item .title{
    font-size: 25px;
    font-weight: 600;
}
.contact-item a{
    text-decoration: underline;
}
.contact-item{
    box-shadow: 3px 3px 17px -7px #838383;
    position: relative;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 20px;
}
.map-frame{
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* PULS ANIMATION BOF*/
.make__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 66px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.make__button-play {
    -webkit-animation: ring 2s infinite;
    animation: ring 2s infinite;
    position: relative;
    /* background: -o-linear-gradient(358.54deg,#0083c8 10.24%,#04c1ce 95.6%); */
    /* background: linear-gradient(91.46deg,#0083c8 10.24%,#04c1ce 95.6%); */
    height: 84px;
    width: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.make__button-play img {
    margin-left: .3125rem
}

.make__button-circle._circle-1 {
    -webkit-animation: ring1 2s infinite;
    animation: ring1 2s infinite;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-15%,-15%);
    -ms-transform: translate(-15%,-15%);
    transform: translate(-15%,-15%);
    /* border: 1px solid rgba(155,163,113,.73); */
    border: 1px solid rgba(255 ,255 ,255 ,.73);
    height: 119px;
    width: 119px;
    border-radius: 50%
}

.make__button-circle._circle-2 {
    -webkit-animation: ring2 2s infinite;
    animation: ring2 2s infinite;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-22%,-22%);
    -ms-transform: translate(-22%,-22%);
    transform: translate(-22%,-22%);
    /* border: 1px solid rgba(155,163,113,.73); */
    border: 1px solid rgba(255 ,255 ,255 ,.73);
    height: 151px;
    width: 151px;
    border-radius: 50%
}

.make__button-circle._circle-3 {
    -webkit-animation: ring3 2s infinite;
    animation: ring3 2s infinite;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-26%,-26%);
    -ms-transform: translate(-26%,-26%);
    transform: translate(-26%,-26%);
    /* border: 1px solid rgba(155,163,113,.73); */
    border: 1px solid rgba(255 ,255 ,255 ,.73);
    height: 173px;
    width: 173px;
    border-radius: 50%
}

.make__button {
    background: -o-linear-gradient(358.54deg,#0083c8 10.24%,#04c1ce 95.6%);
    background: linear-gradient(91.46deg,#0083c8 10.24%,#04c1ce 95.6%);
    letter-spacing: .075em;
    color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@-webkit-keyframes ring {
    0% {-webkit-transform: scale(1);transform: scale(1)}
    50% {-webkit-transform: scale(1.15);transform: scale(1.15)}
    100% {-webkit-transform: scale(1);transform: scale(1)}
}

@keyframes ring {
    0% {-webkit-transform: scale(1);transform: scale(1)}
    50% {-webkit-transform: scale(1.15);transform: scale(1.15)}
    100% {-webkit-transform: scale(1);transform: scale(1)}
}

@-webkit-keyframes ring1 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

@keyframes ring1 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

@-webkit-keyframes ring2 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}

@keyframes ring2 {
    0% {opacity: 0}
    50% {opacity: 1}
    100% {opacity: 0}
}
/* PULS ANIMATION EOF*/

/* FOOTER SOC AND MESSENGER BOF*/
.copyright {
    font-size: 16px;
    color: #aaa;
}

.footer-soc {display: flex;justify-content: end}
.footer-soc i{color: #fff}
.footer-soc a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 5px;
    font-size: 25px;
    color: #fff;
    margin-right: 15px;
}

.footer-soc:hover a{cursor: pointer; color:#fff;text-decoration: none;}

.footer-soc .whatsapp{background: #00b12f}
.footer-soc .facebook{background: #4a76a8}
.footer-soc .youtube{background: red}
.footer-soc .instagram{background: linear-gradient(180deg, rgba(113,36,195,1) 0%, rgba(196,42,104,1) 51%, rgba(220,144,63,1) 100%)}

/* FOOTER SOC AND MESSENGER EOF*/

/* MODAL STYLE BOF*/
button.close:hover {
    color: red;
    opacity: 1;
}
button.close {
    position: absolute;
    right: -5px;
    top: -55px;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: none;
    background: none;
}

.modal-form-number {
    background: #f3f7ff;
    border: 1px solid #d9dfeb;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 12px;
}
.modal-form-number a{
   color: #006c9f; 
}

.field label {
    transition: all 0.2s;
    touch-action: manipulation;
    color: #686868;
    font-family: "Open Sans", sans-serif;
    line-height: 10px;
    position: absolute;
    top: 50%;
    left: 13px;
    font-size: 15px;
    margin-bottom: 0 !important;
    transform: translate(0, -50%);
}

.fieldarea label{
	top: 13%;
}
.fieldarea .form-control {
    padding-top: 16px !important;
}
.field {
    position: relative;
}
.moveUp {
    top: -10px !important;
    padding: 5px 5px 0 5px;
    background: #fff;
    transform: none !important;
    font-size: 13px !important;
}

.form-control {
    padding: 6px 16px !important;
}
#modalform input.form-control {
    height: calc(2.25rem + 8px) !important;
}
._org{
    display: none;
}
.modal-body{
    padding: 15px 24px 24px 24px;
}

.form-success-message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.95);
    border-radius: 12px;
    padding: 15px;
}
.modal-content{
    border-radius: 20px;
}
.modal-content > img{
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}
.investment{
    font-size: 27px;
}
.included, .reviews-title, .next-story{font-size:2.5rem}
/* .top-desc {font-size: 20px;} */
/* Preloader EOF*/
.holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .7);
    z-index: 9;
    border-radius: 20px;
}

.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}
.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 10%;
    height: 10%;
    background-color: #198dbe;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    92% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
.top-line-helper {
        height: 82px;
}

/* Preloader EOF*/
/* MODAL STYLE EOF*/
.section-price h2,.section-skills h2{font-size: 2.5rem}

@media screen and (max-width: 1399px){
    .why-course {
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: row;
        height: 80px;
        padding: 0 10px;
        font-size: 17px;
        text-align: left;
        align-items: center;
    }
    .why-course i {
        margin-right: 18px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1199px){
    .container {max-width: 100%}
    .owl-prev{
        left: 10px;
    }
    .owl-next{
        right: 10px;
    }
    .process-icon-wrapper {
        width: 70px;
        height: 70px;
        left: -10px;
        top: 0px;
    }
    .process-item .process-icon {
        font-size: 24px;
        width: 60px;
        height: 60px;
    }
    .section-price h2,.section-skills h2{font-size: 1.95rem}
    .why-course{
        font-size: 15px;
        padding: 10px 10px;
        height: 100%;
    }
}
@media screen and (max-width: 991px){
    h2 {
        font-size: 38px;
    }
    .owl-nav{
        bottom: 40px;
        z-index: 99;
    }
    .owl-prev{
        left: 40%;
    }
    .owl-next{
        right: 40%;
    }
    .owl-prev i, .owl-next i{
        font-size: 20px;
    }
    .owl-dots {
        bottom: 18px;
    }
    .owl-theme .owl-dots .owl-dot span{
        background: #000000;
    }
    
    .navbar-expand-lg {
        position: initial !important;
    }
    .section-price-title{
        color: #0cab5a;
    }
    .navbar-nav li.active > a {
        color: #fff !important;
        background: #444;
        text-decoration: none !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 20px;
    }
    .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 9999;
        background: rgb(0 0 0);
        padding: 0 30px;
    }
    .mainscroll {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1050;
        background: rgba(0, 0, 0, 1);
    }
    .call-button{display: none;}
    .navbar-dark .navbar-toggler {
        color: #242424;
        border-color: #242424;
        border-radius: 12px;
        background-color: white !important;
        padding: 0.5rem 1.1rem !important;
        font-size: 1.5rem !important;
    }
    .section-price h2{text-align: center}
    .make__buttons{
        position: absolute;
        right: 0;
        bottom: -80px;
    }
    .main-desc{width: 100%}
    .top-line-helper {
        height: 66px;
    }
    .tumbler {
        justify-content: center;
    }
}

@media screen and (max-width: 767px){
    .main-button {display: table}
    .make__buttons {
        right: 50px;
        bottom: 27px;
    }
    .youtube-btn:before {
        width: 35px;
        height: 25px;
    }
    .play-video i {
        font-size: 50px;
    }
    .play-video {
        width: 100px;
        height: 100px;
    }
    .section-price h2, .section-skills h2 {
        font-size: 1.8rem;
    }
    .history-item:after {left: -37px}
    .history-item:before {left: -45px}
    .history-section {padding-left: 50px}
    .footer-soc {justify-content: center}
    .copyright{text-align: center;}
}
@media screen and (max-width: 575px){
    .owl-prev{
        left: 25%;
    }
    .owl-next{
        right: 25%;
    }
    .main-box-content-title{
        font-size: 17px;
    }
    .main-box-content-desc{
        font-size: 14px;
    }
    .person-item .person-name, .top-desc {font-size: 16px;}
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse {padding: 0 10px}
    .navbar-dark .navbar-toggler {
        padding: 0.55rem 1rem !important;
        font-size: 1.2rem !important;
    }
    .navbar-brand {height: 36px}
    .top-line-helper {height: 53px}
    .number-head a{font-size: 16px}
    .main-title {font-size: 1.7rem}
    .video-section {min-height: 550px}
    .main-desc {font-size: 16px}
    .make__buttons {right: 33px}
    .success-item {margin-bottom: 20px;}
    .success-item i {margin-right: 15px;margin-bottom: 0;text-align: center;width: 50px;}
    .section-price h2, .section-skills h2 {font-size: 1.7rem}
    /* .tumbler-active .toggle-switch {left: 15px} */
    /* .toggle-switch {width: 13px;height: 13px} */
    /* .switch {width: 35px;height: 20px} */
    /* .puls-btn:after, .puls-btn:before {right: -65%} */
    .cost {font-size: 30px}
    .training-item h3 {font-size: 17px}
    .training-item {padding: 15px}
    .training-item h3:before {left: -15px;width: auto;right: 0px}
    .training-item ul{padding-left: 30px}
    .training-item ul li{padding-left: 13px}
    .investment{font-size: 22px}
    .why-course {flex-direction: row;text-align: left;justify-content: start;font-size: 17px}
    .why-course span {width: 60px}
    .why-course span i{font-size: 30px}
    .included{font-size:1.7rem}
    .history-item{padding-bottom: 10px}
    .history-section .row .col-lg-12:last-child .history-item{padding-bottom: 0}
    .reviews-title,.next-story{font-size: 2rem}
    .review-item .play-review i{font-size: 40px}
    .review-item .play-review .youtube-btn:before {width: 27px;height: 21px}
}
@media screen and (max-width: 380px) {
    
    .cost {font-size: 22px}
    .make__buttons {position: initial}
    .video-section {min-height: 600px}
    .main-desc {font-size: 14px}
    .main-button {
        display: block;
        text-align: center;
    }
    .navbar-dark .navbar-toggler {
        padding: 0.45rem 0.7rem !important;
        font-size: 1rem !important;
    }
    .number-head a{font-size: 15px}
    .navbar-brand {height: 33px}
    .top-line-helper {height: 49px}
}