@import url('./assets/web-fonts/SegoeUI.css');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'Segoe UI';
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #070000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Segoe UI';
  margin: 0 0 15px;
}

.container {
  max-width: 1500px;
}
/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.heroArea {
  height: 900px;
}

.heroArea .col-md-4,
.heroArea .col-md-8 {
  padding: 0;
  height: 100%;
}

.navigationMenu {
  height: 900px;
  position: relative;
  z-index: 1;
  padding: 35px;
  padding-left: 50px;
}

.navigationMenu:after {
  position: absolute;
  right: -60px;
  top: 0;
  height: 100%;
  width: 700px;
  content: '';
  background: #213167;
  z-index: -1;
}

.nameMenu a {
  display: block;
  color: #fff;
  font-weight: 700;
  margin: 20px 0px;
}

.nameMenu a img {
  margin-right: 10px;
  height: 25px;
}

.logoTxt p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.logoTxt {
  margin-top: 15px;
  margin-bottom: 40px;
}

.heroSection {
  position: relative;
  height: 900px;
  overflow: hidden;
}

.heroBg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
}

.heroBg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-dots {
  bottom: 50px !important;
}

.slick-dots li button:before {
  width: 40px !important;
  height: 40px !important;
  content: '•';
  opacity: 0 !important;
  color: white !important;
}

.home-slider {
  height: 900px !important;
}

@media (max-width: 1000px) {
  .home-slider {
    height: 100% !important;
  }
}
.home-slider .slick-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-slider .slick-slide img {
  height: 100%;
  object-fit: cover;
}

.heroSocialIcon {
  margin-left: 70px;
  margin-bottom: 20px;
  /* padding-top: 30px; */
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 3;
}

.hederButton {
  margin-left: 17%;
  /* margin-top: 20px; */
  position: relative;
  z-index: 3;
}

.registrationBtn {
  background: #ed1c24;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 10px;
}

.registrationBtn:hover {
  color: #fff;
}

.contentArea {
  padding-top: 50px;
}

.sectionHeading h3 {
  color: #213167;
  font-size: 34px;
}

.sectionHeading {
  margin-bottom: 20px;
}

.hightLight {
  color: #ed1c24;
  font-weight: 700;
}

.sectionHeading .hightLight {
  font-style: italic;
}

.link {
  color: #498fcc;
  font-weight: 700;
  text-decoration: underline;
}
.link2 {
  color: #498fcc;
  font-weight: 700;
}

.link:hover {
  color: #498fcc;
}

.themeColor {
  color: #213167;
  font-weight: 700;
}

.heading {
  background: #213167;
  padding: 5px 0px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.heading h2 {
  color: #fff;
  margin: 0;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
}

.content {
  margin: 20px 0px;
}

.singleImgTxt {
  margin: 15px 0px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.singleImgTxt:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(33 49 103 / 40%);
  content: '';
  /* z-index: -1; */
}

.textOverlap {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
  transition: 0.3s;
}

.textOverlap h4 {
  margin: 0;
  color: #fff;
  padding: 10px;
  font-size: 22px;
}

.textOverlap p {
  color: #070000;
  margin: 0;
  margin-top: 10px;
  display: none;
  transition: 0.3s;
  padding: 10px;
}

.singleImgTxt:hover .textOverlap {
  bottom: auto;
  top: 0;
  height: 100%;
}

.singleImgTxt:hover .textOverlap h4 {
  background: #213167;
}

.singleImgTxt:hover .textOverlap p {
  display: block;
}

.singleImgTxt:hover:after {
  background: #fff;
  border: 2px solid #707070;
}

.contentRed {
  text-align: center;
  margin-top: 20px;
}

.contentRed h5 {
  color: #ed1c24;
}

.contentRed h4 {
  color: #ed1c24;
  font-size: 22px;
  margin-bottom: 50px;
}

.shapeLeft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
}

.shapeRight {
  position: absolute;
  right: 0;
  bottom: 178px;
  width: 25%;
}

.section4 {
  position: relative;
  padding-bottom: 100px;
}

.instaFeed h4 {
  color: #ed1c24;
  font-weight: 400;
  margin-bottom: 30px;
}

.instaFeed {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 100px 0px;
  padding-top: 50px;
}

.feedShape {
  position: absolute;
  right: 5%;
  bottom: 0;
  height: 100%;
  width: 60%;
}

.feedShape img {
  width: 100%;
}

.footerMenu ul {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.footerArea {
  /* background: #000; */
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footerTxt {
  color: #fff;
  margin-top: 90px;
}

.footerTxt h5 {
  font-weight: 400;
  font-size: 19px;
}

.footerTxt p {
  font-size: 16px;
}

.footerLogo {
  text-align: center;
  padding-top: 20px;
}

.footerMenu ul a {
  color: #fff;
}

.footer365Logo {
  text-align: right;
  margin-top: 90px;
}

.footerSocial {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footerArea:after {
  border-radius: 100%;
  position: absolute;
  left: -25%;
  height: 150%;
  width: 150%;
  content: '';
  background: #ed1c24;
  z-index: -1;
  top: 0%;
  border: 15px solid #498fcc;
}

.footerMenu ul li:nth-child(2) {
  margin-top: -40px;
}

.footerMenu ul li:nth-child(3),
.footerMenu ul li:nth-child(4) {
  margin-top: -70px;
}

.footerMenu ul li:nth-child(5) {
  margin-top: -40px;
}

.slicknav_nav a {
  font-size: 20px;
  margin: 0;
  padding: 10px 0px;
  position: relative;
  padding-left: 27px;
  font-weight: 700;
}

.slicknav_nav a img {
  height: 19px;
  position: absolute;
  left: 0;
  top: 16px;
}

.slicknav_nav a:hover {
  background: none;
  color: #999;
}
.slicknav_menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background: none;
  margin: 0;
  padding: 0;
}

.slicknav_nav ul.sub-menu li a {
  font-size: 15px;
  padding: 3px 13px;
  font-weight: 600;
}

.slicknav_nav ul.sub-menu li a:hover {
  color: #999;
}

.slicknav_nav .slicknav_row:hover {
  background: none;
}

.slicknav_nav .slicknav_row {
  padding: 10px 0px;
  margin: 0;
}

.slicknav_nav .slicknav_row a {
  padding-left: 27px;
}

.slicknav_nav .slicknav_row img {
  top: 6px;
}

@media only screen and (min-width: 768px) {
  .nameMenu {
    display: none;
  }

  .responsive_menu {
    position: relative;
  }

  .slicknav_menu .slicknav_nav {
    display: block !important;
  }

  .slicknav_btn {
    display: none;
  }

  .slicknav_nav ul.sub-menu {
    position: absolute;
    right: -28px;
    top: 45px;
    background: #0a1847;
    width: 200px;
    padding: 10px 0px;
    border-radius: 6px;
    z-index: 9;
  }

  .slicknav_nav li {
    position: relative;
    overflow: initial;
  }

  .slicknav_nav,
  .slicknav_nav ul {
    overflow: initial;
  }
}

.heroTxt h2 {
  font-size: 90px;
  font-weight: 400;
  color: #fff;
}

.heroTxt {
  margin-top: -220px;
  padding-left: 5%;
}

.innerSocialBtn .hederButton {
  margin-left: 0;
  margin-right: 50px;
}

.innerSocialBtn .heroSocialIcon {
  margin: 0;
  padding-top: 19px;
}

.innerSocialBtn {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row-reverse;
  padding-top: 25px;
  padding-right: 3%;
}
.coreValue {
  margin-top: 60px;
}

.history p {
  margin-bottom: 100px;
}

.contentHeading {
  margin-bottom: 40px;
}

.contentHeading h1 {
  margin: 0;
  font-size: 60px;
  display: inline-block;
  background: #fff;
  padding: 0px 30px;
}
.contentHeading.History h1 {
  color: #498fcc;
}

.contentHeading.Staff h1 {
  color: #ed1c24;
}

.contentHeading.Directors h1 {
  color: #213167;
}

.boardLeftContent {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 30px;
}

.wrapGrid {
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.boardLeftContent p {
  margin: 0;
}

.wrapGrid h5 {
  margin: 0;
}

.boardSectionGrid {
  margin-top: 50px;
}

.contentHeading.Staff {
  margin-top: 70px;
  margin-bottom: 70px;
}

.faqSec .card-header {
  padding: 0;
  border: none;
  border-radius: 0px !important;
  background: none;
}

.faqSec .card-header button {
  border: none;
  background: #ed1c24;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  padding: 12px 10px;
  text-decoration: none;
}

.faqSec .card-header button:hover {
  text-decoration: none;
  color: #fff;
}

.faqSec .card {
  margin: 30px 0px;
}

.faqSec .card-body {
  padding: 50px;
  box-shadow: 0px 0px 5px #000;
}

.faqBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin: 100px 0px;
}

.logoCenter {
  height: 100%;
  display: flex;
  align-items: center;
}

.logoBottom {
  display: flex;
  height: 100%;
  align-items: end;
  justify-content: center;
  padding-bottom: 100px;
}

.programCardHeading {
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  min-height: 110px;
  display: grid;
  align-items: center;
}

.programCardHeading.blue2 {
  background: #498fcc;
}

.programCardHeading.blue {
  background: #213167;
}

.programCardHeading.red {
  background: #ed1c24;
}

.programCardContent {
  border: 2px solid #707070;
  padding: 40px 20px;
  text-align: center;
  min-height: 300px;
}

.programCard {
  margin: 20px 0px;
}
.contentList li {
  position: relative;
  display: block;
  padding: 25px 0px;
  padding-left: 50px;
}

.contentList li img {
  position: absolute;
  left: 0;
  top: 30px;
}

.registrationBtn.v2 {
  min-width: 235px;
  margin-top: 20px;
}

.content.relative {
  position: relative;
  overflow: hidden;
}

.shapeLeft1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.shapeRight1 {
  position: absolute;
  right: -140px;
  top: 10%;
}
.shapeRight1.v2 {
  top: auto;
  bottom: 0;
}

.shapeLeft1.v2 {
  bottom: 20%;
}

.btnGrid {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 70px;
}

.newsList {
  text-align: center;
  margin: 20px 0px;
}

.singlegallery {
  position: relative;
  z-index: 1;
  margin: 15px 0px;
}

.galleryTxt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 0px 20px;
  z-index: 1;
}

.galleryTxt p {
  margin: 0;
  font-size: 22px;
}

.singlegallery:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: rgb(33 49 103 / 40%);
}

.gallery {
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.calendarWrap {
  margin-bottom: 70px;
  margin-top: 30px;
}

.shapeLeft1.v3 img {
  width: 65%;
}

.mainLogo {
  text-align: center;
}

@media only screen and (max-width: 1750px) {
  .textOverlap h4 {
    font-size: 18px;
  }

  .textOverlap p {
    font-size: 12px;
    line-height: 1.3;
    padding: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .textOverlap h4 {
    font-size: 18px;
  }

  .textOverlap p {
    font-size: 14px;
    line-height: 1.3;
    padding: 5px;
  }
}

@media only screen and (max-width: 1450px) {
  .textOverlap h4 {
    font-size: 18px;
  }

  .textOverlap p {
    font-size: 11px;
    line-height: 1.3;
    padding: 5px;
  }
}
