
:root {
  --main-color: #CCCCCC;
  --main-color2: #000000e4; 
  --main-color3: #080607; 
  --main-color4: #f0f0f0; 
  --main-color5: #0C0B0D; 
  --main-color6: #CCCCCC;
  --main-color8: #8F064A;
  --main-color9: #650434;
  --main-color10: #000000b6;
  --main-color11: #080607;
  --main-color12: #00703C;
  --main-color13: #1A1A2E;
}
i.fa.fa-bars::before{
    background-color: transparent;
    color: var(--main-color4);
}
i.fa.fa-barss::before{
    background-color: transparent;
    color: transparent;
}
.fa-bars:before{
    color: black;
}
body {
    text-size-adjust: 100%;
  }

  .homb{
    display: none;
  }
a{
color: var(--main-color6) !important;
}
body{
background-color:var(--main-color3) !important;
color:var(--main-color4) !important;
}
* {
    margin: 0;
    padding: 0;
 background-color: var(--main-color3)a8;
}
::selection {
   background-color: var(--main-color4);
  background-color: var(--main-color8); 
}
.custom-selection::selection {
       background-color: var(--main-color4);
  background-color: var(--main-color8); 
}
    .what-say {
        background: var(--main-color4) !important;
        max-width: 25%;
        margin: 0 auto;
    }
img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    }
.backnegro{
    background-color: black;
    cursor: pointer;
}
.floating-logo {
  animation: float 5s infinite ease-in-out forwards; 
  margin-top: 10px; 
  opacity: 0.9; 
}
@keyframes float {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px); 
    opacity: 0.9; 
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hover-effect {
    transition: filter 0.3s ease, transform 0.3s ease; 
}
.hover-effect:hover {
    filter: brightness(105%);
    transform: scale(1.2); 
}
a{
}
.brands{
    width: 100;
    margin: 0px 8vh 0px 8vh;
    text-align: center;
    align-items: center;
}
.brands img{
    width: 100px;
    margin: 15px;
    text-align: center;
    align-items: center;
}
.brands2 img{
    width: 480px;
    text-align: center;
    align-items: center;
}
.transpsec{
    width: 100px;
}
.bwl{
    text-align: center;
}
.g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
}
.fa{
    color:white;
}
nav a:visited{
    color: transparent;
}
1
.skype{
    width: 40px;
}
#facilities-left, #facilities-right{
    width: 10%;
    height: 10%;
    margin-top: 8%;
}
#facilities-left img {
    width: 100%;
    cursor: pointer;
}
#facilities-right img {
    width: 100%;
    transform: rotate(180deg);
    cursor: pointer;
}
.header{
    min-height: 500px;
    width: 100%;
    background-position: center;
    background-size:cover;
    position: relative;
}
.header .fa{
    color: white;
    visibility: visible;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img {
    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
}     
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 14px;
    position: relative;
}
.nav-links ul li a{
	color: var(--main-color4);
    text-decoration:none;
    font-size: 13px;
}
.nav-links ul li p{
     background-color: var(--main-color4);
    text-decoration:none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: "";
    width: 0%;
    height: 2px;
    background: var(--main-color8);
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
     background-color: var(--main-color4)a8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;    
}
.text-box h1 {
    font-size: 62px;
}
.text-box p{
    margin:10px 0 40px;
    font-size: 14px;
     background-color: var(--main-color4);
}
.hero-btn {
    display: inline-block;
    text-decoration: none;
     background-color: var(--main-color8);
    border: 1px solid var(--main-color8);
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s; 
}
.hero-btn:hover {
     background-color: var(--main-color8);
    border: 1px solid var(--main-color8);
    background-color: var(--main-color8);
}
.hero-btn-b{
    display: inline-block;
    text-decoration: none;
    color:var(--main-color4);
    border: 1px solid var(--main-color8);
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    visibility: visible;
transition: color 0.5s, border-color 0.5s, background-color 0.5s; 
}
.hero-btn-b:hover{
    color:var(--main-color4);
    border: 1px solid var(--main-color8);
    background-color: var(--main-color8);
    transition: 1s;
}
#iconsb{
    display: contents;
}
nav .fa{
    display: none;
}
@media(max-width: 1020px){
    .brands img{
     margin: 0px 1vh 0px 1vh;
        width: 100px;
        text-align: center;
        align-items: center;
    }

    .homb{
        display: block;
      }

        .header {
        background-position: top right; 
        min-height: 300px !important; 
    }
        .sub-header {
        background-position: top right; 
        min-height: 300px !important; 
    }
            .sub-header22 {
        background-position: top right; 
        min-height: 300px !important; 
    }
.what-say {
    background: var(--main-color4) !important;
    max-width: 90%; 
    margin: 0 auto;
}
         .hide-on-mobile {
                display: none;
            }
    .brands2 img{
     margin: 0px 1vh 0px 1vh;
        width: 100px;
    margin: 10px;
    text-align: center;
    align-items: center;
}
    .floating-logo {
  animation: float 5s infinite ease-in-out forwards; 
  margin-top: 30px; 
  opacity: 0.9; 
}
    .about-col{
           position: relative; 
        margin: auto; 
    }
       .about-col img {
        position: relative; 
top: 0 !important!;
    }
    li .fa-instagram{
        visibility: hidden;
    }
    li .fa-youtube{
        visibility: hidden;
    }
    li .fa-tiktok{
        visibility: hidden;
    }
    li .fa-spotify{
        visibility: hidden;
    }
    li .fa-facebook{
        visibility: hidden;
    }
    .nav-links ul li{
        list-style: none;
        display: inline-block;
        padding: 20px 25px;
        position: relative;
    }
    #botonBcon{
        visibility: hidden;
    }
    .hero-btn-b{
        visibility: visible;
    }
}
@media(max-width: 850px){
    .brands img{
     margin: 0px 1vh 0px 1vh;
        width: 100px;
        text-align: center;
        align-items: center;
    }

    .homb{
        display: block;
      }
        .header {
        background-position: top right; 
        min-height: 300px !important; 
    }
        .sub-header {
        background-position: top right; 
        min-height: 300px !important; 
    }
            .sub-header22 {
        background-position: top right; 
        min-height: 300px !important; 
    }
.what-say {
    background: var(--main-color4) !important;
    max-width: 90%; 
    margin: 0 auto;
}
         .hide-on-mobile {
                display: none;
            }
        .brands2 img{
     margin: 0px 1vh 0px 1vh;
        width: 100px;
    margin: 10px;
    text-align: center;
    align-items: center;
}
    .floating-logo {
  animation: float 5s infinite ease-in-out forwards; 
  margin-top: 30px; 
  opacity: 0.9; 
}
    .about-col{
           position: relative; 
        margin: auto; 
    }
       .about-col img {
        position: relative; 
top: 0 !important!;
display: none;
    }
    .nav-links ul li{
        list-style: none;
        display: inline-block;
        padding: 20px 25px;
        position: relative;
    }
    #botonBcon{
        visibility: hidden;
    }
    .hero-btn-b{
        visibility: visible;
    }
}
@media(max-width: 1080px){
    .text-box h1{
        font-size: 20px;
    }
        .about-col{
           position: relative; 
        margin: auto; 
    }
       .about-col img {
        position: relative; 
        top: 0 !important!; 
display: none;
    }
         .hide-on-mobile {
                display: none;
            }
                .header {
        background-position: top right; 
        min-height: 300px !important; 
    }
            .sub-header {
        background-position: top right; 
        min-height: 300px !important; 
    }
            .sub-header22 {
        background-position: top right; 
        min-height: 300px !important; 
    }
        .brands2 img{
     margin: 0px 1vh 0px 1vh;
        width: 33vh;
    margin: 10px;
    text-align: center;
    align-items: center;
}
.what-say {
    background: var(--main-color4) !important;
    max-width: 90%; 
    margin: 0 auto;
}
        .floating-logo {
  animation: float 5s infinite ease-in-out forwards; 
  margin-top: 30px; 
  opacity: 0.9; 
}
    .nav-links ul li {
        display: block;
    }
        .nav-links ul li .fa {
       visibility: hidden;
    }
    a:link { text-decoration: none; }
    a:visited { text-decoration: none; }
    a:hover { text-decoration: none; }
    a:active { text-decoration: none; }
    .nav-links {
        position: fixed;
        background: var(--main-color9);
        height: 100vh;
        width: 200px;
        top:0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: var(--main-color4);
         background-color: transparent;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    .row{
        flex-direction: column;
    }
    .testimonial-col img{
        margin-left: 0px;
        margin-right: 15px;
    }
    .cta h1{
        font-size: 24px;
    }
    .sub-header h1{
        font-size: 24px;
    }
    .facilities{
        padding-bottom: 13%;
        cursor: pointer;
    }
    .facilities img{
        margin-top: 10%;
    }
    #facilities-left, #facilities-right{
        width: 20%;
        height: 20%;
        margin-top: 8%;
        margin: auto;
        padding: 0;
    }
    #facilities-left img {
        width: 100%;
        transform: rotate(90deg);
        padding: 0;
    }
    #facilities-right img {
        width: 100%;
        transform: rotate(-90deg);
        padding: 0;
    }
    .brands img{
     margin: 0px 1vh 0px 1vh;
        width: 100px;
        text-align: center;
        align-items: center;
    }
    .nav-links ul li{
        list-style: none;
        display: inline-block;
        padding: 20px 25px;
        position: relative;
    }
    #botonBcon{
        visibility: hidden;
    }
    .hero-btn-b{
        visibility: visible;
    }
}
.course{
    border-bottom: 25px transparent;
    border-top: 25px transparent; 
    width: 100%;
    margin: auto;
    padding-right: 6%;
    padding-left: 6%;
    text-align: center;
    justify-content: space-between;
    padding-top: 50px;
}
.course2{
    background-image: linear-gradient(rgba(4,9,30,0.9),rgba(4,9,30,0.9)) ;
    border-bottom: 25px solid transparent;
    border-top: 25px transparent; 
    width: 100%;
     background-color: var(--main-color4);
    margin: auto;
    padding-right: 0%;
    padding-left: 0%;
    text-align: center;
    justify-content: center!important;
    padding-top: 50px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color:var(--main-color4);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px;
}
.contact-us .row{
    margin-top: 70px;
}
.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.course-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align: center;
    font-weight: 800;
    margin: 10px 0;
}
.campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.campus-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campus-col img{
    width: 100%;
    display: block;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    transition: 0.5s;
}
.layer:hover{
    background: rgba(226,0,0,0.7);
}
.layer h3{
    width: 100%;
    font-weight: 800;
     background-color: var(--main-color4);
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}
.facilities {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.facilities-col{
    flex-basis: 23%;
    margin-bottom: 5%;
    padding-top: 12px;
    text-align: left;
    transition: 0.3s;
}
.facilities-col img{
    width: 100%;
}
.facilities-col:hover{
    color: var(--main-color);
    cursor: pointer;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    background-color: var(--main-color9);
    width: 100%;
}
.facilities-col p{
    padding: 0;
    text-align: center;
}
.facilities h1{
    margin-bottom: 38px;
}
.facilities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: center;
}
.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.testimonial-col {
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: var(--main-color4);
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.testimonial-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}
.testimonial-col p{
    padding: 0;
}
.testimonial-col h3{
    margin-top: 15px;
    text-align: left;
}
.testimonial-col .fa{
    color:var(--main-color);
}
.cta{
    width: 90%;
    margin: auto;
    background- background-color: var(--main-color4);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
}
.cta h1{
    color: var(--main-color);
    margin-bottom:40px;
    padding: 0;
}
.cta 
.footer{
    width: 100%;
    padding: 10px 0;
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 800;
}
.icons{
    text-align: center;
}
.icons .fa{
    color:var(--main-color);
    text-align: center;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-heart-o{
    color: var(--main-color);
}
.footer p{
    text-align: center;
}
.header{
    min-height: 500px;
    width: 100%;
    background-position: center;
    background-size:cover;
    position: relative;
    background-size: cover;
    text-align: center;
}
.sub-header{
    min-height: 500px;
    width: 100%;
    background-position: center;
    background-size:cover;
    position: relative;
    background-size: cover;
    text-align: center;
}
.sub-header22{
    min-height: 500px;
    width: 100%;
    background-position: center;
    background-size:cover;
    position: relative;
    background-size: cover;
    text-align: center;
}
.sub-header h1{
    margin-top: 100px;
}
.sub-header22 h1{
    margin-top: 100px;
}
.about-us{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.about-col{
        position: relative; 
    overflow: visible; 
    flex-basis: 48%;
    padding: 10px 2px;
}
.about-col img{
    width: 100%;
}
div .about-col img{
  position: relative; 
    top: -170px;
    left: -50px;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
.about-col h1{
    padding-top: 0;
}
.about-col p{
    padding: 15px 0 25px;
}
.red-btn{
    border:1px solid var(--main-color8);
    background: transparent;
    color: var(--main-color8);
}
.red-btn:hover{
    color:var(--main-color8);
}
.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.blog-left{
    flex-basis: 65%;
}
.blog-left img{
    width: 100%;
}
.blog-left h2{
    color: #222;
    font-weight: 800;
    margin: 30px 0;
}
.blog-left p{
    color: #999;
    padding: 0;
}
.blog-right{
    flex-basis: 32%;
}
.blog-right h3{
    background:var(--main-color);
    color:var(--main-color4);
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px;
}
.blog-right div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-color4);
    padding: 8px;
    box-sizing: border-box;
}
.comment-box{
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 10px 20px;
}
.comment-box h3{
    text-align: left;
}
.comment-form input, .comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: var(--main-color3);
}
.comment-form button{
    margin: 10px 0;
}
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
}
.location iframe{
    width: 100%;
}
.contact-us{
    width: 80%;
    margin: auto;
}
.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contact-col .fa{
    font-size: 28px;
    color:var(--main-color8);
    margin: 10px;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
}
.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--main-color4);
    font-weight: 800;
}
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.section-brands{
    text-align: center;
}
.section-brands h2{
    margin-top: 5%;
}
@media (max-width: 850px) {
    .about-col img {
        top: 0 !important;
display: none;
    }
}
@media (max-width: 1020px) {
    .homb{
        display: block;
      }
    .about-col img {
        top: 0 !important;
display: none;
    }
}
@media (max-width: 1080px) {
    .homb{
        display: block;
      }
    .about-col img {
        top: 0 !important;
        display: none;
    }
}