@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.woff2') format('woff2'),
      url('../fonts/Gotham-Black.woff') format('woff'),
      url('../fonts/Gotham-Black.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
      url('../fonts/Gotham-Book.woff') format('woff'),
      url('../fonts/Gotham-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
      url('../fonts/Gotham-Bold.woff') format('woff'),
      url('../fonts/Gotham-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold_1.woff2') format('woff2'),
      url('../fonts/Gotham-Bold_1.woff') format('woff'),
      url('../fonts/Gotham-Bold_1.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
      url('../fonts/Gotham-Medium.woff') format('woff'),
      url('../fonts/Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium_1.woff2') format('woff2'),
      url('../fonts/Gotham-Medium_1.woff') format('woff'),
      url('../fonts/Gotham-Medium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'),
      url('../fonts/Gotham-Light.woff') format('woff'),
      url('../fonts/Gotham-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light_1.woff2') format('woff2'),
      url('../fonts/Gotham-Light_1.woff') format('woff'),
      url('../fonts/Gotham-Light_1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



* { box-sizing: border-box;}
html{ overflow-x: hidden;}
body { font-weight: 500; font-size: 18px; color: #2A2A2A; line-height: 1.6; font-family: 'Gotham'; overflow-x: hidden;}  
a { text-decoration: none !important; } 
li{ list-style: none;}
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 0px; } 
ul { margin-bottom: 0px; padding-left: 0;}  
.container{ max-width: 1600px; }
.header-area .main-nav { background: transparent; } 
.header-area .main-nav .nav { margin-top: 0; background-color: transparent; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; position: relative; z-index: 999; justify-content: center; padding-left: 20px; flex: 1 0 auto; } 
.header-area .main-nav .nav li { margin: 0 20px; } 
.header-area .main-nav .nav li:last-child{ margin-right: 0; }
.btm_nav_sec{ background: #BC1820; padding: 20px 0; border-top: 1px solid #4A4949; }
.header-area .main-nav .nav li a { display: flex; font-weight: 500; font-size: 18px; text-transform: capitalize; color: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; align-items: center; position: relative; } 
.header-area .main-nav .nav li:last-child > .sub-menu{ left: auto; right: 0; }
.header-area .main-nav .nav li:last-child > .sub-menu:before{ right: 20px; left: auto; }
.header-area .main-nav .nav li a.active, .header-area .main-nav .nav li:hover a {  } 
.header-area .main-nav .nav li.menu-item-has-children { position: relative; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu { position: absolute; width: 220px; background-color: #fff; box-shadow: 0 0px 18px 2px rgba(0, 0, 0, 0.1); top: 120%; opacity: 0; transition: all .2s; transform: translateY(+2em); visibility: hidden; z-index: -1; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li { margin-left: 0px; padding-left: 0px; padding-right: 0px; margin-right: 0; border-bottom: 1px solid #eee; } 
.header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li a { opacity: 1; display: block; background: #fff; padding: 7px 15px; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; position: relative; font-size: 15px; font-weight: 500; color: #2D436F; } 
.header-area .main-nav .nav li.menu-item-has-children ul li:hover > a{ background: #EFB920; color: #fff!important; } 
.header-area .main-nav .nav li.menu-item-has-children ul li a:hover:before { width: 3px; } 
.header-area .main-nav .nav li.menu-item-has-children:hover > ul.sub-menu { visibility: visible; opacity: 1; z-index: 1; transform: translateY(0%); transition: .3s all ease } 
.header-area .nav { margin-top: 30px; }
 .sticky_menu { display: none; }
 .fixed_header .sticky_menu { position: fixed; top: 0; left: 0; right: 0; margin: auto; width: 100%; display: block; z-index: 999; animation: smoothScroll 1s forwards; box-shadow: 0 0 15px 2px rgba(0,0,0,.2); background: #105191; display: flex; align-items: center; padding: 15px 0; }
 @keyframes smoothScroll{
  0%{transform:translateY(-100px)}
  100%{transform:translateY(0px)}
}
.fixed_header .main-nav .logo{ padding-top: 0;}
.fixed_header .main-nav .logo img { max-width: 60%; }
.header-area .main-nav .nav li.menu-item-has-children:hover li.menu-item-has-children > .sub-menu{ left: 100%; top: 0; }
.sub-menu li .sub-menu:before{ display: none; }
.header-area .main-nav .nav li.menu-item-has-children i { position: absolute; right: 14px; top: 54%; color: #2D436F; font-size: 15px; z-index: 99; transform: translateY(-50%) rotate(0); transition: .3s all ease; cursor: pointer; display: none;}
.header-area .main-nav .nav > li.menu-item-has-children:hover i { color: #F47723; transform: translateY(-50%) rotate(0deg); }
.header-area .main-nav .nav li.menu-item-has-children li.menu-item-has-children:hover i{ color: #fff; transform: translateY(-50%) rotate(-90deg); }
.sticky_menu .logo_sec { flex: 1 0 auto; text-align: left; }
.sticky_menu.main-nav .nav li { margin: 0 16px; }
.sticky_menu.main-nav .nav li a{ font-size: 16px; color: #fff; }
.sticky_menu.main-nav .nav li:last-child{ margin-right: 0; }
.header-area .main-nav .nav li a:before{ content: ''; position: absolute; bottom: -2px; left: 0; right: 0; margin: auto; width: 0; height: 1px; background: #fff; transition: .3s all ease; }
.header-area .main-nav .nav li:hover > a:before, .header-area .main-nav .nav li:active > a:before{ width: 100%; }
.header-area .main-nav .nav li.menu-item-has-children>a:after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: -18px; background: url(../images/down_icon.png) no-repeat; width: 14px; height: 9px; background-size: 12px; }
.btm_nav_inner{ position: relative; }
.logo_sec { flex-basis: 68%; }
.h_contact_sec { flex: 1 0 auto; }
.top_nav_sec { padding: 5px 0; background: #202020;}
.h_contact_sec li a{ font-size: 16px; color: #fff; line-height: 1.3; transition: .3s all ease;}
.h_contact_sec li a:hover{ color: #BC1820; }
.h_contact_sec li i{ font-size: 18px; color: #fff; border: 1px solid #fff; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-right: 5px; }

.h_contact_sec li { color: #fff; }
.banner_section{ position: relative; }
.banner_section > img { height: 100%;  object-fit: cover; }
.banner_outer{ position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; height: 100%; z-index: 1; }
.banner_left img{ position: absolute; bottom: 0; max-width: 40%; z-index: -1; }
.banner_left{ width: 65%; padding-top: 15%; padding-right: 200px; }
.banner_right{ width: 35%; }
.banner_left h1{ font-size: 50px; color: #fff; margin-bottom: 30px; }
.banner_left .site_btn{ padding: 15px 50px; }
.banner_left .site_btn:hover{ background: #fff; }

.space_sec{ padding: 100px 0; }
.heading_sec h2{ font-size: 46px; font-weight: 700; color: #2A2A2A; text-transform: uppercase; text-align: center; margin-bottom: 45px; position: relative; display: inline-block; padding-bottom: 15px;} 
.heading_sec h2 span{ color: #BC1820; }
.heading_sec h2:before{ content: ''; position: absolute; bottom: 0; left: 0; width: 40%; height: 4px; background: #BC1820; }
.para_sec ul li{ padding-bottom: 10px; list-style-type: disc; }
.para_sec ul{ padding-left: 20px; margin: 30px 0 15px; }

.about_block{ width: 33.33%; margin-bottom: 30px; padding: 0 15px; }
.block_left{ background-color: #f1eee9; border: 2px solid #f1eee9; border-radius: 25px; box-shadow: 0 2px 7px rgba(0,0,0,.15); transition: all .2s ease-in-out; padding: 30px; }
.block_left:hover { box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2); }
.about_block img { border-radius: 25px; height: 380px; object-fit: cover; object-position: top; }
.about_content{ padding: 30px 0 0; }
.about_content p{ font-size: 14px; line-height: 1.4; }
.about_content h5{ font-size: 28px; font-weight: 600; margin-bottom: 15px; text-align: center; }
.about_content ul li{ font-size: 14px; text-align: left; padding-bottom: 4px; }
.site_btn{ font-size: 16px; border-radius: 50px; text-align: center; display: inline-block; padding: 12px 50px; font-weight: 500; text-transform: uppercase; background: #BC1820; color: #fff; border: 2px solid #BC1820; transition: .3s all ease; }
.site_btn:hover{ background: transparent; color: #BC1820  ; }
.program_btn{ margin-top: 20px; }
.about_block > span{ display: block; overflow: hidden; border-radius: 25px; }
.about_block > span img{ transition: .5s all ease; }
.about_block:hover > span img{ transform: scale(1.1); }

.advantage_content{ width: 25%; text-align: center; border-bottom: 1px solid #d7cbcb; border-right: 1px solid #d7cbcb; padding: 35px 20px 20px;}
.advantage_content:nth-last-child(1), .advantage_content:nth-last-child(2), .advantage_content:nth-last-child(3), .advantage_content:nth-last-child(4){ border-bottom: 0; }
.advantage_content:nth-child(4n){ border-right: 0; }
.advantage_content i{ font-size: 80px; color: #BC1820; margin-bottom: 30px; }
.advantage_content h4{ font-size: 40px; font-weight: 700; color: #000; margin-bottom: 20px; }
.advantage_content p{ font-weight: 600; font-size: 20px; line-height: 1.3; padding: 0 30px; }

.raning_content > span{ border: 1px solid #eee; display: flex; align-items: center; justify-content: center; padding: 20px; box-shadow: 0 0 20px 5px rgba(0,0,0,.1); }
.raning_content{ padding: 0 13px; }

.director_section{ background: linear-gradient(75deg, #fff 50%, #BC1820 50%); }
.bdr_gray h2:before{ background: #2a2a2a; }
.iframe_sec{ padding-left: 0; max-width: 1000px; margin: auto; position: relative; }
.director_block_left iframe{ border-radius: 25px; border: 2px solid #eee; }
.recruiters_slider{ overflow: hidden; padding: 10px 5px; }
.recruiters_outer{ margin-top: 20px; position: relative; }
.recruiters_slide img{ border: 1px solid #e9e9e9; box-shadow: 0 0 10px 5px rgba(0,0,0,.1); padding: 20px; }
.slider_btn_next, .slider_btn_prev{ color: #000; width: 45px; height: 45px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: #eee; transition: .3s all ease; }
.slider_btn_next:after, .slider_btn_prev:after{ font-size: 18px; font-weight: 700; }
.slider_btn_next{ right: -15px; }
.slider_btn_prev{ left: -25px; }
.slider_btn_next:hover, .slider_btn_prev:hover{ box-shadow: 0 0 10px 1px rgba(0,0,0,.2); }
.director_block_right .recruiters_slide{ width: 33.33%; padding: 10px; }

.speak_section{ background: linear-gradient(180deg, #e7e7e7 60%, #BC1820 40%); }
.speak_block p{ font-size: 16px; }
.speak_block{ background: #fff; box-shadow: 0 0 20px 5px rgba(0,0,0,.2); padding: 140px 40px 60px; border-radius: 25px; position: relative;}
.speak_block:before { content: ''; position: absolute; top: -20px; bottom: -20px; left: -15px; right: -15px; margin: auto; width: calc(100% + 30px); height: calc(100% + 40px); border: 2px solid #bda122; border-radius: 25px; }
.speak_box h6{ font-size: 20px; text-align: center; color: #000; font-weight: 700; margin-top: 25px;}
.speak_box h6 span{ display: block; padding-top: 10px; font-weight: 400; font-size: 16px; }
.speak_block > span { position: absolute; top: -100px; left: 0; right: 0; margin: auto; display: block; text-align: center; }
.speak_block > span img{ max-width: 200px; border-radius: 50%; border: 10px solid #fff; }
.speak_row{ margin-top: 20px; padding: 100px 0 0; overflow: hidden;}
.speak_row [class*=col-]{ padding: 0 35px; }
.quote_sec .fa-quote-left { position: absolute; top: -48px; left: 10%; font-size: 45px; color: #BC1820; }
.quote_sec .fa-quote-right { position: absolute; bottom: -48px; right: 10%; font-size: 45px; color: #fff; }
.campus_img{ flex-basis: 25%; padding: 10px; }
.campus_gallery{ margin: 0 -10px; padding-top: 20px; }
.campus_img img{ height: 220px; object-fit: cover; object-position: top; border-radius: 10px; }

.main_footer{ background: #202020; padding: 70px 0 0; }
.f_contact h3{ font-size: 30px; color: #fff; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }
.f_contact p{ color: #fff; }
.f_contact { padding-right: 20px; }
.social_icons li{ margin-right: 10px; }
.f_info p.head{ font-size: 22px; }
.f_info p{ font-size: 18px; color: #fff; font-weight: 500; margin-bottom: 10px; }
.f_info li, .f_info li a { font-size: 18px; color: #fff; transition: .3s all ease; }
.f_info li a:hover{ text-decoration: underline !important; }
.f_info li{ padding-bottom: 10px; }
.f_map iframe{ border-radius: 10px; }
.f_map{ padding-left: 50px; }
.copyright_sec{ border-top: 1px solid #fff; padding: 18px 0; margin-top: 40px; }
.copyright_sec p{ font-size: 16px; color: #fff; line-height: 1.4; margin-bottom: 0; }
.social_icons{ margin-top: 30px; }
.social_icons li a{ width: 45px; height: 45px; background: #fff; border: 1px solid #202020; color: #202020 !important; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; font-size: 20px !important; transition: .3s all ease !important; }
.social_icons li a:hover{ background: #BC1820; border-color: #BC1820; color: #fff !important; text-decoration: none !important;}

.director_block_right .recruiters_slide img{ border-color: #000; border-radius: 25px; }
.director_block_right .recruiters_slide{ width: 17%; text-align: center; }
.director_block_right{ justify-content: center; }
.director_block_right .recruiters_slide p{ font-size: 16px; color: #000; margin-top: 10px; text-align: center; }
.speak_slider{ padding-bottom: 50px; }
.director_block_left h3{ font-size: 32px; font-weight: 700; margin-bottom: 30px; }
.director_block_left h3 span{ font-size: 28px; font-weight: 500; display: block; padding-top: 5px; }
.director_block_left p{ font-size: 20px; margin-bottom: 0; }
.bg-light{ background: #e7e7e7 !important; }
.director_block_left h2{ text-align: left; }
.f_info { width: 50%;}
#collaborations_section .recruiters_slide img, #recruiters_section.recruiters_slide img{ height: 120px; object-fit: cover; width: 100%; }

.about_content h5 span{ color: #BC1820; font-size: 24px; display: block; padding-top: 10px; }
.para_sec p a{ color: #BC1820; }
.para_sec p a:hover{ text-decoration: underline !important; }
.welcome_section .row{ border-left: 3px solid #BC1820; padding-left: 50px; position: relative; border-radius: 10px; margin-top: 20px; }
.welcome_section .row:before{ content: ''; position: absolute; left: 10px; top: 0; bottom: 0; margin: auto; width: 3px; background: #BC1820; height: 75%; }
.schedule_table table{ border: 1px solid #000; max-width: 80%; margin: auto; }
.schedule_table table tr td:last-child, .schedule_table table tr th:last-child{ border-left: 1px solid #000; padding-left: 20px; }
.schedule_table table tr td, .schedule_table table tr th{ font-size: 17px; }
.live_text a { position: fixed; font-weight: 500; color: #fff; left: 30px; top: 45%; z-index: 999; background: #BC1820; width: 50px; height: 50px; border-radius: 50%; font-size: 26px; display: inline-flex; align-items: center; justify-content: center; }












@media(max-width: 1600px){
  .container { max-width: 1450px; }
  .banner_left h1 { font-size: 45px;}
  .banner_left{ padding-top: 9%; }
  .advantage_content p{ font-size: 18px; }
  .heading_sec h2 { font-size: 40px;}
}


@media(max-width: 1440px){
  .container { max-width: 1300px; }
  .header-area .main-nav .nav li{ margin: 0 15px; }
  .banner_left h1 { font-size: 40px;}
  .advantage_content p{ font-size: 16px; }
  .advantage_content i { font-size: 70px;}
  .heading_sec h2 { font-size: 35px;}
  .director_block_left h3 { font-size: 28px;}
  .director_block_left h3 span { font-size: 25px;}
  .campus_img img { height: 200px;}
  .f_info p { font-size: 16px;}
  .f_info li, .f_info li a { font-size: 16px;}
  .copyright_sec p{ font-size: 14px; }
  .f_contact h3 { font-size: 24px;}
  .f_contact{ flex-basis: 48%; }
  .h_contact_sec li a { font-size: 14px;}
  #collaborations_section .recruiters_slide img, #recruiters_section.recruiters_slide img { height: 90px;}
  .logo_sec { flex-basis: 35%; padding-right: 10px; }
  .header-area .main-nav .nav li a{ font-size: 16px; }
  .f_contact { flex-basis: 70%; }
  .social_icons { margin-top: 15px; }
  .about_block img{ height: 280px; }
  .about_content h5 { font-size: 24px;}
  .about_content h5 span{ font-size: 20px; }
  .schedule_table table{ max-width: 85%;}
}

@media(max-width: 1366px){
  .container { max-width: 1200px; }
  body{ font-size: 16px; }
  .banner_left h1 { font-size: 35px;}
  .banner_left{ padding-top: 8%; }
  .para_sec p{ font-size: 16px; }
  .advantage_content h4{ font-size: 30px; }
  .director_block_right .recruiters_slide p { font-size: 14px;}
  .speak_block > span img { max-width: 160px;}
  .speak_block > span{ top: -75px; }
  .quote_sec .fa-quote-left { top: -44px; font-size: 35px;}
  .quote_sec .fa-quote-right { bottom: -39px; font-size: 35px;}
  .speak_block{ font-size: 14px; padding: 110px 30px 40px;}
  .campus_img img { height: 180px;}
  
}

@media(max-width: 1199px){
  .container { max-width: 950px; }
  .h_contact_sec li:last-child { margin-left: 20px !important; }
  .h_contact_sec li i{ font-size: 15px; width: 35px; height: 35px; }
  .banner_section > img{ height: 100%; }
  .header-area .main-nav .nav li a { font-size: 15px; }
  .banner_left { padding-top: 10%; padding-right: 50px; }
  .advantage_content i { font-size: 50px; }
  .advantage_content p { font-size: 14px; padding: 0 10px; }
  .about_content h5 { font-size: 20px;}
  .para_sec p { font-size: 14px; }
  .campus_img img { height: 150px; }
  .f_info li, .f_info li a, .f_contact p { font-size: 14px; }
  .social_icons li a { width: 40px; height: 40px; font-size: 17px}
  .iframe_sec iframe{ height: 250px; }
  .f_info { width: 60%; }
  .block_left{ padding: 15px }
  .about_block img{ height: 250px; }
  .about_content h5 span{ font-size: 18px; }
  .f_info p { font-size: 14px;}
  .f_info p.head { font-size: 18px; }
  .f_contact h3 { font-size: 20px; }
  .schedule_table table tr td, .schedule_table table tr th { font-size: 15px; }
  .schedule_table table tr th:first-child{ width: 20%; }
}

@media(max-width: 991px){
  .container { max-width: 700px; }
  .menu_icon_sec{ display: block; }
  .menu_icon_sec>a { border-radius: 50px; width: 40px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; align-content: center; z-index: 9; position: absolute; top: 50%; transform: translateY(-50%); right: 0; transition: .3s all ease; }
  .menu_icon_sec span { width: 30px; height: 3px; background: #fff; border-radius: 50px; display: block; transition: .3s all ease-in; position: relative; } 
  .menu_icon_sec span:nth-child(2) { margin: 6px 0; } 
  .header-area .main-nav { margin-bottom: 30px; }
  .header-area .main-nav .logo img { max-width: 75%;}
  .header-area .bottom-nav .nav { width: 100%; position: fixed; top: 0; transition: .5s all ease-in; opacity: 0; visibility: hidden; height: 100vh; background: #efecec; left: -100%; margin-right: 0; display: block;  padding: 80px 20px !important; z-index: 9999;}
  .active_menu .header-area .bottom-nav .nav{ top: 0; opacity: 1; visibility: visible !important; left: 0; overflow-y: scroll;}
  .header-area .bottom-nav .nav > li { padding: 10px 0; width: 100%; height: auto; border-bottom: 1px solid #dbcece; margin: 0;}
  .header-area .bottom-nav .nav li a{ color: #202020; font-size: 18px; font-weight: 400; }
  .cross_icon{ border-radius: 50px; width: 40px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; align-content: center; z-index: 99999; position: absolute; top: 40px; right: 30px; transition: .3s all ease; }
  .cross_icon span { width: 30px; height: 3px; background: #4d4d4d; border-radius: 50px; display: block; transition: .3s all ease-in; position: relative; }
  .cross_icon span:first-child { transform: rotate(45deg); top: 5px; } 
  .cross_icon span:nth-child(2) { visibility: hidden; opacity: 0; } 
  .cross_icon span:last-child { transform: rotate(-45deg); top: -1px; }
  .active_menu .menu_icon_sec>a span{ background-color: #202020; }
  .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li a{ font-size: 20px; background: transparent; }
  .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu { width: 300px; position: relative; top: 5px; left: 0; display: none; opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav .nav li.menu-item-has-children.active_submenu ul.sub-menu { display: block !important; }
  .header-area .main-nav .bottom-nav{ margin-bottom: 10px;}
  .active_menu .header-area .norm_menu .nav{ visibility: hidden; }
  .active_menu .header-area .sticky_menu .nav{ display: none; }
  .header-area .main-nav .nav li.menu-item-has-children i { font-size: 18px; background: #FF8219; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; right: 0; color: #fff; z-index: 1; top: 30px;}
  .sub-menu:before{ display: none; }
  .header-area .main-nav .nav > li.menu-item-has-children:hover i{ color: #fff; }
  .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu{ background: transparent; box-shadow: none; }
  .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu{ width: 100%; top: 10px; }
  .header-area .main-nav .nav li.menu-item-has-children{ padding-right: 0; }
  .header-area .main-nav .nav li.menu-item-has-children ul li:hover > a{ color: #FF8219 !important; }
  .header-area .main-nav .nav li.menu-item-has-children li.menu-item-has-children:hover i { transform: translateY(-50%) rotate(0); }
  .header-area .main-nav .nav li.menu-item-has-children li.menu-item-has-children i { width: 50px; height: 48px; top: 22px; }
  .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li{ padding: 3px 0; width: 100%; height: auto; border-bottom: 1px solid #dbcece;}
  .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children > ul.sub-menu { display: none; left: 0; top: 0; }
  .header-area .main-nav .nav li:hover > a:before{ display: none; }
  .main-nav .nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children.active_submenus, .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu li.menu-item-has-children.active_submenus{ border-bottom: 0; }
  .header-area .main-nav .nav li.menu-item-has-children ul.sub-menu ul.sub-menu a{ padding-left: 40px;}
  .header-area .main-nav .nav > li.menu-item-has-children li.menu-item-has-children i{ color: #fff; }
  .header-area .main-nav .nav li.menu-item-has-children>a:after{ display: none; }

  .h_contact_sec li a { font-size: 10px; }
  .h_contact_sec li i { font-size: 10px; width: 30px; height: 30px; margin-right: 1px; }
  .banner_left h1 { font-size: 26px; }
  .banner_left .site_btn { padding: 10px 25px; font-size: 14px; }
  .heading_sec h2 { font-size: 30px; }
  .para_sec p { font-size: 16px; }
  .space_sec { padding: 70px 0; }
  .heading_sec h2:before{ right: 0; margin: auto; width: 15%; }
  .advantage_block{ margin-top: 0 !important; justify-content: center; }
  .advantage_content{ width: 33.33%; padding: 20px 15px 10px; }
  .advantage_content h4 { font-size: 26px; margin-bottom: 10px; }
  .advantage_content i { font-size: 45px; margin-bottom: 15px; }
  .advantage_content p{ margin-bottom: 10px; }
  .programs_section .about_block img{ height: 200px; object-fit: cover; }
  .director_block_right .recruiters_slide { width: 33.33%;}
  .director_block_left h3 { font-size: 22px; }
  .director_block_left h3 span { font-size: 20px; }
  .director_block_left .heading_sec h2:before{ right: auto; }
  .iframe_sec { padding-left: 0px; margin-top: 30px; }
  .iframe_sec iframe{ height: 300px; }
  .speak_block { padding: 100px 20px 40px; }
  .speak_row{ margin-top: 0; }
  .recruiters_outer { margin-top: 0px;}
  .campus_img { flex-basis: 33.33%;}
  .advantage_content:nth-last-child(3), .advantage_content:nth-last-child(4){ border-bottom: 1px solid #d7cbcb; }
  .advantage_content:nth-child(3n), .advantage_content:last-child{ border-right: 0 !important; }
  .advantage_content:nth-child(4n){ border-right: 1px solid #d7cbcb; }
  .banner_left { padding-top: 17%; padding-right: 0; }
  .f_map { padding-left: 0px; margin-top: 25px; }
  .about_section .row{ flex-direction: column-reverse; }
  .gu_content{ margin-top: 0; }
  .about_block{ width: 50%; }
  .schedule_table table { max-width: 100%; }
  

  
 
} 

@media(max-width: 767px){
  .container { max-width: 600px; }
  .h_contact_sec{ display: none; }
  .logo_sec { flex-basis: 100%; }
  .btm_nav_sec{ padding: 10px 0; }
  .banner_left{ width: 100%; padding-top: 27%; }
  .banner_right{ width: 100%; }
  .banner_content{ flex-wrap: wrap; }
  .heading_sec h2 { font-size: 25px; margin-bottom: 30px; }
  .space_sec { padding: 50px 0; }
  .advantage_content { width: 100%; border-right: 0 !important;}
  .about_block{ margin-bottom: 20px; }
  .director_block_right .recruiters_slide { width: 50%; }
  .raning_content{ flex-basis: 100%; margin-bottom: 15px; }
  .advantage_block{ flex-wrap: wrap; }
  .iframe_sec{ margin-top: 0; }
  .iframe_sec iframe { height: 180px; }
  .recruiters_slide img{ padding: 10px; }
  .campus_gallery{ padding-top: 0; }
  .campus_img { flex-basis: 100%; }
  .campus_img img { height: 200px; }
  .f_contact_left { flex-wrap: wrap; }
  .f_contact { flex-basis: 100%; padding-right: 0; margin-bottom: 30px; }
  .info-inner { margin-top: 0 !important; }
  .main_footer{ padding-top: 40px; }
  .slider_btn_next, .slider_btn_prev{ width: 30px; height: 30px; top: 60%; }
  .slider_btn_next:after, .slider_btn_prev:after{ font-size: 12px; }
  .slider_btn_prev { left: -13px; }
  .f_map{ padding-left: 0; margin-top: 25px; }
  .f_map iframe{ height: 200px; }
  .copyright_sec { padding: 15px 0; margin-top: 25px; }
  .speak_block:before { left: -10px; right: -10px; width: calc(100% + 20px);}
  .director_section { background: linear-gradient(52deg, #e7e7e7 52%, #BC1820 50%); }
  #collaborations_section .recruiters_slide img, #recruiters_section .recruiters_slide img { height: 160px;}
  .f_info { width: 100%; }
  .banner_left .site_btn { font-size: 16px; font-weight: 700; }
  .about_block{ width: 100%; }
  .schedule_table table { min-width: 500px; }
  .live_text a{ width: 35px; height: 35px; left: 10px; font-size: 17px; }
}

@media(max-width: 479px){
  .container { max-width: 350px; }
}






































