@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600&display=swap');*/
/*font-family: 'League Spartan', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Heebo', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600&display=swap');
/*html {
  scroll-behavior: smooth;
}*/
body {
    font-size: 15px; /*17px*/
    color: #000;
    line-height: 26px; /*28px*/
    font-family: 'Prompt', sans-serif; /*'Josefin Sans', sans-serif*/
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
}
section { 
    padding: 40px 0;
    position: relative;
}

/*Topbar*/
.top_bar {
    padding: 10px 0;
    background: #70888d;
}
.top_bar p {
    margin-bottom: 0;    
    float: right;
}
.top_bar p a {
    color: #fff;
    margin-left: 5px; /*15px*/
    font-weight: 400; /*500*/
}
.top_bar p a i {
    padding-right: 5px;
    font-size: 18px;
} 
.top_bar p a:hover {
    text-decoration: none;
}
.top_bar p a.top_signup {
    background: #05bedc;
    padding: 6px 20px 6px;
    border-radius: 50px;
}
.top_bar p a.top_login {
    background: #f44537;
}
.top_bar .col-lg-12.col-xl-12 {
    
}
/*Title*/
.main-title {
    text-align: center;
    margin-bottom: 25px;
}

.main-title h2 {
    margin: 0px;
    color: #111;
    text-transform: uppercase;
    /*font-weight: 600;*/
    font-size: 28px;
}
.main-title h2 span {
    color: #3cb2c5;
}
.main-title .line_1 {
    background-color: #6d6d6d;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 60px;
}
.main-title .icon {
    color: #3cb2c5;
    display: inline-block;
    font-size: 7px;
    line-height: 4px;
    margin: 0 3px;
    vertical-align: middle;
}
.main-title .line_2 {
    background-color: #6d6d6d;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 60px;
}

/*Banner*/
.banner_cover {
	background: url(../images/bg3.jpg) center center;
	background-size: cover;
    width: 100%;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7rem; /*8rem*/
}
.banner_cover:before {
    background: linear-gradient(87deg, rgb(36 70 56 / 60%), rgb(60 178 197 / 80%) 100%); /*linear-gradient(87deg, rgba(80, 67, 228, 0.8), rgba(197, 60, 60, 0.75) 100%)  linear-gradient(87deg, rgb(4 124 174 / 60%), rgb(60 178 197 / 80%) 100%);*/
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
}
.banner_cover .header-text {
    position: relative;
    z-index: 10;
    top: 0px;  /*70px*/
    /*bottom: 70px;*/
    margin-bottom: 0;
}
.banner_cover a.typewrite {
    color: #fff ;
    font-size: 3rem;
    text-decoration: none;
    cursor: default;
    margin-bottom: 2.2rem; /*0.5rem*/
    display: block;
    font-weight: 600;
    font-family: 'Libre Franklin', sans-serif;
} 
.banner_cover p {
	font-weight: 500; /*600*/
    font-size: 22px;
    margin-bottom: 2rem;
    color: #fff;
}
.banner_cover .search-background {
    background: rgba(255, 255, 255, 0.2); /*rgba(255, 255, 255, 0.15)*/
    border-radius: 4px;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-left: 0.55rem; /*0.2rem*/
    padding-right: 0.55rem; /*0.2rem*/
}
.banner_cover .m_search {
	/*display: flex;*/
}
.banner_cover .m_search_ipt {
	padding-right: 0;
}
.banner_cover input {
	height: 45px;
	font-size: 18px;
	color: #000;
	border-radius: 0;
	box-shadow: none;
    border: 1px solid #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.banner_cover a.btn {
	height: 45px;
    padding: 10px 8px; /*10px 15px*/
    line-height: 22px; /*24px*/
    font-size: 18px;
    background-color: #e44f43; /*#e44f43*/
    border-color: #ffffff; /*#e44f43*/
    border-radius: 0;
    border-width: 3px;
    margin-left: -2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.m_search_btn {
    padding-left: 0;
}

/*Featured Colleges*/
.featured-college {
    padding: 40px 0 50px; /*40px 0 20px*/
}
.featured-college .no-gutters {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-right: -15px;
    margin-left: -15px;
}
.single_fcollege {
    position: relative;
}
.fcollege_col_1 .single_fcollege:nth-child(4n+1) {
    background-color: #1faf96; /*#48cfaf*/
}
.fcollege_col_1 .single_fcollege:nth-child(4n+2) {
    background-color: #de9f2e;
}
.fcollege_col_2 .single_fcollege:nth-child(4n+1) {
    background-color: #3d84c8;
}
.fcollege_col_2 .single_fcollege:nth-child(4n+2) {
    background-color: #de322e;
}
.single_fcollege .fcollege_arrow {
    position: absolute;
    top: 50%;
    left: 48%; /*50%*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}
.single_fcollege.flex-row-reverse .fcollege_arrow {
    left: 52%;
}
.single_fcollege .fcollege_image {
    width: 50%;
    overflow: hidden;
}
.single_fcollege .fcollege_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single_fcollege:hover .fcollege_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single_fcollege .fcollege_content {
    display: table;
    width: 50%;
    text-align: center;
    height: 100%;
    padding: 0px 38px;
}

.single_fcollege .fcollege_content .fcollege_content_wrapper {
    display: table-cell;
    vertical-align: middle;
}
.single_fcollege .fcollege_content h4 {
    line-height: 24px;
}
.single_fcollege .fcollege_content .title a {
    font-size: 16px; /*17px*/
    font-weight: 400;/*600*/
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Prompt', sans-serif;
}

.single_fcollege .fcollege_content .title a:hover {
    text-decoration: none;
}

/*nfeatured Colleges*/
.nfeatured_college {
    padding: 40px 0 30px!important;
}
.nfeatured_college .cpaths .cpaths_details {
    padding: 15px 5px 5px; 
    min-height: 100px;
}
.nfeatured_college .cpaths .cpaths_details h4 {
    font-size: 14px;
    line-height: 20px;
}

/*Browse Courses*/
.browse_courses_bg {
    background-color: rgb(8, 15, 29);
    height: 365px;
    padding: 60px 0;
}
.browse_courses_bg:before {
    background-image: url(../images/background/course-bg1.jpg);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center bottom;
}
.browse_courses_bg .main-title {
    position: relative;
    margin-bottom: 50px;
}
.browse_courses_bg .main-title h2 span {
    color: #e44f43;
}
.browse_courses {
    padding-bottom: 0px; 
}
.browse_courses_row {
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    margin-bottom: 10px; /*70px*/
    margin-top: -220px;
}
.browse_courses .p0 {
    padding: 0 !important;
}
.single_bcourse {
    background-color: #ffffff;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    border-right: 1px solid #ebebeb;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0; /*30px 20px*/
    border-bottom: 1px solid #ebebeb;
    min-height: 210px;
}
/*.single_bcourse:hover */
.single_bcourse {
    box-shadow: none;
}
.single_bcourse:hover {
    cursor: default;/*pointer*/
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
}
.single_bcourse a {
    padding: 30px 3px 15px; /*30px 3px*/
    display: block;
}
.single_bcourse a:hover { 
    text-decoration: none;
}

.single_bcourse .icon {
    background-color: #d3f9ff; /*#d3f9ff   #d7faff*/
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_bcourse a:hover .icon {
    background-color: #ffe9e7;
}
.single_bcourse .icon span {
    line-height: 90px;
}
.single_bcourse .details {
    margin-top: 20px;
}
.single_bcourse .details h4 {
    font-size: 15px; 
    color: #000;
    margin-bottom: 0.5rem;
    font-weight: 500; /*400*/
}

/*Video*/
.college_videobox_pad {
    padding-left: 0px;
}
.college-videobox {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    border: 1px solid #ebebeb;
    overflow: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.college-videobox .main-title {
    text-align: left;
    margin-bottom: 12px;
}
.college-videobox figure {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0 0 0px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    /*-webkit-box-shadow: 0 0 35px 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 35px 5px rgb(0 0 0 / 30%);*/
     position: relative;
}
.college-videobox figure img {
    z-index: 1;
    width: 100%;
    height: auto;
    position: relative;
}
.college-videobox figure figcaption {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.videobox-btnplay {
    width: 80px;
    height: 80px;
    color: #fff;
    display: block;
    overflow: hidden;
    font-size: 30px;
    line-height: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: #e44f43;
}
.videobox-btnplay:hover {
    background: #3cb2c5;
    color: #fff;
    text-decoration: none;
}
.videobox-btnplay i {
    display: block;
    line-height: inherit;
}

/*Latest News*/
.latest_news_pad {
    padding-right: 0px;
}
.latest-news {
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    border: 1px solid #ebebeb;
    overflow: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
.latest-news .main-title {
    text-align: left;
    margin-bottom: 12px;
}
.latest-news-detail {
    width: 100%;
    margin: 0px auto 0px; 
    height: 440px; 
    background-color: #fff; 
    overflow: hidden;
}
.latest-news-detail ul {
  list-style: none;
  position: relative;
  padding-inline-start: 0;
}
.latest-news-detail li {
    height: 110px; 
    background-color: #fff; 
    text-align: left;
    border-bottom: 1px solid #ddd; 

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px; /*20px*/
}
.latest-news-detail .thumb {
    height: 100px;
    width: 100px;
    min-width: 100px;
    margin-right: 12px; 
    overflow: hidden;
    position: relative;
}

.latest-news-detail .thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    content: "";
    background: rgba(60, 178, 197, 0.6); 
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    z-index: 1;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.latest-news-detail .thumb:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.latest-news-detail .thumb img {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.latest-news-detail li:hover .thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.latest-news-detail .content {
    display: grid;
}
.latest-news-detail .content h6 {
    color: #fff;
    padding-top: 0px; 
    font-size: 15px; 
    line-height: 20px; 
    margin-bottom: 3px;
}
.latest-news-detail .content h6 a {
    padding-top: 0px; 
    font-weight: 500; 
    color: #000;
}
.latest-news-detail .content h6 a:hover {
    color: #e44f43;
    text-decoration: none;
}
.latest-news-detail .content p {
    text-align: left;
    padding: 2px 0px 0px;
    color: #444; /*#555555*/
    overflow: hidden;
    font-size: 13px; /*14px*/
    line-height: 18px;
    margin-bottom: 2px;
}
/*entrance exams college ranking*/
.entrance-ranking {
    padding: 0px; /*40px 0*/
    /*background: #f7f7f7;*/
}
.entrance-ranking .owl-nav {
    position: absolute;
    top: -65px;
    right: 0;
}
.entrance-ranking .owl-carousel .owl-nav button.owl-next, .entrance-ranking .owl-carousel .owl-nav button.owl-prev {
    background: #3cb2c5;
    margin: 0px 5px;
    height: 35px;
    width: 35px;
    color: #fff;
    border-radius: 50px;
}
.entrance-ranking .owl-carousel .owl-nav button.owl-next {
    margin: 0px 10px 0px 0px;
}
.entrance-ranking .owl-carousel .owl-nav button.owl-next span, 
.entrance-ranking .owl-carousel .owl-nav button.owl-prev span {
    line-height: 34px; /*22px*/
    font-size: 30px;
}
.entrance-ranking .main-title {
    text-align: left;
    margin-bottom: 12px;
}
.entrance_exam_pad {
    /*padding-left: 0px;
    padding-right: 7.5px;*/
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    border: 1px solid #ebebeb;
}
.er-box {
    padding: 15px; 
    background-color: #f5f5f5; 
    box-shadow: 0px 4px 18px 0px rgb(194 200 213 / 30%);
    border-radius: 10px;
    margin-bottom: 0px; 
    border: 1px solid #ececec; 
}
.er-box .item-img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.er-box .item-img a img {
    transform: scale(1.1); 
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    height: auto;
}
.er-box:hover .item-img a img {
    transform: scale(1.2); 
}
.er-box .item-content .item-title h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}
.er-box .item-content .item-title h3 a {
    color: #111;
}
.er-box .item-content .item-title h3 a:hover {
    text-decoration: none;
}
.er-box .item-content p {
    font-size: 15px; 
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 300;
}
.er-box .item-content a.ic-more {
    color: #3cb2c5;
    border-radius: 0px;
    border: 1px solid #3cb2c5;
    padding: 5px 10px;
    background: #3cb2c5;
    color: #fff;
}
.er-box .item-content a.ic-more:hover {
    text-decoration: none;
    background: #3cb2c5;
    color: #fff;
}
.mentrance_exam_pad {
    padding-left: 0px;
    padding-right: 7.5px;
}
.college_ranking_pad {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    border: 1px solid #ebebeb;
}
.mcollege_ranking_pad {
    padding-left: 7.5px;
    padding-right: 0px;
}
/*Trending Courses*/
.trending-courses {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 25px;
}
.trending-courses ul {
    padding-inline-start: 0;
    margin-bottom: 0;
}
.trending-courses ul > li {
    display: inline;
}
.trending-courses ul > li a {
    color: #000;
    border: 1px solid #bbb;
    padding: 4px 15px;
    margin: 0px 5px 15px;
    display: -webkit-inline-box;
    border-radius: 50px;
    background: #f5feff;
    font-size: 15px; /*16px*/
}
.trending-courses ul > li a:hover {
    color: #fff;
    border: 1px solid #e44f43;
    background: #e44f43;
    text-decoration: none;
}

/*Career Paths*/
.career-paths {
    padding: 0px 0 50px; /*40px 0 20px*/
}
.cpaths {
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: auto; /*278px*/
}
.cpaths:hover {
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    cursor: pointer;
}
.cpaths .cpaths_thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.cpaths .cpaths_thumb img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.cpaths:hover .cpaths_thumb img {
    -webkit-transform: scale(1.1) rotate(-1deg);
    -moz-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
}
.cpaths .cpaths_details {
    padding: 15px 15px 7px; /*12px 15px 4px*/
    text-align: center;
}
.cpaths .cpaths_details h4 {
    font-size: 16px; /*18px*/
    margin-bottom: 0px; /*20px*/
    line-height: 22px;
    font-weight: 400; /*mc*/
    font-family: 'Prompt', sans-serif;
}
.cpaths .cpaths_details a {
    color: #000;
}
.cpaths .cpaths_details a:hover {
    text-decoration: none;
}
/*Newsletter*/
.newsletter {
    background: url(../images/newsletter_bg.jpg) center center;
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-size: cover;
    text-align: center;
}
.newsletter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    top: 0;
    background: linear-gradient(87deg, rgb(36 70 56 / 60%), rgb(60 178 197 / 80%) 100%);/*rgb(41 51 76 / 78%)  linear-gradient(87deg, rgba(0, 20, 142, 0.86), rgba(0, 20, 142, 0.46) 100%)*/
}
.newsletter .content {
    position: relative;
    z-index: 10;
}
.newsletter h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.4rem;
    margin-bottom: 25px;
}    
.newsletter .col-lg-3.col-sm-3.input-group {
    padding-left: 5px;
    padding-right: 5px;
}
.newsletter .btn {
    background-color: #e44f43;
    border-color: #e44f43;
}
.newsletter .btn:hover {
    background-color: #e44f43;
    border-color: #e44f43;
}
/*Footer*/
footer {
    padding: 0px;
    background: #f2f2f2;
}
.footer-top {
    padding: 40px 0 10px;
}
.footer-top .footer_widget h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 18px;
}
.footer-top .footer_widget h3:before {
    content: "";
    position: absolute;
    left:  0px;
    bottom: 0px;    
    width: 40px;
    height: 100%;
    border-bottom: 3px solid #3cb2c5;
}
.footer-top .footer_widget {
    margin-bottom: 30px;
}
.footer-top .footer_widget ul {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.footer-top .footer_widget ul > li {
    margin-bottom: 8px; 
    line-height: 22px;
}
.footer-top .footer_widget ul > li a {
    color: #111; 
    position: relative;
    padding-left: 15px;
    font-size: 15px; 
}
.footer-top .footer_widget ul > li a:hover {
    color: #0da0b7;
    text-decoration: none;
}
.footer-top .footer_widget ul > li a:before {
    content: "\f0da"; /*f105*/
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #333;
}
.footer-top .footer_widget ul > li a:hover:before {
    color: #0da0b7;
}
.footer-bottom {
    padding: 18px 0;
    border-top: 1px solid #d3d3d3;
    text-align: center;
}
.footer-bottom p { 
    font-size: 15px; 
    margin-bottom: 0px;
}

/*Breadcrumb*/
.breadcrumbs {
    background: #7c959a;
    padding: 100px 0;
    text-align: center;
    background: url(../images/breadcrumbs/breadcrumb-bg.jpg);
    background-position: center center;
    background-size: cover;
}
.breadcrumbs:before {
    background: linear-gradient(87deg, rgb(36 70 56 / 60%), rgb(60 178 197 / 80%) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    top: 0;
} 
.breadcrumbs h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 36px;   
    position: relative;
} 

/*Courses*/
.course-inner-bg {
    background-color: #f6f6f6;
}
.c_overview {
    padding: 40px 0 25px;
}
.c_overview .main-title {
    margin-bottom: 10px;
    text-align: left;
}
.c_overview p {
    text-align: justify;
}

.list-courses-block {
    padding: 0px 0px 80px;
}
.list_courses {
    position: relative;
    box-shadow: 0px 4px 18px rgb(194 200 213 / 30%);
    border: none;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 25px;
    padding: 10px; 
    display: flex;
    align-items: start;
    position: relative;
    z-index: 1;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
.list_courses .item-img {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
    z-index: 5;
    cursor: pointer;
    border-radius: 6px;
}
.list_courses .item-img a img {
    border-radius: 6px 6px 0px 0px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    z-index: 5;
    width: auto;
    max-width: 100%;
    height: auto;
}
.list_courses:hover .item-img a img {
    transform: scale(1.05);
}
.list_courses .item-highlight-box {
    position: absolute;
    top: 5px; 
    left: 5px; 
    z-index: 5;
}
.list_courses .item-highlight-box .item-highlight {
    color: #ffffff;
    font-size: 15px; 
    padding: 3px 20px;
    display: inline-block;
    background-color: #09b406; 
    border: none;
    border-radius: 2px;
    position: relative;
}
.list_courses .item-highlight-box .item-highlight:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    left: 10px;
    top: 16px;
    border: none;
    border-radius: 50%;
    display: none;
}
.list_courses .item-highlight-box::after {
    content: "";
    position: absolute;
    top: -31px;
    left: 50%;
    background-image: url(../images/listing-label.svg);
    width: 51px;
    height: 40px;
    margin-left: -27.5px;
    display: none;
}

.list_courses .item-courses {
    background-color: #ffffff;
    flex: 1;
    padding: 0;
    margin-left: 24px;
}
.list_courses .item-courses .marked-icon {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    bottom: auto;
}
.list_courses .item-courses .marked-icon ul {
    margin-bottom: 5px;
}
.list_courses .item-courses .marked-icon ul li {
    position: relative;
    display: inline-block;
}
.list_courses .item-courses .marked-icon ul li a {
    background-color: transparent;
    display: inline-block;
}
.list_courses .item-courses .marked-icon ul li a:hover {
    text-decoration: none;
}
.list_courses .item-courses .marked-icon ul li a i {
    font-size: 16px;
    overflow: hidden;
    height: 35px;
    width: 35px;
    background-color: #dfefeb;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.list_courses .item-courses .marked-icon ul li a i:before {
    transition: all 0.3s ease-in-out;
    color: #00c194;
}
.list_courses .item-courses .v_college {
    display: flex;
    align-items: center;
}
.list_courses .item-courses .v_college .item-title {
    font-size: 15px; /*18px*/
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 26px;
}
.list_courses .item-courses .v_college .item-title a {
   color: #005f72; /*#212121*/
   transition: all 0.3s ease-in-out;
}
.list_courses .item-courses .v_college .item-title a:hover {
   color: #3cb2c5;
   text-decoration: none;
} 
.list_courses .item-courses .college-location {
    color: #222; /*#929292*/
    font-size: 13px; /*15px*/
    margin-bottom: 2px; /*5px*/
}
.list_courses .item-courses .college-location i {
    margin-right: 10px;
    position: relative;
    top: 0px;
    color: #3cb2c5; /*#7c959a*/
}
.list_courses .item-courses .short-courses ul {
    margin-bottom: 10px;
    padding-inline-start: 0px;
    list-style: none;
}
.list_courses .item-courses .short-courses ul > li {

}
.list_courses .item-courses .short-courses ul > li a {
    color: #111;
    font-size: 13px; /*15px*/
}
.list_courses .item-courses .short-courses ul > li a:hover {
    text-decoration: none;
}
.list_courses .item-courses .short-courses ul > li a:before {

}
.list_courses .item-courses .know-courses a {
    border: 1px solid #e44f43;
    padding: 5px 10px;
    background: #e44f43;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.list_courses .item-courses .know-courses a:hover {
    border: 1px solid #3cb2c5;
    text-decoration: none;
    background: #3cb2c5;
    color: #fff;
}
.list_courses:last-of-type {
    margin-bottom: 0px;
} 

/*------------------- 5.8 Pagination -------------------*/
.pagination-style-1 {
  margin-top: 24px;
}
.pagination-style-1 .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .pagination-style-1 .pagination {
    margin-bottom: 0;
  }
}
.pagination-style-1 .pagination .page-item {
  margin-right: 5px;
}
.pagination-style-1 .pagination .page-item:last-child {
  margin-right: 0px;
}
.pagination-style-1 .pagination .page-item .page-link {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #00c194;
  border: 1px solid #dbdbdb;
  padding: 10px 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
@media only screen and (max-width: 374px) {
  .pagination-style-1 .pagination .page-item .page-link {
    padding: 8px 15px;
  }
}
.pagination-style-1 .pagination .page-item .page-link.active {
  background-color: #00c194;
  border-color: #00c194;
  color: #ffffff;
}
.pagination-style-1 .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-style-1 .pagination .page-item .page-link:hover {
  background-color: #00c194;
  border-color: #00c194;
  color: #ffffff;
} 
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}   
body::-webkit-scrollbar {
  width: 6px;               
}
body::-webkit-scrollbar-track {
  background: #eee;        
}
body::-webkit-scrollbar-thumb {
  background-color: blue;    
  border-radius: 20px;       
  border: 3px solid #3cb2c5;  
}
#sidebar {
    position: sticky;
    top: 90px;
}
.filter_sidebar {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 4px #ccc;
    -moz-box-shadow: 0px 1px 4px #ccc;
    -o-box-shadow: 0px 1px 4px #ccc;
    box-shadow: 0px 1px 4px #ccc;
    border: 1px solid #e8e8e8;
    border-radius: 0px; /*10px*/
    padding: 0px 0 15px;
}
.filter_sidebar h4.filter_jus_title {
    margin-bottom: 0;
    padding: 12px 15px;
    background: #e0e0e0;
    font-size: 16px;
    text-transform: uppercase;
}
.filter_sidebar h4.filter_jus_title a {
    color: #000;
}
.filter_sidebar h4.filter_jus_title a:hover {
    text-decoration: none;
}
[data-toggle="collapse"].filter_block_title:after{
    /*font-family: simbolos;
    content: '/\\';*/
    
    float:right;      
    /*color:#5b8fc8;
    background-color:#000;
    font-size: 12px;*/      
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px; /*4px*/
    padding-top: 0px; /*4px*/
    border-radius: 50%;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
[data-toggle="collapse"].collapsed.filter_block_title:after{
    /*color:#5b8fc8;
    background-color:#000;
    content: "V";*/
    float:right;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px; /*4px*/
    padding-top: 0px; /*4px*/
    border-radius: 50%;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.filter_sidebar .filter_block h5 {
    margin-bottom: 0px;
}
.filter_sidebar .filter_block h5 a.filter_block_title {
    background: #3cb2c5; /*#7c959a*/
    display: block;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 15px; /*16px*/
    border-bottom: 1px solid #e0e0e0;
}
.filter_sidebar .filter_block h5 a.filter_block_title:hover {
    text-decoration: none;
}
.scrollbar-filter::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;  /*#F5F5F5*/
}
.scrollbar-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #fff; /*F5F5F5*/
    border-radius: 4px; 
}
.scrollbar-filter::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #d6d7d8; 
}
.filter_sidebar.scrollbar-filter {
    overflow-y: scroll; 
    max-height: 610px; 
}
.filter_sidebar .filter_block .filter_block_content {
    padding: 10px 15px 8px;
}
.filter_sidebar .filter_block .filter_block_content#filterLocation label {
    width: 100%;
}
.filter_sidebar .filter_block .filter_block_content ul {
    padding-left: 0;
    list-style: none;
    margin: 0 0 15px 0;
}
.filter_sidebar .filter_block .filter_block_content ul li {
    margin-bottom: 5px;
}
.filter_sidebar .filter_block .filter_block_content input.f_checkbox {
    margin-right: 0px;/*6px*/
    position: absolute;
    top: 1px;
    left: 0;
}
.filter_sidebar .filter_block .filter_block_content ul > li label {
    color: #222;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0rem;
    position: relative;
    padding-left: 10px;
    line-height: 18px;
}
.filter_block_submit {
    padding: 10px 15px 0px;
}
.filter_block_submit input { 
    background: #e44f43;
    border: 1px solid #e44f43;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
}
.course_list_pad {
    padding-right: 0px;
}
.filters_pad {
    padding-left: 0px;
}
.scrollbar-default::-webkit-scrollbar {
    width: 6px; /*12px*/
    background-color: #F5F5F5; 
}
.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 4px; /*10px*/ 
}
.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 4px; /*10px*/ 
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #1da5bb;  /*#16899c*/
} 
#filterSpecialization {
    overflow-y: scroll; 
    max-height:200px; 
}
.mobile_filterbtn {
    display: none;
}
.mfilter-popup {
  position: relative;
  background: #FFF;
  padding: 0px; /*40px*/
  width: auto;
  max-width: 100%; /*500px*/
  margin: 0px auto; /*20px auto*/
  transition: 1s all;
}

.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.filter_sidebar.mfp-hide {
    display: block !important;
}

/*Courses Details*/
#cd_sidebar {
    /*position: sticky;
    top: 140px;*/
}
.secondary_nav {
  background: #222;
  padding: 15px 0;
}
.secondary_nav.is_stuck {
  z-index: 99;
  width: 100% !important;
  left: 0;
}
.secondary_nav ul {
  margin-bottom: 0;
  padding-inline-start: 0px;
}
.secondary_nav ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
}
.secondary_nav ul li a {
  color: #fff;
}
.secondary_nav ul li a.active, .secondary_nav ul li a:hover {
  color: #69eaff;
  text-decoration: none;
}

.course-detail-block {
    padding: 40px 0px 40px;
}
.college_detail_pad {
    padding-left: 0px;
}
.counsel_pad {
    padding-right: 0px;
}
.cd_list_courses .college-shortinfo {
    padding-top: 5px;
}
.cd_list_courses .college-shortinfo ul {
    margin-bottom: 0;
    padding-inline-start: 0;
    list-style: none;
}
.cd_list_courses .college-shortinfo ul > li {
    padding-bottom: 1px;
}
.counseling_form {
    margin-bottom: 25px;
    /*padding: 10px;*/
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
    box-shadow: 0px 0px 50px 0px rgb(19 19 28 / 12%);
}   
.counseling_form .counseling_form_title {
    background: #607478;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.counseling_form .counseling_form_title h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.counseling_form p {
   margin-bottom: 0;
    font-size: 16px;
}
.counseling_form  form {
    padding: 10px 20px;
}
.counseling_form input , .counseling_form select,.counseling_form textarea {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 42px;
    border-radius: 10px;
    color: #000;
}
.counseling_form textarea {
    height: 90px;
}
.counseling_form input[type="checkbox"] {
    width: auto;
    height: auto;
    position: absolute;
    top: 4px;
    left: 0;
    margin-bottom: 0;
}
.counseling_form label {
    display: block;
    text-align: left;
    line-height: 22px;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
}
.counseling_form label a {
    color: #077b8d;
}
.counseling_form input[type="submit"] {
    background: #3cb2c5;
    color: #fff;
    font-size: 18px;
    height: auto;
    padding: 10px 10px;
    border: 1px solid #3cb2c5;
}
.counseling_form input[type="submit"]:hover {
    background: #e44f43;
    border: 1px solid #e44f43;
}
.counseling_form input::placeholder , .counseling_form select::placeholder, 
.counseling_form textarea::placeholder {
    color: #777;
}
.cd_banner_right {
    margin-bottom: 25px;
}
.cd_banner_right img {
    width: 100%;
}
#similar_colleges {
    padding: 0!important;
    margin-top: 20px; /*40px*/
}
#similar_colleges.nfeatured_college .cpaths .cpaths_details {
    min-height: auto;
}
#similar_colleges.nfeatured_college .cpaths .cpaths_details h4 {
    font-size: 15px;
}

#about_short_info {
    margin-bottom: 15px;
}
#about_description {
    margin-bottom: 35px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
}
#about_description p {
    text-align: justify;
} 
.cd_block h3 {
    margin: 0px;
    color: #111;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 22px;
}
.cd_block h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height:  100%;
    border-bottom: 3px solid #3cb2c5;
}
#courses_offered {
    padding: 0px;
    margin-bottom: 35px;
}
#courses_offered .box_highlight {
    padding: 0;
    background-color: #3cb2c5; /*#392779*/
    margin-bottom: 30px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
#courses_offered ul.additional_info {
    margin: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
}
#courses_offered ul.additional_info li {
    display: inline-block;
    padding: 20px;
    width: 32%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: none;
    font-weight: 500;
    position: relative;
}
#courses_offered ul.additional_info li i {
    font-size: 52px;
    font-size: 3.25rem;
    display: block;
    margin-bottom: 10px;
}
#courses_offered ul.additional_info li strong {
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 500;
    color: #f6fbab; /*#fff02a*/
    text-transform: uppercase;
}
#courses_offered ul.additional_info li:last-child {
    border-right: none;
    border-bottom: none;
}
.courses_offered_list .card {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    margin-bottom: 5px;
}
.courses_offered_list .card-header {
    padding: 0px; 
    background-color: rgb(255 255 255);
    border-bottom:  1px solid #e8e8e8;
}
.courses_offered_list .btn-link[aria-expanded="true"] {
    background: #3cb2c5;
    color: #fff;
}
.courses_offered_list .btn-link, .courses_offered_list .btn-link[aria-expanded="false"] { 
    color: #222;
    background: #fff;
    font-size: 15px;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: left;
}
.courses_offered_list .btn-link:hover, .courses_offered_list .btn-link:focus {
    text-decoration: none;
} 
.courses_offered_list .btn-link i {
    padding-right: 6px;
} 
.courses_offered_list .card-body ul {
    padding-inline-start: 0;
    list-style: none;
    margin-bottom: 0;
}
.courses_offered_list .card-body ul > li {
    padding-bottom: 2px;
}
#facilities {
    padding: 0;
    margin-bottom: 25px;
}
.facilities_block {
    display: block;
    overflow: auto;
}
.facilities_block ul {
    list-style: none;
    padding-inline-start: 0;
}   
.facilities_block ul li {
    float: left;
    margin-right: 12px;
    padding-bottom: 15px;
    width: 9%; /*8%*/
}
.facilities_block li img {
    width: 100%;
    border-radius: 50%;
}
#video {
    padding: 0px;
    margin-bottom: 35px;
}
#contactus {
    padding: 0px;
    margin-bottom: 20px; /*35px*/
}
#contactus .table td, #contactus .table th {
    padding: 4px 10px;
    border: 1px solid #ccc;
}
#contactus .table th {
    width: 25%;
}
#contactus .table td {
    width: 75%;
}

/*Entrance Exam*/
.entrance-exam-block {

}
.articles-block {
    padding: 60px 0px 40px;
}
.articles-block .er-box {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding: 15px 15px 20px;
}
.articles-block .er-box .item-img a img {
    transform: scale(1);
}
.articles-block .er-box:hover .item-img a img {
    transform: scale(1.1);
}
.articles-block .er-box .item-content .item-title h3 {
    font-size: 17px;
}
.articles-block .er-box .item-content .item-title h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.articles-block .er-box .item-content p {
    margin-bottom: 10px;
}
/*General Articles*/
.general-articles-block {
   
}
/*General Career Path*/
.career-paths-block {
    padding: 60px 0px 40px;
}
.career-paths-block .cpaths .cpaths_details h4 {
    font-size: 17px;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}
.career-paths-block .cpaths:hover {
    cursor: default;
}
/*Article Detail*/
.general-articles-detail-block {
    padding: 60px 0px 60px;
}
.article-box-detail {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    -o-box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}
.article-box-detail .item-img {
    margin-bottom: 15px;
}
.article-box-detail .item-img img {
    width: 100%;
}
.article-box-detail .item-content .entry-meta {
    margin-bottom: 20px;
}
.article-box-detail .item-content .entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.article-box-detail .item-content .entry-meta ul li {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-left: 2px;
}
.article-box-detail .item-content .entry-meta ul li:first-child {
    padding-left: 0;
}
.article-box-detail .item-content .entry-meta ul li a {
    display: inline-block;
    color: #222;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
.article-box-detail .item-content .entry-meta ul li a:hover {
    color: #3cb2c5;
    text-decoration: none;
}
.article-box-detail .item-content .entry-meta ul li a i {
    color: #3cb2c5;
    margin-right: 5px;
}
/*.article-box-detail .item-content .entry-meta ul li:after {
    content: "";
    height: 6px;
    width: 6px;
    background: #b7c0d5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: none;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}*/
.article-box-detail .item-content .item-title h2 {
    margin: 0px;
    color: #2da9bd;
    text-transform: uppercase;
    font-size: 22px; /*25px*/
    margin-bottom: 8px;
}
.article-box-detail .item-content .content p {
    text-align: justify;
    margin-bottom: 8px;
}
.article-box-detail .item-content .content h3 {
    color: #111;
    font-size: 24px;
}
.article-box-detail .item-content .content h4 {
    color: #2da9bd;
    font-size: 22px;
}
.article-box-detail .item-content .content ul {
    list-style: none;
    padding: 0;
}
.article-box-detail .item-content .content ul > li {
    position: relative;
    padding-bottom: 5px;
    padding-left: 22px;
}
.article-box-detail .item-content .content ul > li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0a9";
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    color: #32a6b9;
}
.article-box-comment h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    color: #000;
    text-transform: uppercase;
}
.article-box-comment h3:after {
    background: #3cb2c5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 40px;
}
.comment-posted {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: 1px solid #ebebeb;
}
.comment-posted:last-of-type {
    border-bottom: none;
} 
.comment-posted img {
    margin-right: 30px;
    border-radius: 50%;
}
.comment-content {
    -ms-flex: 1;
    flex: 1;
}
.comment-content h4 {
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
}
.comment-content a {
    font-size: 14px;
    color: #555555;
}
.comment-content a:hover {
    text-decoration: none;
}
.comment-content p {
    font-size: 14px;
    color: #111;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 24px;
}
.article-writecomment {
    margin-bottom: 0px;
}
.article-writecomment h3 {
    margin-bottom: 25px;
}
.article-writecomment input, .article-writecomment textarea {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 5px 10px;
    height: 40px;
    margin-bottom: 12px;
    width: 100%;
}
.article-writecomment textarea {
    height: 110px;
}
.article-writecomment input[type="submit"] {
    width: auto;
    height: auto;
    background: #3cb2c5;
    border: 1px solid #3cb2c5;
    color: #fff;
    padding: 5px 20px;
    margin-bottom: 15px;
} 
#articles-sidebar {
    position: sticky;
    top: 90px;
} 
#articles-sidebar .widget {
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    -moz-box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    -o-box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    box-shadow: 0px 1px 4px rgb(19 19 28 / 12%);
    border: 1px solid #ebebeb;
}    
#articles-sidebar .widget .widget-title h6 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    color: #000;
    text-transform: uppercase;
}
#articles-sidebar .widget .widget-title h6::after {
    background: #3cb2c5;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 40px;
}
#articles-sidebar .widget ul {
    padding-inline-start: 0px;
}
#articles-sidebar .widget li {
    color: #6f6f6f;
    margin: 0 0 9px;
    padding: 0 0 0 12px;
    position: relative;
    list-style: none;
    font-size: 16px;
}
#articles-sidebar .widget li:last-child {
    margin: 0px;
}
#articles-sidebar .widget li a {
    color: #000000;
}
#articles-sidebar .widget li a:hover {
    text-decoration: none;
}
#articles-sidebar .widget li::after {
    background-color: #6f6f6f;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}

.list-courses-block .pagination {
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.list-courses-block .pagination .page-item.active .page-link {
    background-color: #3cb2c5;
    border-color: #3cb2c5;
    color: #fff;
}
.list-courses-block .pagination .page-link {
    color: #000000;
}
.list-courses-block .pagination .page-link:hover {
    background-color: #3cb2c5;
    border-color: #3cb2c5;
    color: #fff;
    
}

#search-load-holder {
    background-color: #fff;
    margin: 5px auto 0;
    text-align: left;
    max-height: 350px;
    overflow-y: scroll;
}
#search-load-holder ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
#search-load-holder ul li {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 5px;
    border-bottom: 1px solid #efefef;
}
#search-load-holder ul li a {
    display: flex;
    gap: 10px;
    color: #000;
}
#search-load-holder ul li a:hover {
    color: #21899a;
    text-decoration: none;
}
#search-load-holder ul li img {
    max-width: 68px;
    max-height: 68px;
}
#search-load-holder ul li span.address {
    text-transform: capitalize;
    line-height: 24px;
}
#search-load-holder ul li span.address small {
     color: #21899a;
}
#search-load-holder ul li span.type {
    display: inline-flex;
    justify-content: end;
    flex: auto;
}
#career-paths a.ic-more {
    border-radius: 0px;
    border: 1px solid #3cb2c5;
    padding: 8px 18px;
    background: #3cb2c5;
    color: #fff;
}

.signup_form .modal-body {
    padding: 0;
}
.signup_form .left_content_pad, .signup_form .right_form_pad {
    padding-left: 0;
    padding-right: 0;
}
.signup_form .left_content {
    padding: 10px 15px;
}
.signup_form .right_form {
    margin-bottom: 0px;
    padding: 15px 20px;
    border-radius: 0;
} 
.signup_form .left_content h2 {
    font-size: 22px;
    margin: 20px 0 10px;
}
.signup_form .left_content h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.signup_form .left_content ul {
    margin-bottom: 18px;
    list-style: none;
    padding-inline-start: 0;
}
.signup_form .left_content ul > li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 4px;
}
.signup_form .left_content ul > li:before {
    content: "\f058";/*f0da*/
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 900;
    color: #2fa4b7;
}
.signup_form .right_form h3 {
    font-size: 22px;
    margin: 20px 0 10px;
}
.signup_form .right_form p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
}
.signup_form .right_form form {
    padding: 10px 0px;
    
}
.signup_form .right_form button {
    background: #3cb2c5;
    color: #fff;
    height: auto;
    border: 1px solid #3cb2c5;
    border-radius: 10px;
    width: auto;
    padding: 8px 35px;
    font-size: 16px;
}
.counseling_form .right_form button:hover, .counseling_form .right_form button:focus {
    background: #e44f43!important;
    border: 1px solid #e44f43!important;
    outline: none;
}
.signup_form .modal-header {
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: none;
    padding: 0;
}
.signup_form .modal-header .close {
    opacity: .7;
    position: absolute;
    right: 17px;
    top: 20px;
    z-index: 999999;
    font-size: 48px;
    font-weight: 300;
    line-height: 0;
}
.ranking-carousel .er-box .item-title {
    margin-bottom: 15px;
}
.ranking-carousel .er-box {
    min-height: 320px;
}
.college_ranking_pad {
    min-height: 545px;
}
.filter_sidebar .filter_block .filter_block_content#filterLocation ul > li label {
    padding-left: 0px;
}
.article-box-detail .item-content .content a {
    color: #0056b3;
}
.article-box-detail .content table {
    width: 100%!important;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    display: block;
    overflow-x: auto;
    border: 1px solid transparent;
}
.article-box-detail .content table tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.article-box-detail .content table td, .article-box-detail .content table th {
    padding: 4px 10px;
    border: 1px solid #ccc;
    line-height: 23px;
}

.login_form .right_form p.forgot_pswd {
    text-align: left;
    display: block;    
}
.login_form .right_form p.forgot_pswd a {
    color: #cf1b0c;
}
.login_form .right_form p.nt_member {
    text-align: left;
}
.login_form .right_form p.nt_member a {
    color: #1a93a7;
}
.login_form .right_form button {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.login_form .left_content img {
    width: 100%;
}
.login_form .right_form {
    padding: 35px 20px 35px;
    min-height: 390px;
}
#forgotpswd-block {
    display: none;
}
#back_login {
    background: #404040;
    display: block;
    color: #fff;
    height: auto;
    border: 1px solid #404040;
    border-radius: 10px;
    width: auto;
    padding: 8px 35px;
    font-size: 16px;
}
#back_login:hover {
    text-decoration: none;  
}
.filter_sbt_btn_block {
    position: relative;
    display: block;
    margin-top: 35px;
}
.filter_sbt_btn_block .mfp-close {
    width: 100%; /*auto*/
    height: auto;
    line-height: unset;
    position: fixed; /*absolute*/
    right: unset;
    top: unset;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 8px 20px;
    color: #fff;
    font-style: 400;
    font-size: 15px;
    font-family: 'Prompt', sans-serif;
    bottom: 0;
    left: unset;  /*15px*/
    background: #ff2121; /*#3cb2c5*/
    display: flex;
    justify-content: center;
}
.footer-bottom p {
    text-align: left;
}
.footer-bottom ul {
    list-style: none;
    display: flex;
    float: right;
    margin-bottom: 0;
}
.footer-bottom ul li a {
    color: #333;
    padding-left: 20px;
    position: relative;
}
.footer-bottom ul li a:before {
    content: "|";
    position: absolute;
    left: 10px;
}
.footer-bottom ul li:first-child a:before {
    display: none;
}
.footer-bottom ul li a:hover {
    color: #208798;
    text-decoration: none;
}
.tc_policy p {
    text-align: justify;
    margin-bottom: 8px;
}
.tc_policy h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.tc_policy ol {
    padding-inline-start: 0;
    list-style-position: inherit;
    padding-left: 20px;
}
@media only screen and (min-width: 230px) and (max-width:991px) { 
    .headerfull {
        height: auto;
    }
}


