<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title-section  h4 {font-size: 30px;color: #fff;margin-bottom: 15px;text-align: center;}
.btn-info {
	display: block;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    width: 180px;
    margin: 0 auto;
    background-color: #fff;
    color: #17a2b8;
    border: 0;
    transition: 0.3s all ease;
}
.btn-info, .btn-common {
	-webkit-animation-duration: 2s;
    -webkit-animation-delay: 300ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-duration: 2s;
    animation-delay: 300ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
    margin: 0;
}
.btn.btn-info:hover {background-color: #17a2b8;color: #fff;}
@-webkit-keyframes pulse {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	50% {transform: scale(1.2);}
}
@keyframes pulse {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	50% {transform: scale(1.2);}
}
.counter-area {
    display: flex;
    align-items: center;
}
.table-bordered {box-shadow: none;border:0;margin: 0 auto;display: table;margin-bottom: 15px;}
.testimonial-item2 .owl-carousel .owl-item img {max-width: 100%;}
.owl-carousel .owl-item .img-testimonial img {max-width: 90px;width: 100%;margin: 0 auto;}
#testimonials .owl-dots {bottom: -20px;}
.ttl {text-align: center;}
.modal {position: fixed;top: 50%;right: 0;bottom: unset;left: 0;transform: translateY(-50%);z-index: 1050;display: none;overflow: hidden-webkit-overflow-scrolling: touch;outline: 0;opacity: 1}
.modal-open .modal {height: 100vh;padding: 0 !important;}
.modal-dialog {margin: 60px auto 0;}
textarea.form-control {height: 50px;resize: none;}
.embed-responsive-16by9 {left: 0;right: 0;width: 100%;margin: 0 auto;height: auto;}
.modal-window {
    width: 600px;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    background-color: #ccc;
    border-radius: 10px;
    position: relative;
}
.btn.form-button {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    padding: 0;
    height: 32px;
    line-height: 32px;
    background-color: #6233c2;
    border: 0;
    transition: 0.3s all ease;
}
.faq-sec {
    padding: 30px 0;
}
.modal-dialog.vide-open {
    width: 700px;
}
.vide-open .modal-body .close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f00;
    color: #fff;
    line-height: 30px;
    padding: 0;
    font-size: 20px;
}
.vide-open .modal-body {padding: 15px;}
.video-block {
    width: 700px;
    margin: 0 auto;
    padding: 15px;
    background-color: #ccc;
    border-radius: 10px;
}
.video-click {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: 0.3s all ease;

}
.video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    padding: 13px;
    background-color: #ec1a23;
    border-radius: 50%;
    transform: scale(1);
    transition: 0.3s all ease;
}
.video-icon svg {
    fill: #fff;
}
.video-block a:hover .video-icon {transform: scale(1.1);box-shadow: 0 0 15px rgba(236, 26, 35, 0.5);}
.scrollToTop i {line-height:24px;color:#fff;}
.hero-area-uk.hero-area-asish {background: url(../../images/study-australia.jpg) no-repeat !important;;background-size: 100% !important;background-position: center !important;}
.hero-area-uk.hero-area-asish .contents p {color: #fff !important;}
.services-item2.block {min-height:312px;}
.services-item2.block {
    min-height: 200px;
    display: flex;
    align-items: center;
}
.feature-box {
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
    padding: 15px;
    text-align: center;
    margin: 15px 0;
    min-height: 160px;
}
.univer-sec {
    padding: 30px 0;
}
.univer-sec .rqrmnt-list {
    margin: 0 auto;
    border-radius: 10px;
    color: #6233c2;
    display: inline-block;
    text-align: center;
}

.univer-sec .rqrmnt-list &gt; li {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
    vertical-align: top;
    font-size: 18px;
    width: calc((100% / 3) - 30px);
    display: inline-block;
    margin: 0 35px 35px 0;
}
.rqrmnt-card {
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    border: none;
    padding: 15px;
    text-align: left;
    box-shadow: 0 0 5px rgba(20,23,28,0.2);
    margin-bottom: 0;
}
.univer-sec .rqrmnt-list &gt; li:nth-child(3n) {
    margin-right: 0;
}
.faq-list li {
    list-style: circle;
    margin-left: 25px;
}
.about-area .rqrmnt-list li {
    display: inline-block;
    width: calc((100% / 3) - 30px);
    position: relative;
    margin: 10px;
    box-shadow: 0 0px 2px rgba(0,0,0,0.9);
    padding: 15px 15px 15px 35px;
    font-size:14px;
}
.about-area .rqrmnt-list &gt; li:before {left:5px;top:50%;transform: translateY(-50%);}
.hero-area-uk.hero-area-asish .contents {background-color: rgb(0 0 0 / 36%);border-radius: 55px;padding:15px;}
.services-item2.block .icon {border:0}
.services-content, .services-item2 .services-content p {
    text-align: left;
}
.study-uk {
    background: url(../../images/study-uk/study-uk-bnr.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center bottom !important;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    height: 530px;
}
.hero-area-uk.study-uk h1, .head-title-3 {
    color: #fff;
}
.hero-area-uk.study-uk .contents p {
    padding: 4px 0px;
    line-height: 30px;
    font-size: 18px;
    color: #efbf3b;
    font-weight: 600;
}
.services-item2.block .services-content {padding-left:25px;}
.unvr-blk {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    min-height: 150px;
}
.owl-carousel .owl-item .unvr-img img {
    max-width: 250px;
}
.benifit-blk {
    min-height: 80px;
    display: flex;
    padding: 20px;
    background-color: #091390;
    color: #fff;
    border-radius: 10px;
    position: relative;
    align-items: center;
}
.benifit-cnt {
    padding-left: 49px;
    font-size: 18px;
}
.reqrmnt-sec.unt-req.benfit .bullet-arrow {
    background-color: #fff;
    margin: 0;
    display: inline-block;
    width: 50px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 0 5px 5px 0;
}
.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #091390;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.reqrmnt-sec.unt-req.benfit .unt-lft-prt {
    background: url(../../images/study-uk/benifits-study-uk.jpg) no-repeat;
    }
    .reqrmnt-sec.unt-req.benfit .rqrmnt-list &gt; li:nth-child(even) .benifit-blk {
    margin-bottom: 15px;
}
.blk-box {
    background-color: #6233c2;
    min-height: 300px;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    transition:0.3s all ease;
    transform:scale(1);
}
.blk-box:hover {
    background-color: #fff;
    transform:scale(1.01);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.blk-box h4 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px;
    padding: 15px 20px;
    min-height: 86px;
    background-color: #fff;
    color: #6233c2;
    border-radius: 0 0 0 50px;
    transition:0.3s all ease;
}
.blk-box:hover h4 {
    background-color: #6233c2;
    color: #fff;
}
.blk-box p {
    padding: 0 20px 15px;
    color: #fff;
}
.blk-box:hover p {
    color: #6233c2;
    transition:0.3s all ease;
}
.blk-block {
    position: relative;
}
.ovrly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgb(0 0 0 / 0.7);
    opacity:0;
    transition:0.3s ease all;
}
.blk-block:hover .ovrly {
    opacity: 1;
}
.ovrly span {
    display: flex;
    height: 100%;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.courses-sec h5 {
    margin-bottom: 30px;
}
.title-section .section-title {
    color: #fff;
}
.intakes {
    background-color: #f5f5f5;
}
.about-area.facts ul li:before, .about-area.intakes ul li:before {content:none;}
.about-area.facts ul li {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 0 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display:flex;
    align-items:center;
}
.blt-style {
    display: inline-block;
    margin-right: 20px;
    justify-content: space-around;
    background-color: #6233c2;
    padding: 20px;
    color: #fff;
}
.about-area.intakes ul {
    display: flex;
    align-items: center;
    justify-content: left;
}
.about-area.intakes ul li {
    margin: 0 0 15px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    background-color: #6233c2;
    color: #fff;
}
.call-to-action {
    background: url(../../ielts-landing/images/call-to-action.jpg) no-repeat;
    background-size:cover;
    }
.call-to-action-inr {
    background-color: rgba(0, 0, 0, 0.8);
}
    .cal-to-over {
    	background-color: #e53662;
    }
    .courses-sec h5 {text-align:center;}
    .btn-free-demo {color:#fff;}
    .reqrmnt-sec.unt-req.benfit {
    padding: 30px 0;
}
 .reqrmnt-sec.unt-req.benfit .rqrmnt-list &gt; li {
    width: calc((100% / 2) - 30px);
    display: inline-block;
    min-height: 80px;
    padding: 0 15px;
}
.cal-to-over h3 {font-size:24px;}
.h2-ttl {
    font-size: 32px;
}
.btn-call-to-action {
    text-align: center;
}
.reqrmnt-sec.unt-req.benfit .btn-free-demo {
    color: #002914;
}
.reqrmnt-sec.unt-req.benfit .btn-free-demo:after{background: #091390;}
.reqrmnt-sec.unt-req.benfit .btn-free-demo:hover {
    color: #fff;
    border-color: #091390;
}
/*====form design===*/
.steps-form-2 {
    display: table;
    width: 100%;
    position: relative; }
.steps-form-2 .steps-row-2 {
    display: table-row; }
.steps-form-2 .steps-row-2:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: #7283a7; }
.steps-form-2 .steps-row-2 .steps-step-2 {
    display: table-cell;
    text-align: center;
    position: relative; }
.steps-form-2 .steps-row-2 .steps-step-2 p {
    margin-top: 0.5rem; }
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
    width: 70px;
    height: 70px;
    border: 2px solid #59698D;
    background-color: white !important;
    color: #59698D !important;
    border-radius: 50%;
    padding: 22px 18px 15px 18px;
    margin-top: -22px; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
    border: 2px solid #4285F4;
    color: #4285F4 !important;
    background-color: white !important; }
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
    font-size: 1.7rem; }
    /*===form design end===*/
    
    /*==New  call to action==*/
.cal-to-inr.new-call .h2-ttl {
    font-size: 32px;
    margin: 15px 0 50px;
}
.cal-to-over.call-to-new {
    position: static;
    background: url(../../images/learning-img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
    height: 400px;
    width: 700px;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.cal-to-over.call-to-new:before {
    content: '';
    position: absolute;
    background-color: rgb(98 51 194 / 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.cal-to-over.call-to-new h3 {
    z-index: 1;
}
.cal-to-inr.cll-new .h2-ttl {
    margin: 0 0 40px;
}
.call-to-action.cll-main-new, .call-to-action.cll-main-new .call-to-action-inr {
    margin-bottom: 0;
}
.services-item2 .services-content h3 {text-align:center;}
.work-porcess-area h4 {
    text-align: center;
    font-size: 22px;
    margin: 10px 0 50px;
}
.cnt-testimonial {margin-bottom:15px;font-weight:600;}
@media (max-width: 1023px) {
#hero-area {height:auto;}
.header-left a img {position:static;margin:15px auto 0;}
#hero-area .contents .head-title {font-size:42px;}
.contents {margin-bottom: 15px;height:320px;}
.home-form {position: relative !important;width: 300px;margin: 0 auto;float: left;}
#gre-stats h3 {font-size:28px;}
#gre-stats p {font-size:16px;}
.title-section .btn.btn-info,#cta .btn-common {margin-top: 40px;}
.title-section h4 {text-align: left;}
.section-title{margin:0;}
#other_services .box {margin-bottom:20px;}
#hero-area.hero-area-asish {background-size:cover !important;}
#hero-area.hero-area-asish .contents {
    height: auto;
    display: block;
    margin: 20px 0;
}
.univer-sec .rqrmnt-list &gt; li {width: calc((100% / 3) - 30px);}
.about-area .rqrmnt-list li {width: calc((100% / 2) - 30px);}
.study-uk {height:auto;}
.hero-area-uk.study-uk h1 {text-align:left;}
}

@media (max-width: 767px) {
    .modal-window,.about-area .rqrmnt-list li {width: 100%;}
    .header-left a img {
        position: absolute;
        z-index: 99;
        width: 220px;
        top: 20px;
        left: 20px;
        margin:0 auto;
    }
    .header-right.clearfix {padding: 15px 0;}
    .title-section h4, .btn-cmm, .title-section h4 {text-align: center;}
    .title-section .btn.btn-info, #cta .btn-common {margin: 20px auto;}
    #other_services .box {margin:0 0 20px;}
    .shape {margin:10px auto 20px;}
    #hero-area .contents .head-title {font-size:32px;line-height:38px;}
    #cta h3, .ttl, .title-section h1 {font-size:32px;text-align:center;}
    .table-bordered {display:block;}
    .counter-area {justify-content: center;margin-bottom: 15px;}
    .modal-dialog.vide-open, .video-block {width: 100%;}
    .social-call ul {margin-left:0;}
    .social-call {left:0;}
   
    .about-area .about-wrapper {margin-bottom:20px;}
    .video-block {padding:7px;}
    .univer-sec .rqrmnt-list &gt; li{
    width: 100%;
    margin: 0 0 20px;
}
#hero-area.hero-area-asish .contents h1 {font-size:42px;line-height:48px;}
.reqrmnt-sec.unt-req.benfit .rqrmnt-list &gt; li {
    width: 100%;
}
.unvr-blk {
    min-height: 250px;
}
.cal-to-over.call-to-new {width:100%;}
}</pre></body></html>