@font-face {
    font-family: Figtree-Bold;
    src: url("../fonts/Figtree-Bold.eot");
    src: url("../fonts/Figtree-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Figtree-Bold.woff2") format("woff2"), url("../fonts/Figtree-Bold.woff") format("woff"), url("../fonts/Figtree-Bold.ttf") format("truetype"), url("../fonts/Figtree-Bold.svg#Figtree-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Figtree-Medium;
    src: url("../fonts/Figtree-Medium.eot");
    src: url("../fonts/Figtree-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Figtree-Medium.woff2") format("woff2"), url("../fonts/Figtree-Medium.woff") format("woff"), url("../fonts/Figtree-Medium.ttf") format("truetype"), url("../fonts/Figtree-Medium.svg#Figtree-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Figtree-ExtraBold;
    src: url("../fonts/Figtree-ExtraBold.eot");
    src: url("../fonts/Figtree-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Figtree-ExtraBold.woff2") format("woff2"), url("../fonts/Figtree-ExtraBold.woff") format("woff"), url("../fonts/Figtree-ExtraBold.ttf") format("truetype"), url("../fonts/Figtree-ExtraBold.svg#Figtree-ExtraBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Figtree-SemiBold;
    src: url("../fonts/Figtree-SemiBold.eot");
    src: url("../fonts/Figtree-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Figtree-SemiBold.woff2") format("woff2"), url("../fonts/Figtree-SemiBold.woff") format("woff"), url("../fonts/Figtree-SemiBold.ttf") format("truetype"), url("../fonts/Figtree-SemiBold.svg#Figtree-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Figtree-Regular;
    src: url("../fonts/Figtree-Regular.eot");
    src: url("../fonts/Figtree-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Figtree-Regular.woff2") format("woff2"), url("../fonts/Figtree-Regular.woff") format("woff"), url("../fonts/Figtree-Regular.ttf") format("truetype"), url("../fonts/Figtree-Regular.svg#Figtree-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Righteous-Regular;
    src: url("../fonts/Righteous-Regular.eot");
    src: url("../fonts/Righteous-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Righteous-Regular.woff2") format("woff2"), url("../fonts/Righteous-Regular.woff") format("woff"), url("../fonts/Righteous-Regular.ttf") format("truetype"), url("../fonts/Righteous-Regular.svg#Righteous-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

a {
    text-decoration: none;
}

body {
    font-family: Figtree-Regular;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.header_content_banner {
    padding-top: 90px;
    background-image: url(../images/banner.webp);
    background-size: 110% 110%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    animation: shrink 5s infinite alternate;
}

@keyframes shrink {
    0% {
        background-size: 110% 110%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.header_view {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #f2faff;
    overflow-x: clip;
}

.navbar {
    background-color: #fff;
    padding: 10px;
}

.nav_bar_view {
    justify-content: space-between;
    align-items: center;
}

.navbar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.content_txt,
.content_view,
.form_view,
.form_view form,
.header_top_view,
.heading_txt {
    position: relative;
}

.header_logo {
    width: 250px;
    height: 70px;
}

.header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header_top_view.mobile_view_top,
.navbar_btn,
.navbar_nav li.mobile_view {
    display: none;
}

.navbar_nav li {
    margin-left: 40px;
}

.navbar_nav li a {
    color: #454545;
    font-size: 16px;
    font-family: Figtree-Medium;
}

.navbar_nav li a:focus,
.navbar_nav li a:hover {
    color: #EC1E32;
}

.navbar_nav li.apply_btn a,
.apply_btn a {
    background-color: rgba(0, 4, 125, 1);
    border: 2px solid rgba(0, 4, 125, 1);
    color: #fff;
    font-family: Figtree-Bold;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
}

.navbar_nav li.apply_btn a {
    display: inline-block;
}

.navbar_nav li.apply_btn {
    margin-left: 80px;
}

.navbar_nav {
    align-items: center;
}

.header_top_view {
    padding-top: 75px;
    padding-bottom: 125px;
    z-index: 9;
}

.content_view {
    flex: 1;
    padding-right: 100px;
}

.content_view h1 {
    margin-bottom: 50px;
    font-size: 62px;
    color: #fff;
    font-family: Figtree-Bold;
}

.content_view h1 span {
    background-color: rgba(96, 101, 255, 1);
    color: #ffffff;
    padding: 0 10px;
}

.content_view h1 pre {
    display: block;
    margin-top: 0;
    margin-bottom: 7px;
    overflow: auto;
    font-size: inherit;
    font-family: Figtree-Bold;
}

.content_view h2 {
    font-size: 22px;
    font-family: Figtree-SemiBold;
    color: #fff;
    margin: 0;
    line-height: 34px;
}


/* .content_view h2 span {
    color: #F2B21A;
} */

.content_view ul {
    padding: 40px 0 0;
    flex-wrap: wrap;
}
.navbar_nav li a:hover
{
color:rgba(0, 4, 125, 1)!important;
}
.content_view ul li {
    width: calc(100% / 3 - 15px);
    margin: 0 15px 0 0;
    color: #fff;
    /* background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/banner_txt_back.webp);
    padding: 15px;*/
}

.content_view ul li {
    position: relative;
    overflow: hidden;
    /* background-image: linear-gradient(180deg, #00000033 20%, #1482a585); */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -13.33%, rgba(96, 101, 255, 0.5) 71.36%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    border: 1px solid #D3D5D6;
    border-radius: 10px;
}

.content_view ul li a {
    padding: 15px;
    display: inline-block;
    color: #fff;
}

.content_view ul li:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, #00000033 20%, #EC1E32);
    ;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    color: #EC1E32;
    z-index: -1;
}

.content_view ul li:hover:before {
    transform: translateX(0);
}

.content_view ul li:last-child {
    margin: 0;
}

.content_view ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-bottom: 10px;
}

.content_view li label {
    font-family: Figtree-Bold;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}

.apply_button_view.apply_btn {
    display: flex;
    width: auto;
    margin: 50px 0 0;
    font-size: 14px;
}

.form_view {
    width: 450px;
}

.form_view form {
    padding: 40px;
    background: #fff;
    border-radius: 6px;
    z-index: 9;
}

.check_box {
    display: block;
    margin-bottom: 15px;
}

.check_box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check_box label,
.check_box label a {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: Figtree-Regular;
    ;
    color: #647384;
}

.check_box label a {
    text-decoration: underline;
}

.check_box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #E4E6EA;
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.check_box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form_display {
    width: 100%;
}

.form_heading {
    display: block;
    margin-bottom: 30px;
}

.form_heading h3 {
    font-family: Figtree-Bold;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #222222;
    text-align: center;
}

.form_heading p {
    font-family: Figtree-Regular;
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
    color: #647384;
    text-align: center;
}

.content_txt input,
.content_txt select {
    font-size: 14px;
    padding: 15px 20px;
    width: 100%;
    font-family: Figtree-SemiBold;
}

.content_txt input::placeholder {
    color: #647384;
    font-family: Figtree-Regular;
}

.content_txt input:-ms-input-placeholder {
    color: #647384;
    font-family: Figtree-Regular;
}

.content_txt input::-ms-input-placeholder {
    color: #647384;
    font-family: Figtree-Regular;
}

.content_txt {
    margin: 0 0 20px;
}

.content_txt input {
    background-color: transparent;
    height: 50px;
    color: #647384;
    border: transparent;
    border: 1px solid #E4E6EA;
    border-radius: 4px;
}

.content_txt select,
.select {
    background-color: transparent;
    border: transparent;
}

.content_txt select {
    appearance: none;
    z-index: 1;
    height: 50px;
    color: #647384;
    border-radius: 4px;
}

.form_view button,
.reg_btn a {
    background: #EC1E32;
    display: block;
}

.content_txt select option {
    color: #6d6d6d;
}

.select:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    transform: translateY(-50%);
    color: #fff;
}

.form_view button {
    color: #323232;
    border: 2px solid #EC1E32;
    padding: 15px;
    width: 100%;
    border-radius: 4px;
    margin: 40px auto 0;
    font-size: 16px;
    font-family: Figtree-SemiBold;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
}

.form_view button:before,
.apply_btn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fff;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    color: #EC1E32;
    z-index: -1;
}

.form_view button:hover,
.apply_btn a:hover,
.navbar_nav li.apply_btn a:hover {
    color: rgba(0, 4, 125, 1);
}

.form_view button:hover:before,
.apply_btn a:hover:before,
.navbar_nav li.apply_btn a:hover:before {
    transform: translateX(0);
}

input:focus-visible {
    outline: 0;
}

select:focus-visible {
    outline: 0;
}

.badge_view {
    margin-top: -60px;
    z-index: 9;
    position: relative;
}

.badge_content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 5px #E5E7EB;
    padding: 15px;
    width: 900px;
    margin: 0 auto;
}

.badge_flag {
    justify-content: center;
    align-items: center;
}

.badge_flag img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.badge_flag>img {
    position: relative;
    top: 12px;
}

.badge_year {
    padding: 0 100px;
    position: relative;
}

.badge_year:before {
    content: '';
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/badge_plane.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.badge_year img {
    width: 115px;
    height: 115px;
    object-fit: contain;
    z-index: 1;
    position: relative;
}

.badge_year span {
    background-color: rgba(96, 101, 255, 1);
    padding: 10px 20px 10px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    position: relative;
    left: -20px;
    z-index: 0;
    font-family: Figtree-SemiBold;
    font-size: 20px;
}

.reason_view {
    padding: 50px 0;
    position: relative;
    margin: 100px 0 0;
}

.reason_view:before {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/reason_banner.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.reason_view:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

.reason_content h2 {
    text-align: center;
    width: 1000px;
    color: #fff;
    font-family: Figtree-Bold;
    font-size: 38px;
    margin: 25px auto 50px;
    line-height: 47px;
}

.reason_content h2 span {
    color: rgba(96, 101, 255, 1);
}

.reason_content ul {
    margin: 0 auto;
    padding: 50px 0;
}

.reason_content ul li {
    margin: 0 25px;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    font-size: 14px;
    width: calc(100% / 3 - 50px);
    transition: 0.5s ease-in-out;
    background-color: rgba(0, 4, 125, 1);
}

.reason_content ul li:nth-child(2) {
    background-color: #ffffff;
    color: rgba(0, 4, 125, 1);
}

.reason_content ul li:hover {
    transform: translateY(-30px);
}


/* .reason_content ul li:nth-child(1) {
    background-color: rgba(0, 4, 125, 1);
}

.reason_content ul li:nth-child(2) {
    background-color: rgba(0, 4, 125, 1);
}

.reason_content ul li:nth-child(3) {
    background-color: rgba(0, 4, 125, 1);
    color: #000;
} */

.reason_content ul li img {
    margin: -80px auto 0;
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.reason_txt {
    padding: 30px 0 0;
}

.reason_txt h3 {
    font-size: 16px;
    font-family: Figtree-Bold;
    margin: 0 0 10px;
}

.reason_txt p {
    margin: 0;
}

.reason_txt p label {
    font-family: Figtree-Bold;
    display: contents;
}

.univertsity_sect {
    padding: 75px 0;
    background-color: #F2FCFF;
}

.university_content {
    text-align: center;
}

.university_content h2 {
    color: #222222;
    width: 900px;
    font-family: Figtree-Bold;
    font-size: 38px;
    margin: 0px auto 0px;
    line-height: 47px;
}

.university_content h2 span {
    color: #1482A5;
}

.university_block {
    padding: 50px;
    background-image: linear-gradient(90deg, rgba(0, 4, 125, 1) 50%, transparent 50%), linear-gradient(90deg, rgba(0, 4, 125, 1) 50%, transparent 50%), linear-gradient(0deg, rgba(0, 4, 125, 1) 50%, transparent 50%), linear-gradient(0deg, rgba(0, 4, 125, 1) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 25px 2px, 25px 2px, 2px 25px, 2px 25px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
    border-radius: 10px;
    width: 100%;
    margin: 100px auto 0;
}

@keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top;
    }
    100% {
        background-position: left 25px top, right 25px bottom, left bottom 25px, right top 25px;
    }
}

.university_block.second_block {
    animation: border-dance1 1s infinite linear;
}

@keyframes border-dance1 {
    0% {
        background-position: right top, left bottom, right bottom, left top;
    }
    100% {
        background-position: right 25px top, left 25px bottom, right bottom 25px, left top 25px;
    }
}

.univer_course {
    background-color: rgba(96, 101, 255, 1);
    color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 20px;
    font-family: Figtree-Medium;
    margin: -75px auto 50px;
    display: block;
    width: fit-content;
}

.university_block h4 {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 12px 30px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    font-family: Figtree-Bold;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.course_details {
    background: rgba(0, 4, 125, 1);
    padding: 50px 30px;
    border-radius: 15px;
    color: #fff;
}

.course_details p {
    font-style: italic;
    margin-bottom: 30px;
    font-size: 18px;
}

.course_details p span {
    font-family: Figtree-Bold;
}

.course_details ul li label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: 'Figtree-SemiBold';
}

.course_details ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.course_details ul li {
    width: calc(100% / 3 - 80px);
    margin: 0 40px;
    position: relative;
}

.detail_view {
    background-color: #ffffff;
    color: #222222;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.detail_view span {
    font-family: Figtree-Bold;
}

.course_details ul li:nth-child(2):after {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/univer_plane2.webp);
    position: absolute;
    top: 75%;
    left: 115%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 20px;
    z-index: 0;
}

.course_details ul li:nth-child(1):after {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/univer_plane1.webp);
    position: absolute;
    top: 75%;
    left: 115%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 16px;
    z-index: 0;
}

.scholarship_sect {
    margin: 50px auto;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/scholarship.webp);
    width: 100%;
}

.scholarship_view {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.scholarship_view h3 {
    background-color: #F2B21A;
    color: #222222;
    padding: 10px 30px;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    font-family: Figtree-Bold;
    margin: 0 auto;
    display: block;
    width: fit-content;
    z-index: 1;
    position: relative;
}

.discount_view {
    padding: 15px 30px;
    background-image: linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(90deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%), linear-gradient(0deg, #fff 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 25px 2px, 25px 2px, 2px 25px, 2px 25px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance3 0.5s infinite linear;
    border-radius: 10px;
    width: 500px;
    margin: -2px auto 0;
    justify-content: center;
    color: #fff;
    font-family: Figtree-SemiBold;
    font-size: 28px;
    align-items: baseline;
}

.discount_view span {
    padding: 0 13px;
    font-size: 70px;
    font-family: Righteous-Regular;
    color: #fff;
    text-shadow: 2px 2px 0 #222, 2px 2px 0 #fff, 2px 2px 0 #fff, 2px 2px 0 #fff;
    animation: blink 0.8s infinite;
}

@keyframes border-dance3 {
    0% {
        background-position: right top, left bottom, right bottom, left top;
    }
    100% {
        background-position: right 25px top, left 25px bottom, right bottom 25px, left top 25px;
    }
}

@keyframes blink {
    50% {
        transform: scale(1.1);
    }
}

.availabel_view {
    background: rgba(96, 101, 255, 1);
    padding: 40px 100px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.availabel_view:after {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/map.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.available_details {
    align-items: center;
    position: relative;
    z-index: 1;
}

.avail_content {
    flex: 1;
}

.avail_content h3 {
    color: #ffffff;
    font-family: Figtree-Bold;
    font-size: 24px;
    margin: 0;
    align-items: baseline;
}

.avail_content h3 span {
    padding: 0 10px;
    font-size: 65px;
    font-family: Righteous-Regular;
    color: #ffffff;
    text-shadow: 1px 1px 0 #444444, 2px 2px 0 #222, 2px 2px 0 #222, 2px 2px 0 #222;
    animation: blink 0.8s infinite;
}

.available_details .apply_button_view.apply_btn {
    margin: 0;
}

.map_view {
    width: 300px;
    height: 135px;
    position: relative;
    margin-right: 0px;
}

.map_view img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pin1_cls {
    position: absolute;
    left: 19px;
    top: -15px;
    width: 35px;
    height: 35px;
}

.pin1_cls img {
    animation: 2s ease-out 1s infinite zoom-in-zoom-out;
}

.pin2_cls img {
    animation: 2s ease-out 2s infinite zoom-in-zoom-out;
}

.pin2_cls {
    position: absolute;
    right: 29px;
    bottom: -20px;
    width: 35px;
    height: 35px;
}

.pin3_cls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

@keyframes zoom-in-zoom-out {
    0%,
    100% {
        transform: scale(.7, .7)
    }
    50% {
        transform: scale(1.2, 1.2)
    }
}

.graduate_sect {
    padding: 100px 0;
}

.graduate_view h2 {
    color: #222222;
    font-family: Figtree-Bold;
    font-size: 38px;
    margin: 0px auto 0px;
    line-height: 47px;
    text-align: center;
}

.graduate_details {
    margin: 75px auto 0;
}

.graduate_content {
    background-color: rgba(0, 4, 125, 1);
    color: #fff;
    padding: 60px;
    border-radius: 10px;
    width: 450px;
    z-index: 1;
}

.graduate_content h4 {
    font-family: Figtree-Bold;
    font-size: 18px;
    margin: 0;
}

.graduate_content p {
    font-size: 16px;
    margin: 20px 0;
}

.graduate_details h3 {
    color: rgba(0, 4, 125, 1);
    font-family: Figtree-Bold;
    margin: 0px 0 60px;
    width: 350px;
    font-size: 34px;
    line-height: 47px;
}

.graduate_head {
    width: calc(100% - 375px);
    position: relative;
    left: 10px;
}

.img_univer {
    width: 100%;
    height: 350px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.img_univer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heading_univer {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.heading_univer:after {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/plne1.webp);
    position: absolute;
    top: 72px;
    left: 145px;
    width: 200px;
    height: 30px;
    z-index: 0;
    animation: 10s linear infinite marquee1
}

@keyframes marquee1 {
    0% {
        transform: translateX(0px);
        width: 0;
    }
    100% {
        transform: translateX(0);
        width: 200%;
    }
}

.leicester_univer .graduate_head {
    order: 1;
    position: relative;
    right: 10px;
    left: inherit;
}

.leicester_univer.graduate_details h3 {
    text-align: right;
    margin-left: auto;
    color: rgba(96, 101, 255, 1);
}

.leicester_univer .heading_univer:after {
    animation: 10s linear infinite marquee2;
    left: inherit;
    right: 130px;
    top: 65px;
    background-image: url(../images/plne2.webp);
}

@keyframes marquee2 {
    0% {
        transform: translateX(0px);
        width: 0;
    }
    100% {
        transform: translateX(0);
        width: 200%;
    }
}

.leicester_univer .graduate_content {
    background-color: rgba(96, 101, 255, 1);
}

.feature_sect {
    margin: 20px auto 0px;
    padding: 85px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/feature.webp);
    width: 100%;
    text-align: center;
}

.feature_content h2 {
    color: #fff;
    font-family: Figtree-Bold;
    font-size: 45px;
    margin: 0px auto 0px;
    line-height: 47px;
    text-align: center;
}

.feature_content p {
    color: #fff;
    width: 400px;
    margin: 15px auto 0;
}

.feature_content a {
    background-color: rgba(96, 101, 255, 1);
    border: 2px solid rgba(96, 101, 255, 1);
    color: #ffffff;
    margin: 0 auto;
    font-family: Figtree-Bold;
}

.feature_content a:before {
    border-bottom: 80px solid #ffffff;
    color: rgba(96, 101, 255, 1);
}

.feature_content a:hover {
    color: rgba(96, 101, 255, 1);
}

.feature_content .apply_button_view.apply_btn {
    margin: 30px 0 0;
}

section.award_sect {
    padding: 100px 0;
}

.award_slider_view {
    width: 100%;
    margin: 75px auto 0;
}

.award_view h2 {
    color: #222222;
    font-family: Figtree-Bold;
    font-size: 38px;
    margin: 0px auto 0px;
    line-height: 47px;
    text-align: center;
    width: 800px;
}

.award_view h2 span {
    color: rgba(96, 101, 255, 1);
}

.award_view .item {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.award_view .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.faq_sect {
    padding: 50px 0;
}

.faq_sect h2 {
    color: #222222;
    font-family: Figtree-Bold;
    font-size: 38px;
    margin: 0px auto 0px;
    line-height: 47px;
    text-align: center;
}

.faq_view_content {
    width: 900px;
    margin: 50px auto;
}

.acc {
    margin: 0 auto;
    width: 100%;
    z-index: 1;
}

.acc__card {
    margin: 0 0 20px;
    position: relative;
    border: 2px solid #EDF3F5;
    border-radius: 10px;
}

.acc__title {
    cursor: pointer;
    display: block;
    padding: 20px 75px 20px 30px;
    position: relative;
    font-family: Figtree-SemiBold;
    font-size: 18px;
}

.acc__title::after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    content: " ";
    top: 15px;
    background-image: url(../images/plus.webp);
    background-size: 36%;
    background-repeat: no-repeat;
    transition: .2sease-in-out;
    padding: 10px;
    border: 1px solid #EDF3F5;
    box-shadow: 0px 2px 2px #EDF3F5;
    border-radius: 50%;
    background-position: center;
}

.acc__title.active::after {
    background-image: url(../images/minus.webp);
    transition: .2s ease-in-out;
}

.acc__title.active {
    color: #222222;
}

.acc__panel {
    display: none;
    margin: 0;
    padding: 10px 30px 20px;
    overflow: hidden;
    color: #787B84;
    font-size: 15px;
}

.acc__panel span {
    font-family: Figtree-Bold;
}

.acc__panel ul {
    padding: 20px 35px 0;
}

.acc__panel li {
    list-style-type: disc;
    margin: 15px 0;
}

.acc__panel a {
    word-wrap: break-word;
}

.faq_sect {
    position: relative;
    padding: 50px 0;
}

.footer {
    background-color: rgba(0, 4, 125, 1);
    padding: 10px 0;
}

.copy_right {
    color: #fff;
    justify-content: space-between;
}

.copy_right p {
    margin: 0;
    font-size: 12px;
}

.foot_img {
    width: 200px;
}

.foot_img label {
    font-size: 12px;
}

.foot_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1400px) {
    .content_view ul {
        width: 650px;
    }
    .content_view h2 {
        width: 550px;
    }
    .badge_view {
        margin-top: -55px;
    }
    .reason_content h2 {
        width: 1000px;
        font-size: 37px;
    }
    .university_content h2 {
        width: 875px;
        font-size: 37px;
    }
    .university_block {
        width: 1000px;
    }
    .scholarship_sect {
        padding: 100px 0;
    }
    .scholarship_view h3 {
        font-size: 18px;
    }
    .discount_view {
        width: 600px;
        font-size: 30px;
    }
    .graduate_view h2 {
        font-size: 37px;
    }
    .avail_content h3 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .form_view {
        width: 400px;
    }
    .content_view {
        padding-right: 20px;
    }
    .availabel_view {
        width: 100%;
    }
    .avail_content h3 {
        font-size: 18px;
    }
    .course_details {
        padding: 50px 10px;
    }
    .map_view {
        width: 200px;
    }
    .pin1_cls {
        left: -30px;
        width: 45px;
        height: 45px;
    }
    .pin2_cls {
        right: -25px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 992px) {
    .header_top_view {
        flex-wrap: wrap;
    }
    .content_view {
        flex: inherit;
        padding-right: 0;
        width: 100%;
    }
    .navbar_list {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        transition: .5s cubic-bezier(0, 1, .5, 1);
        transform: translateY(-100%);
        height: 100%;
        overflow: auto
    }
    .navbar_list.active {
        transform: translateY(0)
    }
    .navbar_list .navbar_btn {
        font-size: 18px;
        margin: 25px 30px 0 auto;
    }
    li.nav_item.apply_btn {
        display: none;
    }
    .navbar_nav li {
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
        width: 100%;
        margin: 0 0 20px
    }
    .navbar_nav {
        padding: 50px 0;
        flex-wrap: wrap
    }
    .navbar_nav li:last-child {
        border: none
    }
    .navbar_btn {
        background-color: #fff;
        border-radius: 4px;
        border: 2px solid #cccaca;
        padding: 5px;
        font-size: 24px;
        color: #8c8989;
        width: 60px;
        display: block;
    }
    .content_view h2 {
        width: 550px;
    }
    .header_content_banner {
        background-image: none;
    }
    .content_view {
        position: relative;
    }
    .content_view:after {
        content: "";
        background-image: url(../images/banner.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 150%;
        animation: shrink 5s infinite alternate;
        position: absolute;
        left: -20%;
        top: -20%;
        height: 150%;
        z-index: -1;
    }
    .form_view {
        margin: 60px auto 0;
    }
    .badge_content {
        width: 100%;
    }
    .badge_year {
        padding: 0 50px;
    }
    .reason_content h2 {
        width: 100%;
    }
    .reason_content ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .reason_content ul li {
        width: calc(100% / 2 - 50px);
        margin: 0 25px 30px;
    }
    .reason_content ul li:nth-child(3) {
        margin: 50px 25px 30px;
    }
    .university_content h2 {
        width: 100%;
    }
    .university_block {
        width: 100%;
    }
    .course_details ul {
        flex-wrap: wrap;
        width: 100%;
    }
    .course_details ul li {
        width: 100%;
        margin: 20px 0px;
    }
    .course_details ul li:nth-child(1):after {
        top: 120%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 10%;
        height: 16px;
    }
    .course_details ul li:nth-child(2):after {
        top: 120%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        width: 10%;
        height: 16px;
    }
    .course_details p {
        margin-bottom: 0px;
    }
    .map_view {
        display: none;
    }
    .available_details {
        flex-wrap: wrap;
        justify-content: center;
    }
    .avail_content h3 {
        margin-bottom: 20px;
    }
    .avail_content {
        flex: inherit;
        width: 100%;
        text-align: center;
    }
    .availabel_view {
        padding: 20px 100px;
        position: relative;
    }
    .availabel_view:before {
        content: "";
        background-image: url(../images/mobile_img.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 120px;
        position: absolute;
        right: 40px;
        bottom: -5px;
        height: 120px;
    }
    .avail_content h3 span {
        font-size: 55px;
    }
    .reason_content h2,
    .university_content h2,
    .graduate_view h2,
    .award_view h2,
    .faq_sect h2 {
        font-size: 36px;
    }
    .feature_sect {
        padding: 50px 0;
    }
    .award_view h2,
    .award_slider_view,
    .faq_view_content {
        width: 100%;
    }
    .navbar_btn {
        font-size: 18px;
        width: 40px;
    }
    .badge_year span {
        font-size: 16px;
    }
    .badge_year img {
        width: 90px;
        height: 90px;
    }
    .badge_flag img {
        width: 75px;
        height: 75px;
    }
    .course_details {
        padding: 50px 20px;
    }
    .graduate_details {
        flex-wrap: wrap;
    }
    .heading_univer {
        margin: 0;
    }
    .graduate_content {
        width: 100%;
    }
    .graduate_head {
        width: 100%;
        left: 0;
        top: 10px;
    }
    .leicester_univer .graduate_head {
        order: 0;
        right: 0;
    }
    .img_univer {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {
    .badge_year {
        padding: 0 30px;
    }
    .badge_year img {
        width: 60px;
        height: 60px;
    }
    .badge_year span {
        font-size: 12px;
        left: 0;
    }
    .badge_flag img {
        width: 60px;
        height: 60px;
    }
    .badge_content {
        padding: 15px 15px 30px;
    }
    .badge_year img {
        margin: 0 auto;
        display: block;
    }
    .reason_content h2,
    .university_content h2,
    .graduate_view h2,
    .award_view h2,
    .faq_sect h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .reason_content ul {
        padding: 0px 0;
    }
    .reason_content ul li {
        width: 100%;
        margin: 75px 25px 0px;
    }
    .reason_content h2 {
        margin: 25px auto 0px;
    }
    .reason_content ul li:nth-child(3) {
        margin: 75px 25px 0px;
    }
    .course_details ul li:nth-child(2):after,
    .course_details ul li:nth-child(1):after {
        width: 15%;
    }
    .scholarship_view,
    .discount_view {
        width: 100%;
    }
    .availabel_view {
        padding: 20px 30px;
        position: relative;
    }
    .graduate_details {
        flex-wrap: wrap;
    }
    .graduate_content,
    .graduate_head {
        width: 100%;
    }
    .heading_univer {
        margin-top: 0;
    }
    .graduate_content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .leicester_univer .graduate_head {
        order: inherit;
    }
    .graduate_sect,
    section.award_sect {
        padding: 75px 0 50px;
    }
    .copy_right {
        flex-wrap: wrap;
    }
    .foot_img {
        margin: 0 auto;
    }
    .footer {
        padding: 15px 0;
    }
    .copy_right p {
        margin: 20px auto 0;
    }
    .foot_img label {
        display: block;
        text-align: center;
    }
    .foot_img {
        width: 150px;
    }
    .header_logo {
        width: 200px;
        height: 70px;
    }
    .acc__title {
        font-size: 15px;
    }
    .acc__panel {
        font-size: 13px;
    }
}

@media (max-width: 425px) {
    .content_view h1 {
        font-size: 42px;
    }
    .content_view ul li,
    .content_view ul li:last-child {
        width: calc(100% / 2 - 10px);
        margin: 0 auto 25px;
    }
    .apply_button_view.apply_btn {
        margin: 15px 0 0;
        justify-content: center;
    }
    .badge_year {
        padding: 0 20px;
    }
    .badge_year span {
        font-size: 12px;
        text-align: center;
        padding: 10px 15px 10px 15px;
        left: 0;
    }
    .badge_flag img {
        width: 40px;
        height: 40px;
    }
    .univer_course {
        margin: -100px auto 50px;
        font-size: 18px;
    }
    .university_block h4 {
        font-size: 14px;
    }
    .course_details ul li:nth-child(2):after,
    .course_details ul li:nth-child(1):after {
        width: 30%;
    }
    .course_details p {
        font-size: 14px;
    }
    .discount_view {
        font-size: 18px;
        padding: 30px 15px;
    }
    .availabel_view:before {
        right: 15px;
        bottom: 5px;
        width: 100px;
        height: 100px;
    }
    .graduate_details h3 {
        font-size: 26px;
        line-height: 40px;
        width: 300px;
    }
    .heading_univer:after {
        left: 110px;
        animation: 5slinear infinite marquee1;
        top: 58px;
    }
    .leicester_univer .heading_univer:after {
        animation: 5s linear infinite marquee1;
        right: 100px;
        top: 53px;
    }
    .graduate_content {
        padding: 35px 30px;
    }
    .feature_content h2 {
        font-size: 28px;
    }
    .feature_content p {
        width: 100%;
    }
    .img_univer {
        height: 250px;
    }
    .university_block {
        padding: 50px 30px;
    }
    .reason_content h2,
    .university_content h2,
    .graduate_view h2,
    .award_view h2,
    .faq_sect h2 {
        font-size: 24px;
        line-height: 37px;
    }
    .reason_content ul li img {
        width: 85px;
        height: 85px;
    }
    .discount_view span {
        font-size: 50px;
    }
    .avail_content h3 span {
        font-size: 40px;
    }
}

@media (max-width: 350px) {
    .discount_view span {
        font-size: 36px;
    }
    .feature_content h2 {
        font-size: 25px;
    }
    .form_heading h3 {
        font-size: 20px;
    }
    .form_heading p {
        font-size: 13px;
    }
    .check_box label,
    .check_box label a {
        font-size: 12px;
    }
}
