@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

:root {
    --dark-color: #20274b;
    --blue-color: #366cb4;
    --lato-family: "Lato", serif;
    --oswald-family: "Oswald", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: var(--lato-family);
    background: #fff;
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

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

.owl-theme .owl-nav {
    display: block !important;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.container {
    max-width: 95%;
}

.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common {
    color: #01bafc;
}

/* From Uiverse.io by gagan-gv */
.common-btn {
    padding: 12px 20px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    z-index: 1;
}

.common-btn::after,
.common-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all 0.4s;
}

.common-btn::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    border-radius: 6px;
}

.common-btn::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    border-radius: 50px;
}

.common-btn:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.common-btn:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.common-btn:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

/* From Uiverse.io by milegelu */
/* From Uiverse.io by ilkhoeri */
.button-02 {
    --h-button: 48px;
    --w-button: 102px;
    --round: 0.50rem;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.25s ease;
    background: radial-gradient(65.28% 65.28% at 50% 100%, #366cb4 0%, rgba(223, 113, 255, 0) 100%), linear-gradient(0deg, #20274b, #20274b);
    border-radius: var(--round);
    border: none;
    outline: none;
    padding: 12px 18px;
}

.button-02::before,
.button-02::after {
    content: "";
    position: absolute;
    inset: var(--space);
    transition: all 0.5s ease-in-out;
    border-radius: calc(var(--round) - var(--space));
    z-index: 0;
}

.button-02::before {
    --space: 1px;
    background: linear-gradient(177.95deg,
            rgba(255, 255, 255, 0.19) 0%,
            rgba(255, 255, 255, 0) 100%);
}

.button-02::after {
    --space: 2px;
    background: radial-gradient(65.28% 65.28% at 50% 100%, #366cb4 0%, rgba(223, 113, 255, 0) 100%), linear-gradient(0deg, #20274b, #20274b);
}

.button-02:active {
    transform: scale(0.95);
}

.button-02 .fold {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 1rem;
    width: 1rem;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    background: radial-gradient(100% 75% at 55%, #366cb4 0%, rgba(223, 113, 255, 0) 100%);
    box-shadow: 0 0 3px black;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: var(--round);
}

.button-02 .fold::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150%;
    height: 150%;
    transform: rotate(45deg) translateX(0%) translateY(-18px);
    background-color: #e8e8e8;
    pointer-events: none;
}

.button-02:hover .fold {
    margin-top: -1rem;
    margin-right: -1rem;
}

.button-02 .points_wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.button-02 .points_wrapper .point {
    bottom: -10px;
    position: absolute;
    animation: floating-points infinite ease-in-out;
    pointer-events: none;
    width: 2px;
    height: 2px;
    background-color: #fff;
    border-radius: 9999px;
}

@keyframes floating-points {
    0% {
        transform: translateY(0);
    }

    85% {
        opacity: 0;
    }

    100% {
        transform: translateY(-55px);
        opacity: 0;
    }
}

.button-02 .points_wrapper .point:nth-child(1) {
    left: 10%;
    opacity: 1;
    animation-duration: 2.35s;
    animation-delay: 0.2s;
}

.button-02 .points_wrapper .point:nth-child(2) {
    left: 30%;
    opacity: 0.7;
    animation-duration: 2.5s;
    animation-delay: 0.5s;
}

.button-02 .points_wrapper .point:nth-child(3) {
    left: 25%;
    opacity: 0.8;
    animation-duration: 2.2s;
    animation-delay: 0.1s;
}

.button-02 .points_wrapper .point:nth-child(4) {
    left: 44%;
    opacity: 0.6;
    animation-duration: 2.05s;
}

.button-02 .points_wrapper .point:nth-child(5) {
    left: 50%;
    opacity: 1;
    animation-duration: 1.9s;
}

.button-02 .points_wrapper .point:nth-child(6) {
    left: 75%;
    opacity: 0.5;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
}

.button-02 .points_wrapper .point:nth-child(7) {
    left: 88%;
    opacity: 0.9;
    animation-duration: 2.2s;
    animation-delay: 0.2s;
}

.button-02 .points_wrapper .point:nth-child(8) {
    left: 58%;
    opacity: 0.8;
    animation-duration: 2.25s;
    animation-delay: 0.2s;
}

.button-02 .points_wrapper .point:nth-child(9) {
    left: 98%;
    opacity: 0.6;
    animation-duration: 2.6s;
    animation-delay: 0.1s;
}

.button-02 .points_wrapper .point:nth-child(10) {
    left: 65%;
    opacity: 1;
    animation-duration: 2.5s;
    animation-delay: 0.2s;
}

.button-02 .inner {
    z-index: 2;
    gap: 6px;
    position: relative;
    width: 100%;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.2s ease-in-out;
}

.button-02 .inner svg.icon {
    width: 18px;
    height: 18px;
    transition: fill 0.1s linear;
}

.button-02:focus svg.icon {
    fill: white;
}

.button-02:hover svg.icon {
    fill: transparent;
    animation:
        dasharray 1s linear forwards,
        filled 0.1s linear forwards 0.95s;
}

@keyframes dasharray {
    from {
        stroke-dasharray: 0 0 0 0;
    }

    to {
        stroke-dasharray: 68 68 0 0;
    }
}

@keyframes filled {
    to {
        fill: white;
    }
}


/* CSS */

.button-56 {
    align-items: center;

    background-color: #f3f6ff;

    border: 2px solid var(--blue-color);

    border-radius: 0px;

    box-sizing: border-box;

    color: var(--blue-color) !important;

    cursor: pointer;

    display: inline-flex;

    font-family: Inter, sans-serif;

    font-size: 16px;

    height: 48px;

    justify-content: center;

    line-height: 24px;

    padding: 0 25px;

    position: relative;

    text-align: center;

    text-decoration: none;

    user-select: none;

    -webkit-user-select: none;

    touch-action: manipulation;
}

.button-56:after {
    background-color: var(--blue-color);

    border-radius: 0px;

    content: "";

    display: block;

    height: 48px;

    left: 0;

    width: 100%;

    position: absolute;

    top: -2px;

    transform: translate(8px, 8px);

    transition: transform 0.2s ease-out;

    z-index: -1;
}

.button-56:hover:after {
    transform: translate(0, 0);
}

.button-56:active {
    background-color: var(--blue-color);

    outline: 0;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999;
    border-radius: 0px !important;
    background: #fff !important;
    transition: 0.5s all;
    animation: swip_down 0.5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(106, 113, 124, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.top-header {
    background: var(--theme-color);
    font-family: var(--fira-sans-family);
    padding: 10px 0px;
}

.top-header .top-header-left ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}

.top-header .top-header-left ul li {
    margin-right: 25px;
    position: relative;
}

.top-header .top-header-left ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ffffff90;
}

.top-header .top-header-left .top-header-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.top-header .top-header-right .desc-link {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.top-header .top-header-right .desc-link li {
    margin-left: 25px;
    position: relative;
}

.top-header .top-header-right .desc-link li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}

.top-header .top-header-right .top-header-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}

.top-header .top-header-left .top-header-link i {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}

.top-header .social-icon {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.top-header .social-icon li {
    margin-left: 15px;
}

.top-header .social-icon li a i {
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}

.top-header .follow-link {
    padding: 0px 20px;
    font-size: 14px;
    color: #fff;
}

.main-section {
    /*    background: linear-gradient(162deg, #02010100 0%, #d8e2ff 100%);*/
    width: 100%;
    /*    height: 100vh;*/
}

.main-header .navbar {
    padding: 0px 0px;
    width: 100%;
    position: relative;
    z-index: 1020;
    font-family: var(--fira-sans-family);
}

.main-header .navbar .navbar-collapse {
    position: relative;
}

.main-header .navbar-brand img {
    width: 80px;
}

.main-header .navbar .nav-link {
    font-size: 16px;
    color: #000;
    padding: 20px 0px;
    position: relative;
    font-weight: 500;
    position: relative;
}

.main-header .navbar li {
    position: relative;
}

.main-header .navbar li.dropdown .nav-link:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin-left: 4px;
    margin-top: 3px;
    opacity: 0.9;
    color: var(--blue-color);
}

.main-header .navbar .nav-link:hover,
.main-header .navbar .nav-link.active {
    color: var(--blue-color);
}

.main-header .navbar .nav-item {
    padding-left: 45px;
}

.main-header .navbar .main-header-contact .icon {
    font-size: 24px;
    color: #8a8a8a;
    text-align: left;
}

.main-header .navbar .main-header-contact ul {
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
}

.main-header .navbar .main-header-contact ul li {
    padding: 0px 25px;
    position: relative;
}

.main-header .navbar .main-header-contact ul li:last-child {
    padding-left: 25px;
    padding-right: 0px;
}

.main-header .navbar .main-header-contact ul li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background: #d5dce4;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.main-header .navbar .main-header-contact .contact-text {
    font-size: 15px;
    color: var(--theme-color);
    font-weight: 500;
}

.main-header .navbar .main-header-contact .phone-number {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.main-header .navbar .main-header-contact .icon {
    margin-right: 10px;
    color: var(--theme-color);
    text-align: center;
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.main-header .navbar .main-header-contact .text {
    float: right;
}

.main-header .navbar .nav-item.dropdown .dropdown-toggle::after {
    border: none;
}

.main-header .navbar .nav-item .dropdown-menu {
    border: none;
    border-top: 3px solid var(--theme-color);
    border-radius: 0px;
    background: #fff;
    padding: 0px;
    min-width: 550px;
    max-width: 100%;
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07), 0 0 0 rgba(0, 0, 0, 0.1) inset;
}

.main-header .navbar .dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    padding: 10px 20px;
    text-align: left;
    color: #000;
    border-top: 1px solid rgba(0, 43, 92, 0.04);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: transparent;
}

.main-header .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--blue-color) !important;
}

.main-header .navbar .dropdown:hover>ul.dropdown-menu {
    display: block !important;
    animation: swip_left 0.5s linear 1;
}

.main-header .navbar .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.main-header .navbar .social ul li {
    list-style-type: none;
    padding-left: 8px;
    color: #666;
}

.main-header .navbar .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.main-header .navbar .social i {
    color: #444;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #444;
    text-align: center;
    border-radius: 5px;
    margin: 0px 5px 0px 0px;
}

@keyframes bg-anim {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
        opacity: 1;
    }

    80% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.main-header .navbar .social a {
    cursor: pointer;
}

.main-header .navbar .social i:hover {
    color: #3f4096;
}

@keyframes swip_left {
    from {
        transform: translate(0px, 50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.header-btn {
    background: linear-gradient(174deg, #20274b 0%, #366cb4 100%);
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 30px;
}

.header-btn:hover,
.header-btn:focus {
    background: linear-gradient(174deg, #20274b 0%, #366cb4 100%);
    color: #fff;
}

.banner {
    position: relative;
}

.banner-img {
    width: 100%;
    height: calc(100vh - 120px);
}

.banner .shape-01 {
    position: absolute;
    top: 10%;
    left: 65%;
    width: 50px;
    transform: translateX(-50%);
    animation: previewShapeX 5s infinite;
    z-index: 1;
}

.banner .shape-02 {
    position: absolute;
    bottom: 5%;
    right: 55%;
    transform: translateX(-50%);
    animation: rotate360deg 20s linear infinite;
    z-index: 2;
}

.bd-banner-tag-wrapper .bd-banner-tag-one {
    position: absolute;
    top: 200px;
    left: -100px !important;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

.bd-banner-tag-wrapper .bd-banner-tag-one .shape {
    position: absolute;
    left: -30px;
    top: -26px;
}

.bd-banner-tag-wrapper .bd-banner-tag-one .inner {
    background: #fff;
    border-right: 5px solid var(--blue-color);
    border-bottom: 5px solid var(--blue-color);
    padding: 24px 20px 24px 20px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

.bd-banner-tag-wrapper .bd-banner-tag-one .inner .icon img {
    width: 60px;
}

.bd-banner-tag-wrapper .bd-banner-tag-one .content {
    margin-left: 15px;
}

.bd-banner-tag-wrapper .bd-banner-tag-one .content .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.bd-banner-tag-wrapper .bd-banner-tag-one .content .subtitle {
    font-size: 14px;
    color: #171717;
    margin-bottom: 0px;
}

.bd-banner-tag-wrapper .bd-banner-tag-two {
    position: absolute;
    bottom: 80px;
    right: 0px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

.bd-banner-tag-wrapper .bd-banner-tag-two .inner {
    background: #fff;
    border-right: 4px solid var(--dark-color);
    border-bottom: 4px solid var(--dark-color);
    padding: 15px 19px 15px 19px;
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

.bd-banner-tag-wrapper .bd-banner-tag-two .icon {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-bottom: 15px;
}

.bd-banner-tag-wrapper .bd-banner-tag-two .content {
    display: flex;
    align-items: center;
    gap: 0 13px;
}

.bd-banner-tag-wrapper .bd-banner-tag-two .content .title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: var(--blue-color);
}

.bd-banner-tag-wrapper .bd-banner-tag-two .content .subtitle {
    font-size: 14px;
    color: #171717;
}

@keyframes previewShapeX {
    0% {
        transform: translateX(-15px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(-15px);
    }
}

@keyframes previewShapeUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes rotate360deg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.banner .banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

@keyframes swip_up {
    from {
        transform: translate(0px, 50px);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.banner-small-img {
    width: 100% !important;
    padding: 50px 50px 0px 50px;
    position: relative;
    z-index: 0;
}

.banner-small-img img {
    width: 100%;
}

.banner .banner-content .banner-subtitle {
    margin-bottom: 15px;
    text-transform: capitalize;
    border-radius: 30px;
    background: rgba(55, 88, 238, 0.1);
    padding: 10px 24px;
    line-height: 1;
    display: inline-block;
}

.banner .banner-content .banner-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: var(--theme-color);
    font-family: var(--oswald-family);
}

.banner .banner-content .banner-title span {
    color: var(--blue-color);
    display: inline-block;
    font-size: 120px;
    position: relative;
}

.banner .banner-content .banner-title span .degree-gap {
    position: absolute;
    top: 27px;
    right: -35px;
    width: 80px;
    z-index: 1;
}

.student-img {
    width: 60px;
}

.banner .banner-content .banner-text {
    font-size: 18px;
    line-height: 28px;
    font-family: "Lato", sans-serif;
    color: #000;
}

.banner .banner-content .banner-small-img {
    width: 100%;
}

.banner .banner-content .img-flex {
    border-left: 1px solid #d1d1d1;
    padding-left: 20px;
    margin-left: 20px;
}

.banner .banner-content .img-flex img {
    width: 120px;
}

.arrow {
    position: absolute;
    left: -100px;
    top: 50px;
}

#svgArrow {
    width: 80px;
}

.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
}

.banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

.banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

.banner .banner-carousel .owl-item.active .banner-small-img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s;
}

.banner .banner-carousel .owl-nav {
    display: none !important;
}

.main-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--blue-color);
    margin-bottom: 15px;
    position: relative;
    padding: 5px 10px;
    font-family: var(--oswald-family);

    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;

}

/*.main-subtitle::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 15px;
    border-radius: 50%;
    background: var(--blue-color);
    height: 2px;
}*/
.main-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 65px;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: var(--oswald-family);
}

.main-title-white {
    font-size: 44px;
    font-weight: 500;
    line-height: 65px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: var(--oswald-family);
}

.main-title span {
    color: var(--blue-color);
    position: relative;
}

.main-title span::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../images/down-mark-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@keyframes section-animation {
    0% {
        width: 0;
    }

    15% {
        width: 100%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 100%;
        opacity: 0;
    }

    to {
        width: 0;
        opacity: 0;
    }
}

.printing-text {
    overflow: hidden;
    padding: 20px 0px;
}

.tp-slider-text-3__item {
    padding: 20px 0;
    animation: scrollText-2 20s infinite linear reverse;
}

.tp-slider-text-3__item span {
    font-weight: 400;
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    font-family: var(--oswald-family);
    white-space: nowrap;
}

.animation-bg {
    background: linear-gradient(37deg, #0020a2, #366cb4, #20274b, #000000, #20274b, #366cb4, #0020a2);
    background-size: 80% 80%;
    animation: gradientShift 15s ease infinite, zoomEffect 20s ease-in-out infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes zoomEffect {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }
}



.tp-slider-text-3__item span i {
    /* background-color: #dbf26e;
    background-image: linear-gradient(to top, var(--dark-color) 0%, var(--blue-color) 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-style: normal;
    font-weight: 400; */
}

@keyframes scrollText-2 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

.about-detail {
    padding: 50px 0px;
}

.about-detail .about-text {
    font-size: 17px;
    color: #40304b;
    line-height: 28px;
    margin-bottom: 10px;
}

.about-detail .about-list {
    margin-top: 15px;
}

.about-detail .about-list li {
    font-size: 16px;
    color: #40304b;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.about-detail .about-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--blue-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.about-detail .img-box {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 0;
}

.about-detail .img-box::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 50%;
    height: 40%;
    border-radius: 20em;
    z-index: -1;
    background: radial-gradient(65.28% 65.28% at 50% 100%, #366cb4 0%, rgba(223, 113, 255, 0) 100%), linear-gradient(0deg, #20274b, #20274b);
    border-radius: 10px 10px 0px 0px;
}

.about-detail .img-box::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: -30px;
    background-image: url(../images/student-shape-04\ 1.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    z-index: -1;
}

.about-detail .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: center;
}

/* .about-detail .img-box::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 110px;
    width: 150px;
    height: 150px;
    background: var(--blue-color);
    border-radius: 10px;
}
.about-detail .img-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 150px;
    height: 150px;
    background: var(--dark-color);
    border-radius: 10px;
} */

.achive-detail {
    padding: 50px 0px;
}

.achive-detail .achive-wrapper {
    background-color: var(--blue-color);
    background-image: url(../images/theme-1-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 50px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.achive-detail .achive-wrapper .shape-01 {
    position: absolute;
    left: -80px;
    top: 40%;
    transform: translateY(-50%);
    width: 150px;
    z-index: -1;
}

.achive-detail .achive-wrapper .shape-02 {
    position: absolute;
    right: 80px;
    bottom: -40px;
    width: 100px;
    z-index: -1;
}

.achive-detail .achive-wrapper .border-rt {
    position: relative;
}

.achive-detail .achive-wrapper .border-rt:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #ffffff29;
}

.achive-detail .achive-wrapper .achive-box .box-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: var(--oswald-family);
    text-align: center;
}

.achive-detail .achive-wrapper .achive-box .box-text {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: center;
}

.services {
    padding: 50px 0px;
    background: #f9faff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.services .shape-01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    z-index: -1;
}

.services .shape-02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: -1;
}

.services .service-title {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.services .service-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 28px;
}

.services hr {
    border-color: #d8e2ff;
}

.services .nav-link {
    text-align: left;
    display: flex;
    color: #000;
    font-size: 18px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    border-radius: 20px 0px 20px 0px;
}

.services .nav-link.active {
    background: none;
    position: relative;
    color: #fff;
    background: linear-gradient(to top, var(--dark-color) 0%, var(--blue-color) 100%);
}

.services .nav-link span img {
    width: 32px;
    margin-right: 20px;
}

.services .nav-link.active img {
    filter: brightness(0) invert(1);
}

.services .img-box {
    width: 100%;
    height: 350px;
}

.services .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.services .product-box-1 {
    z-index: 1;
    position: relative;
    margin-right: 50px;
}

.services .product-box-2 {
    margin-right: -100px;
    z-index: 1;
    position: relative;
}

.services .product-box {
    padding: 25px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.services .product-box-img img {
    width: 50px;
    margin-bottom: 15px;
}

.services .product-box-title {
    color: #000;
    font-size: 26px;
    font-family: var(--oswald-family);
    margin-bottom: 15px;
}

.services .product-box-text {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}

.services .product-box-text span {
    color: var(--blue-color);
    font-weight: 600;
}

.services .product-box-list {
    margin-bottom: 0px;
}

.services .product-box-list li {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    /* width: 49%; */
    padding-left: 25px;
    display: inline-block;
    position: relative;
}

.services .product-box-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--blue-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.why-choose {
    padding: 50px 0px;
}

.why-choose .choose-text {
    font-size: 16px;
    color: #40304b;
    line-height: 28px;
    margin-bottom: 10px;
}

.why-choose .choose-list {
    margin-top: 15px;
}

.why-choose .choose-list li {
    font-size: 16px;
    color: #40304b;
    line-height: 28px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.why-choose .choose-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--blue-color);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.why-choose .img-box {
    width: 80%;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.why-choose .img-box::after {
    content: "";
    position: absolute;

    left: -20px;
    bottom: -20px;
    width: 50%;
    height: 40%;
    border-radius: 20em;
    z-index: -1;
    background: radial-gradient(65.28% 65.28% at 50% 100%, #366cb4 0%, rgba(223, 113, 255, 0) 100%), linear-gradient(0deg, #20274b, #20274b);
    border-radius: 0px 0px 0px 10px;
}

.why-choose .img-box::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    background-image: url(../images/student-shape-04\ 1.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    z-index: -1;
}

.why-choose .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

/* .why-choose .img-box::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 110px;
    width: 150px;
    height: 150px;
    background: var(--blue-color);
    border-radius: 10px;
}
.why-choose .img-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 150px;
    height: 150px;

    background: var(--dark-color);
    border-radius: 10px;
} */
.why-choose .choose-box {
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-bottom: 3px solid var(--blue-color);
    border-right: 3px solid var(--blue-color);
    border-radius: 10px;
    display: flex;
}

.why-choose .choose-icon img {
    width: 50px;
}

.why-choose .choose-icon {
    margin-right: 10px;
}

.why-choose .choose-title {
    color: #000;
    font-size: 20px;
    font-family: var(--oswald-family);
    margin-bottom: 15px;
}

.why-choose .choose-text {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}

.testimonial-detail {
    padding: 50px 0px;
}

.testimonial-detail .testimonial-box {
    background: #f8f9fb;
    padding: 35px;
    width: 100%;
    height: 100%;
    position: relative;
}

.testimonial-detail .testimonial-box .user-profile {
    margin-bottom: 20px;
}

.testimonial-detail .testimonial-box .user-profile .user-img {
    width: 70px;
    height: 70px;
    max-width: 100%;
}

.testimonial-detail .testimonial-box .quote-icon {
    position: absolute;
    top: 42px;
    right: 15px;
    color: #efefef;
    font-size: 80px;
}

.testimonial-detail .testimonial-box .user-profile .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.testimonial-detail .testimonial-box .user-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-detail .testimonial-box .user-post {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimonial-detail .testimonial-box .user-title {
    font-size: 18px;
    color: var(--blue-color);
    font-weight: 600;
    margin-bottom: 8px;
}

.testimonial-detail .testimonial-box .user-text {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 8px;
}

.testimonial-detail .testimonial-box .star-rating {
    display: flex;
    justify-content: flex-start;
}

.testimonial-detail .testimonial-box .star-rating i {
    font-size: 15px;
    color: #ffb013;
    margin: 0px 2px 10px 2px;
}

.testimonial-carousel .owl-dots {
    display: none !important;
}

.contact-detail {
    padding: 50px 0px;
}

.contact-detail .address-box {
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-bottom: 3px solid var(--blue-color);
    border-right: 3px solid var(--blue-color);
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: flex;
}

.contact-detail .address-box .icon {
    color: var(--blue-color);
    font-size: 40px;
    margin-right: 10px;
}

.contact-detail .address-box .box-title {
    font-size: 20px;
    color: #000;
    font-family: var(--oswald-family);
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 10px;
}

.contact-detail .address-box .box-text {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

.contact-detail .get-title {
    font-size: 22px;
    color: #000;
    font-family: var(--oswald-family);
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-detail .get-text {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

.contact-detail form .form-label {
    color: #000;
    font-weight: 600;
}

.contact-detail form .form-control {
    max-width: 100%;
    padding: 15px 20px;
    height: auto;
    background-color: #f9fafd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #40304b;
    background-image: none;
    border: 1px solid #efefef;
}

.contact-detail form .form-control::placeholder {
    color: #40304b;
}

.contact-detail .input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 30px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) -21.43%, rgba(255, 255, 255, 0.09) 113.53%);
    transition: 0.1s all;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-detail .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
}

.input-field:focus {
    border: none;
}

#file-input {
    display: none;
}

.footer {
    background-color: #131d3b;
    background-image: url(../images/theme-1-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 0px;
    position: relative;
    overflow: hidden;
}

.footer .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.6;
}

.footer .shape-2 {
    position: absolute;
    left: -50px;
    top: 0;
    opacity: 0.6;
}

.footer .shape-3 {
    position: absolute;
    right: 50%;
    top: 50%;
    opacity: 0.6;
}

.footer .shape-4 {
    position: absolute;
    left: 30%;
    top: -30px;
    opacity: 0.6;
}

.footer .shape-5 {
    position: absolute;
    right: 30%;
    top: 10%;
    opacity: 0.6;
}

.footer .footer-main-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
}

.footer .footer-content {
    padding: 0px 10px;
    position: relative;
    z-index: 1;
}

.footer .footer-logo {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.footer .footer-logo img {
    width: 130px;
    filter: brightness(0) invert(1);
}

.footer .footer-content .social-icon ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    padding-top: 15px;
}

.footer .footer-content .social-icon li {
    margin-right: 10px;
}

.footer .footer-content .social-icon li a i {
    color: #eee;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #eee;
    border-radius: 2px;
    text-align: center;
}

.footer .footer-content .social-icon li a i:hover {
    color: #fff;
    border-color: #eee;
    background: var(--main-color);
}

.footer .footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    font-family: var(--oswald-family);
    margin-bottom: 35px;
    display: inline-block;
}

.footer .footer-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 100%;
    z-index: -1;
    height: 100%;
    filter: brightness(0) invert(1);
    background: url(../images/down-mark-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.footer .footer-text {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.footer .footer-quick-links {
    margin-bottom: 0px;
}

.footer .footer-quick-links .footer-item:not(:last-child) {
    padding-bottom: 25px;
}

.footer .footer-quick-links .footer-item .footer-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.footer .footer-list li a:hover {
    color: #ffcb05;
}

.footer .footer-contact-list {
    margin-bottom: 0px;
    padding-top: 0px;
}

.footer .footer-contact-list li {
    padding-bottom: 12px;
}

.footer .footer-contact-list .footer-contact {
    color: #ffff;
    font-size: 16px;
    font-weight: 400;
}

.footer .footer-contact-list .footer-contact i {
    margin-right: 10px;
}

.footer .footer-contact-list .footer-contact b {
    font-weight: 700;
}

.footer-bottom {
    margin-top: 20px;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ffffff14;
}

.footer-bottom .copyright-text {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0px;
}

.footer-bottom .copyright-text a {
    color: var(--theme-color);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: var(--blue-color);
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: var(--theme-color);
}

@media (min-width: 2000px) {
    .about-detail .img-box::before {
        left: 50px;
    }

    .why-choose .img-box::before {
        right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
    }

    .mobile-header .logo img {
        width: 60px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8a879f1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8a879f;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8a879f;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 160px;
    }

    .toggler {
        color: var(--dark-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--dark-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .main-section {
        height: auto;
    }

    .banner {
        padding: 30px 0px;
    }

    .banner .banner-title {
        font-size: 40px !important;
        line-height: 70px;
    }

    .banner .banner-title span {
        font-size: 80px !important;
    }

    .banner .banner-content .banner-title span .degree-gap {
        top: -2px;
        right: -25px;
        width: 60px;
    }

    .student-img {
        width: 40px;
    }

    .border-rt:nth-child(2)::after {
        width: 0px;
    }

    .bd-banner-tag-wrapper .bd-banner-tag-two {
        bottom: -80px;
        right: -12px;
    }

    .bd-banner-tag-wrapper .bd-banner-tag-one {
        left: 0px !important;
    }

    .footer .footer-main-title {
        font-size: 30px;
    }

    .about-detail,
    .services,
    .achive-detail,
    .why-choose,
    .testimonial-detail,
    .contact-detail {
        padding: 30px 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
    }

    .mobile-header .logo img {
        width: 60px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8a879f1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8a879f;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8a879f;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 100px;
    }

    .toggler {
        color: var(--dark-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--dark-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .main-section {
        height: auto;
    }

    .banner {
        padding: 30px 0px;
    }

    .banner .banner-title {
        font-size: 40px !important;
        line-height: 70px;
    }

    .banner .banner-title span {
        font-size: 80px !important;
    }

    .banner .banner-content .banner-title span .degree-gap {
        top: -2px;
        right: -25px;
        width: 60px;
    }

    .student-img {
        width: 40px;
    }

    .border-rt:nth-child(2)::after {
        width: 0px;
    }

    .bd-banner-tag-wrapper .bd-banner-tag-two {
        bottom: -80px;
        right: -12px;
    }

    .bd-banner-tag-wrapper .bd-banner-tag-one {
        left: 0px !important;
    }

    .footer .footer-main-title {
        font-size: 30px;
    }

    .about-detail,
    .services,
    .achive-detail,
    .why-choose,
    .testimonial-detail,
    .contact-detail {
        padding: 30px 0px;
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .why-choose .img-box {
        height: 100%;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        padding: 10px 0px;
    }

    .mobile-header .logo img {
        width: 60px;
    }

    .tp-slider-text-3__item {
        animation: scrollText-2 15s infinite linear reverse;
    }

    .tp-slider-text-3__item span {
        font-size: 25px !important;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8a879f1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8a879f;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8a879f;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 100px;
    }

    .toggler {
        color: var(--dark-color);
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: var(--dark-color);
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .main-section {
        height: auto;
        /*        padding-bottom: 100px;*/
    }

    .banner {
        padding: 0px 0px;
    }

    .banner .banner-content {
        position: relative;
        top: 0px;
        transform: translateY(0px);
    }

    .banner .banner-content .banner-title span .degree-gap {
        position: absolute;
        top: -2px;
        right: -25px;
        width: 55px;
        z-index: 1;
    }

    .banner .banner-content .banner-title {
        font-size: 30px;
        line-height: 55px;
    }

    .banner .banner-content .banner-title span {
        font-size: 70px;
    }

    .banner-img {
        height: auto;
    }

    .student-img {
        width: 40px;
    }

    .banner .shape-01 {
        left: 78%;
    }

    .bd-banner-tag-wrapper .bd-banner-tag-two {
        bottom: -80px;
        right: -12px;
    }

    .banner .shape-02 {
        right: 85%;
    }

    .bd-banner-tag-wrapper .bd-banner-tag-one {
        left: 0px !important;
    }

    .about-detail .img-box::before {
        display: none;
    }

    .about-detail .img-box::after {
        right: 17px;
    }

    .services .nav-link {
        font-size: 14px;
        display: flex;
    }

    .services .product-box-list li {
        width: 100%;
    }

    .achive-detail .achive-wrapper .border-rt::after {
        width: 0px !important;
    }

    .why-choose .img-box::after {
        left: 17px;
    }

    .why-choose .img-box::before {
        display: none;
    }

    .footer .footer-main-title,
    .page-banner .banner-title {
        font-size: 30px;
    }

    .footer-bottom .copyright-text {
        text-align: center !important;
    }

    .footer .footer-quick-links {
        justify-content: center;
    }

    .footer .footer-quick-links .footer-item:not(:last-child) {
        padding-right: 14px;
    }

    .footer .footer-quick-links .footer-item .footer-link {
        font-size: 14px;
    }

    .footer-bottom {
        margin-top: 15px;
    }

    .about-detail,
    .services,
    .achive-detail,
    .why-choose,
    .testimonial-detail,
    .contact-detail {
        padding: 20px 0px;
    }

    .main-title {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width:768px) {

    .about-detail .about-text {
        font-size: 16px;
    }

    .course-content {
        width: 100% !important;
    }

    .course-image {
        width: 100% !important;
    }

}

.soc-f {
    display: inline-flex;
    gap: 10px;
}

.soc-f li {
    background: #3362a4;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}

.soc-f li a {
    color: #fff;
}

.banner .img-box {
    width: 100%;
    position: relative;
}

.banner .img-box img {
    width: 100%;
}

.top-100px {
    top: 100px;
}

/* new */

.printing-text img {
    max-width: 30px !important;
}

.services .product-box-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.total-course {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}

.course-content {
    width: 50%;
}

.course-image {
    width: 50%;
}

.course-image img {
    width: 100%;
}

.total-course .course-image img {
    border-radius: 20px;
    box-shadow: 5px 6px 0px #20274b;
}