.main_loader {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: fixed;
  display: flex;
  z-index: 2000;
  justify-content: center;
  align-items: center;
}

.main_loader_add_cls {
  display: none;
}


.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
}

.loader:before,
.loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #FF3D00;
  transform: rotateY(70deg);
  animation-delay: .4s;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {

  0%,
  100% {
    box-shadow: .2em 0px 0 0px currentcolor;
  }

  12% {
    box-shadow: .2em .2em 0 0 currentcolor;
  }

  25% {
    box-shadow: 0 .2em 0 0px currentcolor;
  }

  37% {
    box-shadow: -.2em .2em 0 0 currentcolor;
  }

  50% {
    box-shadow: -.2em 0 0 0 currentcolor;
  }

  62% {
    box-shadow: -.2em -.2em 0 0 currentcolor;
  }

  75% {
    box-shadow: 0px -.2em 0 0 currentcolor;
  }

  87% {
    box-shadow: .2em -.2em 0 0 currentcolor;
  }
}



/* .Year_Experience new work start */
.your_Experience {
  justify-content: center;
}

.Year_Experience {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
  /* background-color: red !important; */
}


.services_row {
  /* background-color: blue; */
  display: flex;
  align-items: center;
  justify-content: baseline;
  padding: 20px;
  gap: 15px;

}




.new_work_experiecce {
  /* background-color: aqua !important; */
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 10px;
}

.new_work_experiecce h3 {
  font-size: 2.4rem;
}

.new_work_experiecce .Director-Expertise {
  font-size: 2rem;
  width: 310px;
  margin-top: 5px;
  font-style: italic;
  /* background-color: #000; */

}

.qari_name {
  margin-top: 4px;
  width: 100%;
}

.qari_name h5 {
  font-size: 2.2rem;
  color: var(--primary-theme);
}

.qari_name p {
  font-size: 1.3rem;
  font-weight: 500;
}

.Service_card {
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.Service_card h3 {
  font-size: 2.5rem;
  margin-top: 7px;
}

.services_card_go {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;

}

.services_card_go p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 7px;
  color: black;
  text-transform: uppercase;
}




.services_card_go {
  position: relative;
  width: fit-content;
  padding: 0px 10px;
}


.services_card_go::after {
  content: '';
  background-color: rgb(238 208 100 / 15%);
  width: 26px;
  height: 26px;
  position: absolute;
  left: 25px;
  border-radius: 50px;
  transition: background-color 0.4s ease, transform 0.4s ease;

}

.services_card_go:hover::after {
  background-color: #9d2035cc;
  /* Hover state background color */
  transform: scale(1.1);

}

.services_card_go:hover p {
  color: var(--primary-theme);
}



.syedkazmi {
  margin-top: -50px !important;
  /* background-image: url('images/0123.png'); */
  background-position: center;
  background-size: cover;
}


/* About-Our-Agency */

.About-Our-Agency {
  width: 100%;
  padding: 80px 0px 20px;
}

.About_Work {
  display: flex;
  align-items: center;
}

.About_Text {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 30px;
}

.bnt01 {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0px;
  box-shadow: 0px 9px 15px rgba(7, 18, 35, 0.08);
}

.circle {
  border-radius: 100px;
  padding: 4px 4px;
  background-color: var(--primary-theme);
}

.About_Text h1 {
  font-size: 2.5rem;
  line-height: 35px;
  font-weight: 600;
  width: 100%;
}

.About_Text p {
  font-size: 1.6rem;
  color: #6A6A74;
  font-weight: 400;
  width: 100%;
  margin-top: -5px;
}

.Agency_Button {
  border: 0px;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;
  color: white;
  letter-spacing: 1px;
  background-color: var(--primary-theme);
  width: fit-content;
  padding: 14px 30px;
  cursor: pointer;
  border-radius: 5px;
}

.Agency_Button {
  background-image: linear-gradient(to top, #DC143C, #9d2035, #832232);
  transition: 2s all;
}

.Agency_Button:hover {
  background-image: linear-gradient(to top, #832232, #9d2035, #DC143C);
  transition-duration: 1s;
}

.about_img img {
  width: 100%;
  height: auto;
}

/* About_page  */

.About_page {
  background: linear-gradient(#000000b6, #000000b6), url(images/parallax12.jpg);
  background-attachment: scroll;
  background-size: cover;
}

.about_us_heading {
  width: 100%;
  /* background-color: red !important; */
  height: auto;
  display: flex;
  flex-direction: column;

}


.about_us_heading h1 {
  text-align: end;
}

.about_us_heading h3 {
        font-family: "Poppins", sans-serif;

  /*font-family: "Berkshire Swash", serif;*/
  font-size: 5rem;
  /* font-weight: 00; */
  letter-spacing: 1px;
  margin-top: 20px;
  /* background-color: blue; */
  width: fit-content;
  padding: 3px 0px;
  position: relative;
  color: #fff;
}

/* .about_us_heading h3::after {
  content: " ";
  width: 100%;
  background-color: var(--primary-theme);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  border: 10px;
} */




.Our_Counert {
  width: 100%;
  /* background-color: blue !important; */
  padding: 20px;
  position: relative;
  z-index: 1000;
  margin-top: -140px;

}


.Project_Complete {
  /* background-color: rebeccapurple; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 10px 10px 10px;
  /* background-color: #9d2035; */
  /* margin-top: -120px; */
  /* position: fixed; */
  z-index: 1000;
}

.Project_Complete div {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.Project_Complete div {
  width: 260px;
  background-color: rgb(255, 255, 255);
  padding: 35px 20px;
  text-align: center;
  border-radius: 10px;
}

.Project_Complete div h1 {

  color: var(--primary-theme);

}

.Project_Complete div p {
  font-size: 2rem;
  color: black;
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
}


.Our_Team {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0px;
}

.Heading01 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 5px;
}

.Heading01 button {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 0px;
  box-shadow: 0px 9px 15px rgba(7, 18, 35, 0.08);
}

.Heading01 button span {
  border-radius: 100px;
  padding: 4px 4px;
  background-color: var(--primary-theme);
}

.Heading01 h1 {
  font-size: 5rem;
  font-weight: 600;
  width: 100%; 
  /*font-family: "Berkshire Swash", serif;*/
  color: var(--primary-text-black);
}

.Our_Team_Member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 50px 20px;
  /* background-color: red; */
}


.Members {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 25px 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /*background-color: rgb(165, 61, 61) !important;*/
}

.Members img {
  width: 200px;
  height: auto;
  border-radius: 100px;
  background-color: var(--primary-theme);
  padding: 2px;
}

.Members img:hover {
  transform: scale(1.1);
  transition: .4s all;
}

.Hedding03 {
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 2px;
  text-align: center;
  flex-direction: column;
}

.Hedding03 h1 {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
}

.Hedding03 p {
  font-size: 1.4rem;
  color: var(--primary-theme);
  font-weight: 500;
  width: 100%;
  text-transform: uppercase;
}



.Watch_Video {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* vide container start */

.Our_All_Video {
  margin-top: 60px;
  padding: 10px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.Student-Reviews {
  /* background-color: red; */
  width: fit-content;
  padding: 10px;
  position: relative;
}

.Student-Reviews::after {
  content: " ";
  width: 80%;
  height: 4px;
  background-color: var(--primary-theme);
  border-radius: 10px;
  position: absolute;
  left: 10%;
  bottom: 0px;
}




.Video_Row {
  margin-top: 20px;
  width: 100%;
  display: flex;
  /* background-color: rebeccapurple; */
  gap: 15px;
   justify-content: center; 
  padding: 20px 0px;
}

.Video-Coloum {
  width: 31%;
  /* background-color: #DC143C; */
  height: 100%;

}

.video_player {
  border-radius: 10px !important;
  width: 100%;
  /* background-color: cadetblue; */
  height: 100%;
  position: relative;
  /* padding: 10px; */
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.video_player img {
  width: 100% !important;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.video_Overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.158);
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
}

.video_Overlay span {
  /* background-color: #fff; */
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #acacac;
  border-radius: 50px;

}

.video_Overlay span i {
  font-size: 30px;
  color: rgb(214, 10, 10);
  margin-left: 7px;

}


/* video container end */


.btn01 {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: transparent;
  border: 0px;
  padding: 8px 12px;
  font-size: 1.8rem;
  font-weight: 600;
}

.btn01 span {
  color: var(--primary-theme);
  border: 2px solid var(--primary-theme);
  border-radius: 100px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.btn01 span i {
  font-size: 1.8rem;
  margin-left: 4px;
}


.swiper {
  width: 100%;
  height: 100%;
  margin: 50px 0px 20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* About-Our-Agency Responsive*/


/*Contact input set*/

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
     color: var(--primary-theme);
}



.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
      color: var(--primary-theme);
}

.FemaleTeacher{
    
    width: 170px !important;
}























