/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

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



h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #303033;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
}

.container {
  max-width: 1470px;
}




body {
  color: #787878;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: #FFFFFF;
  overflow-x: hidden;
}

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


a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
}





/*heaedr--area--style--start*/

.header {
  background: #2F4B90;
  padding: 25px 0;
  transition: .3s;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  height: 102px;
}

.header__ri {
  display: flex;
  align-items: center;
}

.header__menu ul li {
  display: inline-block;
  margin-right: 20px;
}

.header__menu ul li a {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.51px;
  transition: .3s;
  color: #fff;
}

.header.scroll-header .header__menu ul li a {
  color: #2F4B90;
}

.header__menu ul li a:hover {
  color: #920001;
}

.header__btn a {
  width: 148px;
  height: 52px;
  background: #920001;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  color: #fff;
  border: 2px solid transparent;
  transition: .6s;
  position: relative;
  z-index: 9;
  text-transform: capitalize;
}

.header__btn a:hover {
  border-color: transparent;
  background: transparent;
}

.header__btn a:hover::before {
  width: 100%;
}

.header__btn a::before {
  position: absolute;
  top: 0;
  content: '';
  background: #000F33;
  width: 0%;
  height: 100%;
  margin: auto;
  transition: .5s;
  z-index: -1;
}

.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .container {
  max-width: 1530px;
}

/*heaedr--area--style--end*/


/*hero--area--style--start*/

.hero__area {
  width: 100%;
  height: 1080px;
  position: relative;
}

.hero__img {
  width: 100%;
  height: 100%;
}

.hero__img img {
  width: 100%;
  height: 100%;
}

.hero__logo {
  position: absolute;
  bottom: 72px;
  left: 72px;
}

/*hero--area--style--end*/



/*about--area--style--start*/

.about__img {
  width: 54.1%;
  position: relative;
}

.about__img img {
  width: 100%;
  transition: .3s;
}

.about__img img:hover {
  transform: translateY(-10px);
}

.about__content {
  width: 44.6%;
}

.about__wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.about__content span {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  text-align: left;
  margin-bottom: 12px;
  display: flex;
  color: #2F4B90;
}

.about__content h1 {
  font-family: Open Sans;
  font-size: 48px;
  font-weight: 700;
  line-height: 65.37px;
  text-align: left;
  color: #2F4B90;
  margin-bottom: 25px;
}

.about__content p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #92959B;
  margin-bottom: 34px;
}

.about__single__item h6 {
  font-family: Open Sans;
  font-size: 42px;
  font-weight: 700;
  line-height: 50.2px;
  text-align: left;
  color: #000F33;
  margin-bottom: 8px;
}

.about__single__item p {
  margin: 0;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.24px;
  text-align: left;
  color: #000F33;
}

.about__ri__btm__fx {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.about__single__item {
  width: 57%;
}

.about__single__item {
  margin-bottom: 30px;
}

.about__single__item.wd__sm {
  width: 37%;
}

.mnn {
  margin: 0;
}

.about__area {
  position: relative;
  padding-bottom: 180px;
  padding-top: 200px;
}

.about__area .owl-nav.disabled {
  display: block !important;
}

.brand__single__item {
  width: 120px;
  height: 120px;
  display: flex;
  margin: auto;
}

.breand__wrap {
  padding-left: 160px;
  padding-right: 160px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.brand__single__item a {
  width: 100%;
  height: 100%;
  display: flex;
}

.brand__single__item a img {
  width: 100%;
  height: 100%;
}

.breand__wrap {
  max-width: 1440px;
  margin: auto;
  box-shadow: 0px 7px 29px 0px #64646F33;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  background: #FFFFFF;
}

.about__area .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
  font-size: 30px !important;
  color: #92959B;
}

.about__area .owl-nav button.owl-next {
  left: auto;
  right: -80px;
}

.about__area .owl-dots {
  display: none;
}

/*about--area--style--end*/





/*view--area--style--start*/

.view {
  padding-top: 170px;
  padding-bottom: 120px;
  background: #EEF1F6;
}

.view__single__item {
  width: 31.9%;
  position: relative;
  margin-bottom: 30px;
}

.view__fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.college__text span {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  color: #92959B;
}

.college__text h3 {
  font-family: Open Sans;
  font-size: 48px;
  font-weight: 700;
  line-height: 65.37px;
  text-align: center;
  color: #2F4B90;
  margin-bottom: 80px;
}

.degree {
  width: 151px;
  height: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
}

.degree::after {
  width: 100%;
  height: 100%;
  background: #E1E3E5;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 50%;
  animation: grow 1s ease-in-out infinite;
}

.degree:before {
  width: 80%;
  height: 80%;
  background: #DBDCDD;
  content: "";
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 9;
}

.degree a {
  width: 71px;
  height: 71px;
  background: #FFFFFF;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.deg__tx h6 {
  margin: 0;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 32.68px;
  text-align: left;
  color: #000F33;
}

.degree__fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 350px;
  margin: auto;
}

.view__img {
  width: 100%;
  position: relative;
}

.view__img img {
  width: 100%;
  height: 100%;
}

.view__img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(47, 75, 144, 0.80) 100%);
}

.view__ct {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 26px;
  opacity: 1;
  transition: all 0.3s ease;
  text-align: center;
  margin: 0;
  width: 100%;
}

.view__ct h5 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 auto;
  padding: 0;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 300px;
}

.view__hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(90deg);
  text-align: center;
  background: rgba(0, 15, 51, 0.90);
  border-radius: 3px;
  padding: 20px;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}

.view__single__item:hover .view__hover {
  transform: translate(-50%, -50%) rotateY(0);
  opacity: 1;
  width: 85%;
  height: 85%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.view__single__item:hover .view__ct {
  bottom: -60px;
  opacity: 0;
}

.view__hover h6 {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}

.view__hover span {
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  text-align: left;
  color: #ffff;
  gap: 8px;
}

.view__hover a i {
  margin-left: 8px;
}

.view__hover p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 0 22px 0;
  padding: 0;
}

/*view--area--style--end*/


@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}



/*slider--area--style--start*/

.slider {
  padding-top: 140px;
  padding-bottom: 170px;
}

.slider__img {
  width: 37.2%;
  position: relative;
}

.slider__img:before {
  position: absolute;
  width: 90%;
  height: 90%;
  background: #920001;
  content: "";
  left: 1px;
  top: 0;
  z-index: -1;
  border-radius: 10px 0 0 0 !important;
}

.slider__img img {
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
}

.slider__ri {
  width: 53%;
}

.slider__fx {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 52px;
}

.slider__top__tx span {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  text-align: left;
  color: #92959B;
  display: flex;
}

.slider__top__tx h5 {
  font-family: Open Sans;
  font-size: 38px;
  font-weight: 700;
  line-height: 51.75px;
  text-align: left;
  color: #2F4B90;
  margin-bottom: 18px;
}

.slider__top__tx p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.77px;
  text-align: left;
  color: #000F33;
  margin-bottom: 20px;
}

.slider__btm__tx h6 {
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 35.69px;
  text-align: left;
  color: #000F33;
  margin-bottom: 25px;
}

.slider__menu ul li {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.77px;
  text-align: left;
  color: #000F33;
  position: relative;
  padding-left: 20px;
}

.slider__menu ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000F33;
  content: "";
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.slider__btm__tx p {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.77px;
  text-align: left;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 20px;
}

.slider .owl-dots button {
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  border-radius: 10px;
  margin: 0 4px;
}

.slider .owl-dots button.active {
  width: 21px;
  background: #2F4B90 !important;
}

.slider .owl-dots {
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  text-align: center;
}

/*slider--area--style--end*/


/*bgi--area--style--start*/

.bgi__title {
  text-align: center;
}

.bgi__title span {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  text-align: center;
  color: #92959B;
  margin-bottom: 12px;
  display: block;
}

.bgi__title h3 {
  font-family: Open Sans;
  font-size: 48px;
  font-weight: 700;
  line-height: 65.37px;
  text-align: center;
  margin-bottom: 72px;
  color: #2F4B90;
}

.bgi__single__item {
  width: 32%;
  position: relative;
  overflow: hidden;
  height: 275px;
  margin-bottom: 70px;
}

.bgi__img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: cover;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.bgi__img img {
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.bgi_icon {
  position: absolute;
  top: 36px;
  left: 36px;
}

.bgi__content {
  position: absolute;
  box-shadow: 0px 7px 29px 0px #64646F33;
  bottom: 35px;
  padding: 20px;
  background: #FFFFFF;
  padding-right: 10px;
  right: 0;
  width: 335px;
  transform: translateX(58px);
  transition: .3s;
}

.bgi__single__item:hover .bgi__content {
  transform: translateX(0);
}

.bgi__content h6 {
  margin: 0;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  color: #000F33;
}

.bgi__content:before {
  position: absolute;
  width: 5px;
  height: 100%;
  background: #920001;
  content: "";
  left: 0;
  top: 0;
  transition: .3s;
}

.bgi__content:after {
  position: absolute;
  width: 5px;
  height: 0;
  background: #2F4B90;
  content: "";
  left: 0;
  top: 0;
  transition: .3s;
}

.bgi__single__item:hover .bgi__content::after {
  height: 100%;
}

.bgi__img:before {
  position: absolute;
  width: 100%;
  height: 0;
  background: #2F4B90;
  content: "";
  top: 0;
  left: 0;
  transition: .4s;
  opacity: .6;
}

.bgi__single__item:hover .bgi__img::before {
  height: 100%;
}

.bgi__single__item:hover .bgi__img {
  transform: scale(1.1) rotate(1deg);
}

.bgi_icon a {
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  display: flex;
}

.bgi__single__item:hover .bgi_icon a {
  transform: scale(1.1) rotate(1deg);
}

.bgi__fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bgi {
  background: #F6EBEB;
  padding: 110px 0;
}

/*bgi--area--style--end*/










/* video area start here */

.video__area {
  background: #EEF1F6;
  padding-top: 150px;
  padding-bottom: 138px;
}

.single__video a {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.single__video img {
  width: 48px;
}

.area__title span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  color: #92959B;
}

.area__title h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 65.37px;
  color: #920001;
  margin-bottom: 72px;
}

.theme__btn {
  display: inline-flex;
  width: 168px;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #920001;
  color: #fff;
  margin-top: 124px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  transition: .5s;
  position: relative;
  z-index: 99;
}

.theme__btn:hover {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.theme__btn:hover::before {
  width: 100%;
}

.theme__btn::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  background: #000F33;
  z-index: -1;
  transition: .5s;
}

.video__active .owl-dots button span {
  display: inline-flex;
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  border-radius: 60px;
  margin: 0 3px;
  transition: .5s;
}

.video__active .owl-dots button.active span {
  background: #2F4B90;
  width: 21px;
}

.video__active .owl-dots {
  margin-top: 64px;
}

/* video area end here */



/* testimonial area start here */

.testimonial__area {
  padding-top: 184px;
}

.test__video {
  width: 32.88%;
}

.test__active {
  width: 40.7%;
}

.test__video img {
  width: 100%;
}

.test__play a {
  display: inline-block;
}

.test__play a img {
  width: 48px;
}

.single__test {
  gap: 88px;
  margin-top: 120px;
}

.test__play a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24.51px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.test__play {
  position: absolute;
  right: 47px;
  bottom: 31px;
}

.test__video::before {
  position: absolute;
  content: '';
  background: #920001;
  width: 95%;
  z-index: -1;
  transform: rotate(-8deg);
  height: 105%;
  left: 10px;
  top: -10px;
}

.test__text h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: #000F33;
  margin-bottom: 24px;
}

.test__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #92959B;
}

.test__active .owl-dots button span {
  display: inline-flex;
  width: 8px;
  height: 8px;
  background: #D0D0D0;
  border-radius: 60px;
  margin: 0 3px;
  transition: .3s;
}

.test__active .owl-dots button.active span {
  background: #920001;
  width: 21px;
}

.test__active .owl-dots {
  margin-top: 36px;
}
.test__video .videoPoster.js-videoPoster img {
	width: 55px;
}
.test__img {
	position: relative;
	z-index: 1;
}
.test__video .videoPoster {
	position: absolute;
	z-index: 9999;
}

/* testimonial area end here */



/* admission area start here */

.admission__area {
  margin-top: 130px;
}

.admission__box {
  background: #2F4B90;
  border-radius: 10px;
  padding: 50px 108px 50px 108px;
}

.add__btn a {
  margin: 0;
  background: #000F33;
}

.add__btn .theme__btn::before {
  background: #920001;
}

.add__form a img {
  margin-right: 9px;
}

.add__left h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38.13px;
  color: #fff;
  position: relative;
  padding-left: 24px;
  margin-bottom: 41px;
}

.add__left h4::before {
  position: absolute;
  content: '';
  background: #fff;
  left: 0;
  height: 100%;
  width: 8px;
}

.add__form a {
  font-size: 20px;
  font-weight: 600;
  line-height: 27.24px;
  color: #fff;
  margin-right: 68px;
  transition: .3s;
}

.add__form a:hover {
  color: #920001;
}

/* admission area end here */



/* footer area start here */

.footer__area {
  background: #920001;
  margin-top: -40px;
  padding: 120px 0;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}

.single__widget {
  width: 33%;
}

.footer__content .single__widget:first-child {
  width: 25%;
}

.footer__content .single__widget:nth-child(2) {
  width: 24.7%;
}

.footer__content .single__widget:nth-child(3) {
  width: 18%;
}

.footer__content .single__widget:nth-child(4) {
  width: 32%;
}

.single__widget p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color: #fff;
  margin-top: 13px;
}

.single__widget a {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

.single__widget a:hover {
  text-decoration: underline;
}

.single__widget h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 29.96px;
  margin-bottom: 20px;
  color: #fff;
}

.footer__contact-info a {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.contact__location {
  display: flex;
  align-items: start;
  gap: 7px;
}

.contact__location p {
  margin: 0;
}

.footer__follow {
  display: flex;
  align-items: center;
}

.footer__follow {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer__follow span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24.51px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 13px;
}

.follow__social {
  display: flex;
  align-items: center;
  gap: 13px;
}

.follow__social a {
  margin: 0;
}

/* footer area end here */




/* offcanva css start here */

.full__canva {
  display: none;
}

.full__canva .canva__trigged {
  font-size: 30px;
  color: #fff;
  transition: .3s;
}

.header.header-middle.scroll-header .full__canva .canva__trigged {
  color: #920001;
}

.full__canva .canva__trigged:hover {
  color: #920001;
}

.full__canva .offcanvas-body .header__menu ul li {
  display: block;
}

.offcanvas-body .header__menu ul li a {
  color: #2F4B90;
  display: block;
  padding: 10px 0;
  transition: .3s;
  border-bottom: 1px solid;
}

.offcanvas-body .header__menu ul li a:hover {
  padding-left: 15px;
  color: #920001;
}

.full__canva .header__btn {
  margin-top: 30px;
}

/* offcanva css end here */



.scroll-header {
  position: fixed;
  background: #fff;
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: .3s;
  -webkit-transition: .5s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 2px 0px 10px #849EDD;
}

#video-box {
  height: 100%;
}

.hero__img iframe {
  width: 100%;
  height: 100%;
}

.video-background {
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.scroll-header img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(56%) saturate(1301%) hue-rotate(197deg) brightness(91%) contrast(90%);
}

.vbox-content {
  padding: 0;
}

.venoratio.venoratio-16x9.vbox-child {
  min-width: 80%;
  margin: 0;
  height: 890px;
}


.person__video a img {
  width: 72px !important;
  padding: 0;
}

.person__video a {
  display: inline-flex;
  align-items: center;
  gap: 19px;
}

.person__video a span {
  font-size: 22px;
  font-weight: 600;
  line-height: 32.71px;
  color: #fff;
  transform: translateX(-133px);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.person__video {
  position: absolute;
  bottom: 48px;
  right: 40px;
}

.person__video a {
  display: inline-flex;
  align-items: center;
  gap: 19px;
  cursor: pointer;
}

.person__video a:hover span {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}




.about__img-body {
  display: flex;
}

.about__img-left {
  width: 60%;
  margin-top: 100px;
}

.about__img-right {
  width: 50%;
}

.about__img-text {
  background: #2F4B90;
  border-bottom: 5px solid #920001;
  border-radius: 10px;
  padding: 0px 0px;
  width: 285px;
  position: absolute;
  text-align: center;
  bottom: 650px;
  left: 100px;
}

.about__img-text span {
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  color: #fff;
}

.about__img-text h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 49.03px;
  color: #fff;
  margin: 0;
}

.marquee__active {
  background: #2F4B90;
  padding: 17px 0;
  display: flex;
  white-space: nowrap;
  cursor: grab;
  overflow: hidden;
  position: relative;
}

.signle__marquee h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24.51px;
  margin: 0;
  color: #fff;
  padding: 0 40px;
}

.signle__marquee span {
  color: #fff;
}

.signle__marquee {
  display: flex;
  white-space: nowrap;
  align-items: center;
  animation: slide 25s linear infinite;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.whatsup__sticky {
  background: #25d366;
  border-radius: 100%;
  display: inline-flex;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 5px solid #A8EDC2;
  font-size: 44px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: .3s;
}

.whatsup__sticky:hover {
  background: #920001;
  color: #fff;
  border: transparent;
}

.video-foreground video {
  background: #000;
  height: 100%;
  width: 100%;
}
















.slider__img iframe {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  border-radius: 10px;
}
.video_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoPoster.js-videoPoster {
	position: absolute;
	z-index: 99;
	background: transparent;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
	bottom: 48px;
	right: 40px;
}
.videoPoster.js-videoPoster span {
	font-size: 22px;
	font-weight: 600;
	line-height: 32.71px;
	color: #fff;
	transform: translateX(-133px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.videoPoster.js-videoPoster:hover span{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.videoPoster.js-videoPoster img {
	width: 72px;
	padding: 0;
}

.videoWrapperActive {
	z-index: 99;
}
.stop-it {
	border: none;
	color: #fff;
	background: #2F4B90;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	font-size: 24px;
}
.close__all {
	position: absolute;
	z-index: 99;
	right: 0px;
	top: 0px;
	display: none;
}

.video_wrapper.video_wrapper_full.js-videoWrapper.videoWrapperActive .close__all {
	display: block;
}



/* ___18-11-2024____ */
.hero__area {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.footer__content .single__widget:nth-child(3) {
width: 40%;
}

@media (min-width: 992px) and (max-width: 1200px) {
.footer__content .single__widget:nth-child(3) {
width: 36% !important;
}
