html,
body {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

button {
    border: none;
}

body {
    font-size: 15px;
    color: var(--co1);
    font-family: var(--fo1);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

:root {
    --co1: #121011;
    /*Text*/
    --co2: #743345;
    --co3: #efe5dc;
    --co4: #dcd5c7;
    --co5: #b49495;
    --co6: #c0a471;
    --co7: #4c4d50;
    --co8: #808080;
    --co9: #f2f2f2;
    --co10: #3b3b3b;
    --fo1: "Space Grotesk", serif;
    /*Light 300 | Regular 400 | Medium 500 | SemiBold 600 | Bold 700 */
    --fo2: "Inter", serif;
    /* Regular 400 | Medium 500 | SemiBold 600 | Bold 700 | ExtraBold 800 | Black 900*/

    /* 844455
    efe5dc
    b49495 */
}


/*
.space-grotesk-<uniquifier> {
  font-family: "Space Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.inter-<uniquifier> {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  
*/
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

p {
    padding-bottom: 0;
    margin-bottom: 0;
}

figure {
    margin: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--co2);
}

#letstalk form #ulastname,
#enquiry form #ulastname,
#staticBackdrop form #uelastname,
#countryEnquiry form #uclastname {
    height: 0;
    position: absolute;
    right: 10000px;
    top: -10000px;
}

.error-cmsg {
    color: red;
    font-size: 10px;
}

.error-border {
    border: 1px solid red !important;
}

#error-ucname {
    position: absolute;
    top: 223px;
    left: 1060px;
}

#error-ucphone {
    position: absolute;
    top: 278px;
    left: 728px;
}

#error-ucemail {
    position: absolute;
    top: 277px;
    left: 1065px;
}

#error-ucmessage {
    position: absolute;
    top: 341px;
    left: 1047px;
}

h2,
h1 {
    font-size: 50px;
    text-align: center;
    letter-spacing: -2px;
    margin-bottom: 40px;
}

h2 span,
h1 span {
    font-weight: 700;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    color: var(--co2);
    text-transform: uppercase;
}

h2.lef {
    text-align: left;
}

h2.wht {
    color: white;
}

h2.wht span {
    color: var(--co3);
}

.ptb {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg1 {
    background: var(--co2);
    color: #FFF;
}

.bg1 h2 {
    color: white !important;
}

.bg1 h2 span {
    color: var(--co3);
}

.bg1 a {
    color: white;
}

.bg2 {
    background: var(--co4);
    color: #FFF;
}

.bg3 {
    background: var(--co9);
}

.btn1 a {
    padding: 10px 20px;
    background: var(--co3);
    color: var(--co2);
    display: block;
    width: fit-content;
    margin: auto;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.btn1 a:hover {
    opacity: 0.8;
    color: white;
}

.btn2 a {
    padding: 8px 20px;
    background: var(--co2);
    color: #FFF;
    display: block;
    width: fit-content;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.btn2 a:hover {
    opacity: 0.8;
    color: white;
}

.btn3 a {
    padding: 8px 20px;
    background: var(--co2);
    color: #FFF;
    display: block;
    width: fit-content;
    margin: auto;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.btn3 a:hover {
    opacity: 0.8;
    color: white;
}

.top_contact_cont {
    display: flex;
    width: fit-content;
    padding: 10px 0;
}

.top_contact_cont p {
    margin-left: 20px;
}

.top_contact_cont a {
    color: white;
}

.top_contact_cont a:hover {
    color: var(--co3);
}

.top_contact_cont i {
    color: white;
    margin-right: 10px;
}

.top_contact .enq_btn a {
    background: var(--co3);
    color: var(--co1);
    padding: 5px 14px 4px 14px;
    margin-left: 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
}

.top_contact .enq_btn a:hover {
    opacity: 0.7;
}

.top_contact .enq_btn i {
    margin-right: 0px;
    margin-left: 5px;
    font-size: 12px;
    color: var(--co1);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--co2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--co5);
}

.navbar {
    background: #ffffff00;
    transition: all ease-in-out 0.3s;
}

.navbar .navbar-brand img {
    width: 230px;
    transition: all ease-in-out 0.3s;
}

.navbar.topStick {
    background: #fffffff2;
    box-shadow: 0 0 8px -3px #00000070;
}

.navbar.topStick .navbar-brand img {
    transition: all ease-in-out 0.3s;
    width: 180px;
}

.offcanvas {
    background: #FFF;
}

.navbar-nav ul.dropdown-menu.show {
    display: flex;
}

.navbar-nav ul.dropdown-menu {
    padding: 0px;
    /* margin-top: 15px; */
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.navbar-nav ul.dropdown-menu li {
    /* width: 50%; */
}

.navbar-nav ul.dropdown-menu li a {
    display: flex;
    /* flex-direction: column; */
    padding: 10px;
    /* text-shadow: 1px 1px 2px #fff; */
    font-size: 14px;
    /* font-family: var(--fo2); */
    white-space: normal;
    text-transform: uppercase;
}

.navbar-nav ul.dropdown-menu li a p {
    padding-left: 15px;
}

.navbar-nav ul.dropdown-menu .dropdown-item img {
    max-width: 25px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #e8e8e8;
}

.navbar-nav ul.dropdown-menu .dropdown-item span {
    font-family: var(--fo2);
    font-size: 17px;
}

.navbar-nav ul.dropdown-menu .dropdown-item ul li {
    position: relative;
    padding-left: 20px;
}

.navbar-nav ul.dropdown-menu .dropdown-item ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: var(--co3);
    top: 8px;
    left: 0;
    border-radius: 50%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
    color: var(--co2) !important;
}

.navbar-nav ul.dropdown-menu .dropdown-item:hover img {
    box-shadow: 0 0 10px aliceblue;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    /* background-color: var(--co3); */
}

.dropdown-menu li:first-child .dropdown-item:focus,
.dropdown-menu li:first-child .dropdown-item:hover {
    border-radius: 10px 0 0 10px;
    text-shadow: none;
    /* color: white; */
}

.dropdown-menu li:last-child .dropdown-item:focus,
.dropdown-menu li:last-child .dropdown-item:hover {
    border-radius: 0 10px 10px 0;
    text-shadow: none;
    /* color: white; */
}

.navbar-light .navbar-nav .nav-link:focus {
    color: var(--co3);
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/icon/menu.png);
}

.navbar-light .navbar-toggler {
    color: rgba(70, 70, 70, 0);
}

.offcanvas-header .btn-close {
    background: url(../images/icon/close.png) no-repeat center;
    padding: 14px;
    background-size: 20px;
}

.dropdown:hover>.dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* margin-top: 20px; */
    left: 0;
    padding: 15px;
    border: 1px solid #ececec;
}

.dropdown:hover>.dropdown-menu li {
    width: 25%;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.nav-item.dropdown {
    position: unset;
}

.banner {
    background: url(../images/banner-bg.jpg) top left no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    margin-top: -80px;
    z-index: -1;
}

.banner figure {
    width: min(95%, 700px);
    position: absolute;
    bottom: 0;
}

.banner_sub.about {
    background: url(../images/banner/b_about.jpg) center no-repeat;
    background-size: cover;
}

.banner_sub.services {
    background: url(../images/banner/b_services.jpg) left no-repeat;
    background-size: cover;
}

.banner_sub.language-training {
    background: url(../images/banner/b_language-training.jpg) center no-repeat;
    background-size: cover;
}

.banner_sub.gallery_banner {
    background: url(../images/banner/b_gallery.jpg) center no-repeat;
    background-size: cover;
}

.banner_sub.blog_banner {
    background: url(../images/banner/b-blog.jpg) center no-repeat;
    background-size: cover;
}

.banner_sub.not-found_banner {
    background: url(../images/banner/not-found.jpg) center no-repeat;
    background-size: cover;
}

.banner_sub {
    position: relative;
    height: 70vh;
    margin-top: -80px;
    z-index: -1;
    /* filter: brightness(50%); */
}

.banner_sub::before,
.bannerVideo::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 3;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: -1;
}

.banner_sub .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner_sub h1 {
    color: #FFF;
    background: var(--co2);
    /* border: 1px solid #FFF; */
    padding: 10px 20px 13px 20px;
    border-radius: 64px;
    font-size: 30px;
}

.banner_sub span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.contTop {
    text-align: center;
    color: var(--co1);
    width: min(90%, 800px);
    margin: 0 auto;
}

.services_main figure {
    height: 100%;
}

.services_main img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.services_main .cont {
    height: 100%;
    background: var(--co2);
    color: #FFF;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
}

.services_main .cont::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    border-radius: 10px;
    background: #FFF;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.services_main .cont h3 {
    color: #FFF;
    font-size: 22px;
}

.services_main .row>div {
    margin-bottom: 20px;
}





.choose_countries figure img {
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.choose_countries .cont {
    border-radius: 20px;
    overflow: hidden;
    margin: 10px;
    position: relative;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
}

.choose_countries .cont .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all ease-in-out 0.3s;
    z-index: 10;
}

.choose_countries .cont:hover .icon {
    transform: rotate(360deg);
}

.choose_countries .cont .dis {
    background: white;
    padding: 20px;
    padding-top: 15px
}

.choose_countries .cont>figure {
    overflow: hidden;
}


.choose_countries .cont:hover>figure img {
    scale: 1.1;
}

.choose_countries .cont h3 {
    color: var(--co7);
    font-size: 22px;
    letter-spacing: 0;
    position: relative;
    padding-right: 100px;
}

.choose_countries .cont h3 span {
    background: white;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -40px;
    right: 0;
    border-radius: 50%;
    padding: 2px;
}

.choose_countries .cont h3 span img {
    width: 100%;
}

.choose_countries .cont h4 {
    font-family: var(--fo2);
    font-size: 12px;
    padding-left: 40px;
    position: relative;
    width: 100%;
    color: var(--co8);
}

.choose_countries .cont h4 figure {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
}

.choose_countries .cont h4 span {
    font-size: 16px;
    color: var(--co7);
    font-weight: 600;
}

.management_team li h3 {
    color: var(--co7);
    text-align: center;
    position: relative;
    line-height: 0;
    margin-top: 30px;
}

.management_team li h3 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 55px;
}

.management_team ul {
    display: flex;
    flex-wrap: wrap;
}

.management_team ul li {
    width: 25%;
    padding: 20px;
}

.management_team ul li figure {
    position: relative;
    overflow: hidden;
}

.management_team li img {
    width: 100%;
}
.management_team ul li .cont {
	position: absolute;
	background: #000000b0;
	z-index: 10;
	color: #FFF;
	padding: 20px;
	font-size: 12px;
	height: calc(100%);
	overflow-y: auto;
    transition: all 0.5s ease-in-out;
    top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.management_team ul li:hover .cont {
    top: 0;
}

.management_team ul li .s_media{
    display: flex;
    justify-content: center;
    position: relative;
    top: -20px;
    z-index: 15;
}
.management_team ul li .s_media a {
	display: block;
	width: 30px;
	height: 30px;
	background: var(--co2);
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 50%;
	margin: 5px;
	text-align: center;
	line-height: 28px;
     transition: all 0.5s ease-in-out;
     font-size: 14px;
}
.management_team ul li .s_media a:hover {
    opacity: 0.7;
}


.mission_vision .cont {
    text-align: center;
    padding: 0 20%;
}

.mission_vision h3 {
    margin: 40px 0 20px 0;
}

.mission_vision .row>div:first-child .cont {
    border-right: 1px solid #c3a7af;
    position: relative;
}

.mission_vision .row>div:first-child .cont::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/globe.png);
    background-size: 25px;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
}

.mission_vision p {
    font-family: var(--fo2);
}

.h_testimonial h2 {
    color: #FFF;
    text-align: left;
}

.h_testimonial {
    border-bottom: 10px solid var(--co5);
}

.h_testimonial h2 span {
    /* color: var(--co5); */
    color: #FFF;
}

.h_testimonial_wrap {
    background: #FFF;
    color: var(--co1);
    /*  overflow: hidden; */
    border-radius: 20px;
    position: relative;
}

.h_testimonial_wrap .owl-stage-outer {
    overflow: hidden !important;
    border-radius: 20px;
}

.h_testimonial_wrap p {
    font-family: var(--fo2);
    padding: 15px 0;
}

.h_testimonial_wrap h4 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/* .h_testimonial_wrap h4{
    font-family: var(--fo2);
    padding: 15px 0;
    font-size: 15px;
    width: 100%;
    background: var(--co2);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #FFF; 
} */
.h_testimonial_wrap h3 {
    font-size: 16px;
    width: 100%;
    color: var(--co10);
    font-size: 18px;
}

.h_testimonial_wrap .star_main {
    display: flex;
    flex-direction: row;

}

.h_testimonial_wrap .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    margin-top: 0px !important;
}

.h_testimonial .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    background: var(--co5) !important;
    border-radius: 50%;
    color: white;
    left: -20px;
    position: absolute;
}

.h_testimonial .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    background: var(--co5) !important;
    border-radius: 50%;
    color: white;
    right: -20px;
    position: absolute;
}

.h_testimonial_wrap figure {
    overflow: hidden;
}

.h_enquiry {
    position: relative;
}

.map {
    margin-bottom: -6px;
}

.h_enquiry .map {
    /* position: absolute; */
    width: 100%;
    z-index: -1;
    border: 2px solid #fff;
}

.h_enquiry .map iframe {
    width: 100%;
}

.h_enquiry .h_enquiry_wrap {
    background: #FFF;
    padding: 40px;
    margin: 100px 0;
}

.h_enquiry input,
.h_enquiry textarea,
.h_enquiry select {
    width: 100%;
    padding: 8px;
    padding-left: 15px;
    margin-bottom: 15px;
    background: #f0f0f0;
    border: 0;
    border-bottom: 1px solid var(--co2);
    border-radius: 5px;
}

.h_enquiry select {
    color: var(--co2);
}

.h_enquiry input[type=submit] {
    width: fit-content;
    background: var(--co2);
    border: 0;
    padding: 7px 20px 5px 20px;
    border-radius: 20px;
    color: white;
}

/* .h_enquiry option:disabled {
    color: red
} */
footer {
    background: url(../images/footer-bg.jpg) no-repeat bottom;
    background-size: cover;
    color: white;
    position: relative;
}

footer .container {
    padding-top: 100px;
    padding-bottom: 60px;
}

footer h3 {
    color: white;
    font-size: 16px;
}

footer .f_contact {
    background: var(--co2);
    border-radius: 100px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px 10px 30px;
    width: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    border: 1px solid var(--co3);
}

footer .f_contact ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    margin-left: 30px;
    margin-bottom: 0;
}

footer .f_contact h4 {
    color: white;
    font-size: 16px;
}

footer .f_contact ul li {
    padding: 0 10px;
    text-align: center;
}

footer .f_contact ul li a {
    color: var(--co3);
}

footer .f_contact ul li i {
    color: white;
    margin-right: 5px;
}

footer .f_contact ul li a:hover {
    opacity: 0.7;
}

footer .f_contact a {
    display: inline-block;
}

.social {
    margin-top: 30px;
}

.social a {
    width: 25px;
    height: 25px;
    background: white;
    color: var(--co2);
    text-align: center;
    margin: 3px;
    padding: 2px;
    border-radius: 50%;
}

.f_menu {
    border-top: 1px solid #926f79;
    margin-top: 30px;
    padding-top: 20px;
}

.f_menu ul {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;

}

.f_menu ul li a {
    color: white;
    font-size: 13px;
    margin-right: 20px;
}

.f_menu ul li a:hover {
    color: var(--co5);
}

:root {
    --bd1: 7px
}

.what_we_do {
    margin-bottom: 100px;
}

.what_we_do img {
    width: 100%;
    border-radius: 50%
}


.what_we_do figure {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.what_we_do ul {
    width: 80%;
    margin: 0 auto;
}

.what_we_do ul li h3 {
    font-weight: 500;
    font-size: 24px;
    color: var(--co7);
    width: 230px;
    text-align: center;
}

.what_we_do ul li {
    display: flex;
    border: dotted var(--co3);
}

.what_we_do ul li .item {
    display: flex;
}

.what_we_do ul li {
    font-size: 26px;
}

.what_we_do li:first-child {
    border-width: 0 0 0 var(--bd1);
    align-items: center;
    padding-bottom: 30px;
}

.what_we_do li:first-child figure {
    margin-left: -100px;
    margin-right: 15px;
}

.what_we_do li:first-child .item {
    align-items: center;
}

.what_we_do li:nth-child(2),
.what_we_do li:nth-child(6) {
    border-width: 0 0 var(--bd1) var(--bd1);
    justify-content: center;
    padding: 30px 0;
}

.what_we_do li:nth-child(2) figure,
.what_we_do li:nth-child(6) figure {
    margin-bottom: -133px;
}

.what_we_do li:nth-child(2) .item,
.what_we_do li:nth-child(6) .item {
    flex-direction: column-reverse;
    align-items: center;
}

.what_we_do li:nth-child(3),
.what_we_do li:nth-child(7) {
    border-width: 0 var(--bd1) 0 0px;
    justify-content: end;
    padding: 160px 0 30px 0;
}

.what_we_do li:nth-child(3) figure,
.what_we_do li:nth-child(7) figure {
    margin-right: -100px;
    margin-left: 15px;
}

.what_we_do li:nth-child(3) .item,
.what_we_do li:nth-child(7) .item {
    flex-direction: row-reverse;
    align-items: baseline;
}

.what_we_do li:nth-child(4) {
    border-width: 0 var(--bd1) var(--bd1) 0;
    justify-content: center;
    padding: 30px 0;
}

.what_we_do li:nth-child(4) figure {
    margin-bottom: -133px;
}

.what_we_do li:nth-child(4) .item {
    flex-direction: column-reverse;
    align-items: center;
}

.what_we_do li:nth-child(5) {
    border-width: 0 0px 0 var(--bd1);
    justify-content: start;
    padding: 160px 0 80px 0;
}

.what_we_do li:nth-child(5) figure {
    margin-left: -100px;
    margin-right: 15px;
}

.what_we_do li:nth-child(5) .item {
    align-items: baseline;
}

.what_we_do li:nth-child(8) {
    border-width: 0 var(--bd1) var(--bd1) 0;
    justify-content: start;
    padding: 30px 0;
    width: 50%;
    margin-left: auto;
}

.what_we_do li:nth-child(8) figure {
    margin-bottom: -133px;
}

.what_we_do li:nth-child(8) .item {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: -100px;
}

.bannerVideo {
    position: relative;
    padding-bottom: 35%;
    padding-top: 20px;
    height: 0;
    margin: -115px 0 80px 0;
    z-index: -1;
}

/**/

/* 
.bannerVideo::after{position:absolute;content:""; width:90%;height:10px;border-radius:50%;bottom:-58%;background:#000000ab;left:0;right:0;margin:0 auto;filter:blur(5px);z-index:0} */
.bannerVideo video {
    width: 100% !important;
    height: auto !important;
    z-index: 2;
    position: relative;
}



.bg2.about_wrap p {
    color: var(--co1);
    margin-bottom: 20px;
}

.why_choose h2 {
    border: 1px dotted #ffffff;
    padding: 30px;
}

.why_choose h3 {
    color: var(--co3);
    font-size: 18px;
}

.why_choose ul li {
    border-bottom: 1px dotted #FFF;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.why_choose ul li:last-child {
    border: 0;
}

.why_choose .why_choose_cont>div:nth-child(1) {
    order: 2;
}

.why_choose .why_choose_cont>div:nth-child(2) {
    order: 1;
}

.why_choose .why_choose_cont>div:nth-child(3) {
    order: 3;
}

.why_choose .why_choose_cont>div:nth-child(2) li .row {
    flex-direction: row-reverse;
    text-align: right;
}

.language_training_main .contMain {
    border: 1px dotted var(--co7);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 70px;
}

.language_training_main .contMain:nth-child(even) .row {
    flex-direction: row-reverse;
}

.language_training_main .contMain figure {
    position: relative;
}

.language_training_main .contMain h3 {
    background: var(--co2);
    color: white;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    padding: 30px;
    border-radius: 20px;
    font-size: 40px;
    width: 250px;
}

.language_training_main .contMain:nth-child(even) .row h3 {
    right: unset;
    left: -40px;
}

.language_training_main .contMain h3 span {
    color: var(--co5);
    font-size: 18px;
    display: block;
    font-size: 16px;
}

.language_training_main .contMain .dis {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px;
    padding-left: 60px;
}

.language_training_main .contMain:nth-child(even) .dis {
    padding: 30px;
    padding-right: 60px;
}

.language_training_main h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.language_training_main .contMain .dis ul {
    margin-top: 30px;
}

.language_training_main .contMain .dis li {
    position: relative;
    padding: 3px;
    padding-left: 30px;
    font-size: 16px;
}

.language_training_main .contMain .dis li::before {
    width: 11px;
    height: 11px;
    position: absolute;
    content: "";
    background: var(--co5);
    top: 9px;
    left: 0;
    border-radius: 3px;
}

.study_abroad_why_choose {
    background: url("../images/banner-bg.jpg")no-repeat center center;
    background-size: cover;
    padding: 50px;
    border-radius: 10px;
}

.study_abroad_why_choose ul {
    display: flex;
    flex-wrap: wrap;
}

.study_abroad_why_choose ul li {
    width: calc(50% - 20px);
    background: #D9D9D9;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.study_abroad_why_choose ul li h3 {
    padding: 15px 20px;
    font-size: 16px;
    margin-bottom: 0;
    background: white;
}

.study_abroad_why_choose p {
    padding: 20px;
}

.study_abroad_key_facts img {
    border-radius: 10px;
    z-index: 0;
}

.study_abroad_key_facts h3 {
    font-size: 16px;
    color: var(--co10);
}

.study_abroad_key_facts ul li {
    border-bottom: 1px dotted #333;
    padding: 20px 0;
}

.study_abroad_key_facts ul li:last-child {
    border: 0;
}

.study_abroad_key_facts .sticky-top {
    top: 100px;
}

.study_abroad_universities ul {
    display: flex;
    flex-wrap: wrap;
}

.study_abroad_universities ul li {
    width: 33.3333333%;
    font-size: 15px;
    padding: 5px 0px;
    position: relative;
    padding-left: 30px;
}

.study_abroad_universities ul li::before {
    position: absolute;
    content: "";
    background: var(--co5);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.study_abroad_faq .accordion-button {
    font-weight: 600;
}

.study_abroad_faq .accordion-button:not(.collapsed) {
    color: var(--co2);
    background: none;
    border: 0px dotted #000;
    box-shadow: none;
}

.study_abroad_faq .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
}

.study_abroad_faq .accordion-button:focus {
    box-shadow: none;
}

.study_abroad_faq .accordion-item,
.accordion-item:not(:first-of-type) {
    border: 1px dashed #888;
    border-radius: 5px;
}

.study_abroad_faq .accordion-body {
    padding-top: 0;
}

.study_abroad_faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.contact_branch_wrap .contact_branch:not(:last-child) {

    border-bottom: 1px dashed #AEAEAE;
}

.contact_branch {
    margin-bottom: 15px;
    color: var(--co10);
}

.contact_branch ul {
    margin-bottom: 10px;
}

.contact_branch h3 {
    font-size: 20px;
}

.contact_branch ul li {
    position: relative;
    padding: 2px;
    padding-left: 30px;
    font-weight: 700;
}

.contact_branch ul li i {
    position: absolute;
    top: 7px;
    left: 0;
    color: var(--co5);
}

.contact_branch a {
    color: var(--co10);
}

.contact_branch a:hover {
    color: var(--co2);
}

.gallery_wrap figure {
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border: 1px dashed #ffffff;
    aspect-ratio: 3 / 2;

}

.gallery_wrap figure:hover {
    /* box-shadow: 0 0 10px 10px var(--co8); */
    border: 1px dashed #ccc9c9;
}

.gallery_wrap figure img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
    object-position: center;
}

.gallery_wrap figure:hover img {
    scale: 1.1;
    /* transform: rotate(-10deg); */
}

.gallery_wrap figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #743345e0;
    color: #FFF;
    border-radius: 0 0 15px 15px;
    padding: 10px;
    width: 100%;
}

.gallery_wrap figure figcaption i {
    margin-right: 10px;
    color: var(--co5);
}

.icon_main {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.icon_main a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    font-size: 26px;
    display: block;
    margin-top: 10px;
}

.icon_main a.ph_icon {
    background: #12A2DB;
    font-size: 20px;
    padding: 11px;
}

.icon_main a.ms_icon {
    background: #F7AE04;
    font-size: 21px;
    padding: 9px;
}

.icon_main a.wa_icon {
    background: #25D366;
}

.icon_main i {
    color: white;
}

.owl-university {
    padding-top: 50px;
}

.owl-university img {
    border-radius: 10px;
    padding: 10px;
    background: #FFF;
}

.owl-university.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.blog h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--co2);
}

.blog h3 i {
    margin-right: 10px;
}

.blog h2 {
    font-size: 22px;
    text-align: start;
    letter-spacing: 1px;
    margin: 20px 0 30px 0;
    line-height: 30px;
}

.blog h4 {
    font-size: 18px;
}

.blog h5 {
    font-size: 16px;
    color: var(--co1);
}

.blog p {
    font-size: 15px;
    color: #575757;
}

.mainBlog p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.blog a {
    color: white;
    /* text-decoration: underline; */
}

.blog img {
    width: 100%;
    border-radius: 20px;
}

.blog li {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.blog li:not(:last-child) {
    border-bottom: 1px dashed #c8c8c8;
}

.blog p {
    margin-bottom: 20px;
}

.blog .blog_details ul li {
    border: 0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.blog .blog_details ul li::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--co5);
    border-radius: 3px;
}

.blog .blog_details a {
    color: var(--co7);
    border-bottom: 1px dashed var(--co2);

}

.blog .blog_details a:hover {
    color: var(--co2);
    border-bottom: 0px;
}

.blog .blog_details h4 a {
    color: var(--co2);
}

.blog .blog_details h4 a:hover {
    color: var(--co2);
    opacity: 0.7;
}

.blog .blog_recent .sticky-top {
    top: 100px;
    z-index: 0;
}

.blog .blog_recent h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: var(--co10);
}

.blog .blog_recent h3 {
    margin-bottom: 0;
}

.blog .blog_recent li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.blog .blog_recent li:hover h4,
.blog .blog_recent li:hover h3 {
    /* box-shadow: 0 0 10px #c4c4c4;
    padding: 10px;
    border-radius: 10px;
    border: 0; */
    color: var(--co2);
}

/* .blog .blog_recent li:hover .blog .blog_recent img{
    opacity: 0.8!important;
    border: 1px solid red;
} */
.blog .blog_recent li:hover {
    box-shadow: 0px 7px 15px -13px #333;
}

.blog .blog_recent img {
    margin-bottom: 0;
    border-radius: 5px;
}

.blog .blog_recent li {
    display: none;
}

.blog .blog_recent li:nth-child(-n+3) {
    display: block;
}

.blog .blog_recent li:nth-child(3) {
    border: 0;
}

.owl-university.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    background: #a65a6f;

}

.owl-university.owl-theme .owl-dots .owl-dot.active span,
.owl-university.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
}

table.blogTable tr td:first-child {
    width: 40%;
}

table.blogTable tr td:nth-child(2) {
    width: 35%;
}

table.blogTable tr td:nth-child(3) {
    width: 25%;

}

table.blogTableEasy {
    border-top: 1px solid #d0d0d0;
    width: 100%;
}

table.blogTableEasy tr {
    border-right: 1px solid #d0d0d0;
}

table.blogTableEasy tr td {
    border: solid #d0d0d0;
    border-width: 0 0 1px 1px;
    padding: 5px 10px;
}

/* table.blogTableEasy tr td:first-child{
    width: 40%;
}
table.blogTableEasy tr td:nth-child(2){
    width: 35%;
}
table.blogTableEasy tr td:nth-child(3){
    width: 25%;
} */



.made {
    width: 100%;
    text-align: right;
}

.made a {
    font-size: 13px;
    color: #FFF;
    text-decoration: none;
}


.blog_pagination {
    padding: 0px 0 40px 0;
}

.blog_pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--co2);
    border-color: #51202d;
}

.blog_pagination .page-link {
    color: #575757;
}

.blog_pagination li {
    border: 0 !important;
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin: 5px 0;

}

.blog_pagination .pagination {
    width: min(90%, 1130px);
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: baseline;
}

.emailpopup ul li {
    transition: all 0.3s ease-in-out;
}

.emailpopup ul li a {
    display: flex;
    align-items: center;
    color: var(--co10);

}

.emailpopup ul li figure {
    margin-right: 30px;
    max-width: 40px;
    padding: 5px 0;
}

.emailpopup li:hover {
    background: #eee;
    padding: 0 10px;
    border-radius: 5px;
}




/*mob*/
@media (max-width: 767px) {
    .banner_sub.about {
        background: url(../images/banner/b_about_m.jpg) center no-repeat;
        background-size: cover;
    }

    .banner_sub h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .navbar-nav ul.dropdown-menu {
        /* display: flex; */
        flex-wrap: wrap;
        background: #FFF;
        padding: 10px;
        margin-top: 0;
        padding-bottom: 0;
        width: unset;
        margin-left: 0px;
    }

    .navbar-nav ul.dropdown-menu li a {
        padding: 0;
        text-shadow: none;
        flex-direction: row;
        line-height: 18px;
    }

    .navbar-nav ul.dropdown-menu li {
        width: unset;
        margin-bottom: 16px;
    }

    .navbar-nav ul.dropdown-menu .dropdown-item img {
        width: 50px;
        border-radius: 5px;
    }

    .top_contact_cont {
        flex-direction: column;
        width: 100%;
    }

    .top_contact_cont p {
        margin-left: 0;
    }

    .dropdown-menu li .dropdown-item:focus,
    .dropdown-menu li .dropdown-item:hover {
        background: none;
        color: var(--co3) !important;
    }

    .navbar-nav ul.dropdown-menu .dropdown-item:hover img {
        box-shadow: none;
    }

    .navbar-nav ul.dropdown-menu .dropdown-item img {
        margin-right: 10px;
    }

    .dropdown:hover>.dropdown-menu li {
        width: 50%;
    }

    .bannerVideo {
        margin: -15px 0 80px 0;
    }

    .what_we_do ul li h3 {
        font-size: 20px;
        width: 160px;
    }

    .what_we_do ul {
        width: 60%;
    }

    .what_we_do figure {
        width: 120px;
        height: 120px;
    }

    .bannerVideo::before {
        background: none;
    }

    .what_we_do li:first-child figure {
        margin-left: -65px;
        margin-right: 5px;
    }

    .what_we_do li:nth-child(3) figure,
    .what_we_do li:nth-child(7) figure {
        margin-right: -60px;
        margin-left: 5px;
    }

    .what_we_do li:nth-child(3) .item {
        align-items: center;
    }

    .what_we_do li:nth-child(5) figure {
        margin-left: -60px;
        margin-right: 5px;
    }

    .what_we_do li:nth-child(2) figure {
        margin-bottom: -100px;
    }

    .what_we_do li:nth-child(6) figure {
        margin-bottom: -90px;
    }

    .what_we_do li:nth-child(4) figure {
        margin-bottom: -90px;
    }

    .what_we_do li:nth-child(8) figure {
        margin-bottom: -96px;
    }

    .management_team ul li {
        width: 100%;
    }

    .mission_vision .row>div:first-child .cont {
        border-right: 0;
        border-bottom: 1px solid #c3a7af;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    .mission_vision .row>div:first-child .cont::before {
        top: unset;
        right: 50%;
        transform: translatex(50%);
        bottom: -12px;
    }

    .f_menu ul {
        justify-content: center;
    }

    footer .f_contact {
        margin: 0 30px;
        justify-content: center;
        border-radius: 15px;
    }

    footer .container {
        padding-top: 130px;
    }

    footer h3 {
        margin-top: 40px;
    }

    footer .f_contact ul {
        margin-left: 0;
        /* justify-content: center; */
    }

    footer .logo {
        margin-top: 30px;
    }

    footer .f_contact ul li {
        text-align: left;
    }

    footer .f_contact {
        padding: 20px 30px 20px 10px;
    }

    .mission_vision .cont {
        padding: 0 30px;
    }

    .top_contact .enq_btn {
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 1010;
    }

    .top_contact .enq_btn a {
        padding: 5px 5px 4px 9px;
    }

    /* .top_contact .enq_btn.btnStick{
        position: fixed;
        right: 70px;
    } */
    .why_choose .why_choose_cont>div:nth-child(1) {
        order: 1;
    }

    .why_choose .why_choose_cont>div:nth-child(2) {
        order: 2;
    }

    .why_choose .why_choose_cont>div:nth-child(even) li .row {
        flex-direction: unset;
        text-align: unset;
    }

    .why_choose ul li:last-child {
        border-bottom: 1px dotted #FFF;
    }

    .why_choose .why_choose_cont li:nth-child(even) .row {
        flex-direction: row-reverse !important;
        text-align: right !important;
    }

    .services_main .cont::before {
        top: 23px;
    }

    .study_abroad_why_choose ul li {
        width: calc(100%);
    }

    .study_abroad_why_choose {
        padding: 20px;
        padding-top: 40px;
    }

    .study_abroad_universities ul li {
        width: 100%;
    }

    .h_enquiry .h_enquiry_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .icon_main {
        flex-direction: row;
        left: 20px;
        right: 20px;
        bottom: 10px;
        justify-content: space-between;
    }

    .blog img {
        margin-bottom: 20px;
    }

    .blog h2 {
        font-size: 18px;
        margin: 13px 0 10px 0;
        line-height: 24px;
    }

    .h_testimonial_wrap h3 {
        margin-bottom: 0;
    }

    .h_testimonial>.container>.row>div:nth-child(2) {
        padding: 0 30px;
        text-align: center;
    }

    .h_testimonial_wrap p {
        text-align: center;
    }

    .services_main .cont {
        padding-top: 50px;
    }

    .study_abroad_key_facts img {
        margin-bottom: 20px;
    }

    .language_training_main .contMain .dis {
        padding-left: 30px;
    }

    .language_training_main .contMain h3 {
        padding: 12px;
        border-radius: 0 10px 10px 0;
        font-size: 24px;
        bottom: 5px;
        top: unset;
        right: unset;
        transform: translateY(0%);
    }

    .language_training_main .contMain:nth-child(2n) .row h3 {
        left: unset;
    }

    .made {
        text-align: center;
    }








}