
@font-face {
  font-family: 'CabinetGrotesk-Black';
  src: url('../../fonts/en/CabinetGrotesk-Black.eot');
  src: url('../../fonts/en/CabinetGrotesk-Black.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/en/CabinetGrotesk-Black.woff2') format('woff2'),
       url('../../fonts/en/CabinetGrotesk-Black.woff') format('woff'),
       url('../../fonts/en/CabinetGrotesk-Black.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'CabinetGrotesk-Regular';
  src: url('../../fonts/en/CabinetGrotesk-Regular.eot');
  src: url('../../fonts/en/CabinetGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/en/CabinetGrotesk-Regular.woff2') format('woff2'),
       url('../../fonts/en/CabinetGrotesk-Regular.woff') format('woff'),
       url('../../fonts/en/CabinetGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.navbar {

  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
background-color:transparent;

}



.navy{

}

.black{
  color:black
}

.yellow{
  color:#EAC435;
}


.white{
  color:white;
}
p{
font-size:16px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'CabinetGrotesk-Black';
}
body{
    background-color:white;
  color:#103147;
  font-family: 'CabinetGrotesk-Regular';
  overflow-x: hidden;
  direction:ltr ;
}
.bold-font{
  font-family: 'CabinetGrotesk-Black';}    

.mainmenu{
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
}

.mainmenu .nav-link {
  display: block;
  padding: 0.5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  color:white;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-size: 14px;
  font-family: 'CabinetGrotesk-Black';

}


.lanbtn{
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 6px 34px;
  border-radius: 4px;
}


.LOGIN{
  background: linear-gradient(263deg, #123499 5.05%, #1A43BF 94.95%);
  font-family: 'CabinetGrotesk-Black';
  color: white;
  border:0;
  padding: 10px 26px;
  border-radius: 4px;
  text-decoration:none;
}
.LOGIN:hover{
  COLOR:WHITE;
}
.mainmenu a{



  color:white;
  text-decoration: none;
  font-size: 18px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.2rem;
    padding-right:1.2rem;
  }
 
}


.dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
  font-size: 15px;
}

.carousel-caption {
  position: absolute;

  bottom: 40%;
  right: 5%;
  left: 5%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #00243B;
  text-align: center;
  text-align: right;
}

#carouselExampleCaptions h1{
  font-size:70px ;
  font-family: 'CabinetGrotesk-Black';
  width: 100%;
  background-image:url(../../images/en/h1bg.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  padding:0px 10px ;
  margin-top:40px ;
  margin-bottom: 0;
}
#carouselExampleCaptions h2{
  font-size:60px ;
  font-family: 'CabinetGrotesk-Black';
  width: 100%;
  background-image:url(../../images/en/h1bg.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  padding:0px 10px ;
  margin-top:0px ;
  color:#EAC435 !important
}
.readmore{
  background-color: white;
  border:none;
  border-radius:40px ;
  padding: 5px 45px;
  margin-top:20px ;
  font-size:19px ;
  box-shadow: 0px 2px 7px #00000045;
}


.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}










@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.searchbtn{
  background-color: #00CBF9;
  border-radius: 6px;
  width: 38px;
  padding: 2px 7px;
}

.carousel-inner{
 
}




.banner{
  margin-top: -94px;
  z-index: 100;
  position: relative;

}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.orange{
  background-color: #FD5F2B;
  border-radius: 21px;
  color: white;
  padding: 5px 20px;
  text-decoration: none;
  position: relative;
  top: -28px;
  width: 170px;
  display: block;
  margin: auto;
  box-shadow: 0px 2px 6px #bdbdbd;

}

.banner a:hover{
  color:white;
}


.move{
  background-color: #814C99;
  border-radius: 21px;
  color: white;
  padding: 5px 20px;
  text-decoration: none;
  position: relative;
  top: -28px;
  width: 170px;
  display: block;
  margin: auto;
  box-shadow: 0px 2px 6px #bdbdbd;

}


.blue{
color:#123499;

}


.silver{
  background-color: #75787B;
  border-radius: 21px;
  color: white;
  padding: 5px 20px;
  text-decoration: none;
  position: relative;
  top: -28px;
  width: 170px;
  display: block;
  margin: auto;
  

}


.programs{
  background-image:url(../../images/en/programsbg.png) ;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height:600px ;
  margin-top:50px ;
  background-attachment: fixed;
}

.partner{
  background-image:url(../../images/en/partner.png) ;
  min-height:499px ;
  background-size: cover;
  background-position:bottom ;
}

.paddingsection{
padding:0px 100px ;
}


.box8 {
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  position: relative;
  border-radius: 23px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height:100vh;
}






.programs .box8 .title {
  padding: 5px 5px;
  border-radius: 5px;
  font-weight: 600;
  bottom: 84px;
  left: 0;
  transition: all .9s ease 0s;
  text-align: center;
  right: 0;
  margin: 0px 26px;
  background-color: transparent;
  font-size: 26px;
}


.programs .readmore {
  background-color: white;
  border: none;
  border-radius: 40px;
  padding: 5px 45px;
  margin-top: 20px;
  font-size: 19px;
  box-shadow: 0px 2px 7px #00000045;
  position: absolute;
  z-index: 1000;
  bottom: 29px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  width: 162px;
}

.programs .box8 .box-content{
  padding-top:100px;
}

.partnersection .card{
  background-color:transparent;
  width:100%;
  height:93px;
  text-align: center;
  margin: auto;
  padding: 29px;
  margin-bottom:10px ;
  margin: auto;
  border:none !important;
}

.partnersection .card img{
  text-align: center;
}



.owl-dots .active {
  background: #FFD244 !important;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 100%;
  background: #838383;
  margin: 0px 5px;
}
s
.owl-dots {
  text-align: center;
}

.report{
  background-color: #EEEEFA;
  min-height: 320px;
  position: relative;
  z-index: 0;
  top: -93px;
}
.partner{

  position: relative;
  z-index: 1;
}

.owl-dots{
  text-align: center;
}


.paddingtop{
  padding-top:150px ;
}


.redbtn{
  background-color: #E51D3C;
  color: white;
  border-radius: 30px;
  text-align: center;
  padding: 0px 50px;
  border: none;
}

.footer{
  min-height:200px ;
}
.footer a{
  font-size:20px ;
  text-decoration: none;
  color:#0F0F0F;
}

.footer a:hover{

  color:#008DE0;
}
.footermenu {
  position: relative;
  top: -34px;
}

.footer2 p{
  font-size:18px ;
  color:#5B5A5A;
}

.footer2 a{
  font-size:18px ;
  text-decoration: none;
  color:#5B5A5A;
}


.searchinput {
  width: 90%;
  height: 44px;
  border-radius: 30px;
  border: 1px solid gray;
  padding: 0px 20px;
  font-family: 'Amareddine-Regular';
}


.bluebtn {
  width: 146px;
  height: 49px;
  background-color: #00A1ED;
  border: none;
  border-radius: 29px;
  color: white;
  margin-right: 10px;
  font-size: 18px;
}


 .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 14rem;
  padding: .5rem 0;
  margin: 0;
    margin-top: 0px;
  margin-top: 0px;
  margin-top: 0px;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color:rgba(0, 0, 0, 0.80);
  background-clip: padding-box;
  border: none;
    border-top-width: medium;
    border-top-style: none;
    border-top-color: currentcolor;
  border-radius: .25rem;
  border-radius: 0px;
  padding: 15px 7px;
  border-top: 3px solid #EAC435;
  box-shadow: 2px 2px 2px #0000004a !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color:white;
  background: linear-gradient(263deg, #123499 5.05%, #1A43BF 94.95%);

  
}
 .dropdown-menu[data-bs-popper] {
  top: 112%;
  right: 0;
  margin-top: 0.125rem;
}

.searchpartin{
  background-color:white;
  height:60px ;
  border-radius:60px;
  padding: 18px 10px;
}

.searchpart{
position: absolute;
bottom:20%;
left: 0;
right:0;
z-index: 1000000;
}

.partt1 input{
  border:none;
  width: 321px;
  outline:none;
}



.searchbtn{
  background: linear-gradient(263deg, #123499 5.05%, #1A43BF 94.95%);
  font-family: 'CabinetGrotesk-Black';
  color: white;
  border:0;
  padding: 6px 26px;
  border-radius: 4px;
  border-radius:50px ;
  padding: 11px 21px;
  text-decoration: none;
}

.partnersection{
  background-image:url(../../images/en/partnerbg.png) ;
  height: 224px;
  background-position:center;
  background-size: cover;
  background-repeat:no-repeat ;
  position: relative;
  top: -38px;
}

.about{
  margin-top: 0;
    background-image: url(../../images/en/aboutbg.png);
    background-size: cover;
    min-height: 300px;
    padding: 0;
}

.numberinner{
  font-size:25px ;
  font-family: 'CabinetGrotesk-Black';
  color:#EAC435;
}

.box8{
 box-shadow:none;
 margin-bottom: 12px;
}


.row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}


.box8 .title {
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: 600;
  bottom: 54px !important;
  left: 0;
  transition: all .9s ease 0s;
  text-align: center;
  right: 0 !important;
}

.box8 .title {
  background: transparent !important;
  font-size: 25px;
  color: #fff;
}

.News{
  background-image:url(../../images/en/news.png) ;
  min-height:150px ;
  background-size: cover;
  background-position: top center;

  padding-top:100px ;
  position: relative;
  z-index: 1;
}



.box8 .box-content {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #020A5B 0%, #040F7C 100%);
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all .5s ease 0s;
  padding: 20px 10px;

}

.box8 .box-content p{
  font-size: 14px;
}



.LOGIN2{
  background: transparent;
  font-family: 'CabinetGrotesk-Black';
  color: white;
  border:0;
  padding: 10px 26px;
  border-radius: 4px;
  text-decoration:none;
  border:2px solid white ;
}
.LOGIN2:hover{
  COLOR:WHITE;
}

.newscard{
  border: 1px solid rgba(255, 255, 255, 0.60);
  height: 272px;
  border-radius: 31px;
  padding: 21px 20px;

}

#owl-carousel3 .owl-nav{
  text-align: center;
}

#owl-carousel3  .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
 background-color:transparent;
 border:none;
 margin-top:20px ;
}


#owl-carousel3  .owl-next{
  background-image:url(../../images/en/next.png) ;
  background-repeat: no-repeat;
  width:15px ;
  height: 25px;
  margin-left:10px;

}


#owl-carousel3  .owl-prev{
  background-image:url(../../images/en/prev.png) ;
  background-repeat: no-repeat;
  width:15px ;
  height: 25px;

}

.joinUsData{
  padding-left: 26%;
  padding-top: 18%;
}

.joinimage img{
  width: 68%;
  float: right;
  top: -19px;
  position: relative;
  z-index: 0;
}

.footer{
  background-color:#01084A ;
  min-height:250px ;
  padding:40px ;
}


.footer a{
  font-size:14px ;
  color:white;
}

.footer hr{
  margin-top:30px ;
  background-color:rgba(255, 255, 255, 0.60);
}


/* innerpage style */

.headerinner{
  background-image:url(../../images/en/innerheader.png) ;
  background-size: cover;
  height:400px ;
}

.contentinner{
  text-align: center;
  position: relative;
  top: 189px;
  left: 0;
  height: 0;
}

.breadcrumb {
  margin-top:20px ;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  text-align: center;
  justify-content: center;
}


.breadcrumb a {
  color: white;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: rgb(205, 205, 205);
}

.yellowbtn{
  background:#EAC435;
  font-family: 'CabinetGrotesk-Black';
  color: black;
  border:0;
  padding: 10px 30px;
  border-radius: 4px;
  text-decoration:none;
}

.innerbody{
padding:50px 0px ;
}

.featuresbox{
  background-color:#7A33D3 ;
  border-radius: 31px;
  height: 237px;
  text-align: center;
  color: white;
  padding: 34px;

}


.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #EBECFD !important;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);

}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  padding: 30px;
}

.servicepart{
  background-color:#FAF6FF;
  min-height:500px ;
  padding:30px 100px ;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ffffff;

  background-color:#123499;

  border-color:none;

}


.nav-tabs .nav-link {
  margin-bottom: -1px;
  background:#EAEBFF;
  
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.nav-link {
  display: block;
  padding: 1rem 1rem;
  color: #727272;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  font-family: 'CabinetGrotesk-Black';
  font-size:17px ;

}


.nav-tabs {
  border-bottom:none;
}


.nav-tabs {
  border-bottom: none;

}
.nav-tabs {
  border-bottom: none;

}
.servicepart .nav {
  display: flex;

  flex-wrap: wrap;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

  justify-content: center;

  position: relative;

  top: -58px;

}

#myTabContent input{
  height:40px ;
  width: 100%;
  border: 1px solid #123499;
  border-radius:5px ;
  padding: 2px 5px;
}


#myTabContent button{
  height:40px ;
  width: 100%;
  border: 1px solid #123499;
  border-radius:5px ;  
  background: white;
  text-align: left;
}


.innerbody .dropdown-menu {


  min-width: 100% !important;
  box-shadow: none;
  border-top: none;
  border: 1px solid #123499;
  background-color:white !important;

}


.innerbody .dropdown-toggle::after {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-bottom: 0;
  border-right: 0.3em solid transparent;
  font-size: 15px;
  float: right;
  top: 10px;
  position: relative;
}

.fileupload{
  display: inline-block;
  background-color: transparent;
  color: #123499;
  padding: 10px 17px;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 0;
  float: right;
  font-family: 'CabinetGrotesk-Black';
  font-size: 14px;
}

.attached{
  height:40px ;
  width: 100%;
  border: 1px solid #123499;
  border-radius:5px ;  
  background: white;
  text-align: left;

}

.attached input{
  border:none !important;
  height: 37px !important;

}

.plus{
  background-color:#426AE0 !important ;
  padding:0px ;
  color:white;
  width:60px !important ;
  font-size: 30px !important;
  font-family: 'CabinetGrotesk-Black';
  text-align: center !important;
  border:none !important

}

.form-check input{
  width: 15px !important;
  height: 15px !important;
  border-radius: 2px !important;

}

.Packges{
  background-color: white;
  border: 1px solid #123499;
/*  height:150px;
*/  border-radius: 5px;
  padding: 20px 15px;
}

.red{
  color:red;
}


.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  border-radius: 100% !important;
}
.Packges input{
  border-radius: 100% !important;
  width: 15px !important;
  height: 15px !important;
}

@media (max-width: 768px) {
    .h4Mob {
        font-size: 12px !important;
    }

    .pMob {
        font-size: 10px !important;
        margin-bottom:0px !important;
    }
}