@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');

/*-----  General -----*/
:root {
    --primary: #FFB81C;
    --secondary: #027637;
    --primarydark: #FF8E01;
    --secondarydark: #00401D;
    --primarylite: #FFECC2;
    --secondarylite: #CCE7D9;
    --white: #fff;
    --grey: #F5F5F5;
    --darkgrey: #737373;
    --primaryfont: "Red Rose", serif;
}




html {
    overflow-x: hidden !important;
}
main {
    margin-top: 120px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    overflow-x: hidden !important;
}

body {
    font-family: var(--primaryfont);
    color: var(--grey);
    overflow-x: hidden !important;
    background-color: var(--grey);
}


section, .container{
    overflow-x: hidden !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}
.container{
    overflow: hidden !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primaryfont);
}

p{
    color: var(--secondarydark);
}

ul{
    list-style: none;
}

span.kopl-primary-btn {
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border-radius: 30px;
    color: var(--secondarydark);
    font-weight: 700;
}
span.kopl-primary-btn:hover{
    background: linear-gradient(45deg, var(--primarydark), var(--primary));
}
span.kopl-secondary-btn {
    height: 40px;
    width: 40px;
    background: linear-gradient(45deg, #027637, #028940);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
span.kopl-secondary-btn:hover{
    background: linear-gradient(45deg, #028940, #027637);
}
span.kopl-secondary-btn img{
    width: 20px;
    height: 20px;
}
.bg-light-theme{
    background: var(--primarylite);
}
.bg-green-theme{
    background: var(--secondarylite);
    overflow-x: hidden !important;
}

/*-----  TOP HEADER -----*/
.top-header{
    background: linear-gradient(0deg, #027637, #028940);
}
.top-header a{
    color: var(--white);
    font-size: 14px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header a:hover{
    opacity: 1;
}
.top-header img{
    width: 20px;
}
.social span{
    background: #ffffff44;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 2px solid var(--primary);
}
.social a img{
    width: 16px;
    opacity: 1 !;
}

/*----- HEADER -----*/
header{
    background: var(--white);
}
.logo{
    width: 98%;
}
nav a {
    color: var(--darkgrey);
}
nav a.active{
    color: var(--primarydark);
}
.customer-support img{
    width: 50px;
}
.customer-support h6{
    color: var(--primarydark);
    font-size: 14px;
    font-weight: 400;
}
.customer-support h5{
    color: var(--secondary);
    font-size: 28px;
    font-weight: 700;
}
.get-quote img{
    width: 30px;
}
.get-quote a {
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    padding: 4px;
    display: flex;
    border-radius: 30px;
    color: var(--secondary);
    font-weight: 700;
}
.get-quote a span{
    padding: 3px 2px 3px 20px;
    border: 1px solid var(--secondary);
    border-radius: 30px;
}
.get-quote a span span.round {
    background: var(--secondary);
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kopl-btn {
    border: 0px;
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 40px;
}
.kopl-btn img{
    width: 20px;
    height: 20px;
}
.offcanvas-bottom {
    height: 40vh;
}
.offcanvas-header {
    position: relative;
}
.offcanvas-header button.kopl-btn{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -16px;
}
.offcanvas-body ul {
    text-align: center;
    line-height: 30px;
}

/*----- CAROUSEL -----*/
.carousel .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 15%;
    /* top: 15%; */
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-caption img{
    width: 40px;
    height: 40px;
}
.carousel-caption h3{
    font-size: 36px;
    text-transform: uppercase;
}
.carousel-caption h2{
    font-weight: 200;
    font-size: 46px;
    text-transform: uppercase;
}
.carousel-caption p{
    color: var(--white);
}

/*----- TITLE -----*/
.title h6 {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    color: var(--primarydark);
}
.title h3 {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 30px;
    color: var(--secondarydark);
}
.title h2{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 800;
    color: var(--secondarydark);
}

/*----- ABOUT -----*/
.about-img{
    width: 100%;
    border-radius: 20px;
    border: 5px solid var(--white);
}
.about-box {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 10px;
}
.about-box img{
    width: 60px;
    height: 60px;
}
.about-box h6{
    text-transform: uppercase;
    color: var(--secondarydark);
    letter-spacing: 2px;
    font-weight: 700;
}
.about-box p{
    font-size: 12px;
}

.about-content-img img{
    height: 250px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    object-fit: cover;
    border: 4px solid var(--white);
}
.about-content-content {
    text-align: center;
    background: var(--white);
    padding: 5px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-content-content h6{
    color: var(--secondary);
}

.why-choose-us-point h6 {
    font-weight: 700;
    color: var(--secondary);
    padding-left: 6px;
    border-left: 5px solid var(--primarydark);
}



.country-box {
    height: 300px;
    border-radius: 10px;
    border: 4px solid var(--white);
    object-fit: cover;
}
.country-box.australia{
    background: url("../image/AUSTRALIA.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.country-box.european{
    background: url("../image/EUROPE.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.country-box.new{
    background: url("../image/NEW-ZEALAND.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.country-box.united-kingdom{
    background: url("../image/UNITED-KINGDOM.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.country-box.canada{
    background: url("../image/CANADA.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.country-box.united-states-of-america{
    background: url("../image/UNITED-STATE.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.country-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.country-content img {
    height: 46px;
    border-radius: 50px;
    border: 3px solid var(--white);
}
.country-content h5 {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    width: 100%;
    border-radius: 50px;
    color: var(--secondarydark);
    border: 3px solid var(--white);
}


.counting-box-one{
    background: url("../image/COLLEGES.webp");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 300px;
}
.counting-box-two{
    background: url("../image/STUDENTS.webp");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 300px;
}
.counting-box-three{
    background: url("../image/COURSES.webp");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 300px;
}
.counting-box-four{
    background: url("../image/EXPERIENCES.webp");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 300px;
}
.mission-bg{
    background: url("../image/mission.webp");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 300px;
}
.vision-bg{
    background: url("../image/vision.webp");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    height: 300px;
}

.counting-box-green {
    background: #12512fcf;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counting-box-yellow {
    background: #ffb81cc7;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counting-box-green h6{
    color: var(--primary);
}
.counting-box-yellow h6{
    color: var(--secondarydark);
}
.counting-box h3{
    font-size: 46px;
}
.service-box img {
    border: 4px solid var(--white);
    border-radius: 10px;
}

.mission, .vision{
    align-items: flex-start;
}
.mission h4{
    color: var(--primary);
}
.vision h4{
    color: var(--secondary);
}

.breadcrumb-section{
    background: url("../image/banner/banner-main.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    overflow: hidden;
}
.breadcrumb-section img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40%;
}
.breadcrumb-content{
    z-index: 99;
}
.breadcrumb-content h2, .breadcrumb-content nav a, .breadcrumb-item.active{
    color: var(--secondary);
    display: flex;
}

.services h5{
    color: var(--secondary);
    font-weight: 800;
    font-size: 18px;
}
.services ul{
    list-style-type: circle;
    color: var(--secondarydark);
}

footer{
    background: url("../image/footer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer p, footer a{
    color: var(--white);
}
footer a:hover{
    color: var(--primary);
}
.copyrights p, .copyrights a{
    font-size: 12px;
}

.team-box {
    overflow: hidden;
    height: 320px;
    object-fit: cover;
    display: flex;
    transition: 1s ease-in-out;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 4px solid var(--white);
}
.team-box img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.team-content {
    position: absolute;
    transition: 1s ease-in-out;
    width: 80%;
    text-align: center;
    background: var(--white);
    border-radius: 30px;
    bottom: -25px;
}
.team-content h5{
    color: var(--secondarydark);
    font-size: 16px;
    font-weight: 700;
}
.team-content h6{
    color: var(--primarydark);
    font-size: 10px;
    text-transform: uppercase;
}
.team-box:hover{
    box-shadow: rgb(252 174 76 / 33%) 0px 8px 24px;
}
.team-box:hover .team-content{
    width: 100%;
    bottom: 0px;
    border-radius: 10px;
}
.service-title {
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    color: var(--secondary);
}
.service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
    height: 410px;
    transition: transform 11s;
    border: 5px solid var(--white);
}
.service-img img{
    transition: transform 1s;
    height: 100%;
}
.service-main:hover .service-img,.service-main:hover  .service-content{
    box-shadow: rgb(252 174 76 / 33%) 0px 8px 24px;
}
.service-content{
    background-color: var(--white);
    border-radius: 10px;
    text-align: center;
}
.service-content h4{
    color: var(--secondarydark);
    font-size: 16px;
}



.service-card {
    position: relative;
    width: 100%;
    height: 450px;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 1s ease;
  }
  
  .service-card:hover {
    transform: rotateY(180deg);
  }
  
  .service-card .side {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    font-size: 24px;
    border-radius: 10px;
  }

  .service-description{
    border-radius: 20px;
    padding: 20px;
    line-height: 22px;
  }
  .service-description p{
    font-size: 16px;
  }
  
  .service-card .back {
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    transform: rotateY(180deg);
  }

img.arrow-country{
    background-color: var(--secondary);
}
img.arrow-country:hover{
    background-color: var(--secondarydark);
}

.contact-bg img {
    width: 50px;
    height: 50px;
}
.contact-bg{
    width: 100%;
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    padding: 40px;
    border-radius: 30px;
}
.contact-bg h5{
    color: var(--secondary);
    font-size: 14px;
}
.contact-bg a{
    color: var(--secondarydark);
}
form.contact-form {
    background: var(--white);
    border-radius: 25px;
}
form.contact-form h4{
    color: var(--secondary);
}
button.kopl-primary-btn {
    width: 100%;
    padding: 6px;
    border-radius: 40px;
    background: linear-gradient(45deg, var(--primary), var(--primarydark));
    border: 0px;
    color: var(--secondarydark);
}
label {
    color: var(--secondary);
}
ul.text-color {
    list-style: circle;
    color: var(--secondarydark);
}
.country-content.country-content-detail {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    flex-direction: column;
}
.country-content.country-content-detail img {
    width: 100%;
    height: 100%;
    border-radius: 200px;
}
.country-box.country-detail {
    height: 362px;
}

input:focus + label {
    top: -0px;
    font-size: 16px;
    color: var(--secondary);
    z-index: 22;
}

@media screen and (max-width: 1000px){
    .logo {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
    .social span{
        width: 26px;
        height: 26px;
    }
    .social a img{
        width: 12px;
        height: 12px;
    }
    .logo {
        width: 75%;
    }
    .counting-box {
        height: 230px;
    }
    .counting-box img{
        width: 60px;
    }
    .counting-box h3 {
        font-size: 30px;
    }
    .counting-box-green h6{
        font-size: 16px;
    }
    .carousel-item img{
        height: 75vh;
        object-fit: cover;
    }
    .carousel-caption h2 {
        font-size: 26px;
    }
    .carousel-caption img {
        width: 30px;
        height: 30px;
    }
    .carousel-caption h3 {
        font-size: 18px;
    }
    .carousel-caption p{
        font-size: 14px;
    }
    .country-content h5 {
        height: 30px;
        font-size: 14px;
    }
    .country-content img {
        height: 30px;
    }
    .country-box {
        height: 200px;
    }
    .breadcrumb-section img{
        width: 70%;
        height: 100%;
    }
    .breadcrumb-section {
        height: 180px;
    }
    .breadcrumb-content h2{
        font-size: 18px;
    }
    .breadcrumb-content nav a, .breadcrumb-item.active{
        font-size: 10px;
    }
    .mission-bg, .vision-bg{
        height: 500px;
    }
    .service-description p {
        font-size: 13px;
    }
    .row-reverse{
        flex-direction: column-reverse;
    }
}


header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff; /* Adjust as needed */
    z-index: 1000;
    transition: top 0.3s;
}

/* Add a class to adjust top margin for content to prevent it from being hidden by the fixed header */
.content {
    margin-top: 60px; /* Adjust according to the height of your header */
}

/* Preloader
-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--secondarydark);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: var(--primarydark);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.termsandprivacy p{
    text-align: justify;
}