@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

:root {
    --color-white: #ffffff;
    --color-red: #fd810d;
    --color-orange: #ec1e21;
    --color-blue: #00266d;
    --color-black: #1c1c1c;
    --border-color: #e5e5e5;
    --text-color: #7c7c7c;
    --color-dark: #1c1c1c;
    --bg-color: #ebf3fb;
    --black-gradient-background: linear-gradient(
        1deg,
        rgb(5 5 5 / 67%) 44%,
        rgb(255 255 255 / 0%) 100%
    );
    --black-transparent-bg: rgb(0 0 0 / 28%);
    --transition: ease-in-out 0.3s;
}

* {
    outline: none;
}
h1, h2, h3, h4, h5, h6{
    color: var(--color-blue);
}

.btn-warning {
    color: var(--color-red);
    background: transparent;
    border-color: var(--color-red);
    border-radius: 40px;
    outline: none;
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: var(--transition);
}

.btn-warning:hover:hover {
    background: var(--color-red);
    color: var(--color-white);
    border-color: var(--color-red);
}

.container {
    max-width: 1150px;
}

img {
    width: 100%;
}

.mt {
    margin-top: 50px;
}

.mb {
    margin-bottom: 50px;
}

.pt {
    padding-top: 50px;
}

.pb {
    padding-bottom: 50px;
}

a {
    text-decoration: none;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}
p{
    margin-bottom:20px;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Mukta', sans-serif;
    color: var(--color-dark);
    font-weight: 500;
}

/* Skip Ads */

.only-mobile {
    display: none;
}

.skip-ads {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: white;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
}

.skip-ads::-webkit-scrollbar {
    width: 10px;
    display: none;
}

.skip-ads::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.skip-ads::-webkit-scrollbar-thumb {
    background: #888;
}

.skip-ads-wrap {
    position: relative;
    max-width: 650px;
    margin: auto;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.skip-ads-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.skip-ads-head img {
    width: auto;
}

.skip-ads-head .btn {
    background: var(--secondary-color);
    border: none;
    padding: 7px 20px;
    border-radius: 3px;
    font-weight: 500;
}

.skip-ads-head .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background: var(--secondary-color) !important;
}

.skip-ads.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.5s;
}

.skip-ads-wrap .btn {
    position: absolute;
    right: 0;
    top: -15px;
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    border: none;
    background: var(--color-orange);
}

.skip-ads-wrap .btn:focus {
    box-shadow: none;
}

/* Skip Ads End */

/* Social Meda SLide */
.slide-social-media {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1015;
}
.slide-social-media ul li a {
    color: var(--color-white);
    padding-right: 10px;
    display: block;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.slide-social-media ul li a i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 3px 0px 2px rgb(0 0 0 / 10%);
    margin-right: 8px;
    vertical-align: middle;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.slide-social-media ul li.facebook a {
    background: #1877f2;
    position: relative;
    right: -106px;
    transition: var(--transition);
}
.slide-social-media ul li.facebook a:hover {
    right: 0;
}
.slide-social-media ul li.messenger a {
    background: #0084ff;
    position: relative;
    right: -106px;
    transition: var(--transition);
}
.slide-social-media ul li.messenger a:hover {
    right: 0;
}
.slide-social-media ul li.whatsapp a {
    background: #25d366;
    position: relative;
    right: -106px;
    transition: var(--transition);
}
.slide-social-media ul li.whatsapp a:hover {
    right: 0;
}
.slide-social-media ul li.viber a {
    background: #8f5db7;
    position: relative;
    right: -106px;
    transition: var(--transition);
}
.slide-social-media ul li.viber a:hover {
    right: 0;
}
.hotline {
    margin-left: 10px;
}
.hotline a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--color-orange);
    line-height: normal;
    transition: var(--transition);
}
.hotline a:hover {
    color: var(--color-blue);
}
.hotline a i {
    margin-right: 3px;
}
/* Social Media Slide End */

/* Top Header */
body.active {
    position: relative;
}

body.active::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 90%);
    z-index: 1021;
    transition: var(--transition);
}
.th-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.th-left ul {
    display: flex;
}

.th-right ul {
    display: flex;
}

.th-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.th-wrap ul li + li a {
    position: relative;
}
.th-wrap ul li + li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 1px;
    background: #87878754;
}
.header-top {
    position: relative;
    z-index: 1020;
}

.navbar-brand {
    margin-right: 0;
    padding: 0;
}

.th-wrap ul li a {
    display: block;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    font-weight: 400;
    padding: 0 12px;
}
.th-wrap ul li a:hover {
    color: var(--color-red);
}

.th-right {
    display: flex;
    align-items: center;
}

.th-wrap ul li a i {
    font-size: 18px;
    margin-right: 3px;
}

.th-wrap ul li.facebook a i {
    color: #1877f2;
}

.th-wrap ul li.twitter a i {
    color: #1da1f2;
}

.th-wrap ul li.linkedin a i {
    color: #0077b5;
}

.th-wrap ul li.instagram a i {
    color: #c13584;
}

.th-wrap ul li.youtube a i {
    color: #ff0000;
}

.th-right ul li a i {
    text-align: center;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
    color: var(--color-red);
}

.th-left ul li i {
    color: var(--color-orange);
}

.th-right ul li.facebook a:hover {
    background: #1877f2;
}

.th-right ul li.facebook a:hover i {
    color: var(--color-white);
}

.th-right ul li.twitter a:hover {
    background: #1da1f2;
}

.th-right ul li.twitter a:hover i {
    color: var(--color-white);
}

.th-right ul li.linkedin a:hover {
    background: #0077b5;
}

.th-right ul li.linkedin a:hover i {
    color: var(--color-white);
}

.th-right ul li.instagram a:hover {
    background: #c13584;
}

.th-right ul li.instagram a:hover i {
    color: var(--color-white);
}

.th-right ul li.youtube a:hover {
    background: #ff0000;
}

.th-right ul li.youtube a:hover i {
    color: var(--color-white);
}

.social-medias ul {
    display: flex;
}

.social-medias ul li a {
    height: 30px;
    width: 30px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #e7e7e7;
    font-size: 16px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.social-medias ul li.facebook a {
    color: #1877f2;
}

.social-medias ul li.facebook a:hover {
    background: #1877f2;
    color: var(--color-white);
}

.social-medias ul li.twitter a {
    color: #1da1f2;
}

.social-medias ul li.twitter a:hover {
    background: #1da1f2;
    color: var(--color-white);
}

.social-medias ul li.linkedin a {
    color: #0077b5;
}

.social-medias ul li.linkedin a:hover {
    background: #0077b5;
    color: var(--color-white);
}

.social-medias ul li.instagram a {
    color: #c13584;
}

.social-medias ul li.instagram a:hover {
    background: #c13584;
    color: var(--color-white);
}

.social-medias ul li.youtube a {
    color: #ff0000;
}

.social-medias ul li.youtube a:hover {
    background: #ff0000;
    color: var(--color-white);
}

.social-medias ul li + li a {
    margin-left: 5px;
}

.apply-btn a {
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 4px;
    border: 1px solid var(--color-white);
    transition: var(--transition);
}

.apply-btn a:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
}

.apply-btn {
    margin-left: 20px;
    position: relative;
}
.apply-btn + .apply-btn {
    margin-left: 7px;
}
.mobile-only {
    display: none;
}
.apply-drop {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: #fff;
    min-width: 150px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    display: block !important;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    transform: translateY(15px);
}
.apply-btn:hover .apply-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.apply-drop li a {
    color: var(--color-dark) !important;
    padding: 7px 15px !important;
    border-radius: 0;
    background: transparent !important;
    border: none !important;
}

.apply-drop li + li a {
    border-top: 1px solid #e5e5e5 !important;
}

.apply-drop li a:hover {
    color: var(--color-white) !important;
    background: var(--color-orange) !important;
}

/* Header bubble pop up*/

.blink-btn-wrapper {
    position: fixed;
    top: 22%;
    right: 70px;
    transform: translateY(-20%);
    z-index: 1015;
}

.blink-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: #fd810d;
    color: var(--color-white);
    text-align: center;
    animation: zoom-in-zoom-out 3s ease-out infinite;
    /* background: linear-gradient(to right, #3169b2 0%, #ec1e21d9 100%); */
    border: 2px solid #fff;
}

.exam-blink {
    animation: more-zoom-in-zoom-out 2s ease-out infinite;
    height: 80px;
    width: 80px;
    line-height: 80px;
}
.blink-btn a {
    color: var(--color-white);
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    transition: var(--transition);
}
.blink-btn + .blink-btn a {
    font-size: 16px;
}

.blink-btn:hover a {
    color: #efefef;
}
.blink-btn a span {
    display: block;
}
.blink-btn + .blink-btn {
    margin-top: 20px;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes more-zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}
/* Top Header End */

/* header */

.slider-head h1 {
    flex: 6;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
    position: relative;
    color: var(--color-white);
    text-shadow: 0px 3px 5px rgb(0 0 0 / 30%);
}
.slider-head p {
    font-size: 24px;
    color: var(--color-white);
    margin-top: 15px;
    font-weight: 500;
}
.slider-top-col .left-section-circle img {
    width: auto;
    position: absolute;
    bottom: 50px;
    right: 60px;
    height: 70px;
}
.slider-head-btn {
    flex: 3;
    text-align: right;
    display: flex;
    margin-top: 30px;
}
.carousel-indicators{
    bottom:30px;
}
.slider-top-col .revel-animation.revel-left:before {
    border-radius: 7px;
}
.slider-head-btn a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 10px 25px;
    border-radius: 100px;
    white-space: nowrap;
    transition: var(--transition);
}
.slider-head-btn a + a {
    margin-left: 15px;
}
.slider-head-btn a i {
    margin-left: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.bg-btn {
    color: var(--color-white);
    background: var(--color-red);
    border: 1px solid var(--color-red);
}
.bg-btn:hover {
    background: transparent;
    color: var(--color-white);
    border: 1px solid var(--color-white);
}
.outline-btn {
    border: 1px solid var(--color-white);
    color: var(--color-white);
}
.outline-btn:hover {
    background: var(--color-red);
    color: var(--color-white);
    border-color: var(--color-red);
}
.carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid white;
    border-radius: 100%;
}
.carousel-indicators .active {
    border-color: var(--color-red);
    background: var(--color-white);
}
.circle-pattern {
    position: absolute;
    background: var(--color-red);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    right: -150px;
    top: 50%;
    z-index: -1;
    opacity: 0.5;
}
.h-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.header-col {
    background: var(--color-white);
    padding: 15px 0;
    position: relative;
    z-index: 1020;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.navbar {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.logo img {
    height: 55px;
    width: auto;
}

.main {
    background: var(--color-blue);
}
#header {
    z-index: 1010;
    background: var(--color-white);
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    position: sticky;
    top: -1px;
}

#navigation_bar .navbar-nav > li > a {
    position: relative;
    color: var(--color-dark);
    font-size: 17px;
    padding: 18px 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

#navigation_bar .navbar-nav > li > a:hover {
    color: var(--color-orange);
}

#navigation_bar .navbar-nav > li > a::before {
    content: "";
    width: 0;
    margin: 0 auto;
    transition: var(--transition);
}

#navigation_bar .navbar-nav > li > a:hover::before {
    background-color: var(--color-red);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
}

.sift_menu_bar i {
    color: var(--color-white);
    font-size: 18px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #3568b0;
    border-radius: 100%;
    transform: rotate(-90deg);
    transition: var(--transition);
}

.sift_menu_bar i:hover {
    background: var(--color-blue);
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    border: none;
    font-size: 12px;
    vertical-align: middle;
}

.sift_menu_bar {
    margin-left: 20px;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 250px;
}

.dropdown-menu li a {
    padding: 10px 15px;
    color: var(--color-dark);
    font-weight: 500;
}

.dropdown-menu li + li a {
    border-top: 1px solid #e3e3e3;
}

.dropdown-menu li a:hover {
    background: linear-gradient(to right, #00c6fb 0%, #005bea 100%);
    color: var(--color-white);
}

.sub-dropdown {
    position: absolute;
    right: 0;
    left: 100%;
    top: 0;
    display: none !important;
}

.sub-menu:hover .sub-dropdown {
    display: block !important;
}

.sub-menu {
    position: relative;
}

.sub-menu::before {
    position: absolute;
    content: "\f105";
    right: 13px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 13px;
    font-size: 12px;
}
/* header END */

/* Mobile Menu */

#mySidenav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 1022;
    background: #00266d;
    width: 280px;
    height: 100%;
    overflow-x: hidden;
}

.sidenav {
    margin-right: -280px;
    transition: ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}

.sidenav.active {
    margin-right: 0;
    box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
    opacity: 1;
    visibility: visible;
}

#menu1 li a {
    display: block;
    padding: 12px 20px;
    color: var(--color-white);
    border-top: 1px solid #ffffff12;
    transition: ease-in-out 0.3s;
    font-weight: 500;
    font-size: 16px;
}

#menu1 li a:hover {
    color: var(--color-red);
}
.sidenav ul ul {
    background: #183364;
}
.mobile-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: var(--color-white);
    box-shadow: 0 5px 15px 0 rgb(58 58 58 / 41%);
    position: sticky;
    top: 0;
    z-index: 1015;
}

.mobile-logo img {
    height: 50px;
    width: auto;
}

#close-btn {
    background: var(--color-orange);
    color: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    border-radius: 100%;
}

#mySidenav::-webkit-scrollbar {
    width: 7px;
}

#mySidenav::-webkit-scrollbar-track {
    background: #fff;
    display: none;
}

#mySidenav::-webkit-scrollbar-thumb {
    background: rgb(208 208 208);
    border-radius: 10px;
}
.sidenav ul {
    background: #00266d;
}
.mobile-only {
    display: none;
}

.toggle-btn {
    cursor: pointer;
}
.toggle-btn img {
    height: 40px;
    width: auto;
}
.toggle-wrap {
    display: flex;
}
.toggle-btn span {
    display: block;
    height: 5px;
    background: var(--color-black);
    margin: 3px;
    width: 5px;
}
.header-mobile {
    display: none;
}

/* Mobile Menu End */

/* banner */

#site_banner_wrapper .carousel-item {
    position: relative;
}
.slider-head {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: left;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
#site_banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: #004c8ec7;
}
.banner-img{
    position: relative;
}
.banner-img::before{
    position: absolute;
    content: '';
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: zoomout 7s;
}
@keyframes zoomout {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.carousel-item .row {
    align-items: center;
}

.main-btn {
    display: flex;
}

.main-btn a {
    border: none;
    transition: var(--transition);
}

.main-btn a + a {
    margin-left: 10px;
}

.main-btn a:first-child {
    background: var(--color-blue);
}

.main-btn a:first-child:hover {
    background: var(--color-orange);
}

.main-btn a:last-child:hover {
    background: var(--color-blue);
}

.course_option {
    width: 100%;
    z-index: 4;
    overflow: hidden;
    background: linear-gradient(to bottom, #f7f7f7 36%, #e0f4f9 100%);
}

.features-wrap {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    flex: auto;
}

.icon_part {
    margin-right: 25px;
}

.icon_part img {
    height: 60px;
    width: auto;
}

.watermark_ww {
    color: var(--color-dark);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.title_tt {
    line-height: normal;
    margin-bottom: 0;
}

.dese_dd {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
    margin: 0;
}

.flex_box_fb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.carousel-control-next,
.carousel-control-prev {
    width: inherit;
    z-index: 5;
}

.carousel-control-prev-icon {
    background-image: inherit;
    left: 30px;
}

.carousel-control-prev-icon::before {
    content: "\f104";
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.carousel-control-next-icon {
    background-image: inherit;
    right: 30px;
}

.carousel-control-next-icon::before {
    content: "\f105";
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    z-index: 1021;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffffa3;
    position: relative;
    font-size: 16px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 19%);
}

/* banner END */

/* why choose us  */

.overall-section {
    background: var(--bg-color);
    overflow: hidden;
}

.section_header span {
    color: var(--color-orange);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.counter-box {
    display: flex;
    background: #ffffff;
    padding: 20px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    position: relative;
    z-index: 0;
}

.counter-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    border-top: 117px solid #e31b1d47;
    border-right: 240px solid transparent;
    opacity: 0.08;
    z-index: -1;
}

.counter-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    border-bottom: 117px solid #b7b7b7;
    border-right: 240px solid transparent;
    opacity: 0.08;
    z-index: -1;
}

.counter-icon i {
    font-size: 60px;
    color: var(--color-orange);
}

.counter-icon {
    margin-right: 20px;
}

.counter-info p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #747474;
}

.counter-info span {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    display: flex;
}

.overall-section .section_header {
    margin-bottom: 30px;
}

#number_roll_wrapper ul li + li {
    margin-top: 10px;
}

.section_header {
    margin-bottom: 40px;
    text-align: left;
}

.section_header h1 {
    font-weight: 700;
    margin-top: -5px;
    margin-bottom: 0px;
    font-size: 42px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
    color: var(--color-blue);
}
.section_header h1::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background: var(--color-blue);
}
.section_header h1::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 25px;
    background: var(--color-orange);
}
.section_header p {
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 70%;
}
.inner_header h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color-white);
    font-weight: 600;
}
.single-provide {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: var(--transition);
    cursor: pointer;
}
#why_choose_us.pb {
    padding-bottom: 20px;
}
.single-provide-col .section_header {
    margin-bottom: 40px;
}
#why_choose_us {
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    z-index: 0;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-position: top;
}
#why_choose_us .section_header{
    text-align: center;
}
#why_choose_us .section_header h1{
    border-bottom:none;
}
#why_choose_us .section_header h1::before{
    display: none;
}
#why_choose_us .section_header h1::after{
    display: none;
}

.single-provide-icons{
    margin-right:12px;
}
.single-provide-col .section_header h1 {
    color: var(--color-white);
    text-align: left;
}
.single-provide-icons img {
    padding: 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--color-white);
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
}

.single-provide-contented a {
    text-decoration: none;
    color: inherit;
}

.single-provide-contented h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
    color: var(--color-dark);
    line-height: 1.5;
    transition: var(--transition);
}

.single-provide:hover .single-provide-contented h4{
    color: var(--color-blue);
}
.provider_images img {
    width: 100%;
}

.single-provide-contented p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
}

.provider_images {
    position: relative;
    text-align: center;
}

/* why choose us End */

/* work flow  */

#work_flow_wrapper {
    position: relative;
}

.Exceptional h2 {
    font-size: 41px;
    font-weight: 700;
    color: var(--color-orange);
    margin-bottom: 20px;
}

.sliver_wrapper {
    position: relative;
    cursor: pointer;
}

.sliver_wrapper img {
    width: 100%;
}

.sliver_wrapper > h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: var(--color-white);
    padding: 25px;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.3;
    background: rgba(0, 0, 0, 0)
        linear-gradient(
            to bottom,
            rgba(5, 5, 5, 0) 0,
            rgba(0, 0, 0, 0) 0,
            rgba(71, 71, 71, 0) 0,
            rgba(102, 102, 102, 0) 0,
            rgba(28, 28, 28, 0) 0,
            rgba(20, 20, 20, 0.59) 32%,
            rgba(13, 13, 13, 1) 62%,
            rgba(3, 3, 3, 1) 100%
        )
        repeat scroll 0 0;
}

.on_hover_view {
    padding: 80px 30px;
}

.on_hover_view h2 {
    color: var(--color-white);
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
}

.on_hover_view p {
    color: var(--color-white);
}

.on_hover_view a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 600;
}

.sliver_wrapper:hover .on_hover_view {
    opacity: 1;
    transform: scale(1);
    transition: ease-in-out 0.5s;
}

.sliver_wrapper:hover > h2 {
    opacity: 0;
}

.Exceptional {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.blog-media {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.blog-media a {
    width: 100%;
    height: 100%;
}

.blog-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-out;
}

.sliver_wrapper:hover .blog-media img {
    transform: rotate(-2deg) scale(1.2);
}

.blog-info {
    background: var(--color-white);
    padding: 25px 20px;
    position: relative;
    border: 1px solid var(--border-color);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
}
.blog-info span {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #9d9d9d;
}
.blog-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.blog-info h3 a {
    color: var(--color-blue);
    transition: var(--transition);
}

.blog-info h3 a:hover {
    color: var(--color-red);
}

.blog-info .btn {
    color: var(--color-dark);
    border: 1px solid #ebebeb;
    padding: 7px 15px 6px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

.blog-info .btn:hover {
    background: var(--color-red);
    color: var(--color-white);
}

.blog-info .btn i {
    margin-left: 5px;
    vertical-align: middle;
}

/* work flow ENd */

/* infomation section  */
#infomation_wrapper {
    padding-top: 60px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}
.infomation_detail {
    padding-left:15px;
}

.infomation_detail span {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--color-orange);
    display: block;
}

.infomation_detail h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-blue);
    line-height: 1.2;
}

.inform-btn {
    margin-top: 25px;
}

.infomation_image {
    position: relative;
    margin-top: 50px;
}
.bold-text:first-letter {
    font-size: 50px;
    line-height: 27px;
    float: left;
    color: #F37335;
    margin-right: 1px;
}
.dot_shape {
    position: absolute;
    width: 160px !important;
    bottom: 26px;
    right: -106px;
}

.bold-text p {
    font-size: 22px;
    font-family: "Lobster", cursive;
    margin-bottom: 25px;
}
.rolls {
    left: 0;
    width: 340px;
    height: 340px;
    margin: 0 auto;
    position: absolute;
    animation: rotate linear 10s infinite;
    margin-left: 0;
    border-radius: 100%;
    top: 0;
    right: 0;
    margin: auto;
}
.roll {
    top: -10px;
    left: -10px;
    color: #fff;
    width: 340px;
    height: 340px;
    display: block;
    position: absolute;
    background: linear-gradient(to left, rgb(253 129 13 / 30%) 0%, rgb(0 76 142 / 30%) 100%);
    text-align: center;
    border-radius: 100%;
}
.roll:nth-child(2) {
    top: -10px;
    left: -10px;
    width: 340px;
    height: 340px;
    border-radius: 100%;
}
.roll:nth-child(3) {
    top: 10px;
    left: -10px;
    width: 340px;
    height: 340px;
    border-radius: 100%;
}
.roll:nth-child(4) {
    top: -10px;
    left: 10px;
    width: 340px;
    height: 340px;
    border-radius: 100%;
}
.rolls-img {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    text-align: center;
    top: 55px;
    bottom: 0;
}
.infomation_image img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 100%;
    margin: auto;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* infomation section End */





/* counter js  */

section#counter_js_wrapper {
    padding-top: 90px;
}

.counter-item .count {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

.counter-item .title {
    font-size: 22px;
    color: #505050;
    font-weight: 700;
}

/* counter js END */

/* announcement wrapper  */

#announcement_wrapper {
    padding: 90px 0;
    margin-top: 90px;
    text-align: center;
}

#announcement_wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

#announcement_wrapper p {
    margin-bottom: 40px;
}

/* announcement wrapper END */

/* program equipped */

.course_listing {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.course_listing .nav-link {
    color: var(--color-black);
    background: #fff;
    border-radius: 0px;
    border: 1px solid #fbdec8;
}

.course_listing .nav-link.active {
    background-color: var(--color-orange);
}

.course-media {
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.course-media a {
    height: 100%;
    width: 100%;
}

.course-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1s ease-out;
}

.course_thumbnail_wrap:hover .course-media img {
    transform: rotate(-2deg) scale(1.2);
}

.course-info h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

#program_equipped .inform-btn {
    text-align: center;
}

.course_thumbnail_wrap a:hover {
    color: var(--color-red);
}
.course-info p {
    line-height: 1.5;
}
.course_date_other span {
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 400;
}

.course-info {
    background: var(--color-white);
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid var(--border-color);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.course_thumbnail_wrap a {
    color: var(--color-blue);
    text-decoration: none;
}

.course_date_other {
    background-color: var(--color-white);
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.course-btn a {
    display: inline-block;
    padding: 8px 20px;
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.course-btn a i {
    margin-left: 5px;
    font-size: 17px;
    vertical-align: middle;
}

.course-btn a:hover {
    background: var(--color-red);
    color: var(--color-white);
    border-color:var(--color-red)
}

/* program equipped end */

/* number roll wrapper  */

.count_number_box > span:first-child {
    color: #bd0000;
    font-size: 24px;
    transform: rotate(-90deg);
    position: absolute;
    left: -25px;
    top: 58px;
    font-weight: 700;
    text-transform: uppercase;
}

.count_number_box {
    position: relative;
}

.count_number_box span:nth-child(2) {
    font-size: 93px;
    font-weight: 700;
    color: #bd0000;
    padding-left: 45px;
}

.learn_wrap > p:first-child {
    font-size: 40px;
    font-weight: 300;
    color: #001963;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 36px;
}

.learn_wrap p:nth-child(2) {
    font-size: 25px;
    font-weight: 800;
    color: #0a2062;
}

.learn_wrap {
    width: 286px;
    border-top: 6px solid #021863;
    border-bottom: 6px solid #021863;
    padding-top: 15px;
}

.over_fifty_cover span:nth-child(2) {
    font-size: 120px;
    font-weight: 800;
    padding-left: 35px;
    color: #bd0000;
    line-height: 142px;
    position: relative;
    top: 17px;
}

.over_fifty_cover span:first-child {
    transform: rotate(-90deg);
    position: absolute;
    top: 62px;
    font-size: 30px;
    font-weight: 700;
    left: -24px;
    color: #bd0000;
    text-transform: uppercase;
}

.over_fifty_cover {
    position: relative;
}

.over_fifty_cover p {
    font-size: 30px;
    color: #bd0000;
    font-weight: 300;
    margin-bottom: 0;
}

.in_green span {
    color: #001963 !important;
}

.over_fifty_cover.in_green p:last-child {
    font-weight: 700;
}

.flex_in_box {
    display: flex;
}

.extra_activity p {
    font-size: 30px;
    font-weight: 300;
    color: var(--color-orange);
    margin-bottom: 0;
}

.extra_activity h6 {
    font-weight: 700;
    width: 100px;
    font-size: 16px;
}

.to_wrap span {
    font-size: 30px;
    text-transform: capitalize;
}

.to_wrap span {
    font-size: 30px;
    text-transform: capitalize;
    background-image: url("../images/arrowRight.png");
    width: 126px;
    display: inline-block;
    background-repeat: no-repeat;
    color: var(--color-white);
}

.extra_activity > span {
    font-size: 25px;
    color: #001963;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
}

.extra_activity {
    position: relative;
    margin-left: 44px;
    padding-top: 47px;
}

.extra_activity:before {
    content: "";
    position: absolute;
    background-image: url(../images/taekwodo.png);
    right: -101px;
    bottom: 10px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}

.extra_activity:after {
    content: "";
    position: absolute;
    background-image: url(../images/dragonIcon.png);
    right: -101px;
    bottom: 106px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
}

.over_fifty_cover.in_green::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background-color: #b9b9b9;
}

.roll_images img {
    width: 100%;
    transition: 3s;
    cursor: pointer;
}

.roll_images img:hover {
    transform: scale(1.1);
}

/* number roll wrapper End */

/* notice_board_and_event */
.news-wrapper {
    display: flex;
    align-items: center;
    background: #f0eddc;
    padding: 15px 20px;
    border-radius: 7px;
}
#notice_board_and_event {
    overflow: hidden;
    background: var(--bg-color);
}

.news_letter_tab li {
    width: 50%;
}

.news_letter_tab li button:hover {
    color: white;
}

.news_letter_tab li button {
    width: 100%;
    border-radius: 0 !important;
    color: white;
    padding: 10px 15px;
}

.nav-pills .nav-link i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

.news_letter_tab li button.active {
    background-color: var(--color-blue) !important;
}

.news_letter_tab {
    background-color: var(--color-orange);
}

.ns_news_listing {
    padding-left: 0;
    display: flex;
}

.new-list-wraps {
    list-style: none;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
}

.ns_news_listing li span {
    display: block;
    font-size: 14px;
    color: #73738c;
    line-height: 20px;
}

.tab_content_wrapper {
    height: 443px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tab_content_wrapper::-webkit-scrollbar {
    width: 7px;
}

.tab_content_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.tab_content_wrapper::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 30px;
}

.ns_news_listing li p {
    text-decoration: none;
    color: #73738c;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.news_letter h2 {
    font-size: 18px;
    color: var(--color-white);
    font-weight: 500;
    background: var(--color-blue);
    position: relative;
    white-space: nowrap;
    padding: 15px 20px;
    margin-top: -15px;
    margin-left: -20px;
    margin-bottom: -15px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-right: 15px;
    border-left: 5px solid var(--color-red);
}
.news_letter h2 i {
    margin-right: 5px;
    vertical-align: middle;
}
.news_photo img {
    width: 90px;
    overflow: hidden;
    height: 90px;
    margin-right: 15px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid #dbdbdb;
}

.ns_news_listing li h4 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom:0;
    transition: var(--transition);
}
.ns_news_listing li h4 a {
    color: var(--color-dark);
    display: block;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
}
.ns_news_listing li + li h4 a {
    border-left: 1px solid #d5bda7;
}
.ns_news_listing li h4 a:hover {
    color: var(--color-red);
    text-decoration: underline;
}

.news_date {
    border: 2px solid #434343;
    padding: 15px 12px 3px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    position: relative;
}

.news_date::before,
.news_date::after {
    position: absolute;
    content: "";
    top: -9px;
    height: 17px;
    width: 2px;
    border-radius: 5px;
    background: #434343;
}

.news_date::before {
    left: 16px;
}

.news_date::after {
    right: 16px;
}

.news_date b {
    font-size: 25px;
    display: block;
    font-weight: 700;
    color: var(--color-orange);
    line-height: 20px;
}

.news_letter .btns {
    display: block;
    padding: 10px 20px 15px;
    color: var(--color-orange);
    font-weight: 500;
    font-size: 15px;
}

.news_letter .btns i {
    margin-left: 5px;
    vertical-align: middle;
    font-size: 19px;
}

.news_letter .btns:hover {
    color: var(--color-blue);
}

/* notice_board_and_event end */

/* testimonial */

#notice_board_and_event.pb {
    padding-bottom: 55px;
}

.testimonial_wrapper {
    position: relative;
    border: 1px solid #e3e3e3;
    padding: 20px 40px;
    border-radius: 4px;
}

.testimonial_wrapper::before {
    position: absolute;
    content: "\f10d";
    top: 0px;
    left: 30px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 100px;
    line-height: normal;
    color: #ffffff1a;
}

.testimonial_wrapper::after {
    position: absolute;
    content: "\f10e";
    bottom: 0;
    right: 30px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 100px;
    line-height: normal;
    color: #ffffff1a;
}

.testimonial_images {
    height: 80px;
    overflow: hidden;
    width: 80px;
    border-radius: 50%;
    margin: 0px auto 10px;
    border: 3px solid #b7b7b7;
}

.testimonial_description {
    text-align: center;
}

.testimonial_description span {
    display: block;
    text-transform: capitalize;
    font-size: 25px;
    color: var(--color-blue);
    font-weight: 600;
    margin-bottom:5px;
}

.testimonial_description span:last-of-type {
    color: #787878;
    font-size: 14px;
    font-weight: 400;
}

.testimonial_carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.testimonial_carousel .owl-dots .active span {
    background-color: var(--color-red);
}

.testimonial_carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-red);
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testi-title {
    position: relative;
    border: 4px solid #eeeeed;
    border-bottom: 4px solid var(--color-white);
    height: 25px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 15px;
}

.testi-title h2 {
    position: relative;
    top: -18px;
    background-color: #eeeeed;
    padding: 5px 20px;
    border-radius: 50px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial_description p {
    margin-top: 10px;
    font-size: 19px;
}

/* testimonial ENd */

/* enroll wrapper */

#enroll_wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 205px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#enroll_wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 280px;
    left: 0;
    z-index: -1;
    background-image: url("../images/2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#enroll_wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 280px;
    left: 0;
    z-index: -1;
    background: rgb(0 0 0 / 70%);
}

.enroll-col {
    background: var(--color-blue);
    border-radius: 7px;
    margin-bottom: -180px;
    position: relative;
}

#enroll_wrapper .section_header {
    margin-bottom: 80px;
}
.header_right_side {
    text-align: center;
    overflow: hidden;
    height: 540px;
    clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.header_right_side img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    border: 10px solid var(--color-red);
    border-right: none;
}
.enroll-forms {
    padding: 50px 50px 50px 0px;
}
.enroll-col h3 {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--color-red);
    line-height: 1.4;
}
.enroll-forms .btn {
    margin-left: 107px;
    padding: 8px 20px;
    border-radius: 3px;
}
.enroll-forms .btn:hover {
    background: var(--color-orange);
}
.header_right_side h2 {
    font-size: 41px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 20px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid var(--color-orange);
}

.header_right_side p {
    margin-bottom: 0;
    color: var(--color-white);
    font-size: 18px;
}

.header_right_side p:last-child {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.8;
}

.enroll_form {
    position: relative;
}

.shape {
    position: absolute;
    animation: ripple 30s infinite;
    background: #fff;
    box-shadow: 0px 0px 1px 0px #508fb9;
    border-radius: 50%;
}

.xllarge {
    left: -500px;
    width: 1000px;
    height: 1000px;
    bottom: -500px;
}

.shape1 {
    opacity: 0.2;
}

.xlarge {
    left: -400px;
    width: 800px;
    height: 800px;
    bottom: -400px;
}

.shape2 {
    opacity: 0.5;
}

.large {
    left: -300px;
    width: 600px;
    height: 600px;
    bottom: -300px;
}

.shape3 {
    opacity: 0.7;
}

.shape4 {
    opacity: 0.8;
}

.small {
    left: -100px;
    width: 300px;
    height: 300px;
    bottom: -100px;
}

.shape5 {
    opacity: 0.9;
}
.enroll_form .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.enroll_form label {
    white-space: nowrap;
    margin-right: 15px;
    display: block;
    font-size: 16px;
    width: 130px;
    text-align: right;
    color: var(--color-white);
}
.enroll_form .form-control {
    height: 32px;
    font-size: 13px;
    border-radius: 2px;
    border: none;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.shapes {
    position: relative;
    z-index: -1;
}

/* enroll wrapper END */

/* knowledge partner wrapper */

#knowledge_partner_wrapper {
    overflow: hidden;
}

.item_knowledge_logo img {
    height: 52px;
    width: auto !important;
}
.item_knowledge_logo img:hover{
    filter: grayscale(100%);
}
#knowledge_partner_wrapper .section_header {
    margin-bottom: 30px;
}

.item_knowledge_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    margin-bottom: 25px;
    cursor: pointer;
}

.payment_partner img {
    height: 31px;
}

.payment_partners_wrapper {
    padding-top: 0 !important;
}

/* knowledge partner wrapper ENd*/

/* Newsletter */

.newsletter-info {
    flex: 6;
    margin-right: 30px;
}

.newsletter-form form {
    position: relative;
}

.newsletter-form {
    flex: 4;
    background: #45a0f521;
    border-radius: 70px;
    padding: 7px;
    margin-top: 20px;
}

.newsletter-info h3 {
    font-size: 28px;
    color: var(--color-dark);
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.newsletter-info p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
    border: none;
    background: var(--color-red);
    color: var(--color-white);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}

.newsletter-form button i {
    font-size: 20px;
    vertical-align: middle;
}

.newsletter-form .form-control {
    height: 45px;
    border-radius: 70px;
    padding: 5px 20px;
    padding-right: 60px;
    font-size: 13px;
    border: none;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
}

.newsletter {
    position: relative;
}

/* Newsletter End */

/* footer */

ul.contact_detail_footer {
    /* padding-left: 33px; */
    margin-bottom: 0;
}

ul.contact_detail_footer li {
    color: #ffffff;
    list-style: none;
    font-size: 15px;
    display: flex;
    align-items: center;
}

ul.contact_detail_footer li:not(:last-child) {
    margin-bottom: 15px;
}

ul.contact_detail_footer li i {
    font-size: 22px;
    margin-right: 12px;
    vertical-align: bottom;
}

.bg-color {
    overflow: hidden;
    position: relative;
    background:var(--color-blue);
    z-index: 0;
    padding-top: 60px;
}

.bg-color::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/pattern1.png);
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.01;
}

.subscribe_letter {
    background-color: #f5f3f3;
}

.footer_social_link li a {
    width: 28px;
    display: inline-block;
    height: 28px;
    background-color: white;
    text-align: center;
    line-height: 28px;
    border-radius: 80%;
    color: var(--color-orange);
}

.text-muted i {
    margin-right: 5px;
    font-size: 10px;
}

footer.bg-color h6 span {
    font-weight: 800;
    color: var(--color-orange);
}

ul.contact_detail_footer li i {
    color: #ffffff;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}
.footer-menu ul li+li a{
    margin-top:12px;
}
.footer-menu ul li a i {
    font-size: 12px;
    margin-right: 7px;
}

.footer-menu ul li a:hover {
    color: var(--color-red);
}

.knowledge_carousel .owl-dots {
    display: none;
}

.knowledge_partners {
    padding-left: 15px;
}

#knowledge_partner_wrapper.pb {
    padding-bottom: 55px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d5d5d536;
    padding: 15px 0;
    margin-top: 25px;
}

.footer-bottom li {
    color: #ffffff;
    font-size: 15px;
}

.footer-bottom li a {
    display: inline-block;
    color: var(--color-red);
    font-weight: 500;
}

/* footer END */

/* ****************search************************************************************ */

.search-overlay.search-overlay-active.search-overlay {
    opacity: 1;
    visibility: visible;
}

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
    transform: translateX(0);
}

.search-overlay .search-overlay-layer:nth-child(1) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-out 0s;
}

.search-overlay .search-overlay-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(100%);
}

.search-overlay .search-overlay-layer:nth-child(2) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out 0.3s;
}

.search-overlay .search-overlay-layer:nth-child(3) {
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.9s ease-in-out 0.6s;
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
    opacity: 1;
    visibility: visible;
}

.search-overlay .search-overlay-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: all 0.9s ease-in-out 1.5s;
    opacity: 0;
    visibility: hidden;
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
    transform: rotate(45deg);
}

.search-overlay .search-overlay-close .search-overlay-close-line {
    width: 100%;
    height: 3px;
    float: left;
    margin-bottom: 5px;
    transition: all 500ms ease;
    background: var(--color-white);
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
    margin-top: -7px;
    transform: rotate(-45deg);
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
    opacity: 1;
    visibility: visible;
}

.search-overlay .search-overlay-form {
    transition: all 0.9s ease-in-out 1.4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    max-width: 500px;
    width: 500px;
}

.search-overlay .search-overlay-form form {
    position: relative;
}

.search-overlay .search-overlay-form form .input-search {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 30px;
    padding: 3px 70px 0 25px;
    font-size: 16px;
}

.search-overlay .search-overlay-form form .input-search:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-overlay .search-overlay-form form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    line-height: 50px;
    background: var(--color-orange);
    color: #fff;
}

.search-box i {
    font-size: 18px;
    color: var(--color-orange);
    cursor: pointer;
}

.header-right {
    display: flex;
    align-items: center;
}

.search-box {
    margin-left: 20px;
}

.footer-contact img {
    height: 60px;
    width: auto;
    margin-bottom: 25px;
    background: var(--color-white);
    padding: 7px;
    border-radius: 4px;
}

.footer-contact p {
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 17px;
    color: #ffffff;
}

.footer-menu {
    padding-left: 70px;
}

footer.bg-color h6 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.footer-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom ul li {
    font-size: 15px;
}

.footer-bottom ul li a {
    color: var(--color-orange);
    text-decoration: none;
    display: inline-block;
}

/* **************************************************************************** */

/* Scroll Top */

.go-top {
    position: fixed;
    cursor: pointer;
    transition: ease-in-out 0.5s;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1021;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.pulse {
    z-index: 4;
    text-align: center;
    font-size: 27px;
    height: 40px;
    width: 40px;
    line-height: 44px;
    background: var(--color-red);
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    position: relative;
    z-index: 0;
}

.pulse::after {
    animation: ripple-white3 0.8s linear infinite;
    background: rgb(253 129 13 / 30%);
    border-radius: 100%;
    content: "";
    height: 60px;
    left: -11px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 60px;
    line-height: 60px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: -1;
}

@keyframes ripple-white3 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}

/* Scroll Top End */

/* Gallery Page */

.banner-wrap {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.banner-wrap h1 {
    font-weight: bold;
    color: var(--color-white);
    margin-bottom: 0;
}

.banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 25 99 / 65%);
    z-index: -1;
}

.gallery-media {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-info h3 {
    font-size: 18px;
    line-height: 1.23;
    margin-bottom: 0;
}

.gallery-info h3 a {
    color: var(--dark-color);
    transition: var(--transition);
}

.gallery-info h3 a:hover {
    color: var(--color-orange);
}

.gallery-info {
    margin-top: 15px;
}

.gallery-wrap {
    margin-bottom: 25px;
}

.gallery-media img:hover {
    transform: scale(1.05);
}

.gallery.mb {
    margin-bottom: 55px;
}

/* Gallery Page End */

/* Gallery Details Page */

.gallery-details-media {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 25px;
}

.gallery-details-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-details-media:hover img {
    transform: scale(1.05);
}

.gallery-details-media h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 1.3;
    color: var(--color-white);
    background: rgba(0, 0, 0, 0)
        linear-gradient(
            to bottom,
            rgba(5, 5, 5, 0) 0,
            rgba(0, 0, 0, 0) 0,
            rgba(71, 71, 71, 0) 0,
            rgba(102, 102, 102, 0) 0,
            rgba(28, 28, 28, 0) 0,
            rgba(20, 20, 20, 0.59) 32%,
            rgba(13, 13, 13, 1) 62%,
            rgba(3, 3, 3, 1) 100%
        )
        repeat scroll 0 0;
}

.gallery-details.mb {
    margin-bottom: 55px;
}

/* Gallery Details Page End */

/* Blog  Page*/

.blog-page-media {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.blog-page-media a {
    height: 100%;
    width: 100%;
}

.blog-page-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-page-media:hover img {
    transform: scale(1.05);
}

.blog-page-info {
    margin-top: 20px;
}

.blog-page-info h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1.3;
}

.blog-page-info h3 a {
    color: var(--dark-color);
    transition: var(--transition);
}

.meta-tag {
    display: flex;
    margin-top: 12px;
}

.meta-tag li + li {
    margin-left: 30px;
}

.meta-tag li i {
    margin-right: 3px;
    font-size: 20px;
    vertical-align: middle;
    color: var(--color-orange);
}

.blog-page-info h3 a:hover {
    color: var(--color-orange);
}

.blog-page-wrap {
    margin-bottom: 40px;
}

.pagination {
    justify-content: center;
}

.page-link {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: var(--dark-color);
    margin: 0 10px;
    border-radius: 4px;
    transition: var(--transition);
}

.page-link:hover {
    background: var(--color-orange);
    color: var(--color-white);
    border-color: var(--color-orange);
}

.page-item.active .page-link {
    background: var(--color-orange);
    border-color: var(--color-orange);
}

/* Blog Page End */

/* Blog Details */

.blog-details-main h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.featured-img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-details-main p {
    font-size: 17px;
    line-height: 1.5;
}

blockquote {
    background: #edf2ff;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding: 30px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
}

blockquote::before {
    position: absolute;
    content: "\f10d";
    left: -20px;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 150px;
    top: -60px;
    color: #ba0302;
    opacity: 0.1;
}

.sidebar-list {
    background: var(--color-white);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 20px;
}

.sidebar-list > h3 {
    background: var(--color-blue);
    color: var(--color-white);
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 20px;
}

.blog-lists li a {
    display: block;
    color: var(--dark-color);
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    transition: var(--transition);
}

.blog-lists li + li a {
    margin-top: 15px;
}

.blog-lists li a::before {
    position: absolute;
    content: "\f105";
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 11px;
    top: 3px;
}

.blog-lists li a:hover {
    color: var(--color-orange);
}

.sidebar-list + .sidebar-list {
    margin-top: 25px;
}

.blog-posts li {
    display: flex;
}

.blog-post-media {
    flex: 2;
    margin-right: 15px;
    height: 65px;
    overflow: hidden;
    border-radius: 3px;
}

.blog-post-info {
    flex: 6;
}

.blog-post-media a {
    height: 100%;
    width: 100%;
}

.blog-post-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-post-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-post-info h3 a {
    color: var(--dark-color);
    transition: var(--transition);
}

.blog-post-info h3 a:hover {
    color: var(--color-orange);
}

.blog-post-info span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #959595;
}

.blog-posts li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}

.blog-details {
    overflow: hidden;
}

.course-overview-lists li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.course-overview-lists li + li {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 10px;
}

.sidebar-list .form-group {
    margin-bottom: 15px;
}

.sidebar-list .form-control {
    height: 42px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    font-size: 13px;
}

.sidebar-list textarea.form-control {
    height: 120px;
}

.sidebar-list button {
    width: 100%;
    border: none;
    padding: 10px;
    background: var(--color-orange);
    color: var(--color-white);
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: var(--transition);
}

.sidebar-list button:hover {
    background: var(--color-blue);
}

/* Blog Details End */

/* Contact Us Page */

.contact-us ul {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 30px 0px;
    text-align: center;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.contact-box {
    display: flex;
    padding: 0 20px;
}

.contact-box-icon {
    margin-right: 20px;
}

.contact-box-info {
    text-align: left;
}

.contact-box i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    font-size: 32px;
    color: var(--color-white);
    background: var(--color-blue);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    transition: ease-in-out 0.3s;
}

.contact-us ul li + li {
    border-top: 1px solid #e6edf1;
    padding-top: 27px;
    margin-top: 27px;
}

.contact-box span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: ease-in-out 0.3s;
}

.contact-box p {
    margin-bottom: 0;
    transition: ease-in-out 0.3s;
}

.contact-form {
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}

.contact-form h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-form .form-control {
    height: 45px;
    background: #f8f9f9;
    border: 1px solid #e2e7ea;
    border-radius: 0;
    font-size: 14px;
}

.contact-form textarea.form-control {
    height: 143px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-btn {
    text-align: center;
}

.contact-btn .btn {
    border: none;
    background: var(--color-orange);
    padding: 12px 30px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 60px;
    transition: ease-in-out 0.3s;
}

.contact-btn .btn:hover {
    background: var(--color-blue);
}

.contact-us {
    overflow: hidden;
}

.map {
    overflow: hidden;
}

/* Contact Us Page End */

/* About Us */

.about-content h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.about-content p {
    line-height: 1.7;
}

.about-list {
    margin-top: 50px;
}

.about-list-info h3 {
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3;
}

.about-list-info p {
    line-height: 1.7;
}

.about-list:nth-child(3) .row {
    flex-direction: row-reverse;
}

.general-content h3 {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 40px;
    color: var(--color-blue);
}

.about-us {
    overflow: hidden;
}

.general-page {
    overflow: hidden;
}

/* About Us End */

/* Team Section */

.team-wrap {
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.team-wrap:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 35%);
    transform: translateY(-5px);
}

.team-content {
    padding: 15px;
    text-align: center;
}

.team-content span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: var(--color-black);
}

.team-content p {
    margin-bottom: 0;
    color: var(--text-color);
}

.team-btn {
    text-align: center;
    margin-top: 15px;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1b508369;
    opacity: 0;
    transition: ease-in-out 0.3s;
}

.team-wrap:hover .team-img:before {
    opacity: 1;
}

.social-media {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    transition: ease-in-out 0.3s;
}

.team-wrap:hover .social-media {
    left: 0;
}

.social-media ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--color-orange);
    padding: 10px;
}

.social-media ul li + li {
    margin-top: 10px;
}

.social-media ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
}

.social-media ul li a:hover {
    color: #1b5083;
}

.social-media ul:before {
    position: absolute;
    content: "";
    border-top: 20px solid transparent;
    border-left: 35px solid var(--color-orange);
    top: -20px;
    left: 0;
}

.social-media ul:after {
    position: absolute;
    content: "";
    border-bottom: 20px solid transparent;
    border-left: 35px solid var(--color-orange);
    bottom: -20px;
    left: 0;
}

/* Team Section End */

* Team Details */ .team-details-content span {
    display: inline-block;
    background: var(--color-orange);
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 15px;
    margin-bottom: 30px;
}

.team-details-content h2 {
    font-size: 35px;
    margin-bottom: 10px;
}

.team-details-content p {
    font-size: 16px;
    line-height: 28px;
}

.team-details-img {
    margin-right: 30px;
}

.td-contact li i {
    font-size: 25px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #b7d4ff;
    border-radius: 100%;
    color: #1b5083;
}

.td-contact li b {
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    color: #424242;
}

.td-contact li + li {
    margin-top: 20px;
}

.td-contact {
    margin-top: 30px;
}

.team-details .team-wrap {
    margin-right: 30px;
    padding: 10px;
    margin-bottom: 0;
}

.team-details .team-img img {
    height: 526px;
    width: 100%;
    object-fit: cover;
}

/* Team Detiails End */

/* inquiry form css  */

.dv_inquiry_form_wrapper {
    background-color: #fff;
    padding: 25px;
    max-width: 980px;
    margin: 10px auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.download_button {
    display: flex;
    justify-content: end;
    margin-bottom: 25px;
}
.logo_area img {
    height: 75px;
    width: auto;
}
.dv_inquiry_header {
    display: flex;
    justify-content: space-between;
}
.header_detail_area {
    text-align: center;
}
.header_detail_area h3 {
    color: var(--color-blue);
}
.header_detail_area p {
    margin-bottom: 0;
}
.header_detail_area span {
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
}
.student_images {
    position: relative;
    height: 170px;
    width: 143px;
    border: 1px solid black;
    border-radius: 15px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #000;
    background-color: #fff;
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.student_images img {
    width: 100%;
    position: ABSOLUTE;
    height: 100%;
    object-fit: cover;
}
.student_images input {
    position: absolute;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.mark_text p {
    color: var(--color-orange);
}
.dv_form_title {
    padding: 5px 10px;
    background-color: var(--color-blue);
    color: var(--color-white);
    margin-bottom: 5px;
    margin-top: 20px;
}
.dv_form_title h2 {
    font-size: 18px;
    margin: 0;
    color: var(--color-white);
}
.submit_button_wrapper .btn {
    background: var(--color-red);
    border: none;
    padding: 10px 20px;
}
.submit_button_wrapper .btn:hover {
    background: var(--color-blue);
}
select,
input {
    width: 100%;
}
select {
    height: 30px;
}
.flex_1 {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.flex_1 label {
    white-space: nowrap;
    margin-right: 15px;
}
.flex_1 input[type="radio"] {
    width: auto;
}
.gender_radio {
    margin-right: 15px;
}
.text_area_message {
    margin-top: 45px;
}
.submit_button_wrapper {
    text-align: center;
    margin-top: 45px;
}
@media screen and (max-width: 991px) {
    .dv_inquiry_header {
        display: block;
    }

    .logo_area {
        text-align: center;
    }

    .photo_area {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}
label {
    font-size: 14px;
}
/* end inquiry form*/


.result_btn {
    text-align: center;
    margin-top: 15px;
}

.result_btn a {
    display: inline-block;
    background: var(--color-red);
    color:
    var(--color-white);
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 500;
    position: relative;
    font-size:13px;
    animation: zoom-in-zoom-out 3s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}
