/* @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; padding: 0; margin: 0;}
html{ overflow-x: hidden;}
body { font-weight: 500; font-size: 17px; 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: 1300px; }
.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%; }

.space_sec{ padding: 50px 0; }
.heading_sec h2{ font-size: 45px; font-weight: 400; color: #fff; text-transform: uppercase; text-align: center; margin: 0 auto 15px; position: relative; display: inline-block; max-width: 1000px;} 
.heading_sec h2 b{ font-weight: 700; }
.para_sec ul li{ padding-bottom: 10px; list-style-type: disc; }
.para_sec ul{ padding-left: 20px; margin: 30px 0 15px; }

.about_block{ width: 20%; margin-bottom: 30px; padding: 0 15px; }
.block_left{ background-color: #f1eee9; border: 2px solid #f1eee9; border-radius: 20px; box-shadow: 0 2px 7px rgba(0,0,0,.15); transition: all .2s ease-in-out; padding: 20px 20px 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: 50%; height: 180px; object-fit: cover; object-position: top; width: 180px !important; }
.block_lefts { text-align: center; }
.about_content{ padding: 20px 0 0; }
.about_content p{ font-size: 13px; line-height: 1.4; }
.about_content h5{ font-size: 20px; font-weight: 600; margin-bottom: 15px; text-align: center; color: #151515; }
.about_content h5 a{ color: #151515; transition: .3s all ease;}
.about_content h5 a:hover{ color: #BC1820; }
.about_content ul li{ font-size: 14px; text-align: left; padding-bottom: 4px; }
.site_btn { font-size: 18px; border-radius: 50px; text-align: center; display: inline-block; padding: 12px 35px; font-weight: 500; background: #FFED00; color: #000; border: 2px solid #FFED00; transition: .3s all ease; margin-bottom: 0; }
.site_btn:hover{ background: #BC1820; color: #fff; }
.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); }

.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; }

.about_content h5 span{ color: #151515; font-weight: 400; font-size: 14px; display: block; padding-top: 10px; white-space: pre-line; }
.para_sec p a{ color: #BC1820; }
.para_sec p a:hover{ text-decoration: underline !important; }
.schedule_table table{ border: 1px solid #000; margin-top: 30px; }
.schedule_table table tr td, .schedule_table table tr th{ font-size: 16px; white-space: pre-line; line-height: 1.3; }
.schedule_table table tr td span{ display: block; margin-bottom: -10px; }
.schedule_table table tr th{ background: #BC1820; color: #fff; }

.banner_section{ position: relative; }
.top_nav_sec { padding: 15px 0; }
.logo_sec a{ display: inline-block; width: 220px; }
.logo_sec .main_logo { width: 300px; margin-right: 50px; }
.banner_section img{ object-fit: cover; height: 150vh; }
.my_modal .modal-dialog{ max-width: 1200px; }
.modal_img img{ height: 420px; object-fit: cover; object-position: top; }
.modal_content{ padding-left: 20px; }
.modal_content ul li{ white-space: pre-line; }
.modal_content ul{ margin-bottom: 20px; }
.modal_content ul li a{ color: #000; }
.modal_content ul li a:hover{ color: #BC1820; }
.banner_outer{ position: absolute; left: 0; right: 0; top: 50px; }

.abstract_block{ margin: 0 -10px; }
.abstract_block li{ width: 50%; padding: 0 10px; }
.abstract_box{ display: flex; align-items: center; justify-content: space-between; background: #eee; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
.download_btn a{ background: #BC1820; color: #fff; font-size: 25px; width: 45px; height: 45px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; }
.abstract_cont h4{ font-size: 19px;}
.heading_sec span{ display: block; font-size: 30px; color: #BC1820; margin-top: 5px; }
.date_sec h4{ margin-bottom: 0; color: #000; font-size: 18px; text-align: center;}
.date_sec h4 a{ display: inline-block; background: #BC1820; color: #fff; padding: 20px 20px; display: inline-flex; align-items: center; justify-content: space-between; width: 350px; }
.date_sec h4 a i{ transition: .3s all ease; }

.heading_sec h3 span { display: inline-block; background: #fff; padding: 15px; }
.heading_sec h3{ font-size: 30px; color: #D31E3D; font-weight: 600; margin-bottom: 45px; position: relative; }
.heading_sec h3:after{ content: ''; position: absolute; width: 100%; height: 2px; background: #CB1D3B; left: 0; right: 0; top: 53%; z-index: -1; }
.my_modal .row{ padding: 0 20px; }

.footer_section h2{ text-align: center; font-weight: 300; font-size: 45px; color: #BC1820; padding: 0 0 50px; }
.date_sec.active h4 a i{ transform: rotate(180deg); }

.oval_sec h6 span { font-size: 20px; color: #fff; background: #2D2C61; border-radius: 100px; display: inline-block; padding: 13px 40px; line-height: 1.3; font-weight: 400;}
.oval_sec h6 { max-width: 680px; margin: auto; }
.oval_sec h5{ font-size: 24px; color: #FFED00; font-weight: 600; text-align: center; margin-top: 25px; }
.oval_sec{ margin-bottom: 30px; }
.oval_sec h6 span b{ display: block; }
.gscale_section{ margin-bottom: 40px; }
.scale_head{ position: relative; }
.scale_head h3{ font-size: 130px; color: #DAF2F0; font-weight: 800; text-transform: uppercase; }
.scale_head h5 { font-size: 26px; font-weight: 600; color: #26677B; position: absolute; left: 0; right: 0; bottom: 27px; margin: auto; max-width: 500px; line-height: 1; text-transform: uppercase; }
.gscale_section .row{ max-width: 550px; margin: 30px auto 0; position: relative; }
.gscale_list li{ font-size: 16px; color: #151515; font-weight: 600; position: relative; display: inline-block; padding-left: 12px;}
.gscale_list li:before{ content: ''; position: absolute; left: 0; top: 10px; background: #D31F3D; width: 6px; height: 6px; border-radius: 50%; }
.gscale_img img{ position: absolute; left: 0; right: 0; margin: auto; top: 0; bottom: 0; max-width: 120px; }

.gu_logo_block{ margin: 50px 0; }
.gu_logo_block li{ width: 50%; }
.gu_box { max-width: 270px; margin-left: auto; }
.gu_box p{ font-size: 12px; font-weight: 500; text-transform: uppercase; margin-bottom: 0;}
.gu_box h4{ font-size: 18px; color: #D31F3D; font-weight: 600 }
.gu_box h5{ font-size: 16px; color: #2D2C61; font-weight: 600; text-transform: uppercase; }
.footer_block h3{ font-size: 50px; color: #105191; font-weight: 400; text-transform: uppercase; line-height: 1; margin-bottom: 25px; }
.footer_section{ padding-top: 70px; }
.footer_block p { font-size: 18px; font-weight: 500; color: #333; }
.footer_block{ position: relative; }
.footer_block span img{ position: absolute; bottom: 60px; right: 0; max-width: 100px; }
.ab_25{ width: 25%; }
.ab_50{ width: 50%; padding: 0 15px; position: relative; }
.ab_inner .about_block{ width: 50%; }
.gh_sec{ width: 100%; text-align: center; margin-bottom: 15px; position: relative;}
.gh_sec span{ padding: 10px; background: #fff; display: inline-block;}
.gh_sec span:before{ content: ''; position: absolute; top: 20px; left: 0; right: 0; width: 100%; height: 1px; background: #2D2C61; z-index: -1; }
.ab_50:before{ content: ''; position: absolute; top: 20px; left: 0; width: 1px; height: 85%; background: #C5C6C6; z-index: -1; }
.ab_50:after{ content: ''; position: absolute; top: 20px; right: 0; width: 1px; height: 85%; background: #C5C6C6; z-index: -1; }
.advantage_section h2{ color: #151515; font-weight: 600; margin-bottom: 25px; }
#modal_form .modal-dialog { max-width: 500px; }
.form_group{ margin-bottom: 15px; }
.input_sec{ display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.form_group textarea{ height: 100px; resize: none; }
.form_btn .site_btn{ font-size: 14px; background: #CC1B23; color: #fff; text-transform: uppercase; border-color: #CC1B23; width: 100%; padding: 6px 12px; border-radius: 4px; margin-top: 10px; }
.form_btn .site_btn:hover{ background: #002060; border-color: #002060; }
.bg-primary{ background-color: #002060 !important; }
.banner_btn{ padding: 70px 0 40px; }
#modal_form .modal-header h4{ font-size: 22px; font-weight: 500; }
.input_sec:focus{ box-shadow: none; outline: none; }
.banner_btn{ padding: 70px 0 40px; }
.input_sec::placeholder{ color: #555; }
.input_sec::-webkit-input-placeholder { color: #555; } 
.input_sec::-moz-placeholder { color:  #555; } 
.input_sec:-ms-input-placeholder { color:  #555; } 
.input_sec:-moz-placeholder { color:  #555; }

















@media(max-width: 1600px){
  .container { max-width: 1250px; }

}


@media(max-width: 1441px){

}

@media(max-width: 1367px){
  
}


@media(max-width: 1199px){
  .container { max-width: 950px; }
  .heading_sec h2{ font-size: 36px; max-width: 750px; }
  .about_block img{ height: 155px; width: 155px !important; }
  .banner_content h1{ font-size: 40px; max-width: 520px; }
  .heading_sec h3 span{ font-size: 26px; }
  .about_content h5{ font-size: 18px; }
  .about_block, .ab_50{ padding: 0 5px; }
  .footer_section h2{ font-size: 40px; }
  .footer_block h3 { font-size: 42px;}
 
}

@media(max-width: 991px){
  .container { max-width: 700px; }
  .about_block{ width: 50%; }
  .banner_section img{ height: 80vh; }
  .block_left{ padding: 15px 15px 25px; }
  .about_content h5{ font-size: 20px; }
  .about_content h5 span{ font-size: 14px; }
  .site_btn{ font-size: 14px; padding: 10px 25px;}
  .abstract_block li { width: 100%; }
  .heading_sec h2 { font-size: 30px; max-width: 620px; }
  .gu_box h5 { font-size: 14px;}
  .gu_box h4 { font-size: 16px;}
  .oval_sec h6 span { font-size: 17px;}
  .ab_25{ width: 100%; }
  .ab_50{ width: 100%; }
  .ab_50:before, .ab_50:after{ display: none; }
  .oval_sec h5 { font-size: 20px;}
  .footer_block p { font-size: 16px;}
  .gscale_list li { font-size: 14px; text-align: left; display: block; padding-left: 10px;}
  #modal_form .modal-header h4 { font-size: 18px;}
 
  

  
 
} 

@media(max-width: 767px){
  .container { max-width: 600px; }
  .about_block{ width: 100%; margin-bottom: 20px; }
  .heading_sec h2 { font-size: 22px; margin-bottom: 0; }
  .heading_sec h3 span { font-size: 18px; }
  .heading_sec h3{ margin-bottom: 20px; }
  .abstract_cont h4 { font-size: 16px; }
  .download_btn a { font-size: 18px; width: 35px; height: 35px;}
  .date_sec h4{ font-size: 14px; margin-bottom: 15px;}
  .date_sec h4 a{ padding: 15px; width: 100%; }
  .advantage_section h2{ margin-bottom: 20px; }
  .schedule_table table tr td, .schedule_table table tr th{ font-size: 14px; }
  .schedule_table table { min-width: 1200px; }
  .footer_section h2 { font-size: 20px; padding: 20px 0 40px; }
  .logo_sec .main_logo { width: 200px; margin-right: 20px; }
  .logo_sec a{ width: 150px; }
  .gu_box p { font-size: 10px;}
  .gu_box h4 { font-size: 14px; }
  .gu_box h5 { font-size: 10px; }
  .gu_box { max-width: 170px;}
  .oval_sec h6 span { font-size: 12px; padding: 12px 25px; }
  .oval_sec h5 { font-size: 16px;}
  .oval_sec { margin-bottom: 14px; }
  .programs_section{ padding-top: 30px; }
  .ab_inner .about_block { width: 100%; }
  .scale_head h3 { font-size: 50px;}
  .scale_head h5 { font-size: 18px; position: static; margin-bottom: 40px;}
  .gscale_img img{ left: auto; }
  .footer_block h3 { font-size: 24px; }
  .footer_block p { font-size: 14px;}
  .banner_section img{ height: 60vh; }
  .footer_section { padding-top: 40px; }
  .input_sec{ padding: 7px 12px; }
  .form_group textarea{ height: 80px; }
  .banner_btn { padding: 40px 0 20px; }
  .gscale_list li:before { top: 9px; width: 4px; height: 4px;  }
  #modal_form .modal-dialog { max-width: 100%; }
  

  
}

@media(max-width: 479px){
  .container { max-width: 350px; }
}






































