@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #626a77;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #0b1c39;
}

iframe {
    border: none;
}

a,
b,
div,
ul,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
    -moz-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
span,
i,
img {
    display: inline-block;
}

a {
    text-decoration: none;
    outline: 0;
}

:focus {
    outline: none;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

button:focus {
    -moz-outline: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus {
    outline: 0px solid;
}

a:hover {
    color: #0096da;
}

a:active,
a:hover {
    color: #0096da;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #0096da;
    text-shadow: none;
}

::selection {
    background: #0096da;
    text-shadow: none;
    color: #ffffff;
}

/*common padding*/
.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}
@media (max-width: 991px) {
    .pt-75 {
        padding-top: 55px;
    }
}

.pt-80 {
    padding-top: 80px;
}
@media (max-width: 991px) {
    .pt-80 {
        padding-top: 70px;
    }
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}
@media (max-width: 991px) {
    .pb-75 {
        padding-bottom: 55px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .pb-80 {
        padding-bottom: 55px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*common padding*/
/*theme common css*/
.section-title {
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 600;
}
@media (max-width: 991px) {
    .section-title {
        font-size: 35px !important;
    }
}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 15px;
    gap: 8px;
}
.slick-dots li button {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 25px;
    border: 0;
    text-align: center;
}
.slick-dots li.slick-active button {
    -webkit-box-shadow: 0 3px 15px rgba(255, 255, 255, 0.58);
    box-shadow: 0 3px 15px rgba(255, 255, 255, 0.58);
    background: #bd092c;
    border: 1px solid #eee;
    color: #fff;
}

.scroll-to-top {
    position: fixed;
    z-index: 999999;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #0096da;
    color: #fff;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 20px rgba(163, 169, 178, 0.205);
    box-shadow: 0 10px 20px rgba(163, 169, 178, 0.205);
    bottom: -80px;
}
.scroll-to-top.active-scroll-top {
    bottom: 30px;
    right: 30px;
}
.scroll-to-top:hover {
    color: #fff;
}
@media (max-width: 767px) {
    .scroll-to-top {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 23px;
    }
}

/*section track*/
#section-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding-left: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: auto;
    width: auto;
}
#section-tracker::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    visibility: hidden;
}
#section-tracker .track {
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 0;
    font-weight: 600;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 15px;
}
#section-tracker .track.active-pageTracker {
    color: #0096da;
    font-size: 16px;
}
#section-tracker .track::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    bottom: 4px;
    width: 4px;
    background: #0096da;
    height: 5px;
}
#section-tracker:hover {
    height: 100vh;
    width: 240px;
    gap: 6px;
}
#section-tracker:hover::before {
    width: 100%;
    visibility: visible;
}
#section-tracker:hover .track {
    font-size: 16px;
    line-height: 1.2;
}
#section-tracker:hover .track::before {
    height: auto;
}

/*contact us button*/
#contact-us-btn {
    position: fixed;
    z-index: 999999;
    right: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0096da;
    padding: 10px 20px;
    -webkit-box-shadow: 0 15px 31px rgba(24, 56, 114, 0.3);
    box-shadow: 0 15px 31px rgba(24, 56, 114, 0.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    cursor: pointer;
}
#contact-us-btn i {
    font-size: 28px;
}
#contact-us-btn span {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 6px;
}
#contact-us-btn .contact-list {
    position: absolute;
    background: inherit;
    right: 100%;
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
}
#contact-us-btn .contact-list.contact-list-show {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    visibility: visible;
    opacity: 1;
}
#contact-us-btn .contact-list .contact-title {
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 13px;
}
#contact-us-btn .contact-list .india {
    display: block;
    text-transform: capitalize;
    color: rgba(238, 238, 238, 0.6901960784);
}
#contact-us-btn .contact-list span.conact-num {
    display: block;
    margin: 10px 0;
    font-size: 24px !important;
}
#contact-us-btn .contact-list .other-contact {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 28px;
}
#contact-us-btn .contact-list .other-contact a {
    color: #fff;
    text-decoration: underline !important;
}

/*theme common css*/
/*=================================*/
/*header start*/
#header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
#header .navbar .navbar-brand {
    height: 80px;
}
#header .navbar .navbar-brand img {
    height: 100%;
}
@media (max-width: 991px) {
    #header .navbar .navbar-brand {
        height: 65px;
    }
}
#header .navbar #nav-menu .nav-item .nav-link {
    position: relative;
    color: #626a77;
    font-size: 15px;
    margin: 10px 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#header .navbar #nav-menu .nav-item .nav-link:hover {
    color: #0096da;
}
#header .navbar #nav-menu .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    background: #0096da;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 0;
}
#header .navbar #nav-menu .nav-item .nav-link:hover::before {
    width: 100%;
}
#header .navbar #nav-menu .nav-item .nav-link.active-nav-link {
    color: #0096da;
}
#header .navbar #nav-menu .nav-item .nav-link.active-nav-link::before {
    width: 100%;
}
@media (max-width: 1199px) {
    #header .navbar #nav-menu .nav-item .nav-link {
        margin: 3px 15px;
    }
}
#header .navbar #nav-menu .nav-item .dropdown-menu {
    border-top: 0;
}
#header .navbar #nav-menu .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #0096da;
}
#header .navbar .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
#header .navbar .navbar-toggler .navbar-toggler-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #0096da;
}
#header .navbar .navbar-toggler:focus {
    outline: none;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media (max-width: 1199px) {
    #header .navbar .navbar-nav {
        padding: 20px 0;
    }
}
#header.sticky-header-active {
    position: fixed;
    -webkit-animation: stickyHeaderAnim 0.5s linear 0s 1;
    animation: stickyHeaderAnim 0.5s linear 0s 1;
    -webkit-box-shadow: 0 10px 20px rgba(22, 22, 22, 0.0705882353);
    box-shadow: 0 10px 20px rgba(22, 22, 22, 0.0705882353);
}
#header.sticky-header-active .navbar {
    padding: 2px 0;
}
#header.sticky-header-active .navbar .navbar-brand {
    height: 70px;
}
@-webkit-keyframes stickyHeaderAnim {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes stickyHeaderAnim {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 1200px) {
    #header .navbar .navbar-toggler {
        display: none;
    }
}
/*header end*/
/*=================================*/
/*banner area start*/
#about {
    position: relative;
    margin-top: 95px;
}
@media (max-width: 991px) {
    #about {
        margin-top: 80px;
    }
}
#about .banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-height: 85vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 991px) {
    #about .banner-item {
        min-height: 75vh;
    }
}
@media (max-width: 767px) {
    #about .banner-item {
        min-height: 65vh;
    }
}
#about .banner-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 22, 53, 0.6196078431);
}
#about .banner-item .banner-item-content {
    position: relative;
    padding: 50px 0;
    text-align: center;
    z-index: 3;
}
#about .banner-item .banner-item-content .banner-title {
    font-size: 70px;
    color: #fff;
}
@media (max-width: 991px) {
    #about .banner-item .banner-item-content .banner-title {
        font-size: 55px;
    }
}
@media (max-width: 767px) {
    #about .banner-item .banner-item-content .banner-title {
        font-size: 40px;
    }
}
#about .banner-item .banner-item-content .banner-desc {
    max-width: 730px;
    margin: 0 auto;
    line-height: 1.6;
    color: #eee;
    font-size: 20px;
    margin-top: 20px;
}
@media (max-width: 991px) {
    #about .banner-item .banner-item-content .banner-desc {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    #about .banner-item .banner-item-content .banner-desc {
        font-size: 18px;
    }
}
#about .banner-item .banner-item-content .banner-btn {
    padding: 0 45px;
    margin-top: 45px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#about .banner-item .banner-item-content .banner-btn:hover {
    background: #0096da;
    border-color: #0096da;
}
@media (max-width: 991px) {
    #about .banner-item .banner-item-content .banner-btn {
        margin-top: 35px;
    }
}
#about button.slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 10px 10px rgba(19, 27, 40, 0.231372549);
    box-shadow: 0 10px 10px rgba(19, 27, 40, 0.231372549);
}
#about button.slick-arrow:hover {
    border-color: #0096da;
    background: #0096da;
}
@media (max-width: 991px) {
    #about button.slick-arrow {
        font-size: 25px;
        height: 45px;
        width: 45px;
    }
}
#about .slick-prev {
    left: 50px;
}
#about .slick-next {
    right: 50px;
}
@media (max-width: 991px) {
    #about .slick-dots {
        bottom: 25px;
    }
}

/*banner area end*/

/*inner banner end*/
/*=================================*/
/*event area start*/
#event-area {
    background: #f6f7fa;
}
@media (max-width: 991px) {
    #event-area {
        padding-bottom: 70px;
    }
}
#event-area .event-slider {
    position: relative;
    margin: 0 -12px;
}
#event-area .event-slider .event-item {
    background: #fff;
    padding: 30px 13px;
    margin: 15px 12px;
    border-radius: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#event-area .event-slider .event-item:hover {
    -webkit-box-shadow: 0 15px 15px rgba(122, 116, 116, 0.0784313725);
    box-shadow: 0 15px 15px rgba(122, 116, 116, 0.0784313725);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
#event-area .event-slider .event-item::-webkit-scrollbar {
    width: 3px;
}
#event-area .event-slider .event-item::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#event-area .event-slider .event-item::-webkit-scrollbar-thumb {
    background: rgb(230, 230, 230);
    border-radius: 10px;
}
#event-area .event-slider .event-item::-webkit-scrollbar-thumb:hover {
    background: rgb(223, 223, 223);
}
#event-area .event-slider .event-item .event-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px -13px 30px;
    padding: 15px;
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    background: #0096da;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#event-area .event-slider .event-item .event-title i {
    margin-right: 10px;
}
#event-area .event-slider .event-item .event-list .event-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: capitalize;
}
#event-area .event-slider .event-item .event-list .event-list-item i {
    margin-right: 14px;
    color: #fff;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #0096da;
    text-align: center;
    line-height: 22px;
    -webkit-box-shadow: 0 0px 5px rgba(20, 73, 169, 0.36);
    box-shadow: 0 0px 5px rgba(20, 73, 169, 0.36);
    font-size: 10px;
    margin-top: 3px;
}
#event-area .event-slider .event-item .event-list .event-list-item a {
    margin-top: 3px;
    line-height: 1.8;
    color: #626a77;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#event-area .event-slider .event-item .event-list .event-list-item a:hover {
    color: #0096da;
}
#event-area
    .event-slider
    .event-item
    .event-list
    .event-list-item:nth-last-child(1) {
    margin-bottom: 0;
}
#event-area .event-slider .event-item .more-btn {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0096da;
    color: #fff;
    margin: 15px auto 0;
}
#event-area .event-slider button.slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: transparent;
    color: #0096da;
    border: 2px solid #0096da;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 10px 20px rgba(19, 27, 40, 0.231372549);
    box-shadow: 0 10px 20px rgba(19, 27, 40, 0.231372549);
}
#event-area .event-slider button.slick-arrow:hover {
    background: #0096da;
    color: #fff;
}
#event-area .event-slider .slick-prev {
    left: -55px;
}
#event-area .event-slider .slick-next {
    right: -55px;
}
#event-area .slick-dots {
    bottom: -45px;
}
#event-area .slick-dots li button {
    border: 1px solid #0096da;
    color: #0096da;
}
#event-area .slick-dots li.slick-active button {
    color: #fff;
}

@media (max-width: 1290px) {
    #event-area .event-slider button.slick-arrow {
        font-size: 20px;
        height: 35px;
        width: 35px;
    }
    #event-area .event-slider .slick-prev {
        left: -30px;
    }
    #event-area .event-slider .slick-next {
        right: -30px;
    }
}
/*event area end*/
/*=================================*/
/*about us area start*/
#about-us .title-area {
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 35px;
    text-align: center;
}
@media (max-width: 991px) {
    #about-us .title-area {
        margin-top: -8px;
    }
}
#about-us .title-area .about-desc {
    font-size: 17px;
    line-height: 1.8;
}
@media (max-width: 991px) {
    #about-us .title-area .about-desc {
        font-size: 16px;
        padding: 0 20px;
    }
}
#about-us .about-item {
    margin: 15px auto;
    padding: 25px;
    border: 1px solid #e5e4e4;
    text-align: center;
    border-radius: 10px;
    background: #f6f7fa;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    max-width: 370px;
}
#about-us .about-item .about-icon {
    font-size: 50px;
    height: 140px;
    width: 140px;
    margin: 25px auto 30px;
    border-radius: 50%;
    border: 3px solid;
    line-height: 140px;
    color: #0096da;
}
@media (max-width: 991px) {
    #about-us .about-item .about-icon {
        font-size: 70px;
        height: 150px;
        width: 150px;
        line-height: 150px;
    }
}
#about-us .about-item .about-item-title {
    margin-bottom: 25px;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.4;
    font-weight: 600;
}
#about-us .about-item:hover {
    -webkit-box-shadow: 0 20px 30px #eee;
    box-shadow: 0 20px 30px #eee;
}

/*about us area end*/
/*=================================*/
/*event area start*/
#highlights {
    background: #0096da;
    padding: 70px 0;
    padding-bottom: 110px;
}
#highlights .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#highlights .testimonial-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    max-width: 950px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    #highlights .testimonial-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 35px;
    }
}
#highlights .testimonial-item .client-img {
    max-width: 50%;
    background: #eee;
    padding: 30px;
    text-align: center;
    padding-right: 90px;
}
#highlights .testimonial-item .client-img img {
    display: inline-block;
}
@media (max-width: 767px) {
    #highlights .testimonial-item .client-img {
        padding: 25px;
        max-width: 100%;
    }
}
#highlights .testimonial-item .testimonial-content {
    max-width: 50%;
    background: rgba(33, 4, 96, 0.61);
    height: 100%;
    padding: 40px 25px;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-box-shadow: 0 11px 27px 3px rgba(176, 148, 233, 0.3);
    box-shadow: 0 11px 27px 3px rgba(176, 148, 233, 0.3);
    border-top-right-radius: 40px;
}
@media (max-width: 991px) {
    #highlights .testimonial-item .testimonial-content {
        padding: 25px;
    }
}
@media (max-width: 767px) {
    #highlights .testimonial-item .testimonial-content {
        padding: 25px;
        max-width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border-radius: 15px;
        -webkit-box-shadow: 0 11px 27px rgba(176, 148, 233, 0.3);
        box-shadow: 0 11px 27px rgba(176, 148, 233, 0.3);
        text-align: center;
    }
}
#highlights .testimonial-item .testimonial-content .client-name {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
}
#highlights .testimonial-item .testimonial-content .client-des {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 18px;
}
#highlights .testimonial-item .testimonial-content a.testi-btn {
    color: #fff;
    background: #0096da;
    line-height: 44px;
    padding: 0 20px;
    margin-top: 10px;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-box-shadow: 0 7px 15px rgba(22, 86, 204, 0.4);
    box-shadow: 0 7px 15px rgba(22, 86, 204, 0.4);
}
#highlights .slick-dots {
    bottom: -60px;
}

/*event area end*/
/*=================================*/
/*service area start*/
#Services {
    background: #f6f7fa;
}
#Services .service-item {
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 15px auto;
    text-align: center;
    max-width: 370px;
    border-bottom: 4px solid #0096da;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
@media (max-width: 767px) {
    #Services.service-item {
        padding: 25px 15px;
    }
}
#Services .service-item .service-icon {
    font-size: 36px;
    color: #fff;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 22px;
    background: #0096da;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px rgba(20, 72, 169, 0.189);
    box-shadow: 0 5px 20px rgba(20, 72, 169, 0.189);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#Services .service-item .service-title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#Services .service-item .service-desc {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#Services .service-item .service-item-btn {
    font-size: 17px;
    text-transform: capitalize;
    position: relative;
    line-height: 35px;
    padding: 0 15px;
    background: #0096da;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#Services .service-item .service-item-btn:hover {
    -webkit-box-shadow: 0 5px 10px rgba(132, 169, 238, 0.3647058824);
    box-shadow: 0 5px 10px rgba(132, 169, 238, 0.3647058824);
}
#Services .service-item:hover {
    background: #0096da;
}
#Services .service-item:hover .service-icon {
    color: #0096da;
    background: #fff;
}
#Services .service-item:hover .service-title {
    color: #fff;
}
#Services .service-item:hover .service-desc {
    color: #fff;
}
#Services .service-item:hover .service-item-btn {
    background: #fff;
    color: #0096da;
}

/*service area end*/
/*teacher area start*/
#about.teacher-banner .banner-item {
    min-height: 65vh;
}

#genesis-teacher {
    background: #f6f7fa;
}
#genesis-teacher .single-teacher {
    max-width: 380px;
    margin: 15px auto;
    text-align: center;
    padding: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(238, 238, 238, 0.1);
    box-shadow: 0 10px 20px rgba(238, 238, 238, 0.1);
}
#genesis-teacher .single-teacher .teacher-name {
    text-transform: capitalize;
    font-size: 24px;
    margin: 30px 0;
}
#genesis-teacher .single-teacher .teacher-desc {
    font-size: 17px;
    line-height: 1.7;
    margin-top: -7px;
}
#genesis-teacher .single-teacher:hover {
    -webkit-box-shadow: 0 10px 20px #eee;
    box-shadow: 0 10px 20px #eee;
}

/*teacher area end*/
/*teacher bio start*/
#details {
    background: #f6f7fa;
}
#details .person-left-bio {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
}
#details .person-left-bio .person-avatar {
    -webkit-box-shadow: 0 10px 35px rgba(196, 199, 203, 0.53);
    box-shadow: 0 10px 35px rgba(196, 199, 203, 0.53);
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 25px;
}

#details .person-left-bio .person-avatar img {
    width: 100%;
}

#details .person-left-bio .p-name {
    font-size: 23px;
    margin-bottom: 0;
}
#details .person-left-bio p.p-title {
    font-size: 14px;
    margin-bottom: 20px;
}
#details .person-left-bio .social-icons-wrapper {
    margin-top: 25px;
}
#details .person-left-bio .social-icons-wrapper h5.social-heading {
    font-size: 16px;
    font-weight: 400;
}
#details .person-left-bio .social-icons-wrapper .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 18px;
}
#details .person-left-bio .social-icons-wrapper .social-icons i {
    font-size: 19px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #0096da;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#details .person-left-bio .social-icons-wrapper .social-icons i:hover {
    background: #1148ae;
}
#details .person-right-bio {
    background: #fff;
    padding: 30px;
}
@media (max-width: 991px) {
    #details .person-right-bio .view-details {
        text-align: center;
    }
}
#details .person-right-bio .view-details h3.view-d-heading {
    font-size: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 26px;
}
#details .person-right-bio .view-details h3.view-d-heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 2px;
    background: #0096da;
}
#details .person-right-bio .view-details .p-name {
    margin-bottom: 0;
    font-size: 23px;
}
#details .person-right-bio .view-details p.p-title {
    font-size: 14px;
}

/*teacher bio end*/
/*=================================*/
/* footer area start*/
#footer {
    background: #f6f7fa;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
@media (max-width: 991px) {
    #footer {
        padding-top: 10px;
    }
}
#footer .footer-widget {
    margin: 15px 0;
}
@media (max-width: 767px) {
    #footer .footer-widget {
        text-align: center;
    }
}
#footer .footer-widget .footer-logo {
    height: 60px;
    margin-bottom: 10px;
}
#footer .footer-widget .footer-logo img {
    height: 100%;
}
#footer .footer-widget .footer-widget-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
#footer .footer-widget .footer-widget-list li {
    margin-bottom: 8px;
    text-transform: capitalize;
}
#footer .footer-widget .footer-widget-list a {
    color: #626a77;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
#footer .footer-widget .footer-widget-list a:hover {
    color: #0096da;
}
@media (max-width: 767px) {
    #footer .footer-widget-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#footer .footer-widget-wrapper .social-icons {
    margin-left: 15px;
    gap: 15px;
}
/*@media (max-width: 767px) {*/
/*  #footer .footer-widget-wrapper .social-icons {*/
/*    -webkit-box-orient: horizontal !important;*/
/*    -webkit-box-direction: normal !important;*/
/*        -ms-flex-direction: row !important;*/
/*            flex-direction: row !important;*/
/*    gap: 8px;*/
/*    margin-left: 0;*/
/*  }*/
/*}*/
#footer .footer-widget-wrapper .social-icons a {
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0096da;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid #0096da;
}
#footer .footer-widget-wrapper .social-icons a:hover {
    background: transparent;
    color: #0096da;
}
#footer .footer-copyright-area {
    border-top: 1px solid #eee;
}
#footer .footer-copyright-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    #footer .footer-copyright-area ul {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}
#footer .footer-copyright-area ul li {
    text-transform: capitalize;
    margin: 3px 15px;
}
#footer .footer-copyright-area ul li a {
    color: #626a77;
    -webkit-transform: all 0.3s;
    -ms-transform: all 0.3s;
    transform: all 0.3s;
}
#footer .footer-copyright-area ul li a:hover {
    color: #0096da;
}
#footer .f-widget-wrap {
    padding: 12px 0;
}

/* footer area end*/

.gallery {
    padding: 80px 0;
}
.gallery .gallery-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}
.gallery .gallery-filter .filter-item {
    background: transparent;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 15px;
    border: 1px solid #0096da;
    color: #0096da;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.gallery .gallery-filter .filter-item:hover,
.gallery .gallery-filter .filter-item.active-filter {
    color: #fff;
    background: #0096da;
}
.gallery .gallery-list .gallery-item {
    position: relative;
    margin: 15px auto;
    max-width: 300px;
    border: 4px solid #a8beff;
    border-radius: 5px;
    overflow: hidden;
}
.gallery .gallery-list .gallery-item .hover-content {
    position: absolute;
    background: rgba(0, 0, 0, 0.375);
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.gallery .gallery-list .gallery-item:hover .hover-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
}
.gallery.video-gallery .gallery-list .gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: auto;
    min-height: 280px;
    background-color: #f6f7fa;
}
.gallery.video-gallery .gallery-list .gallery-item .popup-youtube i {
    font-size: 25px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    border: 2px solid;
}

/*gallery end*/
/*new css*/
/*blog start*/
.blog {
    padding: 80px 0;
}
@media (max-width: 767px) {
    .blog {
        padding: 60px 0;
    }
}
.blog .blog-heading-wrapper {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.blog .blog-heading-wrapper .blog-heading {
    margin-bottom: 18px;
}
.blog .blog-heading-wrapper .blog-sec-dsc {
    font-size: 17px;
    line-height: 1.8;
}
.blog .blog-items-wrapper .blog-item {
    margin: 15px auto;
    padding: 20px;
    background: #f6f7fa;
    border-radius: 5px;
    max-width: 420px;
}
.blog .blog-items-wrapper .blog-item .cate-n-time {
    margin: 20px 0;
}
.blog .blog-items-wrapper .blog-item .cate-n-time .time i {
    margin-right: 5px;
}
.blog .blog-items-wrapper .blog-item .blog-title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
}
.blog .blog-items-wrapper .blog-item .blog-title:hover {
    color: #0096da;
}
.blog .blog-items-wrapper .blog-item a.read-more-btn {
    line-height: 35px;
    background: #0096da;
    color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 10px;
    border: 1px solid #0096da;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.blog .blog-items-wrapper .blog-item a.read-more-btn:hover {
    color: #0096da;
    border-color: #0096da;
    background: transparent;
}

.genesis-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}
.genesis-pagination .pagination .page-link {
    color: #0096da;
}
.genesis-pagination .pagination .page-link:hover {
    color: #fff;
    background: #0096da;
}

.cate {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background: #0096da;
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
    margin-right: 15px;
}

/*blog end*/
/*new css*/
/*new css*/
/*blog details start*/
.blog-details {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .blog-details {
        padding: 60px 0;
    }
}
.blog-details .blog-details-content .blog-details-heading {
    font-size: 27px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.blog-details .blog-details-content .cate-date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    margin-bottom: 25px;
}
.blog-details .blog-details-content .cate-date i {
    margin-right: 5px;
}
.blog-details .blog-details-content .blog-desc {
    margin: 30px 0;
}
.blog-details .blog-details-content .block-quote {
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
.blog-details .blog-details-content .block-quote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #0096da;
}
.blog-details .blog-details-content .post-list {
    margin-bottom: 35px;
}
.blog-details .blog-details-content .post-list li {
    margin-bottom: 10px;
}
.blog-details .blog-details-content .you-may-like .favorite-item {
    margin: 15px auto;
    max-width: 350px;
}
.blog-details .blog-details-content .you-may-like .title {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .blog-details .blog-details-content .you-may-like .title {
        text-align: center;
    }
}
.blog-details .blog-details-content .you-may-like .date {
    margin-top: 12px;
    margin-bottom: 8px;
}
.blog-details .blog-details-content .you-may-like .item-heading {
    font-size: 16px;
    line-height: 23px;
}
.blog-details .blog-details-sidebar .widget-title {
    font-size: 23px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}
.blog-details .blog-details-sidebar .popular-posts {
    padding: 40px;
    border: 1px solid #e9e9e9;
}
@media (max-width: 991px) {
    .blog-details .blog-details-sidebar .popular-posts {
        margin-top: 25px;
    }
}
@media (max-width: 1199px) {
    .blog-details .blog-details-sidebar .popular-posts {
        padding: 25px 20px;
    }
}
.blog-details .blog-details-sidebar .popular-posts .popular-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
}

.blog-details
    .blog-details-sidebar
    .popular-posts
    .popular-post-item
    .popular-post-img {
    max-width: 100px;
    overflow: hidden;
    margin-right: 15px;
    padding-top: 6px;
}
.blog-details
    .blog-details-sidebar
    .popular-posts
    .popular-post-item
    .post-content
    .category {
    font-size: 13px;
    line-height: 1;
    color: #626a77;
}
.blog-details
    .blog-details-sidebar
    .popular-posts
    .popular-post-item
    .post-content
    .popular-post-heading {
    font-size: 15px;
    line-height: 1.3;
    margin: 2px 0;
    color: #0b1c39;
}
.blog-details
    .blog-details-sidebar
    .popular-posts
    .popular-post-item
    .post-content
    .popular-post-heading:hover {
    color: #0096da;
}
.blog-details
    .blog-details-sidebar
    .popular-posts
    .popular-post-item
    .post-content
    .popular-post-date {
    font-size: 13px;
    line-height: 1;
    display: block;
}
.blog-details
    .blog-details-sidebar
    .popular-posts
    .popular-post-item
    .post-content
    .popular-post-date
    i {
    margin-right: 5px;
}
.blog-details .blog-details-sidebar .categories {
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #e9e9e9;
}
@media (max-width: 1199px) {
    .blog-details .blog-details-sidebar .categories {
        padding: 25px 20px;
    }
}
.blog-details .blog-details-sidebar .categories .category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    text-transform: capitalize;
    color: #626a77;
    margin-top: 12px;
}
.blog-details .blog-details-sidebar .categories .category-item:hover {
    color: #0096da;
}
.blog-details .blog-details-sidebar .categories .category-item .cate-name i {
    margin-right: 5px;
}

/*blog details end*/
/*new css*/
/*new css*/
/*contact start*/
.contact-area {
    padding: 80px 0;
}
@media (max-width: 991px) {
    .contact-area {
        padding: 60px 0;
    }
}
.contact-area form button.btn {
    padding: 8px 30px;
    margin-top: 15px;
    background: #0096da;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.contact-area form button.btn:hover {
    background: #320b87;
}
.contact-area .contact-list {
    margin: 40px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    border-left: 1px solid #ccc4c4;
}
.contact-area .contact-list .contact-info {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.contact-area .contact-list ul li {
    margin: 10px 0;
}
.contact-area .contact-list ul li a {
    color: #626a77;
}
.contact-area .contact-list ul li a:hover {
    color: #0096da;
}

/*contact end*/
/*new css*/
/*=================================*/
/* footer area start*/
#footer {
    background: #f6f7fa;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
@media (max-width: 991px) {
    #footer {
        padding-top: 10px;
    }
}
#footer .footer-widget {
    margin: 15px 0;
}
@media (max-width: 767px) {
    #footer .footer-widget {
        text-align: center;
    }
}
#footer .footer-widget .footer-logo {
    height: 60px;
    margin-bottom: 18px;
}
#footer .footer-widget .footer-logo img {
    height: 100%;
}
#footer .footer-widget .footer-widget-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
#footer .footer-widget .footer-widget-list li {
    margin-bottom: 8px;
    text-transform: capitalize;
}
#footer .footer-widget .footer-widget-list a {
    color: #626a77;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
#footer .footer-widget .footer-widget-list a:hover {
    color: #0096da;
}
@media (max-width: 767px) {
    #footer .footer-widget-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
#footer .footer-widget-wrapper .social-icons {
    margin-left: 15px;
    margin-top: 15px;
    gap: 10px;
}
@media (max-width: 767px) {
    #footer .footer-widget-wrapper .social-icons {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        gap: 8px;
        margin-left: 0;
    }
}
#footer .footer-widget-wrapper .social-icons a {
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0096da;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid #0096da;
}
#footer .footer-widget-wrapper .social-icons a:hover {
    background: transparent;
    color: #0096da;
}
#footer .footer-copyright-area {
    border-top: 1px solid #eee;
}
#footer .footer-copyright-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    #footer .footer-copyright-area ul {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}
#footer .footer-copyright-area ul li {
    text-transform: capitalize;
    margin: 3px 15px;
}
#footer .footer-copyright-area ul li a {
    color: #626a77;
    -webkit-transform: all 0.3s;
    -ms-transform: all 0.3s;
    transform: all 0.3s;
}
#footer .footer-copyright-area ul li a:hover {
    color: #0096da;
}
#footer .f-widget-wrap {
    padding: 12px 0;
}

/* Appointment page */
.appointment-page .serial-no {
    width: 65px;
    height: 65px;
    background-color: #0096da;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}

.appointment-page .appointment-step {
    background-color: #f6f7fa;
    border: 1px solid #e5e4e4;
    padding: 10px;
    border-radius: 10px;
}

.appointment-page .step-title {
    color: #0096da;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #0096da;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.appointment-page #dateLists h4 {
    font-size: 18px;
    font-weight: 600;
}

.appointment-page #dateLists p {
    font-size: 14px;
    margin: 0;
}

.appointment-page #dateLists li {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.appointment-page #dateLists li:hover {
    background-color: rgba(22, 86, 204, 0.15);
}

.appointment-page #dateLists li.active {
    background-color: #0096da;
}

.appointment-page #dateLists li.active h4 {
    color: #fff;
}

.appointment-page #dateLists li.active p {
    color: #ccc;
}

.appointment-page {
    .calendar {
        display: grid;
        grid-template-columns: repeat(7, calc(100% / 7));
        /* gap: 5px; */
        margin-top: 10px;
    }

    .calendar div {
        text-align: center;
        padding: 8px;
        border: 1px solid #fff;
        cursor: default;
    }

    .calendar .enabled {
        background-color: rgba(22, 86, 204, 0.15);
        cursor: pointer;
        border-radius: 5px;
        color: #000;
    }

    .calendar .enabled.active {
        background-color: #0096da;
        color: #fff;
    }

    .calendar .disabled {
        background-color: #fff;
        color: #aaa;
        border-radius: 5px;
    }

    .nav {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav button {
        width: 30px;
        height: 30px;
        background-color: #fff;
        font-size: 13px;
        border-radius: 5px;
    }

    h3 {
        margin-top: 30px;
    }

    .calendar .header {
        font-weight: bold;
        font-size: 13px;
        cursor: default;
        padding: 0;
        height: 30px;
        background-color: #fff;
    }
}

.appointment-page {
    #timeLists {
        display: flex;
        flex-wrap: wrap;
    }

    #timeLists li {
        padding: 8px 15px;
        border: 1px solid rgba(22, 86, 204, 0.15);
        margin-bottom: 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    #timeLists li:hover {
        background-color: rgba(22, 86, 204, 0.15);
    }

    #timeLists li.active {
        background-color: #0096da;
    }

    #timeLists li h4 {
        font-weight: 500;
        font-size: 16px;
        margin: 0;
    }

    #timeLists li.active h4 {
        color: #fff;
    }
}

.submit-appointment {
    background-color: #0096da;
    color: #fff;
}

.appointment-page {
    .btn-outline-primary {
        border-color: #0096da;
        color: #0096da;
    }

    .btn-outline-primary:hover,
    .btn-outline-primary:active {
        background-color: #0096da;
        color: #fff;
    }
}

.specialties {
    padding-top: 60px;
    padding-bottom: 30px;

    .col-lg-3 {
        margin-bottom: 20px;
    }

    .specialty-item {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        border-bottom: 4px solid #0096da;
        border-radius: 12px;
        overflow: hidden;
        text-align: center;
        margin: 15px auto;
        max-width: 370px;

        img {
            max-width: 90px;
            padding-top: 20px;
        }

        h4 {
            font-size: 25px;
            font-weight: 400;
            padding-bottom: 10px;
        }

        a {
            color: #0096da;
            display: inline-block;
        }
    }
}

#chambers {
    .chamber-card {
        background: #ffffff;
        padding: 20px;
        border-radius: 16px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        text-align: left;
        border: 1px solid #0096da;
        margin-bottom: 20px;

        @media screen and (max-width: 768px) {
            max-width: 460px;
            margin: 0 auto 20px auto;
        }
    }

    .card h4 {
        font-size: 18px;
        color: #0066b2;
        margin-bottom: 6px;
    }

    .address {
        font-size: 14px;
        color: #555;
        margin-bottom: 0;
    }

    .section h3 {
        font-size: 14px;
        color: #003366;
        margin-bottom: 6px;
        margin-top: 15px;
    }

    .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
    }

    .tag {
        background-color: #e6f5ff;
        padding: 0px 16px;
        border-radius: 11px;
        font-size: 12px;
        color: #000;
        font-weight: 500;
    }

    .appointment-btn {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        background-color: #0099e6;
        color: white;
        border: none;
        border-radius: 20px;
        font-size: 14px;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .appointment-btn:hover {
        background-color: #007acc;
    }
}

.banner-image-area {
    background-color: #f3f3f3;
    padding: 50px 0;
    @media screen and (max-width: 768px) {
        padding: 30px 0;
    }
    .img {
        text-align: right;

        @media screen and (max-width: 991px) {
            text-align: center;
        }

        img {
            max-width: 500px;
            border-radius: 50%;

            @media screen and (max-width: 768px) {
                max-width: 100%;
                margin-bottom: 30px;
            }
        }
    }

    h1 {
        color: #007acc;
    }

    .text {
        position: relative;
        padding-left: 30px;

        @media screen and (max-width: 991px) {
            padding-left: 0;
            text-align: center;
        }

        &::before {
            content: "";
            width: 3px;
            height: 100%;
            background: linear-gradient(#007acc, transparent);
            position: absolute;
            top: 0;
            left: 0;

            @media screen and (max-width: 991px) {
                display: none;
            }
        }

        a {
            display: inline-block;
            padding: 5px 15px;
            background-color: #007acc;
            color: #fff;
            border-radius: 5px;
            font-weight: 500;
        }
    }
}

#highlights {
  background: #28007D;
  padding: 70px 0;
  padding-bottom: 110px;
}
#highlights .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#highlights .testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  max-width: 950px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #highlights .testimonial-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}
#highlights .testimonial-item .client-img {
  max-width: 50%;
  background: #eee;
  padding: 30px;
  text-align: center;
  padding-right: 90px;
}
#highlights .testimonial-item .client-img img {
  display: inline-block;
}
@media (max-width: 767px) {
  #highlights .testimonial-item .client-img {
    padding: 25px;
    max-width: 100%;
  }
}
#highlights .testimonial-item .testimonial-content {
  max-width: 50%;
  background: rgba(189, 9, 44, 0.8);
  height: 100%;
  padding: 40px 25px;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-box-shadow: 0 11px 27px 3px rgba(189, 9, 44, 0.3);
          box-shadow: 0 11px 27px 3px rgba(189, 9, 44, 0.3);
  border-top-right-radius: 40px;
}
@media (max-width: 991px) {
  #highlights .testimonial-item .testimonial-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  #highlights .testimonial-item .testimonial-content {
    padding: 25px;
    max-width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    border-radius: 15px;
    -webkit-box-shadow: 0 11px 27px rgba(176, 148, 233, 0.3);
            box-shadow: 0 11px 27px rgba(176, 148, 233, 0.3);
    text-align: center;
  }
}
#highlights .testimonial-item .testimonial-content .client-name {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
}
#highlights .testimonial-item .testimonial-content .client-des {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 18px;
}
#highlights .testimonial-item .testimonial-content a.testi-btn {
  color: #fff;
  background: #0096da;
  line-height: 44px;
  padding: 0 20px;
  margin-top: 10px;
  text-transform: capitalize;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 15px rgba(189, 9, 44, 0.9);
          box-shadow: 0 7px 15px rgba(189, 9, 44, 0.9);
}
#highlights .slick-dots {
  bottom: -60px;
}


/* Budget */
.budget-sec {
    h2 {
        font-size: 32px;
        font-weight: 600;
        color: #0096da;
    }

    form {
        margin-top: 35px;

        > span {
            display: block;
            margin-top: 20px;
            padding-bottom: 10px;
            margin-bottom: 20px;
            border-bottom: 1px solid #ddd;
        }

        .form-item {
            margin-bottom: 15px;
        }

        input[type="text"],
        input[type="email"],
        textarea
         {
            display: block;
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;

            &:hover,
            &:focus {
                border: 1px solid #0096DA;
            }
        }

        textarea {
            height: 220px;
        }

        .form-submit-btn {
            height: 52px;
            width: 100%;
            background-color: #0099e6;
            border: 0;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
        }

    }

    .budget-info {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 40px;

        span {
            font-weight: 500;
            font-size: 18px;
            color: #0099e6;
        }
    }


    /* Slider */
   
    .rs-scale {
        display: none;
    }

    .rs-tooltip {
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: auto;
        padding: 2px 6px 0;
    }

    
}

