@import "googlefont.css";
*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
a:focus,
.button:focus,
button:focus,
textarea,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
ul,
li,
ol,
a,
button,
input,
textarea,
select {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
}
ul,
li,
a:hover {
  list-style: none;
  text-decoration: none;
}
a,
button {
  cursor: pointer;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
body {
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  transition: 0.3 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: 'Inter', sans-serif;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}
h1 {
  font-size: clamp(50px, 6vw, 77px);
  line-height: clamp(60px, 7vw, 90) !important;
  font-weight: 700;
}
h2 {
  font-size: clamp(45px, 5vw, 50px);
  line-height: clamp(60px, 7vw, 60);


 
 
}
h3 {
  font-size: clamp(20px, 5vw, 38px);
  line-height: clamp(28px, 5vw, 55px);
  font-weight: 800;
  text-transform: uppercase;
}
h4 {
  font-size: clamp(20px, 3vw, 30px);
  line-height: clamp(30px, 3vw, 40px);
}
h5 {
  font-size: clamp(20px, 5vw, 20px);
}
h6 {
  color: #d00216;

  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
p {
  
    color: #555;
 
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.news_content h5 {
  font-weight: 600;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
button::-moz-focus-inner {
  border: 0;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}
::-webkit-scrollbar-thumb {
  background: #282891;
}
.img_bg,
section.about::before,
.about_img::before,
.bg_img {
  background-repeat: no-repeat !important;
  background-position: center;
}
.facebook_bg {
  background-color: #187cbf;
}
.twitter_bg {
  background-color: #37ecf2;
}
.youtube_bg {
  background-color: #ff241e;
}
.instagram_bg {
  background-color: #d62977;
}
.bg_green {
  background: #069c0b;
}
.section-title h2{
  color: #292937;
 
 
  text-transform: uppercase;
  font-weight: 800;
}
.dark_section h2 {
  color: white;
}

.dark_section h6 {
  color: #eaa5a7;
}
.section-title {
  margin-bottom: 50px;
}
.section-title-two {
  margin-bottom: 25px;
}

section,
footer {
  padding: 100px 0;
}

.bg_black {
  background-color: #003d95;
}
.bg_blue {
  background-color: #2a2b7f;
}
.bg_gray {
  background-color: #f9f9f9 !important;
}
.bg_red {
  background-color: #c70007;
}

/* slider start  */
section.slider_homepage {
  margin-top: -1px;
  /* z-index: 9999; */
}
@media (min-width: 992px) {
  .slider,
  .slide {
    height: clamp(400px, 50vw, 95vh);
  }
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  width: 100%;
  object-fit: cover;
  object-position: center;

  height: clamp(400px, 50vw, 95vh);
}
section.slider_homepage {
  height: clamp(400px, 50vw, 95vh);
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
  /* text-transform: capitalize; */
}
.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li,
.simple-dots .slick-dots li button {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  opacity: 0.25;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}
.slide__content--headings p.animated.fadeInUp span {
  padding-right: 10px;
}
.slide__content--headings p.animated.fadeInUp span i {
  padding-right: 3px;
}
.slide .slide__content--headings h2 {
  color: white;
}
.slide__content--headings h5 {
  font-weight: 400;
  color: white;
}
.social_icon i.fa {
  color: #0000d7;
}
.slide__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 0;

  background: #00000047;
  z-index: 1;
}

.slide__img {
  position: relative;
}
.slide .slide__content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  color: white;
}


/* slider end  */
/* header start  */
.hamburger-init::before {
  background: white;
  padding: 11px;
  width: 53px;
  height: 46px;
  content: "";
  position: absolute;
  top: -12px;
  left: -9px;
}

.menu-wrapper ul li a:hover {
  color: white;
}
.menu-item-has-children > .menu li a {
  font-size: 30px;
  font-weight: 400;
  color: white;
}
html,
body {
  width: 100%;
  height: 100%;
}

.hamburger-init span,
a {
  display: inline-block;
}

.menu-wrapper ul li a {
  font-size: 42px;
  font-weight: 500;
  padding: 10px 0;
  color: #cacaf1;
}

.hamburger-init {
  width: 40px;
  height: 22px;
  position: fixed;
  top: 25px;
  right: 38px;
  z-index: 99;
  cursor: pointer;
  color: white;
  opacity: 1;
}

.bar {
  position: absolute;
  height: 3px;
  width: 82%;
  background: red;
  transition: all 0.3s;
}

.bar.middle-bar {
  top: 50%;
  margin-top: -2px;
}

.bar.bottom-bar {
  bottom: 0;
}

.hamburger-init.active {
  z-index: 2;
  animation: rotateHamburger 0.5s linear 0s forwards;
}

.hamburger-init.active .bar {
  background: #ca030a;
}

.hamburger-init.active .bar.top-bar {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-init.active .bar.middle-bar {
  width: 0;
}

.hamburger-init.active .bar.bottom-bar {
  transform: translateY(-13px) rotate(-45deg);
}

.menu-wrapper {
  background: #2a2b7f;
  transition: all 0.3s;
  transform: scale(0);
  border-radius: 50%;
}

.menu-wrapper.visible {
  transform: scale(1);
  border-radius: 0;
  height: 100%;
}

.menu {
  position: absolute;
  max-width: 400px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.menu-wrapper li {
 
  cursor: pointer;
  transition: all 0.3s;
}



.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  top: 38px;
  right: 65px;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.menu-item-has-children.sub-menu-active::after {
  transform: rotate(224deg);
}

.menu-item-has-children > .menu {
  display: none;
  position: static;
  transform: initial;
}


.container.hamburger-guide .guide-text {
  animation: showClickGuide 1s linear infinite;
}

/* Animations */

@keyframes rotateHamburger {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes moveItems {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(-15px);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0.3;
  }
  80% {
    transform: translateY(-5px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes showClickGuide {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.logo_block {
  position: absolute;
  z-index: 9;
  top: 0px;
  padding: 8px;
  border-bottom-right-radius: 30px;
}
.logo_block img {
  width: 275px;
}
.slide__content--headings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* header end  */
.button_theme a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff;
  background-color: #ca030a;
  border-color: #ca030a;
  padding: 14.4px 30px;
  border: 2px solid #ca030a;
  transition: .5s;
}
.button_theme a:hover {color: white;background-color: #cb000a;border: unset;}

.header_btn a {
  position: fixed;
  top: 13px;
  right: 87px;
  z-index: 9;
  border-radius: 0 !important;
  padding: 12.7px 30px !IMPORTANT;
  background-color: #4e4fcb;
  border-color: unset;
  border: unset;
}
.btn_sub a {
  background: unset;
  color: #ca030a;
}

.btn_sub a:hover {
  background: #ca030a;
  border: 2px solid #ca030a;
}
/* profram start  */
section.program {
  background-image: url(../img/about_bg2.jpg);
  background-size: contain;
  margin-top: -131px;
}
.slide__content--headings h5 {
  margin-top: 37px;
  margin-bottom: 51px;
}
section.program-page{
  background-image: url(../img/about_bg1.jpg);
  background-position: bottom center;
  background-size: cover;
  margin-top: -88px;
}

.program_icon {
  position: relative;
  background-image: url(https://alonethemes.com/wp-content/plugins/bearsthemes-addons/assets/images/cls-ellipse47.svg);
  width: 187px;
  height: 180px;
  background-repeat: no-repeat;

}
.program_icon img {
  min-width: 85px;
  max-width: 85px;
  position: absolute;
  top: 32px;
}
.program_text {
 background-image: url(../img/program-round.svg);
 margin-top: -120px;
 padding: 75px 50px 32px;
 max-width: 270px;
 height: 276px;
 min-width: 270px;
}
.program_text h5 {
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  margin: 30px 0 8px;

}
.btn_redmore a {
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid;
}
/* about start  */
.padding {
  padding: 100px 0;
}
.mission_img img {
  min-height: 360px;
  object-fit: cover;
  max-height: 360px;
  width: 100%;
}
.about_img img {
  /* border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%; */
  width: 100%;
  object-fit: cover;
  /* border: 5px solid #fceff9; */
}
section.about {
  padding-top: 76px;
}
.about_video_block {
  position: absolute;
  bottom: -1px;
  right: 42px;
}
.play_btn {
  background: #ca030a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: white;
  line-height: 100px;
  position: absolute;
  top: 50%;
  font-size: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_ul ul li {
  list-style: outside;
  margin-left: 19px;
  margin-bottom: 12px;
}
/* about end  */
section.program_section::before {
  background-image: url(../img/about_bg03.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateX(-180deg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project_img img {
  min-height: 298px;
  object-fit: cover;
  border-radius: 40px 40px 0 0;
  transition: 0.5s ease-in-out;
}
.project_content h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #292937;
  margin-bottom: 5px;
  word-break: break-all;
  transition: .5s;
}
.project_content {
  padding: 44px 40px 56px;
  border-radius: 0px 0px 40px 40px;

}
section.program_section .btn_sub a {
  position: absolute;
  bottom: -29px;
  z-index: 99;
  background: #0c0d65;
  border: 1px solid #2a2b7f;
  color: white;
  font-weight: 500;
}
section.program_section .btn_sub a:hover {
    background: white;
    border: 1px solid #2a2b7f;
    color: #2a2b7f;
}
.elementor-shape.elementor-shape-top svg {
  width: calc(100% + 1.3px);
  height: 90px;
  transform: translateX(-50%) rotateY(180deg);
  position: relative;
  left: 50%;
  margin-top: -2px;
}
path.elementor-shape-fill {
  fill: #c70007;
}
.project_content p ,.project_content h4 {
  max-height: 58px;
  overflow: hidden;
  min-height: 58px;
}
/* project end  */
section.partners::before {
  top: -98px;
  left: 0;
  background: #fceff9;
  width: 100%;
  height: 114%;
  content: "";
  position: absolute;
  z-index: -1;
}
.members_img {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}
.members_img img {
  width: 150px;
  height: 71px;
  object-fit: contain;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
  background-color: white;
}
/* partner end  */
.element_white path.elementor-shape-fill {
  fill: #fceff9;
}
section.news .project_content {
  background: #fceff9;
}
.date {
  position: absolute;
  top: 42%;
  left: 28px;
  transform: translateY(-50%);
}


.date_img img.img-fluid {
  width: 100px;
  height: 100px;
}
.date h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.date_block {
  position: absolute;
  top: 0;
  right: 21px;
}
/* news end  */
.date_block {
  position: absolute;
  top: 12px;
  right: 25px;
}
.date small {
  line-height: 15px;
  font-size: 19px;
}
.project_content h4:hover {
  color: #ca030a;
}
/* news end  */
.footer_shpa-top svg {
  width: calc(100% + 1.3px);
  height: 90px;
  position: relative;
  left: 50%;
  margin-top: -2px;
  transform: translateX(-50%) rotateX(-177deg);
}
.footer_button {
  background: #cd1c22;
  padding: 16px 0;
}
.footer_shpa-top.elementor-shape {
  margin-bottom: -8px;
}
.footer_about p ,.social_icon ul li a i.fa,.quick_link h5{
  color: white;
}
.address-links a{
  color: white;
  transition: .4s;
}
.quick_link h5 {
  font-weight: 700;
  text-transform: uppercase;
}

.social_icon ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-right: 13px;
  border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
}


section.footer .table td, .table th {
  border: unset;
}
.footer_button p strong {
  transition: .3s;
  color: white;
}
.footer_button p strong:hover,.footer_menu li a:hover {
  color: #ffbec0;
}

section.footer hr {
  border-top: 1px solid rgb(241 243 244 / 31%);
}
/* new start  */
/* footer start  */
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(199 0 7);
}
.foot-contct {
  padding: 32px;
  background: white;
}


.foot-contn li a {
  color: #ffd9da;
  font-weight: 500;
  transition: all 500ms ease;
  position: relative;
}
.foot-contn h3 {
  margin-bottom: 13px;
}
.website_brand p strong {
  color: white;
  transition:.4s;
}
.website_brand p strong:hover{
    color: white;
}
.foot-contct ul li {
  margin-bottom: 15px;
}
.foot-contct ul li i {
  margin-right: 5px;
}
.social_icon ul li a i:hover {
  color: #d66f00;
}


.footer_title h3 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.logo-wrap img.img-fluid {
  width: 222px;
  transform: translateY(23px);
}
.address-links ul li {
  display: flex;
  justify-content: center;
}
.number_phone ul li a {
  font-size: 28px;
}
.address-links ul li i {
  transform: translate(-6px, 4px);
  font-size: 18px;
}
.logo-wrap {
  margin-top: -266px;
  padding-bottom: 32px;
  border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
  background: #ffffff;
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
  height: 242px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 300px;
}
.number_phone ul li i {
  font-size: 29px;
  color: #ffd9da;
}
.website_brand p strong::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -106px;
  width: 100px;
  height: 2px;
  background: #fff4ea;
}
.website_brand p strong {
  position:relative;
}
/* footer end  */

.address-links table.table i.fa {
  color: black;
  font-size: 19px;
}
.address-links table.table td {
  color: black;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  padding-left: 0;
}
ul.courses-link-list li a:hover ,.address-links a:hover{
  color: #ffd1d2 !important;
}
.footer_button p {
  color: white;
}

#button {
  display: inline-block;
  background-color: #f13b3c;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 8px;
  content: "";
  transform: rotate(225deg);
  position: absolute;
  top: 41%;
  left: 32%;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* button end  */
.project_wrap:hover .project_img img {
  transform: scale(1.3);
}

.project_img {
  overflow: hidden;
}

.project_wrap {
 
  transition: 0.5s ease-in-out;
}
section.footer.bg_red {
  padding-bottom: 43px;
}
footer .table td, .table th {
  border-top: 0;
}
.website_brand p {
  color: white;
}

.website_brand p {
  color: white;
}

/* .website_brand  p strong {
  color: black !important;
} */
.website_brand p strong:hover{
  color: #e4adae;
}
/* about page start  */
.innerPage::before {
  display: none;
}
/* banner start  */
section.bg_img.banner {
  height: clamp(300px, 50vw, 665px);
  display: flex;
  background-size: cover;
  background-position: center center;
  align-items: center;
  margin-top: 0;
}
.banner_content h1 {
  font-size: clamp(35px, 5vw, 50px);
  font-weight: 600;
}
section.about_page {
  margin-top: -45px;
  background: #fceff9;
}

button.slick-prev.slick-arrow::before ,button.slick-next.slick-arrow::before{

  display: none;
}