/*

*/
:root {
	--theme-color: #dc912d;
	--theme-color-two: #447eea;
	--dark-color: #29313C;
	--theme-family: 'open sans', sans-serif;
	--light-shodow: 0 10px 18px 0 rgba(53, 99, 146, 0.10);
}
body {
    color: #494a52;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: var(--theme-family);
     max-width: 100%;
     overflow-x: hidden;

}
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;
    margin: 20px 0;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
p{margin-top: 14px;}
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: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 10px 20px;
    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: #ee9b18;
	border: 2px solid #ee9b18;
}
.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: 36px;
    font-weight: 600;
    color: #303030;
}
.heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #303030;
}
.heading h2 span, .heading h1 span, .heading h3 span {
    border-bottom: 3px solid var(--theme-color-two);
    color: #000;
    font-weight: 700;
}
.heading p {
    font-size: 16px;
}

.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-two);
}
.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;
    margin-left: -15px;
}
ul.menuItem {
    text-align: right;
}
.navbarMenu ul.menuItem li a {
    color: var(--dark-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: var(--theme-color);
    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: var(--theme-color);
    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: var(--theme-color-two);
    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: 70vh;
	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: var(--theme-color);
	color: #fff;
	overflow: hidden;
	padding: 5px 20px;
	display: inline-block;
	font-weight: bold;
}
.ticker__viewport {
	background: #8d8d8d;
	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: #FDF0D9;
	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: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.acheivements .item:hover .icon {
    opacity: 0.7;
    -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: 420px;
    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, #video__modal1 .modal-dialog, #video__modal2 .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, #video__modal1 .videoBox iframe, #video__modal2 .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: #eaf3ff;
	border: 1px solid #eaf3ff;
	border-radius: 8px;
	padding: 35px;
	box-shadow: 0 4px 8px 0 rgba(53, 99, 146, 0.05);
}
.quoteText {
    height: 135px;
    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: 10px;
}
.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: 40px;
    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: #2b374a;
    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 #1c2839;
}
.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: #a09a9a;
    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: #a09a9a;
}
.info-menu li a {
	color: #a09a9a;
}
.info-menu li .flaticon {
    font-size: 22px;
    color: #a09a9a;
    margin-right: 14px;
    vertical-align: middle;
}

#footer .footer-social-icons {
    padding: 0;
    margin: 20px 0 0;
}
#footer .footer-social-icons a {
	border: 2px dotted #a09a9a;
	width: 36px;
	height: 36px;
	/*line-height: 28px;*/
	font-size: 18px;
	margin-right: 8px;
	display: inline-block;
	text-align: center;
	color: #a09a9a;
	padding:7px;
}
#footer .footer-social-icons a:hover {
	border: 2px dotted var(--theme-color);
	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: 60px;
	height: 60px;
	line-height: 65px;
	text-align: center;
	left: 15px;
	bottom: 15px;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	z-index: 99998;
}
a.whatsappChat i {
    font-size: 32px;
    padding: 13px;
}
.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-ielts {
    position: relative;
    padding: 80px 0 60px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

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, #f8f8fced 30%, #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: 7px 30px 7px 15px;
    font-size: 14px;
    margin: 8px 0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    display: inline-block;
    margin-left: 5px;
}
.checkList ul.box>li::before {
    /* position: relative; */
    content: "\f046";
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
    color: #f9acb4;
    top: 12px;
    right: 0;
}
.checkList ul.box>li ul li {
    margin-top: 8px;
    font-size: 12px;
    position: relative;
    background: #ffdbdb;
    padding: 5px 15px 5px 15px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    display: inline-block;
    font-weight: 600;
}
/*.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;
}

@media (max-width: 768px) {
    .menu-open .vacancies_sidebar {
        position: relative;
        top: 200px; /* Push it down */
        opacity: 0; 
        pointer-events:none;
        transition: opacity 0.3s ease;
    }
}


.vacancies_sidebar {
    position: sticky;
    top: 110px;
    border: 1px solid #fde4e7;
    border-radius: 4px;
    padding: 10px 20px;
}
.vacancies_sidebar ul li a {
    font-size: 14px;
    display: block;
    padding: 5px 0;
    color: #000;
}
.vacancies_sidebar ul li a.active {
    color: #72ffa6;
}

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

.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;
}

ul.vacancies_list li ul li {
    font-size: 13px;
    font-weight: 500;
    margin-left: -10px;
}

.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: 105px;
}
.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 {
    width: 100px;
    border-radius: 6px;
    object-fit: cover;
}
.blog_sidebar .newsItem .entry-title {
    color: #000000;
    font-size: 14px;
    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: 30px 0;
}
.single_post p {
    font-size: 15px;
}
.single_post h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0;
}


.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 div {
    font-size: 22px;
    margin: 0;
    font-weight: 800;
    color: #29313c;
}

.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;
}
/*---------------------------------------*/
.overviewText {
    max-height: 150px; /* Initially show only 150px of text */
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}
.overviewText.expanded {
    max-height: 1000px; /* Large enough to show full content */
}


.overviewContent .overviewText {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.overviewContent .overviewText::before {
	background: -webkit-linear-gradient(to top, rgb(247, 247, 247), rgba(247, 247, 247, 0));
	background: linear-gradient(to top, rgb(247, 247, 247), rgba(247, 247, 247, 0));
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
}
.overviewContent .overviewText.active::before {opacity: 0;}
.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;
}
.overviewTextBtn {
	display: inline-block;
	margin-top: 12px;
	cursor: pointer;
    color: blue;
    font-weight: bold;
}
.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: 60px !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: var(--theme-color-two);
    top: 0;
    padding: 12px 0;
    width: 100%;
    left: 0;
    z-index: 998;
    border-bottom: 1px solid #4e86e4;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    }
    .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 {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
    }
    .sticky_page_nav ul li:not(:last-child) {
        width: auto;
        border-right: 1px solid #bcbcbc;
    }
   .sticky_page_nav ul li a {
        font-size: 12px;
        padding: 10px 6px;
        font-weight: 700;
        color: var(--white);
        text-align: center;
        text-transform: uppercase;
    }
    .sticky_page_nav ul li a.page-scroll.active {
    	color: #72ffa6;
    	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: 370px;
    }
    .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: var(--theme-color-two);
    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: var(--theme-color);
	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;
}

/* New Addedd */
.countryList {
    margin-right: -15px;
}
.countryList .item {
    background: var(--theme-color-two);
    border-radius: 16px;
    padding: 20px;
    width: calc(20% - 15px);
    margin-right: 15px;
    text-align: center;
}
.countryList .item img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #efe0d1;
    padding: 5px;
}
.countryList .item h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 0;
}
.country_wraper .nav-tabs .nav-link {
	background: none;
	border-radius: 0px;
	padding: 10px 0px;
	width: calc(15% - 15px);
	margin-right: 0px;
	text-align: center;
	border: none;
}
.country_wraper .nav-tabs .nav-link.active {
	border-bottom: 3px solid #b6182a;
	color: #b6182a;
}
.nav-tabs .nav-link img {
	max-width: 50px;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid #ee991d;
	padding: 0px;
	height: 50px;
}
.nav-tabs .nav-link h4 {
    color: #424852;
    padding: 5px 0;
    margin: 0 auto;
    font-weight: 600;
    font-size: 15px;
}
.nav-tabs .nav-link.active h4 {
	color: #b6182a;
}
/*.nav-tabs {
	border-bottom: 0px solid #e17b1e;
}*/
.tup_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	border: none;
}
.collageList.row>div {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.collageList .itemBox {
    background: #ffffff;
    border: 1px solid #f8ecec;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 8px 25px -6px rgb(0 0 0 / 10%);
}
.collageList .itemBox .imgBox {
    position: relative;
    padding-bottom: 88%;
}
.collageList .itemBox .imgBox img {
    position: absolute;
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.collageList .itemBox .universityName {
	color: #333333;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	width: 100%;
	padding-bottom: 5px;
}
.collageList .itemBox h3 {
	font-size: 14px;
	line-height: 1.3;
	min-height: 15px;
	color: #474e57;
}
.collageList .itemBox .content {
    display: flex;
    flex-direction: column;
    padding: 15px;
}
.collageList .itemBox .meta {
    display: flex;
    flex-wrap: wrap;
}

.collageList .itemBox .meta .label {
    font-size: 13px;
    width: 46%;
    margin-bottom: 5px;
}
.collageList .itemBox .meta .label:not(:last-child) {
    margin-right: 15px;
}
/*.collageList .itemBox .meta .country, .collageList .itemBox .meta .duration {*/
/*    width: 50%;*/
/*}*/
.collageList .itemBox .meta .label i {
    width: 15px;
    text-align: center;
    color: #136782;
    margin-right: 2px !important;
}
.collageList .itemBox .meta .label.country i {
    color: var(--theme-color);
}
.collageList .itemBox .meta .label.duration i {
    color: #dec71b;
}
.collageList .itemBox .btnBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    padding: 0 10px 10px;
}
.collageList .itemBox .btnBox .btn {
    font-size: 13px;
    padding: 5px 8px;
}

.countryList {
    margin-right: -15px;
}
.countryList .item {
    background: linear-gradient(45deg, rgb(29 87 181) 0%, rgb(62 119 225) 35%, rgb(77 137 255) 100%);
    border-radius: 16px;
    padding: 20px;
    width: calc(25% - 15px);
    margin-right: 15px;
    text-align: center;
}
.countryList.row .item {
    width: 100%;
    margin-bottom: 30px;
}
.countryList .item img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #efe0d1;
    padding: 5px;
}
.countryList .item h3 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 0;
}


#queryModal .modal-dialog {
    max-width: 450px;
}
#queryModal .modal-dialog .close {
    right: 10px !important;
    top: 10px;
}
.query_form .formBox {
    padding: 28px 32px;
}
.query_form h3 {
    background: #bf192d;
    background: linear-gradient(15deg, #ec5f1d, #bf192d);
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    text-align: center;
    margin: 0;
}
.query_form .form-control {
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 6px 14px;
    height: 38px;
}
.query_form .code-input {
    background: #f7f7f7;
    max-width: 56px;
    text-align: center;
    font-weight: 700;
}
.customCheck_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}
.customCheck_list label {
    position: relative;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 5px 15px 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    user-select: none;
}
.customCheck_list label:hover {
    border-color: #666666;
}
.customCheck_list label input {
    position: absolute;
    opacity: 0;
    z-index: -999;
}
.customCheck_list label:has(>input:checked) {
    background: #bf192d;
    border-color: #bf192d;
    color: #fff;
}
.bachelors_group, .masters_group {
    display: none;
}
.query_form .label {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}
.query_form .terms {
    font-size: 12px;
    text-align: center;
}
.query_form .btnBox {
    margin-top: 15px;
}
.query_form .btnBox .btn {
    width: 100%;
    min-height: 45px;
}
.info-menu.contact-page li, .info-menu.contact-page li i, .info-menu.contact-page li span a {
	color: #63646f !important;
}
.contact-social-icons {
	padding: 0;
	margin: 20px 0 0;
}
.contact-social-icons a {
	/*border: 2px dotted #63646f;*/
	width: 42px;
	height: 42px;
	line-height: 35px;
	font-size: 24px;
	margin-right: 8px;
	display: inline-block;
	text-align: center;
	color: #63646f;
	/*padding:5px;*/
}
/*.contact-social-icons a:hover {
	border: 2px dotted #fff;
	color: #fff;
	background: #ec871d;
}*/
.contact-social-icons a .fa.fa-facebook:hover, .contact-social-icons a .fa.fa-instagram:hover, .contact-social-icons a .fa.fa-youtube:hover, .contact-social-icons a .fa.fa-linkedin:hover, .contact-social-icons a .fa.fa-twitter:hover, .contact-social-icons a .fa.fa-pinterest:hover, .contact-social-icons a .fa.fa-quora:hover {
	color: #fff !important;
}
.service_box {
	position: relative;
	border: 1px dashed #555f6d;
	padding: 15px;
	height: 100%;
	text-align: center;
	min-height: 370px;
}
.service_icon {
	display: inline-block;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	background: #464f5b;
	color: #fff;
	margin: 15px 0;
}
.service_icon img {
	width: 50px;
	height: 50px;
	margin: 15px auto;
}
.ourServices {
	padding-bottom: 120px;
}
.asses_content .innerBox {
	padding: 0px;
	box-shadow: 0px 12px 20px 0px rgb(95 127 208 / 15%);
	position: relative;
	border-radius: 8px;
	z-index: 100;
	background: #fff;
	margin: -150px 0 0;
}
.asses_content .imgBox {
	background-position: center;
	background-size: cover;
	height: 100vh;
	border-radius: 8px 0 0px 8px;
}
.asses_content_text {
	padding: 35px;
}
ul.check li::before {
	content: "\f00c";
	font-family: Fontawesome;
	color: #e1552e;
	font-size: 14px;
	margin-right: 15px;
	border: 2px solid #e1552e;
	padding: 5px;
	border-radius: 50%;
}
ul.check {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.check li {
	margin-bottom: 10px;
}
.coaching_img {
	border-radius: 10px;
	max-height: 250px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.training_box {
	border: 1px solid #f5f8fb;
	border-radius: 6px;
	background: #f5f8fb;
	padding: 40px 15px;
}
.icon_box.box {
	background-color: #761d26;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.icon_box i::before {
	font-size: 36px;
	color: #fff;
	line-height: 80px;
}
.menuDropdown.list-unstyled {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	border: 1px solid #efefef;
	border-radius: .4em;
	min-width: 200px;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
	padding: 12px 12px;
	z-index: 999;
	background: #fff;
	text-align: left;
}
.dropdown:hover .menuDropdown {
  display: block;
}

.ourProcess ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	list-style: none;
	padding: 0px;
}

@media (max-width: 768px) { /* Adjust for tablets and smaller devices */
    .ourProcess ul {
        grid-template-columns: 1fr 1fr; /* Show two items per row */
    }
}

@media (max-width: 480px) { /* Adjust for mobile phones */
    .ourProcess ul {
        grid-template-columns: 1fr; /* Show one item per row */
    }
}

.ourProcess ul li {
    position: relative;
    border: 1px dashed #e8f2ff;
    padding: 15px 15px 15px 45px;
    height: 100%;
    font-size: 16px;
    border-radius: 15px;
}
.ourProcess ul li::before {
	position: absolute;
	content: "\f108";
	font-family: 'flaticon';
	font-size: 20px;
	margin-right: 15px;
	color: #fa9f2a;
	left: 10px;
}

.whycountry ul {
	list-style: none;
	padding: 20px 0px;
	position: relative;
}
.whycountry ul li {
	position: relative;
	font-size: 16px;
	padding-left: 50px;
	margin-bottom: 10px;
}
.whycountry ul li::before {
	position: absolute;
	content: "\f046";
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 15px;
	color: #dd3437;
	left: 10px;
}

.benefits_content ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	list-style: none;
	padding: 0px;
}
.benefits_content.australia ul li {
    position: relative;
    border-radius: 25px;
    padding: 25px 25px 25px 95px;
    height: 100%;
    font-size: 16px;
    background: linear-gradient(94.96deg, #ffffff -3.33%, #fffcf4 54.38%);
    min-height: 200px;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    vertical-align: middle;
    align-content: center;
}
.benefits_content ul li {
    position: relative;
    border-radius: 25px;
    padding: 25px 25px 25px 135px;
    height: 100%;
    font-size: 16px;
    background: linear-gradient(94.96deg, #ffffff -3.33%, #fffcf4 54.38%);
    min-height: 200px;
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
    vertical-align: middle;
    align-content: center;
}
.benefits_content.australia ul li {
    background: #fff !important;
    background-position: left !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.benefits_content.australia ul li::before {
    background: var(--blue);
    position: absolute;
    content: "\f1d8";
    font-family: FontAwesome;
    font-size: 35px;
    color: #ffffff;
    left: 10px;
    padding: 7px 14px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.benefits_content ul li:first-child {
    background: #fff url('https://www.wayupabroad.com/public/images/new_home/higher-study-icon.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.benefits_content ul li:nth-child(2) {
    background: #fff url('https://www.wayupabroad.com/public/images/new_home/dream-job-icon.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.benefits_content ul li:nth-child(3) {
    background: #fff url('https://www.wayupabroad.com/public/images/new_home/intraction-cion.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.benefits_content ul li:last-child {
    background: #fff url('https://www.wayupabroad.com/public/images/new_home/courses-icon.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.benefits_content ul li::before {
	position: absolute;
	content: "\f1d8";
	font-family: FontAwesome;
	font-size: 20px;
	margin-right: 15px;
	color: #dd3437;
	left: 10px;
}*/
ul.cross {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.cross li {
    margin-bottom: 10px;
}
ul.cross li::before {
    content: "\f00d";
    font-family: Fontawesome;
    color: #ad2600;
    font-size: 14px;
    margin-right: 15px;
    border: 2px solid #ad2600;
    padding: 5px 7px;
    border-radius: 50%;
}
.faq_box {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e9e9e9;
}
.faq_box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    color: var(--theme-color-two);
    padding-right: 25px;
    margin: 0;
}
.faq_box h3.collapsed {
    color: #333333;
}
.faq_box .innerBox {
    padding-top: 10px;
}

/* End New Addedd */




li.dropdown_item.nav-item:hover > .dropdown-menu {
	display: block;
	top: 75%
}
li.megaMenu {
    position: static;
}
li.megaMenu>ul.dropdown-menu {
    background: #ffffff;
    width: 100%;
}
li.dropdown_item>ul.dropdown-menu {
    background: #fff;
    width: 295px;
    min-height: 100%;
    padding: 10px 6px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
    /*left: 100px;*/
}
ul.dropdown-menu li.dropdown_item.nav-item:hover>ul.dropdown-menu {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 98%;
}
ul.dropdown-menu li.dropdown_item {
    position: static;
}
.navbarMenu .iconList li.nav-item a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--dark-color);
    cursor: pointer;
    padding: 10px 14px;
}
.navbarMenu .iconList li.dropdown_item>a::before {
    position: absolute;
    content: "\f105";
    top: 50%;
    right: 8px;
    color: #ffffff;
    font-size: 20px;
    font-family: 'FontAwesome';
    opacity: 0.6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navbarMenu .iconList li.dropdown_item:hover>a::before {
    opacity: 1;
}
.iconList li.nav-item a img {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    border: 2px solid #4a4a4a;
    padding: 2px;
    border-radius: 50%;
}
.tableContent {
    border: 1px solid #f9a8a8;
    padding: 15px;
    background: #fff7f7;
    margin-bottom: 20px;
}
a.btn.theme-btn.blog_btn {
    display: block;
}
table{
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
  
 td, th{
    border-top: 1px solid #ECF0F1;
    padding: 10px;
  }
  
  td{
    border-left: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
  }
  
  th{
    background-color: #4ECDC4;
  }
  
  tr:nth-of-type(even) td {
    background-color: #e1e1e133;
    }
  
  .total{
    th{
      background-color: white;
    }
    
    td{
      text-align: right;
      font-weight: 700;
    }
  }
}
/*
==============================================================================================================
                                          consulting css
==============================================================================================================
*/
.consulting_imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 40px 0 rgba(29, 58, 83, .15);
    box-shadow: 0 0 40px 0 rgba(29, 58, 83, .15);
}
.consulting_heading {
    margin-bottom: 5px;
    border-left: 2px solid #f14d5d;
    padding-left: 30px;
}
.consulting_heading h1 {
    font-size: 28px;
    font-weight: 500;
    max-width: 880px;
}
.consulting_heading h1 span {
    color: #f14d5d;
    font-weight: 900;
}
.consulting_content .toggleText {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.consulting_ontent .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;
}
.consulting_main_content .benefits {
    margin-top: 23px;
    padding: 15px;
    border-radius: 18px;
    background: #fff;
}
.consulting_main_content .benefits .benefits-heading {
    border-radius: 11px;
    background: #f3f6f9;
    padding: 8px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.consulting_main_content .benefits .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 7px;
}
.consulting_main_content .benefits .benefits-heading img, .consulting_main_content .benefits .benefits-heading .medal-img {
    margin: 0 6px 0 0;
    width: 27px;
    height: 27px;
}
.consulting_main_content .benefits .benefits-heading .benefit-title {
    color: #24292d;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    margin-top: 0px;
}
.consulting_main_content .benefits .benefit p, .consulting_main_content .benefits .benefit .benefit-desc {
    color: #24292d;
    font-size: 18px;
    margin-top: 0px;
}
.consulting_main_content .benefits .benefit p span, .consulting_main_content .benefits .benefit .benefit-desc span {
    margin-left: 10px;
    color: #f3601e;
    font-weight: 600;
    margin-top: 0px;
}
.consulting_main_content .benefits .benefit:last-child {
    margin-bottom: 10px;
}
span.icon_box_bg {
    margin-left: -3px !important;
}
span.icon_box_bg i {
    color: #fff;
    border: 2px dotted #871721;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    margin-right: 0px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #ffb900;
}
a.btn.theme-btn.btn-block.consulting_btn2 {
    border-radius: 17px;
    background: #991825;
    padding: 10px;
    border: 2px solid #991825;
}
a.btn.btn-block.theme-btn.consulting_btn {
    border-radius: 17px;
    padding: 10px;
    border: 2px solid #991825;
    background: transparent;
    color: #991825;
    font-weight: 600;
}
a.btn.theme-btn.btn-block.consulting_btn2:hover, a.btn.theme-btn.btn-block.consulting_btn:hover {
    background: #db6b21;
    border: 2px solid #db6b21;
}
.feature-section {
    margin: 35px 0 ;
}
.feature-section .feature-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.feature-section .feature-div .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.feature-section .feature-div .feature .feature-content h3, .feature-section .feature-div .feature .feature-content .feature-title {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px;
}
.feature-section .feature-div .feature .feature-content p, .feature-section .feature-div .feature .feature-content .feature-desc {
    color: #515151;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
h3.ielts_title {
    font-size: 28px;
}
h3.ielts_title span {
    color: #bd632c;
    font-weight: 700;
}
p.ielts_desc {
    font-size: 28px;
    color: #29313c;
    font-weight: 600;
}
img.ielts_student_img {
    margin-bottom: -35px;
    margin-top: -22px;
}


/*
==============================================================================================================
                                          Consulting Jaipur
==============================================================================================================
*/
ul.provide_list {
    display: flex;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
ul.provide_list li {
    float: left;
    width: 25%;
    padding: 20px 20px;
}
ul.provide_list li .box {
    background: #ffffff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 3px 5px 0 rgb(78 83 90 / 10%);
}
.provide_list .title {
    font-size: 17px;
    margin: 30px 0 0;
    min-height: 50px;
    color: #4f585d;
    display: block;
    font-weight: 600;
}
ul.provide_list li .box:hover {
	box-shadow: 0 0 40px 0 rgba(6, 106, 201, .15) !important;
	-webkit-box-shadow: 0 0 40px 0 rgba(6, 106, 201, .15) !important;
}
.blue-bg {
    background: #ebf3ff;
}
.call_action_box {
    background: #8b1721;
    border-radius: 30px;
    padding: 30px;
}
h3.call_action_title {
    font-size: 25px;
    font-weight: 700;
}
.call_action-btn {
    border-radius: 17px;
    padding: 10px 15px;
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
}
.aboutUs ul.list-item {
    display: flex;
    flex-wrap: wrap;
}
.consulting_aboutUs ul.list-item li, .mbbsBuddy ul.list-item li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 25px;
}
.consulting_aboutUs ul.list-item li::before, .mbbsBuddy ul.list-item li::before {
    position: absolute;
    content: "\f005";
    left: 0;
    top: 0;
    font-size: 15px;
    font-family: 'FontAwesome';
    color: #f14d5d;
    opacity: 0.8;
}
.consulting_aboutUs .imgBox, .mbbsBuddy .imgBox {
    position: relative;
    z-index: 1;
}
.consulting_aboutUs .imgBox::before {
    position: absolute;
    content: "";
    border: 5px solid #ffd0cd;
    width: 100%;
    height: 100%;
    right: 40px;
    bottom: 50px;
    z-index: -1;
}
.consulting_aboutUs .imgBox img, .mbbsBuddy .imgBox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left;
}
button.videoBtn {
    position: absolute;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    color: var(--theme-color-two);
    font-size: 80px;
    left: 50%;
    top: 50%;
    padding: 0;
    display: inline-flex;
    line-height: 1;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.22);
}
.videoPlayBtn.videoBtn::before {
    opacity: 0;
}
.videoPlayBtn::before {
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    content: "\f144";
    font-size: 16px;
    font-family: 'FontAwesome';
    color: #ff0000;
    left: 20px;
    bottom: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
    -webkit-animation: ripple-white3 3s linear infinite;
	animation: ripple-white3 3s linear infinite;
}
@keyframes ripple-white3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1);}
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0); } }
.ilets_theme_box {
    background: #f5f5f5;
    border-radius: 30px;
    border: 5px solid #f24d5d;
    padding: 45px 15px;
}
.ilets_theme_box h3 {
    font-size: 28px;
    font-weight: 700;
}


/*===========================================  ielts-section-test  ================================================================================== */
.ielts-section h1 {
    font-size: 3.2rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.25;
}
.rounded-top-right-10 {
    border-top-right-radius: 13.75rem !important;
}
.rounded-3 {
    border-radius: 0.625rem !important;
}
.ielts-section a.btn.btn-warning {
    color: #fff;
    font-weight: 600;
}
.ielts_student_most h2, .ielts_student_contacts h2 {
    font-size: 42px;
}
h3.purecounter {
    font-size: 2.40625rem;
    font-weight: 700;
}
.ielts_wraper .nav-tabs .nav-link {
    background: #fff;
    border: none;
    border-radius: 25px 25px 0 0;
    padding: 7px 35px;
    margin-right: 5px;
    border-bottom: 2px solid #333;
}
.ielts_wraper .nav-tabs .nav-link.active {
    border-bottom: 3px solid #b6182a;
    color: #b6182a;
}
.ielts_wraper .tab-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 25px;
    box-shadow: 0 8px 25px -6px rgb(0 0 0 / 10%);
}
.ielts_wraper .tup_menu {
    padding: 0px;
    margin: 0px;
}

.dp {
    border-bottom: 2px solid var(--theme-color-two);
    
}
.dp_box {
    position: relative;
    z-index: 0;
    padding-bottom: 0px;
    height: 96%;
}
.dp_box::before {
    position: absolute;
    left: 34px;
    top: 0;
    height: 100%;
    width: 2px;
    content: "";
    background: var(--theme-color-two);
    z-index: -1;
}
.dp_box > p {
    margin-bottom: 0 !important;
}
.dp_box figure {
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    background: var(--theme-color-two);
    display: inline-block;
}
.vcenter_fixheight::before {
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}
.dp_box figure img {
    max-width: 35px;
    max-height: 35px;
}
.dp_box h5 {
    display: inline-block;
    width: calc(100% - 75px);
    padding-left: 10px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
}
.dp_box ul {
    padding-left: 10px !important;
    padding-top: 0px;
    margin-bottom: 0;
    margin-left: 20px;
}
ul.list_icons li {
    list-style: none;
    margin-bottom: 10px;
}
.list_icons li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
    text-align: left;
}
.list_icons li::before {
    position: absolute;
    left: 0;
    top: 15px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #FFF;
    content: "";
}
.dp_box ul.list_icons li::before {
    background: var(--theme-color-two);
    top: 8px;
}
.dp_box b {
    position: absolute;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: var(--theme-color);
    color: #FFF;
}
.heading_ielts h3 {
    font-size: 32px;
}
section.help_you {
    background: linear-gradient(90deg, rgba(227,227,227,1) 0%, rgba(255,255,252,1) 35%, rgba(255,255,255,1) 100%);
}

/*
==============================================================================================================
                                          BLOG STICKY
==============================================================================================================
*/


.blogs__wrapper {
    padding: 60px 0;
}
.blog_banner .heading h1 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
}

.blog_banner p {
    font-size: 20px;
    width: 100%;
    max-width: 500px;
}


ul.filter_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 34px;
}
ul.filter_list>li, ul.filter_list>li>.filter_toggle {
    border: 1px solid #c5baae;
    border-radius: 5px;
    color: #7a7774;
    font-weight: 500;
    padding: 8px 18px;
    min-width: 80px;
    font-size: 15px;
    justify-content: center;
    display: inline-flex;
    cursor: pointer;
}
ul.filter_list>li.active, ul.filter_list>li.active>.filter_toggle {
    color: var(--theme-color-two);
    border-color: var(--theme-color-two);
}
span.filter_toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 10px;
}
ul.filter_list>li.filter_dropdown {
    border: none;
    padding: 0;
    position: relative;
}
ul.filter_list .filter_subList {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    top: 120%;
    left: 0;
    padding: 4px 15px;
    list-style: none;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    z-index: 9;
}
ul.filter_list>li:hover ul.filter_subList {
    opacity: 1;
    visibility: visible;
    top: 114%;
}
ul.filter_list .filter_subList>li {
    padding: 6px 0;
}



.single_post .box-img {
    border-radius: 12px;
    margin-bottom: 36px;
    overflow: hidden;
}
.blog_contactForm {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 25px;
}
.blog_contactForm h2 {
    color: var(--theme-color-two);
    font-size: 20px;
    margin: 0 0 24px;
    font-weight: 600;
}
.blog_contactForm .form-control {
    border: 1px solid #e1ddd8;
    font-size: 15px;
    min-height: 45px;
}
.blog_contactForm .btn {
    width: 100%;
    margin-top: 12px;
}

.spotlight_formOverlay {
    position: fixed;
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s;
}
.spotlight_formOverlay.active {
    visibility: visible;
    pointer-events: all;
    opacity: 0.4;
}
.spotlight_form {
    position: relative;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 25px;
}
.spotlight_form.active {
    z-index: 999;
}
.spotlight_form h3 {
    font-size: 20px;
    margin: 0 0 15px;
}
.spotlight_form .input-group {
    gap: 12px;
}
.spotlight_form .form-control {
    border: 1px solid #e1ddd8;
    min-height: 45px;
    font-size: 14px;
}
.spotlight_form .btnBox {
    margin-top: 26px;
}

span.country_tag {
    position: relative;
    background: #aa1828;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    top: -25px;
}
.pop_univ_des {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

/*
==============================================================================================================
                                          New_Home_Css PART
==============================================================================================================
*/
.newhome_herobanner {
    position: relative;
    height: auto;
    background: url("https://www.wayupabroad.com/public/images/map.png");
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px 0;
    /*min-height: 550px;*/
}
.newhome_herobanner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(212 212 212 / 10%);
    /* background-color: rgba(0,0,0,.1); */
}
.newhome_herobanner h1 {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.25;
    text-align:left;
}
article.newhome_badge {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
span.newhome_badgeuniv1 {
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
    background: -webkit-linear-gradient(355.04deg, #6998f5 -3.33%, #e5ae2f 54.38%);
    background: -moz-linear-gradient(355.04deg,#6998f5 -3.33%,#e5ae2f 54.38%);
    background: -o-linear-gradient(355.04deg,#6998f5 -3.33%,#e5ae2f 54.38%);
    background: linear-gradient(94.96deg, #6998f5 -3.33%, #e5ae2f 54.38%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.newhome_badgeuniv2 {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-top: 6px;
    /*color: #fff;*/
}
span.newhome_badgesep.whiteline {
    background: url("https://ik.imagekit.io/upgrad1/abroad-images/enquiry/whiteline.svg")no-repeat center;
    width: 12px;
    height: 64px;
    position: relative;
    top: 12px;
    padding: 0 20px;
}
.inquiry_form {
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.12);
    -moz-box-shadow: 0px 2px 8px rgba(0,0,0,.12);
    box-shadow: 0px 2px 8px rgba(0,0,0,.12);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
    border-top: 4px solid #d47f30;
    height: 100%;
    position: relative;
    min-height: 435px;
}
.inquiry_title {
    position: relative;
    height: 40px;
    padding: 25px;
}
h3.inquiry_titles.text-1 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: 0 0 5px 0;
}
.inquiry_titles.info {
    display: flex;
    height: 20px;
    gap: 18px;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.inquiry_titles.info-item1 {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
span.inquiry_titles.info-count {
    color: #d13b45;
}
.inquiry_titles.info-item2 {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.inquiry_titles.info-item1 svg, .inquiry_titles.info-item2 svg {
    padding-right: 10px;
}
.inquiry_form .code-input {
    background: #f7f7f7;
    max-width: 56px;
    text-align: center;
    font-weight: 700;
}
.inquiry_form .form-control {
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 6px 14px;
    height: 45px;
}
p.term_small {
    font-size: 11px;
    color: #19263c;
    text-align: center;
    font-weight: 500;
}
.country_new_wraper .heading, .our_community .heading, .new_about_us .heading, .new_connect_us_text .heading,
.new_faqs .heading, .new_news_updates .heading, .new_get_connect_us  .heading, .university_new_wraper  .heading, .new_courses  .heading, .new_about  .heading, .new_visa .heading, .testimonial_new .heading, .new_univ_logo .heading {
    margin-bottom: 50px;
    border: none;
    padding: 0;
}
.country_new_wraper .heading h2, .our_community .heading h3, .new_about_us .heading h3, .new_connect_us_text .heading h3, .new_faqs .heading h3, .new_news_updates .heading h3,
.new_get_connect_us  .heading h3, .university_new_wraper  .heading h3, .new_courses  .heading h3, .new_about  .heading h3, .new_visa .heading h3, .testimonial_new .heading h3, .new_univ_logo .heading h3 {
    font-size: 32px;
    font-weight: 600;
    color: #303030;
}
/*.new_get_connect_us  .heading h3 {
    font-size: 24px;
}*/
.country_new_wraper .heading h2 span, .our_community .heading h3 span, .new_about_us .heading h3 span,
.new_connect_us_text .heading h3 span, .new_faqs .heading h3 span, .new_news_updates .heading h3 span, .new_get_connect_us  .heading h3 span, .university_new_wraper  .heading h3 span, .new_courses  .heading h3 span, .new_about  .heading h3 span, .new_visa .heading h3 span, .testimonial_new .heading h3 span, .new_univ_logo .heading h3 span {
    border-bottom: 3px solid var(--theme-color-two);
    color: #000;
    font-weight: 700;
}
.new_connect_us_text .heading h4 {
    font-size: 24px;
}
.country_new_wraper .imgBox {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #f5f4ea;
    border-radius: 15px;
}
.country_new_wraper .imgBox img {
    width: auto;
    height: 120px;
    padding-bottom: 10px;
}
.country_new_wraper h3 {
    font-weight: 600;
    font-size: 15px;
}
.our_communityBox {
    background: #fff8f8;
    border-radius: 10px;
    padding: 5px 15px;
}
.cbox2{
    background: #f5f4ea;
}
.cbox3 {
    background: #efedff;
}
.cbox4 {
    background: #f2f5f5;
}
.cbox5 {
    background: #ffffff;
    box-shadow: 1px 1px 5px #c1c1c1;
}
.icon_wa {
    color: #00a783;
}
.icon_ph {
    color: #3e77e1;
}
.cbox1 .icon_you {
    color: #e00000;
}
.text_you h4 {
    font-size: 16px;
    font-weight: 900;
    padding: 10px 0 0 0;
    margin: 0px;
}
.text_you h3 {
    font-size: 30px;
    font-weight: 900;
    padding: 10px 0 0 0;
    margin: 0px;
}
.text_you p {
    font-size: 14px;
    margin: 0px;
    padding: 0px 0 10px 0;
}
.cbox2 .icon_you {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 30%,#cc2366 55%,#bc1888 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cbox3 .icon_you {
    color: #407bff;
}
.cbox4 .icon_you {
    color: #ff7e00;
}
.new_about_us_text {
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 10px;
}
.new_about_us_text .toggleTextBtn {
    display: inline-block;
    margin-top: 12px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color-two);
}
.action_card_bg {
    background: linear-gradient(94.96deg, #d78b2d -3.33%, #bd632c 54.38%);
    border: none;
    border-radius: 8px;
    min-height: 250px;
    box-shadow: 1px 1px 10px 5px #ddd;
}
.action_card_bg img.ielts_student_img {
    margin-bottom: -23px;
    margin-top: -2px;
    height: 235px;
}
.action_card_bg_light {
    /*background: linear-gradient(94.96deg, #fffaf4 -3.33%, #fff7f0 54.38%);*/
    background:#fff;
    border-radius: 8px;
    border: none;
    min-height: 250px;
    box-shadow: 1px 1px 10px 5px #ddd;
}
.new_connect_us_text {
    background: #fff7f0;
    padding: 15px 20px;
    border-radius: 10px;
}
.contact_btn_text_one h3, .contact_btn_text_two h3 {
    color: var(--theme-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.contact_btn_text_one p, .contact_btn_text_two p {
    margin-top: 2px;
    font-weight: 600;
}
.new_connect_us img.ielts_student_img {
    margin-bottom: -30px;
    margin-top: -45px;
}
.blue_bg {
    background: #f3f4ff;
}
.new_faqs .scholarships_box h3 {
    position: relative;
    background: none;
    font-size: 16px;
    border: 1px solid var(--theme-color-two);
    padding: 15px 22px;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    border-left: 4px solid var(--theme-color-two);
}
.new_faq .scholarships_box .innerBox {
    padding: 5px 10px 15px 15px;
    border-left: 1px solid var(--theme-color-two);
    border-right: 1px solid var(--theme-color-two);
}
.new_get_connect_us_text {
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 10px;
}




.accordion {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 1000ms ease-in-out;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 350px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  /*filter: invert(100%);*/
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 300ms ease-in-out;
}

.accordion ul li div a * {
    opacity: 1;
    margin: 10px 0 10px 10px;
    width: 100%;
    position: relative;
    z-index: 5;
    white-space: break-spaces;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.accordion ul li div a h2 {
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 240px;
  color:#ffffff;
  font-weight:700;
}
.accordion ul li div .title {
  text-overflow: clip;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 210px;
  color:#ffffff;
  text-shadow: 1px 1px 2px #000;
  left:5%;
  position:absolute;
  opacity:1;
}
.accordion ul li div a p {
    top: 240px;
    font-size: 15px;
    padding-left: 12px;
}
.new_courses_overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #1c356400 0%, #000 100%) 0% 0% no-repeat;
}
.new_courses_overlay:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #1c356400 0%, #3F51B5 100%) 0% 0% no-repeat;
}
.accordion ul li:nth-child(1) { 
  background-image: url("https://www.wayupabroad.com/public/images/new_home/study-abroad-01.jpg"); 
  background-position: 50% 30%;
  border: 5px solid #fff;
}

.accordion ul li:nth-child(2) { 
  background-image: url("https://www.wayupabroad.com/public/images/new_home/study-abroad-02.jpg"); 
 background-position: 70% 0%;
  border: 5px solid #fff;
}

.accordion ul li:nth-child(3) { 
  background-image: url("https://www.wayupabroad.com/public/images/new_home/study-abroad-03.jpg"); 
background-position: 50% 50%;
  border: 5px solid #fff;
}

.accordion ul li:nth-child(4) { 
  background-image: url("https://www.wayupabroad.com/public/images/new_home/study-abroad-04.webp"); 
  background-position: 30% 40%;
  border: 5px solid #fff;
}

.accordion ul li:nth-child(5) { 
  background-image: url("http://res.cloudinary.com/simpleview/image/upload/v1525217553/clients/scottsdale/Kierland_Golf_Club_5d0e148d-69ef-4943-8540-6ebe0a4cd216.jpg"); 
  background-position: 60% 64%;
  border: 5px solid #fff;
}

.accordion ul li:nth-child(6) { 
  background-image: url("http://res.cloudinary.com/simpleview/image/upload/v1525446371/clients/scottsdale/Talking_Stick_Sunset1_Cordwell_f5ba762b-f42a-4bf7-bf7d-bad5a841bf07.jpg"); 
  background-position: 70% 25%;
  border: 5px solid #fff;
    border-radius: 20px;
}
.accordion ul li:nth-child(7) { 
  background-image: url("http://res.cloudinary.com/simpleview/image/upload/v1523399533/clients/scottsdale/AFAR_SCOTTSDALE_CORDWELL_062017_17_66a9fb48-f82f-4f1d-9403-2762f78e5f1b.jpg"); 
  background-position: 50% 30%;
  border: 5px solid #fff;
    border-radius: 20px;
}

.accordion ul li:nth-child(8) { 
  background-image: url("http://res.cloudinary.com/simpleview/image/upload/v1512147648/clients/scottsdale/TSR_Spa_5ad5c4b7-2134-40d7-b8cf-ca5ba83c67d9.jpg"); 
  background-position: 50% 30%;
  border: 5px solid #fff;
    border-radius: 20px;
}
.accordion ul li { background-size: cover; }
.accordion ul:hover li { width: 10%; }
.accordion ul:hover li:hover { width: 90%; }

/*.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.accordion ul:hover li:hover .title * {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 
.cityBox {
	position: relative;
}
.cityBox .imgBox {
	position: relative;
	padding-bottom: 128%;
	border-radius: 5px;
	overflow: hidden;
}
.cityBox .imgBox::before {
    position: absolute;
    content: "";
    background: transparent linear-gradient(180deg, #1c356400 0%, #000 100%) 0% 0% no-repeat;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
}
.cityBox .imgBox img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cityBox .textBox {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
	z-index: 2;
}
.cityBox .textBox .places {
	color: #ffffff;
	font-size: 13px;
}
.cityBox .textBox h3 {
	position: relative;
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	transition: all 0.3s;
}
.cityBox .textBox h3::before {
	position: absolute;
	content: "";
	left: -20px;
	top: 50%;
	background: #ffffff;
	width: 0;
	height: 1px;
	opacity: 0.5;
	transition: all 0.3s;
}
.cityBox:hover .textBox h3 {
	padding-left: 22px;
}
.cityBox:hover .textBox h3::before {
	width: 30px;
}
.university_new_wraper .nav-tabs .nav-item a.nav-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 25px;
    background-color: var(--theme-color-two);
    color: #ffffff;
    text-align: left;
    border-radius: 4px;
    transition: color, background-color 0.3s ease;
    font-size: 16px;
    min-width: 220px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.university_new_wraper .nav-tabs .nav-item a.nav-link.active {
    color: #fff;
    background-color: var(--gray);
}
.university_new_wraper .nav-tabs .nav-item a.nav-link.active::after {
    position: absolute;
    bottom: -39px;
    height: 0;
    width: 0;
    left: 50%;
    transform: rotate(180deg);
    border: 20px solid transparent;
    border-bottom-color: var(--gray);
    content: "";
}
.university_new_wraper .tab-content>.active {
    padding: 35px 0 !important;
}
.university_new_wraper .nav-tabs {
    border-bottom: 0px solid #e17b1e;
    justify-content: center;
}
.university_new_wraper .nav-tabs .nav-item {
    margin-left: 10px;
}
.university_new_wraper .nav-tabs .nav-link img {
    max-width: 150px;
    margin: 0 auto;
    border-radius: 50%;
    border: none;
    padding: 0px;
    height: 50px;
}

.university_new_wraper .pop_universityBox {
    border-radius: 10px;
    height: 390px;
    border: 1px solid var(--gray);
    padding: 15px;
    background: none;
}
.university_new_wraper  .flagBox img {
    width: 50px !important;
    height: 50px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
}
.university_new_wraper .pop_universityBox .textBox{
    padding:0px;
}
.university_new_wraper .flagBox {
    background: #efefef;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    vertical-align: middle;
    position: relative;
    top: -45px;
}
.university_new_wraper .pop_universityBox .textBox h3 {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
}
.university_new_wraper .pop_universityBox .textBox h3 a {
    color: #333;
}
.university_new_wraper .pop_univ_des {
    font-size: 13px;
    color: var(--gray-dark);
    font-weight: 600;
    top: -30px;
    position: relative;
}
.university_new_wraper  a.btn.readMore {
    background: var(--theme-color);
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}
.testimonial_new .reviewSlider2 .item {
    background: #ffffff;
    border: 1px solid #7a7a7a;
    border-radius: 8px;
    padding: 35px;
    box-shadow: 0 4px 8px 0 rgba(53, 99, 146, 0.05);
}
.testimonial_new .reviewSlider2 .item .userBox {
    margin-top: 20px;
    border-top: 1px solid #333;
}
.testimonial_new .testimgBox {
    border-right: 2px solid #333;
}
.testimonial_new .testimgBox img {
    padding-right: 20px;
}
.testimonial_new .testimgBox::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: 6px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: #39303000 #000000 transparent;
    top: 35px;
}
.test_star {
    color: var(--warning);
    margin-top: 5px;
}
.test_text h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--theme-color-two);
}


/*============================================= Mobile with flag =============================================================== */
.select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 45px;
        user-select: none;
        -webkit-user-select: none;
    }
    .select2-container {
        box-sizing: border-box;
        display: inline-block;
        margin: 0;
        position: relative;
        vertical-align: middle;
        width: 65px !important;
    }
    .select2-container--default .select2-selection--single {
        background-color: #f0f0f0;
        border: 1px solid #dbdbdb;
        border-radius: 5px 0 0 5px;
    }
    .select2-container--default .select2-results>.select2-results__options {
        max-height: 200px;
        overflow-y: auto;
        min-width: 295px;
        background: #fff;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        overflow: visible;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        font-weight: 700;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        display: none;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 42px;
    }
    
.h4_title {
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0 0 0px;
}    
.overview_title {
    font-size: 18px;
    font-weight: 800;
    color: var(--theme-color);
}    
section.benefits_content h3 {
    font-size: 32px;
    font-weight: 600;
    color: #303030;
    text-align: center;
    margin-bottom: 35px;
} 
.dc_checklist_bg {
    background: #ebecc3;
    padding: 5px 20px;
    border-radius: 10px;
    align-content: center;
    vertical-align: middle;
}
.new_about_us .overviewContent h2, .ourProcess .textBox h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}  
h3.youtube_title {
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 700;
}
.new_news_blog_Slider .post-item {
    position: relative;
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #3333332e;
    padding: 10px;
    border-radius: 10px;
}
.dark-blue-bg {
    background: #1c56b4;
}
.h4_title_new{
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.imgBox.couses_flag {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
.imgBox.couses_flag img {
    margin-bottom: 13px;
}
a.btn.flag_btn {
    background: var(--theme-color-two);
    color: #fff;
}
a.btn.flag_btn:hover {
    background: var(--dark-color);
    color: #fff;
}
.searchCources .filter_box form {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.navTabContent #submitForm .sFormDrop {
    display: inline-flex;
    padding: 0;
    flex-wrap: wrap;
}
.searchCources .filter_box .click_filter {
    height: calc(2.68rem + 2px) !important;
    padding: 0.375rem 0.45rem !important;
}
.search_box {
    background: #fffffff0;
    padding: 25px;
    margin-top: -85px;
    z-index: 999;
    position: relative;
    border-radius: 10px;
    border: 1px solid var(--theme-color-two);
    box-shadow: 0 1px 3px rgba(36, 39, 44, .15);
}



.county_img_Box {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 10px;
}
.county_img_Box img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.img_flag_box {
    padding: 15px;
}
img.flag_country {
    width: 100%;
    height: auto;
    border: 2px solid #ffffff;
    border-radius: 12px;
    min-height: 65px;
    object-fit: fill;
}
.county_img_Box h1 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
}
a.btn.btn-primary {
    padding: 10px;
    font-weight: 700;
}
.portfolio_banner.webBanner {
    padding: 75px 0 50px;
}
.portfolio_banner .sub-title {
    border-left: 2px solid #235dbd;
    font-size: 20px;
    color: #000000;
    padding: 2px 16px;
}
.grad-text {
    font-size: 52px;
    line-height: 72px;
    text-transform: uppercase;
    background: linear-gradient(300deg, #da8e2d, #da8e2d, #578cf4, #1d57b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.contactInfo_p.box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px #ddd;
    height: 200px;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.contactInfo_p.box h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #235dbd;
}

.CountryimgBox {
    width: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    height: 300px;
}
.CountryimgBox a img {
    width: 100%;
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
    object-position: center;
}
.country_new_wraper .CountryContent {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9136904761904762) 0%, rgb(38 38 38 / 78%) 50%, rgb(0 0 0 / 0%) 100%);
    padding-bottom: 15px;
    color: #fff;
    flex-wrap: wrap;
    align-content: center;
    margin: -73px 0px 0;
    text-align: center;
    z-index: 1;
}
.country_new_wraper .CountryContent h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.country_new_wraper figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
.country_new_wraper figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}


.teamBox {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-bottom: 100%;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}
.teamBox::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #201f2c 70%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    opacity: 0.68;
}
.teamBox::after {
    position: absolute;
    content: "";
    background: #1d57b3db;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
}
.teamBox:hover::after {
    opacity: 0.85;
}
.teamBox h3 {
    position: absolute;
    color: #ffffff;
    font-size: 22px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    margin: 0;
    z-index: 3;
    text-align: center;
}
.teamBox:hover h3 {
    opacity: 0;
}
.teamBox .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 4;
    opacity: 0;
    transition: all 0.4s;
}
.teamBox:hover .content {
    opacity: 1;
}
.teamBox .content .title {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'myfont', sans-serif;
    font-weight: 700;
}
.teamBox .content .btn {
    font-size: 14px;
    padding: 8px 20px;
}

.news_ticker {
    background: #4b84f3;
}

.ticker-wrapper-h{
	display: flex;	
	position: relative;
	overflow: hidden;
}

.ticker-wrapper-h .heading {
    background-color: #d2812d;
    color: #fff;
    padding: 10px 15px;
    flex: 0 0 auto;
    z-index: 1000;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 800;
}
.ticker-wrapper-h .heading:after {
    content: "";
    position: absolute;
    top: 0;
    border-left: 24px solid #d2812d;
    border-top: 24px solid transparent;
    border-bottom: 15px solid transparent;
}


.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 30s;
	
}
.news-ticker-h:hover { 
	animation-play-state: paused; 
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 120px;
}

.news-ticker-h li a {
    color: #ffffff;
    font-weight: bold;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.text-box.new_contact_ielts {
    background: #1e58b6;
    padding: 15px 35px;
    border-radius: 10px;
}
.text-box.new_contact_ielts img.ielts_student_img {
    margin-bottom: -15px;
    margin-top: -180px;
}
.text-box.new_contact_ielts h3.ielts_title {
    font-size: 46px;
}
.text-box.new_contact_ielts h3.ielts_title span {
    color: #60e7ff;
    border-bottom: 4px solid #60e7ff;
}


/* New Course Page */
.country_banner {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    padding: 40px 0 0;
    min-height: 400px;
    z-index: 9;
}
.country_banner .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.country_banner .bg_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.country_banner .innerBox {
    background: rgb(27 85 178 / 70%);
    backdrop-filter: blur(6px);
    padding: 26px;
    max-width: 680px;
    width: 100%;
}
.country_banner h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
}
.country_banner h2 .subtitle {
    color: #ffffff;
    font-size: 0.6em;
    font-weight: 600;
    display: block;
}
.heading h3 {
    font-size: 25px;
    font-weight: 700;
    max-width: 880px;
}
.sticky_side_bar {
    position: sticky;
    top: 150px;
    background: linear-gradient(135deg, #ffce88, #7da9ff);
    padding: 15px;
    border-radius: 15px;
}
/* =======================home logo =====================================*/
.slider {
    height: 80px;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
    margin-bottom: 25px;
    margin-right: 20px;
}
.slider::before,
.slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.slider::before{
  left:0;
  top:0;
}
.slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(150px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  width: calc(150px * 15);
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}
.slide {
    width: 135px;
    height: 70px;
    display: grid;
    place-items: center;
    transition: 0.5s;
    cursor: pointer;
    object-fit: cover;
    object-position: center;
}
.slide:hover{
  transform:scale(0.8)
}
.slide img {
    width: 120px;
    object-fit: cover;
    object-position: center;
}

@keyframes scroll {
  100% {
    transform: translateX(0px);
  }
  0% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(80px * 20);
  }

  .slide-track2 {
    width: calc(80px * 15);
  }

  .slide {
    width: 80px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}




/*
==============================================================================================================
                                          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: 70px;}

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

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}

@media (max-width: 1199px){
    #header {
        padding-top: 0px;
    }
    #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;
        z-index: 999;
    }
    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;
    }
    .country_wraper .nav-tabs .nav-link {
    	width: auto;
    	padding: 5px;
    }
    .container {
        max-width: 1240px;
        max-width: 100%;
        overflow-x: hidden;
    }
}
@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%;
    }
    .countryList {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: start !important;
    }
    .countryList .item {
        min-width: 160px;
    }
    .row.eventList>.col {
        min-width: 45vw;
    }
    .countryList .item img {
        width: 68px;
        height: 68px;
        border: 2px solid #efe0d1;
    }
    .country_wraper .nav-tabs .nav-link {
    	width: auto;
    	padding: 5px;
    }
    .tup_menu {
    	background: none;
    	display: flex;
    	white-space: nowrap;
    	flex-wrap: nowrap;
    	overflow: auto;
    	padding-bottom: 10px;
    }
    .countryList .item h3 {
    	font-size: 12px;
    }
    ul.provide_list li {
        width: 25%;
    }
}
@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;
    }
    .country_wraper .nav-tabs .nav-link {
    	width: auto;
    	padding: 5px;
    }
    .tup_menu {
        background: none;
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        align-items: self-start;
        justify-content: flex-start;
    }
    .newhome_herobanner h1 {
        text-align: center;
        font-size: 2rem;
    }
    .country_new_wraper .imgBox img {
        height: 100px;
    }
    .country_new_wraper .imgBox {
        margin-bottom: 10px;
    }
    .university_new_wraper .nav-tabs {
        background: none;
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 30px;
        justify-content: start;
    }
    .g-img {
        width: 75px;
    }
    .testimonial_new p.m-1 {
        text-align: center;
        margin-top: 15px !important;
    }
    .testimonial_new div .test_star {
        text-align: center;
        margin: auto;
    }
    .testimonial_new div .test_text {
        text-align: center;
    }
    .pop_university_Slider.owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .pop_university_Slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .benefits_content ul {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        list-style: none;
        padding: 0px;
    }
    .county_img_Box img {
        height: 150px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    img.flag_country {
        height: 50px;
        width: auto;
    }
    .county_img_Box h1 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 700;
        line-height: 1.25;
        text-align: left;
    }
    .img_flag_box {
        padding: 3px 5px;
    }
    .getQuery .head_bar {
        padding-top: 40px;
        padding-bottom: 20px;
        background-size: auto;
        background-position: center;
        z-index: 0;
        position: relative;
    }
    .getQuery .innerBox {
        padding: 22px;
        z-index: 999 !important;
        margin: 20px auto;
    }
}
@media (max-width: 768px){
    .mainSlider .textBox h1 {
        font-size: 28px;
    }
    .getQuery .innerBox {
        padding: 22px;
        z-index: 999 !important;
        margin: 20px auto;
    }
    h1.post-title {font-size: 20px;}
    .sticky_page_nav ul {
	display: flex;
	overflow-x: auto;
	width: 100%;
	word-wrap: normal;
	white-space: nowrap;
}
.country_wraper .nav-tabs .nav-link {
    	width: auto;
    	padding: 5px;
    }
    .tup_menu {
        background: none;
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        align-items: self-start;
        justify-content: flex-start;
    }
    .teamBox h3 {
        font-size: 15px;
    }
    .teamBox .content .title {
        font-size: 15px;
    }
    h3.ielts_title {
    font-size: 20px;
    text-align: center;
    }
    p.card-text {
        text-align: center;
    }
    .action_card_bg .btnBox {
        margin-bottom: 30px;
        text-align: center;
    }
    .action_card_bg img.ielts_student_img {
    height: auto;
}
}
@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: #447EEA;
        
        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: 70px;
        -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;
        color: #ffffff;
    }
    .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 div {font-size: 16px;}
    .univercity_bar .btnBox {display: none;}
    .mbbs_block {
        padding-top: 60px !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;
    }
    .country_wraper .nav-tabs .nav-link {
    	width: auto;
    	padding: 5px;
    }
    .tup_menu {
        background: none;
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        align-items: self-start;
        justify-content: flex-start;
    }
}


@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;
    }
    .country_wraper .nav-tabs .nav-link {
    	width: auto;
    	padding: 5px;
    }
    .tup_menu {
        background: none;
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
        align-items: self-start;
        justify-content: flex-start;
    }
    .row.dp .col {
        display: contents;
    }
    ul.list_icons li {
        width: 90%;
    }
    .rd_list_2 .col-7 {
        max-width: 100%;
        width: 100%;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
    }
    .rd_list_2 .col-5 {
        max-width: 100%;
        width: 100%;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
    }
    
    .blog_banner .heading h1 {
        font-size: 28px;
    }
    
    ul.filter_list>li, ul.filter_list>li>.filter_toggle {
        padding: 4px 10px;
        min-width: 58px;
        font-size: 13px;
    }
    .spotlight_form .input-group {
        flex-direction: column;
    }
    .spotlight_form .form-control {
        width: 100%;
    }
    .accordion { height: auto; }

  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: inline-block;
    table-layout: fixed;
    width: 50%;
    -webkit-transition: none;
    transition: none;
    height: 200px;
}
.accordion ul li div a p {
    top: 98px;
    font-size: 15px;
    padding-left: 0;
    margin: 10px 2px;
}
.accordion ul li div a h2 {
    text-overflow: clip;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 110px;
    color: #ffffff;
    font-weight: 700;
}
.accordion ul li div a {
    height: 200px;
    padding: 5px;
}
  .accordion ul li div a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

}
@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.045s;
	-moz-animation:drfadeDown 0.045s;
	-ms-animation:drfadeDown 0.045s;
	-o-animation:drfadeDown 0.045s;
	animation:drfadeDown 0.045s;
	-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: 385px;
    padding: 0 8px;
}

}

@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);
    }
    .single_blog .container {
        max-width: 1200px;
    }
}

@-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);
}