html{
    height: 100%;
}
body {
    overflow-x: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;

}
* {
    font-family: "Roboto", sans-serif;
}
p {
    font-size: 16px;
    line-height: 30px !important;
}
ul {
    padding-left: 1rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* header */
.header-1 {
    position: sticky;
    top: 0px;
    z-index: 106;
}
.top-header {
    background-color: #c91f36;
}
.header-social-media {
    padding-left: 12px;
}
.header-social-media ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 5px 0px 0px 0px;
}

.header-social-media ul li {
    list-style: none;
}

.header-social-media ul li:not(:first-child) {
    margin-left: 15px;
}

.header-social-media ul li i {
    font-size: 16px;
    color: #fff;
}

.header-contact {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: flex-end;
}

.header-contact p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: white;
    display: flex;
    align-items: center;
}
.s-form {
    position: relative;
}
.search-form {
    border-radius: 20px;
    padding: 3px 20px;
    border: 2px solid #274d8c;
    outline: none;
    box-shadow: none;
    color: #274d8c;
    margin-top: 2px;
}
.search-form:focus {
    border-color: #c91f36;
}
.typeahead {
    top: 42px !important;
}
.search-button {
    border: none;
    background-color: white;
    position: absolute;
    top: 6px;
    right: 7px;
    height: 50%;
    border-radius: 100%;
}
.search-button i {
    color: #c91f36;
    font-size: 18px;
}
.navbar-1,
.navbar-2 {
    /* position: absolute; */
    width: 100%;
    background-color: white;
    padding: 3px 0px;
}
.header-phone {
    margin-left: 10px;
}

.header-email i,
.header-phone i {
    /* background-color: #274d8c; */
    color: white;
    padding: 3.5px;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 5px;
}
.f-nav:hover {
    color: #c91f36 !important;
}

/* navbar */

.navbar-collapse {
    flex-basis: 60%;
    flex-grow: 0;
}

.slider-section {
    position: relative;
}

.main-ul::before {
    position: relative;
}
.main-ul::before {
    content: "";
    position: absolute;
    top: 0;
    /* bottom: 0; */
    right: 100%;
    height: 62%;
    /* left: 0; */
    border-top: 520px solid rgb(19, 56, 104);
    border-left: 158px solid transparent;
    /* z-index: -1;
    width: 25em;
    background: linear-gradient(
        180deg,
        rgb(18, 54, 100) 0%,
        rgb(19, 56, 104) 100%
    ) !important;
    content: "";
    transform-origin: bottom left;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: skew(12deg); */
}
.navbar-nav li:hover > .s-nav-ul {
    display: block;
    left: 190px;
    top: -50px;
    z-index: 99;
}
.home-nav {
    position: absolute;
    top: 0px;
    z-index: 99;
    width: 100%;
}

.nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    height: 38px;
}
.nav-item {
    margin-right: 30px;
}

.fa-bars {
    color: #274d8c;
    font-size: 30px;
    margin-left: 20px;
}

.dropdown-item {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.dropdown-menu {
    background: linear-gradient(
        180deg,
        rgb(18, 54, 100) 0%,
        rgb(19, 56, 104) 100%
    ) !important;
    backdrop-filter: blur(20px);
    border-radius: 0;
    border: none;
    padding: 40px 0px 60px 0px;
    box-shadow: none !important;
    /* border-top-left-radius: 100px; */
}

.s-nav-ul li .dropdown-item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}
.menubars {
    margin-right: -48px;
}
.menubars.dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu[data-bs-popper] {
    top: 41px;
    left: -310px;
    margin-top: var(--bs-dropdown-spacer);
}
.dropend .dropdown-menu[data-bs-popper] {
    top: -50px;
}

.dropend .dropdown-menu[data-bs-popper] {
    /* top: 55px; */
    left: 196px;
    width: 274px !important;
}
.ul-line {
    position: absolute;
    width: 4px;
    background: #ffffff;
    height: 92.5%;
    left: 194px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 999;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
    color: #c91f36;
    background: linear-gradient(
        180deg,
        rgb(18, 54, 100) 0%,
        rgb(19, 56, 104) 100%
    ) !important;
}

.dropdown-item:active .dropend,
.dropdown-item:focus .dropend {
    color: #c91f36;
    background: linear-gradient(
        180deg,
        rgb(18, 54, 100) 0%,
        rgb(19, 56, 104) 100%
    ) !important;
}

.dropend .dropdown-toggle::after {
    display: none;
}

.book-btn {
    background: #274d8c;
    border-radius: 20px;
    padding: 0px 8px;
    height: 35px;
}
.free-coun {
    background: #c91f36;
    border-radius: 20px;
    padding: 0px 8px;
    text-align: center !important;
    height: 35px;
}

.book-btn a,
.free-coun a {
    color: white !important;
    padding: 7px 0px;
}

.free-coun:hover{
    background: #274d8c;
}
.book-btn:hover {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
}

.book-btn:hover a,
.free-coun:hover a {
    color: white !important;
}
.offcanvas {
    box-shadow: 0px 0px 10px black;
    z-index: 99999;
}
.offcanvas-header {
    border-bottom: 1px solid #274d8c;
}

.banner-image {
    width: 100%;
    height: auto;
}
.carousel-indicators {
    display: none !important;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 12.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #c91f36;
    text-transform: uppercase;
    text-align: left;
}

.carousel-caption h5 {
    font-size: 74px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #ff1361 67%,
        #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    /* transform: translate(-50%, -50%); */
    /* font-size: 190px; */
}
.carousel-caption h5:nth-child(1) {
    color: transparent;
    /* -webkit-text-stroke: 2px #03a9f4; */
}

.carousel-caption h5:nth-child(2) {
    color: #274d8c;
    animation: animate 4s ease-in-out infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.p-section {
    position: relative;
    background-color: #274d8c;
    /* padding-top:50px; */
}
.pte-div {
    width: 100%;
    /* margin: 30px 0px; */
    z-index: 2;
    border-left: 3px solid rgb(255, 255, 255);
    /* border-bottom: 25px solid #ff00bc; */
}

.p-i {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    color: white;
    padding: 20px 0px;
}
.p-i:last-child {
    display: none;
}
.fa-book-open-reader {
    color: #ff00ea;
    font-size: 34px;
}
.div-rotate {
    position: relative;
}

.div-rotate div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -3px;
    right: 0px;
    width: 100%;
    padding: 20px;
    outline: 2px dashed white;
    outline-offset: 7px;
    border-radius: 100%;
    animation: border 10s infinite linear;
}
@keyframes border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        outline-color: red;
    }
}
.pte-div:hover + .p-i .div-rotate div {
    animation: none;
}
.pte-div:hover + .p-i .div-rotate .fa-book-open-reader {
    color: #274d8c;
}
.fa-arrow-down-long {
    margin-bottom: 10px;
}
.fa-arrow-up-long {
    margin-top: 10px;
}

.side-img img {
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
    z-index: 1;
}
.p-d,
.side-img {
    z-index: 2;
}

.pte-image {
    width: 100%;
    height: 90px;
    border: 1px solid #ababaa;
    padding: 7px;
}

.pte-image:hover {
    border: none;
    box-shadow: 0px 0px 14px 14px rgba(247, 71, 115, 0.288);
    animation: float 1s ease-in-out;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.service-section {
    padding: 10px 0px;
    position: relative;
    /* margin-top:40px; */
}
.service-section::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-image: url("../service.webp");
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}
.service-image {
    height: 400px;
    /* border-radius: 10px; */
}

.service-div,
.work-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 100px;
}

.service-second-div,
.work-second-div {
    width: 27%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
.search-service-div,
.s-blog {
    width: 32%;
}
.s-main-div {
    gap: 20px;
}
.service-desc-div,
.work-desc-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 40px;
    width: 100%;
}

.event-second-div {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 8px;
}
#event-img {
    height: 300px;
    width: 100%;
}

.work-second-div {
    background: #ffffff;
    border: 1px solid #aeaeae;
    border-radius: 3px;
}

.work-section {
    padding: 20px 0px;
}

.work-anchor {
    display: none;
    margin: 10px 0px;
}

.work-anchor i {
    font-size: 26px;
    text-decoration: none;
}

.work-desc-div {
    background: linear-gradient(to bottom, #c91f36d1 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    transition: all 0.5s ease-out;
}
.work-second-div:hover #service-icon,
.work-second-div:hover #work-icon {
    transform: scale(1.03);
    transition: 0.5s ease-in-out;
}

.work-second-div:hover .work-desc-div {
    background-position: top left;
}

.work-second-div:hover {
    border: none;
    box-shadow: 0px 0px 10px;
}

.work-second-div:hover .work-anchor {
    display: block;
}

.service-second-div {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
}

.service-second-div:hover {
    border: none;
}

/* .service-second-div:hover .service-desc-div {
     background: linear-gradient(to bottom right, #c91f36a9, #9c14269c),
        linear-gradient(to top right, #a31629a6, #cc21389d); 
    transition: 1s ease-in-out;
    height: 100%;
} */

.service-second-div:hover .service-desc-div h6,
.service-second-div:hover .service-desc-div p {
    color: #000000;
}

.work-second-div:hover .work-desc-div h6,
.work-second-div:hover .work-desc-div p {
    color: white;
}

.service-second-div:hover svg,
.service-second-div:hover #service-icon {
    animation: animName 0.5s linear;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotateY(-180deg);
    }
}

.service-second-div a {
    height: 100%;
    text-decoration: none;
}

#service-icon,
#work-icon {
    color: #274d8c;
    width: 95px;
    height: 95px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-second-div h6,
.event-second-div h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    color: #000000;
    text-align: center;
    padding-top: 20px;
}

.work-second-div h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding-top: 20px;
}

.service-second-div p,
.work-second-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    padding: 20px 0px;
}

.service-title,
.work-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
}

.clz-section {
    position: relative;
    /* padding:30px 0px; */
}
.clz-section .row {
    /* background-color: #eb3dee78; */
    padding: 0px 54px;
}
.my-instituate-slider {
    margin-bottom: 0px;
}
.my-instituate-slider .slick-slide {
    margin: 0px 20px;
}

.service-title span,
.work-title span {
    color: #274d8c;
    margin-right: 10px;
}

.service-intro,
.work-intro {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.more-icon {
    background-color: #274d8c;
    color: white;
    border-radius: 50%;
    padding: 7px 8px;
    font-size: 16px;
}

.more-text {
    visibility: hidden;
}

.service-second-div a:hover i {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    margin-right: 10px;
}

.service-second-div a:hover .more-text {
    visibility: visible;
    color: #c91f36;
    font-size: 16px;
}

.work-anchor:hover i {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    margin-right: 10px;
}

.work-anchor {
    text-decoration: none;
}

.work-anchor:hover .more-text {
    visibility: visible;
    color: #c91f36;
    font-size: 20px;
}
/* destination */
.d-section {
    position: relative;
    padding: 40px 0px 10px 0px;
    background-color: #e3dfe252;
}
.d-section .container {
    padding: 40px;
    /* margin:60px auto; */
}
.d-section::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* background-color: #000000; */
    filter: brightness(0.4);
    height: 100%;
    z-index: -1;
}

.flag-image {
    width: 161px;
    height: 83px;
}
.d-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.destination-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #274d8c;
    text-align: center;
    /* text-shadow: 0px 0px 2px black; */
    position: relative;
    width: 100%;
}
.form-title {
    font-size: 60px;
    margin: 40px 0px;
    line-height: initial;
}

.d-title-underline {
    width: 35%;
    height: 1px;
    background-color: #c91f36;
}

.d-title-flex {
    align-items: center;
    justify-content: center;
    width: 100%;
}

.d-title-flex i {
    color: #f36066;
}

.destination-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 19px;
    /* justify-content: space-between; */
}

.destination-second-div {
    width: 32%;
    /* margin-top: 50px; */
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 275px;
}

.destination-img,
.destination-img2 {
    width: 100%;
    height: 275px;
    border-radius: 10px;
}

.destination-img2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    /* height: 0%; */
    transition: 1s ease-in-out;
}

.destination-second-div:hover .destination-img {
    display: none;
}
.destination-second-div:hover .destination-img2 {
    /* height: 100%; */
    opacity: 1;
}

.destination-first-desc-div h6,
.destination-desc-div h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
}

.destination-desc-div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom right, #c91f368a, #9c14268e),
        linear-gradient(to top right, #a316299d, #cc21389a);
    transition: 1s ease;
    border-radius: 10px;
    height: 20%;
}
.destination-second-div:hover .destination-desc-div {
    height: 100%;
}

.destination-desc-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px  !important;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}

.destination-more {
    background: #274d8c;
    border-radius: 300px;
    padding: 5px 20px;
    color: white;
    text-decoration: none;
}

.destination-more:hover {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    color: white;
}

@keyframes background-color {
    0% {
        background: linear-gradient(to bottom, #000428, #004683);
    }

    25% {
        background: linear-gradient(135deg, #1a4223, #5ee95e);
    }

    50% {
        background: linear-gradient(to bottom, #421a31, #e95ed2);
    }

    100% {
        background: linear-gradient(-135deg, #fae37d, #881da8, #20668f);
    }
}

.all-d-btn {
    text-align: center;
    margin-top: 30px;
}

.des-btn,
.serv-btn {
    display: flex;
    justify-content: center;
}
.all-d-btn,
.all-s-btn {
    padding: 5px 50px;
    font-size: 20px;
    color: #ffffff;
    background: #c91f36;
    border-radius: 300px;
    /* box-shadow: 0px 0px 5px black; */
    position: relative;
    overflow: hidden;
}
.all-s-btn::before,
.all-d-btn::before,
.event-view-all::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    transition: left 0.3s;
    z-index: 0;
}

.all-d-btn i,
.all-s-btn i,
.event-view-all span {
    position: relative;
    z-index: inherit;
}
.all-d-btn:hover,
.all-s-btn:hover,
.event-view-all:hover {
    /* box-shadow: 0px 0px 5px black; */
    /* background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137); */
    transition: all 0.5s ease-in-out;
    color: #ffffff;
}

.all-s-btn:hover:before,
.all-d-btn:hover:before,
.event-view-all:hover:before {
    left: 0;
}
.d-more-icon {
    margin-right: 10px;
}

/* .work-section {
        background: linear-gradient(
            270deg,
            rgba(36, 94, 170, 0.3) -105.34%,
            rgba(36, 94, 170, 0) 112.15%
        );
    } */
/* message */
@media (prefers-reduced-motion) {
    [data-animation] {
        animation: none;
    }
}

@media screen and (max-width: 420px) {
    .animated {
        animation-duration: 0.5s;
        /* animation-duration: var(--animate-duration); */
        animation-fill-mode: both;
    }
    .animation-group [data-animation]:nth-child(1) {
        animation-delay: 50ms;
    }
    .animation-group [data-animation]:nth-child(2) {
        animation-delay: 50ms;
    }
    .animation-group [data-animation]:nth-child(3) {
        animation-delay: 50ms;
    }
    .animation-group [data-animation]:nth-child(4) {
        animation-delay: 50ms;
    }
    .animation-group [data-animation]:nth-child(5) {
        animation-delay: 50ms;
    }
    .animation-group [data-animation]:nth-child(6) {
        animation-delay: 50ms;
    }
}

.animation-group [data-animation].animate {
    opacity: 1;
}
.animation-group [data-animation]:hover {
    background: white;
}

.animation-group [data-animation]:nth-child(1) {
    animation-delay: 100ms;
}
.animation-group [data-animation]:nth-child(2) {
    animation-delay: 500ms;
}
.animation-group [data-animation]:nth-child(3) {
    animation-delay: 900ms;
}
.animation-group [data-animation]:nth-child(4) {
    animation-delay: 100ms;
}
.animation-group [data-animation]:nth-child(5) {
    animation-delay: 500ms;
}
.animation-group [data-animation]:nth-child(6) {
    animation-delay: 900ms;
}
.animation-group [data-animation] {
    display: flex;
    /* flex-direction: column; */
    /* gap: 10px; */
    /* align-items: center; */
    cursor: pointer;
    opacity: 0;
}

/* Animations */

.animated {
    animation-duration: 1.5s;
    /* animation-duration: var(--animate-duration); */
    animation-fill-mode: both;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.step-width {
    width: 100%;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.message-title-div {
    /* background: #274d8c; */
    border-radius: 500px 500px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    z-index: 1;
}

.message-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #274d8c;
    text-align: center;
}
.message-section {
    position: relative;
    padding-bottom: 60px;
}
.message-section::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /* background-color: #f1f1f1; */
    background-image: url("../tbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.item {
    display: flex !important;
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10px;
}

.message-row {
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.message-row::before {
    content: "\f10d";
    position: absolute;
    top: -27px;
    left: 0px;
    font-family: "FontAwesome";
    font-size: 30px;
    padding: 5px 14px;
    background-color: #09114f;
    color: white;
    border-radius: 100%;
}
.dont-take {
    margin-top: 120px;
}
.free-counselling-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.my-slider .slick-next,
.slick-prev {
    top: 100%;
}
.my-slider .slick-next:before,
.my-slider .slick-prev:before {
    color: #09114f !important;
}
.my-slider .slick-prev {
    left: 10px;
}
.my-slider .slick-next {
    left: 30px;
}
.m-container {
    background-color: #f1f1f1;
}
.main-quote,
.sub-quote {
    color: #274d8c;
}
/* .t-img-bg {
    background-color: #c91f36;
    border-radius: 10px;
} */
.message-img {
    width: 100%;
    height: 200px;
    border-bottom: 6px solid #1b1b43;
    object-fit: cover;
    /* border-radius: 10px;
    position: relative;
    left: 20px;
    top: 20px; */
}
.t-div,
.ttad {
    box-shadow: 11px 0px 11px -3px #7e7e7e;
}
.ttd {
    height: 400px;
}
.ttad {
    height: 300px;
}
.item .test-modal {
    width: 100%;
}
.t-m-div {
    position: relative;
    padding: 0px 10px;
}
.t-m-div i {
    position: absolute;
    top: -27px;
    background-color: #09114f;
    font-size: 16px;
    padding: 5px 6px;
    border-radius: 100%;
    color: white;
}
.t-m-div-all i {
    top: -16px;
}
.message-name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #c91f36;
    /* padding-top: 10px; */
    text-align: end;
    /* border-bottom: 1px solid white; */
}

.message-position {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #274d8c;
}

.item p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px !important;
    /* text-align: justify; */
    color: #000000;
    margin-top: 10px;
}

.m-more-icon {
    background-color: #274d8c;
    color: white;
    border-radius: 50%;
    padding: 7px 8px;
    font-size: 16px;
}

.message-anchor {
    text-decoration: none;
    margin-left: 350px;
}

.m-more-text {
    visibility: hidden;
}

.message-anchor:hover i {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    margin-right: 10px;
}

.message-anchor:hover .m-more-text {
    visibility: visible;
    color: #c91f36;
    font-size: 16px;
}
/* event */
.event-section {
    position: relative;
    /* background-color:#274d8c; */
}

.event-span {
    color: #c91f36;
}

.event-intro {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    color: #000000;
}

.event-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
}

.event-img {
    width: 100%;
    height: 300px;
    border-radius:10px;
    /*outline: 0.5px solid white;*/
    /*outline-style: auto;*/
    /*outline-offset: -14px;*/
    object-fit: cover;
}
.event-div a,
.event-div a:hover {
    color: unset;
}
.eventmain-title {
    position: relative;
    width: 100%;
    color: white;
}

.event-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #000000;
}

.event-time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #c91f36;
}
/* .event-details{
    position: relative;
}
.event-details::before{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
} */
.event-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    /* text-align: justify; */
}
.event-venu {
    color: #274d8c;
    font-weight: 500;
    font-size: 18px;
    text-align: start;
    margin-top: 20px;
}
.eventdetails-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    /* text-align: justify; */
}

.event-arrow {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #274d8c;
    text-decoration: none;
    float: right;
}

.event-icon {
    background: #c91f36;
    color: white;
    padding: 3px;
    border-radius: 50%;
}

.event-arrow:hover {
    color: #c91f36;
}

.event-arrow:hover .event-icon {
    background: #274d8c;
}

.event-view {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.event-view-all {
    background: #c91f36;
    border-radius: 300px;
    padding: 10px 20px;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}
/* 
.event-view-all:hover {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    color: white;
} */
/* gallery */
.gallery-div {
    width: 32%;
    margin-top: 20px;
    position: relative;
    height: 414px;
}
.video-div {
    width: 48%;
    margin-top: 20px;
    position: relative;
    height: 414px;
    cursor: pointer;
}
.video-play {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: inherit;
    align-items: center;
}
.video-play i {
    background: white;
    border-radius: 100%;
    padding: 8px 10px;
    color: #c91f36;
    font-size: 20px;
}
.video-div:hover .gallery-title {
    color: #c91f36;
    transform: scale(1.05);
    transition: 1s ease-in-out;
}
.gallery-div img,
.video-div img {
    width: 100%;
    height: 400px;
}
.gallery-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #ffffff;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #274d8c;
    text-align: center;
    padding: 20px;
}
.gallery-div:hover img {
    transform: scale(1.04);
    transition: 1s ease-in-out;
    height: 395px;
}
.gallery-div:hover .gallery-title {
    transform: scale(1.05);
    transition: 1s ease-in-out;
    color: #c91f36;
}
/* .video-anchor */
/* blog */

.blog-date #day {
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: -0.1em;
    color: #c91f36 !important;
    position: absolute;
    top: -24px;
    left: 14px;
}

.allb-div h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000000;
}
.blog-type {
    background-color: red;
    width: 100px;
    height: 5px;
    border-radius: 10px;
}
.blog-section {
    background-image: url("../service.webp");
    background-size: cover;
    padding: 30px 0px;
    position: relative;
    /* z-index:6; */
}
.details-blog-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blogdetails-date {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}
.blogdetails-date i,
.details-share i {
    font-size: 18px;
    position: relative;
    background-color: #c93536;
    padding: 7px 20px;
    color: white;
    border-radius: 10px;
}
.blogdetails-date i::after {
    content: "\f04b";
    position: absolute;
    right: -28px;
    color: #c93536;
}
.blogdetails-date span,
#social-links ul li a span {
    font-size: 24px;
    font-weight: 600;
    color: #274d8c;
}
.left-blog {
    position: relative;
}
.left-blog ul li::marker,.left-blog ol li::marker{
    background-color: red;
}
.blog-right-div {
    position: sticky;
    top: 70px;
}
.details-share {
    margin-top: 40px;
    gap: 0px 20px;
    /* justify-content: flex-end; */
    align-items: center;
}

.home-inquery {
    position: relative;
    /* margin-bottom: 25px; */
    padding: 30px 0px;
}
.home-inquery::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url("../service.webp");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.blog-item {
    width: 100%;
    background: #fdfdfd;
}
.home-blog-item {
    background-color: #c91f36;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 30px;
    box-shadow: -10px 10px 10px #2222224a;
    position: relative;
}

.hbr {
    position: absolute;
    top: 200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
    visibility: hidden;
}
.home-blog-item:hover img {
    filter: brightness(0.5);
}
.home-blog-item:hover .hbr {
    visibility: visible;
    z-index: 1;
}
.hbr span {
    background-color: #c91f36;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 700;
    color: white;
}
.home-blog-item img {
    height: 350px;
}
.home-blog-item .blog-name {
    color: #fff;
    font-size: 30px;
}
.hbs .item {
    padding: 20px 25px;
}
.home-blog-item img {
    border-radius: 30px;
}
.date-div {
    display: flex;
    justify-content: space-between;
    padding: 4px 77px;
    position: relative;
}

.blog-img {
    width: 100%;
    /* height: 350px; */
}

.blog-date,
.date-div span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.fa-check-to-slot {
    color: #c91f36;
}

.blog-name {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #274d8c;
}

.blog-para {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 16px;
    line-height: 24px;
    /* text-align: justify !important; */
    text-transform: lowercase;
    color: #000000 !important;
    padding: 5px 10px;
}

.blog-anchor {
    text-decoration: none;
    display: none;
    /* display: flex; */
    justify-content: center;
    margin: 10px;
}

.blog-item:hover {
    box-shadow: 0px 0px 10px;
    transition: 1s ease-in-out;
}

.blog-item:hover .blog-anchor {
    display: flex;
    transition: 1s ease-in-out;
}
.details-blog {
    margin-top: 50px;
}

.details-blog h2,
.service-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 54px;
    text-transform: uppercase;
    color: #c91f36;
}
.details-blog p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: justify;
}
.share {
    display: flex;
    flex-wrap: wrap;
}
#social-links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0px;
}
#social-links ul li {
    list-style: none;
}
#social-links ul li:not(:first-child) {
    margin: 0px 0px 0px 20px !important;
}

#social-links ul li .service-second-div span:hover {
    color: #274d8c;
    transform: translateY(-5px);
    transition: 0.5s ease-in-out;
    border: 2px solid #c91f36;
    padding: 4px;
    border-radius: 50%;
}
.share i {
    font-size: 25px;
}
.share i:hover {
    color: #c91f36;
}
/* search */
.search-div {
    width: 32%;
    margin-top: 20px;
    box-shadow: 0px 0px 10px #00000028;
    padding: 10px;
}
.search-div:hover {
    transform: scale(1.07);
    transition: 1s ease-in-out;
}
.search-div:hover h4 {
    color: #c91f36;
}
.search-div img {
    width: 100%;
}
.search-div a {
    text-decoration: none;
}
.search-div h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    padding-top: 20px;
}
.search-div h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #274d8c;
}
.not-found {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #274d8c;
    text-align: center;
    padding-top: 20px;
}
.disabled > .page-link,
.page-link.disabled,
.page-item:last-child .page-link {
    color: #c91f36;
    background-color: #0c4da24b;
    padding: 10px 20px;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-radius: 50%;
}
.page-link {
    color: #ffffff;
    background-color: #274d8c;
    padding: 10px 20px;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-radius: 50%;
}
.active > .page-link,
.page-link.active {
    color: #ffffff;
    background-color: #c91f36;
    padding: 10px 20px;
    border-color: #c91f36;
}
.page-item:not(:first-child) .page-link {
    margin-left: 8px;
}
.b-more-text {
    visibility: hidden;
    color: #c91f36;
    font-size: 20px;
    margin-left: 10px;
}

.blog-anchor:hover i {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
}

.blog-anchor:hover .b-more-text {
    visibility: visible;
}

.instituate-img {
    width: 190px;
    height: 90px;
    /* object-fit: contain; */
}

.college-heading {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #c91f36;
}

.college-span {
    background-color: #274d8c;
    padding: 0 5px;
    color: white;
}

.inquery-img {
    width: 100%;
    height: 405px;
    object-fit: contain;
}

.inquery-div {
    display: flex;
    justify-content: space-between;
}
.inquery-div .col-md-4 {
    width: 31%;
}
.inquery-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inquery-form .form-control {
    padding: 0.675rem 0.75rem;
}
.freecounseling-div {
    display: flex;
    justify-content: space-between;
}
.modal-backdrop {
    --bs-backdrop-zindex: 0;
}
.modal-header {
    border-bottom-color: #274d8c;
}
.modal-body {
    padding: 30px;
}
.btn-close {
    background: none;
}
.btn-close i {
    color: #c91f36;
    font-size: 24px;
    opacity: 1;
}
.btn-close:focus {
    box-shadow: none;
}
.inquery-title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #2652b7;
    text-align: center;
}

.vista-span {
    color: #274d8c;
    font-weight: 600;
}

.int-span {
    color: #274d8c;
    font-weight: 600;
}

.inquery-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #274d8c;
}

.form-div {
    background: #fff;
    padding: 40px 40px 0px 40px;
    /* border-radius: 30px; */
}

.form-div:hover {
    border: none;
    box-shadow: 0 0px 10px;
}

.form-group {
    margin-top: 10px;
}
.form-control {
    border-color: #c91f36;
    padding: 0.2rem 0.75rem !important;
}
.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #c91f36;
    outline: 0;
    box-shadow: none;
}

.privcy-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #274d8c;
    /* text-align: center; */
    width: 100%;
    padding-top: 10px;
}

.form-submit {
    background: #c91f36;
    border-radius: 10px;
    color: white;
    padding: 5px 25px;
    border: none;
    outline: 0;
    margin: 10px 0px;
}

.form-submit:hover {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
}
#main {
    margin: 1.5rem 0rem 1.5rem;
}

.figure img {
    width: 256px;
    max-width: 256px;
    height: 278px;
    display: block;
    object-fit: fill;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* FRONT PAGE */
#title {
    text-align: center;
    padding: 1rem 0rem;
}

.figure {
    width: 256px;
    position: relative;
    box-shadow: 0rem 0.6rem 2rem rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.figcap {
    width: 100%;
    padding: 1rem 0rem;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--light);
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.gallery-eye {
    position: absolute;
    width: 100%;
    top: 100px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    gap: 20px;
    display: none;
}

.figure:hover .gallery-eye {
    display: flex;
    transition: 0.5s ease-in-out;
}
.gallery-eye i {
    font-size: 18px;
    padding: 5px;
    background-color: rgb(116, 116, 116);
    color: #ffffff;
}
.swal2-popup {
    width: 32em !important;
    max-width: 25%;
}
.swal-img {
    width: 100px;
}
.swal-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swal-div strong {
    font-size: 34px;
    color: #000000;
    margin: 20px 0px;
}
.swal-msg {
    font-size: 18px;
    color: #000000;
}
.swal2-styled.swal2-confirm {
    background-color: #274d8c !important;
}
.swal2-styled.swal2-confirm:hover {
    background-color: #1e4075 !important;
}
.notfound-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.notfound-img {
    width: 100%;
}
.notfound-text-div h4,
.notfound-text-div p {
    color: rgb(78, 78, 78);
    letter-spacing: 1.5px;
}
.notfound-text-div a {
    text-transform: uppercase;
    color: #c91f36;
    text-decoration: none;
}
/* footer */

.footer-section {
    position: relative;
    margin-top:auto;
}

.footer-section::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-image: url("../footer.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* opacity: 0.5; */
    background-position: right;
    /* filter: brightness(0.5); */
    z-index: -1;
}
.footer-address::before {
    content: open-quote;
    font-size: 20px;
    margin-right: 5px;
}
.footer-address::after {
    content: close-quote;
    font-size: 20px;
    margin-left: 5px;
}
.footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* padding:20px 0px; */
    /* margin-top: 70px;     */
}
.footer-iframe {
    width: 210px;
    height: 90px;
    margin-left: 87px;
    position: relative;
    left: 77px;
    margin-bottom: 10px;
}
.footer-main .col-md-4 {
    margin-top: 25px;
}
.footer-logo {
    width: 126px;
    height: 50px;
    /* object-fit: cover; */
}
/* .fl{
    width: 120px;
    height: 50px;
} */
.footer-section .container hr {
    margin: 0px !important;
}

.footer-desc,
.f-second-div {
    width: 23%;
}

.footer-desc {
    z-index: 99;
    margin-top: 15px;
}
.milestone-img {
    width: 100%;
}
.footer-desc p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px !important;
    color: #000000;
    text-transform: capitalize;
    margin-top: 10px;
}
.footer-social-link {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.footer-social-link ul {
    display: flex;
    padding-left: 0px;
    gap: 0px 10px;
    margin-bottom: 0px;
    position: relative;
    top: 5px;
}

.footer-social-link ul li:not(:first-child) {
    margin-left: 15px;
}

.footer-social-link ul li,
.contact-social-link ul li {
    list-style: none;
}

.footer-social-link ul li i {
    font-size: 14px;
    color: white;
    background: #c91f36;
    border-radius: 100%;
    padding: 5px 6px;
}
.footer-social-link ul li i:hover {
    background: #274d8c;
}
.contact-social-link ul {
    margin-bottom: 0px;
    padding-top: 2px;
}
.contact-social-link ul li a,
.cdd a,
.cdd p {
    text-decoration: none;
    color: black;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.contact-social-link ul li i {
    font-size: 12px;
    color: white;
    background: #c91f36;
    border-radius: 100%;
    padding: 4px 5px;
    margin-right: 10px;
}

.cdd i {
    font-size: 12px !important;
    padding: 5px 5px !important;
    background: #274d8c !important;
}
.contact-social-link ul li:not(:first-child) {
    margin-top: 7px;
}
.contact-main-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.contact-us,
.quick-access,
.destination {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
}

.f-second-div {
    margin-top: 15px;
    z-index: 99;
}

.contact-details p,
.contact-details a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px !important;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 0px;
}

.contact-details i {
    background: #c91f36;
    border-radius: 100%;
    padding: 4px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
}

.contact-details p span {
    font-weight: 500;
}
.contactform-row {
    justify-content: space-between;
}
/* .contact-img{
    background-image: url('../contactus.svg');
    background-size: cover;
    background-repeat: no-repeat;
} */
.contact-img img {
    height: 100%;
}
.otherways {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.otherways h6 {
    font-weight: 600;
    color: #274d8c;
}
.contactus-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #c91f36, #660c18),
        linear-gradient(to top right, #c9283d, #ca263c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.c-line {
    height: 5px;
    width: 90%;
    border-radius: 10px;
    background-color: #c91f36;
    margin-top: 20px;
    margin-bottom: 20px;

    float: right;
}
.cd-full {
    display: flex;
    justify-content: space-between;
}
.quick-access-details,
.destinations-details {
    display: flex;
    flex-direction: column;
}

.quick-access-details i,
.destinations-details i {
    font-size: 14px;
}

.quick-access-details a,
.destinations-details a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.contact-details p :hover span {
    color: #274d8c;
    text-decoration: none;
    transform: none;
}

.contact-details p:hover,
.contact-details a :hover,
.quick-access-details a:hover,
.destinations-details a:hover {
    color: #acacac;
    /* transform: translate(2px); */
    text-decoration: none;
}
/* 
.footer-second {
    background: #c91f36;
} */

.footer-secondp {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    /* text-align: center; */
    /* padding: 10px 220px 7px 0px; */
    margin-bottom: 0px;
    text-decoration: none;
}
.footer-secondp:hover {
    color: #FFF;
}
/* company banner */
.companybanner {
    width: 100%;
    padding: 20px 0px;
    position: relative;
}

.sec-2 {
    /* position: absolute; */
    bottom: 22px;
    right: 100px;
    /* height:300px; */
    /* background-color:#54535359; */
    /* border:1px solid #03a5e3; */
}

.companybanner::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    /* background-image: url('../who.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    filter: brightness(0.3);
}

.company-banner {
    width: 100%;
    height: 300px;
    /* object-fit: cover; */
}
.company-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}
.company-details h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #274d8c;
}
.company-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.slideshow .slider {
    width: 100vw;
    height: 100vw;
    z-index: 2;
}
.slideshow .slider * {
    outline: none;
}
.slideshow .slider .item {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
    position: fixed;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}
.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 80px;
    width: 100vw;
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 100;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 0.8;
}
@media (max-width: 767px) {
    .slideshow-text {
        font-size: 40px;
    }
}
.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}
.the-most img {
    max-width: 100%;
}

.service-banner-image {
    position: relative;
    /* display: flex;
    justify-content: center; */
}

.service-banner-image img {
    width: 100%;
    height: 400px;
    /* filter: brightness(0.5); */
    /* object-fit: cover; */
    background: rgba(0, 0, 0, 0.2);
}
.mainservice {
    position: relative;
    width: 408px;
    height: 408px;
}

.mainservice-image {
    width: 100%;
    height: 100%;
}

.serviceicon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}
#icon1,
#icon2,
#icon3,
#icon4,
#icon5,
#icon6,
#icon7,
#icon8 {
    position: absolute;
}
#icon1 {
    /* transform: translate(11vw); */
    top: 40px;
    left: 145px;
}

#icon2 {
    transform: rotate(45deg) rotate(-45deg);
    top: 52px;
    left: 255px;
}

#icon3 {
    transform: rotate(90deg) rotate(-90deg);
    top: 138px;
    left: 327px;
}

#icon4 {
    transform: rotate(135deg) rotate(-135deg);
    bottom: 125px;
    right: 58px;
}

#icon5 {
    transform: rotate(180deg) rotate(-180deg);
    bottom: 53px;
    right: 143px;
}

#icon6 {
    transform: rotate(225deg) rotate(-225deg);
    bottom: 65px;
    left: 123px;
}

#icon7 {
    transform: rotate(270deg) rotate(-270deg);
    bottom: 150px;
    left: 50px;
}

#icon8 {
    transform: rotate(315deg) rotate(-315deg);
    top: 114px;
    left: 60px;
}

.service-page-heading p {
    /* text-align: justify; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.allservice-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.service-scroll {
    position: sticky;
    top: 58px;
}
.service-scroll-details {
    margin: 30px 0px;
    /* border: 1px solid #245EAA; */
    padding: 10px 20px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background-color: #c91f36;
}
.os-sidebar {
    padding-left: 40px;
}
.side-heading {
    font-size: 16px;
    margin: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.other-service a {
    text-decoration: none;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0px;
    display: flex;
    align-items: flex-start;
}
.other-service a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    background-image: url("../arrow.png");
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    text-shadow: 0px 0px 6px #323232;
    width: 40px;
    height: 40px;
    margin-top: -4px;
}

.other-service a:hover {
    color: #a8a9ac;
}
.other-service a:hover::before {
    transform: scale(1.2);
}
.sd-section {
    margin: 60px 0px 40px 0px;
}
.details-service ul {
    padding-left: 1rem;
}
.details-service ul li {
    list-style: none;
    display: flex;
    line-height: 30px;
}
.details-service ul li::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #274d8c;
    font-size: 18px;
}
.other-service-country {
    gap: 2px 5px;
    padding-bottom: 10px;
}
.other-service-country a:hover span {
    background-color: #274d8c !important;
}
.service-page-heading h3 {
    display: flex;
    justify-content: center;
}

.service-page-heading h5 {
    display: flex;
    justify-content: center;
}
.ssection-heading {
    position: absolute;
    bottom: 70px;
    /* left: 100px; */
    display: flex;
    flex-direction: column;
}
.s-type {
    display: none;
    background-color: red;
    width: 102px;
    height: 5px;
    border-radius: 10px;
}
.faq-banner-image {
    position: relative;
    height: 400px;
}
.faq-banner-image img {
    width: 100%;
    height: 399px;
    object-fit: fill;
    background: rgba(0, 0, 0, 0.2);
}
.faq-div {
    position: absolute;
    bottom: 100px;
}
.allfaq-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
}
.contact-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
}
.faq-type {
    display: none;
    background-color: red;
    width: 100%;
    height: 5px;
    border-radius: 10px;
}
.cm-type {
    display: none;
    background-color: red;
    width: 46%;
    height: 5px;
    border-radius: 10px;
}
.t-type {
    display: none;
    background-color: red;
    width: 32%;
    height: 5px;
    border-radius: 10px;
}
.sam-type {
    display: none;
    background-color: red;
    width: 37%;
    height: 5px;
    border-radius: 10px;
}
.purpose-type {
    display: none;
    background-color: red;
    width: 10%;
    height: 5px;
    border-radius: 10px;
}
.contact-type {
    display: none;
    background-color: red;
    width: 75%;
    height: 5px;
    border-radius: 10px;
}
.contact-title {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    color: #274d8c;
    margin-top: 50px;
}
.contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-top:20px; */
}
.contact-details h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
}
.contact-details h4 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.contact-details h4 span:hover {
    color: #274d8c;
    text-decoration: underline;
}
.contact-iframe {
    width: 100%;
    height: 400px;
}
.contact-iframe:hover {
    transform: scale(1.04);
    transition: 1s ease-in-out;
}

.f-type {
    display: none;
    background-color: red;
    width: 121px;
    height: 5px;
    border-radius: 10px;
}
.sample-image {
    margin-top: 10px;
    margin-bottom: 20px;
}
.all-faq,
.allclient-testimonial {
    padding: 40px 0px 40px 0px;
}
.allfaq-div .accordion-button {
    background: rgba(151, 180, 251, 0.2);
    padding: 20px 10px;
    /* overflow-x: scroll; */
}
.allfaq-div .accordion-button:focus,
.allfaq-div .accordion-collapse {
    background: rgba(151, 180, 251, 0.2) !important;
}
.allfaq-div .accordion-button:not(.collapsed) {
    color: #274d8c;
    background-color: rgba(151, 180, 251, 0.2);
}
.allfaq-div .accordion-flush .accordion-collapse {
    background-color: rgba(151, 180, 251, 0.2);
    border-radius: 10px;
}

.faq-heading {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 90px;
    color: #134e6c;
}

.faq-heading::after {
    content: "\f7a4";
    font-family: "FontAwesome";
    margin-left: 20px;
    margin-top: 30px;
}

.our-faq-solution {
    background: #c3dede;
    padding: 40px 0px;
}

.accordion-item {
    /* background: rgba(151, 180, 251, 0.2); */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 10px 0px;
    border-radius: 10px !important;
}

.accordion-button {
    background: rgba(151, 180, 251, 0.2);
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 10px;
}
.statement-heading {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #c91f36;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.sop {
    background-color: #274d8c;
    padding: 3px;
    color: #ffffff;
    z-index: 2;
}
.sop-vertical {
    background-color: #274d8c;
    padding: 8px;
    margin-left: -10px;
    z-index: 1;
    transform: skew(167deg);
    z-index: 1;
}
.guideline {
    padding: 3px 0px 3px 4px;
}
.sample-details,
.interview-details {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sample-details h1,
.sample-details h2,
.sample-details h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.sample-details p,
.sample-details ul li,
.interview-details p,
.interview-details ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    /* text-align: justify; */
}

.sample-details ul li {
    margin-left: 30px;
    list-style: none;
}
.interview-details ul {
    margin-left: 30px;
}
.sample-details ul li::before {
    content: "\f111";
    font-family: "FontAwesome";
    color: #c91f36;
    font-size: 10px;
    margin-right: 20px;
    border: 4px solid #274d8c;
    border-radius: 50%;
}
.interview-details h1,
.interview-details h2,
.interview-details h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    color: #274d8c;
    padding-bottom: 20px;
}
.interview-details p strong,
.interview-details strong {
    color: #c91f36;
}

.blog-c {
    display: contents;
}
.aboutus-row,
.mission-row {
    justify-content: space-between;
    align-items: center;
}
.about-main-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.about-main-banner img {
    background-color: unset;
}
.am-img {
    width: 250px !important;
    height: 230px !important;
    transition: transform 0.2s ease-in-out;
}
.am-img:hover {
    animation: bounce 1s;
    transform: scale(1.07);
    cursor: pointer;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.ami {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
}
.ami a {
    color: white;
    text-transform: capitalize;
    text-decoration: none;
}
.ceo-msg-section {
    padding-top: 40px;
    position: relative;
}
.ceo-msg-section:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-image: url("../ceobg.png");
    background-repeat: no-repeat;
    /*background-size: cover;*/
     background-position:bottom; 
    background-origin: content-box;
    z-index: -1;
}
.ceo-msg p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    /* text-align: justify; */
}
.vision-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: justify;
}
.mission-img {
    width: 100%;
    border-radius: 34px;
    height:388px;
    object-fit: contain;
}

.mission-title,
.mission-span,
.ceo-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none;
}
.vision-span {
    color: #274d8c !important;
}
.ceo-msg {
    position: relative;
}
.ceo-left,
.ceo-right {
    font-size: 1rem;
    font-family: "Fontawesome";
    color: white;
}
.ceo-left {
    margin-right: 10px;
}
.ceo-right {
    margin-left: 10px;
    margin-top: -30px;
}
/* .ceo-msg::before {
    top: -1rem;
    left: 17.5rem;
    content: open-quote;
    opacity: 0.2;
}

.ceo-msg::after {
    bottom: 0rem;
    right: 38rem;
    content: close-quote;
    opacity: 0.2;
}
.ceo-msg::before,
.ceo-msg::after {
    text-shadow: -2px 2px #fff, -1.5px 1.5px #fff, -1px 1px #fff,
        -0.5px 0.5px #fff;
} */
.approach-row {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.approach-img {
    width: 100%;
    height: 400px;
}
.approach-details-div {
    padding-left: 40px;
}
.approach-details-div ul,
.approach-details-div ol {
    padding-left: 1rem;
}
.approach-details-div ul li,
.approach-details-div ol li {
    list-style: none;
    display: flex;
}
.approach-details-div ul li::before,
.approach-details-div ol li::before {
    content: "\f058";
    font-family: "FontAwesome";
    margin: 4px 10px 0px 0px;
    font-size: 18px;
    color: #c91f36;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    color: #c91f36;
    transition: 1s ease-in-out;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: none;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs {
    border: none;
}

.certification-row {
    padding: 40px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.certification-div {
    margin-top: 20px;
    width: 24%;
}

.certification-image {
    height: 200px;
    border: 1px solid #ababaa;
    padding: 10px 0px;
    width: 100%;
}

.certification-image:hover {
    border: none;
    box-shadow: 0px 0px 4px 4px rgba(160, 160, 160, 0.534);
    transition: 1s ease-in-out;
}

.testimonial-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    color: #274d8c;
}
.test-all {
    display: flex;
    justify-content: center;
    text-decoration: none;
}
.thc {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
}
.testimonial-all {
    text-align: center !important;
    font-style: italic !important;
    font-size: 14px !important;
}
.testimonial-position {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    text-align: center !important;
    color: white;
}
.testimonial-regard {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: white;
}

.testimonial-img {
    height: 400px;
    width: 100%;
    /* border-radius: 10px;
        outline: 1px solid #c91f36;
        outline-offset: -20px; */
}
.cm-div {
    display: initial;
}
.ceo-img {
    width: 100%;
    height: fit-content;
    float: left;
    shape-outside: inset(1% round 50%);
    margin-right: 30px;
}
.ceoid {
    position: relative;
}
.ceo-img-title {
    position: absolute;
    top: -46px;
    z-index: 1;
    left: -111px;
    width: 230px;
}
.best-regards {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    /*left: 296px;*/
    /*width: 300px;*/
}
.tp {
    text-align: start !important;
}
.f-container {
    padding-top: 10px;
    padding-bottom: 20px;
}
.apply {
    background-color: #274d8c;
    width: 102px;
    height: 5px;
    border-radius: 10px;
}
/* .franchise-section{
    background-color:#c91f36;
} */
.f-all-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.first-form-group .form-control{
    padding: 0.675rem 0.75rem !important;
}
.franchise-div .col-md-4{
    width:48%;
    margin-bottom: 20px;
}
.f-image img{
    width:85% !important;
    height:70%;
    object-fit: cover;
}
.franchise-button {
    padding: 5px 20px;
    gap: 10px;
    width: 184px;
    height: 50px;
    background: #c91f36;
    box-shadow: 0px 10px 25px rgba(13, 94, 244, 0.1);
    border-radius: 10px;
    margin: 10px;
    color: #ffffff;
    border: 0;
}
.f-form {
    box-shadow: 16px 0px 8px -7px #00000045;
    padding: 0px 38px;
}
.franchise-title {
    color: #c91f36;
    font-weight: 600;
}
.franchise-para {
    font-size: 18px;
    padding: 0px 20px;
    font-weight: 400;
    padding: 0pc 80px;
    text-align: center;
}
.franchise-button:hover {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    transition: 1s ease-in-out;
    color: white;
}
.cdf .col-md-4 {
    width: 46%;
    margin-bottom: 20px;
}
.franchise-div .form-control {
    background-color: #8d8a8a !important;
    color: white !important;
}
.franchise-div .form-control::placeholder {
    color: white !important;
}
.franchise-div .form-select {
    background-image: url("../darrow.png");
    background-size: 50px 45px;
}
.maincareer,
.career-application {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.career-application {
    margin: 40px 0px 20px 0px;
}
.maincareerheading {
    color: #c91f36;
    font-weight: 600;
    letter-spacing: 1px;
}
.careersubheading {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}
.career-seconddiv img {
    width: 100%;
}

.career-div {
    background-color: white;
    box-shadow: 0px 0px 10px black;
    padding: 20px;
}
.cimd {
    position: relative;
    z-index: -1;
}
.careerright {
    position: absolute;
    left: -28px;
    width: 170px;
}
.career-div h6 {
    color: rgb(90 88 88);
    text-transform: uppercase;
    font-size: 16px;
}
.career-div h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: auto;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}
.career-div span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: auto;
    color: rgb(90 88 88);
}
.career-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #070707;
    text-align: justify;
}
.career-div a {
    text-decoration: none;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #c91f36;
}
.career-div a:hover {
    color: #ac1a2d;
    transition: 1s ease-in-out;
}
.career-details-section {
    position: relative;
}
.career-details-section::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-image: url("../careertop.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}
.career-details-section::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background-image: url("../careerbottom.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: -1;
}
.career-details h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
    color: #274d8c;
    text-transform: uppercase;
}
.career-details h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
    color: #274d8c;
    text-transform: capitalize;
}
.career-details h6 {
    font-style: normal;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
.career-details h6 span {
    color: #274d8c;
    font-size: 20px;
    font-weight: 600;
}
.job_desc {
    margin-top: 40px;
}
.job_desc h6,
.jobmaindesc h1,
.jobmaindesc h2,
.jobmaindesc h3,
.jobmaindesc h4,
.jobmaindesc h5,
.jobmaindesc h6,
.jobmaindesc strong {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    margin: 0px 0px 20px 0px;
    color: #454546;
    text-transform: uppercase;
}
.careerapply {
    text-align: center;
}
.careerapply a {
    background: #c91f36;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border-radius: 30px;
    box-shadow: 4px 0px 0px #686666;
}
.careerapply a:hover {
    background-color: #274d8c;
}
.career-details ul {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
    padding-left: 40px;
    text-align: justify;
}
.career-details {
    margin-bottom: 40px;
    padding: 130px;
}

.btn-div {
    width: 100%;
    display: flex;
    float: right;
    justify-content: flex-end;
}
.testimonial-div {
    /* border-bottom: 1px solid #5881b7; */
    padding-bottom: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.alltest-heading {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.alltest-heading div {
    width: 10%;
    background-color: #c91f36;
    height: 5px;
    border-radius: 20px;
}
.alltest-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #274d8c;
    margin: 3px 0px;
}
.modal {
    z-index: 99999;
}
.modal-item {
    display: flex;
    flex-wrap: wrap;
}
.tdp {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px !important;
}
.tdi {
    float: right;
    color: white !important;
}
.tdmc {
    background-color: transparent;
    border: none;
}
.tdmi {
    background-color: white;
    border-radius: 10px;
}
/* .ed2 p{
    color:white;
} */
.td {
    position: relative;
}

.td::before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    top: -13px;
    font-size: 60px;
    filter: drop-shadow(2px 4px 6px black);
    opacity: 0.4;
    left: -20px;
    color: #274d8c;
}
.tdetails img {
    width: 100%;
    height: 400px;
}
.class-banner-image {
    position: relative;
}
.class-banner-image img {
    width: 100%;
    height: 440px;
}
.book-form .col-md-6 {
    width: 48%;
}
.class-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #274d8c;
    margin-top: 10px;
}
.band_score h1,
.band_score h2,
.band_score h3,
.band_score h4,
.band_score h5,
.band_score h6,
.band_score strong {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #000000;
    margin: 20px 0px;
}

.course-include ul li {
    list-style: none;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
.band_score ul li {
    display: flex;
    list-style: none;
    color: #000000;
    margin: 15px 0px;
    font-size: 16px;
    line-height: 35px;
}

.dform-submit {
    background-color: #c91f36;
    padding: 15px 0px;
    border: none;
    color: white;
    font-weight: 600;
    border-radius: 10px;
}
.dform-submit:hover {
    background-color: #a10d21;
}
.dform-submit::after {
    content: "\f061";
    margin-left: 10px;
    font-family: "FontAwesome";
}

.course-include ul,
.band_score ul {
    padding-left: 0px;
}
.course-include ul li::before,
.band_score ul li::before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #c91f36;
}
.testtype_main {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
    justify-content: space-between;
}
.test-type-div {
    width: 24%;
    background-color: #c91f36;
    border-radius: 20px;
    padding: 10px;
}
#testtype-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: 1px solid;
}
.test-type-div:hover #testtype-heading {
    background-color: white;
    color: #a31628;
    border: none;
}
/* #testtype-heading::before{
    content: '\f061';
    font-family: 'FontAwesome';
} */
.test-img-div {
    display: flex;
    justify-content: center;
}
.test-icon {
    width: 150px;
    height: 150px;
    box-shadow: 0px 0px 3px;
    border-radius: 100%;
}
.section-heading {
    position: absolute;
    bottom: 70px;
    left: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.section-heading h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
}
.section-line {
    width: 120px;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}
.overview {
    margin: 40px 0px;
}
.overview-sub-section,
.types-sub-section {
    margin-bottom: 20px;
}
.overview-sub-section h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    color: #000000;
}
.overview-line {
    width: 65px;
    height: 4px;
    border-radius: 20px;
    background-color: #c91f36;
}

.overview ul li,
.types ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    color: #000000;
}
.types-sub-section h4,
.class-div h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
}
.types p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.ic-div {
    /* position: relative;
    display: flex;
    align-items: center; */
    padding-top: 40px;
}

.image-circle img {
    width: 100%;
    height: 100%;
    /* box-shadow : 10px 10px 2px #c91f36; */
}
.ps {
    background: linear-gradient(
        270deg,
        rgba(36, 94, 170, 0.3) -105.34%,
        rgba(36, 94, 170, 0) 112.15%
    );
}
.prep-section {
    position: relative;
}
.preparation-section::after {
    /* content:''; */
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url("../bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}
.preparation-section {
    /* margin: 40px 0px; */
    padding: 60px 0px;
    /* background: linear-gradient(
        270deg,
        rgba(36, 94, 170, 0.3) -105.34%,
        rgba(36, 94, 170, 0) 112.15%
    ); */
    position: relative;
}
.preparation-section::before {
    /* content:''; */
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url("../bg1.png");
    background-repeat: no-repeat;
    z-index: -1;
}

.class-div h4 {
    margin-bottom: 40px;
}
.class-div p,
.introduction p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.call-us-now {
    background: #274d8c;
    border-radius: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
}
.call-us-now:hover {
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    color: white;
    transition: 1s ease-in-out;
}
.call-btn {
    margin-top: 50px;
}
.class-image-div img {
    width: 100%;
    height: 240px;
}
.introduction-sub-section {
    margin-bottom: 30px;
}
.introduction-sub-section h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #000000;
}
.introduction-line {
    width: 186px;
    height: 4px;
    border-radius: 20px;
    background-color: #c91f36;
}
.score-section {
    margin: 40px 0px;
    padding: 60px;
    background: linear-gradient(
        270deg,
        rgba(36, 94, 170, 0.3) -105.34%,
        rgba(36, 94, 170, 0) 112.15%
    );
}
.score-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #274d8c;
    text-align: center;
}
.score-section {
    overflow-y: scroll;
    height: 700px;
}
.score-section::-webkit-scrollbar,
.s-second-div::-webkit-scrollbar,
.s-nav-tab::-webkit-scrollbar,
.accordion-body p::-webkit-scrollbar,
.allfaq-div .accordion-button::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /* background: #ff048fa6;  */
}
.s-nav-tab::-webkit-scrollbar {
    height: 0px;
}
.score-heading span {
    color: #c91f36;
}
.score-div {
    width: 48%;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 20px 20px 50px 20px !important;
    margin-top: 40px;
}
.score-div:hover {
    box-shadow: 0px 0px 5px;
    transform: scale(1.1);
    transition: 1s ease-in-out;
}
.score-div h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #274d8c;
    text-transform: capitalize;
}
.score-div h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #c91f36;
    text-transform: capitalize;
}
.score-div p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
}
.preparation-center-sub-section h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #c91f36;
    text-align: center;
    margin-bottom: 30px;
}
.preparation-center-sub-section h4 span {
    color: #274d8c;
}
.preparation-center p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.syllabus-section {
    margin: 20px 0px;
    padding: 40px;
    background: linear-gradient(
        270deg,
        rgba(36, 94, 170, 0.3) -105.34%,
        rgba(36, 94, 170, 0) 112.15%
    );
}
.syllabus-heading,
.center-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 20px;
}
.syllabus-line {
    width: 70px;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}
.syllabus-div {
    padding-top: 20px;
}
.syllabus-div h1,
.syllabus-div h2,
.syllabus-div h3,
.syllabus-div strong {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #274d8c;
}
.syllabus-div p,
.syllabus-div ul li,
.center-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    text-align: justify;
}
.syllabus-div ul li {
    list-style: decimal;
}
.center-div {
    margin-top: 40px;
}
.center-line {
    width: 119px;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}

.center-second-div {
    width: 48%;
    background: #ffffff;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 50px 30px;
    margin-top: 40px;
}
.center-second-div:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-15px);
    transition: 1s ease-in;
}
.center-second-div h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #274d8c;
}
.center-second-div p,
.duration-div p,
.lwrs p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
}
.syllabus-image img {
    width: 50%;
    height: 260px;
    float: right;
    margin-left: 20px;
}
.duration {
    margin-top: 50px;
}
.duration-div {
    margin-bottom: 20px;
}
.duration-div h1,
.duration-div h2,
.duration-div h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 20px;
}
.lwrs {
    width: 46%;
}
.lwrs h1,
.lwrs h2,
.lwrs h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #274d8c;
}
.lwrs p strong {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #c91f36;
}
.test-score-div,
.test-date-div,
.book-date-div,
.change-date-div,
.allow-test,
.score-valid {
    margin: 20px 0px;
}
.test-score-div h1,
.test-score-div h2,
.test-score-div h3,
.test-date-div h1,
.test-date-div h2,
.test-date-div h3,
.book-date-div h1,
.book-date-div h2,
.book-date-div h3,
.change-date-div h1,
.change-date-div h2,
.change-date-div h3,
.allow-test h1,
.allow-test h2,
.allow-test h3,
.score-valid h1,
.score-valid h2,
.score-valid h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 10px;
}
.book-date-div h1:not(:first-child),
.book-date-div h2:not(:first-child),
.book-date-div h3:not(:first-child),
.change-date-div h1:not(:first-child),
.change-date-div h2:not(:first-child),
.change-date-div h3:not(:first-child),
.allow-test h1:not(:first-child),
.allow-test h2:not(:first-child),
.allow-test h3:not(:first-child) {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #c91f36;
    margin-bottom: 20px;
}
.test-score-div p,
.test-date-div p,
.book-date-div p,
.change-date-div p,
.allow-test p,
.score-valid p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
/* destination */
.destination-banner-image {
    position: relative;
}
.destination-banner-image img {
    width: 100%;
    height: 400px;
}
.d-section-line {
    display: none;
    width: 100%;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}
.d-section-heading {
    position: absolute;
    bottom: 100px;
    left: 100px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.d-section-heading h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 39px;
    text-transform: uppercase;

    color: #ffffff;
}
.destination-section {
    padding: 60px 0px 0px 0px;
    /* background: linear-gradient(
        270deg,
        rgba(36, 94, 170, 0.3) -105.34%,
        rgba(36, 94, 170, 0) 112.15%
    ); */
}
.destination-image img {
    width: 100%;
    height: 332px;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}
.destination-line {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.destination-line h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #0e0e0e;
}
.d-line {
    width: 185px;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}

.destination-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* text-align: justify; */
    color: #000000;
    display: flex;
    justify-content: space-between;
}
.destination-nav {
    background-color: #c91f36;
    justify-content: space-between;
    margin-bottom: 0px !important;
}
.destination-nav li {
    margin-right: 0px;
}

.destination-nav li a {
    padding: 30px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    border: none;
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}
.destination-nav li a.active,
.destination-nav li:hover {
    background-color: #9c1426 !important;
    color: white !important;
    border-radius: 0px;
}
.destination-nav li:hover a {
    color: white !important;
}
/* #dest-content{
    border:1px solid #274d8c;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    padding:40px;
} */
#dest-content .tab-pane h1,
#dest-content .tab-pane h2,
#dest-content .tab-pane h3,
#dest-content .tab-pane h4,
#dest-content .tab-pane h4,
#dest-content .tab-pane h5,
#dest-content .tab-pane strong {
    font-size: 18px;
    font-weight: 600;
    color: #274d8c;
    margin: 20px 0px;
}
#dest-content .tab-pane ul {
    padding-left: 2rem;
}
#dest-content .tab-pane ul li,
#dest-content .tab-pane ol li {
    list-style: none;
    display: flex;
    line-height: 30px;
    text-transform: capitalize;
    padding: 10px 0px;
}
#dest-content .tab-pane ul li::before,
#dest-content .tab-pane ol li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #ffffff;
    margin: 5px 10px 0px 0px;
    padding: 2px 4px;
    background-color: #274d8c;
    border-radius: 100%;
    height: 20px;
    display: flex;
    align-items: center;
}
.help-info {
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #0e0e0e;
    margin: 30px 0px;
}

.education-system-section {
    background: url("../service.webp");
    padding: 40px 0px;
}
.study_abroad,
.study_abroad_details,
.offered_program,
.offered_inner_div,
.choose_inner_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:30px;
}
.study_abroad_details .col-md-3 {
    width:23%;
}
.study_abroad_img,
.admission_img {
    display: flex;
    justify-content: center;
}
.study_abroad_img img,
.admission_img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.study_abroad_para {
    text-align: center;
}

.offered_program,
.admission_requirements,
.why_choose_vista {
    margin-top: 60px;
}
.offered_inner_div {
    padding-top: 10px;
}
.offered_inner_div_title {
    font-weight: bold;
    color: black;
}
/* */
.offered_details h2,
.study_abroad_heading,
.admission_requirements h2,
.why_choose_vista h2,
.testmonial_title h2 {
    color: #274d8c;
    font-size: 32px;
    font-weight: bold;
}
.admission_inner_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.admission_inner_div .admission_div {
    width: 24%;
    background-color: #c91f36;
    margin: 10px 0px;
    padding: 10px 20px;
}
.admission_div p {
    /* text-align: justify; */
    color: white;
}
.education-system h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}
.es-line {
    width: 175px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 10px;
}
.e-second h1,
.e-second h2,
.e-second h3,
.e-second h4,
.e-second h5,
.e-second h6,
.e-second strong {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #274d8c;
    text-decoration-thickness: 1px;
    text-shadow: 2px 2px 2px #274d8c;
}
.e-second p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    /* text-align: justify; */
}
.education-system-quick {
    margin-top: 30px;
}
.education-system-quick h4 {
    background: rgba(221, 231, 255, 0.5);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    color: #000000;
    padding: 5px 0px;
    text-transform: capitalize;
}
.quic-search {
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    padding: 20px;
}
.eligibility-section {
    background: linear-gradient(
        270deg,
        rgba(36, 94, 170, 0.3) -105.34%,
        rgba(36, 94, 170, 0) 112.15%
    );

    padding: 40px 0px;
}

.eligibility h4,
.eligibility h5,
.process h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #0e0e0e;
    margin-bottom: 30px;
}
.e-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.e-line {
    width: 77%;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.e-line::before,
.e-line::after {
    content: "\f111";
    font-family: "FontAwesome";
    color: #c91f36;
}
.e-div p {
    text-align: center !important;
}
.el-second h1,
.el-second h2,
.el-second h3,
.el-second h4,
.el-second h5,
.el-second h6,
.el-second strong {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 45px;
    text-transform: uppercase;
    color: #c91f36;
    text-shadow: 1px 1px 1px #274d8c;
    margin-top: 20px;
    text-align: center;
}
.el-second ul {
    padding-left: 1rem;
}
.el-second ul li {
    list-style: none;
    display: flex;
    padding: 10px 0px;
}
.el-second ul li::before,
.process ul li::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    color: #c91f36;
    margin-right: 10px;
}
.process-div {
    background-color: #c91f36;
    padding: 10px 0px;
}
.process-title,
.process ul li::before {
    color: #274d8c !important;
    text-shadow: 1px 1px white;
}
.process ul {
    padding-left: 1rem;
}
.process p,
.process ul li {
    color: white !important;
    list-style: none;
}

.el-second p,
.el-second ul li,
.process p,
.process ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    /* text-align: justify; */
    color: #000000;
}
.bookprice {
    position: fixed;
    top: 50px;
    width: 27.333333%;
}
.process h4 {
    text-align: start;
}
.p-line {
    width: 184px;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}
.document-row h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 172.5%;
    text-transform: uppercase;
    color: #c91f36;
    margin-bottom: 5px;
    margin-top: 20px;
}
.document-row h4 .doc-span {
    background-color: #274d8c;
    position: relative;
    padding: 0px 5px;
    /* right: 18px; */
    color: white;
}
.d-second-span {
    margin-left: 20px;
}
.d-span-div {
    position: absolute;
    top: 0px;
    right: -5px;
    background-color: #274d8c;
    width: 10px;
    height: 100%;
    transform: skew(157deg);
}
.document-section {
    padding-left: 10px;
}
.document-first-div p,
.document-first-div ul li,
.document-first-div ol li {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px !important;
    color: #000000;
    text-transform: capitalize;
    list-style: none;
    display: flex;
}
.document-first-div ul li,
.document-first-div ol li {
    color: #c91f36;
}
.document-first-div ul li::before,
.document-first-div ol li::before,
.scholarship-div ul li::before,
.scholarship-div ol li::before {
    content: "\f0a4";
    font-family: "FontAwesome";
    color: #274d8c;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 15px;
}
.document-first-div ul,
.document-first-div ol {
    padding-left: 0px;
}

.document-first-img img {
    width: 50%;
    height: 100px;
    margin-bottom: 10px;
}
.scholarship-container {
    padding-top: 30px;
}
.scholarship-row .col-md-6 {
    width: 100%;
}
.scholarship-container h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #274d8c;
    margin-bottom: 20px;
}
.scholarship-container h4 span {
    color: #c91f36;
}
.scholarship-div {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 70px rgba(133, 132, 132, 0.178);
    background-color: #274d8c;
    border-radius: 5px;
    margin-top: 40px;
    padding: 30px;
}


.s-second-div {
    height: 600px;
    overflow-y: scroll;
    padding: 0px 20px;
}
.scholarship-div h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: white;
}
.scholarship-div h4,
.scholarship-div h3,
.scholarship-div h2,
.scholarship-div h1,
.scholarship-div h5,
.scholarship-div h6,
.employment h4,
.employment h3,
.employment h2,
.employment h1,
.employment h5,
.employment h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: white;
}
.employment h4,
.employment h3,
.employment h2,
.employment h1,
.employment h5,
.employment h6 {
    color: #274d8c;
}
.scholarship-div h4::before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 20px;
    color: #c91f36;
}
.scholarship-div p,
.scholarship-div ul li,
.scholarship-div ol li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* text-align: justify; */
    color: #ded6d6;
    list-style: none;
    display: flex;
}
.employment {
    margin: 40px 0px;
}
.employment h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #000000;
}
.employment-line {
    width: 210px;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}
.employment p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    /* text-align: justify; */
}
.course-section {
    background: linear-gradient(
        270deg,
        rgba(36, 94, 170, 0.3) -105.34%,
        rgba(36, 94, 170, 0) 112.15%
    );
    padding: 40px;
}
.course-container h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #274d8c;
}
.course-container h3 span {
    color: #c91f36;
}
.course-first-div {
    background: #ffffff;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
    width: 32%;
}
.course-first-div h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
}
.course-first-div h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
}
.course-first-div p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    color: #828282;
}
.course-first-div:hover h5 {
    color: #c91f36;
    transition: 2s ease-in-out;
}
.course-first-div:hover h4 {
    color: #274d8c;
    transition: 2s ease-in-out;
}
.course-first-div:hover p {
    color: #070707;
    transition: 2s ease-in-out;
}
.instituate-container {
    padding: 40px 0px;
}
.instituate-container h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    color: #c91f36;
    text-align: center;
    padding: 8px;
}
.instituate-container h3 .i-span-1 {
    background: #274d8c;
    border-radius: 3px;
    color: white;
    padding: 8px;
}
.i-span-2 {
    background: #ffffff;
    border: 1px solid #30303052;
    border-radius: 3px;
    padding: 8px;
}
.instituate-div {
    width: 24%;
    background: #ffffff;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 20px;
    margin-top: 15px;
}
.instituate-div img {
    width: 100%;
    height: 130px;
}
.instituate-div h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #0d0d0d;
    text-transform: capitalize;
}
.instituate-div:hover h4 {
    color: #c91f36;
    transition: 2s ease-in-out;
}
.instituate-div h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #274d8c;
    text-transform: capitalize;
}
.faq-section {
    position: relative;
    padding: 20px 0px 30px 0px;
    background: linear-gradient(to bottom right, #c91f36, #9c1426),
        linear-gradient(to top right, #a31628, #cc2137);
    margin-bottom: 20px;
}
body.modal-open {
    margin-right: 0px !important;
}

.faq-first-div {
    z-index: 1;
}
.faq-second-div {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 100%;
}
.faq-second-div img {
    width: 100%;
    margin-bottom: 150px;
    height: 100%;
}
.accordion-button {
    background: #ffffff;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    /* word-break: break-all; */
}
.accordion-button::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    background-image: none;
    color: #274d8c;
}
.accordion-button:focus {
    background-color: #ffffff;
    outline: 0;
    border: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    color: #274d8c;
}
.accordion-button:not(.collapsed) {
    color: #274d8c;
    background-color: #ffffff;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.accordion-flush .accordion-collapse {
    background-color: #ffffff;
    border-radius: 10px;
}
.accordion-item {
    margin-top: 20px;
}
.accordion-body p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    /* overflow-x: scroll; */
    word-break: break-all;
}

.instituation-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.instituation-row {
    margin-bottom: 40px;
}
.all-instituation-image {
    position: relative;
}
.isection-heading {
    position: absolute;
    bottom: 70px;
    left: 100px;
    display: flex;
    flex-direction: column;
}
.allinstituation-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ffffff;
}
.i-type {
    display: none;
    width: 76px;
    height: 5px;
    background-color: #c91f36;
    border-radius: 10px;
}
.all-instituation-image img {
    width: 100%;
    height: 400px;
}
.i-d-title span {
    padding: 5px 20px;
    background: #274d8c;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 172.5%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.s-nav-tab a {
    padding: 15px 10px;
    background: #274d8c;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}
.s-nav-tab .active {
    background: #c91f36;
    color: white;
}
.s-nav-tab a:not(:first-child) {
    margin-left: 20px !important;
}
.s-nav-tab {
    flex-wrap: inherit;
    overflow-x: scroll;
    /* justify-content: space-between; */
}
.instituation-div {
    width: 23%;
    border: 1px solid #777777;
    border-radius: 10px;
    margin-top: 30px;
}
.instituation-image {
    width: 100%;
    border-radius: 10px;
    height: 200px;
}
.instituation-div:hover {
    border: none;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.i-logo-image {
    margin-top: -50px;
    z-index: 3;
}
.i-logo-image img {
    width: 100%;
    height: 190px;
    border: 1px solid #000000;
    border-radius: 10px;
}
.i-details-row p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-left: 20px;
    /* text-align: justify; */
}
.i-details-row ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.i-details-row h1,
.i-details-row h2,
.i-details-row h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #274d8c;
}
.i-details-row ul {
    padding-left: 30px;
}
.inquery-details-heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.inquery-details-heading h5 {
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #c91f36;
}
.inquery-details-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: right;
    text-transform: uppercase;
    color: #c91f36;
}
