.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.counselling {
    padding: 50px 0;
    background: url(../images/home-banner6.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    text-align: center
}

.counselling h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 64px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px #000
}

.counselling h4 {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    margin: 0 0 25px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px #000
}

.counselling p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 40px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px #000
}

.how_it_work {}

.how_it_work h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 50px
}

.cell_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.cell_wrapper .cell {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border-bottom: 3px solid rgba(58, 166, 167, 1);
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    width: calc(16.66% - 10px)
}

.cell h6 {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.study_abroad {
    padding: 50px 0;
    text-align: center;
    background-color: #fff
}

.study_abroad h3 {
    font-size: 40px;
    line-height: 1.6;
    color: #333;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0
}

.study_abroad h4 {
    font-size: 30px;
    line-height: 1.6;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 25px
}

.study_abroad span {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-weight: 400;
    margin: 0 0 50px;
    font-family: 'Roboto', sans-serif;
    display: block
}

.country_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center
}

.coutry_cell {
    width: 25%;
    padding: 10px;
    margin: 0 0 30px
}

.coutry_cell a {
    display: inline-block;
    text-decoration: none
}

.coutry_cell a strong {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    display: block
}

.explore_btn {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    background: #fd6c73;
    transition: all .2s;
    padding: 0;
    font-weight: 700;
    position: relative;
    /*box-shadow: 0 5px 15px red;*/
    align-items: center;
    width: 250px;
    height: 50px;
    line-height: 50px
}

.explore_btn:hover {
    background: #e2575e
}

.video_platform {
    padding: 70px 0
}

.pplatform_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.platform_text {
    width: 50%
}

.platform_text h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #48639e;
    text-align: center;
    padding-bottom: 5px;
    margin: 0 0 30px
}

.platform_text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    color: #000;
    font-family: 'Georgia', Arial, Helvetica, sans-serif;
    margin: 0
}

.platform_text h4 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    font-family: 'Roboto', sans-serif
}

.platform_wrapper figure {
    width: calc(100% - 50%);
    padding-left: 20px
}

.platform_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
    align-items: center
}

.explore_btn,
.explore_btn:hover {
    color: #000;
    background-color: #ff7900;
    border-color: #ccc;
    padding: 10px 40px;
    text-align: center;
    width: 450px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 2;
    border-radius: 6px;
    margin: 0 auto
}

.collegefinder {
    padding: 50px 0;
    text-align: center
}

.collegefinder h2 {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6
}

.collegefinder h3 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 30px
}

.collegefinder p {
    color: #000;
    margin: 0 0 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6
}

.tab_wrapper .tab {
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    border-radius: 25px;
    width: fit-content;
    margin: 0 auto 25px;
    display: flex;
    overflow: hidden
}

.tab_wrapper .tab li a {
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 18px;
    color: #222;
    font-weight: 400
}

.tab_wrapper .tab li.active a {
    background: #fff;
    color: #348fd6;
    border-radius: 25px;
    box-shadow: 0 0 14px #000
}

.tabcell {
    display: none;
    min-width: 738px
}

.tab_content {
    overflow: auto;
    padding: 0 0 15px
}

.tabcell.active {
    display: block
}

.box_cell {
    padding: 0 5px;
    width: 16.666%
}

.box_cell a {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    transition: all .2s;
    padding: 15px 0
}

.box_cell a:hover {
    box-shadow: 0 0 10px #000;
    transform: scale(1.1)
}

.box_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.box_wrapper h5 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6
}

.box_wrapper span {
    font-weight: 400;
    color: #999;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 12px
}

.tabcell_inner {
    display: flex;
    justify-content: space-between
}

.tabcell_inner .box_wrapper {
    width: calc(100% - 190px);
    padding: 0 10px
}

.tabcell_left {
    width: 180px;
    background-image: linear-gradient(#fff, #e7f4fc);
    padding: 0 10px 15px;
    border-radius: 8px;
    border: 1px solid #e7f4fc;
    display: flex;
    justify-content: center;
    align-items: center
}

.tabcell_left h6 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0
}

.tabcell_left a {
    display: inline-block;
    text-decoration: none;
    color: #348fd6;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6
}

.tabcell_left figure {
    margin: 0 0 30px;
    text-align: center
}

.banner_inner img {
    width: 100%
}

.banner_cell {
    position: relative
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100vh
}

.overlay_content h2 {
    line-height: 40px;
    text-shadow: 0 6px 5px #000;
    color: #fff;
    font-size: 50px;
    margin: 0;
    font-weight: 700
}

.overlay .container {
    height: 100%
}

.overlay_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.feature_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 10px #000;
    border-radius: 8px;
    /*padding: 20px;*/
    top: 0;
    position: relative;
    background: #fff;
    transform: translateY(-20%)
}

.feature_cell {
    width: 24.66%;
    /*padding: 20px 0;*/
    text-align: center
}

.feature_cell a {
    display: block;
    text-align: center;
    padding: 15px 15px
}

.feature_cell h6 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto', sans-serif;
    margin: 0
}

.loan_facility {
    padding: 80px 0;
    background: url(../images/home-banner7.jpg) no-repeat center center/cover;
    text-align: center;
    background-attachment: fixed
}

.loan_facility h2 {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px #000
}

.loan_facility h3 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 2px 3px #000
}

.loan_facility p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 50px;
    text-shadow: 0 2px 3px #000
}

.facility_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 50px
}

.facility_cell {
    width: 16.66%;
    text-align: center;
    padding: 0 5px
}

.facility_cell p {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0
}

.facility_cell .circle {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.education_btn {
    border-radius: 2px;
    background: #ff7900;
    transition: all .2s;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
    /*box-shadow: 0 5px 15px red*/
}

.education_btn:hover {
    background: #ffcc29
}

.popular_college {
    padding: 100px 0;
    text-align: center
}

.popular_college h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 30px
}

.college_cell {
    background: #fff;
    height: 100%;
    transition: .5s ease-out;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 10px;
    overflow: hidden
}

.text {
    padding: 10px
}

.college_cell h5 {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6
}

.popular_college .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none
}

.popular_college .slick-prev {
    left: -55px
}

.popular_college .slick-next {
    right: -55px
}

.popular_college .slick-prev:after {
    content: '\f104';
    font-family: FontAwesome, serif;
    position: absolute;
    color: #fff;
    left: 11px;
    top: 0;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto
}

.popular_college .slick-next:after {
    content: '\f105';
    font-family: FontAwesome, serif;
    position: absolute;
    color: #fff;
    left: 16px;
    top: -1px;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto
}

.latest_new {
    padding: 100px 0;
    text-align: center
}

.latest_new h2 {
    font-size: 30px;
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0 0 30px
}

.latest_new span {
    color: #999;
    margin-bottom: 10px;
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400
}

.latest_new h5 {
    font-weight: 400;
    color: #333;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    margin: 0 0 10px
}

.latest_new .slick-arrow {
    position: absolute;
    top: 73px;
    font-size: 0 !important;
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    border: none
}

.latest_new .slick-prev {
    left: -55px
}

.latest_new .slick-next {
    right: -55px
}

.latest_new .slick-prev:after {
    content: '<';
    position: absolute;
    color: #fff;
    left: 10px;
    top: -2px;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto
}

.latest_new .slick-next:after {
    content: '>';
    position: absolute;
    color: #fff;
    left: 12px;
    top: -2px;
    font-size: 25px;
    right: auto;
    bottom: auto;
    margin: auto
}

.blog_news_college {
    padding: 70px 0
}

.blog_news_college .blog_news_college_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.list_cell_wrapper {
    width: 33.33%;
    /*box-shadow: 0 20px 50px 0 #470000;*/
    padding: 40px 25px;
    position: relative
}

.list_cell_wrapper h3 {
    font-weight: 600;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 22px;
    margin: 0 0 18px
}

.item_list {
    height: 392px;
    overflow: auto
}

.item_list li {
    margin: 0 0 25px
}

.item_list li a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.item_list li figure {
    width: 84px
}

.item_list li p {
    color: #343a40;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    padding-left: 8px;
    width: calc(100% - 84px)
}

.viewall_wrapper a {
    color: #48639e;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    font-size: 16px
}

.viewall_wrapper {
    text-align: right
}
.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}