/* goggle font */
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200;300;400;600;700;900&display=swap');

/* global css */
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    color: #555;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #555;
}

a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: 600;
}

h2 {
    font-family: 'Source Serif Pro', serif;
    font-size: 46px;
    font-weight: 700;
}

h3 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
    font-size: 24px;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 27px;
}

h5 {
    font-family: 'Poppins', sans-serif;
}

h6 {
    font-family: 'Poppins', sans-serif;
}

.header-content {
    text-align: center;
    padding: 0 400px 60px;
}

.payment-box {
    margin-left: 150px;
}

/* header */
.get-the-latest {
    background: #e32845;
    padding: 16px 0;
    color: white;
}

header ul {
    text-align: right;
}

.get-the-latest p {
    font-size: 13px;
    color: white;
}

header ul li {
    display: inline-block;
    margin: 0 12px;
}

.get-the-latest ul li a {
    color: white;
    font-size: 13px;
}

nav {
    background: #fff;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #eee;
}

nav .logo {
    max-width: 100px;
    padding: 8px 0;
}

nav ul li {
    position: relative;
    margin: 0 8px;
    padding: 25px 0;
    transition: all .3s ease-in-out;
}

nav ul li a {
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 25px 0;
}

nav ul li button {
    color: #e32845;
    font-weight: 600;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    letter-spacing: 1px;
    font-size: 15px;
}

nav ul li button {
    background-color: transparent;
    border: none;
}

nav ul li a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    font-weight: 400;
}

.signin a {
    border: 1px solid;
    padding: 10px 17px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    background: #e32845 !important;
    border-color: #e32845;
    color: white;
}

.signin a:hover {
    color: white;
    background: #e32845 !important;
    border-color: #e32845;
}

nav ul li a:hover,
nav ul li button:hover {
    color: #e32845;
}

.active {
    color: #e32845;
}

.sub-menu {
    position: absolute;
    background-color: white;
    top: 108%;
    left: 0;
    z-index: -1;
    visibility: hidden;
    transition: all .3s ease-in-out;
    opacity: 0;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    display: block;
}

.sub-menu .fa-angles-up {
    margin-left: 7px;
    display: inline-block;
    transform: rotate(90deg);

}

.sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all .3s ease-in-out;
    border-bottom: 1px dashed #ededed;
}

.sub-menu li a {
    color: black;
    display: block;
    padding: 0;
    text-align: center;
    margin: 10px 0;
    padding: 7px 50px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}

.sub-menu li a:hover,
.sub-menu-2 li a:hover {
    /* transform: translateX(5px); */
    box-sizing: border-box;
}

nav .menu li:hover .sub-menu {
    visibility: visible;
    transition: all .3s ease-in-out;
    top: 100%;
    z-index: 999;
    opacity: 1;
}

.sub-menu-2 {
    position: absolute;
    background-color: white;
    left: 100%;
    top: -20px;
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

nav ul li ul li:hover .sub-menu-2 {
    opacity: 1;
    top: -31px;
    visibility: visible;
}

.sidebar {
    margin-right: 20px;
}

.sidebar img {
    width: 30px;
    height: 30px;
    float: right;
}

/* sticky navbar */
nav.sticky,
.menu-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

nav.sticky .sub-menu {
    z-index: -1;
}

nav.sticky ul li a {
    font-weight: 600;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);

    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);

    }
}

/* banner  */
.banner {
    position: relative;
}

.banner h1 {
    font-weight: 800;
}

.banner-one {
    padding: 200px 0;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 70vh;
}

.banner h1 {
    color: white;
}

.banner p {
    color: white;
    margin: 20px 80px 40px 0px;
}

.btn-sanu {
    background-color: #e32845;
    color: #fff;
    font-size: 16px;
    padding: 16px 35px;
    border-radius: 0;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #e32845;
    z-index: 1;
    margin-top: 20px;
    margin-left: 30px;
    border: 1px solid #e32845;
}

.btn-sanu::before {
    position: absolute;
    content: '';
    background-color: #111d5e;
    height: 98%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1;
}

.user-info-item a {
    position: relative;
}

.counting {
    position: absolute;
    background: #e32845;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    top: 9px;
    left: 7px;
    font-size: 12px;
    line-height: 24px;
    color: white !important;
}

.container {
    max-width: 85%;
}

.btn-sanu i {
    position: relative;
    right: -7px;
    top: 2px;
}

.formobile {
    display: none;
}

.fordekstop {
    display: block;
}

.btn-sanu:hover {
    color: white;
    border-color: white;
}

.btn-sanu:hover::before {
    transform: scaleX(1);
}

.banner-two {
    background: url(../images/banner-img2.jpg);
    padding: 200px 0;
    background-size: cover;
    margin-left: -20px;
    border-radius: 15px 0 0px 15px;
}

.banner-three {
    background: url(../images/banner-img3.jpg);
    padding: 200px 0;
    background-size: cover;
    margin-left: -20px;
    border-radius: 15px 0 0px 15px;
}

.owl-carousel {
    transition: all 1s ease-in-out;
}

.owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -88px;
}

.owl-next,
.owl-prev {
    color: white !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    border: 2px solid white !important;
    border-radius: 50% !important;
    width: 43px !important;
    height: 43px !important;
    line-height: 43px !important;
    text-align: center !important;
    transition: all .3s ease-in-out !important;
    /* position: absolute !important; */
    left: 145px !important;
    bottom: -77px !important;
}

.owl-next:hover,
.owl-prev:hover {
    background: #e32845 !important;
    border-color: #e32845 !important;
}

.owl-prev {
    margin-right: 20px !important;
}

.banner .btn-sanu {
    margin-left: 0;
}

/* academic */
.academic {
    padding: 80px 0;
}

.academic h2 {
    color: #111d5e;
    text-align: center;
    margin-bottom: 18px;
}

.academic p {
    text-align: center;
    padding: 0 500px 55px;
}

.academic-item {
    padding: 30px;
    background-color: #f4f6f9;
    transition: all .3s ease-in-out;
}

.academic-item h3 {
    color: #111d5e;
}

.academic-item h3 i {
    margin-right: 7px;
    color: #e32845;
}

.academic-item p {
    padding: 8px 0 15px;
    text-align: left;
}

.academic-item a {
    color: #111d5e;
    transition: all .3s ease-in-out;
    font-weight: 600;
    display: inline-block;
}

.academic-item a i {
    margin-left: 8px;
    margin-top: 3px;
}

.academic-item a:hover {
    color: #e32845;
    transform: translateX(5px);
}

.academic-item:hover {
    transform: translateY(-10px);
}

/* campus */
.campus {
    margin-bottom: 100px;
}

.campus h2 {
    color: #111d5e;
}

.campus p {
    margin: 25px 0 35px;
}

.campus ul li {
    margin: 13px 0;
    color: #555;
}

.campus ul li i {
    color: #e32845;
    padding-right: 9px;
    font-size: 14px;

}

.counter-item {
    margin: 30px 0 0;
}

.counter-item p {
    margin: 0;
}

.counter-item h1 {
    color: #e32845;
}

.counter-item h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #e32845;
    font-weight: 500;
    /* margin: 0; */
    display: flex;
    align-items: center;
}

.counter-item span {
    color: #111d5e;
    font-weight: 600;
}

.counter-item label {
    margin-left: 10px;
    color: #e32845;
    font-weight: 600;
}

.counter-item mark {
    background: no-repeat;
    padding: 0;
    padding-left: 4px;
    color: #111d5e;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
}

.campus img {
    width: 100%;
    display: block;
    padding-left: 40px;
    box-sizing: border-box;
    height: 100%;
}

.campus .btn-sanu {
    border: none;
    margin-top: 45px;
    margin-left: 0;
}

/* free-courses */
.free-courses {
    padding: 80px 0;
    background: #f4f6f9;
}

.free-courses h2 {
    text-align: center;
    color: #111d5e;
    margin-bottom: 20px;
}

.item-img {
    overflow: hidden;
}

.item-img img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.item-img img:hover {
    transform: scale(1.04);
}

.course-infromation {
    background-color: white;
    padding: 35px 0;
    transition: all .3s ease-in-out;
}

.course-infromation img {
    float: right;
}

.course-infromation a {
    color: #e32845;
    margin-left: 2.5px;
    font-weight: 500;
}

.course-infromation span {
    display: block;
    border-bottom: 1px solid #00000017;
    padding-bottom: 24px;
    margin-left: -7px;
    padding-left: 20px;
}

.course-infromation h4 {
    padding: 20px 37px;
}

.course-infromation h4 a {
    color: #111d5e;
    transition: all .3s ease-in-out;
    font-weight: 600;
}

.course-infromation:hover h4 a {
    color: #e32845;
}

.course-infromation ul {
    padding: 0 36px;
}

.course-infromation ul li {
    display: inline-block;
    margin-right: 17px;
}

.course-infromation i {
    color: #e32845;
    margin-right: 4px;
}

.course-item {
    transition: all .3s ease-in-out;
}

.course-item:hover {
    transform: translateY(-8px);
}

.free-courses i {
    margin-top: 6px;
    margin-left: 5px;
}

/* campus-life */
.campus-life {
    padding: 70px 0 50px;
}

.campus-life h2 {
    color: #111d5e;
    text-align: center;
    margin-bottom: 20px;
}

.campus-information {
    transition: all .3s ease-in-out;
}

.campus-img {
    overflow: hidden;
}

.campus-img img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.campus-information P {
    color: #e32845;
    margin: 0 0 8px;
    font-weight: 500;
}

.campus-content {
    background: white;
    padding: 30px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
}

.campus-content h4 a {
    color: #111d5e;
    transition: all .3s ease-in-out;
}

.campus-content:hover a {
    color: #e32845;
}

.campus-information:hover {
    transform: translateY(-8px);
}

.campus-information img:hover {
    transform: scale(1.04);
}

/* health */
.health {
    padding: 0 0 110px;
}

.health h2 {
    color: #111d5e;
    text-align: center;
    margin-bottom: 20px;
}

.health-img {
    overflow: hidden;
}

.health-img img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.health-img img:hover {
    transform: scale(1.04);
}

.health-content {
    padding: 30px;
    background-color: white;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
}

.health-content h4 a {
    color: #111d5e;
    transition: all .3s ease-in-out;
}

.health-content:hover h4 a {
    color: #e32845;
}

.health-content p {
    margin: 20px 0;
}

.health-content :nth-child(3) {
    color: #111d5e;
    transition: all .3s ease-in-out;
    font-weight: 500;
    display: block;
}

.health-content a i {
    margin-left: 8px;
    margin-top: 3px;
}

.health-content :nth-child(3):hover {
    color: #e32845;
    transform: translateX(5px) !important;
}

.about-health {
    transition: all .3s ease-in-out;
}

.about-health:hover {
    transform: translateY(-8px);
}

/* events */
.events {
    background: #f4f6f9;
    padding: 80px 0;
}

.events h2 {
    color: #111d5e;
    text-align: center;
    margin-bottom: 20px;
}

.events-item {
    transition: all .3s ease-in-out;
}

.events-item:hover {
    transform: translateY(-8px);
}

.events-img {
    overflow: hidden;
    cursor: pointer;
}

.events-img img {
    width: 100%;
    /* max-height: 300px; */
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.events-img:hover img {
    transform: scale(1.04);
}

.events-info {
    padding: 30px;
    padding-bottom: 20px;
    background-color: white;
    transition: all .3s ease-in-out;
    position: relative;
}

.subscription {
    background: #00072c;
    padding: 80px 0;
    text-align: center;
    color: white;
}

.subscription h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
}

.subscription p {
    color: white;
    font-size: 16px;
    padding: 10px 0 40px;
}

.subscription form input {
    background: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    width: 400px;
}

.subscription form input:focus {
    outline: none;
}

.subscription button {
    background: #e32845;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 4px;
    border-radius: 6px;
}

.faq-box {
    padding-bottom: 60px;
}

.faq-box h2 button {
    font-size: 20px;
    font-weight: 600;
}

.events-date {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    padding: 12px;
    background-color: white;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 15%);
    position: absolute;
    top: -41px;
    text-align: center;
    padding-top: 17px;
    margin-bottom: 10px;
}

.events-mangment {
    text-align: right;
    display: block;
    margin: 8px 0 15px;
}

.events-info h4 a {
    color: #111d5e;
    transition: all .3s ease-in-out;
}

.events-info:hover h4 a {
    color: #e32845;
}

.events-mangment i {
    margin-right: 3px;
    color: #e32845;
}

/* top bar */
.top {
    position: relative;
    width: 47px;
    height: 47px;
    line-height: 47px;
    background: #e32845;
    color: white;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    font-size: 26px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    filter: blur(1px);
}

.go-top {
    position: fixed;
    right: -25%;
    top: 89%;
    z-index: 1000;
    transition: all 1.5s ease-in-out;
    opacity: 0;
}

.go-top.show {
    right: 25px;
    transition: all 1.5s ease-in-out;
    opacity: 1;
}

.go-top.show .top {
    filter: blur(0);
}

.top i {
    display: block;
    transition: all .3s ease-in-out;
}

.top :first-child {
    position: absolute;
    top: 21%;
    left: 32%;
}

.top :last-child {
    position: absolute;
    top: 40%;
    left: 32%;
    opacity: 0;
}

.top:hover {
    cursor: pointer;
}

.top:hover :first-child {
    top: 0;
    opacity: 0;
}

.top:hover :last-child {
    opacity: 1;
    top: 21%;
}

.testimonial-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #333;
}

.testimonial {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-swiper {
    padding-bottom: 25px !important;
}

.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.testimonial h3 {
    margin: 10px 0 8px;
    font-size: 1.1rem;
    color: #222;
}

.testimonial p {
    font-size: 0.95rem;
    color: #666;
}

footer h3 {
    font-size: 20px;
}

/* news */
.news {
    margin: 100px 0;
}

.news h2 {
    color: #111d5e;
    text-align: center;
    margin-bottom: 20px;
}

.toptitle {
    color: #111d5e;
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
}

.news-item {
    /* overflow: hidden; */
    transition: all .3s ease-in-out;
}

.news-img img {
    width: 100%;
    transition: all .3s ease-in-out;
}

.news-img {
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.news-img:hover img {
    transform: scale(1.04);
}

.news-info {
    background: white;
    padding: 30px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
}

.news-item ul li {
    display: inline-block;
    margin: 0 10px;
}

.news-item ul li i {
    margin-right: 7px;
    color: #e32845;
}

.news-info h4 a {
    color: #111d5e;
    transition: all .3s ease-in-out;
    font-weight: 600;
    font-size: 20px;
}

.news-info h4 {
    margin: 20px 0;
}

.news-info:hover h4 a {
    color: #e32845;
}

.news-info :nth-child(3) {
    color: #111d5e;
    font-weight: 500;
    transition: all .3s ease-in-out;
    display: inline-block;
}

.news-info a i {
    margin-left: 7px;
}

.news-info :nth-child(3):hover {
    transform: translateX(5px);
    color: #e32845;
}


/* s-stories */
.s-stories {
    background: #f4f6f9;
    margin-bottom: 20px;
    padding: 80px 0;
}

.stories-info {
    margin: 0 10px 0;
}

.s-stories h2 {
    color: #111d5e;
    text-align: center;
    margin-bottom: 20px;
}

.stories-title {
    background-color: white;
    padding: 30px 30px 19px 30px;
}

.stories-title h4 {
    color: #111d5e;
    font-weight: 700 !important;
    padding-right: 22px;
}

.s-stories iframe {
    height: 223px;
    width: 100%;
}

.see-all {
    color: white;
    background: #111D5E;
    border-radius: 30px;
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 15px 10px;
    text-align: center;
    font-weight: 500;
    width: 200px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.see-all:hover {
    color: white;
    background: #e32845;
}

/* podcasts */
.podcasts {
    padding: 80px 0;
}

.podcasts h2 {
    color: #111d5e;
    margin-bottom: 10px;
}

.podcasts p {
    margin-right: 400px;
    margin-bottom: 50px;
}

.eposide-item {
    margin-bottom: 30px;
    margin-right: 10px;
}

.eposide-item img {
    width: 100%;
}

.eposide-item span {
    color: #e32845;
    font-weight: 600;
}

.eposide-item p {
    margin: 0;
}

.eposide-item h3 {
    color: #111d5e;
    margin-top: 10px;
    margin-bottom: 14px;
}

.open-mp4 {
    padding: 7px;
    max-width: 190px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.open-mp4 i {
    color: white;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #e32845;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
}

.open-mp4 span {
    margin-left: 10px;
    font-weight: 400 !important;
    transition: all .3s ease-in-out;
}

.open-mp4:hover {
    background-color: #e32845;
}

.open-mp4:hover span {
    color: white;
}

.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -4px;
    background: #e32845;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50px;
    top: -51px !important;
    padding-right: 0;
}

.cetagories {
    padding: 30px;
    background: #f4f6f9;
    margin-bottom: 25px;
}

.cetagories h3 {
    margin-bottom: 20px;
    color: #111d5e;
}

.cetagories ul li {
    padding: 12px 0;
    border-bottom: 1px dashed #d8d8d8;
}

.cetagories ul li a {
    color: #555;
    transition: all .3s ease-in-out;
}

.cetagories ul li a i {
    color: #e32845;
    margin-right: 8px;
}

.cetagories ul li a:hover {
    color: #e32845;
}

.subscribe {
    background: url(../images/subscribe-img.jpg);
    background-size: cover;
    padding: 30px;
    position: relative;
}

.subscribe h3 {
    color: white;
    text-align: center;
    margin-bottom: 8px;
}

.subscribe p {
    margin: 0;
    text-align: center;
    color: white;
}

.subscribe i {
    color: white;
    font-size: 40px;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.subscribe::before {
    position: absolute;
    content: '';
    background: rgba(17, 29, 94, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.subscribe-content {
    position: relative;
    z-index: 1;
}

.subscribe form {
    position: relative;
    margin-top: 30px;
}

.subscribe input {
    display: block;
    width: 100%;
    border: none;
    border-radius: 7px;
    padding: 15px 25px;
    margin-bottom: 30px;
}

.subscribe input {
    outline: none;
}

.subscribe button {
    display: block;
    width: 100%;
    margin: 0;
    background: #e32845;
}

/* footer */
footer {
    background-color: #111d5e;
    padding: 80px 0 0;
    z-index: 1;
    position: relative;
}

.footer-logo p {
    color: white;
    margin: 30px 0;
    font-size: 15px;
    margin-right: 38px;
}

.footer-logo ul li {
    margin: 0 0 13px 0;
}

.footer-logo ul li a {
    color: white !important;
    transition: all .3s ease-in-out;
}

.footer-logo ul li a:hover i {
    color: #e32845;
}

.footer-logo ul li a i {
    margin-right: 9px;
}

.footer-menu {
    color: white !important;
}

.footer-menu h3 {
    margin-bottom: 40px;
}

.footer-menu ul li {
    margin: 13px 0;
}

.footer-menu ul li a {
    color: white;
    transition: all .3s ease-in-out;
    display: inline-block;
    font-size: 15px;
}

.footer-menu ul li a:hover {
    color: #e32845;
    transform: translateX(5px);
}

.shape {
    position: absolute;
    z-index: -1;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.copy-right {
    background: #1f2c75;
    padding: 33px 0;
    margin-top: 70px;
}

.copy-right ul li {
    display: inline-block;
    color: white;
    margin: 0 9px;
}

.copy-right ul li a {
    color: #cacaca;
    transition: all .3s ease-in-out;
}

.copy-right ul li a:hover {
    color: #e32845;
}

.copy-right p {
    text-align: right;
    color: #cacaca;
}

/* admmission */
.admmission {
    background: #f4f6f9;
    padding: 80px 0;
    margin: 20px 0 110px 0;
}

.admmission h2 {
    color: #111d5e;
    text-align: center;
    margin-bottom: 20px;
}

.admmission-img {
    overflow: hidden;
    border-radius: 15px;
    transition: all .5s ease-in-out;
    position: relative;
}

.admmission-img img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.admmission-img:hover img {
    transform: scale(1.2);
    filter: blur(3px);
}

.admmission .admmission-img .admmission-icon {
    -webkit-box-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admmission .admmission-img .admmission-icon::before {
    position: absolute;
    content: '';
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.6);
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
}

.admmission .admmission-img .admmission-icon::after {
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.4);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    z-index: -1;
}

.admmission-icon a {
    background: #e32845;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 26px;
    color: white;
    transition: all .5s ease-in-out;
}

@-webkit-keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
        opacity: .6;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 1;
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: .6;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.admmission span {
    text-align: center;
    display: block;
    margin: 40px 0 30px;
    color: #555;
}

.admmission button {
    margin: 0 auto;
    display: block;
}


/* sidebarmoda */
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
    transition: all .3s ease-in-out;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    transition: all .3s ease-in-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
    transition: all .3s ease-in-out;
}

.modal.right .modal-content .close {
    position: absolute;
    background: transparent;
    border: none;
    top: 30px;
    right: 23px;
    z-index: 99;
    transition: all .4s ease-in-out;
}

.modal.right .modal-content h3 {
    color: #111d5e;
    margin: 0 25px 30px;
}

.modal.right .modal-content button.close i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #e32845;
    color: #ffffff;
    font-size: 17px;
    transition: all ease 0.5s;
    border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
    background-color: #111d5e;
}

.sidebarModal.modal .modal-body {
    padding: 25px 0;
    padding-bottom: 16px;
}

.modal-body .sidebar-content p {
    margin: 13px 0 20px;
    font-size: 14px;
    line-height: 25px;
}

.modal-body .sidebar-content .default-btn {
    background: #e32845;
    color: white;
    padding: 14px 40px;
    font-weight: 500;
    display: inline-block;
}

.sidebar-contact-info h3 {
    margin-bottom: 20px;
}

.sidebar-contact-info ul li a {
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    color: #000000ba !important;
}

.sidebar-contact-info ul li a:hover {
    background: #f4f6f9;
}

.sidebar-social-list {
    margin-top: 35px;
    margin-bottom: 35px;
}

.sidebar-social-list ul li {
    display: inline-block;
    margin-right: 8px;
}

.sidebarModal.modal .modal-body .sidebar-social-list ul li i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #e32845;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
    transform: translateY(-5px);
    background-color: #111d5e;
    color: #ffffff;
}

.contact-form h3 {
    margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    padding: 15px 19px;
    border-radius: 5px;
    border: 1px solid rgba(89, 90, 89, 0.25);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}


/* responsive menubar */
.menu-bar {
    background: white;
    transition: all .3s ease-in-out;
    padding: 10px 0;
    position: relative;
}

.menu-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    /*background: black;*/
    /* float: right; */
    padding-top: 6px;
    position: relative;
    cursor: pointer;
}

.menu-icon span {
    width: 100%;
    height: 3px;
    background: #e32845;
    display: block;
    margin: 5px 0;
    border-radius: 5px;
}

.menu-icon.open span {
    position: absolute;
    width: calc(60%);
    top: calc(34%);
    right: calc(20%);
}

.menu-icon.open span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-icon.open span:nth-child(2) {
    display: none;
}

.menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-item {
    position: absolute;
    width: 80%;
    background: white;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    display: none;
    z-index: 9999;
    border-top: 1px solid rgb(234, 234, 234);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 7%);
    padding-top: 4px;
    max-height: 318px;
    overflow-y: scroll;
}

.menu-item ul {
    text-align: left;

}

.menu-item ul li {
    display: block;
    border-bottom: 1px dashed #ededed;
    margin: 0;
}

.menu-item ul li a {
    padding: 15px 25px;
    display: block;
}

.menu-item ul li a {
    color: black;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.menu-item ul li a:hover {
    color: #e32845;
}

.menu-item ul li a span {
    float: right;
    transition: all .3s ease-in-out;
}

#dropdown-link.active span,
#dropdown-link-2.active span {
    color: #e32845;
    transform: rotate(180deg);
    display: inline-block;
}

.dropdown-item,
.dropdown-item-2 {
    display: none;
}

.dropdown-item li a,
.dropdown-item-2 li a {
    color: #5c5c5ceb !important;
    padding: 12px 50px !important;
    transition: all .3s ease-in-out;
    font-size: 13px !important;
}

.dropdown-item li a:hover,
.dropdown-item-2 li a:hover {
    color: #e32845 !important;
}

.dropdown-item2 li {
    border: none !important;
}

.dropdown-item2 li a {
    border-top: 1px dashed #ededed;
    padding: 12px 80px 12px !important;
}

.menu-bar {
    display: none;
}


.select2-selection {
    border: 1px solid #e8e6e6 !important;
    border-radius: 5px !important;
    padding: 9px 15px !important;
    height: inherit !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 2px !important;
    height: 46px !important;
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
    border-radius: 12px;
    border: 1px solid #f7f7f7;
    box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 8px;
    font-family: 'Segoe UI', sans-serif;
    z-index: 9999;
    margin-top: 10px;
}

/* Search box inside dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 8px;
    border: 1px solid #e1e1e1b3 !important;
    height: 40px;
    padding: 6px 10px;
    margin-bottom: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

/* Dropdown items */
.select2-container--default .select2-results__option {
    padding: 10px 14px;
    font-size: 15px;
    transition: background 0.2s, color 0.2s;
    border-radius: 6px;
    margin: 2px 0;
}

/* Hover effect */
.select2-container--default .select2-results__option--highlighted {
    background-color: #6a5acd;
    color: white;
}

/* Selected option styling */
.select2-container--default .select2-results__option--selected {
    background-color: #f0f0f0;
    font-weight: bold;
    color: #333;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    top: 0;
    right: 10px;
    width: 30px;
}

.paginate-box button {
    background: transparent;
    border: none;
}

.currentpage {
    border: 1px solid #7a7a7a;
    padding: 4px 13px;
    display: inline-block;
    margin: 0 7px;
    border-radius: 3px;
}

.cat-img img {
    width: 100%;
    max-height: 420px;
    transition: all .3s ease-in-out;
    min-height: 400px;
    object-fit: cover;
}

.cat-infos {
    background: black;
    transition: all .3s ease-in-out;
}

.cat-infos h4 {
    color: white;
}

.category-box {
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.category-box:hover img {
    transform: scale(1.2);
}

.category-box:hover .cat-infos {
    background: #000000cf;
    bottom: 0;
    height: inherit;
}

.cat-infos {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 22px;
    height: 100px;
    bottom: -33px;
}

.cat-infos span {
    color: #ffffffc2;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.category-box:hover .cat-infos span {
    opacity: 1;
}

.user-info-item .sub-menu li a {
    width: 310px;
    padding: 6px 20px;
    text-transform: inherit;
}

.user-info-item .sub-menu {
    top: 95%;
    left: -120px;
}


.cat-banner p {
    padding: 0 200px;
}

.why-work {
    background: #F4F6F9;
    padding: 80px 0;
    margin: 70px 0;
    text-align: center;
}

.why-work h2 {
    color: black;
    font-family: 'Poppins', sans-serif !important;
    font-size: 34px;
    margin-bottom: 25px;
}

.why-work p {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 36px;
}

.select2-container--default .select2-selection--single {
    background-color: #F4F6F9 !important;
    border-radius: 4px !important;
    border: 1px solid #e8e8e8de !important;
    height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    /* line-height: 48px !important; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px !important;
    right: 7px !important;
}



/* contact */
.contact-us {
    margin: 100px 0;
}

.contact-us h3 {
    font-size: 30px;
    color: #111d5e;
    margin-bottom: 40px;
}

.contact-box {
    padding: 50px 30px;
    background-color: white;
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    margin-right: 6px;
}
textarea:focus{
    box-shadow: none !important;
}
.image-hover-content .bi-star {
    font-size: 12px !important;
}
.contact-box-item .form-control {
    background-color: #f4f6f9;
    padding: 15px 21.4px;
    width: 100%;
    border: 1px solid #e8e8e8de;
    transition: all .3s ease-in-out;
}

.contact-box-item {
    position: relative;
    margin-bottom: 15px !important;
}

.condition {
    font-size: 14.5px !important;
    margin-bottom: 40px;
}

.condition input {
    margin-right: 5px;
}

.contact-box .btn-sanu {
    width: 30%;
    margin: auto;
}

.contact-info h3 {
    color: #111d5e;
    margin-bottom: 15px;
}

.contact-info p {
    margin-bottom: 40px;
}

.contact-item {
    background: #f4f6f9;
    padding: 30px 14px;
    margin-bottom: 50px;
}

.contact-item i {
    color: #e32845;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    border: 2px solid #e32845;
    display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}

.contact-box-item label {
    margin-bottom: 7px;
    font-size: 15px;
    opacity: .97;
}

.contact-item h3 {
    color: #111d5e;
    margin: 15px 0;
    text-align: center;
}

.contact-item ul li {
    font-size: 15px;
    text-align: center;
    margin: 7px 0;
}

.contact-item ul li a {
    color: #555;
    transition: all .3s ease-in-out;
}

.contact-item ul li:hover a {
    color: #e32845;
}

.social-item {
    padding: 40px 0;
    border-top: 1px dashed #ededed;
}

.social-item p {
    margin: 10px 0 20px;
}

.social-item ul li {
    display: inline-block;
    margin: 0 6px;
}

.social-item ul li a i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #e32845;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.social-item ul li a i:hover {
    transform: translateY(-5px);
    background-color: #111d5e;
    color: #ffffff;
}

.error {
    color: #e32845;
    display: block;
    margin-top: 9px;
    font-size: 14px;
}

.footer-logo img {
    max-width: 100px;
}

.btn-defualt {
    background-color: #e32845;
    color: white;
    border-radius: 30px;
    padding: 12px 20px;
    border: none;
}

.error-border {
    border: 1px solid #e32845 !important;
}

button:focus {
    box-shadow: 0 !important;
    box-shadow: none !important;
}

.page-link {
    border-radius: 4px;
}

.campus-information img {
    height: 300px;
    border-radius: 4px;
    object-fit: cover;
}

.campus-information {
    position: relative;
}

.campus-content h4 {
    margin-bottom: 0 !important;
}

input:focus,
select:focus {
    box-shadow: none !important;
}

.filter-by {
    margin-bottom: 30px;
    display: inline-block !important;
}

.filter-container .title {
    margin-top: 0px;
    line-height: 34px;
}

.filter-container .title span {
    color: #9b9999d1;
    font-weight: normal;
    font-size: 20px;
}

.fiter-items img {
    width: 100%;
    object-fit: cover;
    max-height: 335px;
}

.fiter-items {
    position: relative;
    transition: all .3s ease-in-out;
    /* max-height: 335px; */
}

.hover-container {
    position: relative;
}

.vendor-wrapper {
    position: relative;
}

.images-by {
    display: none;
    background: white;
    text-align: center;
    position: absolute;
    opacity: 1;
    visibility: visible;
    left: 10px;
    top: 20%;
    z-index: 999;
    padding: 15px;
    border-radius: 10px;
    right: -15px;
    box-shadow: 0px 7px 13px 4px #00000024;
    padding-right: 0;
}

.images-by .person-images img {
    width: 93%;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
}

.show-images {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.person-images {
    width: calc(25% - 15px);
    box-sizing: border-box;
}

.images-by h5 {
    color: black;
    font-size: 15px;
    margin-bottom: 13px;
    font-weight: 600;
}

.vendoricon {
    position: absolute;
    z-index: 99;
    left: 3%;
    top: 4%;
    opacity: 0;
}

.vendoricon i {
    background: white;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: black;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

.shop-option {
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 99;
    opacity: 0;
}

.shop-option ul li {
    padding: 5px 0;
}

.shop-option ul li button,
.shop-option ul li a {
    background: white;
    font-size: 20px;
    border: 1px solid #acacac;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    color: black;
    display: inline-block;
}

.shop-option ul li button:hover,
.shop-option ul li a:hover {
    background: #e32845;
    border-color: #e32845;
    color: white;
}

.fiter-items .link {
    position: absolute;
    z-index: 90;
    background: black;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.shop-option ul li button.cart {
    background: #e32845;
    border-color: #e32845;
    color: white;
}

.fiter-items:hover .shop-option,
.fiter-items:hover .vendoricon,
.fiter-items:hover .image-info {
    opacity: 1;
}
.for-mobile{
    display: none;
}
.image-info {
    position: absolute;
    bottom: 0;
    background-color: #000000b8;
    color: white;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
}

.image-info span {
    font-weight: 700;
}

.fiter-items:hover .link {
    opacity: .4;
}

/* tag */
.tags-box {
    margin-top: 50px;
}

.tag-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.tags-box h5 {
    color: #000000d4;
    margin-bottom: 0;
}

.line {
    background: #cbc7c7;
    height: .5px;
    width: 80.5%;
}

.tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tags a {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #b1b1b1;
    border-radius: 0.25rem;
    background-color: #e8e8e8a3;
    min-height: 2.5rem;
    transition: border-color 0.2s ease;
    color: #000000cc;
    font-size: 16px;
    flex-wrap: wrap;
}

.tags a:hover {
    border-color: #000000;
}

.top-tag-box {
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paginate nav {
    background: transparent;
}

.paginate li {
    padding: 0;
    margin: 0 4px;
}

.paginate li.active span {
    background-color: #111D5E !important;
    border-color: #111D5E !important;
}


/* top image filter */
.custom-dropdown-menu {
    min-width: 260px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.custom-dropdown-menu .form-check {
    padding: 8px 12px;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.2s ease;
}

.custom-dropdown-menu .form-check:last-child {
    border-bottom: none;
}

.custom-dropdown-menu .form-check:hover {
    background-color: #f9f9f9;
}

.form-check .form-check-input {
    margin: 0;
    margin-right: 3px;
}

.custom-dropdown-menu .form-check-label {
    margin-left: 6px;
    font-weight: 500;
    color: #333;
}

.filter-dropdown-toggle {
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
}


.gellary-top {
    margin-top: 40px !important;
    padding: 0 40px;
}

.gellary-top .filter-box .search-image {
    background: transparent;
    padding: 0;
}

.gellary-top .filter-box .search-image input {
    width: 300px;
    border: 1px solid #0000001a;
    padding: 12px 15px;
    border-radius: 10px;
}

.gellary-top .filter-box .search-image i {
    color: black;
    margin-left: -32px;
}

.gellary-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gellary-top .filter-box .search-image input:focus {
    outline: none;
}

#fileSizeDropdown {
    padding: 10px;
    width: 190px;
}

.gellary-top .filter-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.share {
    border: none;
    position: absolute;
    background: #ff0000bf;
    width: 40px;
    height: 40px;
    right: 0px;
    border-radius: 0px 0px 0 5px;
}

.share img {
    width: 23px;
    height: 23px;
}

#shareModal .rounded-circle {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#shareModal .rounded-circle:hover {
    opacity: 0.8;
}

#shareModal .btn-outline-secondary {
    border-color: #d1d1d1;
}

.btn-non-border {
    color: #021D6E;
    border: 2px solid #021D6E;
    border-radius: 30px;
    padding: 9px 16px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-non-border:hover {
    background-color: #021D6E;
    color: white;
    border-color: #021D6E;
}

#notifyModal .brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#notifyModal h5 {
    color: #021D6E;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 32px;
}

#notifyModal p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

#notifyModal .modal-content {
    padding: 30px;
}

#notifyModal input[type="text"] {
    height: 50px;
    margin: 10px 0;
}
#notifyModal .btn-primary {
    background-color: #021D6E !important;
    color: white !important;
}

#notifyModal .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (min-width: 320px) and (max-width: 500px) {
    .contact-us h3 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .contact-us {
        margin: 60px 0;
    }

    .contact-box {
        padding: 43px 21px;
        margin-bottom: 50px;
        margin-right: 0px;
    }

    .condition {
        font-size: 13.5px !important;
    }

    .contact-box .btn-sanu {
        width: 42%;
    }

    .contact-info h3 {
        margin-bottom: 15px;
    }

    .contact-item {
        margin: 0 15px 30px;
    }

    .contact-item i {
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
    }

    .social-item {
        padding: 40px 0 0;
        margin-top: 20px;
    }

    .contact-box-item label {
        font-size: 13px;
    }
}

.menu-item::-webkit-scrollbar {
    width: 4px;
}

.menu-item::-webkit-scrollbar-thumb {
    background: #e32845;
}


/* preloader */
.preloader-area {
    position: fixed;
    z-index: 999999;
    background-color: #111d5e;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}

.preloader-area .spinner {
    width: 4em;
    height: 4em;
    -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-left: auto;
    margin-right: auto;
}

.preloader-area .spinner .disc {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 0.3em dotted #ffffff;
}

.preloader-area .spinner .disc:nth-child(1) {
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(2) {
    -webkit-animation: rotateDisc2 12s linear infinite;
    animation: rotateDisc2 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(3) {
    -webkit-animation: rotateDisc3 12s linear infinite;
    animation: rotateDisc3 12s linear infinite;
}

.preloader-area .spinner .inner {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: sphereSpin 6s linear infinite;
    animation: sphereSpin 6s linear infinite;
}

.preloader-area .spinner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    right: 0;
    bottom: 0;
    border: 2px dotted #ffffff;
    margin: -15px;
}

.btn-social {
    background: transparent !important;
    color: black !important;
    font-weight: 500;
    border-color: gray;
    margin-bottom: 13px;
    font-size: 15px;
}
.btn-social:hover {
    border-color: black !important;
}

.social-img {
    width: 24px;
    margin-right: 6px;
}

@-webkit-keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}

@keyframes sphereSpin {
    0% {
        -webkit-transform: rotateX(360deg) rotateY(0deg);
        transform: rotateX(360deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateX(0deg) rotateY(360deg);
        transform: rotateX(0deg) rotateY(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}

@keyframes rotateDisc2 {
    from {
        -webkit-transform: rotateX(90deg) rotateZ(0deg);
        transform: rotateX(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateX(90deg) rotateZ(360deg);
        transform: rotateX(90deg) rotateZ(360deg);
    }
}

@-webkit-keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}

@keyframes rotateDisc3 {
    from {
        -webkit-transform: rotateY(90deg) rotateZ(0deg);
        transform: rotateY(90deg) rotateZ(0deg);
    }

    to {
        -webkit-transform: rotateY(90deg) rotateZ(360deg);
        transform: rotateY(90deg) rotateZ(360deg);
    }
}

/* the end */
