*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
.navbar .navbar-brand {
    font-size: 30px;
  }
 
  .navbar .nav-link {
    font-size: 20px;
    margin-left: 10px;
  }
  
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}



a{
    text-decoration: none;
    color: #555;
}
a:hover{
    text-decoration: none !important;
   
}
p{
    color: rgb(0, 0, 0);
}
.para p{
    color: rgb(0, 0, 0);
    text-align: justify;
    padding: 10px;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    max-width: 100%;
    padding: 50px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0px;
}
.btn{
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.btn:hover{
    background: #563434;

}
.header {
    background: radial-gradient(#fff,#ffd6d6);
    padding: 76px 0;
}
/* .header .row{
margin-top: 70px;

} */
/* csevices icons
 */
 .heading h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s ease-in-out;
}

.heading h2:hover {
    color: #ff523b;
    cursor: pointer;
}

.heading {
    margin-bottom: 10px;
}

.heading hr {
    width: 80px;
    border: 1px solid #ff523b;
}

.service_iconarea {
    text-align: center;
    margin-bottom: 10px;
}

.works {
    width: 100%;
    margin-bottom: 20px;
}

.works .works_title {
    margin: 20px 0 0px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    text-transform: none;
    font-size: 20px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: 'Exo', sans-serif;
    font-size: 14px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #FFF;
    color: #000;
    border: 1px solid #CCC;
    border-radius: 6px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s;
    box-shadow: 5px 5px 8px #CCC;
    padding: 10px 15px;
    text-align: justify;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}

.tooltip-bottom {
    top: 80%;
    left: 0;
    margin-left: 0px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
/* ---------------- */
 .service_icons {
    border: 1px solid #ff523b;
    border-radius: 100%;
    width: 150px;
    height: 150px;

    display: inline-block;
}

.service_icons:hover {
    border: 1px solid #ff523b;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s ease-in-out;
    background: #fff0f0;
}

.service_icons img {
    width: 100px;
    margin: 0px auto;
    padding-top: 25px;
}

.service_icon1 {
    background: url(./images/career_counselling.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon1:hover {
    background: #D9F6FE  url(./images/career_counselling-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon2 {
    background: url(./images/course_selection.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon2:hover {
    background: #D9F6FE  url(./images/course_selection_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon3 {
    background: url(./images/exam_coaching_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon3:hover {
    background: #D9F6FE  url(./images/exam_coaching-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon4 {
    background: url(./images/scholarship_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon4:hover {
    background: #D9F6FE url(./images/scholarship-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon5 {
    background: url(./images/passport.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon5:hover {
    background: #D9F6FE  url(./images/passport-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon6 {
    background: url(./images/admission.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon6:hover {
    background: #D9F6FE  url(./images/admission-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon7 {
    background: url(./images/education_loan_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon7:hover {
    background: #D9F6FE  url(./images/education_loan-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon8 {
    background: url(./images/finance_assistance_1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}

.service_icon8:hover {
    background: #D9F6FE url(./images/finance_assistance-hover.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
}
/* services icons */

 .categories{
    margin: 10px 0;
}
.col-3{
    flex-basis: 25%;
    min-width: 200px;
    margin-bottom: 20px;
    
}
.col-3 img{
    width: 100%;
}


.col-4{
    flex-basis: 25%;
    padding: 10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.col-4 img{
    width: 100%;
}
.title{
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
    line-height: 60px;
    color: #555;
}
.title::after{
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
h4{
    color: #555 !important;
    font-weight: normal;
}
.col-4 p{
    font-size: 14px;
}
.rating .fa{
    color: #ff523b;
}
.col-4:hover{
    transform: translateY(-5px);
}
.offer{
    background: radial-gradient(#fff,#ffd6d6);
    margin-top: 80px;
    padding: 30px 0;
}
.col-2 .offer-img{
    padding: 50px;
}
small{
    color:#555;
}


/* --------Testimonials---------- */
/* .testimonial{
    padding-top: 100px;
} */
.testimonial .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5;
}
.testimonial .col-3 img {
    width: 120px;
    height: 111px;
    margin-top: 20px;
    border-radius: 100%;
    margin: 13px auto;
}
.testimonial .col-3:hover{
    transform: translateY(-10px);
}
.fa-quote-left{
    font-size: 34px;
    color: #ff523b;
}
.fa-quote-right{
    font-size: 34px;
    color: #ff523b;
}
.col-3{
    font-size: 12px;
    margin: 12px 0;
    color: #777;
}
.testimonial .col-3 h3{
    font-weight: 600;
    color: #555;
    font-size: 16px;
}
/* ------------------------brands-------------------- */
.brands{
    margin: 100px auto;

}
.col-5{
    width: 160px;
}
.col-5 img{
    width: 100%;
    cursor: pointer;
    /* filter: grayscale(100%); */
}
.col-5 img:hover{
    /* filter: grayscale(0); */
}


/* ----------------------footer---------------------------- */
/* .footer{
    background: white;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;

}
.footer p{
    color: #8a8a8a;
}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 300px;
    min-width: none;
    margin-bottom: 20px;

}
.footer-col-1{
    flex-basis: 30%;
}
.footer-col-2{
    flex: 1;
    text-align: center;
}
.footer-col-2 img{
    width: 200px;
    margin-bottom: 5px;
}
.footer-col-3, .footer-col-4{
    flex-basis: 12%;
    text-align: center;
}
ul{
    list-style-type: none;
}
.app-logo{
    margin-top: 2px;
}
.app-logo imp{
    width: 80px;
}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}
.copyright{
    text-align: center;
}

.menu-icon{
    width: 28px;
    margin-left: 20px;
    display: none;
} */

/* ------------------------------media query for menu--------------------- */


    nav ul li {
        display: inline-block;
        margin-right: 45px;
        font-size: 18px;
        color: #077795;
        font-weight: 600;
    }




nav ul li a {
    color: #077795;
}
.controls {
    border: 1px solid #c1c1c1;
    padding: 10px;
}
.btn-contact {
    color: #fff;
    background-color: #da5536;
    border-color: #da5536;
 
}
.btn-contact:hover {
    color: #fff;
    background-color: #117694;
    border-color: #117694;
}

.pt-40{
    padding-top: 40px;
}
.grey-bg-2 {
    background: #edeef3;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-190 {
    padding-top: 190px;
}
.footer__widget-title-2 {
    color: #0e1133;
}
.footer__widget-title {
    padding-top: 5px;
    font-size: 20px;
    color: #000;
}
.footer__link ul li:not(:last-child) {
    margin-bottom: 4px;
}
.footer__link-2 ul li a {
    color: #53545b;
}
.enquire{
    padding: 50px 0;
}
li {
    list-style: none;
}
.footer__link-2 ul li a:hover {
    color: #d95536;
    text-decoration: none;
    padding-left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.footer__social ul li:not(:last-child) {
    margin-right: 10px;
}
.footer__social ul li {
    display: inline-block;
}
.footer__social ul li a {
    display: inline-block;
    font-size: 15px;
    width: 44px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #285da1;
    background: #285da1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
}
.footer__social ul li a:hover {
    background: transparent;
    color: #285da1;
}
.footer__social ul li a {
    display: inline-block;
    font-size: 15px;
    width: 44px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #285da1;
    background: #285da1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
}
.footer__social ul li a.tw {
    background: #03a9f4;
    border-color: #03a9f4;
}
.footer__social ul li a {
    display: inline-block;
    font-size: 15px;
    width: 44px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #285da1;
    background: #285da1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
}
.footer__social ul li a.tw:hover {
    background: transparent;
    color: #03a9f4;
}
.footer__social ul li a.google {
    background: #db4a39 ;
    border-color: #db4a39 ;
}
.footer__social ul li a.google:hover {
    background: transparent;
    color: #fff ;
    border: 1px solid #fff;
}
.footer__social ul li a.linkedin {
    background: #0077b5 ;
    border-color: #0077b5 ;
}
.footer__social ul li a.linkedin:hover {
    background: transparent;
    color: #0077b5 ;
  
}
.footer__social ul li a.insta {
    background: #8a3ab9  ;
    border-color: #8a3ab9  ;
}
.footer__social ul li a.insta:hover {
    background: transparent;
    color: #8a3ab9  ;
  
}
.cta__inner {
    padding: 50px 100px 53px 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 30px 60px 0px rgb(0 4 48 / 30%);
    -moz-box-shadow: 0px 30px 60px 0px rgba(0, 4, 48, 0.3);
    box-shadow: 0px 30px 60px 0px rgb(0 4 48 / 30%);
    position: relative;
    z-index: 1;
}
.mb--100 {
    margin-bottom: -100px;
}
.cta__shape img {
    position: absolute;
    bottom: -48px;
    right: -148px;
}
.blue-bg {
    background: #2b4eff;
}
.fix {
    overflow: hidden;
}
.align-items-center {
    align-items: center!important;
}
.cta__title {
    position: relative;
    z-index: 1;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 0;
}
.blue-bg {
    background: #117694;
}
.footer__bottom.footer__bottom-2 {
    background: #edeef3;
    border-top: 1px solid #d2d2d3;
    padding-top: 5px;
}
.reach li a {
    text-decoration: none;
  color: #000;
    text-align: left;
    position: relative;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.reach li {
    display: flex !important;
}
.cmt-row {
    padding: 90px 0;
}
.cmt-bgcolor-grey {
    background-color: #f5faff;
}

.ml-80 {
    margin-left: 80px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.cmt-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.layer-content {
    position: relative;
    z-index: 1;
}
.mb_30 {
    margin-bottom: -30px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.section-titles {
    position: relative;
    margin-bottom: 16px;
}
.section-titles h5 {
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: inherit;
    position: relative;
}
.section-title h2.titles {
    text-align: left;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-content.style2 {
    padding: 15px 0 30px;
    margin: 0;
}

.featured-icon-box {

    position: relative;
    margin: 15px 0;
}
.featured-icon-box.icon-align-before-content .featured-icon, .featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title, .featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.featured-icon-box.icon-align-before-content.style2 .cmt-icon {
    border: 0;
}
.featured-icon-box .cmt-icon {
    margin-bottom: 0;
}
.cmt-icon.cmt-icon_element-style-square {
    border-radius: 0;
}
.cmt-icon.cmt-icon_element-size-lg {
    height: 88px;
    width: 88px;
    line-height: 88px;
}
.cmt-icon {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}
.featured-icon-box.icon-align-before-content.style2 .cmt-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border: 4px solid;
    border-radius: 3px;
    color: rgba(0,0,0,.8);
    opacity: .08;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.featured-icon-box.icon-align-before-content.style2 .cmt-icon i {
    font-size: 45px;
    color: #077795;
}

.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}
.cmt-icon i {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.featured-icon-box.icon-align-before-content.style2 .featured-content {
    padding-left: 0;
    transition: all .4s;
}

.featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}
.featured-icon-box.icon-align-before-content.style2 .featured-content {
    padding-left: 0;
    transition: all .4s;
}

.featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title {
    padding-left: 15px;
}
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
}
.featured-icon-box.icon-align-before-content.style2:hover .cmt-icon:before {
    width: 100%;
}
.featured-icon-box.icon-align-before-content.style2:hover .featured-content {
    padding-left: 15px;
}

.featured-icon-box.icon-align-before-content.style2 .featured-content {
    padding-left: 0;
    transition: all .4s;
}
.countryimg img{
    width: 50%;
}
.countryimg{
    border: 1px solid #bababa;
}
.unilogo {
    border: 1px solid #d1d0d0;
    margin-bottom: 25px;
    padding: 10px;
    min-height: 170px;
}
.list {
    display: inline-block;
    padding-left: 46px;
}
.lists i.fa.fa-check-circle {
    color: #db5433;
    margin-left: 10px;
    /* text-align: center; */
}
 li.lists i {
    position: absolute;
    left: auto;
    top: 4px;
    font-weight: 700;
}
li.lists{
    position: relative;
    padding-bottom: 10px;
}
.box-shadow{
    box-shadow: 1px 1px 5px 2px #ebebeb;
    padding: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
