/*

*/
:root {
/*    --theme-color: #0067ed;*/
    --theme-color: #386de4;
    --theme-color-two: #F14D5D;
    --dark-color: #29313C;
    --theme-family: 'Noto Sans TC', sans-serif;
    --light-shodow: 0 10px 18px 0 rgba(53, 99, 146, 0.10);

}
body {
    color: #63646f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--theme-family);

}
html, body {width: 100%;height: 100%;}
h1, h2, h3, h4 {
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--theme-family);
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}

p:last-child {margin-bottom: 0;}
img {max-width: 100%;}
a {
    color: var(--theme-color);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover, a:focus, button:focus, input:focus {outline: none !important;text-decoration: none !important;box-shadow: none !important;}

.popover-header {
    font-size: 13px;
    background: #fae4ec;
    border-color: #efd3dd;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.popover-body {
    font-size: 12px;
    text-align: center;
}


.text-theme2 {color: var(--theme-color);}
.list-unstyled {
    margin: 0;
    list-style: none;
}
.list-unstyled.inline>li {
    display: inline-block;
}
.btn.theme-btn {
    position: relative;
    background: var(--theme-color);
    border: 2px solid var(--theme-color);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 30px;
    border-radius: 4px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
}
.btn.theme-btn:hover {
    background: #2353c1;
}
.btn.theme-btn i {
    font-weight: normal;
}
.btn.theme-btn.btn2 {
    background: none;
    border: 2px solid var(--theme-color-two);
    color: var(--theme-color-two);
}
.btn.theme-btn.btn2:hover {
    background: var(--theme-color-two);
    color: #ffffff;
}
.btn.left-icon i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.btn.right-icon i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.btn.theme-btn.btn2.whatsapp-btn {
    border-color: #30b517;
    color: #30b517;
}
.btn.readMore {
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color-two);
    text-decoration: underline;
}
.theme-btn.smallBtn {
    font-size: 13px;
    padding: 6px 20px;
}

a.dropdown-toggle::after {
    display: none;
}

a.dropdown-toggle i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
}

.section-padding {
    padding: 35px 0;
}
.heading {
    margin-bottom: 25px;
    border-left: 2px solid #f14d5d;
    padding-left: 30px;
}
.heading.text-center {
    border-left: none;
    padding-left: 0;
}
.heading h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--theme-color);
}
.heading h1 {
    font-size: 24px;
    font-weight: 700;
    max-width: 880px;
}
.heading h2 {
    font-size: 20px;
    font-weight: 700;
    max-width: 880px;
}
.heading h2 span {
    font-weight: 800;
}
.heading p {
    font-size: 16px;
    max-width: 680px;
}

.heading.text-center h1, .heading.text-center h2, .heading.text-center p {
    margin-left: auto;
    margin-right: auto;
}
.heading.text-center h3 {
    max-width: 660px;
    margin: 0 auto;
    line-height: 1.5;
}
.youtube_icon i {
    color: #ff0000;
    font-size: 36px;
}
h5.youtube_title {
    color: #ff0000;
    font-size: 15px;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 18px !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}
.owl-dots button {
    background: #cccccc !important;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border-radius: 50%;
}
.owl-dots button.active {
    background: none !important;
    border: 2px solid #000000;
    height: 11px;
    width: 11px;
}


ul.pagination {
    display: block;
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
}
ul.pagination li {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    margin: 0 1px;
}
ul.pagination li a, ul.pagination li span {
    display: block;
    background: #f7f7f7;
    border: none !important;
    width: 34px;
    height: 30px;
    line-height: 32px;
    padding: 0;
}
ul.pagination li.active, ul.pagination li.active a {
    color: #ffffff;
    background: var(--theme-color);
}
ul.pagination li.disabled, ul.pagination li.disableda {
    opacity: 0.5;
    cursor: not-allowed;
}


.theme-bg {
    background: var(--theme-color);
}
.light-bg {
    background: #f7f7f7;
}
.dark-bg {
    background: #29313c;
}

.owl-nav button {
    background: #e8edf1 !important;
    position: absolute;
    top: 50%;
    font-size: 19px !important;
    color: #000000 !important;
    width: 30px;
    height: 30px;
    line-height: 16px !important;
    border-radius: 3px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-nav .owl-prev {
    left: -30px;
}
.owl-nav .owl-next {
    right: -30px;
}

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5,
.text-white .heading h5,
.text-white .heading h2, .dark-bg .heading h2
{
    color: #ffffff;
}

.text-white .btn.theme-btn {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: var(--theme-color);
}

.header {
    background: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(36,39,44,.15);
}

.header.fixed {
    position: fixed;
    background: #ffffff;
    
}
.header .navbarMenu {
    padding: 18px 0;
}

#header .navbar-brand img {
    width: auto;
}
#header.fixed .navbar-brand img {
    height: 45px;
}
a.navbar-brand {
    padding: 5px 0;
}
ul.menuItem {
    text-align: right;
}
.navbarMenu ul.menuItem li a {
    color: var(--theme-color);
    padding: 8px 0;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

/* New Added */
li.nav-item.mega-menu>a::before {
    position: absolute;
    content: "";
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #386de4;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -15px;
    margin: 8px 0;
}
.megaDropdown {
	position: absolute;
	background: #fff;
	border-top: 3px solid #386de4;
	left: 0;
	top: 96%;
	width: 100%;
	opacity: 0;
	height: 0;
	/* display: none; */
	overflow: hidden;
	z-index: 9;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	text-align: left;
}
.mega-menu.hover .megaDropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
    display: block;
}
.megaDropdown .innerBox {
    padding: 32px;
}


.subMenu-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.megaDropdown h5 {
    color: #386de4;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.megaDropdown ul.menuList {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.megaDropdown ul.menuList li {
    margin-bottom: 4px;
}
.megaDropdown ul.menuList li a {
	position: relative;
	color: #29313c;
	font-size: 13px;
	display: block;
	padding-left: 16px;
	margin: 0;
}
.megaDropdown ul.menuList li a:hover {
    color: #999999;
}
.megaDropdown ul.menuList li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 42%;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #29313c;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.navbar-collapse button.navbar-toggler {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.navbar-collapse.show button.navbar-toggler {
    width: 100%;
}


ul.star {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}
ul.star li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 30px;
}
ul.star li:before {
    position: absolute;
    left: 0;
    top: -1px;
    color: #ae1d21;
    content:"\f006";
    display: inline-block;
    font-family: fontawesome;
    margin-left: 0;
    font-size: 18px;
    padding-right: 10px;
}
ul.mba {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}
ul.mba li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}
ul.mba li::before {
	position: absolute;
	left: 0;
	top: -1px;
	color: #ae1d21;
	content: "\f19d";
	display: inline-block;
	font-family: fontawesome;
	margin-left: 0;
	font-size: 18px;
	padding-right: 10px;
}
ol.colli2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

/* End New Added */

.footer-logo img {
    width: auto;
}
/*
#header .selectCountry .toggleBtn {
    background: #fde4e7;
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    color: var(--theme-color-two);
}
*/
#header .selectCountry .toggleBtn {
    background: #f13043;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}
.selectCountry ul.dropdown-menu {
    width: 250px;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #cfe4ff;
    box-shadow: var(--light-shodow);
}
.selectCountry ul.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}
.selectCountry ul.dropdown-menu a img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    padding: 2px;
}
.selectCountry ul.dropdown-menu a:hover img {
    border: 2px solid var(--theme-color-two);
}
.selectCountry ul.dropdown-menu a {
    padding: 8px 0;
    display: block;
    font-size: 13px;
    color: #2b2b2b;
    cursor: pointer;
}

ul.right-nav .btn {
    padding: 6px 10px;
    font-size: 11px;
    vertical-align: middle;
    border-width: 1px !important;
}
ul.right-nav li {vertical-align: middle;}
ul.right-nav li:not(:last-child) {
    margin-right: 10px;
}
li.selectCountry+li {
    margin-left: 6px;
}
.mainHero {
	background-color: #e7eef6;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 20px 0 0;
	height: 65vh;
	min-height: 350px;
	max-height: 900px;
}
.mainHero .textBox {
    text-align: center;
}
.mainHero .textBox h1 {
    font-size: 38px;
}

.mainSlider {
    background-color: #f7fafe;
    background: -webkit-linear-gradient(141deg, #e8efff, transparent);
    background: linear-gradient(141deg, #e8efff, transparent);
    padding: 100px 20px 0;
}
.mainSlider .textBox {
    max-width: 700px;
    margin-left: auto;
    padding: 40px 15px;
}
.mainSlider .textBox h5 {
    font-size: 18px;
    color: var(--theme-color);
}
.mainSlider .textBox h1 {
    font-size: 58px;
    font-weight: 900;
}
.mainSlider .imgBox {
    text-align: right;
}
.mainSlider .imgBox img {
    width: auto;
    height: auto;
}



.home-strip .box {
    padding: 35px 22px;
}
.home-strip .textBox h4, .featureList .box h4 {
    font-size: 16px;
    color: var(--theme-color);
}
.home-strip .textBox p, .featureList .box p {
    font-size: 12px;
}
.ticker_wrap{display: flex;}
.ticker__breaking {
    white-space: nowrap;
    background: #F13043;
    color: #fff;
    overflow: hidden;
    padding: 5px 20px;
    display: inline-block;
    font-weight: bold;
}
.ticker__viewport {
    background: #0067ed;
    color: #fff;
    overflow: hidden;
    padding: 5px 0;
    display: inline-block;
    flex-grow: 1
}
.ticker__viewport a {
  cursor: context-menu;
  color: #fff;
  text-decoration: none;
}
.ticker__viewport a:hover {
  color: yellow;
  font-weight: bold;
}
 .ticker__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
 .ticker__item {
    display: inline-block;
    white-space: nowrap;
    padding-right: 40px;
}
.ticker__item:before{
  content: "";
  font-weight: bold;
}
section.country_wraper {
    padding-top: 25px;
}
.countrySlider .owl-stage {
    display: flex;
}
.countrySlider .owl-item {
    padding: 20px 15px;
}
.countrySlider .item {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.2);
}
.countrySlider .item h3 {
    margin: 10px 0 32px;
    font-size: 18px;
}
.countrySlider .item .imgBox img {
    max-width: 58px;
    float: right;
}
.countrySlider .item ul.list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 115px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    overflow-x: auto;
    overflow-x: hidden !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}
.countrySlider .item ul.list::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}
.countrySlider .item ul.list::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6);
}
.countrySlider .item ul.list::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1);
}
.countrySlider .item ul.list li {
    margin: 6px 0;
}
.countrySlider .item ul.list li a {
    position: relative;
    color: #333;
    font-size: 14px;
    padding-left: 22px;
}
.countrySlider .item ul.list li a::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border-right: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    transform: rotate(45deg);
}



.acheivements {
    background-size: cover;
    position: relative;
    z-index: 1;
}
.acheivements::before {
    position: absolute;
    content: "";
    background: #29313C;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}
.acheivements.style2::before {
    opacity: 0;
}
.acheivements .icon {
    margin-bottom: 10px;
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.acheivements .item:hover .icon {
    opacity: 1;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
}
.acheivements .icon img {
    max-width: 62px;
    max-height: 62px;
}
.acheivements.style2 .icon img {
    filter: brightness(0) grayscale(0);
}
.acheivements.style2 .icon {
    opacity: 1;
}

div#counter>div:not(:last-child) {
    border-right: 1px solid #4d5662;
}
.style2 div#counter>div:not(:last-child) {
    border-right: 1px solid #dbdbdb;
}
#counter .percent:after {
    content: "+";
    display: inline-block;
}
.percent {
    font-size: 42px;
    font-weight: 800;
    color: var(--theme-color);
}
.acheivements .list h5 {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.featureList .owl-dots {
    margin-top: 0;
}
.featureList .owl-stage{display: flex;}
.featureList .owl-item {
    display: flex;
    flex: 1 0 auto;
    padding: 10px 0 20px;
}

.featureList .box {
    background: #ffffff;
    border: 1px solid #eaf3ff;
    padding: 18px;
    border-radius: 6px;
    box-shadow: var(--light-shodow);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}
.featureList .box i {
    font-size: 38px;
    line-height: 38px;
    color: #f14d5d;
}

section.info_video {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 620px;
    display: flex;
    align-items: center;
    z-index: 1;
}
section.info_video::before {
    position: absolute;
    content: "";
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
}

.ielts_coaching .head_bar {
    padding-bottom: 150px;
}
.ielts_coaching .innerBox {
    background: #ffffff;
    border: 1px solid #eaf3ff;
    position: relative;
    border-radius: 10px;
    margin: -150px auto 60px;
    padding: 35px;
    box-shadow: var(--light-shodow);
}

.ielts_video img {
    height: 305px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    opacity: 0.9;
}
.ielts_video .playBtn {
    background: #ffffff;
    color: #585858;
    position: absolute;
    border: none;
    left: 20px;
    bottom: 20px;
    font-size: 13px;
    padding: 8px 20px 8px 14px;
    border-radius: 26px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.17);
}
.ielts_video .playBtn i {
    color: #ff0000;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}


.review-score {
    font-size: 38px;
}
.review-score strong {
    font-size: 80px;
    color: #2ecc71;
    line-height: 1;
}
.review-score-text {
    font-size: 13px;
    color: #999;
}
.review-score-text strong {
    display: block;
    font-size: 16px;
    color: #000;
}
.review-score-text span {
    color: #2ecc71;
    font-weight: 600;
}


.review-sumary table, .review-sumary table tr td {
    border: none;
    padding: 0;
}
.review-sumary table tr td {padding: 2px 0;vertical-align: bottom;}
.review-sumary table tr td p {
    margin-bottom: 0;
    font-size: 12px;
}
.progress {
    height: 5px;
    margin-bottom: 2px;
}
.progress .percent.green {
    background: #2ecc71;
}
.progress .percent.red {
    background: #ff0000;
}
.progress .percent.orange {
    background: #ff9933;
}
.progress .percent.gray {
    background: #666666;
}

.review-sumary table tr td:last-child {
    width: 52px;
}
.review-sumary span.number {
    font-size: 10px;
    font-weight: 700;
    padding-left: 10px;
    line-height: 1;
    display: block;
}

.review-box span.stars {
    display: block;
    font-size: 18px;
}
.review-box span.stars i {
    color: #ccc;
    margin-right: 3px;
}
.review-box span.stars i.active {
    color: #ecbe14;
}

.videoColumn {
    padding: 10px 0;
}
.videoColumn h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.video_reviewSlider.owl-carousel .owl-nav button.owl-prev {
    top: -38px;
    left: auto;
    right: 45px;
    transform: translate(0);
}
.video_reviewSlider.owl-carousel .owl-nav button.owl-next {
    top: -38px;
    right: 0;
    transform: translate(0);
}
.video_reviewSlider2 iframe {border-radius: 8px;}

.counsellors {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.counsellorBox {
    position: relative;
    background: #ffffff;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    min-height: 100%;
    box-shadow: 0 0 8px #dfe2f4;
}
.counsellors .row .column {
    padding-top: 15px;
    padding-bottom: 15px;
}
.counsellorBox .linkedin_link {
    position: absolute;
    background: #175ddc;
    color: #ffffff;
    font-size: 18px;
    bottom: 18px;
    right: 16px;
    height: 26px;
    width: 26px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
}
.counsellorBox .user_img {
    position: relative;
    padding-bottom: 105%;
}
.counsellorBox .user_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.counsellorBox .textBox {
    padding: 16px;
}
.counsellorBox h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.counsellorBox p {
    font-size: 12px;
    margin: 0;
}
.counsellorBox .exp {
    font-size: 10px;
    font-weight: 500;
    color: #b2b2b2;
    margin-top: 10px;
}
.counsellorBox .exp strong {
    font-size: 13px;
    display: block;
    color: #c31c52;
}




.headOffice .videoBox {
    max-width: 840px;
    margin: 0 auto 30px;
}
.headOffice .videoBox video {
    width: 100%;
}
.headOffice .heading {
    margin-bottom: 20px;
}
.headOffice .heading h2 {
    font-size: 25px;
    font-weight: 900;
    max-width: 880px;
}

.branchList .box {
    background: #ffffff;
    padding: 20px 20px 35px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #fde4e7;
    box-shadow: var(--light-shodow);
}
.branchList .box img {
    border-radius: 6px;
    margin-bottom: 20px;
}
.branchList .box .icon i {
    background: #fde4e7;
    font-size: 30px;
    color: var(--theme-color-two);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.branchList .textBox p {
    font-size: 13px;
}
.branchList .box .btn {
    padding: 4px 12px;
}
.branchList .box .readMore {
    color: var(--theme-color);
}
.branchList .box .readMore i {
    font-size: 18px;
    vertical-align: middle;
}

.branchList .videoBox {
    position: relative;
    margin-bottom: 26px;
    border-radius: 5px;
    overflow: hidden;
}
.branchList .videoBox video {
    width: 100%;
}

.branchList .videoBox iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mapBox iframe {
    width: 100%;
    height: 480px;
}
.mapModal .modal-dialog {
    max-width: 800px;
}

.popup_videoBox, .ielts_video {
    position: relative;
}
.popup_videoBox .playBtn {
    background: #ffffff;
    color: #ff0000;
    border: none;
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 34px;
    width: 80px;
    height: 80px;
    line-height: 78px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 0 16px #ffffff29;
}



#ielts_modal .modal-dialog,
#video__modal .modal-dialog {
    max-width: 800px;
}
button.close {
    position: absolute;
    top: -28px;
    right: 0;
    font-size: 18px;
    opacity: 1;
    color: #ffffff;
    text-shadow: none;
}
#ielts_modal .videoBox iframe,
#video__modal .videoBox iframe {
    width: 100%;
    display: block;
    max-height: 450px;
}

.testimonial {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.topIcon {
    display: block;
    margin: 0 auto;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    padding: 16px;
}
.reviewSlider .owl-stage-outer, .video_reviewSlider .owl-stage-outer {
    padding: 10px 0;
}
.video_reviewSlider iframe {
    border-radius: 8px;
}
.reviewSlider .item, .reviewSlider2 .item {
    background: #ffffff;
    border: 1px solid #eaf3ff;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 4px 8px 0 rgba(53, 99, 146, 0.05);
}
.quoteText {
    height: 94px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    overflow-x: auto;
    overflow-x: hidden !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}
.quoteText::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}
.quoteText::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6);
}
.quoteText::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1);
}

.reviewSlider2 .item .userBox {
    margin-top: 30px;
}

.quoteText p {
    font-size: 14px;
}
.reviewSlider .item .userBox {
    margin-top: 45px;
}
.reviewSlider .user_img img, .reviewSlider2 .user_img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.reviewSlider .userBox h4, .reviewSlider2 .userBox h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--theme-color-two);
}
.reviewSlider .userBox p, .reviewSlider2 .userBox p {
    font-size: 12px;
    color: #999;
    margin: 0;
}


.blogSlider .item .row>div {
    width: 28%;
    max-width: 28%;
    flex: 0 0 28%;
}
.blogSlider .item .row>div:first-child {
    width: 44%;
    max-width: 40%;
    flex: 0 0 40%;
}
.blogSlider .item .row>div:first-child .post-item {
    padding-bottom: 58px;
}
.blogSlider .item .row>div:first-child .box-content {
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    box-shadow: 0 3px 5px 0 rgba(78, 83, 90, 0.10);
}


.post-item {
    position: relative;
    background: #ffffff;
    margin: 10px 0;
}
.post-item .videoBox, .videoColumn .videoBox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.post-item .videoBox iframe, .videoColumn .videoBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-item .box-img {
    display: block;
    position: relative;
    padding-bottom: 65%;
}
.post-item .box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}


.post-item .box-content {
    padding: 20px;
}
.post-item .meta {
    margin-bottom: 8px;
}
.post-item .meta span {
    display: inline-block;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-right: 12px;
}
.post-item .meta span i {
    margin-right: 4px;
    color: #c1c1c1;
}
.post-item .date {
    color: var(--theme-color-two);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.post-item h4,
.post-item h4 a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}


.post-item .btn {
    position: relative;
    padding-left: 32px;
    color: var(--theme-color);
}
.post-item .btn::before {
    position: absolute;
    background: var(--theme-color-two);
    content: "";
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
}
.blog .singleItem {
    max-width: 800px;
    margin: 0 auto;
}



.contactInfo .box {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.contactInfo .text {
    display: block;
    font-size: 14px;
}
.contactInfo .text strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}



.getQuery .head_bar {
    padding-top: 100px;
    padding-bottom: 205px;
    background-size: auto;
    background-position: center;
}
.getQuery .innerBox {
    padding: 40px;
    box-shadow: 0px 12px 20px 0px rgb(95 127 208 / 15%);
    position: relative;
    border-radius: 8px;
    z-index: 100;
    background: #fff;
    margin: -180px 0 0;
}
form.queryForm .label-title {
    font-size: 12px;
}
.queryForm input[type="date"],
.queryForm input[type="datetime-local"] {
    text-transform: uppercase;
}

.queryForm input.form-control, .queryForm select.form-control {
    height: 42px !important;
}
.queryForm .form-control {
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 13px;
}
span.error {
    font-size: 11px;
    color: #ff0000;
}






#footer {
    background: #29313C;
    color: var(--theme-color);
}
#footer .slider-area {
    background: #ffffff;
    padding: 80px 0 45px;
}
.footer-area {
    margin-top: 0;
    padding: 66px 0;
    border-bottom: 1px solid #3d4652;
}
.plateformSlider .item {
    text-align: center;
}

.plateformSlider .item img {
    max-height: 48px;
    width: auto;
    display: inline-block;
}

#footer h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer .box p {
    color: #90969c;
    font-size: 14px;
}
.footer .aboutBox .btn {
    padding: 14px 20px;
    font-size: 14px;
}
ul.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-menu li {
    margin-right: 16px;
}

ul.footer-menu li a {
    padding: 2px 0;
    display: block;
    color: #798795;
    font-size: 14px;
}
footer#footer a:hover {
    color: var(--theme-color);
}

.info-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info-menu li {
    position: relative;
    padding: 4px 0;
    color: #798795;
}
.info-menu li a {
    color: #798795;
}
.info-menu li .flaticon {
    font-size: 22px;
    color: #adadad;
    margin-right: 14px;
    vertical-align: middle;
}

#footer .footer-social-icons {
    padding: 0;
    margin: 20px 0 0;
}
#footer .footer-social-icons a {
    border: 1px solid #3d4652;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    margin-right: 8px;
    display: inline-block;
    text-align: center;
    color: var(--theme-color);
}


.copyright {
    padding: 20px 0;
}
#footer .copyright p {
    font-size: 14px;
    margin: 0;
    color: #8a909a;
    text-align: center;
}

a.whatsappChat {
    display: inline-block;
    background: #36b345;
    position: fixed;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    left: 15px;
    bottom: 15px;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    z-index: 99998;
}


.bookCall_form {
    padding: 30px;
}
.bookCall_form h2 strong {
    font-size: 31px;
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
    color: var(--theme-color);
}

.bookCall_form h2 {
    font-size: 15px;
    color: #999;
    font-weight: 400;
    margin-bottom: 25px;
}

.bookCall_form input.form-control {
    border: 1px solid #b3c0de;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
}
.bookCall_form .btn {
    width: 100%;
}
.bookCall_form .checkUpdate {
    display: block;
    margin-top: 20px;
}
input[type=checkbox].custom-check, input[type=radio].custom-check {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: #ffffff;
    border: 1px solid #ccc;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    border-radius: 0;
    margin-right: 8px;
    cursor: pointer;
}
input[type=checkbox].custom-check:checked, input[type=radio].custom-check:checked {
    background: #6ec343;
    border-color: #63b13b;
}
input[type=checkbox].custom-check:checked::after, input[type=radio].custom-check:checked::after {
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.bookCall_form .terms {
    border-top: 1px solid #efefef;
    margin-top: 20px;
    padding-top: 15px;
    font-size: 13px;
}
.bookCall_form .otpGroup {
    position: relative;
    display: block;
}
.bookCall_form .otpGroup .success {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #13af1f;
}
.success .check {
    width: 10px;
    height: 6px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #13af1f;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: rotate(-45deg) translateY(-3px);
    -moz-transform: rotate(-45deg) translateY(-3px);
    transform: rotate(-45deg) translateY(-3px);
}
.bookCall_form span.error {
    margin-top: 6px;
    display: block;
}
.bookCall_form span.error .msg {
    color: #EB5757;
}
.bookCall_form span.error a {
    float: right;
    text-decoration: underline;
    font-size: 14px;
}

section.hero-inner {
    position: relative;
    padding: 80px 0 60px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
section.hero-inner::before {
    position: absolute;
    content: "";
    background: linear-gradient(138deg, #F8F8FC 20%, #FFFFFF00 90%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.counsellorsList .counsellorBox {
    margin: 16px 0;
    border: 1px solid #fde4e7;
}
.counsellorsList .counsellorBox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.counsellorsList .counsellorBox p {
    font-size: 15px;
}
.counsellorsList .counsellorBox .user_img img {
    height: 226px;
}
.counsellorsList .counsellorBox ul.info {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px;
}
.counsellorsList .counsellorBox ul.info li {
    position: relative;
    font-size: 13px;
    margin: 6px 0;
    padding-left: 28px;
}
.counsellorsList .counsellorBox ul.info li::before {
    position: absolute;
    background: #f25c6b;
    content: "";
    left: 0;
    top: 48%;
    width: 14px;
    height: 1px;
}


.actionBar a {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.counsellorBox .linkedin {
    background: #175ddc;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

.counsellorBox .youtube {
    background: #c7ebef;
    color: #20909c;
    font-size: 14px;
    line-height: 30px;
}



.aboutUs h3 {
    margin-bottom: 25px;
}

ul.aboutList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.popularCourses .box .aboutList {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.popularCourses .box .aboutList li {
    margin: 15px 0;
}
.aboutList li {
    position: relative;
    font-size: 16px;
    padding-left: 40px;
}

.aboutList li::before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 20px;
    margin-right: 15px;
    color: #386de4;
    left: 0;
}
.ourProcess .row>div{margin-bottom: 25px;}
.ourProcess .box {
    position: relative;
    border: 1px dashed #555f6d;
    padding: 26px 26px 26px 68px;
    height: 100%;
}
.ourProcess .box i {
    color: var(--theme-color);
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 22px;
}

.ourProcess .box h3 {
    font-size: 20px;
}
.ourProcess .box ul li {
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    padding-left: 25px;
}
.ourProcess .box ul li::before {
    position: absolute;
    background: #6b727b;
    content: "";
    left: 0;
    top: 48%;
    width: 10px;
    height: 1px;
}




.popularCourses .box .heading h2 {
    font-size: 26px;
}
.popularCourses .box i {
    color: var(--theme-color);
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 22px;
}

.popularCourses .box ul+h3 {
    margin-top: 30px;
}

.popularCourses .box h3 {
    font-size: 16px;
    margin-bottom: 11px;
}
.popularCourses .box ul.list-unstyled li {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 10px 14px;
    font-size: 13px;
    margin: 3px 2px;
    border-radius: 6px;
    border: 1px solid #e4e6fd;
}

.jobColumn .column {
    position: relative;
    background: #ffffff;
    padding: 12px 15px;
    font-size: 14px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #fde4e7;
}
.jobColumn .column h3 {
    font-size: 16px;
}
.jobColumn .column p strong {
    color: var(--theme-color);
}

.req_document h4 {
    margin-bottom: 16px;
}
.req_document .list_box li {
    position: relative;
    padding-left: 26px;
}
.req_document .list_box li::before {
    position: absolute;
    content: "\f105";
    font-family: 'flaticon';
    font-size: 12px;
    margin-right: 15px;
    color: #386de4;
    left: 0;
    top: 3px;
}
.req_document .list_box li:not(:last-child) {
    margin-bottom: 12px;
}


.dc_checklist {
    background-size: contain;
    background-position: center;
}
.checkList ul.box>li {
    position: relative;
    background: #ffffff;
    padding: 12px 30px 12px 15px;
    font-size: 14px;
    margin: 8px 0;
    border-radius: 6px;
    border: 1px solid #fde4e7;
}
.checkList ul.box>li::before {
    position: absolute;
    content: "\f046";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 15px;
    color: #f9acb4;
    top: 12px;
    right: 0;
}
.checkList ul.box>li ul li {
    margin-top: 8px;
    font-size: 12px;
    position: relative;
    padding-left: 22px;
}
.checkList ul.box>li ul li::before {
    position: absolute;
    background: #6b727b;
    content: "";
    left: 0;
    top: 48%;
    width: 10px;
    height: 1px;
}


.chartList ul {
    position: relative;
}


.chartList ul li>span {
    position: relative;
    display: inline-block;
    background: #f6f9ff;
    color: var(--theme-color);
    font-weight: 500;
    padding: 8px 16px;
    font-size: 12px;
    margin: 6px 6px;
    border-radius: 6px;
    border: 2px solid #e4e6fd;
}
.chartList ul li span>span {
    font-weight: 600;
    margin-right: 7px;
}
.chartList ul li ul li span {
    background: #fff8f9;
    color: var(--theme-color-two);
    border-color: #fde4e7;
}
.chartList ul li ul li ul li span {
    background: #f7f7f7;
    color: #737373;
    border-color: #e4e4e4;
}

*/
.chartList ul li ul {
    display: inline-block;
    max-width: 900px;
    margin: 0 0 0 20px;
    vertical-align: top;
}



/*=============================== About page
*/
.heading_text {
    max-width: 835px;
}
.heading_text.text-center {
    margin: 0 auto;
}
.heading_text h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.heading_text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.featureList.fullList .box {
    height: 100%;
    margin: 0;
    padding: 32px 26px 22px;
}
.featureList.fullList .box .icon {
    margin-bottom: 20px;
}
.featureList.fullList .box h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.featureList.fullList .box p {
    font-size: 14px;
}


section.single_blog {
    padding-top: 35px;
}
.singlePost span.date i {
    margin-right: 6px;
}
.singlePost span.date {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

h1.post-title {
    font-size: 28px;
    max-width: 720px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 1.4;
    font-weight: 600;
}
h1.post-title a {
    color: #000;
}

.singlePost .video_column {
    max-width: 900px;
    margin: 0 auto;
}
.singlePost .videoBox {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 40px;
}
.singlePost .videoBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single_post .textBox img {
    height: auto !important;
}



.haveQ_popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    overflow: auto;
    z-index: 999;
}
p:empty {
    display: none;
}
.haveQ_popup .column {
    background: #ffffff;
    border: 1px solid #e4e6fd;
    max-width: 980px;
    padding: 20px;
    margin: 0 auto;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.20);
}
.Qclose_btn {
    position: absolute;
    background: white;
    border: none;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
/*
.haveQ_popup img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    object-position: center;
}
*/
.haveQ_popup h3 {
    font-size: 20px;
}
.haveQ_popup p {
    font-size: 14px;
    margin: 0;
}





.about__ff .textBox {
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
}
.about__ff .textBox p {
    font-size: 20px;
}
.citizen_block .box {
    border: 1px solid #e4e6fd;
    background: #ffffff;
    padding: 18px 30px;
    text-align: center;
    border-radius: 6px;
    margin: 16px 0;
}
.citizen_block .box .imgBox {
    height: 65px;
    line-height: 65px;
}

.citizen_block .box .imgBox img {
    max-width: 80px;
    max-height: 52px;
    display: inline-block;
}
.citizen_block .box h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}

div#apply_ff .modal-dialog {
    max-width: 650px;
}
.ff_form {
    padding: 35px;
}
.ff_form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
}
.ff_form .form-control {
    border-radius: 0;
    font-size: 14px;
}

.ff_form input.form-control, .ff_form select.form-control {
    height: 42px;
}

.ff_form .document_btn {
    border: 1px solid #386de4;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #386de4;
    cursor: pointer;
}
.ff_form .document_btn .fa {
    margin-right: 6px;
    font-size: 16px;
}
.ff_form .for_input {display: none;}
.ff_form .fileName {
    background: #e4ecfd;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
}



.faq_wrap .content {
    max-width: 800px;
    margin: 0 auto;
}
.faq_column .card {
    border: none;
    margin-bottom: 10px;
}
.faq_column .card h2 {
    text-align: left;
    white-space: normal;
    color: #333333;
    position: relative;
    padding: 2px 0 2px 24px;
}
.faq_column .card h2::before {
    position: absolute;
    content: "\f068";
    font-family: 'FontAwesome';
    left: 0;
    top: 6px;
    font-size: 12px;
    font-weight: 300;
    color: var(--theme-color);
}
.faq_column .card h2.collapsed::before {
    content: "\f067";
}
.faq_column .card .textBox {padding-left: 24px;}


.logos_list li {
    padding: 14px 20px;
}

.logos_list img {
    max-height: 55px;
}

.youtubeLink_block .box {
    margin: 10px 0;
}
.youtubeLink_block .box h3 {
    font-size: 16px;
    margin-top: 20px;
}


.vacancies_sidebar {
    position: sticky;
    top: 110px;
    border: 1px solid #fde4e7;
    border-radius: 4px;
    padding: 10px 20px;
}
.vacancies_sidebar ul li a {
    display: block;
    padding: 10px 0;
    color: #000;
}
.vacancies_sidebar ul li a.active {
    color: var(--theme-color);
}

.vacancies_content .column:not(:last-child) {
    margin-bottom: 80px;
}

.vacancies_content .heading h2 {
    font-size: 22px;
}
.vacancies_content .text p+h3 {
    margin-top: 32px;
}
.vacancies_content .text h3 {
    font-size: 18px;
    margin-bottom: 16px;
}
ul.vacancies_list li a {
    padding: 8px 0;
    display: inline-block;
}

.info_note h3 {
    margin-bottom: 30px;
}

.info_note h3 span {
    margin-top: 10px;
    font-weight: 600;
    color: var(--theme-color-two);
}



.blog_listing .post-item {
    margin: 0 0 15px;
}
.blog_listing .post-item .box-content {
    padding: 14px 6px;
}

.blog_sidebar {
    position: sticky;
    top: 50px;
}
.blog_sidebar .top_title h3 {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 2px solid #f14d5d;
    padding-left: 18px;
}
.blog_sidebar .column:not(:last-child) {
    margin-bottom: 40px;
}

.blog_sidebar .searchbar {
    padding: 12px 0;
}
.blog_sidebar .searchbar input {
    height: 45px;
    padding: 6px 15px;
    border-radius: 0;
    border: 1px solid var(--theme-color-two);
}
.blog_sidebar .searchbar button {
    height: 45px;
    font-size: 14px;
    background: var(--theme-color-two);
    border: none;
    color: #ffffff;
    border-radius: 0;
    padding: 5px 21px;
    font-weight: 600;
}

ul.categoury_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.categoury_list li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}
ul.categoury_list li a {
    display: block;
    color: #484848;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 500;
}
ul.categoury_list li a:hover {
    color: var(--theme-color);
}

.blog_sidebar .newsItem:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.blog_sidebar .newsItem img {
    border-radius: 6px;
    object-fit: cover;
}
.blog_sidebar .newsItem .entry-title {
    color: #000000;
    font-size: 12px;
    display: block;
    line-height: 1.4;
}
.blog_sidebar .newsItem .post-date {
    font-size: 11px;
    margin-bottom: 5px;
}


h1.post_title {
    font-size: 30px;
    margin-bottom: 25px;
}
.post_meta {
    margin-bottom: 25px;
}
.post_meta span {
    display: inline-block;
    font-size: 13px;
    color: #8c8c8c;
    font-weight: 500;
    margin-right: 12px;
}
.post_meta span i {
    margin-right: 4px;
    opacity: 0.6;
}
.post_meta .auther-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 10px;
}
.single_post p+h3 {
    margin-top: 30px;
}
.single_post p {
    font-size: 15px;
}
.single_post h3 {
    font-weight: 600;
    font-size: 19px;
}


.concern_wraper {
    padding: 150px 0 80px;
}
.lavel_box {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}
.lavel_box h3 {
    font-size: 16px;
}
.lavel_box p {
    margin-bottom: 0;
    font-size: 14px;
}
.concern_wraper .note {
    margin-top: 20px;
    color: #f14d5d;
    font-style: italic;
    font-size: 12px;
}
.lavel_box .form {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 20px;
}

.brochur .column {
    border-top: 1px solid #e8e8e8;
    padding: 40px 0;
}
.brochur .column h2 {
    font-size: 25px;
    font-weight: 700;
}
.brochur .column p {
    max-width: 400px;
}



section.uni_banner {
    min-height: 350px;
}
section.uni_banner::before {
    opacity: 0.8;
}
.univercity_bar {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.univercity_bar .uni_logo {
    background: #ffffff;
    padding: 12px 22px;
}
.univercity_bar .uni_logo img {
    max-width: 200px;
    max-height: 88px;
}
.univercity_bar .title_box h5 {
    font-size: 14px;
    color: var(--theme-color-two);
}
.univercity_bar .title_box h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 800;
}

.keyInformation {
    border-color: var(--theme-color);
}

.keyInformation h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 28px;
}
.keyInformation .tableBox tr span {
    display: block;
    font-size: 13px;
}
.keyInformation .tableBox tr strong {
    display: block;
    color: #000000;
}



.uni_content .toggleText {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.uni_content .toggleText::before {
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
}
.uni_content .toggleText.active::before {opacity: 0;}
.uni_content h1 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 28px;
    border-left: 3px solid var(--theme-color-two);
    padding-left: 16px;
}
.toggleTextBtn {
    display: inline-block;
    margin-top: 12px;
}
.popularCourses .course_box h3, .scholarships_box h3 {
    position: relative;
    background: #fef5f6;
    font-size: 16px;
    border: 1px solid #f1e5e6;
    border-left: 4px solid #e6d7d9;
    padding: 15px 22px;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
}

.popularCourses .course_box h3::before, .scholarships_box h3::before {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    right: 20px;
    top: 7px;
    font-size: 30px;
    font-weight: 300;
    color: #333;
}
.popularCourses .course_box h3.collapsed::before, .scholarships_box h3.collapsed::before {
    content: "\f106";
}

.course_box ul, .scholarships_box .innerBox {
    padding: 36px 25px;
    border-left: 1px solid #f1e5e6;
    border-right: 1px solid #f1e5e6;
}
.course_box:last-child ul, .scholarships_box:last-child {
    border-bottom: 1px solid #f1e5e6;
}
.popularCourses .course_box.box ul.list-unstyled li {
    color: #464646;
    padding: 11px 22px;
    margin: 8px 5px;
    border: 1px solid #dadada;
}


ul#lightgallery .imgBox {
    position: relative;
    padding-top: 75%;
}
ul#lightgallery .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.lSAction>a {
    background: #ffffff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
}

.scholorship {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.scholorship::before {
    position: absolute;
    background: #e5e4fd;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
}
.scholorship .column {
    background: rgba(37, 72, 150, 0.79);
    padding: 55px 45px;
    margin-left: 50%;
}
.scholorship .column .container {
    max-width: 570px;
    margin-left: 0;
}

.languageCert table.table tr th {
    background: #d1d7e4;
    color: #333;
}

.languageCert table.table tr th, .languageCert table.table tr td {
    border: 1px solid #c1c7d4;
    padding: 8px 12px;
    font-size: 13px;
}
.scholarships_box table {
    border: 1px solid #dee2e6;
}
.scholarships_box table tr th {
    background: #e8ebf3;
}


.allCourses .nav {
    border: none;
}
.allCourses .nav li:not(:last-child) {
    margin-right: 6px;
}
.allCourses .nav li a {
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    color: #636363;
}
.allCourses .nav li a.active {
    background: var(--theme-color-two);
    color: #ffffff;
}

.allCourses ul.listBox li {
    position: relative;
    padding-left: 28px;
    margin: 20px 0;
}
.allCourses ul.listBox li::before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 16px;
    color: var(--theme-color);
    left: 0;
}

.fulfill_banner, .askHead_wraper  {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.fulfill_banner h1 {
    font-size: 36px;
}
.fulfill_banner h1 strong {
    display: block;
    font-weight: 800;
    color: var(--theme-color);
}
.fulfill_banner .textBox {
    background: #ffffff73;
    border: 1px solid #fde4e7;
    border-radius: 6px;
    padding: 25px;
    text-align: center;
    display: block;
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
}
.fulfill_banner .textBox p {
    color: #333333;
}

.fulfill_item {
    padding: 10px 0;
    max-width: 1000px;
    margin: 12px auto;
}
.fulfill_item:not(:last-child) {
    border-bottom: 1px solid #e9ecf3;
}
.fulfill_item .img {
    padding-right: 5px;
    padding-left: 0;
}
.fulfill_item .img img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.fulfill_item h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.fulfill_item .visaStatus {
    font-size: 10px;
    color: #999;
}
.fulfill_item .visaStatus .approved, .fulfill_item .visaStatus .pending {
    color: #ffffff;
    background: #33b537;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: 500;
    padding: 1px 8px;
}
.fulfill_item .visaStatus .pending {
    background: #d6a51c;
}
.fulfill_item .edu_detail {
    font-size: 13px;
    margin: 8px 0 12px;
    color: #333;
}
.fulfill_item .edu_detail i {
    margin-right: 3px;
    color: #bdbdbd;
}
.fulfill_item .edu_detail span {
    display: block;
}
.fulfill_item .edu_detail span.course {
    font-size: 12px;
    margin-bottom: 8px;
}


.mbbs_block {
    padding-top: 130px !important;
}
.uni_banner {
    margin-bottom: 25px;
}
.mbbs_block .heading h2 {
    font-size: 28px;
    font-weight: 600;
}
.mbbs_content .column:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 55px;
    margin-bottom: 55px;
}

.mbbs_content table.table tr th, .mbbs_content table.table tr td {
    background: #fbecee;
    font-size: 13px;
    border-color: #ecdfe0;
    color: #333;
}
.mbbs_content table.table tr th {
    background: #fde4e7;
}
.mbbs_content ol.num_list li {
    margin-bottom: 8px;
    font-size: 14px;
}
.mbbs_content .note {
    background: #fa159c1c;
    padding: 14px 20px;
    color: #333;
    margin-bottom: 18px;
}
h6.sbdate span {
    color: #e65401;
    font-weight: 900;
}

.intakeWrap {
    margin-top: 32px;
}

.intakeWrap h3 {
    margin-bottom: 24px;
}
.intakeTable.table tr th {
    background: #d1d9ed !important;
}
.intakeTable tr td {
    background: #ecf0f9 !important;
    border-color: #d2d9eb !important;
}
.intakeTable tr:nth-child(2n+1) td {
    background: #e0e7f9 !important;
}

/*Steps Process*/
.stepProcess .timeline-item:after, .stepProcess .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }
  
  .stepProcess {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .stepProcess:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ae1f23;
    left: 50%;
    top: 0;
    position: absolute;
  }
  .stepProcess:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
  }
  .stepProcess .timeline-item {
    margin-bottom: 10px;
    position: relative;
  }
.stepProcess .timeline-item .timeline-icon {
    background: #ae1f23;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
}
  .timeline-content.right {
    text-align: left !important;
  }
  .stepProcess .user_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    overflow: hidden;
}

.stepProcess .user_img {
    position: relative;
    padding-bottom: 42%;
}
.stepProcess .timeline-item .timeline-content {
    position: relative;
    width: 45%;
    background: #f2f1f9;
    padding: 14px 30px 14px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
}
  .stepProcess .timeline-item .timeline-content p {
margin: 10px 0 0;
}
.stepProcess .timeline-item .timeline-content h4 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
.stepProcess .timeline-item .timeline-content::before {
    content: '';
    position: absolute;
    right: -7px;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #f2f1f9;
}
  .stepProcess .timeline-item .timeline-content.right {
    float: right;
  }
.stepProcess .timeline-item .timeline-content.right:before {
    content: '';
    left: -7px;
    right: auto;
    border-left: 0;
    border-right: 7px solid #f2f1f9;
}
  
/*Steps Process*/
section.about_Winners {
    background: #daeef7;
}

.topicsList li {
    position: relative;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 18px;
}
.topicsList li::before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 16px;
    margin-right: 15px;
    color: #386de4;
    top: 1px;
    left: 0;
}


.teamWrap .title {
    background: #f4f5f8;
    border-bottom: 1px solid #dbe0eb;
    position: relative;
    padding: 18px 16px;
    color: #000;
    margin: 0;
    cursor: pointer;
    border-left: 3px solid #bec7d9;
}
.teamWrap .title h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}
.teamWrap .title::before {
    position: absolute;
    content: "";
    right: 20px;
    top: 26px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--theme-color);
    border-bottom: 2px solid var(--theme-color);
    transform: rotate(225deg);
}
.teamWrap .title.collapsed::before {
    transform: rotate(45deg);
}

.allUnivercity .table tr:nth-child(2n+1) {
    background: #f7f7f9;
}
.allUnivercity .table tr th {
    color: #000000;
    border: none;
    font-size: 17px;
}

.allUnivercity .table tr td {
    border: none;
}
.btnBox1 {
    margin: 10px 0;
}
.EventList {
    margin: 0 0 10px 0;
    align-items: center;
    background: #f7f9fe;
}
.EventListData{
    padding: 20px 10px;
    
}
.EventList h4 a {
    color: #000000;
    font-size: 16px;
}
.EventList .meta span {
    font-size: 12px;
    margin-right: 10px;
}
.EventList .meta i {
    margin-right: 3px;
}
.EventList .btn {
    font-size: 13px;
    padding: 6px 16px;
    letter-spacing: 0;
}
.EventList img {
    width: 100%;
    height: 268px;
    object-fit: cover;
    object-position: top;
}
.EventList img.user-meta-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #386de4;
    margin-top: -65px;
}
img.user_details_img {
    width: auto;
    height: auto;
    border-radius: 50%;
    padding: 10px;
}

.webinarList .item {
    padding: 20px 10px;
    margin: 0;
    align-items: center;
}
.webinarList .item:nth-child(2n+1) {
    background: #f7f9fe;
}
.webinarList .item:not(:last-child) {
    border-bottom: 1px solid #eceef3;
}
.webinarList .item h4 a {
    color: #000000;
    font-size: 16px;
}
.webinarList .item .meta span {
    font-size: 13px;
    margin-right: 12px;
}
.webinarList .item .meta i {
    margin-right: 3px;
}
.webinarList .item .btn {
    font-size: 13px;
    padding: 6px 16px;
    letter-spacing: 0;
}


.webinar_msg {
    background: #f0f3fb;
    padding: 60px 30px;
    text-align: center;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
.webinar_msg h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 15px auto 35px;
    color: var(--theme-color-two);
}
.webinar_msg p {
    color: #000000;
    font-size: 16px;
}

.webinarForm {border: none;}
.webinarForm .form {
    max-width: 500px;
    padding: 40px;
    margin: 0 auto;
}



/* ----------------------- Uk Visa page css
*/
.enqueryForm {
    background: #ffffff;
    padding: 35px 25px;
    margin-left: auto;
    margin-bottom: -200px;
    box-shadow: -8px 0 22px 0 rgb(0 0 0 / 10%);
}
.useWhatsapp {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 10px;
}
.useWhatsapp .options {
    display: flex;
}
.useWhatsapp .opBtn input {
    position: absolute;
    opacity: 0;
    z-index: -99;
}

.useWhatsapp .opBtn .opText {
    background: #e5e5e5;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    width: 54px;
    display: block;
    text-align: center;
    padding: 4px 2px;
    cursor: pointer;
}
.useWhatsapp .opBtn input:checked+.opText {
    background: var(--theme-color-two);
    color: #ffffff;
}
.useWhatsapp .opBtn:first-child .opText {
    background: #b1c6f7;
}


.visaContent h3 {
    border-left: 2px solid #f14d5d;
    padding-left: 18px;
    margin-bottom: 20px;
}


.visaContent h3 {
    font-size: 20px;
    font-weight: 600;
    border-left: 2px solid #f14d5d;
    padding-left: 18px;
    margin-bottom: 20px;
}
.visaContent *+h3 {
    margin-top: 40px;
}
.visaContent ul, ul.checkList {
    list-style: none;
    padding: 0;
}
.visaContent ul li, ul.checkList li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
}
.visaContent ul li::before, ul.checkList li::before {
    position: absolute;
    content: "\f108";
    font-family: 'flaticon';
    font-size: 16px;
    margin-right: 15px;
    color: #386de4;
    left: 0;
}
.visaContent ol {
    padding-left: 16px;
}
.visaContent ol li {
    margin-bottom: 8px;
}

.talkExpert_box {
    position: sticky;
    top: 100px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    margin-top: 120px;
    padding: 32px 22px;
}
.talkExpert_box .box:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.talkExpert_box ul.infoList li {
    margin: 8px 0;
}

.talkExpert_box ul.infoList li, .talkExpert_box ul.infoList a {
    color: #999999;
}
.talkExpert_box ul i {
    color: #386de4;
    margin-right: 6px;
    font-size: 20px;
    vertical-align: middle;
}
.talkExpert_box ul i.fa-whatsapp {
    color: #22cf1f;
}
.talkExpert_box h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
.talkExpert_box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


/* ----------------------- ORA page css
*/
.universityList .item img {
    border-radius: 10px;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 10%);
    transition: all 0.35s;
}
.universityList .item:hover img {
    transform: scale(1.05);
}
.universityList .item h3 {
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.oraBrochure {
    background-position: center;
    background-size: cover;
}
.oraBrochure .content h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 300;
    text-transform: uppercase;
}
.oraBrochure .content h2 strong {
    font-weight: 600;
    display: block;
}
.oraBrochure .content h3 {
    color: #b5b5b5;
    font-size: 36px;
}

.oraForm {
    background: #b4bdd1;
    padding: 40px 30px;
}
.oraForm h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 32px;
}
.oraForm input.form-control, .oraForm select.form-control {
    border: 1px solid #fff;
    height: 48px !important;
    font-size: 14px;
}
.oraForm .btn.theme-btn {
    width: 100%;
    margin-top: 20px;
}
.oraLogo img {
    max-width: 254px;
}


/* ----------------------- Ask Question page
*/




.askHead_wraper ul.info {
    list-style: none;
    margin: 0;
    padding: 0;
}
.askHead_wraper ul.info li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.askHead_wraper ul.info li:not(:first-child)::before {
    position: absolute;
    content: "";
    left: -14px;
    top: 10px;
    background: #a7a7a7;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.question-Form {
    background: #ffffff;
    padding: 35px 24px;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
}
.question-Form h5 {
    font-size: 18px;
    color: #000;
}
.question-Form .the-count {
    font-size: 12px;
}
textarea.textCount {
    border-width: 0 0 2px 0;
    border-color: #386de4;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 20px;
}
textarea.textCount:focus {
    outline: none;
    box-shadow: none;
}
.question-Form .addMore_detail {
    display: none;
    width: 100% !important;
}
.question-Form .addBtn {
    display: inline-block;
    padding: 10px 15px 0 2px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    color: var(--theme-color-two);
}
.question-Form .addBtn::before {
    content: "\f056";
    display: inline-block;
    font-size: 16px;
    font-family: 'fontawesome';
    margin-right: 5px;
}
.question-Form .addBtn.collapsed::before {
    content: "\f055";
    display: inline-block;
    font-size: 16px;
    font-family: 'fontawesome';
}
.addMore_detail textarea.form-control {
    font-size: 14px;
    margin-top: 10px;
}
.addMore_detail .btn-box p {
    font-size: 12px;
}

.addMore_detail .hideBtn {
    background: none;
    font-size: 13px;
    color: #666;
}



.questionBox {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}
.questionBox  .fa.fa-comments {
    background: var(--theme-color-two);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    height: 45px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    text-align: center;
}

.questionBox  .fa.fa-comments::before {
    position: relative;
    left: 10px;
    top: 6px;
}


  .questionBox .textBox h6 a:hover {
     color: #6685c9;
  }

  .questionBox .textBox h6 a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding-top: 8px;
  }

  .questionBox  .textBox .box .leftBox span {
    font-size: 13px;
  }

  .questionBox  .textBox .box .leftBox a {
    color: var(--theme-color-two);
    margin-right: 8px;
  }

.nav-discussion li #btnGroupDrop1 {
    background: #e2ebff;
    border: 1px solid #a4b7e3;
    color: #386de4;
    padding: 5px 11px;
}

  .nav-discussion li {
    display: inline-block;
    margin-left: 5px;
  }


  .questionBox  .nav-discussion li a.follow {
    color: #2e3192;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #2e3192;
    padding: 9px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .nav-discussion li .dropdown-item {
    font-size: 12px;
    color: #333;
    padding: 10px 12px;
  }

  .nav-discussion li .dropdown-item .fa {
    width: 20px;
    color: #afafc7;
  }

  .questionBox .comment-box {
    border-top: 1px solid #ececec;
    margin-top: 24px;
    padding-top: 22px;
  }

  .comment-box .message {
    padding-left: 60px;
  }

  .comment-box img {
    height: 40px !important;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #ddd;
 }

  .comment-box .message .card-title {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .comment-box .message .card-subtitle {
    font-size: 12px !important;
    color: #000;
    margin: 1px 0 4px;
  }

  .comment-box .message .card-text {
    font-size: 14px !important;
    color: #000;
  }

  .comment-box .message .viewMore {
    color: #2e3192;
  }

  .actions a {
    font-size: 13px;
    color: #676766;
  }
  .questionBox .view-comment {
  border-top: 1px solid #ececec;
  margin-top: 20px;
}
  .view-comment a {
    font-size: 14px;
    color: #2e3192;
    padding: 10px 0;
    display: block;
  } 



.ask_sidebar {
    position: sticky;
    top: 100px;
}
.ask_sidebar .loginBox {
    border-radius: 5px;
    padding: 25px 20px;
    color: #fff;
}

.ask_sidebar .loginBox h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 16px;
    color: #fff;
}
.ask_sidebar .loginBox p {
    font-size: 13px;
}

.ask_sidebar .loginBox .btn {
    width: 100%;
}




.stDetail_wrape {
    background: #f7f7f7;
    margin-top: 82px;
    padding-top: 0;
}

.stDetail_wrape .container {
    max-width: 1000px;
}
.stDetail_wrape .cover-bg {
    background-size: cover;
    background-position: center;
    min-height: 261px;
}
.studentDetail {
    background: #ffffff;
    padding: 42px 32px 20px;
}
.studentDetail .profile {
    margin-top: -78px;
}
.studentDetail .profile img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    object-fit: cover;
    box-shadow: 1px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.studentDetail .info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.studentDetail .visaStatus {
    font-size: 13px;
}

.studentDetail .info .pending, .studentDetail .info .approved {
    color: #ffffff;
    background: #33b537;
    border-radius: 3px;
    margin-left: 5px;
    font-weight: 500;
    padding: 2px 10px;
}
.studentDetail .info .pending {
    background: #d6a51c;
}


.stOther_detail h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}
.stOther_detail .intro {
    position: sticky;
    top: 100px;
}
.stOther_detail .column {
    background: #ffffff;
    padding: 25px 20px;
}
.stOther_detail .edu_detail span {
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px;
}
.stOther_detail .edu_detail span i {
    position: absolute;
    left: 0;
    top: 3px;
}

.studentVideo video {
    width: 100%;
}
.studentReview h3 i {
    background: #386de4;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 5px;
}
.studentReview .content {
    position: relative;
    padding-left: 36px;
}
.studentReview .content::before {
    position: absolute;
    content: "";
    left: 12px;
    width: 1px;
    height: 100%;
    top: 0;
    background: #ccc;
}
.studentReview .content .date {
    position: relative;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.studentReview .content .date::before {
    position: absolute;
    content: "";
    left: -28px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #386de4;
    border-radius: 50%;
}
.studentReview .content p {
    font-size: 13px;
    font-weight: 400;
}

.questionsList h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
ul.q_tabs li:not(:last-child) {
    margin-right: 6px;
}

ul.q_tabs li a {
    background: #f4f8ff;
    border: 1px solid #bfcce9;
    border-radius: 4px;
    color: #36425e;
    font-size: 13px;
    padding: 6px 14px;
    display: block;
}
ul.q_tabs li a.newest_q {
    background: #d0dbf2;
    color: #000000;
}
.q_tags h3 {
    font-size: 16px;
    background: #f7f7f7;
    padding: 10px 15px;
    color: #000;
}
.q_tags h3 a {
    color: #000;
}
.q_tags h3 i {
    width: 22px;
}
.q_tags ul li a {
    color: #666;
    font-size: 14px;
    display: block;
    padding: 0 16px;
    margin: 10px 0;
}


.questionsDetail h1 {
    font-size: 20px;
}
.ans_column textarea.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 16px;
    margin-top: 5px;
}
.questionsDetail .comment-box {
    margin-left: 20px;
}
.questionsDetail .comment-box .card-body:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 28px !important;
}




.vacancies_list:not(:last-child) {
    margin-bottom: 36px;
}
label.uploadBtn input {
    position: absolute;
    z-index: -999;
    opacity: 0;
}
span#file-upload-name {
    font-size: 14px;
    margin-left: 12px;
    max-width: 317px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*Sticky Nav*/
	.sticky_page {
        padding-top: 0;
    }
    .sticky_page_nav {
	position: relative;
	background: #efefef;
	top: 0;
	padding: 10px 0;
	width: 100%;
	left: 0;
	z-index: 998;
    }
    .sticky_page_nav.fixed {
        position: fixed;
        top: 90px;
        -webkit-animation: drfadeDown 0.45s;
        -moz-animation: drfadeDown 0.45s;
        -ms-animation: drfadeDown 0.45s;
        -o-animation: drfadeDown 0.45s;
        animation: drfadeDown 0.45s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .sticky_page_nav ul {
        display: flex;
    }
    .sticky_page_nav ul li {
        width: auto;
        border-right: 1px solid #bcbcbc;
    }
   .sticky_page_nav ul li a {
        font-size: 12px;
        padding: 20px 8px;
        font-weight: 700;
    }
    .sticky_page_nav ul li a.page-scroll.active {
    	color: #ae1d21;
    	font-weight: 700;
    }
    .sticky_page_content .column {
        padding-top: 40px;
    }
   .sticky_page_content .column:not(:last-child) {
        margin-bottom: 35px;
    }
    .pop_universityBox {
    	background: #e9ecf1;
    	border-radius: 10px;
    	height: 390px;
    }
    .pop_university_img img {
    	width: 100%;
    	height: 200px;
    	object-fit: cover;
    	object-position: center;
    	border-radius: 10px 10px 0 0;
    }
    .pop_universityBox .textBox {
    	padding: 10px 15px;
    }
    .pop_universityBox .textBox h3 {
    	font-size: 16px;
    	
    }
    .pop_universityBox .textBox p {
    	font-size: 14px;
    	color: #5d5d5d;
    }
    .pop_university_Slider.owl-carousel .owl-nav button.owl-next {
	    right: -45px;
    }
    .pop_university_Slider.owl-carousel .owl-nav button.owl-prev {
    	left: -45px;
    }
    .popularCourses {
    	background: #e9ecf1;
    }
/*End Sticky Nav*/
/* Addmission Process */
.appWork-process .box {
    position: relative;
    text-align: center;
    padding: 25px 14px;
}
.appWork-process .box h3 {
    font-size: 16px;
    margin-top: 39px;
/*    min-height: 42px;*/
}

.appWork-process .box img {
    max-width: 88px;
}


.appWork-process .box .count {
    position: absolute;
    background: var(--theme-color-two);
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}
.appWork-process .box:not(.top) {
    margin-top: 40px;
}
.appWork-process .box.top .count {
    top: -15px;
}

.appWork-process .box.top::before {
    position: absolute;
    background-image: url(../images/process/process_arrow1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 145px;
    height: 31px;
    content: "";
    right: -116px;
    top: -25px;
}
.appWork-process .box:not(.top)::before {
    position: absolute;
    background-image: url(../images/process/process_arrow2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 145px;
    height: 31px;
    content: "";
    right: -116px;
    bottom: -25px;
}
.appWork-process .column:last-child .box::before {
    content: none;
}

.rd_list_2:after {
	background: #617679;
}
.rd_list_2 .list_item_ctn:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 56px;
	width: 2px;
	background: #617679;
	left: 28px;
}
.list_item_ctn_last:after{background: #fff !important;}
.rd_list_2 .list_item_ctn {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.rd_list_2 .list_icn {
	float: left;
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-left: 10px;
}
.rd_list_2 .list_icn i {
	font-size: 18px;
	color: #fff;
	background: #0067ed;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
}
.rd_list_2 .list_icn span {
	color: #288bd0;
}
.rd_list_2 .list_desc {
	margin-left: 70px;
}
/**/
/* End Addmission Process */
section.ask_ques_area {
    background: #eae5e5;
}
.ask_ques_area .logo{
    border-right: 2px solid #acacac;
}
.appWork-process .lavel_box h3 span {
    color: #f14d5d;
    font-weight: 800;
}
section.info_germany:before {
    position: absolute;
    content: "";
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.75;
}
section.info_germany {
    position: relative;
    padding: 80px 0 60px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.visa_process .note {
    color: #0067ed;
}
a.youtube_btn {
	position: fixed;
	left: 35px;
	top: 40%;
	background: linear-gradient(235deg,#386de4,#1a1ca8,#001360);
	color: #ffffff;
	font-weight: 500;
	height: 36px;
	line-height: 30px;
	font-size: 15px;
	width: 125px;
	text-align: center;
	border-radius: 0 0 5px 5px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	transform-origin: bottom left;
	z-index: 99998;
	animation: glowing 1000ms infinite;
	text-shadow: 1px 1px #000;
}
@keyframes glowing {
  0% { box-shadow: 0 0 10px #f13043; }
  40% { box-shadow: 0 0 30px #f13043; }
  60% { box-shadow: 0 0 30px #f13043; }
  100% { box-shadow: 0 0 10px #f13043; }
}
a.youtube_btn:hover {
    color: #ffffff !important;
}
.query_resolution {
	min-height: 400px;
	align-content: center;
	display: grid;
}
.btn.theme-btn.green-wtsa {
	background: #36b345;
	border: 2px solid #36b345;
}
.flight1 {
	background: #0067edba;
	padding: 30px 25px;
	min-height: 775px;
}
.flight2 {
	background: #ad1f23bf;
	padding: 30px 25px;
	min-height: 775px;
}
.flight3 {
	background: #18c139c9;
	padding: 30px 25px;
	min-height: 775px;
}
.flight1 h3, .flight2 h3, .flight3 h3 {
	font-size: 24px;
	text-transform: uppercase;
}
.ff_text h1{
    font-size: 32px;
	text-transform: uppercase;
}
ul.stars {
	list-style: none;
	padding-left: 0;
	margin-bottom: 40px;
}
.flight3 h4 {
	font-size: 25px;
	font-weight: 800;
	color: #dfff00;
}
ul.stars li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 30px;
}
ul.stars li::before {
	position: absolute;
	left: 0;
	top: -1px;
	color: #fff;
	content: "\f005";
	display: inline-block;
	font-family: fontawesome;
	margin-left: 0;
	font-size: 18px;
	padding-right: 10px;
}
.citizen_block_new .box {
	border: 1px solid #e4e6fd;
	background: #ffffff;
	padding: 15px 10px;
	text-align: center;
	border-radius: 6px;
	margin: 16px 0;
}
.citizen_block_new .box .imgBox {
    height: 65px;
    line-height: 65px;
}

.citizen_block_new .box .imgBox img {
	max-width: 100%;
	display: inline-block;
}
.citizen_block_new .box h3 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}
.ff_new_form {
    padding: 35px;
    background: #81b4f6;
}
/*
==============================================================================================================
                                          RESPONSIVE PART
==============================================================================================================
*/

.container.theme-container {
    max-width: 1400px;
}
.container {
    padding-left: 20px;
    padding-left: 20px;
}
@media (max-width: 1600px){
    .mainSlider .textBox h1 {
        font-size: 46px;
    }
}

@media (max-width: 1440px) {
    .btn.theme-btn {
        font-size: 14px;
        padding: 8px 22px;
    }
    .header .navbarMenu {
        padding: 10px 0;
    }
    section.mainHero {
        padding: 20px 0 0;
        height: 60vh;
        min-height: 350px;
    }
    .mainHero .textBox h5 {
        font-size: 16px;
    }
    .mainHero .textBox h1 {
        font-size: 27px;
    }
    .mainHero .btnBox {
        margin-top: 10px !important;
    }
    .mainHero .btn.theme-btn {
        font-size: 12px;
        padding: 6px 20px;
    }
    section.country_wraper {
        padding-top: 12px;
    }
    .sticky_page_nav.fixed {
        position: fixed;
        top: 75px;}

}
@media (max-width: 1380px){
    .mainSlider .textBox h1 {
        font-size: 36px;
    }
}

@media (max-width: 1199px){
    #header {
        padding-top: 40px;
    }
    #header .col.btnBox {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: var(--theme-color);
    }
    #header .selectCountry .toggleBtn {
        background: none;
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 0;
        color: #ffffff;
    }
    button.openNav {
        background: none;
        border: none;
        float: right;
        margin-top: 10px;
    }
    nav#nav {
        position: fixed;
        background: #ffffff;
        right: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 99;
        transition: all 0.4s;
    }
    nav#nav.open {
        right: 0;
    }
    ul.menuItem {
        padding: 20px;
        text-align: left;
    }
    .navbarMenu ul.menuItem li {
        display: block;
    }
    .navbarMenu ul.menuItem li a {
        display: block;
        font-size: 16px;
        color: #333;
        margin: 0;
    }
    li.nav-item.mega-menu>a::before {
        right: 0;
        border-width: 0 3px 3px 0;
        border-color: #386de4;
        width: 8px;
        height: 8px;
    }
    button.closeNav {
        position: absolute;
        top: 12px;
        right: 12px;
        background: none;
        border: none;
        font-size: 25px;
        z-index: 99;
    }
    
    .megaDropdown {
        position: static;
        background: #f7f7f7;
        border-top: none;
        box-shadow: none;
    }
    
    .subMenu-list {
        grid-template-columns: 1fr;
    }
    .megaDropdown ul.menuList li {
        margin-bottom: 10px;
    }
    .megaDropdown ul.menuList li a {
        color: #383838;
    }
    .megaDropdown ul.menuList li a::before {
        border-color: #383838;
    }
    
    .mega-menu.open .megaDropdown {
        opacity: 1;
        height: auto;
        overflow: inherit;
    }
    .megaDropdown .innerBox {
        padding: 15px 20px;
    }
    .megaDropdown ul.menuList li a {
        font-weight: 600;
    }
    .megaDropdown ul.menuList li a::before {
        top: 17px;
        border-width: 2px 2px 0 0;
    }
    
    ul.navbar-nav.nav_subMenu {
        display: none;
    }
    
    section.mainHero {
    background-size: auto 110%;
        padding: 92px 0 0;
        min-height: 540px;
        max-height: 604px;
    }
    
}
@media (max-width: 1024px){

    .countrySlider .item ul.list {
        max-height: 100px;
    }
    .countrySlider .item ul.list li {
        margin: 4px 0;
    }
    .blogSlider .item .row>div {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .blogSlider .item .row>div:first-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .footer-area .box {
        padding: 20px 0;
    }
    .scholorship .column {
        margin-left: 20%;
    }

}
@media (max-width: 991px){
    .btn.theme-btn {
        font-size: 15px;
        padding: 6px 22px;
        letter-spacing: 0;
    }
    section.mainHero {
        background-size: auto 110%;
        padding: 92px 0 0;
        min-height: 505px;
        max-height: 505px;
    }
    .mainSlider .textBox h1 {
        font-size: 38px;
    }
    .aboutUs .imgBox {
        max-width: 300px;
        margin: 0 auto;
    }
   .counsellorBox {
       max-width: 360px;
       margin: 0 auto;
    }
    .counsellorsList .counsellorBox {
        max-width: 540px;
        margin: 15px auto !important;
    }

    
    .vacancies_sidebar {padding: 4px 12px;}
    .vacancies_sidebar ul li a {font-size: 12px;}
    .stepProcess .user_img {
        padding-bottom: 100%;
    }
    
    section.visa_wrapper {
        padding-top: 200px;
    }
    .talkExpert_box {
        position: static;
        margin-top: 32px;
        padding: 30px 20px;
    }
    .sticky_page_nav ul {
    	display: flex;
    	overflow-x: auto;
    	width: 100%;
    	word-wrap: normal;
    	white-space: nowrap;
    }
}
@media (max-width: 768px){
    .mainSlider .textBox h1 {
        font-size: 28px;
    }
    .getQuery .innerBox {padding: 22px;}
    h1.post-title {font-size: 20px;}
    .sticky_page_nav ul {
	display: flex;
	overflow-x: auto;
	width: 100%;
	word-wrap: normal;
	white-space: nowrap;
}
}
@media (max-width: 767px){
    .heading h1, .heading h2 {
        font-size: 25px;
    }
    .section-padding {
        padding: 20px 0;
    }
    .heading {
        margin-bottom: 32px;
        padding-left: 20px;
    }
    .mainSlider {
        background: #f7fafe;
    }
    .mainSlider .textBox {
        max-width: 600px;
        margin-left: 0;
        padding: 75px 15px;
    }
    .mainSlider .textBox h5 {
        font-size: 22px;
    }
    .home-strip .textBox p,
    .featureList .box p,
    .counsellorBox p,
    .footer .box p,
    #footer .copyright p,
    .counsellorBox .exp strong {
        font-size: 16px;
    }
    ul.right-nav .btn,
    #header .selectCountry .toggleBtn,
    form.queryForm .label-title,
    .queryForm .form-control,
    .post-item .date,
    .counsellorBox .exp {
        font-size: 15px;
    }
    .post-item h4, .post-item h4 a {
        font-size: 20px;
    }
    
    .home-strip .box {
        padding: 35px 0;
    }
    .home-strip .icon, .featureList .box .icon {
        text-align: center;
        margin-bottom: 15px;
    }
    .home-strip .textBox h4, .featureList .box h4 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px;
    }
    .home-strip .textBox p, .featureList .box p {
        text-align: center !important;
    }
    
    .ielts_coaching .innerBox {
        text-align: center;
    }
    .ielts_coaching .btnBox .btn.theme-btn {
        display: block;
        max-width: 260px;
        margin: 0 auto;
    }
    .ielts_coaching .btnBox .readMore {
        margin: 20px auto 0 !important;
        max-width: 180px;
        display: block;
    }
    
    ul.aboutList {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 14px;
    }
    .popularCourses .imgBox, .dc_checklist  .imgBox {
        margin-bottom: 28px;
    }
    .popularCourses .heading h2 {
        font-size: 20px;
    }
    .flowChart .imgBox {
        display: none;
    }
    
    .vacancies_block {
        padding-top: 0;
    }
    
    .vacancies_sidebar {
        position: relative;
        background: #ffffff;
        top: 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #eaeaea;
        border-radius: 0;
        padding: 0;
        width: 100%;
        left: 0;
        z-index: 998;
    }
    .vacancies_sidebar.fixed {
        position: fixed;
        top: 100px;
        -webkit-animation: drfadeDown 0.45s;
        -moz-animation: drfadeDown 0.45s;
        -ms-animation: drfadeDown 0.45s;
        -o-animation: drfadeDown 0.45s;
        animation: drfadeDown 0.45s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -ms-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    .vacancies_sidebar ul {
        display: flex;
        overflow: auto;
        white-space: nowrap;
    }
    .vacancies_sidebar ul li a {
        font-size: 13px;
        padding: 12px 18px;
    }
    .vacancies_content .column {
        padding-top: 40px;
    }
    .vacancies_content .column:not(:last-child) {
        margin-bottom: 35px;
    }
    .scholorship {
        padding-left: 15px;
        padding-right: 15px;
    }
    .scholorship .column {
        margin-left: 0;
    }
    .univercity_bar {padding: 10px 0;}
    .univercity_bar .row>div:first-child {padding-right: 0;}
    .univercity_bar .uni_logo {
        background: #ffffff;
        padding: 6px 5px;
    }
    .univercity_bar .uni_logo img {
        max-width: 94px;
        max-height: 88px;
    }
    .univercity_bar .title_box h2 {font-size: 16px;}
    .univercity_bar .btnBox {display: none;}
    .mbbs_block {
        padding-top: 115px !important;
    }
    .mbbs_block .vacancies_sidebar {
        margin-bottom: 36px;
    }
    .mbbs_block .heading h2 {
        font-size: 20px;
    }
    ul.footer-menu li a {
        font-size: 16px;
        margin: 8px 0;
    }
    #footer .footer-social-icons a {
        width: 44px;
        height: 44px;
        line-height: 42px;
        font-size: 20px;
        margin-right: 16px;
    }
    span#file-upload-name {
        display: block;
        margin-left: 0;
    }
    
}


@media (max-width: 640px){


    .heading h3 {
        font-size: 20px;
    }
    #header .navbar-brand img {
        max-height: 40px;
    }
    section.mainHero {
        padding: 80px 0 0;
        min-height: 510px;
        max-height: 510px;
        background-size: auto 66%;
    }
    .ticker__breaking {
        font-size: 12px;
        padding: 5px 15px;
    }
    .ticker__viewport {
        font-size: 12px;
        padding: 4px 0;
    }
    .ticker__item {padding-right: 22px;}
    .mainSlider .textBox h1 {
        font-size: 32px;
    }
    .ielts_coaching .innerBox {
        padding: 20px;
    }
    .blogSlider .item .row>div {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .blogSlider .item .row>div:first-child .box-content {position: static;}
    .blogSlider .item .row>div:first-child .post-item {
        padding-bottom: 0;
    }
    .haveQ_popup .column {
        padding: 12px;
    }
    .modal-dialog {margin: 0;}
    button.close {
        top: 0;
        right: 0;
        color: #000000;
    }
    .citizen_block .box .imgBox {
        height: 55px;
        line-height: 55px;
    }
    .citizen_block .box .imgBox img {
        max-width: 55px;
        max-height: 44px;
    }
    .logos_list li {
        padding: 7px 9px;
    }
    .logos_list img {
        max-height: 32px;
    }
    .popup_videoBox img {
        height: 260px;
        object-fit: cover;
    }
    .popup_videoBox .playBtn {
        font-size: 25px;
        width: 54px;
        height: 54px;
        line-height: 54px;
        padding: 0;
        box-shadow: 0 0 0 10px #ffffff29;
    }
    h1.post_title {
        font-size: 22px;
    }
    .post_meta .auther-img {
        width: 46px;
        height: 46px;
    }
    
    .scholorship .column {
        padding: 32px 20px;
    }
    .keyInformation .tableBox tr, .keyInformation .tableBox tr td {
        display: block;
    }
    
    .fulfill_banner h1 {
        font-size: 22px;
    }
    .fulfill_banner .textBox {
        padding: 20px;
        font-size: 15px;
    }
    .fulfill_item .img img {
        width: 65px;
        height: 65px;
    }
    .fulfill_item h3 {
        margin-bottom: 12px;
    }

    .acheivements .icon img {
        max-width: 48px;
    }
    .percent {
        font-size: 28px;
    }

}
@media (max-width: 575px){
    .counsellorsList .counsellorBox {
        max-width: 300px;
    }
    li.selectCountry+li {
        margin-left: 5px;
    }
    #header .selectCountry .toggleBtn {
        padding: 8px 5px;
    }
}
@media (max-width: 480px){
    .reviewSlider .item {
        padding: 20px;
    }
    
}



@media (min-width: 992px){


    
#header.fixed .navbarMenu {
    -webkit-animation:drfadeDown 0.45s;
	-moz-animation:drfadeDown 0.45s;
	-ms-animation:drfadeDown 0.45s;
	-o-animation:drfadeDown 0.45s;
	animation:drfadeDown 0.45s;
	-webkit-animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-ms-animation-iteration-count:1;
	-o-animation-iteration-count:1;
	animation-iteration-count:1;
}

.blog_sidebar {
    max-width: 316px;
    border: 1px solid #d8d8d8;
    padding: 20px;
}

}

@media (min-width: 1200px){
    .navbarMenu ul.menuItem li a:hover, .navbarMenu ul.menuItem li.active a {
        background: none;
        color: var(--theme-color);
        border-color: var(--theme-color);
    }
}

@-webkit-keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
.fa.fa-instagram {
	color: #798795;
}
.fa.fa-youtube {
	color: #798795;
}
.fa.fa-linkedin {
	color: #798795;
}
.fa.fa-facebook {
	color: #798795;
}
.fa.fa-twitter {
	color: #798795;
}
.fa.fa-pinterest {
	color: #798795;
}
.fa.fa-quora {
	color: #798795;
}
.fa.fa-quora:hover {
	color: var(--theme-color);
}
.fa.fa-pinterest:hover {
	color: var(--theme-color);
}
.fa.fa-twitter:hover {
	color: var(--theme-color);
}
.fa.fa-facebook:hover {
	color: var(--theme-color);
}
a .fa.fa-instagram:hover {
	color: var(--theme-color);
}
.fa.fa-youtube:hover {
	color: var(--theme-color);
}
.fa.fa-linkedin:hover {
	color: var(--theme-color);
}