body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}
#payment-1 .row.row-payment select {
  color: #000 !important;
}
.wrap-header-logo img {
  z-index: 11111;
  position: relative;
}
#loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1111111;
  background: #fff;
}
#loader-s {
  display: flex;
  position: fixed;
  z-index: 111111;
  background: #333;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
#loader-s .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
  border-top-color: #f39f5f;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}
@keyframes spinner {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
#contact-1 .content-wrps h3,
#contact-1 .content-wrps h3 a {
  font-size: 16px;
}
#contact-1 .contact-info-items.border-none .svg-icon {
  width: 20% !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-whole-paymentts {
  height: 100vh;
  position: fixed;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
  z-index: 111111;
}

.div-paymentts {
  background: #fff;
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}

#done,
#close-btnns {
  background: #ffa500;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 34px;
  font-weight: 600;
  transition: 0.4s;
}

.div-paymentts h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 1.4;
}

.div-paymentts p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

#done:hover,
#close-btnns:hover {
  background: #222;
  cursor: pointer;
}

#pay-button {
  background: #ffa500;
  border: 1px solid #ffa500;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 18px;
  transition: 0.3s;
}

#pay-button:hover {
  background: #222;
  border: 1px solid #222;
  color: #fff !important;
}

#footer .wraper-footera ul li a:hover {
  color: orange;
  transition: 0.3s;
}
/* =============================change-cursor============================= */
.cursor {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
  pointer-events: none;
  transition: width 0.2s, height 0.2s, background-color 0.2s;
  transform: translate(-50%, -50%);
  z-index: 111;
}

.hover-target {
  padding: 20px;
  margin: 10px;
  background-color: #fff;
  border: 2px solid #333;
  display: inline-block;
  cursor: none;
  transition: transform 0.3s;
}

.hover-target:hover {
  transform: scale(1.1);
}

/* When hovering over these elements, we want to grow the cursor */
.hover-target:hover ~ .cursor {
  width: 30px;
  height: 30px;
  background-color: red;
  /* Change the color on hover */
}

/* =============================change-cursor============================= */

body {
  font-family: "Quicksand", sans-serif;
  padding: 0;
  margin: 0;
}

.row {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#scrollUp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-color: #ffa500;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: 5px solid #fff;
  display: inline-block;
  z-index: 11111;
}

.inner-scroll-icon::after {
  filter: brightness(10000%);
  transition: all 0.3s ease-in-out !important;
  background-image: url(../img/arrow-right.svg);
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: block;
  rotate: 270deg !important;
}

.inner-scroll-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#scrollUp {
  animation-name: vertical-arrow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes vertical-arrow {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.header-top-section .container {
  max-width: 100%;
  width: 80%;
}
#header-1 .nav-wraper li.activehh a {
  color: orange;
}
.header-top-section {
  position: relative;
  z-index: 9;
  background-color: #f4eee5;
}

.header-top-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 92px;
  z-index: -1;
}

.header-top-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.contact-list li {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.contact-list li a,
.contact-list li,
.social-icon.d-flex.align-items-center span {
  color: #385469;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.social-icon.d-flex.align-items-center {
  gap: 20px;
}

.social-icon i {
  color: #385469;
  transition: 0.3s;
}

.social-icon i:hover {
  color: #ffa500;
}

.social-icon i::before {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
}
.fab.fa-instagram::before {
  content:   "\f16d";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
}
.fa-facebook-f::before {
  content: "\f39e";
}

.fa-twitter::before {
  content: "\f099";
}

.fa-linkedin-in::before {
  content: "\f0e1";
}

.fa-youtube::before {
  content: "\f167";
}

/*==============================header-css==============================*/
#header-1 {
  background: #f4eee5;
}

#header-1 .container {
  max-width: 100% !important;
  width: 80% !important;
  padding: 0px 15px !important;
}

#header-1 .container .row {
  margin: 0;
  align-items: center;
}

.wrap-header-logo img {
  max-width: 200px;
}

.nav-wraper {
  display: flex;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: end;
}

.nav-wraper li a {
  color: #385469;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.nav-wraper li a:hover {
  color: #ffa500 !important;
}

#btn-of-pay {
  background: orange;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  transition: 0.3s;
  cursor: pointer;
}

#btn-of-pay a {
  color: #fff;
  transition: 0.3s;
}

.nav-wraper li {
  display: flex;
  align-items: center;
}

#btn-of-pay:hover a {
  color: #fff !important;
}

#btn-of-pay:hover {
  background: #385469;
}

.scroll-header #header-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
}

#header-1 {
  transition: 0.3s;
}

/*==============================End-Header-css==============================*/

/*==============================Footerr-css==============================*/
#footer {
  background: #e6e0e6;
  padding: 10px 0px;
}

#footer p {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
#footer .wraper-footera img {
  width: 150px;
}
#footer .container {
  max-width: 100% !important;
  width: 80% !important;
  padding: 0px 15px !important;
}
#footer {
  background-image: url("../img/school/footer-bg-1.png") !important;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  background-color: unset;
  padding: 250px 0px 30px;
}
#footer .wraper-footera h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#footer .wraper-footera ul {
  padding: 0;
  list-style: none;
  margin: 15px 0px;
}
#footer .wraper-footera ul li a {
  color: #fff;
  font-size: 16px;
}
#footer .wraper-footera ul li {
  margin-bottom: 5px;
}
#footer .wraper-footera ul.gallery-lcass li {
  width: 25%;
  float: left;
}
#footer .wraper-footera ul.gallery-lcass li img {
  width: 95%;
  border-radius: 4px;
}
#footer .wraper-footera p {
  color: #fff;
  text-align: left !important;
  margin: 20px 0px 10px !important;
}
#footer .row.row-second-ffoter {
  margin: 50px 0px 0px;
}
#footer .row.row-second-ffoter p {
  color: #fff;
}
#footer .wraper-footera ul.social-media-footer {
  display: flex;
  gap: 20px;
}
#footer .wraper-footera ul.social-media-footer li {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
}
#footer .wraper-footera ul.social-media-footer li i {
  color: #0a6375;
}
.social-media-footer i {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
}
.social-media-footer .fa-twitter::before {
  content: "\f099";
}
.social-media-footer .fa-instagram::before {
  content: "\f16d";
}
.social-media-footer .fa-linkedin-in::before {
  content: "\f0e1";
}
.social-media-footer .fa-facebook-f::before {
  content: "\f39e";
}
/*==============================End-Footerr-css==============================*/

/*==============================Section1-css==============================*/
#section-1 {
  position: relative;
  background: #f4eee5;
}

#section-1 .container {
  max-width: 100%;
  width: 75%;
}

#section-1 .container .row {
  align-items: center;
}

#section-1 .wrap-shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#section-1 h1.wrap-fad-up {
  font-size: 70px;
  line-height: 1.1;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}

#section-1 .hero-content h5.wrap-fad-up {
  color: #ffa500;
  font-size: 16px;
  font-weight: 600;
}
 

#section-1 .wrap-fad-up span {
  color: #ffa500;
}

#section-1 .theme-apply-button {
  background: #ffa500;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}

#section-1 .apply-button {
  margin-top: 40px;
}

#section-1 .theme-apply-button:hover {
  background: #385469 !important;
  color: #fff !important;
}

#section-1 .wrap-right-side {
  position: relative;
  z-index: 9;
}

#section-1 .wrap-right-side .hero-shape {
  position: absolute;
  bottom: 0;
  left: -130px;
  z-index: -1;
  margin-right: -60px;
}

#section-1 .wrap-right-side .hero-shape img {
  width: 100%;
  height: 100%;
}

#section-1 .wrap-shape-left1 {
  position: absolute;
  top: 20%;
  left: 5%;
}

#section-1 .wrap-shape-left2 {
  position: absolute;
  bottom: 10%;
  left: 0;
}

#section-1 .wrap-shape-left3 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

#section-1 .wrap-shape-left4 {
  position: absolute;
  bottom: 15%;
  right: 5%;
  animation: rounded 5s linear infinite;
}

#section-1 .wrap-shape-left5 {
  position: absolute;
  top: 20%;
  right: 5%;
}

#section-1 .wrap-shape-left6 {
  position: absolute;
  top: 17%;
  right: 0;
}

#section-1 .wrap-shape-left7 {
  position: absolute;
  bottom: 20%;
  left: 45%;
  transform: translateX(-50%);
}

#section-1 .horizontal-shape {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

#section-1 .vertical-shape {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}

#section-1 .round-shape {
  animation: rounded 5s linear infinite;
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(20deg);
  }
}

/*==============================End-Section1-css==============================*/

/*==============================FAQ-css==============================*/
#faq-1 {
  padding: 150px 0px;
}

#faq-1 .accordion-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#faq-1 .accordion {
  margin-bottom: 15px;
  box-shadow: 0px 4px 25px rgba(221, 221, 221, 0.6);
}

#faq-1 .accordion-btn {
  width: 100%;
  background-color: #fff;
  border: 0px solid #ccc;
  padding: 25px 30px;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s ease;
  color: #385469;
  letter-spacing: -0.2px;
  font-weight: bold;
  position: relative;
}

#faq-1 .accordion-btn:hover {
  background-color: #ddd;
}

#faq-1 .panel {
  padding: 15px 130px 50px 30px;
  display: none;
  /* Hidden by default */
  background-color: #fff;
  border: 0px solid #ddd;
  border-top: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

#faq-1 .panel p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #385469;
}

#faq-1 .accordion.active .accordion-btn {
  color: #ffa500 !important;
}

#faq-1 .faq-heading-wrapper h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  color: #2f4353;
  font-size: 38px;
  margin-bottom: 50px;
}

#faq-1 .accordion-btn::after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../img/arrow-right.svg);
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-left: auto;
  display: inline-block;
  float: right;
}

#faq-1 .accordion.active .accordion-btn::after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../img/arrow-bottom.svg);
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin-left: auto;
  display: inline-block;
  float: right;
}

/*==============================End-FAQ-css==============================*/

/*==============================Portfolio-css==============================*/
#portfolio-1 {
  padding: 150px 0px;
}

#portfolio-1 .container {
  max-width: 100%;
  width: 75%;
}

#portfolio-1 .faq-heading-wrapper {
  margin-bottom: 50px;
}

#portfolio-1 .faq-heading-wrapper h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  color: #2f4353;
  font-size: 38px;
  margin-bottom: 10px;
}

#portfolio-1 .faq-heading-wrapper p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #5c707e;
  margin-top: 20px;
  text-align: center;
}

#portfolio-1 .wrap-div-card {
  background: #ffe9c0;
  text-align: center;
  border: 2px solid #ffa500;
  margin-bottom: 30px;
  padding: 25px 0px;
  border-radius: 12px;
  transition: 0.4s;
  cursor: pointer;
}

#portfolio-1 .wrap-div-card h3 {
  font-size: 18px;
  font-weight: bold;
  color: #385469;
  margin: 0;
}

#portfolio-1 .wrap-div-card:hover {
  background: #ffa500;
  color: #fff !important;
}

#portfolio-1 .wrap-div-card:hover h3 {
  color: #fff !important;
}

.portfolio-heading-wrapper h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  color: #2f4353;
  font-size: 38px;
  margin-bottom: 10px;
}

.portfolio-heading-wrapper p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #5c707e;
  margin-top: 20px;
  text-align: center;
}

.container.container-digital-portfolio {
  margin-top: 100px;
}

.wrap-portfolio-cards img {
  animation: zoomInOut 2s infinite ease-in-out;
  border-radius: 10px;
  width: 100%;
}

.wrap-portfolio-cards {
  margin-bottom: 30px;
  transition: 3s;
  border: 2px solid #ffa500;
  background: #ffe9c0;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  animation-name: vertical-arrow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.container.container-digital-portfolio .row.row-listing {
  margin-top: 30px;
}

.portfolio-heading-wrapper h2 span {
  color: #ffa500;
}

.wrap-portfolio-cards:hover {
  border-color: #ffa500;
  background: #ffa500;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
    /* Initial size */
  }

  50% {
    transform: scale(1.02);
    /* Zoom in (5%) */
  }

  100% {
    transform: scale(1);
    /* Zoom back to original size */
  }
}

/*==============================End-Portfolio-css==============================*/

/*==============================Testimonial-css==============================*/
#testimonial-1 {
  padding: 150px 0px;
  position: relative;
}

#testimonial-1 .container {
  max-width: 100%;
  width: 68%;
}

#testimonial-1 .testimonial-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #eff5f6;
  transition: all 500ms ease;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1170 520"><path d="M87.3898 28.5081C60.3657 30.0652 30.9339 38.7742 15.916 59.8231C0.898128 80.8719 -1.73756 121.246 0.898944 142.527L39.1283 448.337C44.0717 488.044 85.2474 507.875 136 509L976.649 519.793C1023.56 520.831 1082.11 519.574 1094.61 476.369L1166.78 99.186C1174.91 74.4444 1167.44 48.1456 1146.68 28.5081C1125.91 8.8705 1094.39 -1.6836 1062.09 0.219603L87.3898 28.5081Z" /></svg>');
  mask-repeat: repeat;
  mask-position-x: 0%;
  mask-position-y: 0%;
  mask-size: auto;
  mask-repeat: repeat;
  mask-position-x: 0%;
  mask-position-y: 0%;
  mask-size: auto;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#testimonial-1 .heading-abt-clinet {
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  color: #2f4353;
  font-size: 38px;
  margin-bottom: 50px;
}

#testimonial-1 .hero-content-testimnal span {
  color: #ffa500;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
}

#testimonial-1 .wrap-testimonail-tag blockquote {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto;
}

#testimonial-1 .wrap-hnames-persons {
  text-align: center;
  margin-top: 40px;
}

#testimonial-1 .wrap-hnames-persons h6 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin-bottom: 5px;
}

#testimonial-1 .wrap-centers-side {
  padding: 120px 0;
}

#testimonial-1 .fal.fa-arrow-left::before {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
}

#testimonial-1 .fal.fa-arrow-right::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-style: normal;
}

#testimonial-1 .carousel-control-next,
#testimonial-1 .carousel-control-prev {
  width: 61px !important;
  height: 56px !important;
  background: #ffa500;
  border-radius: 22px;
  transition: all 0.4s ease-in-out;
}

#testimonial-1 .carousel-control-prev {
  left: -20px;
}

#testimonial-1 .carousel-control-next {
  right: -10px;
}

#testimonial-1 .testimonial-bg-shape1 {
  position: absolute;
  top: 80px;
  left: 80px;
}

#testimonial-1 .testimonial-bg-shape2 {
  position: absolute;
  left: 0;
  bottom: 20%;
}

#testimonial-1 .testimonial-bg-shape3 {
  position: absolute;
  bottom: 80px;
  right: 80px;
}

#testimonial-1 .testimonial-bg-shape2.shapr-test-right {
  right: 0;
  left: unset !important;
  rotate: 180deg;
  top: 20%;
  bottom: unset !important;
}

#testimonial-1 .testimonial-bg-shape2 {
  -webkit-animation-name: vertical-ss;
  animation-name: vertical-ss;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes vertical-ss {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/*==============================End-Testimonial-css==============================*/

/*==============================Contact-css==============================*/
#contact-1 {
  padding: 150px 0px;
}

#contact-1 .container {
  max-width: 100%;
  width: 68%;
}

#contact-1 .row.row-contact {
  align-items: center;
}

.contact-content h2 {
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
  color: #2f4353;
  font-size: 40px;
  margin-bottom: 10px;
}

.contact-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #5c707e;
  margin-top: 0px;
  text-align: left;
  margin-bottom: 40px;
}

.form-sect-wrp input {
  padding: 18px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #2f4353;
  opacity: 1;
  width: 100%;
}

.form-sect-wrp textarea {
  padding: 18px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #2f4353;
  opacity: 1;
}
#form-contact #submit {
  background: orange;
  border-color: orange;
  color: #fff;
}#form-contact #submit:hover {
  background: #222;
  border-color: #222;
  color: #fff;
}
.form-sect-wrp span {
  font-weight: 600;
  text-transform: capitalize;
  color: #2f4353;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.form-sect-wrp textarea {
  padding: 10px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  color: #2f4353;
  opacity: 1;
  width: 100%;
  height: 220px;
}

.btn-submit-btn {
  background: #ffa500;
  color: #fff;
  border: 2px solid #ffa500;
  border-radius: 40px;
  padding: 10px 30px;
  display: block;
  margin-top: 40px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-submit-btn:hover {
  background: #333;
  border-color: #333;
}

#form-contact .col-lg-12 {
  margin-top: 40px;
}

#form-contact .row.form-contact-row {
  margin: 0 -15px 0px;
}

.form-sect-wrp input:focus-visible,
.form-sect-wrp textarea:focus-visible {
  outline: 0;
  border-color: #ffa500;
}

.contact-wrappeer-all {
  background: #ffa500;
  padding: 40px;
  border-radius: 16px 16px 0px 0px;
  border: 2px solid #ffa500;
}

.contact-info-items.mb-4,
.contact-info-items.border-none {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-info-items.border-none {
  border-bottom: 0px;
}

.svg-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  border: 2px dotted #fff;
  border-radius: 50%;
}

.content-wrps p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}

.content-wrps h3,
.content-wrps h3 a {
  font-weight: bold;
  color: #fff !important;
  font-size: 28px;
  margin: 0;
}

/*==============================End-Contact-css==============================*/

/*==============================Payment-form-css==============================*/
#payment-1 .container {
  max-width: 100%;
  width: 500px;
}

.payment-wrapp-wrapper {
  padding: 40px 30px;
  background: #71a5b2;
  border-radius: 6px;
}

.payment-heading-wrapper h2 {
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  color: #fff;
}

.wraper-input label {
  display: block;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
#payment-1 .row.row-payment select {
  height: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.wraper-input input {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0px 10px;
}

.wraper-input input:focus-visible {
  outline: 0;
}

.wraper-input label sup {
  color: #000;
}

.row.row-payment {
  margin: 0 -15px;
}

#submit {
  background: #c9dde2;
  border: 2px solid #91c5d2;
  color: #424242;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  transition: 0.3s;
}

#submit:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

#payment-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1111111;
  display: none;
}

#close-payment-form {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.payment-wrapp-wrapper {
  position: relative;
}

#close-payment-form:hover path {
  fill: #fff;
}

.open-payment-form #payment-1 {
  display: block;
}

.open-payment-form::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1111111;
}

.open-payment-form {
  position: relative;
}

/*==============================End-Payment-form-css==============================*/
#header-mobile-1 {
  display: none;
}

/*==============================policies-css==============================*/
#policies-1 {
  padding: 150px 0px;
}

#policies-1 .container {
  max-width: 1300px;
  width: 100%;
}

#policies-1 .row.row-policies {
  align-items: center;
  flex-direction: row-reverse;
}

#policies-1 .wrap-image-policy {
  position: relative;
}

#policies-1 .policy-image {
  position: relative;
  max-width: 556px;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554 467"><path fill-rule="evenodd" clip-rule="evenodd" d="M256.927 460.599C207.571 462.931 156.167 476.468 111.79 455.259C65.553 433.161 32.097 390.267 12.5337 343.796C-6.6261 298.284 1.09308 248.529 4.0835 199.413C7.34839 145.79 -9.38287 80.4032 30.8056 43.6927C71.6018 6.42725 138.713 33.5642 194.04 25.8959C239.474 19.5988 282.42 -8.70963 326.803 2.66757C371.57 14.1428 397.872 56.3382 431.965 86.885C470.993 121.852 523.678 146.258 541.433 194.97C560.374 246.935 558.866 309.117 530.316 356.718C502.393 403.276 444.817 422.38 393.302 441.955C349.644 458.543 303.723 458.387 256.927 460.599Z" /></svg>');
  mask-repeat: repeat;
  mask-position-x: 0%;
  mask-position-y: 0%;
  mask-size: auto;
  mask-repeat: repeat;
  mask-position-x: 0%;
  mask-position-y: 0%;
  mask-size: auto;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: cover;
}

#policies-1 .policy-image img {
  width: 100%;
  height: 100%;
}

#policies-1 .policy-image-2 {
  max-width: 288px;
  position: absolute;
  bottom: -15%;
  right: 0;
}

#policies-1 .border-shape-1-policy {
  position: absolute;
  z-index: -1;
  top: 47%;
  left: 44%;
  transform: translate(-50%, -50%);
}

#policies-1 .policies-content-wrapper h2 {
  font-size: 50px;
  font-weight: bold;
  color: #2f4353;
  text-transform: capitalize;
}

#policies-1 .policies-content-wrapper p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #385469;
}

#policies-1 .policies-section-wrapper span {
  color: #ffa500;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

#policies-1 .policies-content-wrapper.policies-content-1 {
  margin-bottom: 40px;
}

#policies-1 .policies-section-wrapper {
  padding: 0px 50px 0px 0px;
}

#policies-1 .dot-bg-shape1 {
  position: absolute;
  right: 40px;
  top: 0;
  animation: roundedss 5s linear infinite;
}

@keyframes roundedss {
  50% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(20deg);
  }
}

/*==============================policies-css==============================*/

/*==============================abour-uss-css==============================*/
#about-1 {
  position: relative;
  margin: 150px 0px 150px;
}

#about-1 .container {
  max-width: 1300px;
  width: 100%;
}

#about-1 .about-wrapper-3 .row.g-4 {
  align-items: center;
}

#about-1 .about-content {
  position: relative;
  z-index: 9;
}

#about-1 .section-title-about {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -5px;
}

#about-1 .section-title-about .fadeInUp-about-span {
  color: #ffa500;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

#about-1 .section-title-about .fadeInUp-about-h2 {
  font-size: 50px;
  font-weight: bold;
  color: #2f4353;
  text-transform: capitalize;
  line-height: 1.2;
}

#about-1 .about-content .p-tags-about {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #385469;
}

#about-1 .ptmtnt-btn-about {
  background: #ffa500;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
}

#about-1 .about-image-area {
  position: relative;
  z-index: 9;
}

#about-1 .radius-shape {
  position: absolute;
  bottom: 15%;
  left: -70px;
}

#about-1 .circle-shape {
  position: absolute;
  top: 15%;
  right: 20%;
}

#about-1 .about-image {
  max-width: 590px;
  position: relative;
}

#about-1 .about-image img.wow-img-fadeInUp {
  width: 100%;
  height: 100%;
}

#about-1 .about-image-2.s-aboutt {
  position: absolute;
  bottom: 0;
  left: 50px;
  max-width: 245px;
}

#about-1 .iamge-t-dsd {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 15px solid #fff;
}

#about-1 .left-shape-about {
  position: absolute;
  top: -15%;
  left: -4%;
}

#about-1 .s-about-shape {
  position: absolute;
  top: 20%;
  left: 5%;

  animation-name: floatfsr;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes floatfsr {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

#about-1 .line-about-1 {
  position: absolute;
  top: 10%;
  right: 50px;
  animation: rounded 5s linear infinite;
}

#about-1 .list-items-about li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #385469;
  list-style: none;
  position: relative;
}

#about-1 .wrap--ul-dsd {
  display: flex;
}

.fa-circle-check::before {
  content: "\f058";
}

#about-1 .list-items-about li i {
  color: #ffa500;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  margin-right: 5px;
  position: absolute;
  left: -25px;
}

#about-1 .list-items-about {
  padding: 0 25px;
}

#about-1 .ptmtnt-btn-about:hover {
  background: #385469;
  cursor: pointer;
}

#about-1 .about-author-about {
  margin-top: 20px;
}

/*==============================End-abour-uss-css==============================*/

#portfolio-1 .tp-slider-text-3__item {
  padding: 100px 0;
  animation: scrollText-2 10s infinite linear;
}
#portfolio-1 .tp-slider-text-3__item span {
  font-size: 90px;
  font-weight: bold;
  color: #e7e7e7;
  line-height: 1;
  white-space: nowrap;
}
#portfolio-1 .tp-slider-text-3__item span i {
  background: linear-gradient(
    180deg,
    #ffa500 0%,
    #f0bd60 51.04%,
    #ecac38 60.94%,
    rgba(254, 57, 42, 0) 100%,
    #f4e5ca 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@keyframes scrollText-2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.container.container-digital-minimum {
  overflow: hidden;
}
.container.container-digital-minimum {
  width: 100% !important;
}

/*program-section*/
#programs-1 {
  padding: 150px 0px;
  background: #f4eee5;
}
#programs-1 .container {
  max-width: 100%;
  width: 80%;
}
#programs-1 .programs-heading-wraper {
  text-align: center;
}
#programs-1 .programs-heading-wraper span {
  color: #ffa500;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
#programs-1 .programs-heading-wraper h2 {
  font-size: 50px;
  font-weight: bold;
  color: #2f4353;
  text-transform: capitalize;
  line-height: 1.2;
}
#programs-1 .row.row-programs1 {
  margin-top: 50px;
}
#programs-1 .image-prog-mask img {
  width: 100%;
}
#programs-1 .wrap-column-mask {
  position: relative;
}
#programs-1 .wrap-column-mask {
  position: relative;
  padding: 30px 30px 30px 30px;
  background: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-align: center;
  z-index: 0;
}
#programs-1 .wrap-column-mask::before {
  content: "";
  height: auto;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  background-color: orange;
  mask-image: url(../img/school/program-mask-bg.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
#programs-1 .image-prog-mask img {
  mask-image: url("../img/school/progra -mask.png");
  mask-size: cover;
  mask-position: center;
  mask-repeat: no-repeat;
}
#programs-1 .wrapper-mask-column {
  z-index: 1;
  position: relative;
}
#programs-1 .content-prog-mask h3 {
  color: #fff !important;
  font-weight: bold;
  font-size: 24px;
}
#programs-1 .content-prog-mask p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 90px;
}
#programs-1 .content-prog-mask {
  padding: 20px 0px;
}
#programs-1 .a-btn-program {
  background: red;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 60px;
  font-weight: 500;
}
#programs-1 .a-btn-program {
  background: #30c0df;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 60px;
  font-weight: 500;
}
#programs-1 .button-prog-mask {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
#programs-1 .a-btn-program:hover {
  background: #000;
  color: #fff;
  transition: 0.3s;
}
#programs-1 {
  position: relative;
}
#programs-1 .programs-icon {
  position: absolute;
  left: 100px;
  top: 100px;
  animation: roundedvs 5s linear infinite;
}
@keyframes roundedvs {
  50% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(20deg);
  }
}
/*End-program-section*/

#section-inner-1 {
  background-image: url("../img/school/img/inner-banner.jpg");
  padding: 200px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#section-inner-1 .hero-shape h1 {
  font-weight: bold;
  font-size: 60px;
  color: #fff;
}
#section-inner-1 .hero-shape1 ul {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 10px;
}
#section-inner-1 .hero-shape1 ul li a {
  color: #fff;
  font-weight: bold;
}
#section-inner-1 .wrap-inner-side {
  text-align: center;
  color: #ddd;
}
#section-inner-1::after {
  content: "";
  position: absolute;
  width: 100%;
  -webkit-animation: movement 400s linear infinite;
  -webkit-mask-image: url(../img/school/overlay-sky.png);
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: auto;
  -webkit-mask-position: center;
  z-index: 1;
  background-color: #fff;
  height: 85px;
  left: 0;
  bottom: -2px;
}
@keyframes movement {
  0% {
    -webkit-mask-position: 0px 0px;
  }
  100% {
    -webkit-mask-position: 20000px 0px;
  }
  0% {
    -webkit-mask-position: 0px 0px;
  }
  100% {
    -webkit-mask-position: 20000px 0px;
  }
}

/*tab-selection-css*/
#tab-selection {
  padding-bottom: 180px;
}
#tab-selection .container {
  max-width: 100%;
  width: 80%;
}
#tab-selection .tabcontent {
  display: none;
}
#tab-selection .tablinks {
  display: block;
  width: 100%;
  height: 60px;
  background: #f9f9f9;
  border: 2px solid #f9f9f9;
  border-radius: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding: 0px 30px;
}
#tab-selection .tablinks::after {
  content: "⮚";
  float: right;
  font-size: 22px;
}
#tab-selection .tablinks.active {
  background: #ffa500;
  color: #fff;
}
#tab-selection .heading.wrapper-imgg img {
  border-radius: 0% 0% 50% 0%;
  margin-bottom: 30px;
  height: auto;
  max-width: 90%;
  border: none;
}
#tab-selection .heading.wrapper-tabs h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
#tab-selection .heading.wrapper-tabs h3 span {
  display: block;
  color: orange;
}
#tab-selection .tablinks:hover {
  background: orange;
  color: #fff;
  transition: 0.3s;
}
#tab-selection .heading.wrapper-imgg {
  position: relative;
}
#tab-selection .shape-imagees {
  position: absolute;
  right: 50px;
  top: -50px;
  rotate: 20deg;
  animation: roundedss 5s linear infinite;
}
#tab-selection .contact-wrapperre-form {
  background: #ffa500;
  padding: 30px;
  border-radius: 8px;
}
#tab-selection .form-sect-wrp input {
  padding: 10px 10px;
}
#tab-selection #form-contact .col-lg-12 {
  margin-top: 15px;
}
#tab-selection .form-sect-wrp textarea {
  height: 150px;
}
#tab-selection .wrapper-haedings-form h3 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
#tab-selection .btn-submit-btn {
  background: #222;
  width: 100%;
  display: block;
  border: 1px solid #000;
  margin-top: 0px;
}
#tab-selection .form-sect-wrp span {
  color: #fff !important;
}
#tab-selection .btn-submit-btn:hover {
  background: #000;
  transition: 0.3s;
}
/*End-tab-selection-css*/

/*Terms-and-condition-page-css*/
#condition-1 {
  padding: 150px 0px;
}
#condition-1 .section-title-condition h2 {
  font-size: 40px;
  font-weight: bold;
}
#condition-1 .section-title-condition p {
  font-size: 18px;
  font-weight: bold;
}
#condition-1 .section-title-condition {
  margin-bottom: 50px;
}
#condition-1 .section-content-condition .wrap-content-first {
  margin-bottom: 25px;
}
#condition-1 .section-content-condition .wrap-content-first h3 {
  font-size: 22px;
  font-weight: bold;
}
#condition-1 .wrap-content-first.first-contatc-terms {
  background: #f7f7f7;
  padding: 15px 30px;
  border-left: 3px solid #ffa500;
}
#condition-1 .wrap-content-first.first-contatc-terms ul {
  padding: 0;
  list-style: none;
}
/*End-Terms-and-condition-page-css*/

@media only screen and (max-device-width: 540px) and (orientation: portrait),
  screen and (max-device-height: 540px) and (orientation: landscape),
  screen and (max-width: 540px) and (orientation: portrait),
  screen and (max-height: 540px) and (orientation: landscape) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  div,
  img,
  ul,
  li,
  section,
  i {
    /*border:1px solid red;*/
  }

  .cursor {
    display: none;
  }

  .div-paymentts {
    width: 90%;
    padding: 40px 20px;
  }

  .div-paymentts h2 {
    font-size: 30px !important;
  }
.loader-wrperrr img {
  width: 50% !important;
  margin: 0 auto;
  display: block;
}
  .div-paymentts p {
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
  .wrap-header-logo img {
    max-width: 150px;
  }
  #header-mobile-1 {
    display: block !important;
  }

  .header-top-section {
    display: none;
  }

  #header-1 {
    display: none;
  }

  #scrollUp {
    transition: unset;
  }
  #mobile-view .nav-wraper li.activehh a {
    color: orange !important;
  }
  #testimonial-1 .carousel-control-next,
  #testimonial-1 .carousel-control-prev {
    top: 50%;
    transform: translateY(-50%);
  }

  #section-1 .container {
    max-width: 100%;
    width: 100% !important;
  }

  #section-1 h1.wrap-fad-up {
    font-size: 34px !important;
    text-align: center;
  }

  #section-1 .hero-content h5.wrap-fad-up {
    text-align: center;
  }

  #section-1 p.wrap-fad-up {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
  }

  #section-1 .apply-button {
    text-align: center;
    margin-top: 0px;
  }

  #section-1 .wrap-right-side img {
    width: 100%;
  }

  #section-1 .wrap-right-side {
    margin-top: 30px;
  }

  #section-1 .wrap-shape-bottom img {
    width: 100%;
  }

  #section-1 .wrap-right-side .hero-shape {
    margin-right: 0px !important;
    left: 0px !important;
  }

  #section-1 {
    overflow: hidden !important;
  }

  #testimonial-1 .container {
    width: 100%;
  }

  #portfolio-1 .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  #portfolio-1 .row.row-listing .col-md-3 {
    width: 100% !important;
  }

  #portfolio-1 .wrap-div-card {
    padding: 25px 10px;
    height: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
  }

  #portfolio-1 .wrap-div-card h3 {
    font-size: 18px !important;
  }
  #portfolio-1 .fixed-text-3 {
    display: none;
  }

  #section-inner-1 .hero-shape h1 {
    font-size: 40px;
  }
  #contact-1 .form-sect-wrp input {
    padding: 12px 20px;
  }

  #faq-1 .container {
    padding: 0;
  }

  #faq-1 .accordion-container {
    width: 100% !important;
  }

  #faq-1 .panel {
    padding: 15px 30px 50px 30px !important;
  }

  #contact-1 .svg-icon svg {
    width: 60%;
    height: 50%;
  }
  #contact-1 .svg-icon {
    width: 20% !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact-1 .content-wrps {
    width: 80%;
  }
  #contact-1 .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }

  #contact-1 .contact-content h2 {
    font-size: 30px;
  }

  #contact-1 .contact-content p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  #contact-1 .contact-form-wrapper {
    margin-top: 40px;
  }

  #contact-1 #form-contact .col-lg-12 {
    margin-top: 20px !important;
  }

  #contact-1 #form-contact .row.form-contact-row .col-lg-6:last-child {
    margin-top: 20px;
  }

  #contact-1 #form-contact .row.form-contact-row .col-lg-6 {
    margin-top: 20px;
  }

  #contact-1 .contact-wrappeer-all {
    padding: 40px 20px !important;
  }

  #contact-1 .content-wrps h3,
  #contact-1 .content-wrps h3 a {
    font-size: 14px !important;
  }

  #faq-1 .accordion-btn::after {
    position: absolute;
    right: 10px;
    top: 30px;
  }

  #mobile-view {
    display: none;
  }

  #header-mobile-1 .fas.fa-bars::before {
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
  }

  #header-mobile-1 .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  #header-mobile-1 .row .col-md-9.align-menus {
    justify-content: right;
    display: flex;
  }

  #header-mobile-1 .fas.fa-bars {
    font-size: 25px;
  }

  .scroll-header #header-mobile-1 {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #fff;
  }

  #header-mobile-1 {
    background: transparent;
    position: fixed;
    z-index: 111;
    width: 100%;
    transition: 0.3s;
  }

  #section-1 {
    padding-top: 150px;
  }

  #mobile-view {
    position: fixed;
    width: 100%;
    right: 0;
    height: 100vh;
    top: 0;
    background: #222;
    z-index: 111111;
  }
  #mobile-view .nav-wraper li a {
    color: #fff;
  }
  #mobile-view .nav-wraper {
    display: block;
  }

  #mobile-view .nav-wraper li {
    padding: 0px 0px 20px;
  }

  #mobile-view #btn-of-pay {
    padding: 10px 20px !important;
    text-align: center;
  }

  #mobile-view #btn-of-pay a {
    text-align: center;
    display: block;
    width: 100%;
  }

  .monile-menu img {
    max-width: 120px;
  }

  #close-menu-form {
    position: absolute;
    right: 20px;
    top: 10px;
  }

  .open-menu-mobile #mobile-view {
    display: block;
  }

  #click-menuus,
  #close-menu-form {
    cursor: pointer;
  }

  .open-menu-mobile {
    position: relative;
  }

  .open-menu-mobile::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 111;
    position: absolute;
  }

  .open-payment-form #payment-1 {
    width: 100%;
  }

  #programs-1 .programs-heading-wraper h2 {
    font-size: 24px;
  }
  #programs-1 .programs-icon {
    top: 0px;
  }
  #programs-1 .wrap-column-mask {
    margin-bottom: 50px;
  }
  #faq-1 .faq-heading-wrapper h2 {
    font-size: 24px;
  }
  #faq-1 .accordion-btn {
    font-size: 16px;
  }
  #faq-1 .panel p {
    font-size: 14px;
    line-height: 1.4;
  }
  #testimonial-1 .container {
    padding: 0;
  }
  #testimonial-1 .heading-abt-clinet {
    font-size: 24px;
  }
  #testimonial-1 .wrap-testimonail-tag blockquote {
    font-size: 16px;
    line-height: 1.4;
  }

  #policies-1 .container {
    max-width: 100% !important;
    width: 100%;
    padding: 0 !important;
  }

  #policies-1 .policies-section-wrapper {
    padding: 0px !important;
  }

  #policies-1 .policies-content-wrapper h2 {
    font-size: 24px !important;
  }

  #policies-1 .policies-content-wrapper p {
    font-size: 16px;
    line-height: 1.4;
  }

  #policies-1 .policy-image-2 img {
    width: 80%;
    height: 100%;
  }

  #policies-1 .border-shape-1-policy img {
    width: 100%;
    height: 100%;
  }

  #policies-1 .border-shape-1-policy {
    position: absolute;
    z-index: -1;
    top: -4px !important;
    left: -4px !important;
    transform: unset !important;
  }

  #policies-1 .policies-section-wrapper {
    margin-top: 80px;
  }

  #policies-1 .policy-image-2 {
    text-align: right !important;
  }

  #condition-1 .section-title-condition h2 {
    font-size: 24px !important;
  }
  #condition-1 .section-title-condition p {
    font-size: 14px !important;
  }
  #condition-1 .wrap-content-first p {
    font-size: 14px;
    line-height: 24px;
  }
  #condition-1 .section-content-condition .wrap-content-first h3 {
    font-size: 18px;
  }
  #tab-selection .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  #tab-selection .heading.wrapper-tabs h3 {
    font-size: 24px !important;
  }
  #tab-selection .col-md-3 {
    display: flex;
    flex-direction: column-reverse;
    gap: 100px;
  }
  #tab-selection .heading.wrapper-imgg img.shape-imagees {
    display: none;
  }
  #tab-selection .heading.wrapper-imgg img {
    max-width: 100%;
  }
  #programs-1 {
    padding: 150px 0px;
  }
  #tab-selection {
    padding-bottom: 100px;
  }
  #tab-selection .heading.wrapper-tabs h3 span {
    display: inline;
  }
  #galllery-1 .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #galllery-1 .about-image-area h2 {
    font-size: 24px !important;
  }
  #galllery-1 .about-image-area p {
    font-size: 14px !important;
  }

  #about-1 {
    overflow: hidden;
  }

  #about-1 .section-title-about .fadeInUp-about-h2 {
    font-size: 24px !important;
  }
  #about-1 .section-title-about {
    margin-bottom: 5px;
  }
  #about-1 .about-content .p-tags-about,
  #about-1 .about-content ul li {
    font-size: 16px;
    line-height: 1.4;
  }

  #about-1 .left-shape-about {
    display: none;
  }

  #about-1 .list-items-about {
    padding: 0px !important;
  }

  #about-1 .wrap--ul-dsd {
    display: block;
    padding: 0 25px;
  }

  #about-1 .list-items-about:first-child {
    margin: 0;
  }

  #about-1 .about-wrapper-3 .row.g-4 .col-lg-6:first-child {
    padding: 0;
  }

  .about-image-2.s-aboutt {
    max-width: 170px !important;
  }

  #about-1 .line-about-1 {
    display: none;
  }

  .tp-slider-text-3__item span {
    font-size: 50px !important;
  }

  #about-1 .radius-shape {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  #programs-1 .container {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
  }

  #footer {
    background-size: cover !important;
  }
  #footer .container {
    width: 100% !important;
    padding: 0 !important;
  }
  #footer .wraper-footera {
    margin-bottom: 30px;
  }
  #footer .wraper-footera:last-child {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  #header-1 .container {
    width: 100% !important;
  }
  .nav-wraper {
    gap: 40px !important;
  }
  .header-top-section .container {
    width: 95% !important;
  }
  #section-1 h1.wrap-fad-up {
    font-size: 46px !important;
  }
  #section-1 p.wrap-fad-up {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  #about-1 .section-title-about .fadeInUp-about-h2 {
    font-size: 40px !important;
    line-height: 1.1 !important;
  }
  #about-1 .about-content .p-tags-about {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  #about-1 .section-title-about .fadeInUp-about-h2 {
    font-size: 36px !important;
  }
  #policies-1 .policies-content-wrapper h2 {
    font-size: 36px !important;
  }
  #policies-1 .policies-content-wrapper p {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
  #contact-1 .container {
    width: 80% !important;
  }
  #policies-1 .policy-image-2 {
    max-width: 350px !important;
    bottom: -20% !important;
    right: 0;
  }
  #policies-1 .policy-image-2 img {
    width: 100%;
    height: 100%;
  }
  #policies-1 .container,
  #about-1 .container {
    max-width: 100% !important;
    width: 90% !important;
  }
  #section-1 .wrap-shape-bottom {
    width: 100%;
  }
  #section-1 .wrap-shape-bottom img {
    width: 100%;
  }
  .cursor {
    display: none;
  }
  #about-1 .line-about-1 img {
    width: 100%;
    height: 100%;
  }
  #about-1 .line-about-1 {
    top: 10%;
    right: unset !important;
    left: 40% !important;
  }
  #portfolio-1 .tp-slider-text-3__item span {
    font-size: 70px !important;
  }
  #programs-1 .container {
    max-width: 100%;
    width: 95%;
  }
  #programs-1 .a-btn-program {
    font-size: 14px;
  }
  #programs-1 .content-prog-mask h3 {
    font-size: 18px;
  }
  #programs-1 .programs-heading-wraper h2 {
    font-size: 36px;
  }
  #faq-1 .faq-heading-wrapper h2 {
    font-size: 36px;
  }
  #tab-selection .container {
    max-width: 100%;
    width: 95% !important;
  }
  #galllery-1 .about-image-area h2 {
    font-size: 36px !important;
  }
  #galllery-1 .container {
    width: 90% !important;
  }
}
