
* { box-sizing: border-box;}
body { font-weight: 400; font-size: 18px; color: #2A2A2A; line-height: 1.2; font-family: "Poppins", sans-serif; 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: 1440px; }
.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 15px; } 
.header-area .main-nav .nav li:last-child{ margin-right: 0; }
.btm_nav_sec{ background: #BC1820; padding: 20px 0; }
.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.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: #BC1820; display: flex; align-items: center; padding: 5px 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 10px; }
.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; }

.banner_section{ position: relative; overflow: hidden; }
.banner_section > img{ height: 100%; object-fit: cover; }
.banner_outer{ position: absolute; top: 42%; transform: translateY(-50%); left: 0; right: 0; }
.banner_content h1{ font-size: 42px; color: #fff; font-weight: 400; margin-bottom: 20px; line-height: 1; text-transform: capitalize; }
.banner_content h1 span{ font-size: 16px; font-weight: 700; display: block; padding-bottom: 15px; }
.banner_content{ max-width: 470px; }
header.header-area { background: #000; padding: 20px 0; }

.heading_sec h2 { font-size: 55px; font-weight: 600; color: #BC1820; line-height: 1; text-transform: capitalize; margin-bottom: 30px; }
.para_sec p{ font-size: 18px; font-weight: 500; color: #686868; line-height: 1.4; margin-bottom: 0; }
.about_img{padding-left: 85px; }
.about_section .row{ padding: 55px 5%; margin: 60px 0; box-shadow: 0 0 15px 5px rgba(0,0,0,.1);}
.px_space{ padding: 0 14%; }

.cl_dark h2{ color: #000; font-size: 48px; padding-bottom: 40px; border-bottom: 1px solid #F3F3F3; margin-bottom: 45px; }
.cl_dark.heading_sec p{ color: #000; font-size: 20px; line-height: 1.2; margin-bottom: 48px; max-width: 100%; }
.sports_row { margin: 0 -22px; max-height: 440px; overflow: hidden; transition: .3s all ease; }
.show.sports_row{ max-height: 100%; }
.sports_row [class*=col-]{ padding: 0 22px; }
.heading_sec h3{ font-size: 24px; color: #BC1820; font-weight: 600; margin:  13px 0; }
.heading_sec h3 span{ font-size: 18px; color: #787878; display: block; padding-top: 5px; }
.heading_sec h3 a{ color: #BC1820; transition: .3s all ease; }
.heading_sec h3 a:hover{ color: #0D6EFD; }
.heading_sec p{ font-size: 16px; color: #686868; font-weight: 500; }
.sports_block{ margin-bottom: 45px; }
.site_btn{ font-size: 13px; font-weight: 600; color:#000; text-transform: uppercase; text-align: center; padding: 12px 65px; border: 1px solid #BC1820; display: inline-block; transition: .3s all ease; }
.site_btn:hover{ background: #BC1820; color: #fff; }
.btn_sec{ margin-top: 15px; }
.space_sec{ padding: 60px 0; }
.committee_caption{ background: #fff; padding: 18px; }
.committee_block{ box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15); margin-bottom: 28px; }
.committee_row { margin-bottom: 20px; max-height: 360px; overflow: hidden; }
.show.committee_row{ max-height: 100%; }
.faculty_section{ padding: 80px 0; }
.faculty_section .row{ padding: 55px 13% 70px; }
.reports_download p{ color: #000; font-size: 26px; line-height: 1.2; }
.reports_download{ max-width: 90%;  margin: auto;}
.report_link{ border-bottom: 1px solid #E8E8E8; padding: 0 15px 20px; margin-bottom: 20px; }
.reports_download span{  display: inline-block; cursor: pointer; }
.report_section{ padding-bottom: 150px; }
.sports_policy_section{ padding-bottom: 150px; }
.sports_policy_pdf a {background-color: #bc1820;}

.footer_section{ background: #202020; padding: 90px 0 40px; }
.footer_menu h4{ font-size: 24px; color: #fff; font-weight: 500; text-transform: uppercase; margin-bottom: 30px; }
.footer_menu li a{ font-size: 16px; color: #fff; font-weight: 500; transition: .3s all ease; display: block; }
.footer_menu li { margin-bottom: 15px; }
.footer_menu li a:hover{ color: #BC1820; }
.footer_address address{ font-size: 20px; color: #fff; font-weight: 400; line-height: 1.5; white-space: pre-line; margin-top: -25px;}
.footer_contact li{ display: flex; align-items: center; margin-bottom: 2px; }
.footer_contact li a{ font-size: 18px; font-weight: 500; color: #0D6EFD; }
.footer_contact li img{ margin-right: 5px; }
.social_sites_sec{ margin-top: 25px; }
.social_sites_sec li{ margin: 0 5px; }
.footer_section .row{ border-bottom: 5px solid #BE2727; padding-bottom: 50px; }
.footer_address{ padding-left: 8%; }
.footer_contact{ padding-left: 30%; }
.copyright_sec{ background: #202020; padding: 30px 0; font-size: 16px; color: #fff; border-top: 1px solid #919191; font-weight: 500; }
.copyright_sec li a{ color: #fff; transition: .3s all ease; }
.copyright_sec ul li:first-child{ border-right: 1px solid #737373; padding-right: 10px; margin-right: 10px; }
.copyright_sec li a:hover{ color: #BE2727;; }
.sports_block img{ height: 250px; object-fit: cover; }
.testimonials_img img{ height: 500px; object-fit: cover; object-position: top; }
.testimonials_img{ padding-right: 50px; }
.testimonials_section{ padding-bottom: 120px; position: relative;}
.testimonials_pagination span{ width: 10px; height: 10px; border-radius: 50%; background: #BC1820; transition: .5s all ease; margin: 0 3px !important; }
.testimonials_pagination{ bottom: 120px !important; left: 0; right: 0; margin: auto; width: 100% !important; overflow: visible;}
.testimonials_slider{ padding-bottom: 20px; overflow: hidden; position: relative;}
.testimonials_pagination span.swiper-pagination-bullet-active{ width: 15px; height: 15px; }
.testimonials_pagination{ display: flex; align-items: center; justify-content: center; }
.testimonials_content h6{ font-size: 20px; margin-top: 30px; }
.testimonials_content h6 b{ font-size: 18px; color: #787878; padding-top: 7px; font-weight: 500; }
.testimonials_content p{ font-size: 18px; line-height: 1.4; }
.committee_block img{ height: 250px; object-fit: cover; }
.slider_btn_next, .slider_btn_prev{ color: #fff; background: #BC1820; position: absolute; top: 40%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; border: 1px solid #BC1820; transition: .3s all ease;}
.slider_btn_next:after, .slider_btn_prev:after{ font-size: 20px; }
.slider_btn_next:hover, .slider_btn_prev:hover{ background: transparent; }
.slider_btn_next:hover:after, .slider_btn_prev:hover:after{ color: #BC1820; }
.slider_btn .slider_btn_next{ right: 2%; }
.slider_btn .slider_btn_prev{ left: 2%; }

.splide {padding-top: 50px; padding-bottom: 120px;}
.splide .row {box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1); padding: 80px 0px;}
.splide ul li {display: inline-flex;}
.splide .splide__track {text-align: center;}
.splide .splide__slide {width: calc(25%) !important; padding: 10px;}
.splide .splide__slide img {width: 100%;}
/*.swal2-popup {width: 70em;}*/
.splide__arrows {display: none;}
.committee_captions {background: #fff; padding: 18px 0px !important;}
.faculty_block {box-shadow: 0 0 15px 5px rgba(0, 0, 0, .15);}
.splide__pagination {display: none;}
.splide .col-12 {width: 76%;}
.swal2-popup {margin: 35px; padding: 35px; border: 10px solid #bc1820;}
.swal2-confirm {background-color: #bc1820 !important;}
.swal2-actions button {background-image: url(images/png-transparent-computer-icons-encapsulated-postscript-cross-on-a-red-circle-miscellaneous-logo-cross-thumbnail.png);}









@media(max-width: 1600px){
  .container { max-width: 1450px; }
  
}


@media(max-width: 1441px){
  .container { max-width: 1300px; }
  .banner_content h1 { font-size: 36px;}
  .banner_content h1 span { font-size: 15px;}
  .heading_sec h2 { font-size: 52px;}
  .para_sec p{ font-size: 20px; }
  .cl_dark h2{ font-size: 40px; margin-bottom: 35px; padding-bottom: 30px; }
  .cl_dark.heading_sec p{ font-size: 23px; }
  .heading_sec h3 { font-size: 22px;}
  .heading_sec p { font-size: 15px;}
  .footer_contact { padding-left: 25%; }
  .footer_address { padding-left: 5%; }
  .copyright_sec{ font-size: 15px; }
  .reports_download p{ font-size: 24px; }
  .sports_block img{ height: 200px; }
  .sports_row{ max-height: 360px; }
  .splide .splide__slide {width: calc(27%) !important; padding: 10px;}
  
}

@media(max-width: 1367px){
  .container { max-width: 1200px; }
  .heading_sec h3 { font-size: 19px; }
  .heading_sec h3 span { font-size: 16px;}
  .committee_row { max-height: 346px;}
  .faculty_section .row { padding: 55px 8% 70px; }
  .px_space { padding: 0 5%; }
  .splide .splide__slide {width: calc(28%) !important; padding: 10px;}
  
}

@media(max-width: 1199px){
  .container { max-width: 950px; }
  .heading_sec h2 { font-size: 45px; }
  .para_sec p { font-size: 18px; }
  .about_img { padding-left: 35px; }
  .cl_dark.heading_sec p { font-size: 20px; }
  .px_space { padding: 0 8%; }
  .heading_sec h3 { font-size: 20px; }
  .cl_dark h2{ font-size: 38px; }
  .reports_download p{ font-size: 22px; }
  .footer_address { padding-left: 0%; }
  .footer_menu h4 { font-size: 22px;}
  .footer_menu li a{ font-size: 14px; }
  .footer_address address{ font-size: 16px; }
  .footer_contact { padding-left: 2%; }
  .footer_contact li a { font-size: 16px;}
  .copyright_sec { font-size: 10px; padding: 20px 0; }
  .faculty_section .row { padding: 55px 5% 70px; }
  .slider_btn_next, .slider_btn_prev{ top: 30%; }
  .px_space { padding: 0 2%; }
  .splide .splide__slide {width: calc(30%) !important; padding: 10px;}
  
}

@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: #000; 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: #333; 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: #333; }
  .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; }

  .banner_content h1 { font-size: 30px; }
  .banner_content { max-width: 400px; }
  .heading_sec h2 { font-size: 40px; }
  .about_img { padding-left: 0; }
  .about_content { margin-top: 30px; }
  .about_section .row { padding: 50px 2%; flex-direction: column-reverse;}
  .space_sec { padding: 40px 0; }
  .px_space { padding: 0 2%; }
  .cl_dark h2 { font-size: 32px; margin-bottom: 30px; padding-bottom: 25px;}
  .heading_sec h3 { font-size: 18px; }
  .faculty_section .row{ margin: 0; flex-direction: row;}
  .report_section { padding-bottom: 100px; }
  .sports_policy_section{ padding-bottom: 150px; }
  .footer_contact { padding-left: 0; }
  .copyright_sec { text-align: center; }
  .copyright_sec .row [class*=col-]:last-child{ margin-top: 5px; }
  .testimonials_content{ margin-top: 30px; }
  .testimonials_img { padding-right: 0px; }
  .testimonials_content p{ font-size: 16px; }
  .slider_btn_next, .slider_btn_prev { top: 26%; }
  .splide .splide__slide {width: calc(47%) !important; padding: 10px;}

  
  
 
} 

@media(max-width: 767px){
  .container { max-width: 600px; }
  .banner_section > img{ height: 40vh; }
  .banner_content h1 { font-size: 26px; }
  .banner_content h1 span{ font-size: 14px; }
  .heading_sec h2 { font-size: 30px; margin-bottom: 15px; }
  .para_sec p { font-size: 16px; }
  .about_section .row { padding: 30px 1%; margin: 30px 0;}
  .cl_dark h2{ font-size: 26px; }
  .cl_dark.heading_sec p { font-size: 18px; }
  .sports_block { margin-bottom: 30px; }
  .site_btn{ padding: 10px 30px; }
  .faculty_section { padding: 10px 0 20px; }
  .reports_download p { font-size: 18px; }
  .reports_download{ max-width: 100%; }
  .report_section { padding-bottom: 50px; }
  .sports_policy_section{ padding-bottom: 150px; }
  .footer_section{ padding: 50px 0 20px; }
  .footer_menu h4 { font-size: 20px; margin-bottom: 15px; }
  .footer_menu { margin-bottom: 30px; }
  .footer_section .row{ padding-bottom: 0px; }
  .copyright_sec .row [class*=col-]:nth-last-child(2){ margin-top: 5px; }
  .testimonials_img img { height: 250px;}
  .sports_row { max-height: 346px; }
  .splide .splide__slide {width: calc(75%) !important; padding: 10px;}
}

@media(max-width: 479px){
  .container { max-width: 350px;}
  .splide .splide__slide {width: calc(100%) !important; padding: 10px;}
  
}






































