body {
    font-family: 'Poppins', sans-serif;

    /* padding: 0;
    margin: 0; */
}


/* ========= Start Navbar ============= */

.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.navbar {
    background-color: white !important;
    z-index: 10000;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .05);
}

#logo {
    width: 100px;
}

.navbar-brand {
    width: 32%;
}

.navbar-nav .nav-item {
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
    text-align: center;
}

.navbar-nav .nav-item .nav-link {
    color: #666666;
    transition: all .4s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #09b451;
}

.main-btn {
    color: white !important;
    background-color: #378C39;
    padding: 10px 15px !important;
    border-radius: 6px;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

.main-btn:hover {
    color: white !important;
    background-color: rgb(5, 118, 52);
    padding: 10px 15px !important;
    border-radius: 6px;
}

.active {
    color: #09b451 !important;
}

/* .search-box{
    position: relative;
    top: 50%;
    left:80%;
    transform: translate(-80%,-50%);
    background: white;
    
    height: 40px;
    border-radius: 100px;
    padding: 0px;
    margin-top:15px;
} */
/* #search-icon{
    color:#f77e23;
} */
/* .search-box:hover > .search-txt{
    width: 150px;
    padding: 0 20px;
    top: 50px;
} */
/* .search-box:hover > .search-btn{
   background: white;
     }
.search-btn{
    color: #e84118;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    text-decoration: none;
}
.search-txt{
 border: none;
 background: none;
 outline: none;
 float: left;
 padding: 0;
 color: #666666;
 font-size: 16px;
 transition: 0.4s;   
 line-height: 40px;
 width: 0px;
} */
/* ========= End Navbar ============= */
/* ========= Start typography ============= */

h1 {
    font-size: 2.7em;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    ;
    margin: 0;
    padding: 0;
}

/* ========= End typography ============= */

/* ========= Start spacing ============= */
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

/* ========= End spacing ============= */


/* ========= Start hero ============= */

.hero {
    min-height: 800px;
    background-image: url("../img/cover-bg.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 150px;
}

.hero p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    color: #3D424F;
}

.hero h1 {
    color: #0B1D6F;
}

#hero-img {
    height: 680px;
}

.hero-checks {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px 0;
}

.hero-checks li {
    display: inline;
    font-weight: 500;
    margin-right: 20px;
    color: #3D424F;
}

.hero-checks .hero-check-v-icon {
    color: #09B451;
    background-color: #DDFFFFB3;
    padding: 1px 5px;
    border-radius: 40%;
    margin-right: 10px;
    font-weight: bold;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.hero input,
.hero select {
    background-color: #fafafc !important;
    /* line-height: 1em !important; */
    /* font-size: 1.2em; */
}

.form-btn {
    padding: 15px 20px !important;
    border: none;
    margin-top: 15px;
    /* font-size: 1.2em; */
}

.form-btn:hover {
    padding: 15px 20px !important;
    /* font-size: 1.2em; */
}

/* ========= End hero ============= */

/* section title start  */
.section-p {
    color: #378C39;
    margin: 0;
    font-size: 20px;
    font-weight: 500;

}

.section-title h2 {
    color: #0B1D6F;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;

}

.section-description {
    color: #737373 !important;
    margin-bottom: 50px !important;
    font-size: 18px;
}

/* section title end  */

/* ===========Start services ==========*/

.services {
    background-color: #F6F6F6;
    padding-top: 90px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}

.services .icon {
    background-color: #EBEBEB !important;
    border-radius: 10% !important;

}

.services .icon i {
    color: white !important;
}

.services .icon-box {
    text-align: center;
    padding: 40px 20px 10px 50px;
    transition: all ease-in-out 0.3s;
    background: white;

    margin-right: 20px;
    /* min-height: 450px; */
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 20px;
}

.services .icon-box:hover {
    background: rgb(247, 255, 249);
    /* min-height: 450px; */
    top: 0px;
    box-shadow: rgb(39, 111, 21) 0px 10px 50px;
}

.services .icon-box .icon {
    width: 80px;
    height: 80px;
    background: #f1f6fe;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.services .icon-box .icon img {
    width: 30px;
}

.services .icon-box h3 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
}

.services .icon-box .learn-more {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 15px !important;
    /* margin-top: 40px; */
    text-align: left;
    position: relative;
    /* bottom: 20px; */
}

.services .icon-box .learn-more a {
    color: #378C39 !important;
    text-decoration: none;
}

.services .icon-box h3 a {

    text-decoration: none;
    color: #0B1D6F !important;
    transition: ease-in-out 0.3s;
}

.services .icon-box hr {
    /* color: #378C39; */
    width: 25%;
    /* height: 4px;
    border: none;
    /* background-color:#378C39 ; */
    border: none;
    background-color: #378C39;
    color: #378C39;
    height: 2px;

}

.services .icon-box p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
    color: #737373;
    min-height: 100px;
}

.service-down {
    /* margin-top: 60px; */
    position: relative;
    top: 50px;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
    color: #09b451;
}

.services .icon-box:hover .icon {
    border-color: #09b451;
}

/* ============= End services =========== */

/*==========Start about ============= */




.about {
    /* margin-bottom: 100px; */
    padding: 50px 0;
}

.about .section-description {
    margin-bottom: 20px !important;
}

.about ul {
    list-style: none;
}

.about .section-title {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}



.about span img {
    width: 35px;
}

.about span {
    background-color: #ECECEC;
    border-radius: 50%;
    padding: 13px 8px;
    margin-right: 10px;
}

.about h3 {
    color: #0B1D6F;
    font-size: 17px;
    font-weight: 600;
}

.about ul li p {
    font-size: 15px;
    color: #737373;
    margin-left: 65px;
}

.about ul li {
    background-color: white;
    padding: 30px 20px 10px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
    margin-top: 10px;
}

.about-img {
    width: 120%;
}

/*==========End about ============= */

/* ==============Start steps =============== */

.step {
    height: 92px;
    background-size: cover;
    width: 20%;
    margin-bottom: 100px;
}

.step#step-1 {
    background-image: url("../img/step\ 1.png");

}

.step#step-2 {
    background-image: url("../img/step\ 2.png");

}

.step#step-3 {
    background-image: url("../img/step\ 3.png");

}

.step#step-4 {
    background-image: url("../img/step\ 4.png");

}

.step#step-5 {
    background-image: url("../img/step\ 5.png");

}

.step-inner {
    /* border: 1px solid red; */
    margin-left: 80px;
    margin-top: 10px;
    color: white;
    line-height: 25px;
    width: 120px;
}

#step-1 .step-inner,
#step-4 .step-inner {
    margin-top: 20px;
}


/* ==============End steps =============== */

/* ==============Start steps mobile =============== */
.steps-mobile {
    display: none;

}

.step-mobile {
    /* height: 450px; */
    width: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center;
    min-height: 300px;
}

.step-mobile#step-1-mobile {
    background-image: url("../img/step\ 1 mobile.png");
}

.step-mobile#step-2-mobile {
    background-image: url("../img/step\ 2 mobile.png");

}

.step-mobile#step-3-mobile {
    background-image: url("../img/step\ 3 mobile.png");

}

.step-mobile#step-4-mobile {
    background-image: url("../img/step\ 4 mobile.png");

}

.step-mobile#step-5-mobile {
    background-image: url("../img/step\ 5 mobile.png");

}

.step-inner-mobile {
    /* border: 1px solid red; */
    /* margin-left: 40px; */
    margin-top: 135px;
    color: white;
    line-height: 20px;
    /* width: 50%; */
    text-align: center;
}


/* ==============End steps mobile =============== */

/* ============== Start testmonials ============== */
.cust-name {
    margin-left: 25px;
    color: #0B1D6F;
    font-size: 18px;
    font-weight: 700;
}

.cust-profession {
    color: #378C39;
    margin-left: 25px;
}

.profile-pic {
    width: 60px;
    margin-left: 20px;
}

.testimonials .card {
    height: 465px !important;
    padding: 50px 20px;
    border: none;
    box-shadow: 0px 0px 40px #E2E2E240;
    margin-top: 20px;
    margin-bottom: 50px;
}

.testimonials .card-body p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
}

/* ============== End testmonials ================ */

/* ============== Start partners ================ */

.partners img {
    width: 80%;
    margin-bottom: 50px;
    margin-left: 70px;
    margin-top: 40px;
}


.partners {
    margin-bottom: 100px;
}

/* ============== End partners ================ */

/* ============== Start footer ================ */

.footer {
    background-color: #f6f6f6;
    /* height:900px; */
    /* position: relative; */
}

.footer img {
    width: 80%;
    position: relative;
    bottom: 50px;
}

.upper-footer h2 {
    color: #0b1d6f;
    margin-top: 80px;
    line-height: 40px;
    font-size: 33px;
    font-weight: 600;
}

.upper-footer p {
    color: #737373;
    margin-top: 40px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 70px;
}

.call-btn {
    text-decoration: none;
    color: #378C39;
    text-align: center;
    padding: 15px 20px !important;
    border: none;
    background-color: #E7FAEF;
    border-radius: 6px;
    transition: all .4s ease-in-out;
    font-weight: 500;
    margin-left: 20px;
}



.call-btn:hover {
    color: #378C39;
    background-color: #ffffff;
}

.footer-lower {
    margin-top: 100px;
}

.footer-logo {
    width: 30%;
}

.footer-logo img {
    width: 100%;
}

.footer-description p {
    margin-top: 0px;
    color: #737373;
    font-weight: 200;
    font-size: 15px;
    line-height: 25px;
}

.footer-icons {
    margin-top: 30px;
}

.footer-icons ul {
    list-style: none;

    padding: 0;
}

.footer-icons ul li {
    display: inline;
    margin-right: 20px;
}

.footer-icons ul li i {
    color: #378C39;
    font-size: 20px;
}

.footer-links ul {
    margin-left: 100px;
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links li a {
    color: #737373;
    text-decoration: none;
    font-weight: 200;
    font-size: 15px;
}

.footer-links li i {
    color: #378C39;
}

.footer-contact ul {
    list-style: none;
}

.footer-contact ul li {
    color: #737373;
    font-weight: 200;
    margin-bottom: 12px;
}

.footer-contact span {
    color: #378C39;
}

.footer hr {
    color: #737373;
    width: 50%;
    display: none;
}

.copyright {
    margin-top: 50px;
}

.copyright p {
    color: #737373;
    text-align: center;
    font-size: 11px;
    font-weight: 200;
}

/* ============== End footer ================ */

/*==============Start blog =================*/
.blog-title-section {
    margin-top: 100px;
    background-image: url("../img/blog-etudier-a-l'etranger.png");
}


.schools-title-section {
    margin-top: 100px;
    background-image: url("../img/blog-etudier-a-l'etranger.jpg");
}



.bd-placeholder-img {
    width: 200px;
    height: 250px;
    object-fit: cover;
}

.mb-100-desktop {
    margin-bottom: 100px !important;
}

.article-content-area p {
    line-height: 40px;
    font-size: 20px;
}

.article-content-area ul li {
    line-height: 40px;
    font-size: 20px;
}

/*==============End blog =================*/

/* ============== Start Service page ================ */

.service-page {
    margin-top: 40px !important;
    margin-bottom: 150px;
}

.service-banner {
    height: 450px !important;
    background-size: cover;

    /* margin-bottom: 50px; */
}

.orientation-banner {
    background-image: url("../img/orientation - studyhelp.jpg");
    background-position: 50%;
}

.admission-banner {
    background-image: url("../img/admission - studyhelp.jpg");
    background-position: center;
}

.visa-banner {
    background-image: url("../img/Demarches visa - studyhelp.jpg");
    background-position: 25% 27%;
}

.solution-banner {
    background-image: url("../img/logement garant - studyhelp.jpg");
    background-position: 20% 57%;
}

/* ============== End Service page ================ */


/* =============== Start Admin Login ===================== */
.admin_login {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.login {
    width: 360px;
    height: min-content;
    padding: 20px;
    border-radius: 12px;
    background-color: #fafafa;
}

.login h1 {
    font-size: 30px;
    margin-bottom: 25px;
}

.login form {
    font-size: 18px
}

.login form form-groupe {
    margin-bottom: 12px;
}

.login .login-submit {
    font-size: 18px;
    margin-top: 15px;
}

/* ============== admin ================= */
.sidebar-logo {
    width: 20px !important;
}

.sidebar-logo img {
    width: 20px !important;
}



/* =============== End  Admin Login ===================== */


@media only screen and (max-width: 1120px) {
    .about-img {
        width: 100%;
    }

    /* For mobile phones: */
    #hero-img {
        height: 320px;
    }

    .services .icon-box {
        margin-bottom: 30px;
    }

    .service-down {
        /* margin-top: 60px; */
        position: relative;
        top: 0px;
    }

    .about ul li p {

        margin-left: 0px;
    }

    .about h3 {
        line-height: 40px !important;
    }

    .steps {
        display: none;
    }

    .steps-mobile {
        display: block;
    }

    .hero input,
    .hero select {
        /* background-color: #fafafc !important; */
        line-height: 3em !important;
        /* font-size: 1.2em; */
    }

    .about ul {
        padding-left: 0px;
    }

    .partners img {
        margin-left: 10%;
    }

    .footer img {
        width: 100%;
        position: relative;
        bottom: 50px;
    }

    .footer-links ul {
        margin-left: 0px;
        list-style: none;
    }

    .footer ul {
        padding: 0;
    }

    /* ============== admin ================= */
    .sidebar-logo {
        width: 25px;
    }


}


@media (max-width:768px) {

    .hero {

        background-image: none;
        padding-top: 100px;

    }

    .mb-100-desktop {
        margin-bottom: 0;
    }

    .hero h1 {

        margin-top: 35px !important;
    }

    .footer hr {
        display: block;
    }

    .footer-logo {
        width: 50%;
    }

    .footer-logo img {
        width: 100%;
    }


    .testimonials .card {
        height: 500px !important;
    }
}


@media (max-width:320px) {

    #hero-img {
        height: 250px;
    }

    .call-btn {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-left: 0px !important;
    }

    .footer-links ul {
        margin-left: 0px;
        list-style: none;
    }

    .footer ul {
        padding: 0;
    }
}