body{
    font-family: "Montserrat", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    text-decoration: none;
}
.font-bold{
    font-weight: bold;
}
.text-cyan{
    color: #74faca;
}
.banner.relative{
    overflow: hidden;
}
#bg-vide{
    transform: scale(1.2);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ml-auto {
    margin-left: auto;
}
.navbar a{
    color: #9e9e9e;
    fill: #9e9e9e;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 14px;
}
.btn-header a{
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 17px;
    background: #75fbcb;
    border: 1px solid #75fbcb;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.banner-content{
    padding: 70px 0px 100px;
}
.banner-content h1{
    color: #fff;
    font-size: 85px;
    font-weight: 400;
    line-height: 1em;
}
.banner-content p{
    color: #b0b0b0;
    font-size: 20px;
}
.news-letter{
    display: flex;
    gap: 15px;
}
.news-letter input {
    background-color: #00000054;
    border-color: #74faca;
    border-width: 1px;
    border-radius: 50px;
    width: 73%;
    padding: 15px;
}
.news-letter button{
    border-radius: 50px;
    padding: 10px 17px;
    background: #75fbcb;
    border: 1px solid #75fbcb;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}







.box-1 {
    background: #000;
    border-radius: 18px 18px 0;
}
.box-1 a{
    color: #fff;
}
.box-2 a{
    color: #000;
}
.box-2 {
    background: #fff;
    border-radius: 18px 18px 0;
}
.help-box{
    padding: 60px;
}
.help-box h2 a{
    text-decoration: none;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3em;
}
.experince-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 224px;
    background: linear-gradient(159deg, #18181c 0%, #18181c 100%) !important;
    border-radius: 10px;
    transition: 0.5s;
    padding: 10px;
}
.experince-box h2 a{
    color: #fff;
    text-decoration: none;
}
.experince-box h2{
    color: #fff;
    font-size: 22px;    
    font-weight: 700 !important;
}
.experince-box:hover h2 a{
    color: #000;
}
.experince-box:hover h2{
    color: #000;
}
.experince-box:hover{
    background: linear-gradient(160deg,#75fbcb 0%,#99feb1 100%) !important;
}
.content-box ul {
    padding-left: 1rem;
}
.content-box ul li{
    font-size: 14px;
    margin-bottom: 10px;
}
.bg-gradient{
    background: linear-gradient(150deg, #75fbcb 0%, #99feb1 100%) !important;
    padding: 50px 0px;
}
.content-box a{
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 17px;
    background: #75fbcb;
    border: 1px solid #75fbcb;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.text-gry{
    color: #c8c8c8;
}
.br-20{
    border-radius: 20px;
}
.video-box{
    background-image: url(../images/video-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.review-box{
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.review-box p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
}
.profile img{
    width: 50px !important;
    border-radius: 100%;
}
.profile p{
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
}
.bg-black{
    background: #000;
}
.form-box p{
    color: #9e9e9e;
    font-size: 14px;
}
.form-box span{
    color: #75fbcb;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.group-box input{
    width: 100%;    
    padding: 6px 16px;
    background-color: #18181c;
    border-width: 0;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
    font-weight: 400;
}
.group-box textarea{
    width: 100%;    
    padding: 6px 16px;
    background-color: #18181c;
    border-width: 0;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
    font-weight: 400;
}
.group-box button{
    border-radius: 20px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 10px 17px;
    background: #75fbcb;
    border: 1px solid #75fbcb;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.faq .accordion-button:not(.collapsed){
    color: #141619;
    background-color: #ffffff;
    box-shadow: none;
}
.faq .accordion-item {
    background-color: #fff;
    border: 0px;
}
.faq button.accordion-button {
    border-top: 1px solid #eeeeee;
    border-radius: 0px !important;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0px;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
}
.faq .accordion-body{
    padding: 20px 0px;
}
.faq .accordion-button::after{
    background-image: url(../images/plus.png)
}
.faq .accordion-button:not(.collapsed)::after{
    transform: rotate(-225deg);
}
.faq .accordion-body{
    font-size: 14px;
}
.footer{
    background-image: url(../images/f-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.f-widget p{
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
}
.f-widget h6{
    font-weight: 600;
    line-height: 22px;
    color: #ffffff;
    font-size: 14px;
}
.f-widget label{
    color: #fff;
    font-size: 12px;
}
.f-widget input{
    width: 100%;
    border-radius: 6px;
    padding: 5px 10px;
    border: 0px;
}
.f-widget button{
    border-radius: 6px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 10px 17px;
    background: #5adab3;
    border:1px solid #5adab3;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.f-widget a{
    text-decoration: none;
    display: block;
    padding: 4px 0px;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
}
.socials{
    text-align: end;
}
.socials a i{
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}
@media only screen and (min-width: 2000px) {
   #bg-vide{
    transform: scale(2.9);
   }
}

@media only screen and (min-width: 1499px) {
   #bg-vide{
    transform: scale(1.9);
   }
}
@media only screen and (max-width: 991px) {
    div#navbarSupportedContent {
        position: absolute;
        top: 110px;
        background: #fff;
        text-align: center;
        width: 100%;
        left: 0;
    }
    .banner-content h1{
        font-size: 40px;
    }
    .banner-content p {
        color: #b0b0b0;
        font-size: 13px;
    }
    .banner-content p {
        font-size: 13px;
    }
    .banner-content {
        padding: 20px 0px 100px;
    }
    .help-box h2 a{
        font-size: 20px;
    }
    .help-box {
        padding: 30px;
    }
    .experince-box h2{
        font-size: 15px;
    }
}
@media only screen and (max-width: 769px) {
    #bg-vide{
        display: none;
        position: unset;
    }
    .banner{
        background: #000;
    }
    .experince-box{
        height: 124px;
    }
    .content-box {
        margin: 20px 0px;
    }
    .image-box.text-center img.w-75{
        width: 100% !important;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}