/*html{
  scroll-behavior: smooth;
}
*/


body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.small-container{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}


/********POP UP*******/

#popup_content_wrap {
    width: 100%;
    height: 100%;   
    top: 0;
    left: 0;   
    position: fixed; 
    background: rgb(255 255 255 / 90%);
    z-index: 9999999;
  overflow-y: scroll;
}
#popup_content {
    width: 45%;
    height: auto;
    padding: 20px;
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background: rgb(236 235 235);
    border-radius: 10px;
}

.popup-img{
  width: 100%;
  height: 700px;
  margin-bottom: 20px;
}

#popup_content ul{
  padding: 0px;
  margin: 0px;
}

#popup_content ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}

#popup_content ul li img{
  width: 100px;
  height: auto;
}

#popup_content ul li a{
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

#popup_content{
  color: #fff;
}

#popup_content a{
  text-align: right;
  float: right;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

/*******************HEADER******************/


.header-left input.form-control {
    border: 1px solid #fff;
    border-radius: 30px 0 0 30px;
    background-color: transparent;
    color: #fff;
}

.header-left input::placeholder { 
  color: #fff;
  opacity: 1;
}

.header-left button.btn.btn-secondary {
    border: 1px solid #e7b63f;
    background-color: #e7b63f;
    border-radius: 0 30px 30px 0;
}

.header-left ul{
    padding: 0px;
    margin: 0px;
}

.header-left ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.header-left ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}



.topheader-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.topheader-right ul li{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
}

.topheader-right ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.topheader-right ul li a i{
    font-size: 14px;
    color: #fff;
}

.top-header{
    padding: 10px 0;
}


.menu-section{
  background-color: #fff;
}

.fixed-top{
    box-shadow: 0 10px 26px rgba(102, 102, 102, 0.8);
}

.navbar-light .navbar-brand{
    width: 300px;
}

.navbar-light .navbar-brand img{
    width: 100%;
    max-width: 290px;
}

.navbar-brand h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #007ed0;
  margin-top: 14px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #007ed0;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    padding: 15px 10px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    background-color: #007ed0;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #fff;
    background-color: #007ed0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #007ed0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
  margin-top: -1px;
    border-radius: 0px;
    padding: 0px;
}

.dropdown-item{
  color: #1b293a;
}

.dropdown-item:hover{
  color: #fff;
  background-color: #007ed0;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}


.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    width: 100%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
    margin-top: -1px !important;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
  position: static;
}


.menu-section .nav-pills{
    border-right: 1px solid #eee;
}

.menu-section .nav-pills .nav-link.active{
    background-color: #0d2f5d;
    border-radius: 0px !important;
    color: #fff !important;
}

.menu-section .nav-pills .nav-link {
    color: #333 !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    padding: 14px 14px;
    text-transform: uppercase;
    text-align: left !important;
    border-bottom: 1px solid #eee !important;
}

.menu-section .nav-pills .nav-link:hover{
    background-color: #0d2f5d;
    color: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eee !important
}


/***************SLIDER**************/

/*.slider{
  margin-top: -28px;
}*/

.slider .carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgb(0 0 0 / 35%);
}


.slider img{
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.heading-box h2{ width:100%;}
.text-box {
    position: absolute;
    top: 50%;
    left: 12%;
    right: 12%;
    color: #f8931e;
    text-align: center;
    transform: translateY(-50%);
    z-index: 99;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.text-box h2{ 
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  color: #fff;
  margin-top: 0px;
    margin-bottom: 30px;
}

.text-box h3{ 
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  color: #fff;
  margin-top: 5px;
}

a.btn.btn-courses{
    border: 1px solid #e7b63f;
    background-color: #e7b63f;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

a.btn.btn-courses:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #e7b63f;
}

a.btn.btn-explore{
    border: 1px solid #fff;
    background-color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #e7b63f;
    text-transform: uppercase;
}

a.btn.btn-explore:hover{
    border: 1px solid #e7b63f;
    background-color: #e7b63f;
    color: #fff;
}

a.btn.btn-courses i,
a.btn.btn-explore i{
    padding-left: 10px;
}

.text-box p{
  font-style: italic;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.carousel-indicators{
  bottom: 30px;
}

/*****************MESSAGE SECTION****************/

.message-section{
    padding: 60px 0;
}

.message-section h4{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.message-right{
    background-color: #fff;
        padding: 30px;
}

.message-left{
    padding: 30px;
    border-radius: 10px;
}

.message-left img{
    width: 140px !important;
    height: 140px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.message-left p{
    margin-bottom: 10px;
    color: #fff;
}

a.btn.btn-testiread {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 30px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    float: right;
    padding: 10px 25px;
    margin-bottom: 25px;
}

a.btn.btn-testiread i{
    padding-left: 5px;
}

.message-left p span{
    display: block;
}

.message-right h5{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.message-right h5 a{
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    margin-top: 2px;
    background-color: #007ed0;
    padding: 2px 15px;
    border-radius: 30px;
}

.message-right h5 a:hover{
    text-decoration: none;
}

.message-right ul{
    padding: 0px;
    margin: 0px;
}

.message-right ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.message-right ul li:last-child{
    padding-bottom: 0px;
}

.message-right ul li a{
    text-decoration: none;
    padding: 10px;
    /*background-color: #eee;*/
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
}

.message-right ul li a:hover h6{
    color: #007ed0;
}

.message-right ul li a i.fa-solid.fa-download{
        float: left;
    margin-right: 10px;
    font-size: 30px;
    position: relative;
    top: 0px;
    color: #000;
    margin-bottom: 45px;
}

.message-right ul li a i.fa.fa-arrow-right {
    background-color: #ddd;
    padding: 20px 11px;
    position: relative;
    top: -13px;
    color: #000;
}

.message-right ul li a .down-content{
    width: 200px;
    display: inline-block;
}

.message-right ul li a p{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
}

.message-right ul li a h6{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.message-right ul li a h6:hover{
    color: #007ed0;
}

a.btn.btn-alulists {
    border: 1px solid #007ed0;
    background-color: #007ed0;
    padding: 10px 20px;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.message-section .owl-dots{
    display: none;
}

.message-section .owl-nav{
    position: absolute;
    top: 30px;
    right: 30px;
}

.message-section span.fa.fa-angle-left {
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #007ed0;
}

.message-section span.fa.fa-angle-right {
    background-color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 2px;
    color: #007ed0;
}


.principle-item{
    background-color: #007ed0;
    border-radius: 10px;
}










/*****************PROGRAM SECTION***************/

.program-section{
    padding: 70px 0;
    border-top: 1px solid #ddd;
}

.program-section h4{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.program-section h4 a{
    float: right;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #007ed0;
    text-decoration: underline;
    position: relative;
    margin-top: 20px;
}

.program-section img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.program-section h5{
    background-color: #007ed0;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
}

.program-section h5 a{
    color: #fff;
    text-decoration: none;
}

.adventure-box{
    margin-bottom: 30px;
}

.adventure-box .box {
    position:relative;
    width:calc(400px - 60px);
    height:300px;
    background:#000;
    float:left;
    box-sizing:border-box;
    overflow:hidden;
    /*box-shadow:0 5px 10px rgba(0,0,0,.8);*/
    width: 100%;
    margin-bottom: 15px;
}
.adventure-box .box:before {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleX(0);
    opacity:0;
}
.adventure-box .box:hover:before {
    transform:scaleX(1);
    opacity:1;
}
.adventure-box .box:after {
    content:'';
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    bottom:10px;
    box-sizing:border-box;
    transition:0.5s;
    transform: scaleY(0);
    opacity:0;
}
.adventure-box .box:hover:after {
    transform:scaleY(1);
    opacity:1;
}
.adventure-box .box .imgBox {
    position:relative;
}
.adventure-box .box .imgBox img {
    width:100%;
    transition:0.5s;
    height: 300px;
    object-fit: cover;
}
.adventure-box .box:hover .imgBox img {
    opacity:.2;
    transform:scale(1.2);
}
.adventure-box .box .content {
    position:absolute;
    width:100%;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    padding:20px;
    box-sizing:border-box;
    text-align:center;
}
.adventure-box .box .content .btn {
    margin: 0 0 10px;
    padding:0;
    transition:0.5s;
    transform:translateY(-50px);
    opacity:0;
    visibility:hidden;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.adventure-box .box .content .btn{
    color: #e7b63f;
    text-decoration: none;
}

.adventure-box .box .content .btn:hover{
    border: 1px solid #e7b63f;
    background-color: #e7b63f;
    color: #fff;
}

.adventure-box .box .content p a{
    margin:0;
    padding:0;
    color:#fff;
    transform:translateY(50px);
    opacity:0;
    visibility:hidden;
}
.adventure-box .box:hover .content .btn,
.adventure-box .box:hover .content p a{
    opacity:1;
    visibility:visible;
    transform:translateY(0px);
}




.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}

.apply-popup-form label {
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
}

.apply-popup-form input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px;
}

.apply-popup-form select {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px;
}

.apply-popup-form h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #444;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.apply-popup-form button.btn.btn-submit{
    border: 1px solid #007ed0;
    background-color: #007ed0;
    padding: 10px 26px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.apply-popup-form .modal-header h5{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #444;
    margin-bottom: 0px;
}

.apply-popup-form .modal-body{
    padding: 30px;
}



































.scholarship-section{
    background: url("../images/slider1.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.scholarship-section .overlay{
    padding: 50px 0;
    background-color: rgb(14 10 56 / 71%);
}

.scholarship-section h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.scholarship-section p{
    color: #fff;
    margin-bottom: 0px;
}

a.btn.btn-contact{
    border: 1px solid #e7b63f;
    background-color: #e7b63f;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    float: right;
    margin-top: 40px;
}

/***************FACILITY SECTION**************/

.facility-section{
    padding: 60px 0;
    background: url("../images/facility-bg.png") top center no-repeat;
    background-size: cover;
    width: 100%;
}

.facility-section h4{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.hover-img{
    position: absolute;
    top: -17px;
    left: -2px;
    display: none;
}

.facility-section h5{
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.facility-section p{
    margin-bottom: 0px;
}

.facility-section a{
    text-decoration: none;
}

.facility-section a:hover .hover-img{
    display: block;
}

.facility-box{
    background: url("../images/program1.jpg") center center no-repeat;
    width: 100%;
    margin-bottom: 30px;
    height: 350px !important;
}

.facility-box .overlay{
    background-color: #fff;
    padding: 30px;
    height: 350px !important;
}
.video-section iframe{
      width: 100% !important;
}

.facility-box:hover .overlay{
    background-color: rgb(209 32 32 / 65%);
}

.facility-box:hover h5{
    color: #fff;
}

.facility-box:hover p{
    color: #fff;
}



/************LIFE SECTION***********/

.life-section{
    background: url("../images/slider1.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.life-section .overlay{
    padding: 80px 0;
    background-color: rgb(14 10 56 / 71%);
}

.aryan-scrool{
    background-color: rgb(255 255 255 / 90%);
    padding: 20px;
    border-radius: 10px;
}

.life-section h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.life-section p{
    color: #000;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 26px;
}

a.btn.btn-readmore{
    border: 1px solid #e7b63f;
    background-color: #e7b63f;
    padding: 10px 28px 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    border-radius: 30px;
}










/************HISTORY SECTION************/

.history-section{
    padding: 60px 0;
}

.history-section h4{
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.history-left{
    padding-right: 100px;
}

a.readmore{
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

a.readmore:hover{
    color: #007ed0;
}

.history-right img{
    width: 100%;
    max-width: 550px;
    float: right;
    position: relative;
    height: 350px;
}

.history-right::before {
    content: "";
    width: 15rem;
    height: 15rem;
    border: 4px solid #007ed0;
    position: absolute;
    z-index: 0;
    bottom: -4%;
    left: -2%;
}






/****************ANSWER SECTION****************/

.answer-section{
    padding: 70px 0;
}

.answer-section h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}










.answer-section .accordion-container{
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;
  
  }
.answer-section .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
.answer-section .set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f1f5f7;
    box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
      margin-bottom: 16px;
  }
.answer-section .set > a{
    display: block;
    font-size: 18px;
    padding: 10px 20px;
    font-family: var(--font-family);
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
.answer-section .set > a i{
    float: right;
    margin-top: 2px;
  }
.answer-section .set > a.active{
    background: #007ed0;
    color: #fff;
  }
.answer-section .set .content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
  }
.answer-section .set .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
  }




.answer-right form{
    padding: 30px;
    border-radius: 10px;
    background-color: #007ed0;
}

.answer-right form h5{
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.answer-right form input{
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    height: 42px;
    width: 100%;
    margin-bottom: 20px;
}

.answer-right form textarea{
    border: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    height: 140px;
    width: 100%;
    margin-bottom: 20px;
}

a.btn.btn-primary{
    border: 2px solid #e7b63f;
    background-color: #e7b63f;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;    
}

a.btn.btn-primary:hover{
    border: 2px solid #e7b63f;
    background-color: transparent;
    color: #e7b63f;
}

/***************COUNTER AREA***************/

.space-area {
  height:850px;
  background:#007ed0;
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}
.count-area {
    position: relative;
    background:#007ed0;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
.count-area-content {
    padding: 30px;
    background-color: #09619b;
    border-radius: 10px;
}
.count-area i {
    font-size: 48px;
}
.count-digit {
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}
.count-title {
        font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

/****************TESTIMONIALS****************/

.testimonials{
    padding: 70px 0;
    background-color: #f0f7ff;
}

.testimonials h4 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    color: #007ed0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.testimonials h4 span{
    display: block;
}

.testi-box{
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.testi-box h6{
    margin-bottom: 20px;
}

.testi-box h6 i{
    font-size: 14px;
    margin-right: 2px;
    color: #ff8d00;
}

.testi-box p{
    margin-bottom: 20px;
}

.testi-box img{
    width: 50px !important;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 50%;
}

.testi-box h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.testi-box h5 span{
    display: block;
    font-weight: 400;
}

.testimonials .owl-dots{
    display: none;
}

.testimonials .owl-nav{
    position: absolute;
    top: 0;
    right: 15px;
}

.testimonials span.fa.fa-angle-left {
    background-color: #007ed0;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
}

.testimonials span.fa.fa-angle-right {
    background-color: #007ed0;
    padding: 10px 15px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 2px;
    color: #fff;
}

a.btn.btn-testibtn {
    border: 1px solid #007ed0;
    background-color: #007ed0;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}


/****************VIDEO SECTION****************/

/*.video-bar-right{
    padding: 40px;
}*/

.video-section{
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}

.video-section h4{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.video-bar-right{
    background-color: #fff;
}

.video-bar-right h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #007ed0;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.video-bar-right .tab-content{
    border: 1px solid #e5e2e2;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.video-bar-right .nav-tabs .nav-link{
    color: #000;
}

.video-bar-right .nav-tabs .nav-link.active{
    color: #007ed0;
    background-color: #eee;
    border-color: #dee2e6 #dee2e6 #eee;
}

.video-bar-right .tab-content>.tab-pane {
    background-color: #eee;
    padding-bottom: 1px;
    border-radius: 0 0 10px 10px;
}

ul.events-lists{
    padding: 0px;
    margin: 0px;
}

ul.events-lists li{
    list-style-type: none;
    height: 155px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.paginate-button svg{
    width: 20px;
}

ul.events-lists li a{
    text-decoration: none;
}

ul.events-lists li a img{
    width: 140px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

ul.events-lists li a h6{
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
}

ul.events-lists li a h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}

ul.events-lists li a h5:hover{
    color: #007ed0;
}

a.btn.btn-reads {
    border: 1px solid #000;
    background-color: #000;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
}

/*************GALLERY SECTION**************/

.gallery-section{
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

.gallery-section h4{
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    color: #007ed0;
    text-align: center;
    margin-bottom: 20px;
}

.gallery-section figure {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.gallery-section figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.gallery-section figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery-section span.fa.fa-angle-left {
    position: absolute;
    top: 40%;
    background-color: #007ed0;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    left: -20px;
}

.gallery-section span.fa.fa-angle-right {
    position: absolute;
    top: 40%;
    background-color: #007ed0;
    padding: 10px 15px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    right: -20px;
}






.gallery-section .owl-dots{
    display: none;
}


/************PARTNER SECTION************/

.partner-section{
    padding: 60px 0;
}

.partner-section h4 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    color: #007ed0;
    text-align: center;
    margin-bottom: 20px;
}

.partner-box{
    padding: 20px;
}

.partner img{
    width: 100%;
    height: 120px;
}



/*****************BLOG SECTION*****************/

.blog-section{
    padding: 70px 0;
}

.blog-section h4{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.blog-section img{
    width: 100%;
    height: 300px;  
    border-radius: 5px 5px 0 0;
    position: relative;
}

.blog-content{
    padding: 20px;
    background-color: #f0f7ff;
}

.blog-content h6{
    background-color: #007ed0;
    padding: 8px 14px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}

.blog-content ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.blog-content ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

.blog-content ul li i{
    color: #007ed0;
    padding-right: 5px;
}

.blog-content h5{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-content h5 a{
    color: #000;
    text-decoration: none;  
}

.blog-content h5 a:hover{
    color: #007ed0;
}

.blog-content p{
    margin-bottom: 10px;
}

a.reads{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #007ed0;
    text-decoration: underline;
}

a.reads:hover{
    text-decoration: none;
}

/***************SUNSCRIBE SECTION****************/

.subscribe-section{
    padding-top: 60px;
    padding-bottom: 100px;
    border-top: 1px solid #ddd;
}

.subscribe-section img{
    float: left;
    margin-right: 20px;
    width: 50px;
    height: 50px;
}

.subscribe-section h4{
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.subscribe-section p{
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}



.subscribe{
    margin-top: 10px;
}

.subscribe .content {
max-width: 100%;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.subscribe .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.subscribe .content .form-control {
height: 42px;
border-color: #eaeaea;
border-radius:25px 0 0 25px;
font-size: 14px;
}
.subscribe .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.subscribe .content .btn {
min-height: 42px; 
border-radius:0;
background: #e7b63f;
color: #fff;
font-weight:600;
border-radius: 0 25px 25px 0;
font-size: 18px;
line-height: 22px;
}

/***********************FOOTER********************/

footer{
    background-color: #054874;
}

/*.top-footer{
    padding-top: 40px;
}*/

.footer-logo {
    margin-top: -60px;
    text-align: center;
}

.footer-logo a{
  text-decoration: none;
}

.footer-logo img{
    background-color: #fff;
    padding: 20px;
    border-radius: 60px;
    margin-bottom: 15px;
    box-shadow: 0 4px 6px -2px #ffffff;
    border: 1px solid #ccc;
    width: 200px;
    height: 200px;
}

.footer-logo p{
    font-size: 45px;
    line-height: 50px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 25px;
}

.footer-logo p span{
  color: #ff8185;
}

.footer-address ul{
  padding: 0px;
  margin: 0px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #23638d;
  border-radius: 10px;
  padding: 20px;
}

.footer-address ul li{
  list-style-type: none;
  display: inline-block;
  width: 47%;
  margin-right: 20px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
}

.footer-address ul li i{
  padding-right: 10px;
}

.mid-footer{
  padding-top: 50px;
  padding-bottom: 20px;
}

.mid-footer h4{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.footer-box{
  border-right: 1px solid #23638d;
}

.footer-box p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #cec8c8;
  margin-bottom: 0px;
}

.footer-box p strong{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}

.quick{
  border-right: 1px solid #23638d;
}

.quick ul{
  padding: 0px;
  margin: 0px;
}

.quick ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.quick ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #cec8c8;
  text-decoration: none;
}

.quick ul li a:hover{
  color: #fff;
}

.quick1 ul{
  padding: 0px;
  margin: 0px;
}

.quick1 ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.quick1 ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #cec8c8;
  text-decoration: none;
}

.quick1 ul li a:hover{
  color: #fff;
}

.quick1 ul li a i{
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
}

.bottom-footer .row{
  padding: 15px 0;
  border-top: 1px solid #23638d;
}

.copyright p{
  font-size: 14px;
  line-height: 18px;
  color: #cec8c8;
  margin-bottom: 0px;
}

.designed p{
  font-size: 14px;
  line-height: 18px;
  color: #cec8c8;
  margin-bottom: 0px;
  text-align: right;
} 

.designed p a{
  text-decoration: underline;
  color: #cec8c8;
}

.designed p a:hover{
  color: #fff;
  text-decoration: none;
}

p.erp-login{
    position: fixed;
    bottom: 100px;
    margin-bottom: 0px;
    right: 0;
    z-index: 99;
}

p.erp-login a{
    background-color: #e7b63f;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 30px 0 0 30px;
}



/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #11598a;
    color: #fff;
    width: 55px;
    height: 54px;
    line-height: 7px;
    right: 15px;
    bottom: 20px;
    padding-top: 7px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa.fa-angle-up {
    line-height: inherit;
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.scroll-top-wrapper i.fas.fa-plug{
  font-size: 30px !important;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 16px;
}

/*****************CONTACT US PAGE START HERE****************/

.page-banner {
    background: url(../images/slider2.jpg) center center no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    height: 350px;
}

.page-banner .overlay {
    background-color: rgba(0,0,0,.6);
    height: 350px;
    display: table-cell;
    vertical-align: middle;
}

.page-banner h1 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
}


.contact-body{
  padding: 70px 0;
}

.contact-body form{
  background-color: rgb(241 241 241 / 50%);
  padding: 20px;
}

.contact-body h1{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.contact-body form input{
  width: 100%;
  height: 42px;
  padding: 10px;
  font-weight: 14px;
  color: #000;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.contact-body form textarea{
  width: 100%;
  border: 1px solid #eee;
  height: 140px;
  padding: 10px;
  font-weight: 14px;
  color: #000;
  margin-bottom: 20px;
}

button.btn.btn-primary {
    border: 1px solid #007ed0;
    background-color: #007ed0;
    padding: 6px 22px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
}

.contact-right h2{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.contact-right p{
  margin-bottom: 10px;
}

.contact-right p i{
    color: #007ed0;
}

.contact-right p a{
  color: #000;
  text-decoration: none;
}

.contact-right p a:hover{
    color: #007ed0;
}

/***************ABOUT US PAGE START HERE**************/

.about-body{
    padding: 60px 0;
}

.about-body h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.about-body h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.about-left-list ul{
    padding: 0px;
    margin: 0px;
}

.about-left-list ul li{
    list-style-type: none;
}

.about-left-list ul li a{
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    background-color: #eee;
    display: block;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.about-left-list ul li.active a{
    background-color: #007ed0;
    color: #fff;
} 

.about-right-box p{
    margin-bottom: 5px;
}

.about-right-box img{
    float: left;
    width: 240px;
    height: 250px;
    margin-right: 20px;
}





















/****************LOGIN PAGE START HERE***************/

.register-section {
    padding: 100px 0;
    border-top: 1px solid #ddd;
}

.register-section h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.register-section form{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 8px rgb(199 198 198);
    border-radius: 10px;
    padding: 20px;
}

.register-section form input{
  border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    height: 42px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #000;
}

button.btn.btn-register {
    border: 1px solid #007ed0;
    background-color: #007ed0;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}

/***************APPLY FORM PAGE START HERE****************/

.apply-section{
  padding: 60px 0;
}

.apply-section form{
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.apply-section label{
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
}

.apply-section select,
.apply-section input{
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  height: 40px;
  padding: 10px;
}

.apply-section h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #444;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

a.btn.btn-applynow1 {
    position: fixed;
    background-color: #bb121a;
    bottom: 100px;
    right: 0;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    padding: 6px 12px 8px;
}

button.btn.btn-submit {
    border: 1px solid #007ed0;
    background-color: #007ed0;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

@media(max-width: 600px){
  .apply-section{
    padding: 30px 0;
  }
  .apply-section form{
    padding: 15px;
  }
}


.calendars-section{
  padding: 60px 0;
}


/***********COURSE DETAILS PAGE START HERE***********/

.course-details-section{
    padding: 70px 0;
}

.course-details-section h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.course-details-section h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.course-details-section .tab-content{
    border: 1px solid #eee;
    margin-top: -1px;
    margin-bottom: 40px;
}

.course-details-section .nav-tabs .nav-link.active{
    color: #007ed0;
    font-weight: 600;
}

.course-details-section .nav-tabs .nav-link{
    color: #333;
    font-weight: 600;
}

.course-details-section .tab-content h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
    text-decoration: underline;
}

.course-details-section .tab-content h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.global-row{
    text-align: center;
}

.global-row i{
    font-size: 30px;
    color: #007ed0;
    margin-bottom: 10px;
}

.global-row h6{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.global-row p{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
}

a.btn.btn-apply-course {
    border: 1px solid #007ed0;
    background-color: #007ed0;
    padding: 12px 30px;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/****************FAQS PAGE START HERE****************/

.faqs-section{
    padding: 70px 0;
}

.faqs-section h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.faqs-section .accordion-container{
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;
  
  }
.faqs-section .accordion-container > h2{
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
.faqs-section .set{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f1f5f7;
    box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0,0,0,.15);
      margin-bottom: 10px;
  }
.faqs-section .set > a{
    display: block;
    font-size: 18px;
    padding: 15px 20px;
    font-family: var(--font-family);
    text-decoration: none;
    color: #282828;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
  }
.faqs-section .set > a i{
    float: right;
    margin-top: 2px;
  }
.faqs-section .set > a.active{
    background: #000;
    color: #fff;
  }
.faqs-section .set .content{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
  }
.faqs-section .set .content p{
    padding: 10px 15px;
    margin: 0;
    color: #333;
  }

/*****************NEWS AND EVENTS PAGE START HERE******************/

.news-events-section{
    padding: 70px 0;
}

.news-events-section h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.events-igage{
    width: 100%;
}

/**************FACULTY PAGE START HERE***************/

.faculty-section{
    padding: 60px 0;
}


.faculty-section .nav-tabs .nav-link.active {
    color: #007ed0;
}

.faculty-section .nav-tabs .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.faculty-section .tab-content {
    border: 1px solid #e5e2e2;
    border-top: none;
}

/*************LIFE PAGE START HERE*************/

.lifes-section{
    padding: 60px 0;
}

.life-box2,
.life-box1{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.life-box1 img{
    width: 400px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.lifes-section h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.life-box2 img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/********************RESEARCH PAGE SATRT HERE********************/

.research-section{
    padding: 60px 0;
}

.research-section h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.research-section h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.alumni-list-section{
    padding: 60px 0;
}


.alumni-list-section .nav-tabs .nav-link.active {
    color: #007ed0;
}

.alumni-list-section .nav-tabs .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.alumni-list-section .tab-content {
    border: 1px solid #e5e2e2;
    border-top: none;
}

.alu-lists{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

.alu-lists img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
}

.alu-lists h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.alu-lists h5 span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.alu-lists p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
} 





.faculty-detail-section{
    padding: 60px 0;
}

.facul-detail-box{
    max-width: 900px;
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    margin: 0 auto;
    display: block;
}

.facul-detail-box img{
    float: right;
    margin-left: 25px;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.facul-detail-box h5,
.facul-detail-box h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.facul-detail-box h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.facul-detail-box h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

.partner-section .owl-dots,
.partner-section .owl-nav{
    display: none;
}

.download-section{
    padding: 60px 0;
}

.download-section table a{
    color: #007ed0;
    text-decoration: underline;
}

.download-section table a:hover{
    color: #007ed0;
    text-decoration: none;
}

div#example_filter {
    display: none;
}

.search-syllabus{
    padding: 20px;
    background-color: #eee;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.search-syllabus label{
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 600;
}

.search-syllabus select{
    border: 1px solid #ddd;
    padding: 10px;
    height: 42px;
    font-size: 14px;
}

.search-syllabus button#btnSearch {
    border: 2px solid #007ed0;
    background-color: #007ed0;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-top: 24px;
}

.search-syllabus button#btnSearch:hover{
    border: 2px solid #007ed0;
    background-color: transparent;
    color: #007ed0;
}









/*media query*/

@media (max-width: 1175px){
    .message-right ul li a .down-content {
        width: 170px;
    }
}

@media (max-width: 1024px){
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 2px;
    }
    .slider img {
        height: 450px;
    }
    .message-right {
        padding: 15px;
    }
    .history-section h4,
    .life-section h4 {
        font-size: 30px;
        line-height: 40px;
    }
    #popup_content {
        width: 75%;
    }
}

@media (max-width: 991px){
    .message-right ul li a .down-content {
        width: 150px;
    }
    .count-area-content {
        padding: 20px;
        margin-bottom: 30px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 5px 20px;
        line-height: 27px;
    }
    .message-section h4 {
        font-size: 24px;
        line-height: 28px;
    }
    ul.events-lists li a h5 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .message-right {
        padding: 0px;
    }
}

@media (max-width: 834px){
    .message-right ul li a .down-content {
        width: 110px;
    }
    .history-right::before {
        bottom: 36%;
    }
    .video-section h4 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px){
    .topheader-right{
        display: none;
    }
    .message-section{
        padding-top: 40px;
    }
    .message-right ul li a i.fa.fa-arrow-right{
        float: right;
    }
    .message-right ul li a .down-content {
        width: auto;
    }
    .adventure-box .box,
    .adventure-box .box .imgBox img{
        height: 450px;
    }
    #popup_content {
        width: 95%;
    }
    a.btn.btn-contact {
        float: left;
        margin-top: 20px;
    }
    .history-right::before{
        display: none;
    }
    .history-right img {
        max-width: 100%;
        float: none;
        height: auto;
        margin-top: 20px;
    }
    .testimonials h4{
        margin-top: 0px;
        } 
    .testimonials h4 span {
        display: inline-block;
    }
    .video-section iframe{
        margin-bottom: 20px;
    }
    .gallery-section figure{
        height: auto;
    }
    .video-section iframe {
        height: auto;
    }
    .message-section h4{
        padding-top: 0px;
    }
    .message-section .owl-nav {
        top: 25px;
    }
    .history-left {
        padding-right: 0px;
    }
    .popup-img {
        height: auto;
        margin-bottom: 0px;
    }
    .about-left-list ul{
        margin-bottom: 15px
    }
    .video-bar-right .tab-content{
        margin-bottom: 20px;
    }
}

@media (max-width: 600px){
    .slider img {
        height: 300px;
    }
    .message-right h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .message-right ul li a i.fa.fa-arrow-right {
        padding: 14px 11px;
        top: -5px;
    }
    .message-section h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .message-section .owl-nav {
        top: 15px;
    }
    .gallery-section img{
        margin-bottom: 0px;
    }
    .gallery-section h4,
    .facul-detail-box h2,
    .page-banner h1,
    .subscribe-section h4,
    .partner-section h4,
    .video-section h4,
    .testimonials h4,
    .history-section h4, 
    .life-section h4,    
    .scholarship-section h4,
    .program-section h4,
    .facility-section h4{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .research-section,
    .faqs-section,
    .faculty-section,
    .faculty-detail-section,
    .news-events-section,
    .course-details-section,
    .about-body,
    .alumni-list-section,
    .lifes-section,
    .calendars-section,
    .contact-body,
    .partner-section,
    .gallery-section,
    .video-section,
    .testimonials,
    .count-area,
    .life-section .overlay,
    .history-section,
    .facility-section,
    .scholarship-section .overlay,
    .program-section,
    .message-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mid-footer{
        padding-top: 30px;
    }
    .program-section h4 a {
        margin-top: 5px;
    }
    .adventure-box .box, .adventure-box .box .imgBox img {
        height: 350px;
    }
    a.btn.btn-contact {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .subscribe-section {
        padding-top: 30px;
        padding-bottom: 90px;
    }
    .designed p{
        text-align: left;
        margin-top: 10px;
    }
    .page-banner,
    .page-banner .overlay {
        height: 270px;
    }
}

@media (max-width: 575px){
    .header-left ul li a {
        font-size: 12px;
        line-height: 16px;
    }
    .breaking-section {
        padding: 10px 0;
    }
    .slider img {
        height: auto;
    }
    .message-right ul li a .down-content {
        width: 260px;
    }
    .faqs-section .set > a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

@media (max-width: 430px){
    .message-right ul li a .down-content {
        width: 200px;
    }
    .adventure-box .box, .adventure-box .box .imgBox img {
        height: 250px;
    }
    ul.events-lists li a h5 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .events-lists p {
        font-size: 16px;
        line-height: 20px;
    }
    ul.events-lists li a h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .navbar-light .navbar-brand img {
        max-width: 220px;
    }
    .navbar-light .navbar-brand {
        width: auto;
    }
    .facility-section h5 {
        margin-bottom: 10px;
    }
    .faculty-section .nav-tabs .nav-item {
        margin-bottom: -1px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 400px){
    ul.events-lists li{
        height: auto;
    }
    ul.events-lists li a img {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .facility-box .overlay {
        padding: 15px;
    }
    .message-left img {
        width: 100% !important;
        height: auto;
        border-radius: 0;
        margin-bottom: 10px;
    }
    .alu-lists img {
        width: 100%;
        height: auto;
        border-radius: 0%;
        float: none;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .life-box1 img {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .course-details-section .nav-tabs .nav-link {
        padding: 5px;
        font-size: 14px;
    }
    .facul-detail-box img {
        float: none;
        margin-left: 0px;
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .about-right-box img {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}



@media (max-width: 375px){
    .message-right ul li a .down-content {
        width: 150px;
    }
}

@media (max-width: 340px){
    .navbar-light .navbar-brand img {
        max-width: 200px;
    }
    .adventure-box .box, .adventure-box .box .imgBox img {
        height: 210px;
    }
    .message-right ul li a .down-content {
        width: 140px;
    }
    .subscribe-section h4, 
    .partner-section h4, 
    .video-section h4, 
    .testimonials h4, 
    .history-section h4, 
    .life-section h4, 
    .scholarship-section h4, 
    .program-section h4, 
    .facility-section h4 {
        font-size: 25px;
        line-height: 28px;
    }
    .facility-section h5 {
        font-size: 20px;
        line-height: 24px;
    }
}








/***************ADDITIONA CSS****************/

.faculty-staff-col{
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

.faculty-staff-col img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.faculty-staff-col h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
}

.faculty-staff-col p{
    font-size: 14px;
    line-height: 18px;
    color: #777;
    margin-bottom: 5px;
    text-align: center;
}

a.btn.btn-faculty {
    border: 1px solid #007ed0;
    background-color: #007ed0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
}

.faculty-staff-modal img{
    width: 120px;
    border-radius: 50%;
    height: 120px;
}

.faculty-staff-modal p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.faculty-staff-modal p a{
    color: #000;
    text-decoration: none;
}

.faculty-staff-modal .modal-header .row{
    width: 100%;
}




@media(max-width: 767px){
    .faculty-staff-modal img{
        margin-bottom: 10px;
    }
}








/************NEW HEADER CSS*************/

.breaking-section{
    background-color: #e7b63f;
}

.header-left-column{
    padding: 15px 0;
    background-color: #007ed0;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    margin-bottom: 15px;
        padding-left: 19%;
}

.topheader-right-column{
    padding: 15px 0;
    background-color: #007ed0;
    clip-path: polygon(2% 0, 100% 0, 100% 100%, 0 100%);
    margin-top: 15px;
        padding-right: 19%;
}





@media(max-width: 1745px){
    .header-left-column{
        padding-left: 17%;
    }

    .topheader-right-column{
        padding-right: 17%;
    }
}

@media(max-width: 1545px){
    .header-left-column{
        padding-left: 13%;
    }

    .topheader-right-column{
        padding-right: 13%;
    }
}

@media(max-width: 1366px){
    .header-left-column{
        padding-left: 9%;
    }

    .topheader-right-column{
        padding-right: 9%;
    }
}

@media(max-width: 1280px){
    .header-left-column{
        padding-left: 6%;
    }

    .topheader-right-column{
        padding-right: 6%;
    }
}


@media(max-width: 1024px){
    .header-left-column{
        padding-left: 15px;
        clip-path: unset;
        margin-bottom: 0px;
    }

    .topheader-right-column{
        padding-right: 15px;
        clip-path: unset;
        margin-top: 0px;
    }
    .breaking-section .row{
        margin-left: 0px;
        margin-right: 0px;
    }
}




/***********DROPDOWN MENU************/


.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/* SPECIAL : ROTATION des flèches */
/* .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 15px;
} */

/* --------------------- */
/* SPECIAL : ROTATION des flèches */
/* Niveau 1 */
li .dropdown-toggle:after {
  transition: all 0.5s;
}
li.show > .dropdown-toggle:after {
  transform: rotate(180deg);
}
/* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
  transform: rotate(90deg);
}



/***********DROPDOWN MENU************/

.dropdown-submenu {
    position: relative;
    }

    .dropdown-submenu> a:after {
    content: ">";
    float: right;
    }

    .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    }

    .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    }



.btn-blinking{
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px !important;
  line-height: 28px !important;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  margin-top: 18px;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}











@media(max-width: 767px){
    .topheader-right-column{
        display: none;
    }
    .header-left-column{
        padding: 0 0 0 15px;
    }
    .footer-address ul li{
        width: 100%;
    }
}





