@import "https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@font-face {
    font-family: 'futuraMediumBT';
    src: local('futuraMediumBT'), url('../fonts/futuraMediumBT.woff') format('woff');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_61656">Text with this font applied</p> */
.fontsforweb_fontid_61656 {
    font-family: 'futuraMediumBT' !important;
}

html, body {
    color: #555;
    font-family: 'futuraMediumBT' !important;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
    max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #e32845;
}

::selection {
  color: #fff;
  background: #e32845;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-110 {
    padding-top: 110px;
    padding-bottom: 100px;
}

.ptb-130 {
    padding-top: 130px;
    padding-bottom: 100px;
}

.ptb-150 {
    padding-top: 150px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.mr-20 {
    margin-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.mlr-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mlrt-5 {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #001C38;
    font: 'Jost', sans-serif;
    font-weight: 800;
    font-style: italic;
}

p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.red-strong {
    font-weight: 900;
    font-style: italic;
    color: #e32845;
}

.owl-nav {
    margin-top: 0 !important;
}

.owl-dots {
    margin-top: 0 !important;
}

.form-control {
    height: 55px;
    border: 1px solid rgba(89, 90, 89, 0.25);
    padding-left: 15px;
}

.form-control:focus {
    border: 1px solid #e32845;
    box-shadow: none;
}

textarea {
    height: auto !important;
}

.bg-f4f6f9 {
    background-color: #f4f6f9;
}

.top-header-area {
    background-color: #e32845;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-header-area .container-fluid {
    max-width: 1520px;
}

.header-left-content p {
    color: #fff;
    font-size: 14px;
}

.header-right-content {
    text-align: right;
}

.header-right-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-right-content .list ul li {
    display: inline-block;
    margin-right: 25px;
}

.header-right-content .list ul li a {
    color: #fff;
    font-size: 14px;
}

.header-right-content .list ul li:last-child {
    margin-right: 0;
}

.nav-bg-1 {
    background-color: #001C38;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.preloader-area {
    position: fixed;
    z-index: 999999;
    background-color: #e32845;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
}

.preloader-area .spinner {
    width: 4em;
    height: 4em;
    transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    right: 0;
    top: 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 #fff;
}

.preloader-area .spinner .disc:nth-child(1) {
    animation: rotate 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(2) {
    animation: rotateDisc2 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(3) {
    animation: rotateDisc3 12s linear infinite;
}

.preloader-area .spinner .inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    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 #fff;
    margin: -15px;
}

@keyframes sphereSpin {
    0% {
        transform: rotateX(360deg) rotateY(0deg);
    }

    100% {
        transform: rotateX(0deg) rotateY(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateDisc2 {
    from {
        transform: rotateX(90deg) rotateZ(0deg);
    }

    to {
        transform: rotateX(90deg) rotateZ(360deg);
    }
}

@keyframes rotateDisc3 {
    from {
        transform: rotateY(90deg) rotateZ(0deg);
    }

    to {
        transform: rotateY(90deg) rotateZ(360deg);
    }
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.modal.right .modal-content button.close {
    position: absolute;
    right: 20px;
    top: 30px;
    background-color: transparent;
    border: none;
    text-shadow: unset;
    box-shadow: unset;
    z-index: 99;
    opacity: 1;
}

.modal.right .modal-content button.close i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #e32845;
    color: #fff;
    font-size: 20px;
    transition: all ease 0.5s;
    border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
    background-color: #001C38;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.default-btn {
    background-color: #e32845;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 13px 35px;
    border-radius: 7px;
    position: relative;
    transition: all ease 0.5s;
    border: 1px solid #e32845;
    z-index: 1;
}

.default-btn i {
    position: relative;
    top: 3px;
    padding-left: 5px;
}

.default-btn::before {
    position: absolute;
    content: "";
    background-color: #001C38;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transition: all ease 0.5s;
    z-index: -1;
}

.default-btn:hover {
    color: #fff;
}

.default-btn:hover::before {
    transform: scaleX(1);
}

.default-btn:focus {
    box-shadow: none;
}

.read-more-btn {
    color: #001C38;
    font-weight: 500;
    font-size: 15px;
    transition: all ease 0.5s;
    position: relative;
}

.read-more-btn i {
    position: relative;
    top: 3px;
    padding-left: 7px;
}

.read-more-btn:hover {
    color: #e32845;
}

.read-more-btn.active {
    color: #e32845;
    letter-spacing: 0;
}

.read-more-btn.white-color {
    color: #fff;
}

.read-more-btn.white-color:hover {
    color: #e32845;
}

.section-title {
    text-align: center;
    padding: 10px;
    position: relative;
}

.section-title.style2 {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 10px;
    font-style: unset;
    color: #001C38;
}

.section-title h2.white {
    color: #fff;
}

.section-title p {
    margin-bottom: 20px;
}

.section-title p:last-child {
    margin-bottom: 0;
}

.section-title.white-title .top-title {
    color: #fff;
}

.section-title.white-title h2 {
    color: #fff;
}

.section-title.white-title p {
    color: #fff;
}

.banner-area {
    background-color: #001C38;
    overflow: hidden;
}

.banner-area .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    max-width: 100%;
}

.slider-item {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 60px;
    overflow: hidden;
}

.slider-item.banner-bg-1 {
    background-image: url(../images/banner/banner-img1.jpg);
}

.slider-item.banner-bg-2 {
    background-image: url(../images/banner/banner-img2.jpg);
}

.slider-item.banner-bg-3 {
    background-image: url(../images/banner/banner-img3.jpg);
}

.slider-item.banner-bg-4 {
    background-image: url(../images/banner/secundaria-slider.webp);
}

.slider-item.banner-bg-5 {
    background-image: url(../images/banner/primaria-slider.webp);
}

.slider-item.banner-bg-6 {
    background-image: url(../images/banner/bachillerato-slider.webp);
}

.slider-item.banner-bg-7 {
    background-image: url(../images/banner/banner-img7.jpg);
}

.slider-item.banner-bg-8 {
    background-image: url(../images/banner/banner-img8.jpg);
}

.slider-item-no-content {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 60px;
    padding-top: 400px;
    padding-bottom: 200px;
    padding-left: 60px;
    overflow: hidden;
}

.slider-item-no-content.banner-bg-7 {
    background-image: url(../images/banner/about-banner.webp);
}

.slider-content {}

.box-bg {
    margin: 20px;
    margin-bottom: 0;
    position: relative;
    display: flex;
    justify-content: left;
}

.slider-content h2 {
    font-size: 30px;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}

#first-title {
    background-color: rgba(0, 28, 56, 0.9);
}

.slider-content>.default-btn {
    margin-top: 200px;
    margin-left: 1000px;
    float: right;
}

.slider-content p {
    color: #fff;
    margin-bottom: 30px;
}

.slider-content.style2 {
    background-color: #fff;
    padding: 50px;
}

.slider-content.style2 h1 {
    color: #001C38;
}

.slider-content.style2 p {
    color: #555;
}

.hero-slider {
    position: relative;
}

.hero-slider.owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100px;
}

.hero-slider.owl-theme .owl-dots .owl-dot {
    display: block;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: 0 0;
    display: block;
    transition: 0.5s;
    border-radius: 50%;
    position: relative;
    color: #fff;
}

.hero-slider.owl-theme .owl-dots .owl-dot span::before {
    position: absolute;
    content: "01";
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.hero-slider.owl-theme .owl-dots .owl-dot:hover span,
.hero-slider.owl-theme .owl-dots .owl-dot.active span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.hero-slider.owl-theme .owl-dots .owl-dot:hover span::after,
.hero-slider.owl-theme .owl-dots .owl-dot.active span::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    background-color: #fff;
    left: -30px;
    top: 22px;
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
    content: "02";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
    content: "03";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
    content: "04";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
    content: "05";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
    content: "06";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
    content: "07";
}

.hero-slider.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
    content: "08";
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: 30px;
    bottom: -130px;
    transform: translateY(-50%);
    background-color: transparent;
    border: 1px solid #eee;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    left: 100px;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.hero-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.hero-slider2 .slider-item {
    padding-left: 0;
}

.hero-slider2 .slider-item-no-content {
    padding-left: 0;
}

.hero-slider2.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: 100px;
    top: 60%;
    transform: translateY(-50%);
    background-color: #001C38;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
    opacity: 0;
    transition: all ease 0.5s;
}

.hero-slider2.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
    color: #fff;
}

.hero-slider2.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: 100px;
    left: auto;
}

.hero-slider2.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.hero-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.hero-slider2:hover.owl-theme .owl-nav [class*="owl-"] {
    opacity: 1;
}

.hero-slider2.style2.owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0.15);
}

.hero-slider2.style2.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
}

.owl-thumbs {
    text-align: right;
    position: relative;
    margin-top: -75px;
    z-index: 1;
}

.owl-thumbs button {
    padding: 0;
    border: none;
    transition: all ease 0.5s;
}

.owl-thumbs button:hover,
.owl-thumbs button.active {
    filter: blur(2px);
}

.owl-thumbs .owl-thumb-item {
    width: 200px;
    height: 150px;
}

.banner-area.banner-area-five {
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 1;
}

.banner-area.banner-area-five::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to left, rgba(9, 0, 51, 0), rgb(8, 1, 77));
}

.banner-area.banner-area-five video {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    z-index: -2;
}

.banner-area.banner-area-five .slider-item {
    position: relative;
    padding-left: 175px;
    overflow: hidden;
    z-index: 3;
}

.banner-area.banner-area-five .slider-item-no-content {
    position: relative;
    padding-left: 175px;
    overflow: hidden;
    z-index: 3;
}

.single-academics-card {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-academics-card .academic-top-content {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.single-academics-card .academic-top-content h3 {
    font-size: 22px;
    transition: all ease 0.5s;
}

.single-academics-card .academic-top-content h3:hover {
    color: #e32845;
}

.single-academics-card .academic-top-content i {
    font-size: 30px;
    position: absolute;
    color: #e32845;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.single-academics-card:hover {
    transform: translateY(-10px);
}

.single-academics-card2 {
    background-size: cover;
    background-position: center center;
    height: 500px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
}

.single-academics-card2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 28, 56, 0.9));
    left: 0;
    top: 0;
    border-radius: 15px;
}

.single-academics-card2.bg-1 {
    background-image: url(../images/academics/academic-1.webp);
}

.single-academics-card2.bg-2 {
    background-image: url(../images/academics/academic-2.webp);
}

.single-academics-card2.bg-3 {
    background-image: url(../images/academics/academic-3.webp);
}

.single-academics-card2 .serial {
    position: absolute;
    left: 30px;
    top: 30px;
}

.single-academics-card2 .serial p {
    color: #fff;
    font-size: 18px;
}

.single-academics-card2 .academic-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

.single-academics-card2 .academic-content .academic-top-content {
    position: relative;
    text-align: center;
}

.single-academics-card2 .academic-content .academic-top-content h3 {
    font-size: 22px;
    font-weight: 800;
    font-style: unset;
    color: #fff;
    margin-bottom: 15px;
    transition: all ease 0.5s;
}

.single-academics-card2 .academic-content .academic-top-content h3:hover {
    color: #e32845;
}

.single-academics-card2 .academic-content .academic-top-content i {
    color: #e32845;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.single-academics-card2 .academic-content p {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.single-academics-card3 {
    text-align: center;
    padding: 25px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.single-academics-card3::before {
    position: absolute;
    content: "";
    height: 100%;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background-color: #e32845;
    transition: all ease 0.5s;
}

.single-academics-card3 .icon {
    margin-bottom: 20px;
}

.single-academics-card3 .icon i {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 72px;
    border-radius: 100%;
    border: 1px solid #e32845;
    display: inline-block;
    color: #e32845;
    position: relative;
    transition: all ease 0.5s;
}

.single-academics-card3 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    transition: all ease 0.5s;
}

.single-academics-card3 p {
    position: relative;
    transition: all ease 0.5s;
}

.single-academics-card3:hover::before {
    width: 100%;
    border-radius: 0;
    left: 0;
    right: auto;
}

.single-academics-card3:hover .icon i {
    color: #fff;
    border-color: #fff;
    transform: rotate(45deg);
}

.single-academics-card3:hover h3 {
    color: #fff;
}

.single-academics-card3:hover p {
    color: #fff;
}

.single-academics-card3:hover .read-more-btn {
    color: #fff;
}

.academic-area .section-title {
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
    background-color: #e32845;
}

.academic-area .section-title h2 {
    color: #fff;
}

.serch-content {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.serch-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.serch-content .form-group {
    position: relative;
}

.serch-content .form-group .form-control {
    border: none;
    border: 1px solid transparent;
}

.serch-content .form-group .form-control:focus {
    border: 1px solid #e32845;
}

.serch-content .form-group .src-btn {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 20px;
    background-color: transparent;
    border: none;
}

.category-content {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.category-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.category-content .form-control {
    border: none;
    border: 1px solid transparent;
}

.category-content .form-control:focus {
    border: 1px solid #e32845;
}

.location-type {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.location-type h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.location-type .form-check .form-check-input {
    border-radius: 0;
}

.location-type .form-check .form-check-input:checked {
    background-color: #e32845;
    border-color: #e32845;
}

.location-type .form-check .form-check-input:focus {
    box-shadow: none;
}

.program-level {
    margin-bottom: 30px;
}

.program-level h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.program-level .form-check .form-check-input {
    border-radius: 0;
}

.program-level .form-check .form-check-input:checked {
    background-color: #e32845;
    border-color: #e32845;
}

.program-level .form-check .form-check-input:focus {
    box-shadow: none;
}

.academics-details .details h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.academics-details .details p {
    margin-bottom: 20px;
}

.academics-details .details .details-images {
    margin-top: 10px;
    display: inline-block;
}

.academics-details .details .details-images img {
    margin-bottom: 30px;
}

.academics-details .regiStartion-and-fee {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.academics-details .regiStartion-and-fee h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.academics-details .regiStartion-and-fee p {
    margin-bottom: 20px;
}

.academics-details .regiStartion-and-fee .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.academics-details .regiStartion-and-fee .list ul li {
    margin-bottom: 10px;
    list-style-type: none;
}

.academics-details .regiStartion-and-fee .list ul li:last-child {
    margin-bottom: 0;
}

.academics-details .prepare-exam h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.academics-details .prepare-exam p {
    margin-bottom: 30px;
}

.academics-details .prepare-exam .exam-card {
    margin-bottom: 30px;
    padding-left: 30px;
}

.academics-details .prepare-exam .exam-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
}

.academics-details .prepare-exam .exam-card h4::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #e32845;
    left: -30px;
    top: 5px;
}

.academics-details .prepare-exam .exam-card p {
    margin-bottom: 0;
}

.academics-list {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.academics-list h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.academics-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.academics-list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

.academics-list ul li a {
    color: #555;
    transition: all ease 0.5s;
}

.academics-list ul li i {
    position: absolute;
    right: 0;
    font-size: 22px;
}

.academics-list ul li:last-child {
    margin-bottom: 0;
}

.academics-list ul li:hover a {
    color: #e32845;
}

.related-download {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.related-download h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.related-download ul {
    padding-left: 0;
    margin-bottom: 0;
}

.related-download ul li {
    margin-bottom: 10px;
    list-style-type: none;
    background-color: #fff;
    padding: 20px;
    padding-left: 70px;
    position: relative;
}

.related-download ul li a {
    color: #555;
}

.related-download ul li i {
    position: absolute;
    left: 0;
    background-color: #e32845;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #fff;
    padding: 16px;
}

.related-download ul li:last-child {
    margin-bottom: 0;
}

.identity-area {
    background-color: #e3e3e3;
}

.identity-area h2 {
    margin-top: 30px;
}

.single-identity-card {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    border-radius: 15px;
    z-index: 1;
}

.single-identity-card.bg-1 {
    background-image: url(../images/identity/aniversario-bg.webp);
}

.single-identity-card.bg-2 {
    background-image: url(../images/identity/heart-bg.webp);
}

.single-identity-card .identity-content {
    text-align: center;
    position: relative;
}

.single-identity-card .identity-content .icon i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
}

.single-identity-card .identity-content h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}

.single-identity-card .identity-content p {
    font-size: 16px;
    font-weight: 900;
    line-height: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.single-identity-card .identity-content img {
    max-width: 13vw;
    margin-bottom: 16vh;
}

.single-identity-card .identity-content .read-more-btn:hover {
    color: #001C38;
}

.single-identity-card::before {
    position: absolute;
    content: "";
    background: rgba(17, 29, 94, 0.6);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: -1;
}

.single-identity-card::after {
    position: absolute;
    content: "";
    background: #e32845;
    display: inline-block;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all ease 0.5s;
}

.single-identity-card:hover::after {
    width: 100%;
    border-radius: 15px;
    left: 0;
    right: auto;
}

.innovation-area .section-title {
    width: 100%;
    text-align: center;
    padding: 10px;
    position: relative;
    background-color: #e32845;
}

.innovation-area .section-title h4 {
    color: #fff;
    font-style: unset;
}

.innovation-area img {
    margin-top: 15vh;
}

.campus-content {
    margin-bottom: 30px;
}

.campus-content .campus-title {
    margin-bottom: 30px;
}

.campus-content .campus-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.campus-content .list {
    margin-bottom: 20px;
}

.campus-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.campus-content .list ul li {
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 10px;
}

.campus-content .list ul li i {
    position: absolute;
    left: 0;
    color: #e32845;
}

.campus-content.style-2 {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-left: -100px;
}

.counter-card {
    margin-bottom: 30px;
}

.counter-card h1 {
    text-align: center;
    font-size: 60px;
    margin-bottom: 5px;
    line-height: 1;
}

.counter-card h1 .target {
    color: #e32845;
    position: relative;
    top: 4px;
}

.counter-card h1 .target.heading-color {
    color: #001C38;
    font-size: 60px;
    margin-left: -4px;
}

.counter-card p {
    text-align: center;
    color: #001C38;
    font-size: 3vh;
    line-height: 3vh;
}

.campus-image {
    margin-bottom: 30px;
}

.estemate-form {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: -200px;
    z-index: 1;
}

.estemate-form h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.estemate-form .form-group {
    margin-bottom: 25px;
}

.estemate-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid #f4f6f9;
}

.estemate-form .form-group .form-control:focus {
    border: 1px solid #e32845;
}

.estemate-form .default-btn {
    display: block;
    width: 100%;
}

.single-courses-card {
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-courses-card .courses-content {
    background-color: #fff;
    padding: 30px;
}

.single-courses-card .courses-content .admin-profile {
    position: relative;
    padding-left: 80px;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.single-courses-card .courses-content .admin-profile img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
}

.single-courses-card .courses-content .admin-profile p a {
    color: #e32845;
    font-weight: 500;
}

.single-courses-card .courses-content .admin-profile::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #eee;
    right: -30px;
    bottom: 10px;
}

.single-courses-card .courses-content h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    transition: all ease 0.5s;
}

.single-courses-card .courses-content h3:hover {
    color: #e32845;
}

.single-courses-card .courses-content .bottom-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-courses-card .courses-content .bottom-content ul li {
    list-style-type: none;
    font-weight: 500;
}

.single-courses-card .courses-content .bottom-content ul li a {
    color: #e32845;
}

.single-courses-card .courses-content .bottom-content ul li ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    padding-left: 22px;
}

.single-courses-card .courses-content .bottom-content ul li ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #e32845;
}

.single-courses-card.style2 {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-courses-card.style2 .courses-content .admin-profile {
    padding-bottom: 0;
    padding-left: 0;
}

.single-courses-card.style2 .courses-content .admin-profile::before {
    display: none;
}

.single-courses-card.style2 .courses-content .admin-profile img {
    right: 0;
    left: auto;
    top: -60px;
}

.single-courses-card.style2:hover {
    transform: translateY(0);
}

.single-courses-card.style3 .list-1 {
    margin-bottom: 15px;
}

.single-courses-card.style3 .list-1 ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-courses-card.style3 .list-1 ul li {
    list-style-type: none;
}

.single-courses-card.style3 .list-1 ul li i {
    color: #e32845;
    margin-right: 7px;
}

.single-courses-card.style3 h3 {
    margin-bottom: 35px;
}

.single-courses-card.style3 .admin-profile {
    padding-bottom: 20px;
    margin-bottom: 45px;
}

.single-courses-card.style3 .admin-profile img {
    top: -15px;
}

.single-courses-card.style3 .admin-profile::before {
    right: 0;
    bottom: -30px;
}

.single-courses-card.style3 .bottom-content ul li ul li {
    margin-right: 0;
    color: #ffc107;
}

.single-courses-card.style3 .bottom-content ul li ul li.blank {
    color: #555;
}

.single-courses-card.style3:hover {
    transform: translateY(0);
}

.single-courses-card.style4 .courses-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-courses-card:hover {
    transform: translateY(-10px);
}

.courses-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #eee;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
}

.courses-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.courses-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}

.courses-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.courses-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.courses-slider.owl-theme .owl-dots {
    left: 0;
}

.courses-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #e32845;
    margin: 10px 10px 0;
    background-color: #dfdbdb;
    height: 18px;
    width: 18px;
}

.courses-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}

.courses-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #e32845;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}

.courses-slider.style-2.owl-theme .owl-dots {
    display: none;
}

.paginations {
    text-align: center;
    margin-bottom: 30px;
}

.paginations ul {
    padding-left: 0;
    margin-bottom: 0;
}

.paginations ul li {
    display: inline-block;
    padding-right: 10px;
}

.paginations ul li a {
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    border: 1px solid #eee;
    display: inline-block;
    transition: all ease 0.5s;
    color: #001C38;
    font-size: 18px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.paginations ul li a i {
    position: relative;
    top: 2px;
}

.paginations ul li a:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.paginations ul li a.active {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.courses-details .courses-card {
    margin-bottom: 40px;
}

.courses-details .courses-card h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.courses-details .courses-card .img {
    margin-bottom: 50px;
}

.courses-details .courses-card .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.courses-details .courses-card .list ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}

.courses-details .courses-card .list ul li .teacher {
    position: relative;
    padding-left: 70px;
}

.courses-details .courses-card .list ul li .teacher img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.courses-details .courses-card .list ul li .teacher p a {
    color: #e32845;
}

.courses-details .courses-card .list ul li span {
    color: #001C38;
    font-weight: 500;
}

.courses-details .courses-card .list ul li i {
    color: #e32845;
    position: relative;
    top: 2px;
    padding-right: 7px;
}

.description {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.description .nav-tabs {
    font-size: 18px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
}

.description .nav-tabs .nav-link {
    color: #001C38;
    padding-bottom: 10px;
    padding: 15px 30px;
    font-weight: 600;
    border: none;
    border-radius: 0;
}

.description .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e32845 !important;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.overview .learn {
    margin-bottom: 30px;
}

.overview .learn h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.overview .learn p {
    margin-bottom: 20px;
}

.overview .overview-box {
    padding-left: 30px;
    margin-bottom: 30px;
}

.overview .overview-box h4 {
    font-size: 18px;
    position: relative;
}

.overview .overview-box h4::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #e32845;
    left: -30px;
    top: 5px;
}

.curriculum {
    margin-bottom: 30px;
}

.curriculum h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.curriculum p {
    margin-bottom: 20px;
}

.curriculum .curriculum-list {
    padding: 30px;
    background-color: #f4f6f9;
}

.curriculum .curriculum-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.curriculum .curriculum-list ul li {
    list-style-type: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d0d0;
    position: relative;
}

.curriculum .curriculum-list ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.curriculum .curriculum-list ul li span {
    position: absolute;
    right: 0;
    top: -5px;
    background-color: #e32845;
    color: #fff;
    padding: 5px 10px;
}

.instructor {
    margin-bottom: 30px;
}

.instructor .instructor-content .name {
    margin-bottom: 25px;
}

.instructor .instructor-content .name h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.instructor .instructor-content .quick-contact {
    margin-bottom: 20px;
}

.instructor .instructor-content .quick-contact h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.instructor .instructor-content .quick-contact ul {
    padding-left: 0;
    margin-bottom: 0;
}

.instructor .instructor-content .quick-contact ul li {
    list-style-type: none;
}

.instructor .instructor-content .quick-contact ul li i {
    color: #e32845;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.instructor .instructor-content .quick-contact ul li a {
    color: #e32845;
}

.instructor .instructor-content .social ul {
    padding-left: 0;
    margin-bottom: 0;
}

.instructor .instructor-content .social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
}

.instructor .instructor-content .social ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    background-color: #e32845;
    color: #fff;
    display: inline-block;
    transition: all ease 0.5s;
}

.instructor .instructor-content .social ul li a:hover {
    background-color: #001C38;
    color: #fff;
}

.review-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.review-form .form-group {
    margin-bottom: 30px;
}

.review-form .form-group label {
    mn: 7px;
}

.single-reviews-card {
    position: relative;
    padding: 30px;
    padding-left: 140px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.single-reviews-card .date {
    margin-bottom: 20px;
}

.single-reviews-card .icon {
    position: absolute;
    right: 30px;
    top: 60px;
    color: #ffc107;
}

.single-reviews-card h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.single-reviews-card img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.comments {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.comments h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.comments .single-comments-box {
    padding-left: 110px;
    position: relative;
    margin-bottom: 30px;
}

.comments img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.comments .reply {
    position: absolute;
    right: 0;
    background-color: #f4f6f9;
    padding: 10px 15px;
    top: 15px;
    transition: all ease 0.5s;
}

.comments .reply a {
    color: #555;
    transition: all ease 0.5s;
}

.comments .reply:hover {
    background-color: #e32845;
}

.comments .reply:hover a {
    color: #fff;
}

.comments h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.comments .date {
    margin-bottom: 20px;
}

.reply-area {
    margin-bottom: 30px;
}

.reply-area h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.reply-area p {
    margin-bottom: 20px;
}

.reply-area .reply-form .form-group {
    margin-bottom: 25px;
}

.reply-area .reply-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
}

.reply-area .reply-form .form-group .form-control:focus {
    border-color: #e32845;
}

.reply-area .reply-form .form-check {
    margin-bottom: 30px;
}

.reply-area .reply-form .form-check .form-check-input {
    border-radius: 0;
}

.reply-area .reply-form .form-check .form-check-input:checked {
    background-color: #e32845;
    border-color: #e32845;
}

.reply-area .reply-form .form-check .form-check-input:focus {
    box-shadow: none;
}

.enroll-courses {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.enroll-courses .enroll-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.enroll-courses .enroll-img img {
    overflow: hidden;
    transition: all ease 0.5s;
}

.enroll-courses .enroll-img .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
}

.enroll-courses .enroll-img .icon a {
    font-size: 35px;
    background-color: #fff;
    color: #e32845;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    transition: all ease 0.5s;
}

.enroll-courses .enroll-img .icon a:hover {
    background-color: #e32845;
    color: #fff;
}

.enroll-courses .enroll-img .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.006);
    animation: ripple 4s linear infinite;
    z-index: -1;
}

.enroll-courses .enroll-img .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.004);
    animation: ripple 3s linear infinite;
    z-index: -1;
}

.enroll-courses .enroll-img:hover img {
    transform: scale(1.2);
    filter: blur(3px);
}

.enroll-courses .list {
    margin-bottom: 30px;
}

.enroll-courses .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.enroll-courses .list ul li {
    list-style-type: none;
    text-align: right;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e1e1;
}

.enroll-courses .list ul li span {
    position: absolute;
    left: 0;
    color: #001C38;
    font-weight: 600;
}

.enroll-courses .list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.enroll-courses .default-btn {
    display: block;
}

.single-campus-card {
    margin-bottom: 30px;
    transition: all ease 0.5s;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-campus-card img {
    border-radius: 15px;
}

.single-campus-card .campus-content {
    padding: 30px;
    padding-bottom: 26px;
}

.single-campus-card .campus-content span {
    color: #e32845;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
}

.single-campus-card .campus-content h3 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.3;
    transition: all ease 0.5s;
}

.single-campus-card .campus-content h3:hover {
    color: #e32845;
}

.single-campus-card.style2 .campus-content {
    background-color: #fff;
}

.single-campus-card.style2 .campus-content span {
    position: relative;
    padding-left: 55px;
}

.single-campus-card.style2 .campus-content span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #e32845;
    left: 0;
    bottom: 5px;
}

.single-campus-card.style2:hover {
    transform: translateY(0);
}

.single-campus-card.style-3 {
    position: relative;
}

.single-campus-card.style-3 .campus-content {
    background-color: #e32845;
    position: absolute;
    top: 0px;
    bottom: -30px;
    left: 130px;
    right: 0px;
    border-radius: 0 15px 15px 0;
    transition: all ease 0.5s;
    transform: scaleY(0);
}

.single-campus-card.style-3:hover {
    transform: translateY(0);
}

.single-campus-card.style-3 .campus-content h3 {
    font-size: 2.5vh;
    font-style: unset;
    font-weight: 500;
    color: #fff;
}

.single-campus-card.style-3 .campus-content span {
    font-size: 2.3vh;
    font-style: unset;
    font-weight: 500;
    color: #fff;
}

.single-campus-card.style-3 .campus-content .action-btn {
    background-color: #fff;
    color: #001C38;
    font-size: 12px;
    font-weight: 900;
    padding: 13px 20px;
    border-radius: 13px;
    position: relative;
    transition: all ease 0.5s;
    border: 1px solid #e32845;
    z-index: 1;
}

.single-campus-card.style-3 .campus-content .action-btn a:hover {
    background-color: #fff !important;
    color: #e32845 !important;
}

.single-campus-card:hover {
    transform: translateY(-10px);
}

.campus-life-area {}

.campus-life-area .section-title {
    text-align: left;
}

.campus-life-area .section-title span::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 40vw;
    background-color: #e32845;
    left: 41vw;
    top: 5vh;
}

.campus-life-area h3 {
    font-size: 3.7vh;
    font-style: unset;
}

.campus-life-area span.section-title-red {
    color: #e32845 !important;
}

.campus-life-area span.section-title-eagles {
    font-size: 3.8vh;
    font-weight: 900;
    font-style: italic;
}

.campus-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
}

.campus-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.campus-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}

.campus-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.campus-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.campus-slider.owl-theme .owl-dots {
    left: 0;
}

.campus-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #e32845;
    margin: 10px 10px 0;
    background-color: #bbbaba;
    height: 18px;
    width: 18px;
}

.campus-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}

.campus-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #e32845;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}

.campus-slider2.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #001C38;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
}

.campus-slider2.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.campus-slider2.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}

.campus-slider2.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.campus-slider2.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.active.center .single-campus-card.style-3 .campus-content {
    transform: scaleY(1);
}

.admission-box-area {
    max-width: 100%;
}

.admission-box-area-content {
    background: linear-gradient(to right, transparent, rgba(0, 28, 56, 0.9)) fixed, url(../images/admission/admission.webp) fixed;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
}

.admission-box-area-content .box-content {
    max-width: 465px;
    margin-right: 20px;
    margin-left: auto;
}

.admission-box-area-content .box-content span {
    margin-bottom: 10px;
    display: inline-block;
}

.admission-box-area-content .box-content h2 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
}

.admission-box-area-content .box-content p {
    font-size: 3vh;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.admisssion-area.admission-bg {
    background-image: url(../images/admission/admission-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.admisssion-area.admission-bg::before {
    position: absolute;
    content: "";
    background: rgba(17, 29, 94, 0.75);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.admission-left-content {
    position: relative;
}

.admission-left-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.admission-left-content p {
    color: #fff;
    margin-bottom: 30px;
}

.admission-right-content {
    position: relative;
    text-align: right;
}

.admission-right-content p {
    padding-right: 100px;
    position: relative;
    color: #fff;
    top: 20px;
}

.admission-right-content .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.admission-right-content .icon a {
    font-size: 35px;
    background-color: #fff;
    color: #e32845;
    text-align: center;
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 100%;
    transition: all ease 0.5s;
}

.admission-right-content .icon a:hover {
    background-color: #e32845;
    color: #fff;
}

.admission-right-content .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    left: -5px;
    top: -5px;
    background-color: rgba(255, 255, 255, 0.006);
    animation: ripple 4s linear infinite;
    z-index: -1;
}

.admission-right-content .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.004);
    animation: ripple 3s linear infinite;
    z-index: -1;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.75);
        opacity: 0.6;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.admission-content .admission-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

.admission-content .admission-image img {
    overflow: hidden;
    transition: all ease 0.5s;
}

.admission-content .admission-image .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
}

.admission-content .admission-image .icon a {
    font-size: 35px;
    background-color: #e32845;
    color: #fff;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    transition: all ease 0.5s;
}

.admission-content .admission-image .icon a:hover {
    background-color: #e32845;
    color: #fff;
}

.admission-content .admission-image .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.006);
    animation: ripple 4s linear infinite;
    z-index: -1;
}

.admission-content .admission-image .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.004);
    animation: ripple 3s linear infinite;
    z-index: -1;
}

.admission-content .admission-image:hover img {
    transform: scale(1.2);
    filter: blur(3px);
}

.admission-content .query p {
    margin-bottom: 30px;
}

.how-to-apply h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.how-to-apply p {
    margin-bottom: 30px;
}

.how-to-apply .apply-list {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.how-to-apply .apply-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.how-to-apply .apply-list ul li {
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.how-to-apply .apply-list ul li i {
    position: absolute;
    color: #e32845;
    left: 0;
}

.video-area {}

.video-content .section-title h2 {
    font-family: 'futuraMediumBT' !important;
    font-style: italic;
    font-size: 32px;
    font-weight: 900;
}

.video-content .section-title h2 span {
    font-size: 40px;
    color: #e32845;
}

.video-content .section-title {
    margin-top: 8vh;
    text-align: center;
}

.video-content img {
    position: relative;
}

.video-content .video-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
}

.video-content .video-image img {
    overflow: hidden;
    transition: all ease 0.5s;
}

.video-content .video-image .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 1;
}

.video-content .video-image .icon a {
    font-size: 35px;
    background-color: #e32845;
    color: #fff;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 100%;
    transition: all ease 0.5s;
}

.video-content.video-image .icon a:hover {
    background-color: #e32845;
    color: #fff;
}

.video-contentt .video-image .icon::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.006);
    animation: ripple 4s linear infinite;
    z-index: -1;
}

.video-content .video-image .icon::after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color: rgba(227, 40, 69, 0.004);
    animation: ripple 3s linear infinite;
    z-index: -1;
}

.video-content .video-image:hover img {
    transform: scale(1.2);
    filter: blur(3px);
}

.video-content .query p {
    margin-bottom: 30px;
}

.submit {
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.submit h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.submit p {
    margin-bottom: 25px;
}

.financial {
    margin-bottom: 30px;
}

.financial h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.financial p {
    margin-bottom: 25px;
}

.additional-information {
    background-color: #f4f6f9;
    padding: 30px;
    margin-bottom: 30px;
}

.additional-information h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.additional-information .list {
    text-align: center;
}

.additional-information .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.additional-information .list ul li {
    list-style-type: none;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
    transition: all ease 0.5s;
}

.additional-information .list ul li a {
    color: #555;
    transition: all ease 0.5s;
}

.additional-information .list ul li:hover {
    background-color: #e32845;
}

.additional-information .list ul li:hover a {
    color: #fff;
}

.single-program-card {
    background-color: #fff;
    margin-bottom: 30px;
}

.single-program-card .program-content {
    padding: 30px;
}

.single-program-card .program-content h3 {
    font-size: 22px;
    margin-bottom: 17px;
}

.single-program-card .program-content h3 a {
    color: #001C38;
    transition: all ease 0.5s;
}

.single-program-card .program-content h3 a:hover {
    color: #e32845;
}

.single-program-card .program-content p {
    margin-bottom: 17px;
}

.single-health-care-card {
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-health-care-card .health-care-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.single-health-care-card .health-care-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    transition: all ease 0.5s;
    line-height: 1.3;
}

.single-health-care-card .health-care-content p {
    margin-bottom: 15px;
}

.single-health-care-card.style1 {
    position: relative;
}

.single-health-care-card.style1 .health-care-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -70px;
}

.single-health-care-card.style2 {
    position: relative;
    padding-top: 150px;
}

.single-health-care-card.style2 .health-care-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}

.single-health-care-card.style-3 {
    position: relative;
}

.single-health-care-card.style-3 .health-care-content {
    background-color: #fff;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.single-health-care-card.style-3:hover {
    transform: translateX(0);
}

.single-health-care-card:hover {
    transform: translateX(-10px);
}

.single-health-care-card:hover .health-care-content h3 {
    color: #e32845;
}

.more-health-care.style2 {
    text-align: right !important;
    padding-right: 200px;
}

.health-care-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
}

.health-care-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.health-care-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}

.health-care-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.health-care-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.health-details .top-content img {
    margin-bottom: 25px;
}

.health-details .top-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.health-details .top-content p {
    margin-bottom: 25px;
}

.health-details .health-care h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.health-details .health-care p {
    margin-bottom: 20px;
}

.health-details .health-care-access {
    margin-bottom: 20px;
}

.health-details .health-care-access h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.health-details .health-care-access p {
    margin-bottom: 20px;
}

.madical-care-content .medical-card {
    margin-bottom: 30px;
}

.madical-care-content .medical-card .content {
    background-color: #e32845;
    text-align: center;
    padding: 20px 0 15px;
}

.madical-care-content .medical-card .content h4 {
    font-size: 22px;
    color: #fff;
}

.madical-care-content .medical-care {
    margin-bottom: 30px;
}

.madical-care-content .medical-care h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.madical-care-content .medical-care p {
    margin-bottom: 20px;
}

.madical-care-content .medical-care .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.madical-care-content .medical-care .list ul li {
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.madical-care-content .medical-care .list ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #e32845;
    left: 0;
    top: 6px;
}

.madical-care-content .medical-care .list ul li:last-child {
    margin-bottom: 10px;
}

.tranding {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.tranding h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.tranding .tranding-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d3d3;
}

.tranding .tranding-box .tranding-content {
    position: relative;
    padding-left: 105px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tranding .tranding-box .tranding-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.tranding .tranding-box .tranding-content h4 a {
    color: #555;
    transition: all ease 0.5s;
}

.tranding .tranding-box .tranding-content img {
    height: 80px;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tranding .tranding-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.tranding .tranding-box:hover .tranding-content h4 a {
    color: #e32845;
}

.single-events-card {
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-events-card .events-image {
    position: relative;
}

.single-events-card .events-image img {
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.single-events-card .events-image .date {
    background-color: #fff;
    position: absolute;
    bottom: -35px;
    left: 30px;
    padding: 15px 25px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.single-events-card .events-image .date span {
    font-size: 18px;
    color: #e32845;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-events-card .events-content {
    padding: 30px;
    background-color: #fff;
}

.single-events-card .events-content .admin {
    text-align: right;
    margin-bottom: 20px;
}

.single-events-card .events-content .admin p a {
    color: #555;
}

.single-events-card .events-content .admin p a i {
    color: #e32845;
    padding-right: 7px;
}

.single-events-card .events-content h3 {
    transition: all ease 0.5s;
    list-style: 1.3;
}

.single-events-card:hover {
    transform: translateX(-10px);
}

.single-events-card:hover .events-content h3 {
    color: #e32845;
}

.single-events-card.style2 .events-content {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-events-card.style2 .events-content h3 {
    margin-bottom: 15px;
}

.single-events-card.style2 .events-content .admin-and-date ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-events-card.style2 .events-content .admin-and-date ul li {
    list-style-type: none;
}

.single-events-card.style2 .events-content .admin-and-date ul li a {
    color: #555;
}

.single-events-card.style2 .events-content .admin-and-date ul li a i {
    color: #e32845;
    margin-right: 7px;
}

.events-content .admin-and-date p {
    font-size: 1.7vh;
    color: #001C38;
}

.single-events-card.style2:hover {
    transform: translateX(0);
}

.single-events-card.style-3 .events-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-events-card.style-3 .events-content .date-and-read-more ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li {
    list-style-type: none;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li p i {
    color: #e32845;
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.single-events-card.style-4 .events-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.events-area .section-title {
    text-align: left;
}

.events-area .section-title span::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 53vw;
    background-color: #e32845;
    left: 31vw;
    top: 5vh;
}

.events-content span.date-day {
    font-size: 5vh;
    font-weight: 900;
    color: #e32845;
}

br.date-day-br {
    content: "";
    margin: -0.7vw;
    display: block;
    background-color: yellow;
}

.events-content span.date-month {
    font-size: 3vh;
    font-weight: 500;
    color: #001C38;
    padding-bottom: 2px;
    background: linear-gradient(90deg, #e32845, #e32845);
    background-size: 100% 2px;
    background-position-x: 0%;
    background-position-y: calc(100% - 2px);
    background-repeat: no-repeat;
}

.events-content h3 {
    font-size: 2.5vh;
    font-weight: 700;
    font-style: unset;
}

.events-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #001C38;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
}

.events-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.events-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}

.events-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.events-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.events-slider.owl-theme .owl-dots {
    left: 0;
}

.events-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #e32845;
    margin: 10px 10px 0;
    background-color: #dbdada;
    height: 18px;
    width: 18px;
}

.events-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}

.events-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #e32845;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}

.events-details-left-content .events-image {
    margin-bottom: 30px;
}

.meetings {
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f6f9;
    margin-bottom: 30px;
}

.meetings h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.meetings p {
    margin-bottom: 20px;
}

.about-lecturer h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.about-lecturer img {
    margin-bottom: 30px;
}

.about-lecturer p {
    margin-bottom: 30px;
}

.about-lecturer .address {
    margin-bottom: 15px;
}

.about-lecturer .address h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.about-lecturer .address .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.about-lecturer .address .list ul li {
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.about-lecturer .address .list ul li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #e32845;
    left: 0;
    top: 7px;
}

.about-lecturer .address .list ul li a {
    color: #555;
}

.about-lecturer .social-content {
    margin-bottom: 30px;
}

.about-lecturer .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.about-lecturer .social-content ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.about-lecturer .social-content ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #f4f6f9;
    color: #e32845;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    transition: all ease 0.5s;
}

.about-lecturer .social-content ul li a:hover {
    background-color: #e32845;
    color: #fff;
    transform: translateY(-5px);
}

.next-workshop {
    margin-bottom: 30px;
}

.next-workshop h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.next-workshop .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.next-workshop .list ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 120px;
}

.next-workshop .list ul li span {
    position: absolute;
    left: 0;
}

.next-workshop .list ul li:last-child {
    margin-bottom: 0;
}

.brought {
    margin-bottom: 30px;
}

.brought h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.brought p {
    margin-bottom: 20px;
}

.brought .default-btn {
    margin-top: 10px;
}

.counter-area ul {
    padding-left: 0;
    margin-bottom: 0;
}

.counter-area ul li {
    list-style-type: none;
}

.single-podcasts-card {
    margin-bottom: 30px;
}

.single-podcasts-card .podcast-content span {
    color: #e32845;
    display: inline-block;
    margin-bottom: 10px;
}

.single-podcasts-card .podcast-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.single-podcasts-card .podcast-content p {
    margin-bottom: 20px;
}

.single-podcasts-card .podcast-content .play-icon {
    transition: all ease 0.5s;
    padding-top: 5px;
    max-width: 170px;
}

.single-podcasts-card .podcast-content .play-icon i {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    font-size: 24px;
    background-color: #e32845;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
}

.single-podcasts-card .podcast-content .play-icon span {
    position: relative;
    display: inline-block;
    bottom: 8px;
    padding-left: 7px;
    transition: all ease 0.5s;
}

.single-podcasts-card .podcast-content .play-icon:hover {
    background-color: #e32845;
    padding-top: 5px;
}

.single-podcasts-card .podcast-content .play-icon:hover span {
    color: #fff;
}

.single-podcasts-card.style2 .podcasts-image {
    position: relative;
}

.single-podcasts-card.style2 .podcasts-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    transition: all ease 0.5s;
}

.single-podcasts-card.style2 .podcasts-image .play-btn:hover {
    background-color: #fff;
    color: #e32845;
    border-color: #fff;
}

.single-podcasts-card.style2 .podcast-content {
    background-color: #fff;
    padding: 30px;
}

.single-podcasts-card.style2 .podcast-content ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.single-podcasts-card.style2 .podcast-content ul li {
    list-style-type: none;
    color: #e32845;
}

.single-podcasts-card.style2 .podcast-content ul li.date {
    position: relative;
    padding-left: 35px;
}

.single-podcasts-card.style2 .podcast-content ul li.date::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #e32845;
    top: 12px;
    left: 0;
}

.single-podcasts-card.style2 .podcast-content h3 {
    margin-bottom: 0;
}

.single-podcasts-card.style3 .podcasts-image {
    position: relative;
}

.single-podcasts-card.style3 .podcasts-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #e32845;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    transition: all ease 0.5s;
}

.single-podcasts-card.style3 .podcasts-image .play-btn:hover {
    background-color: #e32845;
    color: #fff;
}

.single-podcasts-card.style3 .podcasts-image .episodes p {
    background-color: #fff;
    color: #e32845;
    padding: 10px 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 15px;
}

.single-podcasts-card.style3 .podcast-content {
    padding: 30px 30px 0;
}

.single-podcasts-card.style3 .podcast-content .date p {
    color: #e32845;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.single-podcasts-card.style3 .podcast-content .date p::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #e32845;
    left: 0;
    top: 7px;
}

.categories {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.categories h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.categories ul {
    padding-left: 0;
    margin-bottom: 0;
}

.categories ul li {
    position: relative;
    list-style-type: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.categories ul li a {
    color: #555;
    transition: all ease 0.5s;
}

.categories ul li i {
    color: #e32845;
    padding-right: 10px;
}

.categories ul li:hover a {
    color: #e32845;
}

.categories.style-2 {
    background-color: #fff;
}

.subscribe-area {
    background-image: url(../images/subscribe-img.jpg);
    background-size: cover;
    padding: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.subscribe-area::before {
    position: absolute;
    content: "";
    background: rgba(17, 29, 94, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.subscribe-area .top-content {
    position: relative;
}

.subscribe-area .top-content i {
    font-size: 40px;
    color: #fff;
}

.subscribe-area .top-content h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.subscribe-area .top-content p {
    margin-bottom: 20px;
    color: #fff;
}

.subscribe-area .newsletter-form {
    position: relative;
}

.subscribe-area .newsletter-form .form-control {
    margin-bottom: 30px;
}

.subscribe-area .newsletter-form .default-btn {
    width: 100%;
}

.subscribe-area .newsletter-form .validation-danger {
    color: #e32845;
    margin-top: 5px;
}

.single-stories-card {
    margin-bottom: 30px;
}

.single-stories-card .stories-content {
    padding: 30px 30px 20px;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-stories-card .stories-content h3 {
    font-size: 22px;
}

.single-stories-card iframe {
    height: 234px;
    width: 100%;
}

.single-news-card {
    margin-bottom: 30px;
    transition: all ease 0.5s;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-news-card .news-img {
    overflow: hidden;
    /*background-color;*/
}

.single-news-card .news-img img {
    transition: all ease 0.5s;
}

.single-news-card .news-content {
    padding: 30px;
}

.single-news-card .news-content .list {
    margin-bottom: 15px;
}

.single-news-card .news-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.single-news-card .news-content .list ul li {
    display: inline-block;
    margin-right: 15px;
}

.single-news-card .news-content .list ul li i {
    padding-right: 7px;
    color: #e32845;
}

.single-news-card .news-content .list ul li a {
    color: #555;
}

.single-news-card .news-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    transition: all ease 0.5s;
    line-height: 1.3;
}

.single-news-card:hover .news-img img {
    transform: scale(1.1);
}

.single-news-card:hover .news-content h3 {
    color: #e32845;
}

.single-news-card.style2 .news-content {
    background-color: #fff;
}

.single-news-card.style3 {
    background-color: #fff;
}

.single-news-card.style3 .news-content {
    background-color: #fff;
}

.news-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 30px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dfdbdb;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 100%;
    transition: all ease 0.5s;
    font-size: 24px;
}

.news-slider.owl-theme .owl-nav [class*="owl-"] i {
    position: relative;
    top: -2px;
    left: -1px;
}

.news-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
    right: -80px;
    left: auto;
}

.news-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px;
}

.news-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #e32845;
    color: #fff;
    border: 1px solid #e32845;
}

.news-slider.owl-theme .owl-dots {
    left: 0;
}

.news-slider.owl-theme .owl-dots .owl-dot span {
    background-color: #e32845;
    margin: 0 15px;
    background-color: #ded6d6;
    height: 18px;
    width: 18px;
}

.news-slider.owl-theme .owl-dots .owl-dot.active span {
    position: relative;
}

.news-slider.owl-theme .owl-dots .owl-dot.active span::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #e32845;
    border-radius: 100%;
    top: 4px;
    left: 4px;
}

.latest-news-simple-card {
    background-image: url(../images/news/news-5.jpg);
    background-size: cover;
    background-position: center center;
    height: 450px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.latest-news-simple-card::before {
    position: absolute;
    content: "";
    background: rgba(17, 29, 94, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.latest-news-simple-card .news-content {
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.latest-news-simple-card .news-content .list {
    margin-bottom: 15px;
}

.latest-news-simple-card .news-content .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.latest-news-simple-card .news-content .list ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

.latest-news-simple-card .news-content .list ul li i {
    padding-right: 7px;
    color: #e32845;
}

.latest-news-simple-card .news-content .list ul li a {
    color: #fff;
}

.latest-news-simple-card .news-content h3 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
}

.latest-news-card-area h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.category-list {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.category-list h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.category-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.category-list ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}

.category-list ul li a {
    color: #555;
    transition: all ease 0.5s;
}

.category-list ul li i {
    position: absolute;
    right: 0;
    font-size: 22px;
}

.category-list ul li:last-child {
    margin-bottom: 0;
}

.category-list ul li:hover a {
    color: #e32845;
}

.related-post-area {
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.related-post-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.related-post-area .related-post-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d4d3d3;
}

.related-post-area .related-post-box .related-post-content {
    position: relative;
    padding-left: 105px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.related-post-area .related-post-box .related-post-content h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.related-post-area .related-post-box .related-post-content h4 a {
    color: #555;
    transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.related-post-area .related-post-box .related-post-content h4:hover a {
    color: #e32845;
}

.related-post-area .related-post-box .related-post-content img {
    height: 80px;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.related-post-area .related-post-box .related-post-content p i {
    color: #e32845;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.related-post-area .related-post-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.related-post-area .related-post-box:hover .tranding-content h4 a {
    color: #e32845;
}

.news-details .news-simple-card img {
    margin-bottom: 20px;
}

.news-details .news-simple-card .list {
    margin-bottom: 15px;
}

.news-details .news-simple-card .list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.news-details .news-simple-card .list ul li {
    display: inline-block;
    margin-right: 15px;
}

.news-details .news-simple-card .list ul li i {
    padding-right: 7px;
    color: #e32845;
}

.news-details .news-simple-card .list ul li a {
    color: #555;
}

.news-details .news-simple-card h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.news-details .news-simple-card p {
    margin-bottom: 20px;
}

.news-details .theory .theory-box {
    padding-left: 30px;
    margin-bottom: 30px;
}

.news-details .theory .theory-box h4 {
    font-size: 18px;
    position: relative;
}

.news-details .theory .theory-box h4::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #e32845;
    left: -30px;
    top: 5px;
}

.news-details .blog-img-and-content {
    margin-bottom: 30px;
}

.news-details .blog-img-and-content img {
    margin-bottom: 30px;
}

.tags-and-share {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.tags-and-share .tags ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tags-and-share .tags ul li {
    margin-right: 10px;
    display: inline-block;
}

.tags-and-share .tags ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #001C38;
    margin-right: 5px;
}

.tags-and-share .tags ul li a {
    color: #555;
    transition: all ease 0.5s;
    position: relative;
}

.tags-and-share .tags ul li a:hover {
    color: #e32845;
}

.tags-and-share .tags ul li a::before {
    position: absolute;
    content: ",";
    right: -4px;
}

.tags-and-share .tags ul li:last-child a::before {
    display: none;
}

.tags-and-share .share {
    text-align: right;
}

.tags-and-share .share ul {
    padding-left: 0;
    margin-bottom: 0;
}

.tags-and-share .share ul li {
    display: inline-block;
}

.tags-and-share .share ul li span {
    font-size: 18px;
    font-weight: 500;
    color: #001C38;
    margin-right: 15px;
}

.tags-and-share .share ul li a {
    height: 35px;
    width: 35px;
    line-height: 38px;
    border-radius: 100%;
    background-color: #f4f6f9;
    color: #e32845;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
}

.tags-and-share .share ul li a:hover {
    background-color: #e32845;
    color: #fff;
}

.footer-area {
    background-color: #001C38;
    position: relative;
    z-index: 1;
}

.footer-area .shape {
    position: absolute;
    top: 50px;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer-logo-area {
    text-align: center;
    margin-bottom: 30px;
}

.footer-logo-area img {
    margin-bottom: 20px;
    width: 23vw;
}

.footer-logo-area h2 {
    font-style: unset;
    color: #fff;
}

.footer-logo-area p {
    margin-bottom: 25px;
    color: #fff;
}

.footer-logo-area a {
    color: #fff;
    transition: all ease 0.5s;
}

.footer-logo-area a:hover {
    color: #e32845;
}

.footer-logo-area .contact-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-logo-area .contact-list ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-logo-area .contact-list ul li:last-child {
    margin-bottom: 0;
}

.footer-logo-area .contact-list ul li a {
    color: #fff;
}

.footer-logo-area .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-logo-area .social-content ul li {
    display: inline-block;
    margin-right: 3px;
}

.footer-logo-area .social-content ul li:last-child {
    margin-right: 0;
}

.footer-logo-area .social-content ul li span {
    color: #fff;
}

.footer-logo-area .social-content ul li a {
    color: #cacaca;
    transition: all ease 0.5s;
}

.footer-logo-area .social-content ul li a:hover {
    color: #e32845;
}

.footer-widjet {
    margin-bottom: 30px;
}

.footer-widjet h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.footer-widjet .list ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.footer-widjet .list ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-widjet .list ul li:last-child {
    margin-bottom: 0;
}

.footer-widjet .list ul li a {
    color: #fff;
    transition: all ease 0.5s;
}

.footer-widjet .list ul li a:hover {
    color: #e32845;
}

.footer-widjet .campus-list ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.footer-widjet .campus-list ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

.footer-widjet .campus-list ul li:last-child {
    margin-bottom: 0;
}

.footer-widjet .campus-list ul li a {
    color: #fff;
    transition: all ease 0.5s;
}

.footer-widjet .campus-list ul li a:hover {
    color: #e32845;
}

.footer-widjet .campus-list ul li h5 {
    font-style: unset;
    color: #fff
}

.footer-widjet .campus-list ul li p {
    color: #fff;
    line-height: 1;
}

.copyright-area {
    background-color: #e32845;
}

.copyright {
    padding: 30px 0;
}

.copyright .copy {
    text-align: center;
}

.copyright .copy p {
    color: #fff;
}

.copyright .copy p a {
    color: #fff;
}

.copyright .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.copyright .social-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.copyright .social-content ul li:last-child {
    margin-right: 0;
}

.copyright .social-content ul li span {
    color: #fff;
}

.copyright .social-content ul li a {
    color: #cacaca;
    transition: all ease 0.5s;
}

.copyright .social-content ul li a:hover {
    color: #e32845;
}

.page-banner-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}

.page-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(17, 29, 94, 0.8);
}

.page-banner-area.bg-1 {
    background-image: url(../images/page-banner/page-bnner-1.jpg);
}

.page-banner-area.bg-2 {
    background-image: url(../images/page-banner/page-bnner-2.jpg);
}

.page-banner-area .container-fluid {
    max-width: 1520px;
    margin: auto;
}

.page-banner-content {
    position: relative;
}

.page-banner-content h1 {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fff;
}

.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.page-banner-content ul li {
    display: inline-block;
    position: relative;
    padding-right: 18px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.page-banner-content ul li a {
    text-decoration: none;
    color: #fff;
}

.page-banner-content ul li::before {
    position: absolute;
    content: "/";
    right: 2px;
    top: 0;
}

.page-banner-content ul li:last-child {
    color: #e32845;
    padding-right: 0;
}

.page-banner-content ul li:last-child::before {
    display: none;
}

.student-life-card {
    margin-bottom: 30px;
    position: relative;
}

.student-life-card .tags {
    background-color: #e32845;
    padding: 10px 15px;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.student-life-card .tags p {
    color: #fff;
}

.alumni-left-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.single-alumni-events-card {
    padding: 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-alumni-events-card .alumni-img {
    position: relative;
}

.single-alumni-events-card .alumni-img img {
    width: 100%;
}

.single-alumni-events-card .alumni-img .date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e32845;
    padding: 8px 12px;
}

.single-alumni-events-card .alumni-img .date p {
    color: #fff;
    font-size: 13px;
}

.single-alumni-events-card .alumni-content .time {
    margin-bottom: 15px;
}

.single-alumni-events-card .alumni-content .time p i {
    color: #e32845;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.single-alumni-events-card .alumni-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.single-alumni-events-card .alumni-content .location p i {
    color: #e32845;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.single-alumni-events-card:hover {
    transform: translateY(-10px);
}

.alumni-right-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.single-alumoni-updates-card {
    padding: 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-alumoni-updates-card .update-image img {
    width: 100%;
}

.single-alumoni-updates-card .updates-content .date {
    margin-bottom: 10px;
}

.single-alumoni-updates-card .updates-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.single-alumoni-updates-card:hover {
    transform: translateY(-10px);
}

.contacts-form {
    padding: 40px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.contacts-form h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contacts-form .form-group {
    margin-bottom: 25px;
}

.contacts-form .form-group label {
    margin-bottom: 7px;
}

.contacts-form .form-group .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
}

.contacts-form .form-group .form-control:focus {
    border: 1px solid #e32845;
}

.contacts-form .list-unstyled {
    color: #e32845;
    margin-top: 7px;
}

.contacts-form .text-danger {
    color: #e32845;
    font-size: 16px;
    margin-top: 7px;
}

.contacts-form .form-check .form-check-input {
    border-radius: 0;
}

.contacts-form .form-check .form-check-input:checked {
    background-color: #e32845;
    border-color: #e32845;
}

.contacts-form .form-check .form-check-input:focus {
    box-shadow: none;
}

.contacts-form .default-btn {
    width: 100%;
}

.contact-and-address h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-and-address p {
    margin-bottom: 20px;
}

.contact-and-address .contact-and-address-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.contact-and-address .contact-and-address-content .contact-card {
    text-align: center;
    padding: 30px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}

.contact-and-address .contact-and-address-content .contact-card .icon {
    font-size: 35px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    border: 1px solid #e32845;
    color: #e32845;
    text-align: center;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
}

.contact-and-address .contact-and-address-content .contact-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-and-address .contact-and-address-content .contact-card p {
    margin-bottom: 10px;
}

.contact-and-address .contact-and-address-content .contact-card p a {
    color: #555;
    transition: all ease 0.5s;
}

.contact-and-address .contact-and-address-content .contact-card p a:hover {
    color: #e32845;
}

.contact-and-address .social-media {
    margin-bottom: 30px;
}

.contact-and-address .social-media h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.contact-and-address .social-media p {
    margin-bottom: 25px;
}

.contact-and-address .social-media ul {
    padding-left: 0;
    margin-bottom: 0;
}

.contact-and-address .social-media ul li {
    margin-right: 10px;
    list-style-type: none;
    display: inline-block;
}

.contact-and-address .social-media ul li a {
    height: 35px;
    width: 35px;
    line-height: 37px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    background-color: #eee;
    color: #e32845;
    transition: all ease 0.5s;
}

.contact-and-address .social-media ul li a:hover {
    background-color: #e32845;
    color: #fff;
    transform: translateY(-5px);
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #e32845;
    z-index: 4;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: 0.5s;
    font-size: 26px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    background-color: #e32845;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.go-top:hover {
    color: #fff;
    background: #001C38;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i {
    color: #fff;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #fff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 93%;
}

.faq-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.faq-title p {
    margin-bottom: 30px;
}

.accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(227, 40, 69, 0.4);
    border-radius: 10px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-button {
    border: none;
    background-color: transparent;
    color: #001C38;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.accordion .accordion-item .accordion-button::after {
    background-image: unset;
    content: "";
    font-size: 20px;
    color: #001C38;
    text-align: center;
    content: "\ea13";
    font-family: remixicon !important;
    position: relative;
    top: -2px;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: unset;
    text-align: center;
    content: "\f1af";
    position: relative;
    top: -2px;
}

.accordion .accordion-item .accordion-body {
    padding-top: 0;
    font-size: 15px;
}

.login {
    max-width: 860px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.login h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.login h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #e32845;
    top: 43px;
}

.login .form-group {
    margin-bottom: 20px;
}

.login .form-check {
    margin-bottom: 20px;
}

.login .form-check .form-check-input:checked {
    background-color: #e32845;
}

.login .form-check .form-check-input:focus {
    box-shadow: none;
}

.login .default-btn {
    padding: 15px 40px;
    margin-bottom: 15px;
}

.login a {
    display: inherit;
    color: #555;
    font-weight: 500;
}

.register {
    max-width: 860px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.register h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.register h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #e32845;
    top: 43px;
}

.register .form-group {
    margin-bottom: 20px;
}

.register .default-btn {
    padding: 15px 40px;
    margin-top: 10px;
}

.password {
    max-width: 650px;
    margin: auto;
    padding: 50px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.password h3 {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

.password h3::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #e32845;
    top: 43px;
}

.password .form-group {
    margin-bottom: 20px;
}

.password .default-btn {
    width: 100%;
}

.privacy-content {
    margin-bottom: 10px;
}

.privacy-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.privacy-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.privacy-content p {
    margin-bottom: 25px;
}

.privacy-content .list ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.privacy-content .list ul li {
    font-weight: 600;
    color: #001C38;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    padding-bottom: 15px;
}

.privacy-content .list ul li i {
    position: absolute;
    left: 0;
    color: #e32845;
}

.condition-content {
    margin-bottom: 10px;
}

.condition-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.condition-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.condition-content p {
    margin-bottom: 25px;
}

.condition-content .list ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.condition-content .list ul li {
    font-weight: 600;
    color: #001C38;
    position: relative;
    padding-left: 20px;
    list-style-type: none;
    padding-bottom: 15px;
}

.condition-content .list ul li i {
    position: absolute;
    left: 0;
    color: #e32845;
}

.error-area {
    text-align: center;
}

.error-area .top-content {
    margin-bottom: 10px;
}

.error-area .top-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

.error-area .top-content ul li {
    font-size: 200px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-right: 30px;
    color: #e32845;
}

.error-area .top-content ul li:first-child {
    color: #001C38;
}

.error-area .top-content ul li:last-child {
    color: #555;
}

.error-area h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.error-area p {
    margin-bottom: 30px;
}

.coming-soon-area {
    height: 100vh;
    vertical-align: middle;
    position: relative;
}

.coming-soon-area::before {
    position: absolute;
    content: "";
    background: #0e0e0e;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.coming-soon-area .coming-soon {
    text-align: center;
    max-width: 720px;
    margin: auto;
    background-color: #000;
    padding: 40px;
    border-radius: 40px 10px 40px 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
}

.coming-soon-area .coming-soon img {
    margin-bottom: 20px;
}

.coming-soon-area .coming-soon h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.coming-soon-area .coming-soon .list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.coming-soon-area .coming-soon .list ul li {
    margin: 0 20px;
    font-size: 36px;
    font-weight: 700;
    height: 100px;
    width: 100px;
    border: 6px double #e32845;
    border-radius: 50px 0 0 0;
    margin-bottom: 30px;
    color: #fff;
}

.coming-soon-area .coming-soon .list ul li span {
    font-size: 15px;
    font-weight: 500;
    color: #e32845;
}

.coming-soon-area .coming-soon .newsletter-form {
    position: relative;
}

.coming-soon-area .coming-soon .newsletter-form .form-control {
    border-radius: 30px;
    height: 53px;
    background-color: #0e0e0e;
    color: #fff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control::-moz-placeholder {
    color: #fff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control::placeholder {
    color: #fff;
}

.coming-soon-area .coming-soon .newsletter-form .default-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.coming-soon-area .coming-soon .newsletter-form .validation-danger {
    color: #e60808;
    padding-top: 7px;
}

/* header */
header {
    position: fixed;
    width: 100%;
    z-index: 11;
}

.blue-bg {
    background-color: #001C38;
}

.navbar-brand img {
    padding: 2vw;
    max-width: 13vw;
}

.burger {
    position: absolute;
    z-index: 10;
    right: 3vw;
    top: 4vw;
    cursor: pointer;
    transform: rotateY(0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger-patty {
    width: 35px;
    height: 2px;
    margin: 0 0 4px 0;
    background: #fff;
    /*white; */
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.burger-patty:last-child {
    margin-bottom: 0;
}

.burger--close {
    transform: rotate(180deg);
}

.burger--close .burger-patty:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.burger--close .burger-patty:nth-child(2) {
    opacity: 0;
}

.burger--close .burger-patty:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.menu {
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
}

.menu--active {
    visibility: visible;
}

.menu__brand,
.menu-list {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.menu-list {
    margin: 0;
    padding: 0;
    background: #AD0034;
    /*mix(black, $primary-color, 20); */
    list-style-type: none;
    transform: translate3d(0, -100%, 0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    ;
}

.menu-list--active {
    transform: translate3d(0, 0, 0);
}

.menu__brand {
    background: #f4f5f6;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(0, 100%, 0);
}

.menu__brand--active {
    transform: translate3d(0, 0, 0);
}

.menu-item {
    transform: translate3d(500px, 0, 0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-item--active {
    transform: translate3d(0, 0, 0);
}

.menu-link {
    display: inline-block;
    position: relative;
    font-size: clamp(22px, 8vw, 10px);
    padding: 15px 0;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 2px;
    background: white;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-link:hover:before {
    width: 100%;
}

.menu .menu-item:nth-child(1) {
    transition-delay: 0.1s;
}

.menu .menu-item:nth-child(2) {
    transition-delay: 0.2s;
}

.menu .menu-item:nth-child(3) {
    transition-delay: 0.3s;
}

.menu .menu-item:nth-child(4) {
    transition-delay: 0.4s;
}

.menu .menu-item:nth-child(5) {
    transition-delay: 0.5s;
}

.menu .menu-item:nth-child(6) {
    transition-delay: 0.6s;
}

.menu .menu-item:nth-child(7) {
    transition-delay: 0.7s;
}

.menu .menu-item:nth-child(8) {
    transition-delay: 0.8s;
}

/* top banner */
.top-banner img {
    object-fit: cover;
    margin-top: 120px;
}

.top-banner-fixed {
    background-image: url('../images/banner/about-banner-fixed.webp');
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    top: 0px;
    height: 100vh;
}

/* students life area */
.students-life-area {
    margin-bottom:10vh;
}

.students-life-area h2 {
    font-weight: 600;
    margin-bottom: 6vw;
}

.students-life-area span.strong-blue {
    font-weight: 900;
    font-size: 4vw;
}

.students-life-area span.strong-red {
    font-weight: 900;
    color: #e32845;
}

.students-life-area p {
    text-align: center;
    font-size: 1.5vw;
    color: #001C38;
    line-height: 1.3;
}

.students-life-area .section-title {
    margin-bottom: 7vh;
}

.students-life-box {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.box-bg-red {
    background: #e32845;
}

.box-bg-blue {
    background: #001C38;
}

.students-life-box h3 {
    font-style: unset;
    color: #fff;
}

.students-life-box p {
    font-size: 2.5vh;
    font-weight: 700;
    color: #fff;
}

.students-life-box img {
    max-height: 40vh;
    margin-bottom: -3vh;
}

.students-life-box-blue h3 {
    font-style: unset;
    color: #fff;
}

.students-life-box-blue p {
    font-size: 2.5vh;
    font-weight: 700;
    color: #fff;
}

.students-life-box-blue img {
    max-height: 40vh;
    margin-bottom: -3vh;
}

/* mission vission area */
.mission-vission-area .section-title h2 {
    font-size: 4vw;
    font-style: unset;
    font-weight: 900;
    margin-bottom: 5vw;
}

.mission-vission-area .section-title p {
    font-size: clamp(16px, 1.5vw, 20px);
    text-align: left;
    color: #001C38;
    margin-bottom: 8vh;
    line-height: 1.4;
}

.mission-vission-area .section-title span.red-strong {
    font-weight: 900;
    font-style: italic;
    color: #e32845;
}

.single-mission-vission-card {
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-mission-vission-card .img img {
    border-radius: 20px;
}

.single-mission-vission-card .mission-vission-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.single-mission-vission-card .mission-vission-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    transition: all ease 0.5s;
    line-height: 1.3;
}

.single-mission-vission-card.style7 .mission-vission-content h3 {
    text-align: left;
}

.single-mission-vission-card .mission-vission-content p {
    margin-bottom: 15px;
}

.single-mission-vission-card.style1 {
    position: relative;
}

.single-mission-vission-card.style1 .mission-vission-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    position: absolute;
    bottom: -70px;
}

.single-mission-vission-card.style2 {
    position: relative;
    padding-top: 150px;
}

.single-mission-vission-card.style2 .mission-vission-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    position: absolute;
    top: 0;
}

.single-mission-vission-card.style7 {
    position: relative;
}

.single-mission-vission-card.style7 .mission-vission-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    position: absolute;
    bottom: -70px;
}

.single-mission-vission-card.style-7:hover {
    transform: translateX(0);
}

.single-mission-vission-card.style-3 {
    position: relative;
}

.single-mission-vission-card.style-3 .mission-vission-content {
    background-color: #fff;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.single-mission-vission-card.style-3:hover {
    transform: translateX(0);
}

.single-mission-vission-card:hover {
    transform: translateX(-10px);
}

.mission-vission-content h3 {
    color: #e32845;
    font-style: unset;
    font-weight: 900;
}

.mission-vission-content p {
    text-align: left;
    color: #001C38;
    font-weight: 700;
    line-height: 1.3;
}

.mission-vission-content ul li {
    font-weight: 700;
    font-size: 2.5vh;
    line-height: 1.3;
    text-align: left;
    list-style: none;
    color: #e32845;
}

/* bachillerato area */
.bachillerato-area {}

.bachillerato-area .bachillerato-left-content .section-title h2 {
    font-size: 5vh;
    font-weight: 400;
    text-align: left;
    margin-top: -10vw;
    margin-bottom: 8vw;
}

.bachillerato-area .bachillerato-left-content .section-title .red-text {
    font-weight: 900;
    color: #e32845;
}

.single-bachillerato-events-card {
    padding: 10px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-bachillerato-events-card .bachillerato-img {
    position: relative;
}

.single-bachillerato-events-card .bachillerato-img img {
    width: 506px !important;
    height: 285px !important;
    object-fit: cover;
    object-position: top;
    padding: 10px;
    border-radius: 20px;
}

.single-bachillerato-events-card .bachillerato-img .date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e32845;
    padding: 8px 12px;
}

.single-bachillerato-events-card .bachillerato-img .date p {
    color: #fff;
    font-size: 13px;
}

.single-bachillerato-events-card .bachillerato-content .time {
    margin-bottom: 15px;
}

.single-bachillerato-events-card .bachillerato-content .time p i {
    color: #e32845;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.single-bachillerato-events-card .bachillerato-content h3 {
    font-size: clamp(22px, 4vh, 35px);
    font-weight: 900;
    color: #e32845;
    font-style: unset;
    text-align: center;
    margin-bottom: 15px;
}

.single-bachillerato-events-card .bachillerato-content p {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.7;
    color: #001C38;
    margin-bottom: 15px;
}

.single-bachillerato-events-card .bachillerato-content ul li {
    font-size: clamp(16px, 1.5vw, 20px);
    color: #001C38;
}

.single-bachillerato-events-card .bachillerato-content .location p i {
    color: #e32845;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.single-bachillerato-events-card:hover {
    transform: translateY(-10px);
}

/* specialties area */
.specialties-area .section-title h2 {
    font-style: unset;
    font-weight: 900;
    margin-bottom: 5vh;
}

.specialties-area .section-title p {
    font-size: clamp(16px, 1.5vw, 20px);
    text-align: left;
    color: #001C38;
    margin-bottom: 8vh;
    line-height: 1.4;
}

.specialties-area .section-title span.red-strong {
    font-weight: 900;
    font-style: italic;
    color: #e32845;
}

.single-specialties-card {
    margin-bottom: 30px;
    transition: all ease 0.5s;
}

.single-specialties-card .img img {
    border-radius: 20px;
}

.single-specialties-card .specialties-content {
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.single-specialties-card .specialties-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    transition: all ease 0.5s;
    line-height: 1.3;
}

.single-specialties-card .specialties-content p {
    margin-bottom: 15px;
}

.single-specialties-card.style1 {
    position: relative;
}

.single-specialties-card.style1 .specialties-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    position: absolute;
    bottom: -70px;
}

.single-specialties-card.style2 {
    position: relative;
    padding-top: 150px;
}

.single-specialties-card.style2 .specialties-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    position: absolute;
    top: 0;
}

.single-specialties-card.style-3 {
    position: relative;
}

.single-specialties-card.style-3 .specialties-content {
    background-color: #fff;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

.single-specialties-card.style-3:hover {
    transform: translateX(0);
}

.single-specialties-card.style4 {
    position: relative;
}

.single-specialties-card.style4 .specialties-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 320px;
    right: -130px;
    border-radius: 20px;
    position: absolute;
    bottom: 250px;
}

.single-specialties-card.style5 {
    position: relative;
}

.single-specialties-card.style5 .specialties-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: -280px;
    right: 320px;
    border-radius: 20px;
    position: absolute;
    bottom: 70px;
}

.single-specialties-card.style6 {
    position: relative;
}

.single-specialties-card.style6 .specialties-content {
    background-color: #fff;
    max-width: 420px;
    margin: auto;
    left: 320px;
    right: -130px;
    border-radius: 20px;
    position: absolute;
    bottom: 150px;
}

.single-specialties-card:hover {
    transform: translateX(-10px);
}

.specialties-content h3 {
    color: #e32845;
    font-style: unset;
    font-weight: 900;
}

.specialties-content p {
    text-align: left;
    color: #001C38;
    font-weight: 700;
    line-height: 1.3;
}

.specialties-content ul li {
    font-weight: 700;
    font-size: 2.5vh;
    line-height: 1.3;
    text-align: left;
    list-style: none;
    color: #e32845;
}

/* vocation area */
.vocation-area {
    max-width: 100%;
    text-align: center;
    background-color: #001C38;
}

.vocation-area .card-body h3 {
    font-size: 2.5vw;
    font-style: unset;
    color: #fff;
    margin-top: 5vw;
    margin-bottom: 7vh;
}

.vocation-area .card-body p {
    font-size: 1.5vw;
    line-height: 1.3;
    color: #fff;
}

/* campus area */
.campus-area {

}

.campus-area .section-title {
    align-items: center;
    justify-content: center;
}

.campus-area .section-title h2 {
    display: inline-block;
    position: relative;
    font-size: 5vh;
    font-weight: 900;
    color: #e32845;
    margin-bottom: 8vh;
    border-bottom: 4px solid #001C38;
    padding-bottom: 5px;
    width: fit-content;
}

.campus-area .section-title h3 {
    display: block;
    position: relative;
    font-size: 5vh;
    font-weight: 900;
    color: #e32845;
    margin-bottom: 8vh;
    font-style: normal;
    border-bottom: 4px solid #001C38;
    padding-bottom: 5px;
    text-align: left;
    width: fit-content;
}

.bachillerato-area .bachillerato-left-content .section-title .red-text {
    font-weight: 900;
    color: #e32845;
}

.campus-area .card .card-body h5 {
    font-weight: 900;
    font-size: 3vh;
    font-style: unset;
    color: #001C38;
} 

.campus-area .card .card-body .default-btn {
    font-weight: 500;
    font-size: 1.8vh;
    padding: 7px 13px;
} 

/* contact promo area */
.contact-promo-area {
    position: relative;
    padding: 30px;
    max-width: 1140px;
    border-radius: 30px;
    box-shadow: 0px 0px 15px #9F9F9F;
    margin: 0 auto;
    margin-bottom: 7.5vw;
}

.contact-promo-area-content {
    background: url(../images/contact-promo-area/cuco-contact.webp);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
}

.contact-promo-area-content .box-content {
    max-width: 465px;
    margin-right: 100px;
    margin-left: auto;
}

.contact-promo-area-content .box-content h2 {
    font-size: 30px;
    font-weight: 900;
    font-style: unset;
    color: #001C38;
}

.contact-promo-area .default-btn {
    margin: 0 auto;
    margin-top: 0;
}

/* header bg image 
.bg-image {
    position: relative;
    background-image: url('../images/banner/bachillerato-banner.webp');
    background-size: 100%;
    background-position: 60% -600%;
    background-repeat: no-repeat;
    top: 0;
    height: 40vw;
}

.bg-image-2 {
    position: relative;
    background-image: url('../images/banner/apoyo-estudiante-banner.webp');
    background-size: 100%;
    background-position: 60% -600%;
    background-repeat: no-repeat;
    top: 0;
    height: 40vw;
}

#header-title {
    position: absolute;
    top: 32vw;
    bottom: 8vw;
    right: 3vw;
    font-weight: 900;
    font-size: 10vw;
    font-style: unset;
    color: #fff;
}

.bg-image #header-title span {
    display: block;
    font-size: 10vh;
    -webkit-text-stroke: 0.28vw #001C38;
}

.bg-image-2 #header-title span {
    display: block;
    font-size: 10vh;
    -webkit-text-stroke: 0.28vw #001C38;
} */

/* campus slider */
.nav-dots {
  position: fixed;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.nav-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #52616a;
  border-radius: 50%;
  list-style: none;
  background: #c9d6de;
  transition: all 0.3s;
}
.nav-dot:not(:last-of-type) {
  margin-bottom: 20px;
}
.nav-dot:hover, .nav-dot.is-active {
  transform: scale(1.8);
  background: transparent;
}

.section-slider-campus-area {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100vh;
}
.section-slider-campus-area:nth-of-type(1) {
  background-color: #a5d296;
}
.section-slider-campus-area:nth-of-type(2) {
  background-color: #47b8e0;
}
.section-slider-campus-area:nth-of-type(3) {
  background-color: #ffc952;
}
.section-slider-campus-area:nth-of-type(4) {
  background-color: #ff7473;
}

.section__heading-slider-campus-area {
  margin: 0;
  color: white;
  font-size: 32px;
  text-transform: capitalize;
}

/* bachillerato area */
.apoyo-area {}

.bachillerato-area .bachillerato-left-content .section-title h2 {
    font-size: 5vh;
    font-weight: 400;
    text-align: left;
    margin-top: -10vw;
    margin-bottom: 8vw;
}

.bachillerato-area .bachillerato-left-content .section-title .red-text {
    font-weight: 900;
    color: #e32845;
}

/* apoyo al estudiante */
.apoyo-area {}

.apoyo-area .section-title h2 {
    font-size: 4vw;
    font-weight: 900;
    margin-top: -10vw;
    margin-bottom: 8vw;
}

.apoyo-area .section-title p {
    font-size: 1.7vw;
    font-weight: 600;
    line-height: 1;
    margin-top: -3vw;
    margin-bottom: 0;
    color: #001C38;
}

.apoyo-area .section-title .red-text {
    font-weight: 900;
    color: #e32845;      
}

.mentors-area {
    background-color: #001C38;
    padding-top: 7vw;
    padding-bottom: 4vw;
}

.mentors-area .card-body {
    padding: 0 4vw 0 4vw;
}

.mentors-area .card-body h3 {
    font-size: 4vw;
    font-style: unset;
    color: #fff;
    margin-top: 3vw;
    margin-bottom: 7vh;
    text-align: center;
}

.mentors-area .card-body p {
    font-size: 1.5vw;
    line-height: 1.3;
    text-align: left;
    color: #fff;
}

.mentors-area .card-body ul {
    font-size: 1.5vw;
    list-style: circle;
    text-align: left;
    color: #fff;
}

.mentors-area-alter {
    max-width: 100%;
    height: auto;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.mentors-area-alter.blue {
    background-color: #001C38;
}

.mentors-area-alter.white {
    background-color: #fff;
    border: none;
}

.mentors-area-alter.red {
    background-color: #e32845;
}

.mentors-area-alter img {
    height: 100%;
    object-fit: cover;
}

.mentors-area-alter img.border-left {
    border-radius: 15px 0 0 15px;
}

.mentors-area-alter img.border-right {
    border-radius: 0 15px 15px 0;
}

.mentors-area-alter .card-body h3 {
    font-size: 2.5vw;
    font-style: unset;
    margin-top: 1vw;
    margin-bottom: 7vh;
    text-align: center;
}

.mentors-area-alter .card-body h3.red {
    color: #e32845;
}

.mentors-area-alter .card-body h3.white {
    color: #fff;
}

.mentors-area-alter .card-body h3.blue {
    color: #001C38;
}

.mentors-area-alter .card-body p {
    font-size: 1.5vw;
    line-height: 1.3;
}

.mentors-area-alter .card-body p.red {
   color: #e32845; 
}

.mentors-area-alter .card-body p.white {
   color: #fff; 
}

.mentors-area-alter .card-body p.blue {
   color: #001C38; 
}

.mentors-area-alter .card-body ul {
    text-align: left;
    list-style: none;
    font-size: 1.5vw;
    color: #fff;
    padding: 0;
}

.mentors-area-alter .card-body ul.red{
    color: #e32845; 
}

.mentors-area-alter .card-body ul.white{
    color: #fff;    
}

.mentors-area-alter .card-body ul.blue{
    color: #001C38;     
}

.guide-area {
    background-color: #fff;
    padding-top: 7vw;
    padding-bottom: 4vw;
}

.guide-area .card-body {
    padding: 0 4vw 0 4vw;
}

.guide-area .card-body h3 {
    font-size: 4vw;
    font-style: unset;
    color: #e32845;
    margin-top: 3vw;
    margin-bottom: 7vh;
    text-align: center;
}

.guide-area .card-body p {
    font-size: 1.5vw;
    line-height: 1.3;
    text-align: left;
    color: #001C38;
}

.guide-area .card-body ul {
    font-size: 1.5vw;
    list-style: circle;
    text-align: left;
    color: #fff;
}

.orientation-area {
    background-color: #e32845;
    padding-top: 7vw;
    padding-bottom: 4vw;
}

.orientation-area .card-body {
    padding: 0 4vw 0 4vw;
}

.orientation-area .card-body h3 {
    font-size: 4vw;
    font-style: unset;
    color: #fff;
    margin-top: 3vw;
    margin-bottom: 7vh;
    text-align: center;
}

.orientation-area .card-body p {
    font-size: 1.5vw;
    line-height: 1.3;
    text-align: left;
    color: #fff;
}

.orientation-area .card-body ul {
    font-size: 1.5vw;
    list-style: circle;
    text-align: left;
    color: #fff;
}

/* ----------------------------------------- kar styles ------------------------------------------*/
.normal-text {
    font-style: normal !important;

}

.color-red {
    color: #e32845;
}

.color-blue {
    color: #001C38;
}

.color-white {
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.weight-1 {
    font-weight: 400;
}

.weight-2 {
    font-weight: 600;
}

.weight-3 {
    font-weight: 800;
}

.size-16 {
    font-size: 16px !important;
}

.size-20 {
    font-size: 20px !important;
}

.size-22 {
    font-size: 22px !important;
}

.size-24 {
    font-size: 24px !important;
}

.underline-title {
    position: relative;
    display: inline-block;
}

.underline-title::before {
    content: "";
    position: absolute;
    bottom: -5px;
    /* Ajusta la distancia desde el texto */
    left: 0;
    width: 100%;
    height: 2px;
    /* Ajusta el grosor de la línea */
    background-color: #e32845;
    /* Ajusta el color de la línea */
}


.banner-area {
    background-color: #001C38;
    overflow: hidden;
}

.banner-area .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    max-width: 100%;
}

.banner-grade {
    position: relative;

}

.slider-item {
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 60px;
    overflow: hidden;
}

.slider-item.banner-bg-8 {
    background-image: url(../images/banner/modelo-educativo-colegio-cultural-banner.webp);
}

.slider-item.banner-bg-9 {
    background-image: url(../images/modelo/modelo-educativo-colegio-cultural-docentes-a-la-vanguardia.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 10%;
    position: relative;
}

.slider-item.banner-bg-primaria {
    background-image: url(../images/banner/banner-primaria-colegio-cultural.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria {
    background-image: url(../images/banner/banner-secundaria-colegio-cultural.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria-centro {
    background-image: url(../images/banner/banner-secundaria-centro-colegio-cultural.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria-carmen {
    background-image: url(../images/banner/banner-secundaria-el-carmen-colegio-cultural.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-carmen {
    background-image: url(../images/banner/banner-bachillerato-el-carmen-colegio-cultural.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-centro {
    background-image: url(../images/banner/banner-bachillerato-centro-colegio-cultural.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-santiago {
    background-image: url(../images/banner/banner-bachillerato-santiago-colegio-cultural.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-admisiones-colegio-cultural {
    background-image: url(../images/banner/banner-colegio-cultural-admisiones.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.slider-item.banner-bg-secundaria-contacto {
    background-image: url(../images/secundaria/colegio-cultura-secundarial-cafeteria.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-secundaria-carmen-contacto {
    background-image: url(../images/secundaria/secundaria-colegio-cultural-el-carmen-contacto.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-centro-contacto {
    background-image: url(../images/bachillerato/bachillerato-colegio-cultural-centro-contacto.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-carmen-contacto {
    background-image: url(../images/bachillerato/bachillerato-colegio-cultural-el-carmen-contacto.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-santiago-contacto {
    background-image: url(../images/bachillerato/bachillerato-colegio-cultural-santiago-contacto.webp);
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-nosotros {
    background-image: url(../images/banner/about-banner.webp);
    background-attachment: scroll;
    background-position: 0% -20%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-bachillerato-7 {
    background-image: url(../images/banner/bachillerato-banner.webp);
    background-attachment: scroll;
    background-position: 0% -60%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-item.banner-bg-apoyo {
    background-image: url(../images/banner/apoyo-estudiante-banner.webp);
    background-attachment: scroll;
    background-position: 0% -100%;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.text-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: clamp(32px, 10vw, 60px);
    padding: 5px 10px;
    margin: 0;
    font-style: normal !important;
}

.single-news-card {
    border-radius: 20px;
}

.single-news-card .news-img img {
    border-radius: 20px;
    padding: 10px;
}

.single-news-card p {
    font-size: clamp(16px, 1.5vw, 20px);
}

.img-head {
    height: 80vh;
}

.model-sec1 {
    padding: 50px 0;
}

.model-sec1 p {
    font-size: 18px;
}

.model-sec2 {
    margin: 0 0 50px 0;
    background-color: #001c38;
    padding: 50px;

}

.model-sec2.container-model {
    width: 100vw !important;
}

.model-sec2 h2 {
    color: #fff;
}

.model-sec2 p {
    color: #fff;
    font-size: 20px;
}

.model-sec3 {
    margin-bottom: 80px;
}

.highlight {
    font-size: 1.1em;
    font-weight: bold;
}

.lates-news-area h2 {
    font-size: clamp(18px, 2.4vw, 28px);
    ;
}

.events-area .events-content {
    min-height: 430px;
}

.model-team {
    background-color: rgba(0, 28, 56, 0.5);
    padding: 50px;
}

.model-team h2 {
    font-size: clamp(20px, 2.4vw, 32px);
    padding-bottom: 48px;
}

.model-team p {
    font-size: clamp(14px, 2.4vw, 24px);
}

.contact-us-section {
    border-radius: 30px;
    box-shadow: 0px 0px 15px #9F9F9F;
    position: relative;
}

.contact-us-section img {
    max-height: 250px;
}

.contact-us-section .contact-us-item img.img-fluid {
    max-width: 100vw;
}

.contact-us-section .contact-us-item i {
    font-size: 1.5vw;
}

.contact-us-section h3 {
    font-size: clamp(24px, 3vw, 36px);
}

.map-section {
    margin: 0 0 50px 0;
    background-color: #001c38;
    padding: 20px 50px 70px 50px;
}

.map-section.contact-and-address .contact-and-address-content .contact-card {
    background-color: transparent;
    color: white !important;
}

.map-section.contact-and-address .contact-and-address-content {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*gallery lightbox*/
* {
    box-sizing: border-box;
}

.row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.cc-gallery {
    margin: 100px 0 50px 0;
}

.modalGallery {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content-gallery {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 95%;
    max-width: 90vw;
}

.modal-content-gallery img {
    max-height: 90vh;
    width: auto;
    object-fit: contain;
}

.thumb-cc-gallery {
    padding: 5px !important;
}

.thumb-cc-gallery img {
    border-radius: 10px;
}

.ratio-container {
    position: relative;
    width: 100%;
    padding-top: 66.6%;
    /* ratio (210.7 / 316) * 100% */
}

.ratio-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*Planteles secundaria*/

.campus-section {
    padding-bottom: 100px;
}

.single-campus-card {
    margin-bottom: 30px;
    border-radius: 10px;
}

.campus-image img {
    border-radius: 10px 10px 0 0;
}

.cuquito-campus img {
    max-height: 50vh;
}

.single-campus-card .campus-content span {
    color: #e32845;
    display: inline-block;
    margin-bottom: 10px;
}

.single-campus-card .campus-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.single-campus-card .campus-content p {
    margin-bottom: 20px;
}

.single-campus-card .campus-content .play-icon {
    transition: all ease 0.5s;
    padding-top: 5px;
    max-width: 170px;
}

.single-campus-card .campus-content .play-icon i {
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    font-size: 24px;
    background-color: #e32845;
    display: inline-block;
    text-align: center;
    transition: all ease 0.5s;
}

.single-campus-card .campus-content .play-icon span {
    position: relative;
    display: inline-block;
    bottom: 8px;
    padding-left: 7px;
    transition: all ease 0.5s;
}

.single-campus-card .campus-content .play-icon:hover {
    background-color: #e32845;
    padding-top: 5px;
}

.single-campus-card .campus-content .play-icon:hover span {
    color: #fff;
}

.single-campus-card.style2 .campus-image {
    position: relative;
}

.single-campus-card.style2 .campus-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    transition: all ease 0.5s;
}

.single-campus-card.style2 .campus-image .play-btn:hover {
    background-color: #fff;
    color: #e32845;
    border-color: #fff;
}

.single-campus-card.style2 .campus-content {
    background-color: #fff;
    padding: 30px;
}

.single-campus-card.style2 .campus-content ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.single-campus-card.style2 .campus-content ul li {
    list-style-type: none;
    color: #e32845;
}

.single-campus-card.style2 .campus-content ul li.date {
    position: relative;
    padding-left: 35px;
}

.single-campus-card.style2 .campus-content ul li.date::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #e32845;
    top: 12px;
    left: 0;
}

.single-campus-card.style2 .campus-content h3 {
    margin-bottom: 0;
}

.single-campus-card.style3 .campus-image {
    position: relative;
}

.single-campus-card.style3 .campus-image .play-btn {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #e32845;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    transition: all ease 0.5s;
}

.single-campus-card.style3 .campus-image .play-btn:hover {
    background-color: #e32845;
    color: #fff;
}

.single-campus-card.style3 .campus-image .episodes p {
    background-color: #fff;
    color: #e32845;
    padding: 10px 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 7px;
}

.single-campus-card.style3 .campus-content {
    padding: 10px;
}

.single-campus-card.style3 .campus-content .date p {
    color: #e32845;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.single-campus-card.style3 .campus-content .date p::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #e32845;
    left: 0;
    top: 7px;
}

/*secciones con fotos e iconos*/

.line-lft {
    width: 2px;
    background-color: red;
    position: absolute;
    left: 84%;
    transform: translateX(-50%);
}

.line-rght {
    width: 2px;
    background-color: red;
    position: absolute;
    right: 83%;
    transform: translateX(-50%);
}

.line-lft.vertical {
    height: 95%;
    z-index: -1;
}

.line-rght.vertical {
    height: 95%;
    z-index: -1;
}

.line-rght.horizontal {
    height: 2px;
    width: 100%;
}

.section-icon {
    width: 50px;
    height: 50px;
}

i.section-icon {
    color: #001C38;
    font-size: 50px;
}

.content-block {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.image-block {
    display: flex;
    justify-content: center;
}

.image-block img {
    max-width: 150px;
    height: auto;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.h-line {
    width: 100%;
    height: 2px;
    background-color: red;
    margin: 10px 0;
}

/*Admisiones*/

.faq-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.faq-title p {
    margin-bottom: 30px;
}

.accordion .accordion-item {
    margin-bottom: 20px;
    border: 2px solid #001C38;
    border-radius: 14px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-button {
    background-color: transparent;
    color: #001C38;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-button:hover {
    background-color: #001C38;
    color: #fff;
    transition: 0.3s;
    border-radius: 10px;
}

.accordion .accordion-item .accordion-button:not(.collapsed):hover::after {
    color: #fff;
    border-radius: 10px;

}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #001C38;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    color: #fff;
}

.accordion .accordion-item .accordion-button:hover::after {
    color: #fff;
}

.accordion .accordion-item .accordion-button::after {
    background-image: unset;
    content: "";
    font-size: 22px;
    color: #001C38;
    text-align: center;
    content: "\2b";
    font-family: "Font Awesome 6 Pro" !important;
    position: relative;
    top: -2px;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: unset;
    text-align: center;
    content: "\f068";
    position: relative;
    top: -2px;
}

.accordion .accordion-item .accordion-body {
    padding-top: 15px;
    font-size: 15px;
    transition: all 1.5s;
}

/*forma de contacto*/

.contac-area {
    background-color: rgba(255, 255, 255, 0.8);
}

.contac-area label {
    color: #001C38;
    font-weight: 600;
}

.contac-area a {
    color: #e32845;
}

/* terms area */
.terms-area .section-title {
    margin-top: 7vw;
    margin-bottom: 5vw;
}

.terms-area .section-title p{
    color: #e32845;
}

.terms-area h3 {
    text-align: center;
    font-style: unset;
    margin-bottom: 5vw;
    transition: all ease 0.5s;
}

.terms-area h3:hover {
    color: #e32845;
}

.terms-content {
    display: none;
    position: relative;
    left: 100%; /* Start off-screen to the right */
    transition: left 0.5s ease-in-out; /* Slide effect */
}

.terms-content.show {
    display: block;
    left: 0; /* Slide into view */
}

.terms-content p {
    font-size: clamp(18px, 7vw, 6px);
    color: #001C38;
    line-height: 1.3;
}

.terms-content ol {
    font-size: clamp(18px, 7vw, 6px);
    color: #001C38;
    line-height: 1.3;
}

.hide {
    display: none;
}

/* whatsapp floating button */
.float {
  position: fixed;
  width:60px;
  height:60px;
  top:40%;
  right:5px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  z-index:100;
}

.float:hover {
  background-color:#11BA50;
  color:#FFF;  
}

.my-float{
  margin-top:15%;
}

/* Pseudo-elemento para el texto animado */
.float::after {
  content: "¿Tienes dudas?\A¡Contáctanos!"; 
  position: absolute;
  top: -60px; /* Arriba del botón */
  right: 10px; /* A la izquierda del botón */
  background-color: rgba(255, 255, 255, 0.9); /* Fondo blanco semitransparente */
  color: #333; /* Texto oscuro para contraste */
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  white-space: pre; /* Evita que el texto se rompa */
  opacity: 0; /* Oculto por defecto */
  transform: scaleX(0); /* Comienza contraído horizontalmente */
  transform-origin: right; /* Origen de la animación desde la izquierda */
  animation: slideAndGrow 4s infinite; /* 3s de espera + 1s visible */
  z-index: 101; /* Sobre el botón */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Sombra ligera */
}

/* Animación de crecimiento y visibilidad */
@keyframes slideAndGrow {
  0% {
    opacity: 0;
    transform: scaleX(0); /* Comienza contraído */
  }
  25% {
    opacity: 1;
    transform: scaleX(1); /* Espera 3s (75% de 4s) */
  }
  26% {
    opacity: 1;
    transform: scaleX(1); /* Aparece y crece */
  }
  50% {
    opacity: 1;
    transform: scaleX(1); /* Visible durante 1s (25% de 4s) */
  }
  51% {
    opacity: 1;
    transform: scaleX(1); /* Desaparece */
  }
  100% {
    opacity: 0;
    transform: scaleX(0); /* Regresa al inicio */
  }
}

@media (max-width: 768px) {
  .float::after {
    font-size: 12px;
    padding: 6px 10px;
    right: 5px; /* Ajuste para pantallas pequeñas */
  }
}

@media (max-width: 480px) {
  .float::after {
    font-size: 12px;
    padding: 4px 8px;
    right: 5px; /* Más cerca en móviles */
  }
}



@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .float {
    right: 10px;
  }  
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  .float {
    right: 10px;
  }
}

@media screen and (min-width: 575px) and (max-width: 767.98px) /* tablet and large mobiles */ {
  .float {
    right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) /* Mobile*/ {
  .float {
    right: 10px;
  }
}

/* telephone floating button */
.float-telephone {
  position: fixed;
  width:60px;
  height:60px;
  top:50%;
  right:5px;
  background-color:#AD0034;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  z-index:100;
}

.float-telephone:hover {
  background-color:#001C38;
  color:#FFF;  
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .float-telephone {
    right: 10px;
  }  
}

@media screen and (min-width: 851px) and (max-width: 851px) /* xiaomi */ {
  .float-telephone {
    right: 10px;
  }
}

@media screen and (min-width: 575px) and (max-width: 767.98px) /* tablet and large mobiles */ {
  .float-telephone {
    right: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) /* Mobile*/ {
  .float-telephone {
    right: 10px;
  }
}

/*video section*/
.video-demo .title-section{
text-align: center;
padding: 0 15px;
}

.video-demo .title-section h3{
font-size: clamp(24px, 3vw, 36px) !important;
}

.video-demo {
    padding: 50px 0;
    background-color: rgba(0, 217, 215, 0.05);
    border: 1px solid rgba(0, 217, 215, 0.2);
}

.video-wrapper {
    position: relative;
    width: 95%; /* Ancho del 95% del contenedor */
    max-width: 100%; /* Evita que se desborde del contenedor */
    margin: 0 auto; /* Centra el video dentro del contenedor */
    padding-bottom: 53.25%; /* Relación 16:9 (9 ÷ 16 = 0.5625 o 56.25%, ajustado a 53.25% para YouTube) */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Ocupa el 100% del contenedor video-wrapper */
    height: 100%; /* Ocupa el 100% del contenedor video-wrapper */
}

.videos-area{
  padding: 50px 0;
  margin: 50px 0;
  background-color: rgba(249, 249, 249, 0.05) ;
  border-bottom: 1px solid rgba(0, 217, 215, 0.2);
}

.videos-area h5{
  font-size: clamp(20px, 3vw, 25px);
  padding-bottom: 10px;
  text-align: center;
}

.videos-area p{
  font-size: clamp(16px, 2vw, 18px);
  padding: 10% 5% 10% 0;
}

@media (max-width: 992px) {
.videos-area p{
  padding: 0 25px;
}

}

/*extras julio 2025*/

.card-cuco .card{ 
border: 0
 }

 .card-cuco .card img{
   height: 300px;
   object-fit: contain;
 }