@font-face {
  font-family: avenir;
  src: url(../fonts/avenirlt.otf);
}
@font-face {
  font-family: avenir_bold;
  src: url(../fonts/avenirlt_bold.ttf);
}
/*@media(max-width:10000px){
    body{
        max-width:1600px;
        margin:0 auto;
    }
}*/
.min_wrapper{
    min-height:93vh;
    /*display:flex;
    align-items: center;
    justify-content: center;*/
}
body{
    font-family: avenir;
    font-size: 18px;
    line-height: 1.5;
    
}
h1,h2,h3,h4,h5,h6{
    font-family: avenir_bold;
    margin-bottom:25px;
}
p{
    color: rgb(96 94 94 / 80%);
    margin-bottom: 1.2rem;
    font-size: 17px;
}
.bread_sec h2{
    border-bottom:1px solid rgb( 96,94,94);
    color:rgb( 96,94,94);
    font-weight:500;
    font-family: avenir;
    font-size:26px;
    padding-bottom:10px;
    margin-bottom:15px;
    text-transform: uppercase;
}
.team_div h3{
    font-size:17px;
    color:rgb(96,94,94);
    font-weight:500;
    font-family: avenir;
    margin-bottom: 15px;
}
.team_div h3::after {
    background: rgb(96 94 94 / 43%) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    margin-top: 15px;
    width: 70px;
}
.team_div .des{
    font-size: 14px;
    color: rgb(96 94 94 / 83%);
    font-weight: 400;
    line-height: 16px;
}
.team_div .det{
    font-size: 14px;
    color: rgb(96 94 94 / 83%);
    font-weight: 400;
    line-height: 22px;
    padding-right: 14px;
}

.award_con p{
    margin-bottom:3px;
    color: rgb(96 94 94);
    font-size:14px;
    font-weight:600;
}
.media_con ul{
    margin-top:15px;
    padding-inline-start: 50px;
}
.media_con ul li{
    line-height: 16px;
    margin-bottom:8px;
}
.media_con ul li a{
    font-size: 14px;
    color: rgb(39 39 39 / 83%);
    font-weight: 500;
    text-decoration: underline;
}
.media_con ul {
  list-style: none;
}

.media_con ul li::before {
    content: "\2022";
    color: rgb(39 39 39 / 83%);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 13px; 
}
.w100{
	width:100%;
}
.customsec{
	padding-top:40px;
	padding-bottom:20px;
}
.customsec1{
    padding-top:40px;
	padding-bottom:40px;
}
.customsec2{
    padding-top:20px;
    padding-bottom:40px;
}
.bread_sec{
    padding-top:40px;
    padding-bottom:10px;
}

.posrel {
    position: relative;
}
.copyright{
	background: #ede9e1!important;
}
.gray_bg{
	background:#e1dfdc;
}
.logo_img{
    width:190px;
}
.navbar{
	position: sticky;
	-webkit-position: sticky;
	top:0;
	z-index:2;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-nav{
    justify-content: end;
    width:100%;
}
.navbar {
    padding: 0.2rem 0.5rem;
}
.nav-link {
    padding: 0.3rem 1rem;
    font-size: 16px;
}
.navbar-brand{
	padding-top:2px;
	padding-bottom:2px;
}
.nav-item{
    width: 20%;
    text-align: center;
}
.nav-item.active{
    background:#ede9e1!important;
}
.navbar-toggler {
    border: 0;
}
.close_icon{
	display:none;
}
.video_class{
    width:100%;
    height:490px;
}
.video_back{
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 60%);
    background: #000;
}
.show_mobile{
    display:none;
}
.form-control{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 40px;
    padding: 15px;
    margin-bottom:20px;
    
}
textarea.form-control{
    padding-top:15px;
    height: 160px;
}
.form-group label{
    font-size:13px;
    font-weight:700;
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border: 1px solid #000;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000!important;
  font-size:13px!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000!important;
  font-size:13px!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000!important;
  font-size:13px!important;
}
.sub_btn{
    background: #a0a09f;
    color: #fff;
    border: transparent;
    border-radius: 0;
    min-width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.sub_btn:hover{
    background: #efefef;
    color: #000;
    border: transparent;
}
.copyright{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.copyright small{
    font-size: 13px;
    color: #000;
}
.general_div{
    margin-bottom:20px;
}
.general_div span{
    background-color: #fef22f;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 11px;
    width: 85%;
    height: 40px;
    color: #000;
    padding-left: 15px;
    line-height: 40px;
    text-align: start;
}
.team_div{
    padding:7%;
}
.team_div img{
    margin-bottom:20px;
}
.award_div{
    margin-bottom:20px;
}
.award_image{
    height:160px;
    object-fit:cover;
    object-position:center;
}
.award_con{
    background: #ccc;
    padding: 10px;
}

.award_div:hover{
    cursor:pointer;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgb(255 255 255 / 72%);
}
.award_div:hover .overlay {
  opacity: 1;
}
.award_con{
    z-index: 1;
    position: relative;
}
.program_div{
    margin-right: 7%;
    display:inline-block;
}
.program_image{
    width:200px;
}
.program_image1{
    width:160px;
}
.media_div{
    margin-bottom:30px;
}
.media_image{
    width:90%;
    height:110px;
    object-fit:contain;
}


/********************************* Responsive Design ********************************/

@media (max-width:1199.9px) {
.nav-link {
    font-size: 14px;
}
}
/* navbar becomes mobile sidebar under lg breakpoint */
@media (max-width: 991.9px) {
.nav-item{
    width: 100%;
    text-align: start;
    padding-left: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #fff;
    display: block;
}
.nav-item.active {
    background: transparent!important;
}
.close_icon{
	display: block;
    position: absolute;
    right: 1em;
    top: 0.5em;
    color:#fff;
    font-size:19px;
}
.navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -45%;
    transition: all 0.2s ease;
}
.navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0px;
    flex-direction: column;
    height: auto;
    width: 300px;
    transition: right 0.55s ease;
    background: #605e5e;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    padding-left: 0px;
    padding-top: 3em;
}
.navbar-nav{
    justify-content: unset;
    width:auto;
}
.nav-link {
    font-size: 18px;
    color: #fff!important;
}
.general_div span{
    font-size:15px;
    font-weight:600;
}
.update_image{
    margin-bottom:20px;
}
.team_div {
    padding: 2%;
}
.program_div {
    margin-right: 4%;
}
}
@media(max-width:767.9px){
.form-group {
    margin-bottom: 2px;
}
}
@media(max-width:575.9px){
.mob_center{
	text-align:center!important;
}
.customsec, .customsec1 {
    padding-top: 30px;
    padding-bottom: 20px;
}
.customsec2 {
    padding-top: 10px;
}
.mob_pad_top{
    padding-top:10px;
}
.mob_pad_bottom{
    padding-bottom:10px;
}
.bread_sec{
    padding-bottom:5px;
}
.general_div span {
    font-size: 19px;
    font-weight: 600;
}
body{
    font-size: 17.5px;
}
.video_class{
    height:250px;
}
.program_image {
    width: 150px;
}
.program_image1 {
    width: 110px;
}
.bread_sec h2 {
    font-size: 20px;
}
.media_image {
    width: 150px;
    height: auto;
    object-fit: unset;
}
.media_con ul {
    margin-top: 15px;
    padding-inline-start: 0px;
}
.mob_auto{
    width:200px;
}
.mob_kaya{
    width:110px;
}
}

@media(max-width:334.9px){

}