body{
    font-family: 'Open Sans', sans-serif !important;
}
.sub-nav{
  width: 100%;
  background-color: #fff;
  /* display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 15px; */
}

.logo{
     max-width: 60%;
    height: auto;
}

.header-bg{
  background-color: #AF90D4 !important;
}

.logo-line{
  font-size: 15px;
}
.flex-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.airo-nav > li{
  margin-right: 20px;
}
.airo-nav > li > a{
  /*font-family: 'OpenSans-Regular' !important;*/
  color: #ffff !important;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}
.hsb{
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #1e64b1;
  border: 1px solid #1e64b1;
}
.header-input{
  max-width: 300px;
  width: 100%;
  height: 40px !important;
  padding-left: 10px;
  border: 1px solid #333;
}

.sh-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-start;
}
.sh-lrt{
  font-size: 13px;
  letter-spacing: .30px;
  color: #ffff;
}
.mpt, .mpt:hover, .mpt:active, .mpt:focus{
  color: #47424c;
  text-decoration: none;
  font-size: 15px;
}
.navigation{
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.news{
  width: 100%;
  background-color: #F0F2F5;
  padding: 10px;
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  overflow-x: auto;
  position: relative;
}
.n-divider{
  width: 100%;
  height: 1px;
  display: block;
  background-color: #cdcdcd;
}
.news-heading{
  /*font-family: 'OpenSans-Bold';*/
    font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
}
.news-heading-content{
  /*font-family: 'OpenSans-SemiBold';*/
    font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 25px;
}
.news-par{
  /*font-family: 'OpenSans-Regular' !important;*/
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
}

.special-section{
  width: 100%;
  padding: 10px;
  /* background-color: #4684c8; */
  background-color: #bbb;
}
.grey-box{
  background-color: #F0F2F5;
  padding: 10px;
}
.blue-heading{
  color: #1e64b1;
  font-size: 18px;
  letter-spacing: .50px;
}
.list-number{
  padding-left: 17px;
}
.blue-box{
  background-color: #1e64b1;
  padding: 10px;
}
.box-spec-box{
  min-height: 200px;
}
.heading-line{
  width: 120px;
  height: 5px;
  display: block;
  background-color: #1e64b1;
}
.broadcast-box{
  max-width: 400px;
  width: 100%;
  min-height: 465px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 5px 5px #ddd;
  border-radius: 10px;
  position: relative;
}
.broadcast-heading-line{
  width: 50px;
  height: 2px;
  display: block;
  background-color: #4f8dd2;
}
.broadcast-heading{
  color: #313131;
}
.box-divider{
  width: 100%;
  height: 2px;
  background-color: #e7e7e7;
  display: block;
}
.broadcast-par{
  color: #5c5c5c;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 25px;
}
.bbl1{
  width: 50px;
  height: 2px;
  display: block;
  background-color: #4f8dd2;
}
.bbl2{
  width: 40px;
  height: 2px;
  display: block;
  background-color: #4f8dd2;
}
.bc-text-div{
  min-height: 200px;
}
.broadcast-box:hover{
  background-color: #af90d4;
}
.broadcast-box-orange:hover{
  background-color: #f78714;
}
.broadcast-box:hover h3{
  color: #fff !important;
}
.broadcast-box:hover .broadcast-heading-line{
  background-color: #fff;
}
.broadcast-box:hover h6 {
  color: #fff !important;
}

.broadcast-box:hover p {
  color: #fff !important;
}
.broadcast-box:hover a {
  color: #fff !important;
  text-decoration: none;
}
.broadcast-box:hover .bbl1 {
  background-color: #fff !important;
}
.broadcast-box:hover .bbl2 {
  background-color: #fff !important;
}
.journal-type{
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #ddd;
  min-height: 480px;
}
.journal-heading{
  /*font-family: 'OpenSans-Bold';*/
    font-weight: 600;
  font-size: 25px;
}
.journals-par{
  /*font-family: 'OpenSans-Regular' !important;*/
    font-weight: 400;
  font-size: 15px;
  letter-spacing: .30px;
  color: #5f5f5f;
  text-align: justify;
}
.grey-bg{
  background-color: #F0F2F5;
}
.follow-us-section{
  background-image: url('images/social-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}
.fu-text-div{
  max-width: 1000px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.footer-bg{
  background-color: #1e64b1;
}
.footer-heading-line{
  width: 40px;
  height: 3px;
  background-color: #fff;
  display: block;
}
.footer-link{
  list-style-image: url('images/white-ad-right.png');
  padding-left: 15px;
}
.footer-link > li > a, .footer-link > li > a:hover, .footer-link > li > a:focus, .footer-link > li > a:active{
  color:#fff;
  text-decoration: none;
    line-height: 25px;
    font-size: 12px;
}
.footer-link-box{
  padding-left: 20px;
  padding-right: 20px;
}
.footer-flex-div{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer-icon{
  width: 10%;
}
.footer-text{
  width: 90%;
  text-align: left;
}
.footer-par{
  font-size: 14px;
}
.hamburger{
  width: 50px;
}
.hamburder-line{
  width: 30px;
  height: 3px;
  display: block;
  background-color: #000;
  margin-bottom: 5px;
}
.page-banner{
  background-image: url('images/page-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  padding-top: 3%;padding-bottom: 3%;
}
.pagebanner-heading{
  color: #fff;
}
.form-container{
  width: 100%;
  padding: 20px;
  border: 1px dashed #333;
}
.form-container-sm{
  max-width: 600px;
  width: 100%;
  padding: 20px;
  border: 1px dashed #333;
}
.pfppdh{
  width: 100%;
  background-color: #3d3a42;
  padding: 10px;
}
.pfppdh-par{
  font-size: 15px;
  letter-spacing: .30px;
  /*font-family: 'OpenSans-Regular' !important;*/
    font-weight: 400;
}
.star-color{
  color: #f00;
}
.form-lable{
  font-size: 13px;
  letter-spacing: .30px;
}
.form-select{
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('images/arrow-down.png');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 1px;
  font-size: 15px;
  color: #333;
  padding:15px;

}
.form-input{
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  font-size: 15px;
  padding-left: 10px;
  color:#333;
}
.division{
  width: 100%;
  height: 1px;
  background-color: #ddd;
  display: block;

}
.form-textarea{
    width: 100%;
    border: 1px solid #ddd;
    font-size: 15px;
    padding-left: 10px;
    color:#333;
}
.if-container{
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}
.form-info-container{
  width: 100%;
  height: 200px;
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
}
.airo-submit-btn{
  width: 150px;
  height: 50px;
  background-color: #46424C;
  border: 1px solid #46424C;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.airo-par{
  font-size: 15px;
  letter-spacing: .30px;
  color: #47424c;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: justify;
}
.color-blue{
    /*font-family: 'OpenSans-Bold';*/
      font-weight: 600;
    color: #1e64b1 !important;
}
.v-box-a:hover{
  text-decoration: none;
}
.v-box{
  width: 100%;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 5px #eee;
}
.v-box:hover {
  background-color: #4f8dd2;
  text-decoration: none;
}
.v-box:hover h4{
  color: #fff !important;
  text-decoration: none;
}
.volumes-box{
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 3px 3px #eee;
}
.volumes-box-content{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.vbox-title{
  width: 29%;
}
.vbox-colon{
  width: 1%;
}
.vbox-description{
  width: 70%;
}
.airo-btn{
  min-width: 150px;
  height: 50px;
  background-color: #46424C;
  border: 1px solid #46424C;
  color:#fff;
  text-transform: uppercase;
  font-size: 13px;
}
.airo-box{
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px #eee;
  padding: 10px;
}
.form-box{
  max-width: 600px;
  width: 100%;
}
.add-btn{
  width: 25px;
  height: 25px;
  border: 1px solid #46424C;
  background-color: #46424c;
  /* border-radius: 50%; */
  color:#fff;
  text-align: center;
}
.form-btn{
  width: 100%;
  height: 50px;

  background-color: #4684c8;
  border: 1px solid #4684c8;
  color: #fff;
}
.inner-banner-subtxt{
  font-size: 25px;
}
.head-subdropdown{
  padding: 0px !important;
}
.head-subdropdown a{
  font-size: 12px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.font-12px{
  font-size: 12px;
}
.modal-heading{
  background-color: #4F8DD2;
}
.modal-heading h4{
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-orange{
  background-color: #ff9547;
  border: 1px solid #ff9547;
}
.btn-blue{
  background-color: #4f8dd2;
  border: 1px solid #4f8dd2;
}
.btn-red{
  background-color: #fc4242;
  border: 1px solid #fc4242;
}
.btn-green{
  background-color: #5ebe55;
  border: 1px solid #5ebe55;
}
.acceptance-letter-container{
  max-width: 700px;
  background-color: #fff;
  border: 5px solid #4f8dd2;
  padding: 10px;
}
.al-head{
  font-size: 20px;
  font-weight: 600;
}
.al-name{
  color: #4f8dd2;
}
.signature{
  width: 150px;
}
.acceptance-letter-par{
  font-size: 15px;
  line-height: 35px;
}
.certificate-img{
  max-width: 1200px;
  position: relative;
}
.national-certificate-content{
  max-width: 650px;
  position: absolute;
  top: 40%;
  right: 5%;
}
.international-certificate-content{
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 48%;
  left: 17%;
  right: 0;
}
.certificate-par{
  font-size: 15px;
  line-height: 35px;
}
.national-certificate-user-img{
  position: absolute;
  right: 5%;
  bottom: 50px;
}
.international-certificate-user-img{
  position: absolute;
  left: 5%;
  bottom: 50px;
}

@media only screen and (max-width: 900px) and (min-width: 0px){
  .airo-submit-btn {
    width: 100%;
  }
  .airo-btn {
    min-width: 100%;
  }
}
.pgn-btn{
  background-color: #46424c;
  color: #fff;
  border: 1px solid #46424c;
  padding: 4px 7px 4px 7px;
  margin-right: 4px;
}
/*.active{
  background-color: #4f8dd2!important;
  border: 1px solid #ddd !important;
} */
.pagination{
  display: inline-flex!important;
}
.marquee-container{
  position: relative;
  /* top: 40px; */
  overflow: hidden;
  max-width: 400px;
  left: 0;
  right: 0;
  min-height: 300px;
}
.object {
  width: 100%;
  height: 400px;
  white-space: inherit;
  will-change: transform;
  animation: marquee 20s linear infinite 1s;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes marquee {
  0% {
    top: 2em
  }
  100% {
    top: -50em
  }
}
.error{
  color: #f24028;
  margin-bottom: 15px;
}
.payment-icon{
  width: 200px;
}
.payment-success-text{
  font-size: 25px;
  color: #000;
  font-weight: 600;
}
.pen{
    width: 45px;
}
.box-pen-btn{
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
}
.marquee-ul{
    list-style-type: none;
}
.marquee-ul > li{
    display: inline-block;
}
.pdf-iframe
{
  display: none;
}
.home-news {
  color:#212529!important;
}
.icon-txt-box{
    width: 100%;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    padding: 25px 10px;
    border-radius: 5px;

}
.icon-txt-box h4{
    margin-bottom: 0px;
    font-size: 18px;
    color: #1e64b1;
}
.quote-par{
    font-size: 23px;

}
.pt-13per{
    padding-top: 13%;
}
.pt-10per{
    padding-top: 10%;
}
.pt-5per{
    padding-top: 5%;
}
.text-blue{
    color: #1e64b1 !important;
    font-weight: 20px;
}
.bw-top{
    border-top: 1px solid #fff;
}
.quote-container{
    max-width: 920px;
    /*padding: 20px;*/
}
.sitemap-ul{
  list-style-type: none;
  padding: 0px;
}
.sitemap-ul a, .sitemap-ul a:hover{
  color: #000;
  text-decoration: none;
}
.amt-par{
  font-size: 20px;
  font-weight: 500;
}
.amt-par span{
  color: #4f8dd2;
}
.airo-par-mh{
  min-height: 55px;
}
.decalaration{
  font-size: 14px;
}
.ss-list-container{
    max-width: 100%;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0, 0.09) 0px 10px 10px -3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    z-index: 999999;
    height: 300px;
    overflow: hidden;
    overflow-y: hidden;
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #fff;
    overflow-y: auto;
  }
  .conf{
    left:0px;
    top:0px;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0, 0.09) 0px 10px 10px -3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: inherit;
    height: 100px!important;
  }
.ss-list-container button .ss-search-txt {
    width: 95%;
    display: inline-block;
    text-align: left;
}
.ss-list-container button {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.news-img{
  width: 30%;
}
.news-content{
  width: 70%;
}
.modal-button{
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #4f8dd2;
  padding-top: 9px;
  margin: auto;
  right: 0;
  padding-left: 40px;
}
.modal-button p{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
color: #fff;
line-height: 32px;
text-align: left;
margin-bottom: 0;
}
.modal-button button{
  background-color: #fff;
  padding: 3px 15px;
  font-size: 12px;
}
.fci{
  width: 3%;
}
.fcc{
  width: 97%;
}
.overlay {
 position: fixed;
z-index: 99;
width: 100vw;
height: 100vh;
-webkit-transition: visibility ease-in;
transition: visibility ease-in;
visibility: hidden;
}

.overlay.active {
visibility: visible;
}
.label-field{
  font-size: 18px;
}
.news img{
  width:100%;
  max-width:350px;
}
.modal-header-1{
  text-align: center;
  /* padding: 15px 10px 5px; */
  border-bottom: 2px solid #f2f2f2;
}
.btn-close{
  position: absolute;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px 12px;
    right: 0;
    border:0;
    top: -20px;
}
.aim-bg{
  background-image: url('images/page-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.ppolicy h2{
  font-size: 25px;
font-weight: 600;
}
}
.apply-now{
  position:absolute;
  right: 5%;
  bottom: 5%;
}
.apply-now button{
  background-color: #5453d2;
      padding: 8px;
      position: relative;
      bottom: 56px;
      left: 38%;
      color: white;
      font-size: 15px;
}
.swiper-slide{
  height: 300px;
    padding: 10px
}
.workshop{
  color: #1e64b1;
}
.workshop ~ div h4{
  font-size:20px;
}
.online-workshop , .workshop-banner{
/* background-color: #1E64B1; */
background-image: url('images/banner-img1.jpg');
background-size: cover;
background-repeat: no-repeat;
}
.online-workshop h2{
font-size: 45px;
font-weight: 700;
text-align: end;
color: #f0edea !important;
}
.online-workshop h3{
font-size: 25px;
font-weight: 700px;
text-align: right;
color: #ffffff;
}
.online-workshop h4{
font-size: 20px;
font-weight: 400;
text-align: right;
color: #ffffff;
letter-spacing: 1px;
}
.pay-btn button{
padding: 10px 50px;
background-color: #fff;
color: #1E64B1;
float: right;
font-weight: 700;
}
.online-workshop p,h6{
  color:#f0edea;
}
.workshop-banner h4{
  color: #f5f2ee;
  font-size: 40px;
  font-weight: 600;

}
.online-workshop img{
    height:309px;
    border-radius:20px;
}
.banner-slider2 img{
    border-radius:10px;
}
/* .color-blue {
    font-size:30px !important;
} */
.page-workshop-banner{
  /* background-image: url('images/course.webp'); */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  background-color: #1e64b1;
  font-size:65px;
}
