.footer-opening-hours {
    line-height: 35px;
}

.success-stories {
    background-color: var(--mainColor2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
}

.success-stories::before {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    top: -2px;
    height: 65px;
    background-image: url(../images/shape3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.success-stories::after {
    content: '';
    left: 0;
    right: 0;
    position: absolute;
    bottom: -2px;
    height: 65px;
    background-image: url(../images/shape4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.success-stories .section-title h2 {
    color: #fff;
}

.stories-slides.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.stories-slides.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 35px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    margin: 0 5px;
    height: 4.5px;
    border-radius: 5px;
    display: block;
    background-color: transparent;
}

.stories-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    left: 0;
    right: 0;
    opacity: 0.5;
    border-radius: 5px;
    bottom: 0;
    top: 0;
    background-color: var(--whiteColor);
}

.stories-slides.owl-theme .owl-dots .owl-dot:hover span,
.stories-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--mainColor);
}

.stories-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.stories-slides.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
}

/* .testimonial-area {
    background-color: #EEEEEE;
} */

.custom-partners {
    background-color: #EEEEEE;
    padding: 100px;
}

.page-title-area {
    position: relative;
    z-index: 1;
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}

.page-title-area h2,
.page-title-area ul li a,
.page-title-content ul li::before {
    color: #fff;
}

.custom-blog-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
}

.gallery-container .post-image {
    position: relative;
}

.gallery-container .post-image .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(359.58deg, #002133 0.39%, rgba(0, 33, 51, 0) 51.47%);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s ease-in
}

.gallery-container .post-image:hover .overlay {
    transform: scaleX(1);
    transform-origin: top;
}

.widget_newsletter {
    text-align: left !important;
}

.custom-tabs-wrapper {
    margin: 30px 0 100px 0;
}

.custom-tabs-wrapper ul {
    max-width: 100% !important;
    margin-bottom: 10px !important;
}

.custom-tabs-wrapper ul li::before {
    content: '' !important;
    display: none !important;
}

.custom-tabs-wrapper ul li button {
    width: 100%;
    color: #000;
    border: 1px var(--mainColor2) solid !important;
    border-left-color: white !important;
    border-radius: 0 !important;
}

.custom-tabs-wrapper ul li:first-child button {
    border-left-color: var(--mainColor2) !important;
}

.custom-tabs-wrapper ul li:hover button {
    color: var(--mainColor2) !important;
}

.custom-tabs-wrapper ul li .active {
    background: var(--mainColor2) !important;
    color: #fff !important;
    border-left-color: var(--mainColor2) !important;
}

.custom-tabs-wrapper ul li .active:hover {
    color: white !important;
}

.custom-tabs-wrapper p {
    font-size: 16px !important;
}

.custom-tabs-wrapper .tab-content {
    padding: 20px;
    border: 1px #C4C4C4 solid;
}

.custom-tabs-wrapper .tab-content h4 {
    color: var(--theme-color-blue);
}

.custom-tabs-wrapper .tab-content strong {
    font-weight: 600;
}

.custom-tabs-wrapper .tab-content .include-exclude h4 {
    padding-bottom: 10px;
    border-bottom: 1px #E5E5E5 solid;
}

.form-group {
    margin-bottom: 15px;
}

.modal {
    z-index: 10000;
}

.modal .modal-content {
    width: 526px;
    border-radius: 0;
}

.pop-wrapper {
    position: relative;
}

.pop-wrapper button {
    position: absolute;
    top: -5px;
    right: -2px;
    padding: 0;
    margin: 0;
}

.pop-up-image {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.page-loader.home-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999999;
}

.home-loader {
    background-color: #fff;
    color: var(--mainColor2);
}

.home-loader .mascot {
    width: 330px;
    margin: 0 auto 10px auto;
}

.home-loader p span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--mainColor2);
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.inner-loader {
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-loader p span:nth-child(2) {
    animation-delay: .2s;
}

.home-loader p span:nth-child(3) {
    animation-delay: .4s;
}

.section-title .sub-title {
    font-size: 18px;
}

.mock-test-btn {
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 1000;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: var(--mainColor);
    color: #fff;
    transform-origin: center right;
    font-size: 18px;
}

.mock-test-btn:hover {
    background-color: var(--blackColor);
    color: #fff;
}

.mock-test-sub-title {
    font-size: 18px !important;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.custom-default-btn {
    padding: 10px 20px;
    line-height: 18px;
    background-color: var(--mainColor);
    color: #fff;
    margin-left: 15px;
}

.custom-default-btn:hover {
    background-color: #fff;
    color: #000;
}

.appointement-page {
    padding: 50px 0;
}

.appointement-page h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .enry-responsive-nav .logo,
    .logo img,
    .navbar-brand img {
        width: 30% !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .navbar-brand img {
        width: 40% !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .navbar-brand img {
        width: 40% !important;
    }
}

/*.testimonial-area .owl-carousel .owl-animated-out {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 1;*/
/*}*/

/*.testimonial-area .owl-carousel .owl-animated-in {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/

/*.testimonial-area .fadeIn {*/
/*  animation-name: fadeIn;*/
/*  animation-duration: 0.6s;*/
/*}*/

/*.testimonial-area .fadeOut {*/
/*  animation-name: fadeOut;*/
/*  animation-duration: 0.6s;*/
/*}*/

/*@keyframes fadeIn {*/
/*  from { opacity: 0; }*/
/*  to   { opacity: 1; }*/
/*}*/

/*@keyframes fadeOut {*/
/*  from { opacity: 1; }*/
/*  to   { opacity: 0; }*/
/*}*/
