body {
    background: #fff;
    color: grey;
    font-family: "Open Sans", sans-serif
}

.mobile-img {
    background-image: url(assets/img-web/Bg_02_V2.jpg)!important
}

@media only screen and (max-width:426px) and (min-width:320px) {
    .mobile-img {
        background-image: url(assets/img-web/Bg_02_V2-2.webp)!important
    }
}

a {
    color: grey;
    transition: .5s
}
.anchortagfontcolor {
        color: #0c8eff;
}

a:active,
a:focus,
a:hover {
    color: #0c8eff;
    outline: 0;
    text-decoration: none
}

p {
    padding: 0;
    margin: 0 0 30px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0
}

.back-to-top {
    position: fixed;
    display: none;
    background: #0c8eff;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background .5s;
    z-index: 11
}

.back-to-top i {
    padding-top: 12px;
    color: #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #0c8eff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#header {
    padding: 20px 0;
    height: 125px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all .5s;
    z-index: 997
}

#header.header-scrolled {
    background: rgba(0, 0, 0, .9);
    padding: 20px 0;
    height: 125px;
    transition: all .5s;
    top: 0
}

#header.header-bg {
    background: rgba(0, 0, 0, .9);
    padding: 20px 0;
    height: 125px;
    transition: all .5s
}

#header #logo {
    float: left;
    margin-top: -15px
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 3px
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #0c8eff
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 55px;
    object-fit: contain;
}

#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background-image: url(assets/img-web/Bg_02_V2.webp)
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#intro .carousel-background img {
    max-width: 100%
}

#intro .carousel-content {
    text-align: center
}

#intro h1,
#intro h2 {
    color: #007bff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700
}

#intro h1 span,
#intro h2 span {
    font-size: 48px;
    color: #fff200
}

#intro p {
    width: 60%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 1.2rem
}

#intro .carousel-fade {
    overflow: hidden
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity
}

#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right,
#intro .carousel-fade .carousel-inner .carousel-item {
    opacity: 0
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: .5s
}

#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right,
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#intro .carousel-control-next,
#intro .carousel-control-prev {
    width: 10%
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: 0 0;
    font-size: 32px;
    line-height: 1
}

#intro .carousel-indicators li {
    cursor: pointer
}

#intro .btn-get-started {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px auto;
    color: #fff;
    max-width: 180px;
    background: #0c8eff;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    color: #fff;
    transition: all .4s;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -ms-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #0c8eff
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

.nav-menu li.sfHover>ul,
.nav-menu li:hover>ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    float: right;
    margin: 0
}

.nav-menu a {
    padding: 0 3px 10px 3px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    outline: 0;
    letter-spacing: 0
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
    color: #0c8eff
}

.nav-menu>li {
    margin-left: 10px
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    background: #fff
}

.nav-menu ul li {
    transition: .3s
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: .3s;
    display: block;
    font-size: 13px;
    text-transform: none
}

.nav-menu ul li:hover>a {
    color: #0c8eff
}

.nav-menu ul ul {
    margin: 0
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: all .4s;
    outline: 0;
    cursor: pointer
}

#mobile-nav-toggle i {
    color: #fff
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: .4s
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0;
    font-weight: 700;
    font-family: Montserrat, sans-serif
}

#mobile-nav ul li a:hover {
    color: #fff
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #0c8eff
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none
}

#mobile-nav ul .menu-item-active {
    color: #0c8eff
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.section-header h1,
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px
}

.section-header h1::before,
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-header h1::after,
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0c8eff;
    bottom: 0;
    left: calc(50% - 20px)
}

.section-header p {
    text-align: center;
    color: grey
}

.section-bg {
    background: #f3f3f3
}

#featured-services {
    background: #f5f5f5
}

#featured-services .box {
    padding: 30px 20px
}

#featured-services i {
    color: #0c8eff;
    font-size: 48px;
    display: inline-block;
    line-height: 1
}

#featured-services h4 {
    font-weight: 400;
    margin: 15px 0;
    font-size: 18px
}

#featured-services h4 a {
    color: #222;
    font-weight: 600;
    text-transform: uppercase
}

#featured-services h4 a:hover {
    color: #0c8eff
}

#featured-services p {
    font-size: 14px;
    line-height: 24px;
    color: grey;
    margin-bottom: 0
}

#about {
    background: #fff;
    background-size: cover;
    padding: 100px 0 100px 0;
    position: relative
}

#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, .1), rgba(0, 0, 0, .1)), url(../../img-web/call-to-action-bg.webp) fixed center center;
    background-size: cover;
    padding: 100px 0
}

#call-to-action h3,
#video-sec h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase
}

#call-to-action p,
#video-sec p {
    color: #fff
}

#call-to-action .cta-btn,
#video-sec .cta-btn {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: .5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff
}

#call-to-action .cta-btn i,
#video-sec .cta-btn i {
    font-size: 20px
}

#call-to-action .cta-btn:hover {
    background: #0f4c92;
    border: 2px solid #0f4c92
}

#facts {
    background: url(../../img-web/facts-bg.webp) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0 0 0;
    position: relative
}

#facts::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .88);
    z-index: 9
}

#facts .container {
    position: relative;
    z-index: 10
}

#facts .counters span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 48px;
    display: block;
    color: #0c8eff;
    display: inline-block
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600
}

#facts .facts-img {
    text-align: center;
    padding-top: 30px
}

#team,
#testimonials {
    padding: 100px 0
}

#testimonials .section-header {
    margin-bottom: 40px
}

#testimonials .testimonial-item {
    text-align: center
}

#testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
    height: 120px;
    box-shadow: -2px 3px 10px #ababab;
    -webkit-box-shadow: -2px 3px 10px #ababab;
    -moz-box-shadow: -2px 3px 10px #ababab
}

#testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto
}

#testimonials .owl-dots,
#testimonials .owl-nav {
    margin-top: 5px;
    text-align: center
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd
}

#testimonials .owl-dot.active {
    background-color: #0c8eff
}

#contact {
    padding: 100px 0
}

#footer {
    background: #000;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px
}

#footer .footer-top {
    background: #222;
    padding: 60px 0 30px 0
}

#footer .footer-top .footer-info {
    margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #0c8eff
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    color: #eee
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #eee;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #0c8eff;
    color: #fff
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top h4::after,
#footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px
}

#footer .footer-top h4::before {
    right: 0;
    background: #555
}

#footer .footer-top h4::after {
    background: #0c8eff;
    width: 60px
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #eee
}

#footer .footer-top .footer-links ul a:hover {
    color: #0c8eff
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
    line-height: 26px
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px
}

#footer .footer-top .footer-newsletter input[type=email] {
    border: 0;
    padding: 6px 8px;
    width: 65%
}

#footer .footer-top .footer-newsletter input[type=submit] {
    background: #0c8eff;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: .3s;
    cursor: pointer
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
    background: #13a456
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #ddd
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #ddd
}

#team .member {
    text-align: center;
    margin-bottom: 20px
}

#team .member .member-info-content {
    margin-top: 20px;
    transition: margin .2s
}

.member img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.member:hover img {
    margin-top: -5px;
    transform: scale(1.1)
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 16px;
    color: #333
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: grey
}

#team .member .social {
    margin-top: 15px
}

#team .member .social a {
    transition: none;
    color: #ababab
}

#team .member .social a:hover {
    color: #0c8eff
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px
}

.dark-text {
    color: #222
}

i.icon {
    background: #a9bae6;
    display: inline-block;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px
}

.score-features-list .list-item {
    margin-bottom: 8px;
    font-family: poppins;
    font-size: 15px
}

.score-features-list .list-item img {
    vertical-align: text-bottom;
    filter: invert(1)
}

.hiw-content-box {
    text-align: center;
    -webkit-box-shadow: 0 0 18px 0 rgb(69 67 96 / 20%);
    box-shadow: 0 0 18px 0 rgb(69 67 96 / 20%);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding: 25px 20px;
    border-radius: 15px;
    margin-top: 25px;
    min-height: 470px
}

.hiw-content-box:hover {
    background: #007bff
}

.hiw-content-box h5 {
    margin-top: 15px;
    color: #007bff;
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

.hiw-content-box p {
    font-size: 14px;
    margin: 0;
    color: #666;
    font-family: poppins
}

.hiw-content-box:hover img {
    filter: invert(1)
}

.hiw-content-box:hover h5,
.hiw-content-box:hover p {
    color: #fff
}

.hiw-para {
    font-family: poppins;
    color: #666
}

.mock-test-block p {
    font-family: poppins;
}

.mock-page-wrap .mt-content-box {
    padding: 15px 15px 15px 190px;
    background: #fff;
    border-radius: 10px;
    -moz-box-shadow: inherit;
    position: relative;
    border: 2px solid #007bff;
    width: 90%;
    margin: 0 auto 30px;
    height: 280px;
}

.mock-page-wrap .mt-content-box .img-box {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #b5d9ff;
    padding: 4px;
    width: 200px;
    height: 200px;
    border: 2px solid #007bff;
    border-radius: 25px;
    overflow: hidden;
}

.mock-page-wrap .mt-content-box h5 {
    color: #0c8eff;
    font-weight: 600;
    margin-bottom: 10px;
}

.mock-page-wrap .mt-content-box p {
    font-size: 14px;
    color: #333;
    font-family: poppins;
    margin-bottom: 0;
}

.mock-page-wrap .mt-content-box .img-box img {
    width: 100%;
    border-radius: 20px;
    transition: .8s ease;
}

.mock-page-wrap .mt-content-box:hover {
    background: rgba(0, 123, 255, 0.8);
}

.mock-page-wrap .mt-content-box:hover h5 {
    color: #fff;
}

.mock-page-wrap .mt-content-box:hover p {
    color: #fff;
}

.mock-page-wrap .mt-content-box:hover .img-box img {
    transform: rotate( 360deg);
    transition: .8s ease;
}

.mock-page-wrap .banner-bottom-box {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.mock-page-wrap .text-box {
    color: #000;
    font-family: poppins;
    font-size: 16px;
    border-radius: 10px;
    background: #2d92ff;
    padding: 15px 15px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px solid;
    transition: .3s ease;
    margin-bottom: 30px;
    font-weight: 600;
}

.mock-page-wrap .banner-boxes-wrap:hover .text-box {
    transform: translateY(-20px);
    transition: .3s ease;
}

/*.mock-page-wrap .banner-main-box {
    background: url(../../img-web/pte-mock-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 430px;
    background-position: center right;
    position: relative;
    box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
    -webkit-box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
    -moz-box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
}*/

.mock-page-wrap .banner-content-box {
    width: 50%;
    padding: 5px 15px 10px;
    text-align: center;
}

.mock-page-wrap .banner-content-box h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.mock-page-wrap .banner-content-box h6 {
    color: #333;
    margin: 0;
    font-weight: 600;
    font-size: 22px;
}

.mock-page-wrap .hiw-para {
    font-family: poppins;
    color: #666;
}

.mock-page-wrap .mt-tabs li {
    font-family: poppins;
    width: 24%;
    text-align: center;
    margin-right: 1%;
}

.mock-page-wrap .mt-tabs li:last-child {
    border-right: none;
    margin-right: 0;
    width: 25%;
}

.mock-page-wrap .nav-tabs.mt-tabs {
    background: #fff;
    justify-content: left;
    align-items: center;
    padding: 10px;
    box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
    -webkit-box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
    -moz-box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
    border-radius: 10px 10px 0 0;
}

.mock-page-wrap .mt-tabs li a {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #66b2fd;
    padding: 15px 15px;
    display: block;
    border-radius: 7px;
    position: relative;
    line-height: 33px;
}

.mock-page-wrap .mt-tabs li a:hover {
    background: #333;
    color: #fff;
    box-shadow: 3px 10px 10px rgb(171 171 171 / 60%);
    -webkit-box-shadow: 3px 10px 10px rgb(171 171 171 / 60%);
    -moz-box-shadow: 3px 10px 10px rgb(171 171 171 / 60%);
}

.mock-page-wrap .mt-tabs li a img {
    filter: brightness(5);
    position: absolute;
    left: 20px;
    top: 0;
}

.mock-page-wrap .mt-tabs li a.active {
    color: #fff;
    background: #007bff;
    box-shadow: 3px 10px 10px rgb(0 123 255 / 30%);
    -webkit-box-shadow: 0px 7px 10px rgb(0 123 255 / 30%);
    -moz-box-shadow: 3px 10px 10px rgb(0 123 255 / 30%);
}

.mock-page-wrap .mt-tabs li a.active:hover {
    color: #fff;
    background: #007bff;
}

.mock-page-wrap .tab-content>.tab-pane {
    padding-top: 30px;
}

.mock-page-wrap .tab-content-box h3 {
    color: #007bff;
    font-weight: 600;
}

.mock-page-wrap .tab-content-box h3 small {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}

.mock-page-wrap .tab-content-box p {
    font-family: poppins;
    color: #333;
}

.mock-page-wrap .tab-content-box ul {
    font-family: poppins;
}

.mock-page-wrap .tab-content-box ul li {
    color: #333;
    margin-bottom: 10px;
}

.mock-page-wrap .tab-content {
    background: #fff;
    padding: 0 10px;
}

.mock-page-wrap .section-title-md {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
    color: #111;
    text-transform: uppercase;
}

.mock-page-wrap .sub-heading {
    text-align: center;
    font-family: poppins;
    margin-top: 10px;
    color: #333;
}

.mock-page-wrap .btn-read {
    font-family: 'Poppins';
    color: #fff;
    font-weight: 500;
    margin: 10px 0 20px;
    display: inline-block;
    background: #007bff;
    padding: 6px 17px;
    border-radius: 25px;
    font-size: 14px;
    transition: .2s;
}

.mock-page-wrap .btn-read:hover {
    background: #045cbb;
    transition: .2s;
}

.btn-running-main-box {
    width: 200px;
    display: inline-block;
    overflow: hidden;
    height: 40px;
}

.btn-running-wrap {
    height: 40px;
    width: 100%;
    border: 3px solid #ffee00;
    z-index: 0;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
}

.btn-running-wrap a {
    color: #ffee00;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    z-index: 999;
}

.btn-running-wrap:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 40px;
    position: absolute;
    border-radius: 50px;
    z-index: 1;
    animation: slide 1.5s infinite;
    /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

.one-three-box {
    border: 2px solid #007bff;
    padding: 10px 15px;
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
    background: #007bff;
    text-align: center;
    min-height: 70px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0;
}

.text-blue {
    color: #007bff;
}

.text-yellow {
    color: #000 !important;
    background: #f6e924 !important;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hiw-content-box.box-md {
    text-align: center;
    -webkit-box-shadow: 0px 0 18px 0px rgb(69 67 96 / 20%);
    box-shadow: 0px 0 18px 0px rgb(69 67 96 / 20%);
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    padding: 30px;
    border-radius: 15px 15px;
    margin-top: 30px;
    min-height: 345px;
}

.banner-main-box.self-study-banner {
    background: url(../../img-web/pte-self-study-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    height: 430px;
    background-position: center right;
    position: relative;
    box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
    -webkit-box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
    -moz-box-shadow: 5px 5px 10px rgb(171 171 171 / 30%);
}

.content-ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    font-family: 'Poppins';
    text-align: center;
}

.content-ul li {
    display: inline-block;
    background: #343a40;
    font-size: 14px;
    color: #fff;
    padding: 4px 17px;
    width: 24%;
    margin: 0 2px 7px;
}

.study-content-box {
    text-align: center;
}

.study-content-box p {
    width: 49.7%;
    font-family: 'Poppins';
    font-size: 14px;
    display: inline-block;
    margin: 0 0 3px;
    vertical-align: top;
    background: #007bff;
    color: #fff;
    padding: 15px;
    min-height: 230px;
    text-align: center;
}

.hiw-content-box:hover {
    background: #007bff;
}

.hiw-content-box h3 {
    margin-top: 15px;
    color: #007bff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.hiw-content-box p {
    font-size: 14px;
    margin: 0;
    color: #666;
    font-family: poppins;
}

.hiw-content-box:hover img {
    filter: invert(1);
}

.hiw-content-box:hover h3,
.hiw-content-box:hover p {
    color: #fff;
}

.section-title-md {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    color: #111;
    text-transform: uppercase;
}

.sub-heading {
    text-align: center;
    font-family: poppins;
    margin-top: 10px;
    color: #333;
}

.section-title-sm {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #111;
    text-transform: uppercase;
}


/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.carousel-caption{
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.test-w {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    margin: 0 30px;
    vertical-align: top;
}

.testimonial-text p {
    font-size: 15px;
}

@media (min-width:768px) {
    #contact .contact-address,
    #contact .contact-email,
    #contact .contact-phone {
        padding: 20px 0
    }
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd
    }
}

@media (min-width:768px) and (max-width:991px) {
    .mock-page-wrap .mt-content-box {
        padding: 60px 15px 15px 15px;
        width: 100%;
        margin: 110px auto 0;
        height: 310px;
    }
    .mock-page-wrap .mt-content-box .img-box {
        left: 50%;
        top: -100px;
        transform: translate(-50%, 0);
        width: 150px;
        height: 150px;
    }
    .mock-page-wrap .tab-content>.tab-pane img {
        width: 100%;
    }
    .mock-page-wrap .mt-tabs li:last-child {
        width: 49%;
        margin-right: auto;
    }
    .mock-page-wrap .mt-tabs li {
        width: 49%;
        margin: 5px auto;
    }
}

@media (min-width:992px) {
    #testimonials .testimonial-item p {
        width: 80%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .mock-page-wrap .mt-content-box {
        padding: 15px 15px 15px 150px;
        height: 310px;
    }
    .mock-page-wrap .mt-content-box .img-box {
        width: 170px;
        height: 170px;
    }
    .mock-page-wrap .tab-content>.tab-pane img {
        width: 100%;
    }
    .mock-page-wrap .mt-tabs li a img {
        left: 5px;
    }
}

@media (min-width:1024px) {
    #header #logo {
        padding-left: 40px
    }
    #intro p {
        width: 80%
    }
    #intro .carousel-control-next,
    #intro .carousel-control-prev {
        width: 5%
    }
    #nav-menu-container {
        padding-right: 60px
    }
}

@media (max-width:768px) {
    .back-to-top {
        bottom: 15px
    }
    #header #logo h1 {
        font-size: 28px
    }
    #header #logo img {
        max-height: 64px;
        padding-top: 20px
    }
    #intro h2 {
        font-size: 28px
    }
    #nav-menu-container {
        display: none
    }
    #mobile-nav-toggle {
        display: inline
    }
}

.btn-primary.btn-space,
.btn-secondary.btn-space {
    padding: 5px 20px!important;
    font-size: 14px;
    border-radius: 50px
}

.available-cell {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.btn-primary.available {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 20px;
    color: grey;
    font-weight: 100;
    text-transform: none;
    border: 1px solid #ccc;
    background: 0 0
}

.btn-primary.available span {
    display: block;
    font-size: 12px
}

.btn-primary.available i {
    padding-right: 15px;
    font-size: 47px
}

.btn-primary.available p {
    margin: 0;
    font-size: 20px;
    font-weight: 500
}

.btn-primary.available.focus p,
.btn-primary.available:focus p,
.btn-primary.available:hover p {
    color: #fff
}

.btn-primary.available.active,
.btn-primary.available.focus,
.btn-primary.available:active,
.btn-primary.available:focus,
.btn-primary.available:hover,
.open>.dropdown-toggle.btn-primary.available {
    background: #007bff;
    color: #fff;
    border-color: #007bff
}

.section-heading h3 {
    color: #333;
    font-weight: 600
}

#login {
    padding: 165px 0 80px 0
}

.login-form {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: -16px 20px 4px #e9e9e9;
    -webkit-box-shadow: -16px 20px 4px #e9e9e9;
    -moz-box-shadow: -16px 20px 4px #e9e9e9
}

.login-form h3 {
    margin-bottom: 3rem
}

.login-form .form-control {
    border: none;
    border-bottom: 3px solid #ccc;
    border-radius: 0
}

.login-form .form-control:focus,
.login-form .form-control:hover {
    outline: 0;
    box-shadow: none;
    border-bottom: 3px solid #007bff
}

.login-form label {
    margin-bottom: .1rem
}

.login-form h6 {
    font-weight: 600;
    color: #333
}

.btn.btn-blue {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    min-width: 200px;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 12px 42px;
    box-shadow: -4px 6px 10px #a5d5ff;
    -webkit-box-shadow: -4px 6px 10px #a5d5ff;
    -moz-box-shadow: -4px 6px 10px #a5d5ff
}

.btn.btn-blue:active,
.btn.btn-blue:focus,
.btn.btn-blue:hover {
    color: #fff;
    background-color: #1486ff;
    border-color: #1486ff
}

.blue-color {
    color: #007bff
}

.address-box h5 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.1rem
}

.address-box i {
    color: #007bff
}

.address-box p {
    margin-bottom: 0
}

.mytab li {
    width: 25%;
    text-align: center;
    border-radius: 0
}

.mytab li a.nav-link {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin-right: -1px;
    border-radius: 0;
    padding: .9rem 1rem
}

.mytab li a.nav-link.active {
    box-shadow: -4px 6px 10px #a5d5ff;
    -webkit-box-shadow: -4px 6px 10px #a5d5ff;
    -moz-box-shadow: -4px 6px 10px #a5d5ff;
    border: 1px solid #007bff
}

@media (max-width:992px) {
    .col.team-box {
        flex-basis: auto
    }
}

.login-form h4 {
    color: #333;
    font-weight: bolder
}

.list-group-flush.about-list .list-group-item {
    padding-left: 0;
    display: flex;
    border: none
}

.list-group-flush.about-list .list-group-item i {
    color: #58cb1c;
    font-size: 24px;
    padding: 5px;
    align-items: center
}

.modal-dialog.video-dialog {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center
}

.modal-body.video-body {
    position: relative;
    padding: 0!important
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
    opacity: 1
}

video {
    width: 100%!important
}

#video-sec {
    background: #0054ae;
    background-size: cover;
    padding: 100px 0
}

.btn.fb-btn {
    background-color: #3b5998;
    color: #fff;
    padding: 10px 32px;
    border-radius: 90px;
    min-width: 150px;
    margin-bottom: 15px
}

.btn.fb-btn.fb-google {
    background-color: #dd4b39;
    padding: 5px 24px
}

.or-sec {
    position: relative;
    margin-top: 40px
}

.or-sec:after {
    position: absolute;
    content: "or";
    background-color: #fff;
    padding: 10px;
    left: 48%;
    right: auto;
    top: -24px;
    bottom: auto;
    color: #333
}

.section-header h1,
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px
}

.section-header h1::before,
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px)
}

.section-header h1::after,
.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0c8eff;
    bottom: 0;
    left: calc(50% - 20px)
}

.course-ul li {
    list-style: none;
    position: relative
}

.course-ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: FontAwesome;
    left: -35px;
    right: auto;
    top: -4px;
    bottom: auto;
    font-size: 20px;
    color: #3bad16
}

@media (max-width:767px) {
    .one-three-box {
        margin-bottom: 10px;
    }
    .content-ul li {
        width: 50%;
    }
    .study-content-box p {
        width: 100%;
    }
    .hiw-content-box.box-md {
        min-height: auto;
    }
    .mock-page-wrap .banner-main-box {
        background-size: contain;
        padding: 50px 0 175px;
        height: auto;
        background-position-x: -110px;
        background-position-y: bottom;
        background-color: #fff;
    }
    .mock-page-wrap .banner-bottom-box {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0;
    }
    .mock-page-wrap .banner-content-box {
        width: 100%;
        padding: 5px 15px 20px;
    }
    .mock-page-wrap .text-box {
        width: 90%;
        margin: 0 auto 30px;
    }
    .mock-page-wrap .mt-content-box {
        padding: 15px 15px 15px 15px;
        margin: 0 auto 70px;
        height: auto;
    }
    .mock-page-wrap .mt-content-box .img-box {
        position: static;
        left: 0;
        top: 0;
        transform: none;
        margin: -60px auto 20px;
    }
    .mock-page-wrap .mt-tabs li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .mock-page-wrap .mt-tabs li:last-child {
        width: 100%;
    }
    .mob-mt-0 {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width:320px)and (max-width:426px) {
    .d-xs-none {
        display: none!important
    }
    #intro .btn-get-started-red {
        bottom: 6%
    }
    #header {
        height: 90px!important
    }
    #header.header-bg {
        height: 90px
    }
    #featured-services .box {
        padding: 10px 10px
    }
    #about {
        padding: 10px 0 10px 0
    }
    .mpte ul {
        margin: 0;
        padding: 0 1em 0 1.3em!important
    }
    #contact {
        padding: 10px 0
    }
    .btn-primary.available {
        margin-bottom: 0
    }
}