@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

section {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgba(119, 255, 210, 0.788) inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #0d0d0f;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  font-size: 16px;
  line-height: 28px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #0d0d0f;
}

p {
  margin: 0px;
}

/*------------------------ Website css Start ------------------------*/

.top-bar-wrapper {
  background-color: #3e4095;
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.top-bar-wrapper::before {
  position: absolute;
  left: -35px;
  top: 0;
  content: "";
  background: #ff7350;
  height: 100%;
  width: 35%;
  -webkit-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.social-pages {
  position: relative;
  z-index: 999;
}

.social-pages p {
  color: #fff;
}

.social-pages a {
  margin-left: 15px;
  font-weight: 500;
  color: #fff;
}

.single-service-left-icon {
  position: relative;
}

.icon .img {
  width: 30px;
}

.single-service-left-icon .icon {
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.single-service-left-icon .content {
  overflow: hidden;
}

.content p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 12px;
}

.top-left a {
  position: relative;
  font-weight: 500;
  color: #fff;
  margin-right: 35px;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
}

.top-left a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 1px;
  background: #fff;
  transition: 0.35s;
}

.top-left a:hover:after {
  width: 100%;
}

.header {
  width: 100%;
  padding: 10px 0px;
  position: absolute;
}
.header a {
  padding: 5px;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
}
.fixed-link-container-right {
  position: fixed;
  top: 25%;
  right: 38px;
  z-index: 111;
  transform-origin: right;
  transform: rotate(-90deg);
  direction: unset;
  transform-origin: right top;
}
.fixed-link-container-right .fixed-link-inner-container {
  cursor: pointer;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.fixed-link-container-right .fixed-link-inner-container a {
  background: #ff7350;
  color: #fff;
  display: inline-block;
  padding: 5px 0px;
  border-radius: 4px 4px 0px 0px;
  width: 147px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 5px 0px 0px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.fixed-link-container-right .fixed-link-inner-container a:hover {
  background: #3e4095;
}
.header img {
  width: 200px;
}

.buttons {
  padding: 20px 0px;
}

.btn-3 {
  position: relative;
  color: #ff752a;
  border: 1px solid #ff752a;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.btn-3::after {
  background: transparent;
  color: #fff;
  content: "";
  position: absolute;
  z-index: -111;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  opacity: 0;
  border: 1px solid #ff752a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-3:hover:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background: #ff752a;
  border: 1px solid #ff752a;
  opacity: 1;
}

.wings,
.banner-wrapper {
  position: relative;
  background: #e7f0f8;
}

.title {
  color: #ff7350;
  font-size: 16px;
  font-weight: 600;
}

.sub-title {
  color: #000000;
  font-size: 38px;
  display: block;
}
.im1,
.im2,
.im3,
.im4,
.im5 {
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.im1:before {
  position: absolute;
  content: "";
  background: #3e4095;
}
/* .im1:hover::before {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.im1:hover .wings-dis{
    opacity: 1;
} */
.im2:before {
  position: absolute;
  content: "";
  background: #3e4095;
}
/* .im2:hover::before {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.im2:hover .wings-dis{
    opacity: 1;
}
.im3:before {
    position: absolute;
    content: '';
    background: #3E4095;
}
.im3:hover::before {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.im3:hover .wings-dis{
    opacity: 1;
}
.im4:before {
    position: absolute;
    content: '';
    background: #3E4095;
}
.im4:hover::before {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
} 
.im4:hover .wings-dis{
    opacity: 1;
}
.im5:before {
    position: absolute;
    content: '';
    background: #3E4095;
}
.im5:hover::before {
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
}
.im5:hover .wings-dis{
    opacity: 1;
}*/
.wings-title {
  position: absolute;
  top: 0;
  width: 100%;
}
.wings-dis {
  position: absolute;
  opacity: 0;
  top: 50px;
  padding: 0px 20px;
  transition: 0.3s ease-in-out;
}
.wings-dis p {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
  font-weight: 300;
}
.wings-title h4 {
  text-shadow: 0px 0px 6px #505050;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  padding: 15px 20px;
}

.about-images img {
  padding: 7px;
  /* background: #e7f0f8; */
}

.sec-txt p {
  color: #808081;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.info-icon-item p {
  margin: 0px;
}

.im3 {
  margin-top: -82px;
  padding: 6px;
  background: #e7f0f8;
}

.buttons .btn-3:hover {
  color: #fff;
  border: 1px solid #ff752a;
}

.activities-bg {
  position: absolute;
  right: 0;
  bottom: -72px;
  z-index: -111;
}

.section-padding {
  padding: 50px 0px;
}

.bg-video-wrap video {
  width: 100%;
}
.school-card-01 {
  border-bottom: 15px solid #8a2465;
}
.school-card-02 {
  border-bottom: 15px solid #fdb92e;
}
.school-card-03 {
  border-bottom: 15px solid #009487;
}
.school-card-04 {
  border-bottom: 15px solid #ff5e97;
}
.school-card-05 {
  border-bottom: 15px solid #00aef2;
}
h2.skd_school__color {
  margin-top: 10px;
  margin-bottom: 0;
}
.school_details {
  border-bottom: 1px solid #7d7d7d;
}
h2.color-01 a {
  color: #8a2465;
}
h2.color-02 a {
  color: #fdb92e;
}
h2.color-03 a {
  color: #009487;
}
h2.color-04 a {
  color: #ff5e97;
}
h2.color-05 a {
  color: #00aef2;
}
h2.skd_school__color a {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 0;
}
h2.skd_school__color a {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 0;
}
.school_details a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.schools_location p {
  font-size: 14px;
  font-weight: 500;
  color: #7d7d7d;
  line-height: 24px;
}
.skd-school {
  position: relative;
  overflow: hidden;
}
.school-card-05 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00aef2;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.school-card-04 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff5e97;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.school-card-03 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #009487;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.school-card-02 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fdb92e;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.school-card-01 .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #8a2465;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
.skd-school img {
  transition: 0.3s;
}
.skd-school:hover img {
  transform: scale(1.1);
}
.skd-school:hover .overlay {
  height: 15%;
}
.card-1 {
  min-height: 450px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.text a {
  color: white;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-decoration: none !important;
}

.text a:hover {
  color: white !important;
}

.facilities-item:before {
  content: "";
  position: absolute;
  background: linear-gradient(120deg, rgba(62, 64, 149, 1) 100%, rgba(213, 7, 245, 1) 100%);
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0.25;
}

.image-container {
  column-count: 3 !important;
  column-gap: 10px;
}

.facilities-item img {
  width: 100%;
  height: 250px;
}
.facilities-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.facilities-txt {
  transform: translatey(-50%);
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.education-partners .owl-stage-outer {
  background: #ffffff;
  border-radius: 87px;
}
.partners {
  background: #f2f2f2;
}
#partners .owl-item img {
  text-align: center;
  display: inline-block;
  height: 100px;
  object-fit: contain !important;
}
.education-partners .owl-item img {
  display: inline-block;
  width: auto;
}
.testimonial-carousel .owl-item:has(+ .center) {
  transform: perspective(850px) rotateY(25deg) translateX(0px) scale(1);
  transition: 0.5s ease;
}

.testimonial-carousel .owl-item.active.center {
  transform: perspective(850px) rotateY(0deg) translateX(0px) scale(1);
  transition: 0.5s ease;
}
.testimonial-carousel .owl-item.center + * {
  transform: perspective(850px) rotateY(-25deg) translateX(0px) scale(1);
  transition: 0.5s ease;
}
.testimonial-carousel .owl-item img {
  display: inline-block;
  width: auto;
  transform: translatey(50%);
  width: 100px !important;
  height: 100px;
  border-radius: 100%;
  /* object-fit: contain; */
}

.owl-dots .owl-dot.active span {
  background: #ff752a;
}
.owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cccccc;
  margin: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
  left: -75px;
  right: auto;
}
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -75px;
}
.testimonial-carousel.owl-carousel .owl-nav button img {
  width: 10px;
}
.card-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #808081;
}
.testimonial-carousel.owl-carousel .owl-nav button {
  height: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: 0.3s;
  background: #c4c4c4;
  border-radius: 6px;
  width: 50px;
  z-index: 1;
  left: 10px;
}
.testimonial-card {
  box-shadow: 0px 0px 12px #00000029;
  border-radius: 12px;
  min-height: 450px;
  overflow: hidden;
  background: #fff;
}
.card-bg {
  min-height: 190px;
  display: flex;
  background: url("../images/testimonial-card-bg.png") no-repeat center #3e4095;
  align-items: end;
  justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
  padding: 30px 0px;
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: auto;
}
.facilities-txt h4 {
  font-size: 24px;
  font-weight: 48px;
  color: #ffffff;
  text-shadow: 0px 0px 6px #090909;
}

.footer {
  background: #3e4095;
}

footer .single-footer-wid .wid-title h3 {
  color: #fff;
  font-size: 18px;
}

.get-in-touch .single-contact-info .contact-info {
  overflow: hidden;
  color: #fff;
}

.contact-info span {
  font-size: 14px;
}

.about-quantech p {
  margin: 15px 0px;
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
  line-height: 28px;
}

.copy-rights p {
  padding: 10px 0px;
  font-size: 14px;
}

.get-in-touch .single-contact-info .icon.id2 {
  color: #fff;
}

.get-in-touch .single-contact-info .icon {
  float: left;
  margin-right: 15px;
  color: #fff;
  padding-left: 0px;
}

.get-in-touch .single-contact-info {
  margin-top: 5px;
}

footer .single-footer-wid ul li a {
  margin-top: 8px;
  color: #fff;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
}

.whatsapp-bar {
  position: fixed;
  right: 100px;
  bottom: 75px;
  height: 70px;
  width: 70px;
  cursor: pointer;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.admission-banner {
  position: relative;
  padding-top: 125px;
}
.side-girl {
  position: absolute;
  bottom: 0;
}
.cta-banner-box {
  border-radius: 8px;
  width: 1100px;
  background: #ff7350;
  margin: 0 auto;
  margin-right: 0;
}
.theme-btn {
  color: #ff7350;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 600;
}
.section-title p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
.hero-wrapper .row {
  text-align: left;
}
.hero-wrapper .carousel-caption {
  left: 7%;
}
.long-description {
  top: 81%;
}
.single-footer-wid.site-info-widget {
  padding-right: 10px;
}
.copy-rights p {
  margin: 0px;
}
.copy-rights {
  padding-right: 10px;
}
header.header-1 .main-menu ul > li > a i {
  top: 6px;
}
.ab-wrap .sec-text h6 {
  font-weight: 700;
  font-size: 18px;
  display: block !important;
  padding-bottom: 7px;
}
.ab-wrap .ab-caption p {
  margin: 0px;
  font-style: italic;
  font-size: 13px;
  line-height: 1.7;
  border-left: 6px solid #fff;
  padding-left: 12px;
}

.mico h1 {
  font-weight: 600;
}
.sec-text p {
  text-align: justify;
  line-height: 26px;
}
.about-sec .icon-item p {
  margin: 0px;
}
.menu-table tr td a {
  font-family: "Poppins", sans-serif;
}
table.table {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Poppins", sans-serif;
}
.title {
  font-family: "Poppins", sans-serif;
}
.help-line {
  font-size: 20px;
}
table.menu-table.w-100 a {
  min-width: 150px;
}
.sec-text p {
  color: #333;
}
.sec-text-left ul {
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
.sec-text-left ul li {
  margin-bottom: 15px;
  font-size: 15px;
}
.sec-text-left p {
  text-align: left;
}
header.header-1 .main-menu ul > li > a {
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .cta-banner-box {
    width: 100%;
    background: #ff7350;
  }
  .image-container {
    column-count: 1;
    column-gap: 10px;
  }
  .top-bar-wrapper::before {
    display: none;
  }
  .top-left a {
    font-size: 12px;
    margin-right: 25px;
  }
  .icon .img {
    width: 25px;
  }
  .single-service-left-icon .icon {
    margin-right: 5px;
  }
  .section-padding {
    padding: 25px 0px;
  }

  .admission-banner {
    padding-top: 25px;
  }
  .top-bar-wrapper .top-right .top-left.d-flex.justify-content-end {
    justify-content: center !important;
  }
  .top-bar-wrapper {
    padding: 5px 0px;
  }
  .sub-title {
    font-size: 30px;
  }
  .card-1 {
    min-height: 410px;
  }
  .image-container {
    column-count: 1 !important;
  }
  .single-footer-wid ul {
    padding-left: 0px;
  }
  .cta-banner-box.section-padding p.text-white {
    margin: 0px;
  }
  .top-right .single-service-left-icon {
    margin-top: 5px;
  }
  header.header-1 {
    padding: 8px 0px;
  }
  .intro-list {
    margin-bottom: 0px;
  }
  .sub-title span {
    font-size: 35px;
  }
  .activities-wrap {
    height: 73vh;
  }
  .long-description {
    top: 82%;
  }
  .topper-section,
  .achievement-section {
    margin-bottom: 15px;
  }
  section.topper-achi.section-padding h1.sub-title {
    margin-bottom: 25px;
  }
}
