*:focus {
    outline: none;
}

body {
    font-family: 'Poppins';
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.blue {
    background: #0b307b;
}

.orange {
    background: #ee8620;
}

.pink {
    background: #e30a7e;
}

.green {
    background: #43a43c;
}

.skyblue {
    background: #2b9ae1;
}

.purple {
    background: #650b7b;
}

.clr-blue {
    color: #0b307b;
}

.clr-orange {
    color: #ee8620;
}

.clr-pink {
    color: #e30a7e;
}

.clr-green {
    color: #43a43c;
}

.clr-skyblue {
    color: #2b9ae1;
}

.clr-purple {
    color: #650b7b;
}

.logo-section {
    margin-bottom: 70px;
}
.slide--headline { 
    color: #ffffff; 
    font-family: 'Poppins', sans-serif; 
    font-size: 38px; 
    font-weight: 600; 
    line-height: 60px; 
    margin-bottom: 30px; 
    text-align: center;
} 

.slide--headline { 
    display: block;
} 

.slide--headline  { 
    font-size: 50px; 
    line-height: 60px; 
    margin-bottom: 30px;
   
} 

.slide--headline  { 
    font-size: 38px; 
    line-height: 1.2; 
    margin-top: 75px; 
    font-weight: 400;
} 

.slide--headline:before,.slide--headline:after { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
} 

.slide--headline:selection { 
    background-color: #ffa40c; 
    color: #ffffff; 
    text-shadow: none;
} 
.slide-index { 
    font-family: 'Poppins', sans-serif; 
    font-weight: 600; 
    text-align: center; 
    color: white; 
    font-size: 20px;
} 

.slide-index { 
    display: block;
}
.banner {
    padding: 30px 0;
    background: #fff url('../img/Untitled-d11.webp');
    background-size: cover;
    background-position: center;

}





.main-logo {
    padding-right: 60px;
    margin-right: 60px;
    border-right: 1px solid #d4d4d48c;
}

.main-logo img {
    max-width: 300px;
}

.sec-logo img {
    max-height: 90px;
}

.maintext {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.subtitle {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.adm-text {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin: 40px 0 10px;
    text-transform: uppercase;

}

.flex-btns>a {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    margin-left: 10px;
    font-weight: 600;
}

.flex-btns>a:first-child {
    margin-left: 0;
}

.blue-btn {
    background: #0c307c;
}
.blue-bdr {
    border-color:#0c307c!important;
}
.green-btn {
    background: #37982f;
}
.green-bdr {
    border-color: #37982f !important;
}
.orange-btn {
    background: #ee8621;
}
.orange-bdr {
    border-color: #ee8621 !important;
}
.pink-bdr {
    border-color: #e30a7e !important;
}
.purple-bdr {
    border-color: #650b7b !important;
}
.skyblue-bdr {
    border-color: #2b9ae1 !important;
}
.headtxt {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.headsmalltxt {
    color: #fff;
}

.flex-sec {
    margin-top: 70px;
}

.flex-list {
    margin-left: 40px;
}

.flex-list:first-child {
    margin-left: 0;
}

.headsmalltxt {
    margin-left: 5px;
}

.bg-black {
    padding: 30px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
}

.adm-head {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #000;
}

.bg-black>p {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.bg-black input[type="text"],
.bg-black input[type="email"],
.bg-black input[type="date"],
.bg-black select {
    width: 100%;
    height: 50px;
    background: #f3f3f3;
    border-radius: 2px !important;
    margin-bottom: 10px;
    border: 0;
    padding: 0 15px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.bg-black .input-group {
    position: relative;
}

.bg-black .input-group img {
    position: absolute;
    right: 15px;
    top: 16px;
    max-height: 18px;
    max-width: 18px;
}

.bg-black button {
    padding: 12px 30px;
    width: 100%;
    border: 0;
    border-radius: 2px;
    background: #006cb5;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.why-us,
.bls-gallery{
    background: #f4f4f4;
    padding: 60px 0;
    position: relative;
}

.why-us:after {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/why-element-2.png');
    background-size: 137px 132px;
    width: 137px;
    height: 132px;
    content: '';
    z-index: 1;
    pointer-events: none;
    user-select: none;
}
footer {
    padding-top:40px;
}
.main-heading p {
    max-width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #585858;
    margin: 15px auto 40px;
}

.white-box {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
    margin-bottom: 30px;
}

.wb-icon {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    padding: 10px;
}

.wb-icon img {
    max-height: 38px;
}

.wb-text {
    font-weight: 500;
    color: #000;
    font-size: 17px;
}

.aim {
    padding: 60px 0 0;
}

.aim-box {
    margin-bottom: 30px;
}

.aim-icon {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    padding: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.aim-head {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.aim-box-txt p {
    font-weight: 300;
    color: #585858;
    font-size: 15px;
    line-height: 26px;
}

.aim-box-txt p .more-text {
    display: none;
}

.numbers {
    background: #f4f4f4;
    padding: 30px 0 0;
    text-align: center;
}

.num {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}
.num-txt {
    font-size: 14px;
}
.accolades {
    padding: 60px 0;
}

.img-box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.img-box:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
    content: '';
    width: 100%;
    height: 100%;
}

.img-box-title {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
}

.img-box img {
    transition: all 0.5s ease;
}

.img-box:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.tour-cont {
    background: url(../img/video-bg.jpg);
    padding: 100px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.video-play-button {
    position: relative;
    /* z-index: 10; */
    /* top: 75px; */
    /* left: 50%; */
    /* transform: translateX(-50%) translateY(-50%); */
    /* box-sizing: content-box; */
    display: flex;
    width: 32px;
    height: 120px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(67, 164, 60, 0.85);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgb(67, 164, 60);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.testimonials {
    padding: 60px 0;
}

footer a {
    color: inherit;
}

.about-us {
    padding: 60px 0 0;
    background: #0b307b;
}

.about-us h2,
.about-us p {
    color: #fff;
}
.about-us p {
    font-size: 1.5rem;
    line-height: 33px;
}

.about-us .p1 {
    font-size: 13px;
    line-height: 33px;
}
.circle-border {
    position: relative;
    display: flex;
    justify-content: center;
    height: 205px;
    width: 205px;
    border-radius: 100%;
    flex-direction: column;
    padding: 34px;
    border: 10px solid;
}
.spinner {
    position: absolute;
    top: -12px;
    left: -11px;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    border: 13px solid;
    border-color: #fff #fff #fff transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    animation: infinite-spinning 3s infinite;
    animation-timing-function: ease-in-out;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 33px #fff;
}
.spinner1 {
    border-color: #fff #fff transparent transparent !important;
}

.spinner2 {
    border-color: #fff transparent transparent transparent !important;
}

@keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.aboutleep {
    padding: 60px 0;
}
@media(min-width:767px) {
.accordion {
    width: 100%;
    /* min-width: 950px; */
    display: flex;
    justify-content: center;
    list-style-type: none;
    overflow: hidden;
    height: 413px;
    font-size: 0;
    margin: auto;
    padding: 0;
  }
  
  .tabs {
    display: inline-block;
    width: 100px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-size: 16px;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    border-right: 1px solid #fff;
    vertical-align: top;
  }
  .tabs.current {
    width: 450px;
  }
  .tabs:hover .social-links a:before {
    margin-left: -100px;
  }
  .tabs:hover .social-links a:after {
    margin-left: -5px;
  }
  .tabs .paragraph {
    position: absolute;
    width:350px;
    margin-left: 100px;
    padding: 20px 11px;
    height: 100%;
    background: #0b307b;
    float: left;
    top: 0;
    left: 0;
  }
  .tabs .paragraph h1 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
  }
  .tabs .paragraph p {
    font-size: 12px;
    line-height: 1.5em;
    padding-right: 30px;
    color: #fff;
  }
  .social-links {
    display: flex;
    height: 100%;
    float: left;
  }
  .social-links a {
    transform: rotate(-90deg);
    color: #fff;
    margin: auto -42px;
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
  }
  
  .tabs:hover .social-links a {
      margin-left: -42px;
  }
  
  .social-links a:before, .social-links a:after {
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    width: 80px;
    height: 200px;
    position: absolute;
    text-indent: 0;
    /* padding-top: 90px; */
    padding-left: 25px;
    display: block;
    font: normal 30px Genericons;
    color: #fff;
  }
  .social-links a:after {
    font-size: 48px;
    padding-left: 20px;
    padding-top: 80px;
    margin-left: 85px;
  }
  
  
  .social-links{
     background: url('../img/img-1.jpg');
     background-size: cover;
    background-position: center;
    width: 100px;
    cursor: pointer;
    justify-content: center;
    white-space: nowrap;
  }
  
  .social-links.img2 {
    background: url('../img/img-2.jpg');
      background-size: cover;
  }
  
  .social-links.img3 {
    background: url('../img/img-3.jpg');
      background-size: cover;
  }
  
  .social-links.img4 {
    background: url('../img/img-4.jpg');
  }
  
  .social-links.img5 {
    background: url('../img/img-5a.jpg');
      background-size: cover;
  }
  
  .social-links.img6 {
    background: url('../img/img-6.jpg');
      background-size: cover;
  }

}

@media(max-width:767px) {
.accordion-button {
    font-weight: 600;
}    
.accordion-body {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #585858;
}
    .hidden-xs {
        display: none;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .main-logo {
        padding-right: 10px;
        margin-right: 10px;
    }

    .main-logo img {
        max-width: 180px;
    }

    .sec-logo img {
        max-height: 50px;
    }

    .mob-jcc {
        justify-content: center;
    }

    .bg-black {
        margin-top: 40px;
        padding: 30px 20px;
    }

    .adm-head {
        font-size: 22px;
    }

    .bg-black input[type="text"],
    .bg-black input[type="email"],
    .bg-black input[type="date"],
    .bg-black select {
        font-size: 13px;
    }

    .why-us:before {
        background-size: 40px 42px;
        width: 40px;
        height: 42px;
    }

    .why-us:after {
        background-size: 40px 39px;
        width: 40px;
        height: 39px;
    }

    .wb-icon {
        margin-right: 15px;
    }

    .wb-text {
        font-size: 14px;
    }

    .numbers .col {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    .testimonials img {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
  .banner {
    background-image: url('../img/best-international-school-logod1.webp');
    
  }
  
    .slide-index{
      display:none;
      
  }
}







@media (min-width:767px) and (max-width:1024px) {
    .hidden-sm {
        display: none;
    }

    .numbers .col {
        flex: 0 0 33.3333%;
        margin-bottom: 30px;
    }
    
    
    
    
}

@media (min-width:1024px) and (max-width:1366px) {
    .hidden-lg {
        display: none;
    }
}

@media(min-width:1366px) {
    .hidden-lg {
        display: none;
    }
}