  /* ------- Font Family Starts ------- */

@font-face {
  font-family: "NunitoSans-Bold";
  src: url("../fonts/NunitoSans-Bold.ttf");
}
@font-face {
  font-family: "NunitoSans-Regular";
  src: url("../fonts/NunitoSans-Regular.ttf");
}
@font-face {
  font-family: "NunitoSans-SemiBold";
  src: url("../fonts/NunitoSans-SemiBold.ttf");
}
@font-face {
  font-family: "NunitoSans-ExtraBold";
  src: url("../fonts/NunitoSans-ExtraBold.ttf");
}

  /* ------- Font Family Ends ------- */

  /* ------- Reset CSS Starts ------- */
html,body{margin: 0;overflow-x: hidden;overflow-y: auto; }
html { font-size: 10px; letter-spacing: 1px; }
h1, h2, h3, h4, h5, h6, p, ul { margin: 0; padding: 0; }
li { list-style: none; }
a, a:hover, a:focus, button, button:hover, input, input:hover { text-decoration: none; transition: 0.5s linear; -webkit-transition: 0.5s linear; -moz-transition: 0.5s linear; -ms-transition: 0.5s linear; -o-transition: 0.5s linear; }
body {
  /*overflow-x: hidden;*/
  position: relative;
}
img{
  object-fit: cover;
}

  /* ------- Reset CSS Ends ------- */

p { font-family: "NunitoSans-Regular";font-size: 13px; color: #676767; margin-bottom: 10px; }
.mt30 { margin-top: 30px; }

  /*--- Header CSS Starts ---*/

.nav-item{
    list-style: none;
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
}

.navbar-brand img {
    width: 25%;
}
.navbar-brand img:last-child {
    width: 152px;
    margin-left: 50px;
}
.navbar-brand{width:33%;}
.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link{
  background-color: #0B589F;
    color: #fff;
}

.btn{
  margin: 0px;
  padding:  0;  
}
.btn{
  margin: 0px;
  padding:  0;  
}

.show>.btn-secondary.dropdown-toggle{
  background-color: transparent!important;
  box-shadow: none;
  font-weight: 500;
  font-size: 15px;
  text-transform:   capitalize;
  padding: .5rem 1rem;

}
.btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
 
  
}

.btn:active, .btn:focus, .btn:hover{
  box-shadow: none!important;
}

.btn-secondary:not([disabled]):not(.disabled):active{
  background-color: #0B589F!important;
}

.dropdown-menu{
 background-color: #0B589F;
}



.navbar .dropdown-menu a {
    padding: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #DFF0FF;
    /* opacity: .3; */
    color: #333!important;
    }

.navbar{
  background-color: transparent!important;;
  box-shadow: none;
}
header{
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    
}
.p0{
  padding: 0;
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
}
.banner{
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.banner video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0;
    margin-top: 0;
}
.online_course_slider{
    height: auto;
    background: #DA6E64;
    padding: 14px;
    min-height: 348px;
}

.online_course {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.online-course{
  color: #fff;
  font-size: 13px;
  padding-top: 1.5rem;
 
}

.online-course-heading{
  padding-top: 1.5rem;
   font-family: "NunitoSans-Regular"; color: #fff; text-align: left; font-size: 35px;
}

.start-lession{
  color: #fff;
  font-size: 15px;
  padding-top: 1.5rem;
}

.box-bg1{
  background-color: #0B589F!important;
    color: #fff;
    border: none;
}
.box-bg2{
  background: #DA6E64!important;
    color: #fff;
    border: none;
}
.box-bg3{
  background: #EEC11A!important;
    color: #fff;
    border: none;
}
.box-bg4{
  background: #7CC652!important;
    color: #fff;
    border: none;
}
.box-bg5{
  background: #C657DD!important;
    color: #fff;
    border: none;
}


/* Section Box */

.sec-box{
    /* padding: 0 14rem; */
    position: absolute;
    margin-top: -9%;
    z-index: 0;
    width: 100%;

}

.section-box{
    box-shadow: 0px 0px 15px rgba(0,0,0, .3);
    height: auto;
    border-radius: 5px;
    background-color: #fff;
   
}
.sec-img{
      padding: 0!important;
}

.sec-img-left img{
  width: 100%;
  height: 340px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card-img-top{
  height: 170px;
}

.card-body0{
  height: 170px;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.sec-right{
  width: 100%;
}

.sec-img img{
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card{
  box-shadow: none;
  border-radius: none;
  
}
.card p {
    border-radius: none;
    font-size: 13px!important;
    color: #676767;
    text-align: left;
    /* padding: 0 10px; */
    padding-top: 10px;
    border-top: 1px solid;
    margin-top: 5px;
}

.card-body{
  padding: 0;
}

#more {display: none;}
.card-body0 a {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.card-body0 h4 {
    /* font-family: "NunitoSans-Regular"; */
    font-size: 20px;
    color: #0b589f;
    font-weight: bold;
}
.card-text{
  font-size: 12px!important;
}


/* About US Banner */

.about-us-banner{
  background-image: url(../images/about-us.jpg);
  height: auto;
   padding: 25rem 0 0;
   background-repeat: no-repeat;
   

}
.about-us-banner-inner{
  background-image: url(../images/about-us.jpg);
  height: auto;
   padding: 10rem 15px 0;
   background-repeat: no-repeat;
   margin-top: 0px;

}
.about-us-content {
    top: 0;
}
.about-us-content h3 {
    font-family: "NunitoSans-Regular";
    font-size: 30px;
    color: #0b589f;
    font-weight: 600;
}
.about-us-text {
 /* font-family: "NunitoSans-Regular";*/
  font-size: 18px;line-height: 35px;padding: 15px 0;
}
.about-us-title{
  font-family: "NunitoSans-Regular";
  font-size: 13px;
  margin-top: 5px;
  padding-bottom: 0;
}
.about-us-img{
  width: auto;
  margin-left: -30px;
}

.about-side-right{
  width: 100%;
    margin-left: -30px;
    vertical-align: middle!important;
    top: 0;
    left: 0;
    margin-bottom: auto;
    margin-top: auto;
    display: grid;
    text-align: center;
    align-items: center!important;
}

.download-form{
  font-size: 23px;
  font-weight: 700;
  color: #212529;
}

.download-image{
  font-size: 20px;
  font-weight: 700;
}
.regi-form{
  padding: 3rem 0;
}
.regi-form h3{
  font-weight: 500;
}
.submit-btn{
  margin: auto;
    padding: 10px 50px;
    font-size: 15px;
    font-family: "NunitoSans-Regular";
    outline: 0;
    border: 0;
    background: #0B589F;
    color: #fff;
    margin-bottom: 3rem;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.download-form-button{
  font-size: 15px;
  font-weight: 500;
  padding: 5px 20px;
  color: #0B589F!important;
  border: 1px solid #0B589F;
  border-radius: 5px;
}
.download-form-button:hover{

  color: #fff!important;
  background: #0B589F;
}
.download-image{
    padding: 20px;
}
.button-space{
  margin-top: 30px;
}
.download-image img{
    width: 70px;
}
.fa-chevron-right{
  font-size: 25px;
  padding-left: 30px;
}

.form-box{
  background: #eee; height: 100%; width: 100%; border-radius: 5px;
}
/* About US Banner */

/* Videos */
.video-banner{
  
  height: auto;
  
}

.video-content{
padding: 3rem 0;
}

.video-content h3{
  font-family: "NunitoSans-Regular";
 font-size: 30px;
}

.video-box{
    width: auto;
    height: 300px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
}
.video-box:hover{
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border: none;
    border-radius: 5px;
    transition: 300ms ease-in-out;
}


#blog-slider .owl-nav {
  display: block;
  position: absolute;
  width: 140px;
  margin: auto 0;
  left: auto;
  right: 0;
  top: -80px;
  height: 60px;
}
#news-slider .owl-nav,
#press-slider .owl-nav { text-align: right; margin-top: 20px; }
#blog-slider button.owl-next,
#blog-slider button.owl-prev { 
  position: absolute; 
  right: 0; 
  font-size: 60px;
  padding: 0 10px!important;
  opacity: 1;
  transition: all 300ms ease-in-out;
  background: transparent;
  height: 60px;
  width: 60px;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: none!important;
  outline: 0;
}

#blog-slider .owl-dots,
#news-slider .owl-dots,
#press-slider .owl-dots { text-align: center; margin-top: 10px; }
#blog-slider button.owl-prev {
  left: 0;
}
#blog-slider button.owl-next > span,
#blog-slider button.owl-prev > span {
  position: absolute;
  height: 50px;
  display: flex;
  align-items: center;
  color: #157cc1;
}
#blog-slider button.owl-prev img,
#blog-slider button.owl-next img {
  width: 20px;
  margin-top: -10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#news-slider button.owl-next,
#news-slider button.owl-prev,
#press-slider button.owl-next,
#press-slider button.owl-prev {
  background-color: #fff;
  padding: 15px 30px!important;
  outline: 0!important;
}
#news-slider button.owl-prev, #press-slider button.owl-prev { border-top-left-radius: 30px; border-bottom-left-radius: 30px; }
#news-slider button.owl-next, #press-slider button.owl-next { border-top-right-radius: 30px; border-bottom-right-radius: 30px; }
#blog-slider button.owl-next img,
#news-slider button.owl-next img,
#press-slider button.owl-next img  { transform: rotate(180deg); }
#news-slider button.owl-prev img,
#news-slider button.owl-next img,
#press-slider button.owl-prev img,
#press-slider button.owl-next img { width: 30px; }
#press-slider button.owl-next,
#press-slider button.owl-prev { background-color: #222222; }
#press-slider button.owl-prev img,
#press-slider button.owl-next img { filter: grayscale(1) brightness(10); }
/*#blog-slider:hover button.owl-prev,
#blog-slider:hover button.owl-next {
  opacity: 1;
  right: -25px;
}
#blog-slider:hover button.owl-prev { left: -25px; }*/
.about-disc > h3 {
  color: #111;
  text-align: left;
  margin-bottom: 15px;
}


.blog-box .blog-img > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-detail-box { padding: 15px; }
.title > a {
  font-size: 20px;
  font-weight: 600;
  font-family: "NunitoSans-Regular";
  margin-bottom: 20px;
  color: #fff;
}
.blog-box iframe{
  width: -webkit-fill-available ;
  border-radius: 5px; 
  height: 315px;
}
.blog-detail-box a{
  font-family: "NunitoSans-Regular";
  font-size: 20px;

  color: #fff!important;
  font-weight: 600;
}
.title > a:hover { color: #fff; }
.blog-detail-box  > ul { display: block; text-align: right; }
.blog-detail-box  > ul > li { display: inline-block; font-family: "NunitoSans-Regular"; font-size: 14px; color: #fff; padding-left: 15px; position: relative; }
.blog-detail-box  > ul > li:last-child::before { position: absolute; content: ""; height: 5px; width: 5px; background-color: #b7b7b7; border-radius: 50%; left: 2px; top: 8px; }
.blog-detail-box .disc > p { font-size: 14px; color: #fff; }
.blog-section .section-heading { display: inline-block; }
.blog-box { margin-bottom: 30px; margin-top: 0px; border-radius: 10px;  -webkit-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
  button.owl-dot > span {
  height: 12px;
  width: 12px;
  background-color: transparent;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid #ccc;
}
button.owl-dot.active  > span { border-color: #1d2e5a;  background-color: #1d2e5a; }
button.owl-dot { outline: 0!important; }
.news-block { position: absolute;top: 0;bottom: 0;width: 80%;min-height: 75%;max-height: 80px; left: 0;right: 0;margin: auto; }
.news-box > h2,
.press-box > h2 {
  font-family: "NunitoSans-ExtraBold";
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.5;
}


/* Program CSS */
.program_section{
 padding: 3rem 0;
}
.program_section h3{
  font-family: "NunitoSans-Regular";
 font-size: 30px;
}
.program_section h4{
font-family: "NunitoSans-Regular";
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
  }

.program-box{
  border-radius: 5px;
  border: none;
  background-color: #fff;
 outline: none;
  height:100%;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  align-items: center;
  text-align: center!important;
}
/* .program-box:hover{
  box-shadow: 0px 0px 15px rgba(0,0,0, 0.1);
  border: 1px solid #fff;
  outline: none;
  border: none;
  transition: 300ms ease-in-out;
} */
.program-box img{
  display: inline-block;
    margin: auto;
    width: 120px;
}

.register_bg{
  background-color: #0B589F;
  padding: 5rem;
}
.register_bg p{
    font-size: 25px;
    color: #fff;
    font-family: vollkern;
    font-weight: 500;
}
.register_bg button{
    padding: 10px 50px;
    font-size: 15px;
    outline: 0;
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: #0B589F;
    font-weight: 600;
}

.register_section{
  padding: 5rem 0rem 0rem 0rem;
}

.view_session_button{
  text-align: right!important;
    /* background: #0B589F; */
    padding: 15px 20px;
    color: #0B589F;
    font-size: 15px;
    font-weight: 600;
    font-family: "NunitoSans-Regular";
    /* text-align: right!important; */
    border-radius: 5px;
}

/* sponser css */
.delegates_section{
padding: 3rem 0;
}

.delegates_section h3{
  font-family: "NunitoSans-Regular";
  font-size: 30px;
  padding: 20px 0 0 0;
}

.delegates-box{
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  height:auto;
  text-align: center!important;
  margin-top: 30px; 
}

.delegate_linkedin img{
  width: auto!important;
}

.delegates-box img{
  width: 100%;
  padding:20px;
  height:300px;
  object-fit:cover;
}

.delegates-box:hover{
 box-shadow: 0px 0px 15px rgba(0,0,0, 0.1);
  border: 1px solid #fff;
  transition: 300ms ease-in-out;
}
.delegates-box h4{
     font-family: "NunitoSans-Regular";
    text-align: left;
    font-size: 15px;
    padding-left: 15px;
    font-weight: bold;
}
.delegates-box p{
  font-family: "NunitoSans-Regular"; text-align: left; font-size: 15px; padding-left: 15px;
}
.partner_box{
  border-radius: 5px;
  border: 1px solid #D4D4D4;
  background-color: #fff;
  height:auto;
  width: 100%;
  margin-top: 30px; 
  text-align: left!important;
  
}
.partner-box img{
  width: 200px;
  padding:20px;
  display: inline-block;
    margin: 0 auto;
}
.partner-box p{
  text-align: justify;
  padding: 0px 10px;
  margin-bottom:0;
}
.partner-box li{
  text-align: justify;
    padding: 0;
    font-size: 13px;
    list-style: disc;
}
.btn-primary {
    color: #1b71e8;
    background-color: #fff!important;
    padding: 0;
    text-transform: capitalize;
    font-size: 13px;
    box-shadow: none;
    text-align: left;
    padding: 10px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1b71e8!important;
    padding: 10px;
    text-transform: capitalize;
    font-size: 13px;
    box-shadow: none;
    text-align: left;
    padding: 10px;
    width: 100%;
   
}


  .readmore_partner{
    background-color: transparent!important;
    box-shadow: none;
    color: #1b71e8;
    font-size: 13px;
    padding-left: 0;
  }

   .readmore_partner:focus{
  box-shadow: none!important;
    box-shadow: none!important;

   }
 .readmore_partner:hover{
  color: #1b71e8!important;
  box-shadow: none!important;
 }


.sponser_section{
  /* padding: 5rem 14rem 0rem 14rem;
  
  
  height: auto; */
}

.sponser_section h3{
  font-family: "NunitoSans-Regular";
 font-size: 30px;
}


.sponser-box{
    background-color: #fff;
    position: relative;
    height: 200px;
    width: 100%;
    text-align: center!important;
    display: grid;
    align-items: center;}

.sponser-box img{
  width: 200px;
  padding:20px;
  display: inline-block;
  margin: 0 auto;
}

.sponser-box h4{
  font-family: "NunitoSans-Regular";
  font-size: 20px;
  font-weight: 600;
}



.counter {
  background-color:#0B589F;
  border-radius: 5px;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  align-items: center;
    padding:50px 0;
  text-align: center!important;
  margin-top: 100px;
}

.count-title {
  font-family: Nyala;
    font-size: 70px;
    font-weight: normal;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 25px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.news-content{
padding: 3rem 0;
}
.news-content h3{
  font-family: "NunitoSans-Regular";
 font-size: 30px;
}

#blog-slider2 .owl-nav {
  display: block;
  position: absolute;
  width: 150px;
  margin: auto 0;
  left: auto;
  right: 0;
  top: -75px;
  height: 60px;
}
#news-slider .owl-nav,
#press-slider .owl-nav { text-align: right; margin-top: 20px; }
#blog-slider2 button.owl-next,
#blog-slider2 button.owl-prev { 
  position: absolute; 
  right: 0; 
  font-size: 60px;
  padding: 0 10px!important;
  opacity: 1;
  transition: all 300ms ease-in-out;
  background: transparent;
  height: 60px;
  width: 60px;
  
  border-radius: 50%;
  box-shadow: none!important;
  outline: 0;
}

#blog-slider2 .owl-dots,
#news-slider .owl-dots,
#press-slider .owl-dots { text-align: center; margin-top: 10px; }
#blog-slider2 button.owl-prev {
  left: 0;
}
#blog-slider2 button.owl-next > span,
#blog-slider2 button.owl-prev > span {
  position: absolute;
  height: 50px;
  display: flex;
  align-items: center;
  color: #157cc1;
}
#blog-slider2 button.owl-prev img,
#blog-slider2 button.owl-next img {
  width: auto;
  margin-top: -10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.blog-box2 .blog-img2 > img {
  width: 100%;
  
  object-fit: cover;
  border-radius: 5px;
}

.blog-box2{
  background: #0B589F;
  padding: 20px;
  border-radius: 5px;
  height: 550px;
}

.blog-box3{
  background: #DA6E64;
  padding: 20px;
  border-radius: 5px;
  height: 550px;
}

.blog-box4{
  background: #EEC11A;
  padding: 20px;
  border-radius: 5px;
  height: 550px;
}

.bog_member_section {
    padding: 3rem 0;
  }

.bog_member_section h3{
 font-family: "NunitoSans-Regular";
 font-size: 30px;
}


.bog-member{
    text-align: left;
    padding: 14px;
    font-size: 15px;
    color: #9E9E9E!important;
}
.bog-member a{
  color: #333!important;
}



.fa-phone{
  padding-right: 10px; 
  color: #333!important;
}
.fa-envelope{
  padding-right: 10px;
  padding-top: 10px;  
  color: #333!important;
}

/* 
Contact Us */

.contact-us
{
   padding: 10rem 0;
  /*background-color: #0B589F;*/
  position: relative;
  color: #fff; 
  /*height: 45rem;*/
}
.contact-us::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #0B589F;
  z-index: -1;
}
.contact-us p{
 
  color: #fff!important; 
}
.contact-form{
  background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    padding: 14px;
}
.partner-box a.waves-effect,.partner-box  a.waves-light {
    display: inline-block;
    width: 100%;
    background: #0b589f!important;
    color: #fff;
    margin-top: 5px;
}
form input{
    width: 100%;
    padding-top: 44px;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    font-size: 15px;
    font-family: "NunitoSans-Regular";
    outline: none;

}
form button{
margin-top: 44px;
    padding: 10px 30px;
    font-size: 15px;
    font-family: "NunitoSans-Regular";
    outline: 0;
    border: 0;
    background: #0B589F;
    color: #fff;
    border-radius: 5px;  
    margin-bottom: 50px;  
}

.contact_map{
  width: 100%;
  height: 100%;
  box-shadow: none!important;
}
.contact_map iframe{
  width: 100%;
  height: 100%;
}
.contact_spc{
  padding: 0;
}

footer{
  padding:14rem;
  background-color: #f3f3f3;
}

footer img{
  width: 60%;
}

footer li{
  color: #0B589F;
  font-size: 15px;
   font-family: "NunitoSans-Regular";
}
footer h3 {
    font-weight: 700;
    font-family: "NunitoSans-Regular";
    color: #0B589F;
    font-size: 20px;
    margin-bottom: 10px;
}

 .fa-map-marker-alt{
  color: #0B589F;
  font-size:25px;
}


/* Sidebar */

.sidemenu-head {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url(../images/sidemenu-bnr.png);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  }

.sidemenu-head a {
 padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 55px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;
    right: 30px;
    font-weight: 600;

}

/* .sidemenu-head a:hover {
  color: #f1f1f1;
} */

.sidemenu-head .openside-menu {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openside-menu {
  font-size: 20px;
  cursor: pointer;
  /* background-color: #111; */
  color: #333;
  padding: 20px 0px;
  border: none;
}

/* .openside-menu:hover {
  background-color: #444;
}

 */
#Sidemenu {
  transition: margin-left .5s;
  padding: 16px;
}
.carousel {
    z-index: 0;
}

.sec-box-sidemenu {
    padding: 0 14rem;
    position: absolute;
    bottom: 5vh;
    z-index: 0;
}
.sec-box-sidemenu a{
    font-size: 15px;
    color: #0B589F;
}

.list-bog{
      background: #0B589F;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    font-weight: 600;
}
.list-bog-table{
    background: #fff;
    font-size: 15px;
    color: #333;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    border-radius: 10px;
    padding: 20px;
    font-weight: 600;

}
.list-btw-space{
  padding: 10px;
}
.program-drop-section{
  background-image: url(../images/iiif.png);
  height: 50%;
}
.program-drop-section h3{
  font-family: "NunitoSans-Regular";
    font-size: 30px;
    /* z-index: 999; */
    color: #fff;
    padding: 20rem 14rem 0rem 14rem;
   
}
.program-drop-section p{
  
    font-size: 16px;
    /* z-index: 999; */
    color: #fff;
    padding: 0rem 14rem 0rem 14rem;
    line-height: 25px;
    margin: 15px 0;
}
.program-drop-sections {
    font-size: 16px;
    /* z-index: 999; */
    color: #333;
    padding: 5rem 14rem 0rem 14rem;
    color: #333;
    line-height: 25px;
    margin: 15px 0;
}
.program-drop-sections p
{
    font-size: 16px;
    /* z-index: 999; */
    color: #333;
    padding:0;
    color: #333;
    line-height: 25px;
    margin: 15px 0;
}
.program-drop-sectionsss{
  padding: 0rem 14rem 0rem 14rem;
}

.program-drop-sectionsss-right{
   padding: 0rem 14rem 0rem 0rem;
}
.program-drop-sectionsss li{
    margin: 0px;
    padding: 0 0 0 20px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background: url(../images/bullet.png) left 7px no-repeat;
    background-size: 12px
    
}
.program-drop-sectionsss-right li{
    margin: 0px;
    padding: 0 0 0 20px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    background: url(../images/bullet.png) left 7px no-repeat;
    background-size: 12px
    
}



.program-300 h3{
  padding: 5rem 14rem 0rem 14rem;

    font-family: "NunitoSans-Regular";
    font-size: 30px;
    /* z-index: 999; */
    color: #333;
   
}
.program-300 p {
    font-size: 16px;
    /* z-index: 999; */
    color: #333;
    padding: 0rem 14rem 0rem 14rem;
    color: #333;
    line-height: 25px;
    margin: 15px 0;
}
.program-drop-sectionsss img{
  width: auto;
  padding: 0; 
}
/* 
popup */

#backgroung {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup_audio{
width: 100%;
height: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
background-image: url(../images/sidemenu-bnr.png);
}

.popup_content{
position: absolute;
width: auto;
left: 0;
right: 0;
top: 40%;

background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.popup_content p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
 h3 {
    font-family: "NunitoSans-Regular";
    font-size: 30px;
    color: #0b589f;
}
.popup_content p a{
color: #d91900;
font-weight: bold;
}
.popup_content .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.popup_content .x:hover{
cursor: pointer;
}
.program-bg {
  display: inline-block;
  width: 20%;
}

.blog-card{
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,.1);
  margin-top: -7rem;
  margin-bottom: -7rem;
  position: relative;
  border-radius: 10px;
}

.blog-card h2{
  font-size: 30px;
  font-family: "NunitoSans-Regular";
  font-weight: 500;
  padding-top: 10px;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-secondary {
    color: #333;
    background-color: transparent!important;
    box-shadow: none;
    font-size: 10px;
}

.fa, .fas {
    font-weight: 600;
    font-size: 20px;
}

.modal-dialog {
    max-width: 60%;
    /* margin: auto; */
    left: 0;
    top: 0;
}
.btn-secondary:hover {
    color: #0B589F;
    background-color: #b579d2;
}
.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 0px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}