@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;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: 999;
}

.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: .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;
    font-weight: 800;
    display: block;
}
.im1,.im2,.im3,.im4,.im5 {
    position: relative;
    overflow: hidden;
    transition: .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: .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;
}

.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: .5s ease;
  }
.school-card-04 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF5E97;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
.school-card-03 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #009487;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
.school-card-02 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FDB92E;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
.school-card-01 .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #8a2465;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .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;
  }
.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; 
    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;
}
.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: .5s ease;
  }

.testimonial-carousel .owl-item.active.center{
    transform: perspective(850px) rotateY(0deg) translateX(0px) scale(1);
    transition: .5s ease;
}
.testimonial-carousel .owl-item.center + * {
    transform: perspective(850px) rotateY(-25deg) translateX(0px) scale(1);
    transition: .5s ease;
  }
  .testimonial-carousel .owl-item img {
    display: inline-block;
    width: auto;
    transform: translatey(50%);
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.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 .3s ease-in-out;
    transition: all .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: .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: 25px;
    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;
}
@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;
    }
}