/*

*/
@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Bold.woff2') format('woff2'),
        url('../fonts/Dosis-Bold.woff') format('woff'),
        url('../fonts/Dosis-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Medium.woff2') format('woff2'),
        url('../fonts/Dosis-Medium.woff') format('woff'),
        url('../fonts/Dosis-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Regular.woff2') format('woff2'),
        url('../fonts/Dosis-Regular.woff') format('woff'),
        url('../fonts/Dosis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-SemiBold.woff2') format('woff2'),
        url('../fonts/Dosis-SemiBold.woff') format('woff'),
        url('../fonts/Dosis-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Dosis-ExtraBold.woff') format('woff'),
        url('../fonts/Dosis-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-Light.woff2') format('woff2'),
        url('../fonts/Dosis-Light.woff') format('woff'),
        url('../fonts/Dosis-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dosis';
    src: url('../fonts/Dosis-ExtraLight.woff2') format('woff2'),
        url('../fonts/Dosis-ExtraLight.woff') format('woff'),
        url('../fonts/Dosis-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-MediumItalic.woff') format('woff'),
        url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff'),
        url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
:root {
    --theme-color: #f17109;
    --theme-color-two: #00a2d1;
    --theme-family: 'Dosis', sans-serif;

}
body {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;

}
html, body {width: 100%;height: 100%;}
h1, h2, h3, h4 {
    color: #000000;
    font-weight: 600;
    font-size: 28px;
    font-family: var(--theme-family);
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
img {
    max-width: 100%;
    width: auto;
}
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;text-decoration: none;}

.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;
}

.owl-nav button.disabled {
    opacity: 0.65;
}
.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: 1px solid var(--theme-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 32px;
    border-radius: 4px;
    white-space: pre-wrap;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
}
.btn.theme-btn:hover {
    background: #ff8b2c;
}
.btn.theme-btn i {
    font-weight: normal;
}
.btn.theme-btn.btn2 {
    background: var(--theme-color-two);
    border-color: var(--theme-color-two);
}
.btn.theme-btn.btn2:hover {
    background: #0b6dd3;
    color: #ffffff;
}
.btn.theme-btn.btn2.whatsapp-btn {
    border-color: #30b517;
    color: #30b517;
}
.btn.readMore {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color-two);
}
.btn.readMore:focus {
    outline: none;
    box-shadow: none;
}

.section-padding {
    padding: 65px 0;
}
.heading {
    margin-bottom: 40px;
}
span.subTitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-color-two);
    margin-bottom: 12px;
    display: block;
}
.heading h1, .heading h2 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}
.heading h2 span {
    font-weight: 800;
}
.heading p {
    color: #675c5c;
    font-size: 16px;
    max-width: 680px;
}
.heading.text-center p {
    margin-left: auto;
    margin-right: auto;
}



.dropdownBox {
    position: relative;
}
.selectCountry .dropdownMenu {
    position: absolute;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    top: 100%;
    width: 280px !important;
    border-radius: 4px;
    display: none;
    z-index: 9;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .10);
}





.dark-bg {
    background: #181d2a;
}
.light-bg {
    background: #f7f7f7;
}
.blueLight_bg {
    background: #f5faff;
}
.orgLight_bg {
    background: #fefaf6;
}
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5,
.text-white .heading h5,
.text-white .heading h1, .text-white .heading h2, .dark-bg .heading h2
{
    color: #ffffff;
}
.owl-nav button {
    background: #386de4 !important;
    position: absolute;
    color: #fff !important;
    border-radius: 0;
    width: 38px;
    height: 38px;
    top: 50%;
    font-size: 19px !important;
    line-height: 60px;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-nav .owl-prev {
    left: -30px;
}
.owl-nav .owl-next {
    right: -30px;
}
#header {
	background: #ffffff;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
}
.home #header {
	background: transparent;
	position: absolute;
}
#header.fixed {
    padding-top: 60px;
}
header#header.fixed .navbarMenu {
    position: fixed;
    background: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(36,39,44,.15);
   
}

#header .navbar-brand img {
    width: auto;
}
/*
#header.fixed .navbar-brand img {
    height: 32px;
}
*/
ul.menuItem {
    text-align: center;
}
.navbarMenu ul.menuItem>li {
    margin: 0 8px;
}
.navbarMenu ul.menuItem li a {
    color: #333333;
    padding: 20px 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.navbarMenu ul.menuItem li a:hover, .navbarMenu ul.menuItem li.active a {
    background: none;
    color: var(--theme-color-two);
}


header#header .btn {
    padding: 5px 15px;
    font-size: 14px;
    border-width: 2px;
}
.header .toggleBtn {
    display: inline-flex;
}
.header .toggleBtn::after {
    content: "\f107";
    font-family: Fontawesome;
    border: none;
    margin: 0 8px;
}


.headBar .head_callBtn {
    display: none;
}
.nav-col {
    position: static;
}
li.nav-item.dropdownItem {
    position: relative;
    display: inline-flex;
    align-items: center;
}
li.nav-item.dropdownItem>.dropBtn {
    font-size: 14px;
    color: #868686;
}


li.nav-item.dropdownItem>.dropdownMenu, .megaDropdown {
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 96%;
    width: 100%;
    min-width: 280px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 1;
    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;
}
li.nav-item.mega-menu.hover>.megaDropdown, li.nav-item.dropdownItem.hover>.dropdownMenu {
    opacity: 1;
    height: auto;
}
ul.dropdownMenu {
    padding: 12px 5px;
}
ul.dropdownMenu li a {
    display: block;
    text-align: left;
    padding: 5px 14px !important;
    font-size: 14px !important;
    text-transform: none !important;
}

.mega-menu.hover .megaDropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
}
.megaDropdown .innerBox {
    padding: 42px 0;
}

ul.right-nav li a {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
ul.right-nav li:not(:last-child) a {
    margin-right: 12px;
}




.subMenu-list {
    display: flex;
    flex-wrap: wrap;
}
.subMenu-list.column3 .dropBox {
    width: 33.33%;
}
.subMenu-list.column4 .dropBox {
    width: 25%;
}
.subMenu-list.column5 .dropBox {
    width: 20%;
}
.subMenu-list.column6 .dropBox {
    width: 16.66%;
}

.subMenu-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.selectCountry a.toggleBtn {
    color: #fff;
}
.selectCountry a.toggleBtn::after{display: none;}
.selectCountry a.toggleBtn i {
    margin-left: 9px;
}
.selectCountry  .coursesList {
    top: 110% !important;
    left: 15px !important;
    transform: translate(0) !important;
}
.coursesList {
    width: 280px;
    padding: 0;
    border: none;
    box-shadow: 6px 0 10px -3px rgb(0 0 0 / 20%);
}
.coursesList li:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}
.coursesList li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    display: block;
}
/* Home Tab */

.aboutTab_list {
    text-align: center;
}
.aboutTab_list #tabs {
    margin-bottom: 35px;
    border: none;
    display: inline-block;
}
.aboutTab_list .nav-item {
	display: inline-block;
	margin: 0;
}
.aboutTab_list .nav-item .nav-link {
    padding: 6px 22px;
    color: #171717;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    font-weight: 600;
    border-radius: 0;
    margin: 0;
}
.aboutTab_list .nav-item .nav-link.active {
	background: var(--theme-color);
	color: #fff;
	border-color: var(--theme-color);
}
.aboutUs .card {
      border: none;
}
.aboutUs .card-body {
    padding: 0;
    position: relative;
    background: #f5faff;
    border: 1px solid #d6e1eb;
}
.aboutUs .card-body .imgBox {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
}
.aboutUs .card-body .textBox {
    position: relative;
    padding: 30px;
    left: 40%;
    width: 60%;
    max-height: 480px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    overflow-x: auto;
    overflow-x: hidden !important;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}
.aboutUs .card-body .textBox::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}
.aboutUs .card-body .textBox::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6);
}
.aboutUs .card-body .textBox::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1);
}
.aboutUs .card-body .textContent {
    position: relative;
    padding: 30px;
}
.aboutUs .card-body .textBox h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
/* Home Tab End */
/*
===========================  Home page css
*/

.heroBanner {
    position: relative;
    padding: 140px 0 80px;
    z-index: 9;
}
.heroBg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.heroBg_img:not(.active){
    display: none;
}
.heroBg_img::before {
    position: absolute;
    content: "";
    background: #00a2d1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
}
.heroBanner h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 45px;
}

.heroBanner .tab-pane {
    transition: all 0s !important;
}
ul.searchTab {
    margin-bottom: 18px;
}
ul.searchTab li:not(:last-child) {
    margin-right: 20px;
}
ul.searchTab li a {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding: 2px 10px;
    min-width: 60px;
    text-align: center;
    opacity: 0.8;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
ul.searchTab li a.active {
    background: #fff;
    color: var(--theme-color-two);
    opacity: 1;
}
ul.searchTab li a.active::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
form.searchForm.row {
    background: rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 10px;
}
form.searchForm .form-group {
    padding: 0 22px;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.68);
}
form.searchForm .form-group .label {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0 2px;
}
form.searchForm .form-group .form-control, form.searchForm .form-group .form-control:focus, form.searchForm .form-group .form-control:active {
    background: none !important;
    border: none;
    padding: 5px 0 !important;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    outline: none;
    box-shadow: none;
}
form.searchForm .form-group select.form-control option {
    color: #333333;
}
form.searchForm input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

form.searchForm input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

form.searchForm input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

form.searchForm .btnBox {
    padding: 0;
}
form.searchForm .btnBox .btn {
    background: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    color: var(--theme-color-two);
    font-weight: 600;
    padding: 18px 42px;
    border-radius: 0;
}


.optionGroup {position: relative;}
.options_list {
    position: absolute;
    background: #ffffff;
    border: 1px solid #1681ef;
    left: 0;
    top: 60px;
    width: 100%;
    max-height: 250px;
    padding: 4px 0;
    overflow: auto;
    border-radius: 5px;
    display: none;
    z-index: 9;
}
.options_list .option {
    background: none;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
}
.options_list .option.selected {
    color: #1681ef;
}
.options_list .option:hover, .options_list .option.selected:hover {
    background: #1681ef;
    color: #ffffff;
}

.service_wraper {
    padding: 100px 0;
}
.service_wraper .textBox h2 {
    font-size: 32px;
    font-weight: 600;
    max-width: 380px;
    margin: 0 auto 25px;
}
.service_wraper.blueLight_bg .textBox h2 {
    color: var(--theme-color-two);
}
.service_wraper.orgLight_bg .textBox h2 {
    color: var(--theme-color);
}
.service_wraper .textBox p {
    max-width: 380px;
    font-size: 16px;
    color: #666;
    margin: 0 auto 10px;
}
.service_wraper .imgBox img {
    width: auto;
    height: auto;
    max-width: 100%;
}



.statsWrapper {
    background: #fafbfc;
    padding: 36px 0 2px;
}
.processItem .item {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.processItem .stat__icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin: 0 auto;
}
.processItem .item h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 15px;
}
.processItem .item h3 a {
    color: #000;
}
.processItem .item h3 a:hover {
    color: var(--theme-color-two);
}
.processItem .item h3 a::after {
    content: "\f105";
    font-size: 15px;
    font-family: fontAwesome;
    margin-left: 10px;
    color: var(--theme-color-two);
}

.processItem .item p {
    margin: 0;
}

.statsWrapper .btnBox {
    margin-bottom: -25px;
    padding-top: 26px;
}

.faq_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 6px 0 6px 40px;
}
.faq_box h4 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    color: var(--theme-color);
}

.faq_box h4::before {
    position: absolute;
    content: "\f068";
    font-family: 'FontAwesome';
    left: -40px;
    top: 4px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}
.faq_box h4.collapsed{
    color: #333333;
}
.faq_box h4.collapsed::before {
    content: "\f067";
    color: #b3b3b3;
}

.learnerSupport .heading {
    position: relative;
    background: #fff;
    padding: 15px 0;
    margin: 0;
}
.learnerSupport .heading .subTitle {
    color: #000;
}
.learnerSupport .heading h2 {
    color: var(--theme-color-two);
}
.learnerSupport .column {
    position: relative;
    border: 1px solid #ccc;
    padding: 50px 0;
    border-radius: 8px;
}
.learnerSupport .column::before {
    position: absolute;
    background: #ccc;
    content: "";
    left: 50%;
    top: 15px;
    width: 1px;
    bottom: 15px;
}
.learnerSupport .column .btn i {
    margin-right: 10px;
}
.learnerSupport .column .btn {
    font-size: 20px;
    padding: 8px 45px;
    margin-top: 12px;
}




.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;
}


.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;
}





.reviewSlider  {
    padding-bottom: 50px;
}
.reviewSlider .owl-stage,
.reviewSlider .owl-item {
    display: flex;
}

.reviewSlider .item {
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;
}
.reviewSlider .item .user_img::before {
    position: absolute;
    background-image: url(../images/left-quote.html);
    background-repeat: no-repeat;
    content: "";
    width: 32px;
    height: 32px;
    left: 28px;
    top: -15px;
}

.reviewSlider .user_img {
    position: relative;
    margin-top: 20px;
}
.reviewSlider .user_img img {
    width: 120px;
    height: 120px;
    border-radius: 50% 0 50% 50%;
    -o-object-fit:cover;
    object-fit: cover;
    object-position: center;
}

.reviewSlider .userBox h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 6px;
}
.reviewSlider .quoteText {
    font-size: 13px;
    margin-bottom: 20px;
}
.reviewSlider .uni_logo img {
    max-height: 50px;
    max-width: 140px;
    width: auto !important;
}





.blogItem {
    position: relative;
    border-radius: 6px;
    margin-bottom: 30px;
}
.blogItem .category {
    margin-bottom: 15px;
    font-weight: 600;
    color: #666;
    padding-left: 10px;
}
.blogItem .category span.badge {
    background: #000000;
    color: #ffffff;
    border-radius: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
}

.blogItem .imgBox img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.blogItem .text {
    padding: 15px 0 0;
}

.blogItem .text h3 {
    font-size: 22px;
    font-weight: 600;
}
.blogItem .text h3 a {
    color: #000000;
}
.blogItem .meta {
    font-size: 13px;
    margin: 15px 0;
}
.blogItem .meta span {
    display: inline-block;
    margin-right: 10px;
}
.blogItem .meta span.auther {
    font-weight: 600;
    color: #000;
}
.blogItem .date {
    color: #999;
    font-weight: 600;
}


.how_work .item h4 {
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
}

.how_work .icon {
    position: relative;
    margin-bottom: 35px;
    padding: 40px 0 50px;
}
.how_work .icon::after {
    position: absolute;
    content: "";
    background: var(--theme-color);
    left: 50%;
    bottom: -7px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #6e303e;
    transform: translateX(-50%);
}

.how_work .icon::before {
    position: absolute;
    content: "";
    background: #6e303e;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
}
.how_work .icon img {
    max-width: 64px;
    height: auto;
    margin: 0 auto;
}
.how_work .icon span {
    display: block;
    width: 50px;
    height: 50px;
    background: #383c48;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
}

.workSlider {
    position: relative;
    padding-right: 62px;
    padding-bottom: 50px;
}
.workSlider::before {
    position: absolute;
    background-image: url("../images/house.png");
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    right: 0;
    top: 118px;
    width: 62px;
    height: 62px;
}


.workSlider .owl-nav,
.reviewSlider .owl-nav {
    position: absolute;
    width: 34px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.workSlider .owl-nav button.disabled {
    opacity: 0.4 ;
}



.we_offer .item {
    border: 1px solid #d8e0f1;
    padding: 16px;
}
.we_offer .item:not(:last-child) {
    margin-bottom: 30px;
}
.we_offer .item .imgBox {
    position: relative;
    padding-bottom: 72%;
}
.we_offer .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.we_offer .item p {
    color: #666;
}

.talk_toUs {
    background: var(--theme-color-two);
    border: 1px solid #4a7df1;
    position: sticky;
    top: 100px;
    padding: 25px;
}
.talk_toUs h3 {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.talk_toUs label {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.talk_toUs .form-control {
    border: 1px solid #ffffff;
    border-radius: 0;
    font-size: 14px;
}
.talk_toUs input.form-control, .talk_toUs span.form-control {
    height: 40px;
}
span.code.form-control img {
    max-width: 16px;
}

span.code.form-control {
    font-size: 12px;
    font-weight: 600;
    width: 50px;
    max-width: 75px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}



.ourProcess .box .icon {
    margin-bottom: 28px;
}

.ourProcess .box .icon img {
    max-width: 120px;
}
.ourProcess .box {
    text-align: center;
    padding: 25px;
}
.ourProcess .box.middleBox {
    background: rgba(241, 113, 9, 0.1);
    border-radius: 10px;
}
.ourProcess .box H3 {
    color: var(--theme-color);
    font-weight: 700;
}
.ourProcess .note a {
    color: var(--theme-color);
}
.ourProcess .note i {
    color: var(--theme-color);
    font-size: 1.4rem;
    vertical-align: middle;
}
.ourProcess .note {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}





#footer {
    background: -webkit-linear-gradient(177deg, #102042, #0e1822);
    backface-visibility: linear-gradient(177deg, #102042, #0e1822);
    color: #c1c1c1;
    padding: 50px 0 0;
}
#footer h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}
#footer h4 {
    margin-top: 30px;
    color: #fff;
    font-size: 15px;
}
#footer a {
    color: #c1c1c1;
}


#footer .contact-info a {
    display: block;
    margin-bottom: 6px;
}
#footer .contact-info a i {
    margin-right: 4px;
    color: var(--theme-color);
}
#footer .socialLinks a {
    color: #cccccc;
    background: #e1e1e1;
    width: 34px;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin: 8px 5px 0 0;
}
#footer .footer-menu li a {
    font-size: 14px;
}

.country_list {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 35px;
}
.footer .country_list .column h3 {
    margin-bottom: 9px !important;
}

.country_list .column ul li a {
    font-size: 13px;
}
.country_list .column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.country_list .column {
    display: flex;
    padding: 26px 15px;
}
.country_list .imgBox {
    padding-right: 20px;
}
.country_list .imgBox img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.connectUs {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 35px 0;
}
.contact-info a {
    font-size: 18px;
}
.contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright p {
    font-size: 12px;
}
.container p span {
    text-transform: uppercase;
}
.copyright ul li:not(:last-child) {
    border-right: 1px solid #a7a7a7;
    margin-right: 15px;
    padding-right: 15px;
}
.copyright ul li a {
    display: block;
    font-size: 13px;
    line-height: 1;
}


/*
====================Uk page css
*/

.study_banner {
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 400px;
    z-index: 1;
}
.study_banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}
.study_banner h1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.study_strip {
    border-bottom: 1px solid #ccc;
}
.study_strip .phone {
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
    color: #333333;
}
.study_strip .phone i {
    margin-right: 8px;
    color: var(--theme-color);
}
.study_strip .whatsapp {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.study_strip .whatsapp i {
    margin-right: 8px;
    color: #3dad30;
}
.study_strip .btn {
    padding: 10px 20px;
    font-size: 15px;
}



.study_sidebar {
    background: #fdf6f1;
    position: sticky;
    top: 100px;
    border-radius: 4px;
    padding: 10px 0;
}
.study_sidebar ul li a {
    display: block;
    padding: 1px 18px !important;
    margin: 16px 0;
    color: #000;
}
.study_sidebar ul li a.active {
    color: var(--theme-color);
    border-left: 3px solid var(--theme-color);
}
.study_content {
    background: #ffffff;
    padding: 32px;
    border-radius: 6px;
}
.study_content .column:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}

.study_content .column .heading, .study_content .column .heading {
    margin-bottom: 20px;
}
.study_content .column .heading h2, .study_content .column .heading h3 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}


.study_content .text p+h3 {
    margin-top: 32px;
}
.study_content .text h3 {
    font-size: 20px;
    margin-bottom: 16px;
}
ul.study_list li a {
    padding: 8px 0;
    display: inline-block;
}
.study_content table.table tr th, .study_content table.table tr td {
    font-size: 13px;
    border: 1px solid #cdd6eb;
    color: #232426;
}
.study_content table.table tr:nth-child(2n+1) td {
    background: #f1f4fb;
}

.study_content table.table tr th {
    background: #dbe2f1;
}

.sa_box h3 {
    position: relative;
    background: #f1f4fb;
    font-size: 16px;
    border: 1px solid #dadee7;
    border-left: 4px solid #dbe2f1;
    padding: 15px 22px;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
}

.sa_box h3::before {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    right: 20px;
    top: 7px;
    font-size: 30px;
    font-weight: 300;
    color: #333;
}
.sa_box h3.collapsed::before {
    content: "\f106";
}

.sa_box .innerBox {
    padding: 22px;
    border-left: 1px solid #f1e5e6;
    border-right: 1px solid #f1e5e6;
}



/*
================ Blog page css
*/


.single_blog .blogItem {margin-bottom: 0;}
.single_blog .category {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 9;
    color: #ffffff;
    font-size: 19px;
}
.single_blog .blogItem .category span.badge {
    background: rgba(56, 109, 228, 0.66);
    color: #ffffff;
    border-radius: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
}
.single_blog .text {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    color: #ffffff;
}
.single_blog .imgBox {
    background: #000000;
    position: relative;
    padding-bottom: 74%;
    display: block;
}
.single_blog .imgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0.6;
}
.single_blog .blogItem .text h3 {
    font-size: 34px;
}
.single_blog .blogItem .text h3 a {
    color: #ffffff;
}
.single_blog .blogItem .meta {
    font-size: 14px;
}
.single_blog .blogItem .date {
    color: #fff;
}
.single_blog .blogItem .meta span.auther {
    font-weight: 600;
    color: #ffffff;
}
.single_blog .blogItem .text p {
    font-size: 18px;
}

.list_wraper .column:not(:last-child) {
    margin-bottom: 40px;
}

.post_wrapper .top_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.post_wrapper .top_title h3 {
    font-size: 25px;
    font-weight: 700;
}
.post_wrapper .top_title .btn {
    padding: 6px 18px;
    font-size: 14px;
}

.blog_sidebar {
    min-height: 100%;
}
.blog_list {
    background: #f7f7f7;
    padding: 32px;
}
.blog_list .blogItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.blog_list .blogItem .text {
    padding: 0;
}
.blog_list .blogItem .meta {
    margin: 0;
}
.blog_list .blogItem .category {
    padding: 0;
    margin-bottom: 10px;
}
.blog_list .blogItem .text h3 {
    font-size: 16px;
}

.blog_list .blogItem img {
    width: 90px;
    height: 82px;
    max-width: 100px;
    margin-left: 12px;
}
.blog_list .blogItem span.auther {
    color: #386de4;
}





.blog_sidebar .list_items .blogItem {
    display: flex;
    margin-bottom: 16px;
}
.blog_sidebar .list_items .blogItem .text {
    padding: 0;
}
.blog_sidebar .list_items .blogItem .meta {
    margin: 0;
    font-size: 12px;
}
.blog_sidebar .list_items .blogItem h3 {
    font-size: 15px;
}
.blog_sidebar .list_items .blogItem img {
    width: 100px;
    max-width: 100px;
    height: 70px;
    margin-right: 15px;
}
.blog_sidebar .list_items .meta span.auther {
    color: #386de4;
}




.post_progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background-color: var(--theme-color-two);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    transition: all linear 0.1s;
    min-width: 1%;
    z-index: 9999;
}
.breadcrumbs {
    margin-bottom: 15px;
}
.breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
    font-weight: 600;
}
.breadcrumbs span.devider {
    margin: 0 4px;
    opacity: 0.4;
}

.singlePost_wrapper h1 {
    font-size: 28px;
    font-weight: 700;
}
.singlePost_wrapper .meta span.auther {
    color: #386de4;
}
.blogItem.single_post .imgBox img {
    height: auto;
}
.blogItem.single_post table {
    margin-bottom: 20px;
}


.blog_sidebar h3.title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.related_list .blogItem {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 10px -2px rgb(0 0 0 / 10%);
}
.related_list .blogItem .category {
    position: absolute;
    background: #f7dee1;
    top: 20px;
    left: 15px;
    padding: 3px 15px;
    font-size: 13px;
    border-radius: 25px;
    color: #000;
}
.related_list .blogItem .imgBox img {
    height: 196px;
}
.related_list .blogItem .meta {
    margin: 0 0 6px;
    font-size: 12px;
}
.related_list .blogItem .text {
    padding: 15px;
}
.related_list .blogItem .text h3 {
    font-size: 16px;
}
.related_list .blogItem .text p {
    font-size: 12px;
    color: #666;
    margin: 0;
}
.related_list .blogItem .text p a {
    color: #386de4;
    font-weight: 700;
}

.post_nav {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #efefef;
}
.post_nav h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.post_nav ol {
    list-style: none;
    counter-reset: ol;
}
.post_nav ol > li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
}
.post_nav ol > li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    content: counter(ol);
    counter-increment: ol;
    background-color: #ddd;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
}
.post_nav ol li a {
    color: #333333;
}
.post_nav ol ol > li {
    position: relative;
    padding-left: 2.5rem;
}

.blogItem.single_post .text h2 {
    font-size: 25px;
    margin-bottom: 15px;
    padding-top: 45px;
}
.singlePost_wrapper table th, .singlePost_wrapper table td {
    padding: 0.75rem;
    vertical-align: top;
    border: none;
    border-top: 1px solid #dee2e6;
}
.singlePost_wrapper table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}


.singlePost_wrapper p.note {
    background: #ffdadd;
    padding: 10px 22px;
}

.postTag_list a {
    background: #e4ecff;
    padding: 5px 10px;
    font-size: 13px;
    color: #386de4;
    font-weight: 600;
    margin-bottom: 8px;
    margin-right: 4px;
    display: inline-block;
}

.postTag_list span {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}
.postShare_block {
    border-top: 1px solid #ededed;
    margin-top: 35px;
    padding: 35px 0;
}
.postShare_block h3, .postComment_block h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.postShare_block .link {
    background: #000000;
    display: inline-block;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 6px;
}
.postShare_block .whatsapp {
    background: #19df28;
}
.postShare_block .twitter {
    background: #1eb4ed;
}
.postShare_block .facebook {
    background: #302ed1;
}
.postComment_block textarea.form-control {
    background: #f7f7f7;
    font-size: 14px;
    height: 120px;
}



.commentList h4 {
    font-size: 14px;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px;
}
.commentItem {
    margin-bottom: 25px;
    padding: 15px 0;
}
.commentItem .userInfo img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 18px;
}
.commentItem .userInfo {
    display: flex;
    margin-bottom: 15px;
}
.commentItem .name {
    font-size: 13px;
    font-weight: 700;
}
.commentItem .date {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
}
.commentItem .comment {
    font-size: 13px;
    color: #666;
}

/* About_us */
.about-us {
	position: relative;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	min-height: 400px;
	z-index: 1;
}
.about-us::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #000017;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	z-index: -1;
}
/* End About_us */





.inner_banner {
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 320px;
    padding-top: 120px;
    z-index: 2;
}
.inner_banner::before {
    position: absolute;
    background: #00a2d1;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    z-index: -1;
}
.talk_toUs_wraper .talk_toUs {
    background: #ffffff;
    padding: 40px;
    z-index: 9;
    max-width: 1000px;
    margin: -60px auto 0;
}
.talk_toUs_wraper .talk_toUs label {
    color: #959595;
}
.talk_toUs_wraper .talk_toUs .form-control, .single_wraper .talk_toUs .form-control {
    background: #ffffff;
    border: 1px solid #ccc;
}
.talk_toUs_wraper .talk_toUs input.form-control, .single_wraper .talk_toUs input.form-control,
.talk_toUs_wraper .talk_toUs span.form-control, .single_wraper .talk_toUs span.form-control{
    height: 48px;
}



.otp_wraper .container {
    max-width: 1100px;
}

.otpForm input {
    max-width: 350px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    outline: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.otpForm input::-webkit-outer-spin-button,
.otpForm input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otpForm input[type=number] {
  -moz-appearance: textfield;
}
.confirmationBox h3 {
    font-size: 32px;
    margin-bottom: 30px;
}
.confirmationBox p {
    font-size: 15px;
    color: #5d5d5d;
    line-height: 1.4;
}
.otpForm label {
    font-size: 13px;
    color: #999999;
}


.otp_content {
    background: #f7f7f7;
    padding: 55px;
}
.otp_content h3 {
    font-size: 26px;
    margin-bottom: 26px;
}
.otp_content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.otp_content ul li {
    margin: 12px 0;
}


.thankyou_wraper .contentBox h1 {
    font-size: 52px;
}
.thankyou_wraper .contentBox p {
    font-size: 20px;
}
input[type="date"], input[type="time"] {
    position: relative;
}
input[type="date"]::after, input[type="time"]::after {
    font-family: 'FontAwesome';
    font-weight: 900; 
    content: "\f073";
    color: #555;
    padding: 0 5px;
}

input[type="date"]:hover::after, input[type="time"]:hover::after {
    color: var(--theme-color);
}
input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

input[type="date"]::-webkit-inner-spin-button, input[type="time"]::-webkit-inner-spin-button {
    z-index: 1;
}

input[type="date"]::-webkit-clear-button, input[type="time"]::-webkit-clear-button {
    z-index: 1;
}




.single_wraper .study_banner {
    background: #ededed;
    padding: 50px;
    min-height: 350px;
}
.single_wraper .study_banner::before {
    display: none;
}
.single_wraper .study_sidebar {
    top: 60px;
    border-radius: 0;
    padding: 0 26px;
    z-index: 99;
    border-bottom: 1px solid #e7dbd3;
}
.single_wraper .study_sidebar .anchor-menu {
    white-space: nowrap;
    overflow: auto;
}
.single_wraper .study_sidebar ul li a {
    padding: 12px 8px !important;
    margin: 0 8px;
    border-bottom: 2px solid transparent;
}
.study_sidebar ul li a.active {
    border-left: none;
    border-color: var(--theme-color);
}
.single_wraper .study_content .column {
    background: #ffffff;
    margin: 12px 0 !important;
    padding: 40px;
    border: none !important;
}
.single_wraper .study_content .heading {
    margin-bottom: 32px;
}
.single_wraper.light-bg .col-lg-4.p-0 {
    background: #ffffff;
}
.single_wraper .talk_toUs {
    background: #ffffff;
    border: none;
    top: 58px;
    padding: 30px 60px 40px;
    min-height: 100vh;
}
.single_wraper .talk_toUs h3, .contact_us .talk_toUs h3 {
    color: #000000;
}
.single_wraper .talk_toUs .submitBtn {
    width: 100%;
}

.single_wraper .study_content {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 0;
}
.single_wraper .anchor-menu {
    display: flex;
}

.single_wraper .processItem .item {
    padding-top: 25px;
    padding-bottom: 25px;
}




.how_weWork.row {
    position: relative;
    display: block;
}
.how_weWork.row>div {
    width: 100%;
    max-width: 100%;
}
.how_weWork.row::before {
    position: absolute;
    content: "";
    left: 59px;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 3px dashed #ebded5;
}
.how_weWork .item {
    padding: 6px 10px;
    display: flex;
}
.how_weWork .icon {
    background: #fdf6f1;
    margin-right: 28px;
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -6px;
}
.how_weWork .item .icon img {
    max-width: 40px;
    max-height: 40px;
}
.how_weWork .item h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}




#whatOffer .item {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
}

#whatOffer .item h3 {
    margin-bottom: 20px;
}

ul.shifting_list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}

ul.shifting_list li a {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    border: 1px dashed #ccc;
    display: block;
    padding: 4px 15px;
}
ul.shifting_list li a::before {
    content: "\f041";
    font-family: 'FontAwesome';
    margin-right: 14px;
    color: #666;
}

.pkm_item {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-top: 25px;
}
.pkm_item .top_info {
    background: #f7f7f7;
    margin: 0;
    padding: 20px 8px;
}
.pkm_item .top_info h3 {
    color: var(--theme-color);
}
.pkm_item .top_info p {
    font-size: 13px;
    margin-bottom: 7px;
}
.pkm_item span.stars {
    color: #ddaf06;
    margin-right: 5px;
}
.pkm_item .btnBox .btn {
    font-size: 14px;
    padding: 6px 16px;
}

.videoReview {
    margin-bottom: 40px;
}
/*.videoReview .item {*/
/*    position: relative;*/
/*    padding-bottom: 65%;*/
/*    border-radius: 12px;*/
/*    overflow: hidden;*/
/*}*/
/*.videoReview .item iframe {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.videoReview video.review_video {
    width: 100%;
    height: 232px;
    border-radius: 12px;
}
.review_list .item:not(:last-child) {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.review_list .info p {
    color: #333;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.review_list .info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #f17109;
    margin: 16px 0 4px;
}
.review_list .quoteText {
    color: #666;
}
.review_list .quoteText::after, .review_list .quoteText::before {
    content: "\f10e";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #ffbf8a;
    margin-left: 6px;
}
.review_list .quoteText::before {
    content: "\f10d";
    margin-left: 0;
    margin-right: 6px;
}

.study_content #process ul {
    padding-left: 20px;
}

.ielts_coaching .imgBox img {
    height: auto;
}
.blogItem.single_post iframe {
    max-width: 100%;
}
.video_wraper {
    position: relative;
    padding-bottom: 58%;
    margin: 20px 0;
}
.video_wraper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


.service_banner {
    background-repeat: no-repeat;
    background-position: bottom right 40px;
    background-size: 215px;
    background-color: #c6d2df;
    padding: 50px;
    min-height: 250px;
}
.service_banner .textBox h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service_banner .textBox {
    max-width: 580px;
}
.service_content .half_width {
    width: 50%;
    margin-left: 25px;
    margin-bottom: 20px;
}
.service_content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.service_content p+h2, .service_content ul+h2, .service_content ol+h2 {
    margin-top: 40px;
}

.service_content h3, .service_content h4 {
    font-weight: 600;
}


/*-------- About Us Page --------*/

.about_wraper {
    background: #f7f7f7;
}
.about_wraper .content.column_box {
    position: relative;
    margin-top: -60px;
    z-index: 9;
}
.about_wraper .column_box {
    background: #ffffff;
    padding: 30px;
    margin: 15px 0;
}
.about_wraper .heading h1, .about_wraper .heading h2 {
    font-size: 32px;
}
.about_wraper .learnerSupport .column {
    border: none;
    padding: 0 0 25px;
}
.about_wraper .content li {
    margin-bottom: 9px;
}

.about_wraper .content p, .about_wraper .content li {
    font-size: 16px;
}
.about_wraper .content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.about_wraper .content p+h2 {
    margin-top: 40px;
}


/*-------- Contact Us Page --------*/


.contact_us .container {
    max-width: 1100px;
}
.contact_us .talk_toUs {
    position: relative;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    margin-top: -80px;
    max-width: 100%;
    top: auto;
    z-index: 99;
    box-shadow: 0 0 27px -4px rgba(117, 113, 163, 0.20);
}



.connect_us {
    padding: 65px 0 40px 0;
}
.connect_us .heading {margin-bottom: 0;}
.connect_us .box {
    display: flex;
    padding: 40px 0;
}
.connect_us .box i {
    background: var(--theme-color-two);
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.connect_us .box h4 {
    font-size: 15px;
    color: #666;
    margin: 0;
}
.connect_us .box a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.map_area iframe {
    width: 100%;
    height: 420px;
}


.processItem.item_list {
    display: flex;
    flex-wrap: wrap;
}
.processItem.item_list .item {
    width: 20%;
}



button.video_playBtn::before {
    position: absolute;
    content: "\f144";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

button.video_playBtn {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    margin-right: 16px;
    cursor: pointer;
}
button.video_playBtn img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.video_playPopup {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 9998;
    padding: 0 15px;
    display: none;
}
.video_playPopup .videoBox video {
    width: 100%;
    margin: 0;
    display: block;
    border-radius: 10px;
}
.video_playPopup .videoBox {
    background: #ffffff;
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
    padding: 3px;
    border-radius: 10px;
}
button.close_playPopup {
    position: absolute;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    padding: 10px 18px;
    line-height: 1;
    top: 0;
    right: 0;
    cursor: pointer;
}



.myQuote_wrapper .heading_area {
    background: linear-gradient(165deg, #0a62bd, #043260);
    text-align: center;
    padding: 60px 0 150px;
}
.myQuote_wrapper .heading_area h1 {
    font-size: 32px;
    font-weight: 600;
}
.myQuote_wrapper .heading_area .container {
    max-width: 800px;
}
.myQuote_wrapper .form_wrapper {
    padding-bottom: 60px;
}
.myQuote_wrapper .inner_box {
    background: #ffffff;
    border-radius: 10px;
    padding: 35px;
    margin-top: -112px;
    box-shadow: 0 12px 30px -10px rgb(0 0 0 / 20%);
}

.myQuote_wrapper label.label {
    font-size: 13px;
    color: #666;
    display: block;
    margin-bottom: 3px;
}
.myQuote_wrapper input.form-control, .myQuote_wrapper select.form-control {
    height: 42px;
}
.myQuote_wrapper .form-control {
    border: 1px solid #ccc;
}
label.check_label {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    min-width: 105px;
    text-align: center;
    height: 42px;
    line-height: 40px;
    margin: 0;
    cursor: pointer;
}

label.check_label input {
    position: absolute;
    z-index: -99;
    opacity: 0;
}
label.check_label:has(> input:checked) {
    background: var(--theme-color-two);
    border-color: var(--theme-color-two);
    color: #ffffff;
}
.check_group label.check_label:not(:last-child) {
    margin-right: 12px;
}


.items_info h3 {
    font-size: 18px;
    margin-bottom: 22px;
}
.items_info h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.items_info .info_box {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px;
}
.items_info .info_box.checked {
    background: #fefbf8;
    border-color: #e3ddd7;
    margin-bottom: 10px;
}
label.custome_check {
    display: inline-flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
label.custome_check input {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.addMore_item .item_list {
    align-items: end;
}
.addMore_item .item_list .form-group {
    margin: 12px 0 0;
}
.addMore_item .item_list .btn {
    font-size: 16px;
    padding: 0 18px;
    height: 42px;
}
.addMore_item {
    display: none;
}
.addMore_item .item_list .delete_item {
    background: #ff0000;
}

.totalAmount label.label {
    font-size: 18px;
}
.totalAmount .amount {
    font-size: 22px;
    font-weight: 700;
}


.tableContent {
    background: linear-gradient(205deg, #fbd6b9, #fef7f2);
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.tableContent h2 {
    position: relative;
    margin: 0;
    cursor: pointer;
}
.tableContent h2::before {
    position: absolute;
    content: "";
    right: 0;
    top: 11px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 12px;
    height: 12px;
    transform: rotate(225deg);
}
.tableContent.open h2::before {
    transform: rotate(45deg);
    top: 4px;
}
.tableContent ol {
    padding: 0 0 0 26px !important;
}

.tableContent ol li {
    margin: 5px 0;
}
.tableContent ol li:first-child {
    margin-top: 15px;
}
.tableContent ol li a {
    color: #d16106;
}

.blogItem.single_post .btn {
    text-transform: none;
}
.blogItem .text img {
    height: auto !important;
}

.cities_covered .item_list {
    justify-content: center;
}
.cities_covered .item_list .item {
    width: auto !important;
    padding: 15px !important;
    display: block !important;
}
.cities_covered .stat__icon a {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 4px;
    display: inline-block;
    filter: grayscale(1);
    transition: all 0.4s;
}
.cities_covered .item:hover .stat__icon a {
    border-color: var(--theme-color);
    filter: none;
}
.cities_covered .stat__icon img {
    width: 68px;
    height: 68px;
}
.cities_covered .processItem .item h3 {
    font-size: 14px;
    margin-top: 12px;
}
.cities_covered .processItem .item h3 a::after {
    display: none;
}
.cities_covered .item_list .item:hover a {
    color: var(--theme-color);
}




/*
==============================================================================================================
                                          RESPONSIVE PART
==============================================================================================================
*/

@media (max-width: 1500px){
    .single_wraper .talk_toUs {
        padding: 30px 40px;
    }
}
@media (max-width: 1450px){
    .processItem.item_list .item {
        width: 20%;
    }
}
@media (max-width: 1380px){
    .form-group {
        margin-bottom: 10px;
    }
    .talk_toUs_wraper .talk_toUs input.form-control, .single_wraper .talk_toUs input.form-control, .talk_toUs_wraper .talk_toUs span.form-control, .single_wraper .talk_toUs span.form-control {
        height: 40px;
    }
}
@media (max-width: 1199px){
    
    .contact-info a {
        font-size: 14px;
    }
    .single_wraper .talk_toUs {
        min-height: auto;
    }
    
    ul.shifting_list {
        grid-template-columns: repeat(3, 1fr);
    }
    .single_wraper .talk_toUs {
        padding: 30px 25px;
    }
    .processItem .item {
        width: 33.33%;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
.navbarMenu ul.menuItem li a, #header.fixed .navbarMenu ul.menuItem li a {
    padding: 20px 8px;
    font-size: 13px;
}
}
@media (max-width: 991px){
    
    .header .container {
        max-width: none;
    }
    .header.fixed .selectCountry, .header.fixed .rightAction {
        display: none;
    }
    header#header .rightAction a.btn {
        background: none;
        color: #000000 !important;
        border: none;
        padding: 8px 0;
    }
    header#header a.toggleBtn {
        color: var(--theme-color);
        font-weight: 800;
    }
    .header:not(.fixed) .headBar {
        border-top: 1px solid #e9e9e9;
        padding-top: 12px;
    }
    #header .navbar-brand img {
        width: auto;
        max-width: 160px;
        height: auto;
    }
    .header .headBar {
        display: flex;
        align-items: center;
    }
    .headBar .head_callBtn {
        margin-left: auto;
        visibility: hidden;
        opacity: 0;
        display: inline-flex;
        margin-right: 20px;
    }
    .header.fixed .headBar .head_callBtn {
        visibility: visible;
        opacity: 1;
    }
    .navbarMenu {
        padding: 10px 0;
    }
    .header:not(.fixed) .navbarMenu {
        padding-top: 0;
    }
    button.closeNav {
        position: absolute;
        background: none;
        border: none;
        right: 15px;
        top: 8px;
        font-size: 34px;
        padding: 0 8px;
    }
    button.openNav {
        position: relative;
        padding: 0;
        background: none;
        border: none;
    }
    button.openNav .navBar::before {
        position: absolute;
        content: "";
        background: #000;
        left: 0;
        top: 46%;
        width: 100%;
        height: 1px;
    }
    button.openNav .navBar {
        display: block;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #000;
        height: 24px;
        width: 30px;
    }
    nav#nav {
        position: fixed;
        background: #ffffff;
        left: -100%;
        top: 0;
        z-index: 9998;
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    nav#nav.open {
        left: 0;
    }
    nav#nav ul.menuItem {
        display: block;
        width: 100%;
        padding: 50px 25px;
    }
    nav#nav ul.menuItem li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    li.nav-item.dropdownItem>.dropBtn {
        font-size: 18px;
        width: 40px;
        margin-left: auto;
    }
    li.nav-item.dropdownItem>.dropdownMenu, .megaDropdown {
        position: static;
        display: block !important;
        width: 100%;
        box-shadow: none;
        padding: 0;
    }
    nav#nav ul.menuItem li a {
        font-size: 20px;
        padding: 12px 0;
    }
    ul.dropdownMenu li a {
        padding: 5px 0 !important;
        font-size: 15px !important;
    }
    .single_wraper .talk_toUs {position: static;}
    
    .service_banner {
        background-image: none !important;
        padding: 25px;
        min-height: auto;
    }

    .processItem.item_list .item {
        width: 33.33%;
    }

}
@media (max-width: 767px){
    
    .copyright {padding: 25px 0 75px;}
    
    .mobile_action_btn {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        z-index: 999;
    }
    .mobile_action_btn .btn {
        border: none;
        font-size: 14px !important;
        padding: 12px 10px !important;
        display: block;
        width: 33.33%;
        max-width: 33.33%;
        border-radius: 0;
        text-transform: none;
    }
    .mobile_action_btn .whatsappBtn {background: #4fc513;}
    .mobile_action_btn .btn i {margin-right: 4px;}
    
    form.searchForm.row {
        padding: 16px;
    }
    form.searchForm .form-group {
        padding: 10px 0;
        margin: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.68);
    }
    form.searchForm .btnBox .btn {
        margin-top: 25px;
        width: 100%;
        max-width: 100%;
    }
    
    .aboutUs .card-body .imgBox {
        display: none;
    }
    .aboutUs .card-body .textBox {
        position: relative;
        padding: 20px;
        left: 0;
        width: 100%;
    }
    .aboutTab_list #tabs {
        background: none;
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 10px;
    }
    
    
    .workSlider {
        padding-right: 66px;
    }
    .workSlider::before {
        top: 118px;
        width: 66px;
        height: 42px;
    }
    
    .service_wraper .imgBox {
        text-align: center;
    }

    .service_wraper .imgBox img {
        max-width: 300px;
    }
    .service_wraper .textBox {
        margin-top: 40px;
        text-align: center;
    }
    
    .ielts_coaching .imgBox {
        display: none;
    }
    
    .we_offer .item .textBox {
        padding-top: 20px;
    }
    
    .footer-top>.row>div:not(:last-child) {
        margin-bottom: 35px;
    }
    ul.shifting_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ielts_coaching .heading, .ielts_coaching .learnerReviews, .ielts_coaching .btnBox {
        text-align: center;
    }
    .learnerSupport .column::before {display: none;}
    .learnerSupport .column .box {
        margin-top: 30px;
    }
    #whatOffer .item .textBox {
        margin-top: 20px;
    }
    #whatOffer .item .btnBox {
        text-align: center;
    }
  
    footer#footer {
        text-align: center;
    }
    .country_list {
        text-align: left;
    }
    
    
}

@media (max-width: 640px){

   .heading h1, .heading h2 {
        font-size: 32px;
    }
    .btn.theme-btn {
        font-size: 14px;
        padding: 10px 26px;
    }
    .heroBanner h1 {
        font-size: 36px;
    }
    .heroBanner {
        padding: 60px 6px;
    }
    
    
    .contact-info {
        display: block;
    }
    
    .single_wraper .study_banner {
        background-image: none !important;
        background: #f3e7de;
        padding: 50px 20px;
        text-align: center;
    }
    .study_banner::before {display: none;}
    .study_banner h1 {
        font-size: 38px;
        color: #000;
    }
    .study_banner p {
        color: #333;
        font-size: 16px;
    }
    .single_wraper .study_content {
        padding: 0;
    }
    .single_wraper .study_content .column {
        padding: 40px 22px;
    }
    .single_wraper .talk_toUs {
        padding: 32px 22px;
        margin-top: 5px;
    }
    .faq_box h4 {
        font-size: 18px;
    }
    
    
    .ielts_coaching .btnBox .btn {
        width: 100%;
        max-width: 250px;
        text-align: center;
        margin: 0 !important;
        padding: 10px 18px;
    }
    .ielts_coaching .btnBox .readMore {
        margin-top: 10px !important;
    }
    
    
    .single_blog .category {
        top: 20px;
        left: 10px;
        font-size: 18px;
    }
    .single_blog .text {
        position: static;
        color: #000000;
        margin-bottom: 25px;
    }
    .single_blog .blogItem .text h3 a {
        color: #000000;
        font-size: 24px;
    }
    .single_blog .blogItem .meta span.auther {
        color: #1681ef;
    }
    .single_blog .blogItem .date {
        color: #000;
    }
    .single_blog .text .btn {
        padding: 8px 16px;
    }
    .single_blog .imgBox img {
        opacity: 0.8;
    }
    
    .service_content .half_width {
        width: 100%;
        margin-left: 0;
    }
    
    .about_wraper .heading h1, .about_wraper .heading h2 {
        font-size: 26px;
    }
    .about_wraper .content p, .about_wraper .content li {
        font-size: 14px;
    }
    .processItem .item {
        width: 50%;
    }
    
    button.video_playBtn img {
        height: 120px;
        border-radius: 6px;
    }
    button.video_playBtn::before {
        font-size: 20px;
    }
    .video_playPopup .videoBox {
        max-width: 300px;
        margin: 68px auto 20px;
    }
    .study_content .column .heading h2, .study_content .column .heading h3 {
        font-size: 24px;
    }
    
    .processItem.item_list .item {
        width: 50%;
        display: flex;
        align-items: center;
        padding: 12px 0;
    }
    .processItem .stat__icon img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
    .cities_covered .item_list .item {
        padding: 10px !important;
    }
    .cities_covered .stat__icon img {
        width: 55px;
        height: 55px;
        margin: 0;
    }
    .processItem .item h3 {
        font-size: 14px;
        margin-top: 0;
    }

}
@media (max-width: 380px){
    #header .navbar-brand img {
        max-width: 140px;
    }
    .headBar .head_callBtn .btn {
        font-size: 14px !important;
        padding: 4px 8px !important;
    }
}
@media (max-width: 360px){
    #header .navbar-brand img {
        max-width: 125px;
    }
    .headBar .head_callBtn {
        margin-right: 15px;
    }
    .headBar .head_callBtn .btn {
        font-size: 13px !important;
        padding: 4px 6px !important;
    }
}

@media (min-width: 768px){
    
    .mobile_action_btn .callBtn {
        display: none;
    }
    a.quoteBtn.btn {
        position: fixed !important;
        right: 15px;
        bottom: 15px;
        font-size: 14px;
        padding: 6px 15px;
        z-index: 998;
    }
    .mobile_action_btn .whatsappBtn {
        background: #4fc513;
        border: none;
        position: fixed !important;
        left: 15px;
        bottom: 15px;
        font-size: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        z-index: 998;
    }
    .mobile_action_btn .whatsappBtn:hover {
        background: #43ad0d;
    }
    .mobile_action_btn .whatsappBtn i {
        font-size: 18px;
        line-height: 40px;
    }
    
    a.quoteBtn.btn i {margin-right: 4px;}
}
@media (min-width: 992px){
   
    #header.fixed .navbarMenu {
        -webkit-animation:drfadeDown 0.45s;
    	-moz-animation:drfadeDown 0.45s;
    	-ms-animation:drfadeDown 0.45s;
    	-o-animation:drfadeDown 0.45s;
    	animation:drfadeDown 0.45s;
    	-webkit-animation-iteration-count:1;
    	-moz-animation-iteration-count:1;
    	-ms-animation-iteration-count:1;
    	-o-animation-iteration-count:1;
    	animation-iteration-count:1;
    }
    .adsbygoogle.afixed {
        position: sticky;
        top: 80px;
    }

}

@media (min-width: 1025px){

}

@media (min-width: 1025px) and (max-width: 1380px) {

   html {
        zoom: 95%;
    }
    
}
@media (min-width: 1300px){
    
    .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);
	}
}