@import url('https://fonts.cdnfonts.com/css/copperplate');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /* font-family: Arial, sans-serif; */
    /* font-family: "Poppins", sans-serif; */
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: "Work Sans", sans-serif;;
    font-style: normal;
    color: #080808;
}

.navbar{
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
}

.navbar-brand img{
    width: 45%;
    /* padding-left: 55px; */
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white;
    /* background:linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(208, 160, 163, 0.3)); */
    border-bottom: 1px solid #ddd;
    scroll-behavior: smooth;
}

.nav-info-desc{
    padding:30px ;
    margin: 0 auto;
    display: flex;
    justify-content: space-between ;
    flex: 1;
}

.nav-ep{
        justify-content: space-between;
    }

.nav-contact{
    /* display: flex; */
    /* justify-content: space-evenly; */
    font-size: 14px;
    /* flex: 1 */
}
.nav-social{
    display: flex;
    justify-content: space-evenly;
    font-size: 16px;
}
.nav-social li{
    list-style-type: none;
    padding: 0 10px;
}

.nav-item a{
    color: #080808;
    font-weight: 800;
}

.navbar-nav .nav-item.active a {
    color: #061BB0; /* Change this to your preferred active state styling */
    font-weight: bold;
}

.text-edublue{
    color: #061BB0;
}

.carousel-item{
    height: 525px;
}
.carousel-caption{
    bottom: 50px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50px;
}
.carousel-caption h5{
    font-family: "Work Sans", sans-serif;
    font-size: 2.3rem;
    font-weight: 800;
    font-style: normal;
    color: #080808;
}
.carousel-caption p{
    font-family: "Work Sans", sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    color: #080808;
}

/* .carousel-inner{
background:
    linear-gradient(to bottom, rgba(90, 90, 210, 0.85), rgba(253, 154, 4, 0.85)),
    url(../images/edusage/header/header.jpg) no-repeat;
    background-size: cover;
    height: 470px;
    background-attachment: fixed;
} */
/* .carousel-details img{
    width: 400px !important;
} */
/* .carousel-details{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction:row-reverse;
    justify-content: space-between;
} */
/* .cau-detail-2{
    position: relative; top:140px !important;
} */
/* .cau-detail-3{
    position: relative; top:80px !important;
} */

/* .cau-img{
    flex: 1;
    position: relative;
    left: 80px;
    animation: slideInDown 2s ease-in-out;
} */

/* .cau-img .img-2{
    width: 500px !important
}
.cau-img .img-3{
    width: 450px !important
} */


/* .cau-text{
    flex: 1;
    align-content: center;
    position: relative;
    bottom: 30px;
    border-color: #061BB0 !important;
    animation: slideInLeft 2s ease-in-out;
} */

.why-img-all{
    animation: slideInRight 2s ease-in-out;
}
.about-text{
    animation: slideInLeft 2s ease-in-out;
}

.slide-left{
    animation: slideInLeft 2s ease-in-out;
}

.slide-right{
    animation: slideInRight 2s ease-in-out;
}

/* our core expertise */
.whatwedo {
        background-color: #c2185b;
        padding: 40px 0px 60px;
    }
.section-title2 {
      font-weight: 700;
      font-size: 1.5rem;
      color: #fff;
      text-align: center;
      /* margin-bottom: 2rem; */
    }
    .category-title {
      font-weight: 700;
      color: #0026ff;
      margin-bottom: 1rem;
    }
    .expertise-box {
      background-color: #f8f9fa;
      border-radius: 12px;
      padding: 1.5rem;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      height: 100%;
    }
    .icon-box {
      width: 40px;
      height: 40px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      margin-bottom: 1rem;
    }
    .blue { background-color: #001eff; }
    .green { background-color: #00c851; }
    .pink { background-color: #c2185b; }

/* our core expertise end*/

/* .cau-border{
    width: 40px;
    border-top-color: #061BB0 !important;
    border-top-width: thick;
}
.cau-text h6{
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
}
.cau-text h5{
    font-size: 3.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 55px;
}
.cau-text p{
    color:#000;
    font-weight: 300;
}
.cau-text .btn-primary{
    background-color: #061BB0;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-weight: 600;
/ */

.btn-primary{
    background-color: transparent;
    color: #080808;
    border: #061BB0 1px solid;
    border-radius: 30px;
    font-weight: 600;
}
.btn-primary:hover{
    background-color: transparent;
    color: #061BB0;
}


.navbar-custom {
    /* padding: 0.5rem 1rem; */
    height: 60px;
}
.header-info {
    background-color: #b00670;
    color: white;
    height: 50px;
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
    border-radius: 30px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.header-info a {
    color: white;
}
.section-title {
    text-align: center;
    padding: 3rem 0 1rem;
}
.testimonial {
    background: #f7f7f7;
    padding: 2rem;
    border-radius: 10px;
}

img .middle{
    height: 515px;
    object-fit: cover;
    object-position: 100%;
}

/* heading title style */
.heading-titles .border{
    width: 30px;
    margin: 10px auto !important;
    border-color: #061BB0 !important;
}

.heading-titles h1{
    font-size: 2em;
    font-weight: 600;
    color: #080808;
    text-transform: uppercase;
}

.heading-titles p{
    font-size: 10px;
    color: #fff !important;
    margin-bottom: 6px;
}

/* training and consult */
.card.tnc-card {
    border: 0;
    height: 330px;
    padding: 1rem;
    background-color: #2c3cb2;
    color: #fff;
    font-size: 1rem;
}
.card.tnc-card .btn {
    border: 0px #fff solid;
    background-color: #fff;
    color: #080808;
}
.ripple img{
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.ripple .who{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* who-we-are */
#who-we-are{
    background-color: #061BB0;
}

/* Service */
.bsb-service-8 .card{
    height: 300px !important;
}
.bsb-service-8 h4{
    color: #061BB0 !important;
}

/* why choose us */
.why-img-2{
    position: relative; top:-70px; right:10px;
}
.why-img-3{
    position: relative; top:-80px; left:210px; z-index:-1
}

/* Gallery */
#gallery img{
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-color: #061BB0;
    border: 2px outset #061BB0;
}

article .border-dark{
    border-top-right-radius: 30px;
    border: 2px dashed #061BB0 !important;
}
article img{
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 2px outset #061BB0 !important;
}

/* testimonial */

.testimonial{
    height: 350px;
    text-align: center;
}
.testimonial i{
    font-size: 60px;
    color: #b00670;
}

/* Our partners */
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Our partners end */

/* sidebar tag */
.tag{
    background-color: #061BB0;
    color: #ffffff !important;
    border-radius: 30px;
    text-align: center;
}
.course-section{
    padding: 30px 0px;
    /* background: linear-gradient(to bottom, rgba(38, 34, 34, 0.75), rgba(152, 13, 92, 0.55)), url(../images/edusage/header/pro_learner_2.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}
.bg-primary{
    background: linear-gradient(to bottom, rgba(38, 34, 34, 0.75), rgba(152, 13, 92, 0.55)), url(../images/edusage/header/header_header.jpg) no-repeat !important;
    background-size: cover !important;
    padding: 30px 0px;
    background-attachment: fixed;
}
.courses{
    width: 60%;
    margin: 0 auto;
}
.Edu-Consult{
    width: 60%;
    margin: 0 auto;
}
.post-img{
    width: 406px;
    height: 271px;
    object-fit: cover;
}

/* About style */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h3 {
    font-weight: 400;
}
.marketing h5 {
    font-size: 16px;
    padding-top: 10px;
    color:#fff;
}
.featurette-divider {
    margin: 2rem 0;
}

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 40px;
    }
}
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.featurette p{
    font-size: 16px;
}

.card-img-top{
    display: flex;
    justify-content: center;
}

.our-team {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    text-align: center;
}



@media (max-width: 1024px) {
    .why-img-2{
        position: relative; top:-70px; right:25px;
        z-index: 100;
    }
}

/* Medium screen */

@media (max-width: 768px){

    .navbar{
    width: 100%;
    margin: 0 auto;
   }

     .header-info {
        /* height: 70px;
        padding-top: 1px; */
        display: none;
    }
    .navbar-custom {
        height: 70px;
    }

    /*carousel-caption*/
    .carousel-item{
        height: 400px;
    }

    .carousel-caption{
        bottom: 50px;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 40px;
    }
    .carousel-caption h5{
        font-family: "Work Sans", sans-serif;
        font-size: 1.3rem;
        font-weight: 800;
        font-style: normal;
        color: #080808;
    }
    .carousel-caption p{
        font-family: "Work Sans", sans-serif;
        font-size: .8rem;
        font-style: normal;
        color: #080808;
    }

/*
    .cau-detail-2{
        position: relative; top:120px !important;
    }
    .cau-detail-3{
        position: relative; top:90px !important;
    }

    .cau-text{
        position: relative;
        bottom: 55px !important;
    }

    .cau-img{
        flex: 1;
        position: relative;
        left: 50px;
    }

    .cau-img .img-2{
        width: 400px !important;
        position: relative;
        bottom: 35px !important;
    }

    .cau-img .img-3{
        width: 350px !important;
        position: relative;
        bottom: 45px !important;
    }

    .cau-text h5{
        font-size: 2.5rem;
        font-weight: 800;
        color: rgb(255, 255, 255);
        line-height: 35px;
    } */

    /* Nav bar collapse */
    #navbarText{
        background-color: #ffffff;
        text-align: center;
        opacity: 0.85;
    }

    .sticky-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: white;
        /* background:linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(208, 160, 163, 0.3)); */
        border-bottom: 1px solid #ddd;
        scroll-behavior: smooth;
    }

    /* why choose img */
    .why-img-2{
        position: relative; top:-70px; right:25px;
        z-index: 100;
    }
    .why-img-3{
        position: relative; top:-80px; left:100px; z-index:-1
    }
    .why-img-all{
        text-align: center;
    }

/* educational consult */
.Edu-Consult{
    width: 80%;
    margin: 0 auto;
}

}

/* X-small screen */

@media (max-width: 320px){
    .navbar{
    width: 100%;
    margin: 0 auto;
   }
    .nav-social .nav-item {
        margin: 0;
        padding: 0 3px;
    }

    /* .cau-img{
        display: none;
    }

    .cau-detail-2{
        position: relative; top:20px !important;
    }
    .cau-detail-3{
        position: relative; top:20px !important;
    }

    .cau-text{
        width: 90%;
        margin: 0 auto;
        align-content: center;
        position: relative;
        top: 30px;
    }

     .cau-text h6{
        font-size: 1rem;
    }
    .cau-text h5{
        font-size: 2.7rem !important;
        font-weight: 600 !important;
        line-height: 45px !important;
    } */

    .TnC{
        height: 240px !important;
    }
    .courses {
        width: 100%;
        margin: 0 auto;
    }
     .slick-list .draggable{
        width: 1000px;
    }

}

/* Small screen */

@media (max-width: 600px){
   .navbar{
    width: 100%;
    margin: 0 auto;
   }

    .header-info {
        /* height: 70px;
        padding-top: 1px; */
        display: none;
    }

    /*carousel-caption*/
    .carousel-item img{
        height: 425px !important;
        object-fit: cover;
    }

    .carousel-caption {
        bottom: 18px;
        padding-top: 12px;
        border-radius: 40px;
        padding-bottom: 0;
    }

    .carousel-caption h5{
        font-family: "Work Sans", sans-serif;
        font-size: 1.1rem;
        font-weight: 800;
        font-style: normal;
        color: #080808;
    }
    .carousel-caption p{
        font-family: "Work Sans", sans-serif;
        font-size: .8rem;
        font-style: normal;
        color: #080808;
    }



    /* .carousel-inner{
        height: 450px;
     } */
    /* .cau-img{
        display: none;
    } */

    /* .carousel-inner{
background:
    linear-gradient(to bottom, rgba(69, 69, 211, 0.85), rgba(253, 154, 4, 0.60)),
    url(../images/edusage/header/pro_learner_2.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */

    /* .cau-detail-2{
        position: relative; top:20px !important;
    }
    .cau-detail-3{
        position: relative; top:20px !important;
    }

    .cau-text{
        width: 80%;
        margin: 0 auto;
        align-content: center;
        position: relative;
        top: 30px;
    }

    .cau-text h6{
        font-size: 1rem;
        font-weight: 300;
        color: #ffffff;
    }
    .cau-text h5{
        font-size: 3rem;
        font-weight: 800;
        color: rgb(255, 255, 255);
        line-height: 55px;
    }
    .cau-text p{
        color:#000;
        font-weight: 200;
    } */

    .nav-contact-details{
        display: none;
    }
    .nav-ep{
        display: flex;
        flex-direction: column;
        padding: 0 !important;
    }
    .nav-ep a{
        padding: 0 !important;
    }
    .navbar-brand {
        flex: 1;
    }
    .navbar-brand img {
        width: 50%;
        padding-left: 0px;
    }

    .sticky-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
        background-color: white;
        /* background:linear-gradient(to right, rgba(255, 255, 255, 0.85), rgba(208, 160, 163, 0.3)); */
        border-bottom: 1px solid #ddd;
        scroll-behavior: smooth;
    }

    /* TnC */
    .TnC{
        height: 340px;
    }

    /* why choose img */
    .why-img-2{
        position: relative; top:0px; right:0px;
    }
    .why-img-3{
        position: relative; top:0px; left:0px;
    }
    .why-img-all{
        text-align: center;
    }

    /* testimonial */
    .testimonial{
        height: 280px;
        margin-bottom: 12px;
    }

    /* educational consult */
    .Edu-Consult{
        width: 100%;
        margin: 0 auto;
    }

    .courses {
        width: 100%;
        margin: 0 auto;
    }

    .slick-list .draggable{
        width: 1000px;
    }

}
