header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
.country-banner{
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.2;
}
.hero-section,.myHero, .inner-hero-inner{
    position: relative;
}
.countries-template-default .inner-hero-inner{
	overflow: hidden;
}
.myHero::after, .inner-hero-inner::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/curve.png) no-repeat;
    background-size: 100% 100%;
    height: 110px;
    width: 100%;
    /* clip-path: ellipse(100% 110px at 10% 20%); */
    z-index: 1;
}
.inner-hero-inner{
	height: 400px;
	object-fit: cover;
}
.inner-hero-inner img{
	height: 100%;
}
.hero-txt{
    position: absolute;
    width: 40%;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero-section .common-hdr {
    max-width: 100%;
}
.hero-section .common-hdr h1{
    margin-bottom: var(--20);
}
.banner-bottom p{
    font-size: 30px;
}

.mid-point{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: 1px solid #D1E5F1;
    background: url(../img/cliclkable.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    z-index: 2  ;
}
.mid-point a{
    width: 53px;
    height: 53px;
    border-radius: 100%;
    color: var(--white);
    font-size: 18px;
    background-image: linear-gradient(to right, #C66A00, #F9931D);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.mid-txt {
    position: absolute;
}
.mid-txt li{
    color: var(--text-blue);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.bottom-inner{
    border-bottom: 1px solid rgba(5, 92, 144, 0.2);
}
.bottom-journey{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 20px 30px;
    border-left: 1px solid #FAC183;
    background-image: linear-gradient(to right, #fff, #FFEDD9);
}
.bottom-journey h2{
    color: var(--text-dark);
    font-size: var(--space-xl);
}
.bottom-journey span{
    color: var(--primary);
    font-size: var(--text-base);
    font-weight: 500;
    display: block;
    text-align: left;
}
.bottom-journey img{
    width: auto;
}

.partners-sec{
    position: relative;
}
.mypartners .swiper-wrapper{
    padding: 40px 0;
}
.partner-box{
    width: 100%;
    height: 100px;
    box-shadow: 0 10px 10px rgba(69, 120, 178, 0.1);
    border-radius: var(--30);
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner-box img{
    width: auto;
}
.partners-sec .swiper-button-next, .partners-sec .swiper-button-prev{
    top: 72%;
}

.services-sec{
    background: var(--primary-light);
}
.services-sec .card{
    border: 0;
    box-shadow: 0 10px 10px rgba(69, 120, 178, 0.1);
    border-radius: var(--30);
    padding: var(--15);
    align-items: center;
    min-height: 335px;
}
.services-sec .card-icon{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(234, 249, 255, 1));
    border-radius: var(--15);
    height: 165px;
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.offering-sec .card{
    padding: var(--30);
    align-items: start;
    flex-direction: row;
    gap: 20px;
    min-height: auto;
}
.offering-sec .card-icon{
    background: var(--primary-light);
    border-radius: var(--15);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.card-icon img{
    width: auto;
}
.offering-sec .card-text{
    text-align: left;
    width: 70%;
}
.offering-sec .card-text h5{
    margin: 30px 0;
}

.country-sec{
    background: var(--primary-light);
    position: relative;
}
.country-inn{
    border-radius: var(--30);
    overflow: hidden;
    background: var(--white);
    color: var(--text-dark);
    box-shadow: 0 4px 10px rgba(72, 77, 81, 0.2);
}
.country-text{
    padding: var(--30);
    min-height: 100px;
}
.myCountry{
    padding: var(--20) var(--10);
}
/* stay-connected */
.stay-inn{
    border-bottom: 1px solid rgba(5, 92, 144, 0.2);
    margin-left: var(--20);
}
.stay-text{
    max-width: 70%;
    
}
.stay-text h2{
    font-weight: 400;
    margin-bottom: var(--20);
}
.stay-text p{
    font-weight: 400;
    margin-bottom: var(--30);
}


/* footer */
footer{
    background: var(--primary);
}
footer h4{
    margin-bottom: var(--15);
    color: var(--white);
    font-weight: 600;
}
footer ul li{
    margin-bottom: var(--10);  
}
footer ul li a, footer ul li p {
    color: var(--white);
}
footer ul li span{
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    margin-top: var(--10);
    margin-left: var(--30);
}
footer ul li i{
    color: var(--white);
    margin-right: var(--10);
}
.office-add li i{
    float: left;
    margin-top: 7px;
}
.office-add li p{
    overflow: hidden;
}
.office-add li span{
    margin-left: var(--25)
}
.copyright{
    border-top: 1px solid var(--white);
    padding-top: var(--15);
    margin-top: var(--15);
}
.copyright-inn span{
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
}
.footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-link li{
    margin: 0 var(--10);
    padding: 0 var(--10);
    list-style: disc;
    color: var(--white);
}
.footer-link li:first-child{
    list-style: none;
}
.footer-link li a{
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
}
.footer-link li a:hover{
    text-decoration: underline;
}
.copyright p{
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
    margin: var(--10) 0 0;
}


/* about page */
.inner-hero .hero-txt{
    top: 50%;
}
.inner-hero .common-hdr{
    margin-bottom: 0;
    max-width: 100%;
}
.inner-hero .common-hdr h1 {
    margin-bottom: var(--20);
}

.about-sec{
    position: relative;
}
.abt-txt h4{
    margin-bottom: var(--20);
}
.abt-txt p:last-of-type{
    margin-bottom: 0;
}
.difference-sec{
    background: var(--primary-light);
}
.difference-txt{
    padding: var(--15) var(--20);
    display: flex;
    flex-direction: row;
    gap: 20px;
    min-height: 148px;
    border-radius: 15px;
    border: 1px solid rgba(19, 168, 222, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.difference-txt .card-text p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: var(--text-xxl);
}

.traction-sec{
    background: url(../img/about/traction-bg.png) no-repeat;
    background-size: cover;
    background-position: left;
}
.traction-txt p{
    margin-bottom: 0;
}
.traction-right{
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: url(../img/about/tcurve.png) no-repeat;
    background-position: 10px center;
}
.traction-right .d-flex:nth-child(2n){
    padding-left: 80px;
}
.traction-icon{
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.traction-icon img{
    width: auto;
}
.traction-right-txt{
    max-width: 70%;
}

/* country-page */

.white-bg{
    background-color: var(--white);
}
.abt-country-sec{
    background-color: var(--primary-light);
}
.abt-country-sec .common-hdr{
    margin-bottom: var(--20);
}
.abt-country-sec p:last-of-type{
    margin-bottom: 0;
}
.abt-country-sec .card.difference-txt{
    border: none;
}
.abt-country-sec .card.difference-txt .card-icon{
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background-color: var(--primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.abt-country-sec .card.difference-txt .card-text p strong{
    display: block;
}
.abt-country-txt .common-hdr{
    max-width: 100%;
}
.scholarship-sec .card.difference-txt{
    background: var(--primary);
    min-height: auto;
    border: 1px solid #008BBD;
}
.scholarship-sec .card.difference-txt .card-icon{
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background-color: #008BBD;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scholarship-sec .card.difference-txt .card-text p{
    color: var(--white);
}
.scholarship-sec .card.difference-txt .card-text p strong{
    display: block;
}
.scholarship-sec .abt-country-txt .common-hdr{
    max-width: 100%;
}

/* services */
.services-course .common-hdr{
    max-width: 100%;
}
.services-course{
    background: url(../img/service/coursework.png) no-repeat;
    background-position: 36% bottom;
    background-size: 430px;
}
.services-box{
    padding-bottom: 140px;
    text-align: left;
}
.services-box ul{
    margin-top: var(--30);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.services-box ul li{
    width: calc(50% - 20px);
    text-align: center;
}
.services-box ul li a{
    display: block;
    border-radius: 15px;
    padding: var(--10) var(--15);
    border: 1px solid rgba(19, 168, 222, 0.5);
    box-shadow: 0 5px 10px rgba(19, 168, 222, 0.25);
}
.services-new{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.services-new span{
    width: 60%;
    padding: 20px
}
.services-sec .common-hdr{
    max-width: 100%;
    margin-bottom: var(--20);
}
.services-sec h4{
    margin: 0 0 var(--20);
    font-weight: 500;
    line-height: 1.4;
}




/* contact page */
.contact-form .common-hdr{
    max-width: 100%;
}
.contact-form .form-control{
    height: 50px;
    width: 100%;
    border-radius: 30px;
    background-color: var(--grey);
    border: 1px solid #A0B3C9;
    padding:0 var(--20);
}
.contact-form textarea.form-control{
    height: 100px;
     padding:var(--10) var(--20);
}
.group-btn{
    display: flex;
    align-items: center;
    gap: 40px;
}
.group-btn p{
	margin: 0;
}
.contact-form iframe{
    width: 100%;
    height: 550px;
    border: none;
    border-radius: 30px;
}
.contact-form .recaptcha iframe{
    border-radius: 0;
}
.contact-form label{
    text-align: left;
    font-size: 15px;
}
.form-inn, .subjectline, .deadline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.form-inn select{
    max-width: 166px;
}
.form-inn label, .subjectline label{
    min-width: 166px;
}
.subjectline select, .deadline{
    width: calc(100% - 166px);
}
.quote-form{
    padding: var(--15);
    border-radius: 15px;
    border: 1px solid rgba(19, 168, 222, 0.2);
    box-shadow: 0 5px 10px rgba(19, 168, 222, 0.25);
}

.form-control[type=file]:not(:disabled):not([readonly]){
    line-height: 50px;
    padding: 0 10px;
}
.uploadfile input::file-selector-button {
    border-radius: 30px;
    background-color: #A0B3C9;
    padding: 0 20px;
}

.contact-form .form-control.wpcf7-not-valid{
    border-color: #dc3232;
}
.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    border-color: rgb(220 50 50 / 80%);
    background: rgb(220 50 50 / 20%);
    color: rgb(220 50 50 / 100%);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: rgb(70 180 80 / 80%);
    background: rgb(70 180 80 / 20%);
    color: rgb(70 180 80 / 100%);
    padding: 20px;
    border-radius: 20px;
	text-align: center;
}
.wpcf7-spinner{
	position: absolute;
}
.wpcf7-form-control-wrap{
	width: 100%;
}
.wpcf7-form-control-wrap {
    min-width: calc(100% - 186px);
}
span.wpcf7-form-control-wrap[data-name=country-code], 
span.wpcf7-form-control-wrap[data-name=deadline-time] {
    min-width: auto;
}
.wpcf7-form-control-wrap.recaptcha{
	min-width: auto;
	width: auto;
}



/* responsive */
@media only screen and (min-width: 1200px) {
	.difference-txt .card-text p {
    	font-size: var(--text-xl);
	}
}
@media only screen and (max-width: 1199px) {
    h1 {
    font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1.15rem;
    }

    h5 {
        font-size: 1rem;
    }
    .btn{
        padding: var(--15);
    }
    .hero-txt {
        width: 60%;
    }
    .myHero .swiper-slide img{
        height: 600px;
        object-fit: cover;
        object-position: 65%;
    }
    .myHero::after, .inner-hero-inner::after{
        height: 60px;
    }
    .common-hdr h1 {
        font-size: 2rem;
    }

    .bottom-journey{
        padding: 10px 20px;
    }
    .bottom-journey h2 {
        font-size: var(--text-xxl);
    }
    .bottom-journey img{
        max-width: 40px;
    }
    .country-text {
        padding: var(--15);
    }
	.difference-txt .card-text p {
		font-size: var(--text-lg);
	}
    .form-inn label, .subjectline label {
        min-width: 106px;
    }

	.subjectline select, .deadline {
        width: calc(100% - 106px);
    }
}

@media only screen and (max-width: 991px) {
    .navbar-brand{
        max-width: 220px;
    }
    .navbar-nav {
        padding: 15px;
    }
    .navbar-nav .nav-link{
        padding: .75rem;
        margin-right: 0;
        background: var(--primary-light);
    }
    .navbar-nav .nav-item{
        margin-bottom: 5px;
    }
    .navbar-nav .nav-link::before, .navbar-nav .nav-link:before{
        bottom: 0;
        right: 0;
        margin: 0;
        left: 12px !important;
    }
    .navbar-collapse .btn.btn-primary{
        margin-top: 20px;
        width: 100%;
    }
    .offering-sec .card{
        flex-direction: column;
    }
    .offering-sec .card {
        padding: var(--20);
        align-items: center;
    }
    .offering-sec .card-text {
        width: 100%;
        text-align: center;
    }
    .group-btn{
        margin-bottom: 15px;
    }
	.difference-sec .row {
        gap: 1.5rem;
    }
	.services-box {
        padding-bottom: 30px;
    }
    .services-course {
        background-position: 100% 40%;
		background-size: 230px;
    }
	span.wpcf7-form-control-wrap[data-name=country-code], 
	span.wpcf7-form-control-wrap[data-name=deadline-time] {
		min-width: 106px;
	}
}

@media only screen and (max-width: 767px) {
    .hero-txt {
        width: 90%;
    }
    .hero-section .common-hdr{
        text-shadow: 0 0 10px #fff;
    }
    .myHero .swiper-pagination{
        bottom: 170px !important;
    }
    .myHero::after, .inner-hero-inner::after {
        height: 40px;
    }
    .common-hdr h1{
        font-size: 1.75rem;
    }
    .common-gap{
        padding: 40px 0;
    }
    .common-hdr {
        margin-bottom: var(--20);
        max-width: 100%;
    }
    .mid-point {
        top: 78%;
    }
    .banner-bottom{
        padding-bottom: 0;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 62px;
        height: 40px;
    }
    .bottom-inner .row, .services-sec .row, .offering-sec .row {
        gap: 1.5rem;
    }
    .banner-bottom p {
        font-size: 24px;
    }
    .offering-sec .card-text h5 {
        margin: 15px 0;
    }
    .myCountry {
        padding: var(--20) var(--30);
    }
    .country-text {
        padding: var(--10);
    }
    .partner-box img{
        width: auto;
        height: auto !important;
    }
    .stay-img img{
        width: auto;
    }
    .stay-text {
        max-width: 100%;
    }
    .stay-inn {
        border-bottom: 0;
        margin: 0;
        padding-top: 15px;
        border-top: 1px solid rgba(5, 92, 144, 0.2);
    }
    .difference-txt .card-text p {
        font-size: var(--text-xl);
    }
	.contact-form{
		padding: 0 15px;
	}
    .contact-form iframe {
        height: 350px;
    }
	.inner-hero-inner{
	 	height: 300px;
	}
	.traction-right {
    	gap: 30px;
		background-position: -28px center;
    	background-size: 30% 90%;
	}
	.traction-icon {
		width: 100px;
		min-width: 100px;
		height: 100px;
	}
	.traction-icon img {
		width: 53px;
	}
	.difference-txt{
		min-height: auto;
	}
	.abt-txt{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 575px) {
    .swiper-button-next, .swiper-button-prev {
        width: 52px;
        height: 30px;
    }
    .swiper-button-prev{
        left: 5px;
    }
    .swiper-button-next {
        right: 5px; 
    }
    .banner-bottom p {
        font-size: 20px;
    }
    .mid-point {
        top: 80%;
    }
    .myHero .swiper-pagination {
        bottom: 140px !important;
    }
    .traction-right .d-flex{
        flex-direction: column;
    }
    .traction-right .d-flex:nth-child(2n) {
        padding-left: 0;
    }
    .traction-right-txt {
        max-width: 100%;
    }
    .footer-link {
        flex-direction: column;
    }
    .footer-link li, .footer-link li:first-child {
        list-style: disc;
		margin: 0;
    	padding: 0;
    }
    .group-btn{
        flex-direction: column;
    }
	.traction-right {
		background: none;
	}
    .services-new span {
        width: 90%;
    }
    .subjectline, .form-inn{
        flex-direction: column;
        gap: 10px;
    }
    .subjectline label, .form-inn label {
        width: 100%;
    }
    .form-inn select {
        max-width: 100%;
    }
    .deadline{
        width: 100%;
        flex-direction: column;
    }
    .group-btn .btn {
        width: 100%;
    }
	.services-course {
        background: none;
    }
}

@media only screen and (max-width: 480px) {
    .services-box ul{
        flex-direction: column;
    }
    .services-box ul li {
        width: 100%;
    }
        .services-new span {
        width: 100%;
    }
}