@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);

body {
  padding: 0;
  margin: 0;
  font-family: 'Dubai-light' !important ;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  box-sizing: border-box;
}
.img-up:hover{
    cursor: pointer;
}
a{
    text-decoration: none;
}
.bold700{
    font-weight: 700 !important;
}
.slide1 {
  background-image: url("img/1slide.jpg");
  background-size: cover;
  width: 100%;
  min-height: 80%;
}
.mhh{
    margin-top: -350px;
}
.slide2 {
  background-image: url("img/2slide.jpg");
  background-size: cover;
}
.slide3 {
  background-image: url("img/3slide.jpg");
  background-size: cover;
}
.bbtn1 {
  background-color: #09ebe0;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
.bbtn2 {
  background-color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
.carousel-caption1 {
  position: absolute;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  top: 12vw;
  left: 16vw;
}
.ffs{
    font-size: 4vw;
    font-weight: bolder;
}
#mentorForm #navBar{
    position:relative;
    
}
.navbar1{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030;
}
 .free {
    background-color: #004D6E!important;
    border-radius: 15px;
    border: none !important;
    
}
.free :hover{
    background-color: none;
}
.contact-us-box{
    border-radius: 15px;
}
.fss{
    font-size: 1.3vw;
}
.bdr{
    border-radius: 15px;
}

.banner-caption{
    position: absolute;
    top: 10vw;
    left: 15vw;
    margin-bottom: 0;
}
.banner-caption1{
    position: absolute;
    top: 15vw;
    left: 15vw;
    margin-bottom: 0;
}
.vision-caption{
    position: absolute;
    top: 12.5vh;
    left: 4vw;
}

.vision-caption p{
    font-size: 2.2vw;
}
.text-muted1{
    font-family: Dubai;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
color: #D6D6D6;

}
 .under{
    font-size: 1.9vw;
    margin-bottom: 10px;
}

.metee1-img, .metee2-img{
    position: relative;
}

.banner-caption .head1{
    font-size: 2.9vw;
}
.banner-caption1  .head2{
    font-size: 4.3vw;
}
.banner-caption1  .head3{
    font-size: 4.3vw;
    padding: 0;
    margin: 0;
}
.vision-caption .head2{
    font-size: 3vh;
}
.banner-caption p{
    font-size:1.5vw;

}
.vision-banner p{
    font-size:2.0vw;

}

.heed{
    font-size:1.5vw;
}
select{
    background-color: #eee;
}
.mentor-form{
    padding: 20px;
    box-shadow: 0px 0px 22px 0px #0000001A;
    border-radius: 15px;
}
.light-secondary{
    background-color: #D9FFFF;
}
.contact-us-box{
    position: absolute;
    top: 4vw;
}
.light-secondary-color{
    color:#D9FFFF ;
}
.benefit{
    background: #FFFFFF;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    font-weight: 400;
}
.mtt{
    margin-top: 6vw;
}
.fww{
    font-weight: 400;
}
.avatar{
    height: 8vw;
    width: 8vw;
    position: absolute;
     top:-1vw;
}
.mentors-sect{
    font-size: 1.2rem;
}
.bold500{
    font-weight: 500 !important;
}
.size30{
    font-size: 1.5rem;
}
.carousel-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    width: 100%;
}
.rela{
    position: relative;
}

.rounded1{
    border-radius: 15px;
}
.fs-head{
    font-size: 50px;
}
.text-smalll{
 font-size: 13px;
}
.button1{
    padding: 10px 20px ;
    border: 1px solid #09EBE0 ;
    border-radius: 1rem;
}
.button2{
    padding: 10px 20px ;
    background-color: #09EBE0 ;
    border-radius: 1rem;
    color: white;
}
.arrowb:hover{
    background-color: #09EBE0;
}
.bbb{
    border-bottom: 1px solid #B2BEB5
    ;
}
.entry-header {
    display: none;
}
.bdrr{
    border-radius: 50px;
    border: 2px solid #fbfafa;
}
.mentorbox {
    background-color: #004D6E !important;
    padding:15px ;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 35px;
    padding-top: 20px;
    
}
.menteebox {
    background-color: #D9FFFF !important;
    padding:15px ;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 35px;
    padding-top: 20px;
    
}

.complete{
    background: none;
}
.upload-field {
    border-radius: 10px;
    background-color: #09EBE0;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}
input{
    border-radius: 15px;
}
.dropdown-item:hover{
   color:#004D6E !important;
   background-color: none !important;
}
.form-sec{
    padding: 3vw 6vw;
    border-radius:3vw 3vw 0vw 0vw;
}
.form-sec-mentor{
    padding: 3vw 6vw;
    border-radius:3vw 3vw 0vw 0vw;
}
.image-upload>input {
    display: none;
  }
.form-sec2{
    padding: 3vw 6vw;
    border-radius: 0vw 0vw 3vw 3vw;
}

.form-sec1{
    padding: 3vw 6vw;
    border-radius:0vw 0vw 3vw 3vw;
}
.headword{
font-size: 2vw;
font-weight: bolder;
line-height: 2vw;
letter-spacing: 0em;
color: #000;
}
.texi{
    color: #004D6E
    ;
}
.subhead1{
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 1.7rem;
letter-spacing: 0em;
margin-bottom: 0px;
}
.mentee-caption {
    position: absolute;
    bottom:1vw;
    left:1vw;
}
.subhead2{
font-size: 1.2rem;
font-style: normal;
font-weight: 500;
letter-spacing: 0em;

}
.modal-content {
    background-color: none !important;
}


.select-selected {
    background-color: red !important;
  }
  @media screen and (max-width: 980px) {
    .contact-us-box{
        position: relative;
        display: block;
        margin-bottom: 3vh;
    } 
    }
@media screen and (max-width: 780px) {
    .navbar1 {
      background-color: #004D6E;
      position: relative;

    }
    .nan{
        margin-bottom: 10px;
    }
    .avatar{
        height: 18vw;
        width: 18vw;
        position: relative;
    }
   .contact-us-box{
        position: relative;
        display: block;
    } 
   
    #mentorForm #navBar{
        position:relative;
        
    }

  }
  @media screen and (max-width: 770px) {
  .btn-mt{
      margin-top: 30px;
  }
	 
  
}
@media screen and (max-width: 500px) {
	
}