@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    src: url("../fonts/Poppins-Thin.ttf");
    font-weight: 100;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-ExtraLight.ttf");
    font-weight: 200;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-Light.ttf");
    font-weight: 300;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: 400;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-Medium.ttf");
    font-weight: 500;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-weight: 600;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: 700;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-ExtraBold.ttf");
    font-weight: 800;
    font-family: "Poppins";
}

@font-face {
    src: url("../fonts/Poppins-Black.ttf");
    font-weight: 900;
    font-family: "Poppins";
}

a {
    text-decoration: none;
}

input, button {
    outline: none;
    border: none;
}

li, ul {
    padding: 0;
}

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

.heading1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 45px;
    color: #1A1919;
    letter-spacing: 0.1em;

}
.underline {
    border-bottom: 5px solid #1576bf;
}

.heading2, .sec-title h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #1A1919;
    letter-spacing: 0.06em;
}

.heading3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #1A1919;
    letter-spacing: 0.06em;
}

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

.text-normal {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #1A1919;
    letter-spacing: 0.06em;
}

.text-small {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #1A1919;
    letter-spacing: 0.06em;
}

.flex-between, .blog_box .content-box .read-more, .study_type .study_type_text .first_text_hide, .main_header .header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-center, .testimonials_second .owl-nav .owl-prev:after,
.testimonials_second .owl-nav .owl-next:after, .form_box .btn_form, .testimonials .owl-nav .owl-prev:after,
.testimonials .owl-nav .owl-next:after, .testimonials .testimonials_text, .custom_carousel .text_center_carousel, .page_header, .benefit_box .link_box a, .blog_box .icon_box i, .blog_box .icon_box, .uni_logo_box .img_box, .uni_logo_box, .study_type .study_type_text .right_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-column-between {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.text-ellipse-1 {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
}

.main_header {
    background-color: #0655b08f;
    position: fixed;
    z-index: 15;
    width: 100%;
}

.main_header .header_top {
    padding: 10px;
}

.main_header .header_top .logo_box img {
    height: 80px;
    padding: 10px;
    object-fit: contain;
}

.main_header .header_top .navbar_custom li {
    position: relative;
    display: flex;
    align-items: center;
}

.main_header .header_top .navbar_custom .nav-link,
.custom-nav button,
.custom-nav button:hover {
    color: #fff;
}
.custom-nav img{
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 3px;
}
.custom-nav ul {
    width: min-content;
    min-width: auto;
}

.main_header .header_text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 350px;
    max-width: 70%;
    flex-direction: column;
}

.main_header .header_text h1, .main_header .header_text p {
    color: #fff;
    font-weight: 700;
}

.section_box {
    padding: 35px 0;
    position: relative;
}

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

.section_box .section_text h2 {
    color: #1576bf;
}

.section_box .section_img {
    display: flex;
    justify-content: flex-end;
}

.section_box .section_img:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 42.4%;
    background-color: #ecf0f4;
    content: "";
}

.section_box .section_img:before {
    position: absolute;
    left: 55%;
    top: 25px;
    bottom: 25px;
    width: 70px;
    background-image: url("../img/pattern-1.png");
    content: "";
}

.section_box .section_img img {
    width: 86%;
    height: 450px;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

.section_title {
    max-width: 500px;
    margin: 20px auto;
    color: #1576bf;
}

.section_title span {
    color: #3b368c;
    font-size: 24px;
    line-height: 28px;
}

.section_title h2 {
    color: #1576bf;
}

.section-title {
    max-width: 500px;
    margin: 50px auto;
    color: #1576bf;
}

.section-title p {
    color: #333;
}

.section-title h2 {
    color: #1576bf;
}

.section_study_types {
    background-color: #f3f5fb;
}

.study_type {
    position: relative;
    overflow: hidden;
}

.study_type .img_box {
    margin-right: 20px;
}

.study_type .img_box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: all 0.5s;
}

.study_type .img_box:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.study_type .study_type_text .first_text {
    background-color: #fff;
    padding: 25px 70px 25px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.study_type .study_type_text .first_text_hide {
    position: absolute;
    right: 0;
    left: 20px;
    bottom: 20px;
}

.study_type .study_type_text .second_text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.study_type .study_type_text .right_icon {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f9a619;
    color: #fff;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.study_type .study_type_text a {
    text-decoration: none;
}

.study_type .study_type_text h4 {
    color: #1576bf;
    margin-bottom: 0;
    font-weight: bold;
}

.study_type .study_type_text p {
    color: #73787d;
    margin: 0;
    padding: 0px 30px 25px 30px;
    transition: all 0.5s;
}

.study_type:hover .study_type_text .second_text {
    -webkit-transform: translate(0);
    transform: translate(0);
    height: 50%;
}

.study_type:hover .study_type_text .first_text_hide {
    opacity: 0;
    transition: all 0.5s;
    top: 100%;
}

.study_type:hover .img_box img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.study_type:hover .img_box:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.edu_advantages_section {
    background-image: url("../img/pattern-2.png");
    width: 100%;
    background-size: cover;
    min-height: 450px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 90px;
}

.edu_advantages_section .edu_advantages_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 10px;
    transition: all 0.5s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.edu_advantages_section .edu_advantages_box .left_side {
    padding: 25px 15px;
    background-color: #ecf0f4;
}

.edu_advantages_section .edu_advantages_box .left_side span {
    font-size: 45px;
    line-height: 1em;
    color: #1d2f41;
    opacity: 0.1;
    font-style: italic;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.edu_advantages_section .edu_advantages_box .left_side img {
    width: 65px;
    height: 65px;
    padding: 10px;
    object-fit: contain;
}

.edu_advantages_section .edu_advantages_box .right_side {
    position: relative;
    padding: 25px 10px 0;
}

.edu_advantages_section .edu_advantages_box .right_side h4 {
    color: #1d2f41;
    font-weight: bold;
}

.edu_advantages_section .edu_advantages_box .right_side p {
    color: #212121;
}

.edu_advantages_section .edu_advantages_box:hover {
    transform: translateY(-20px);
    transition: all 0.5s;
}

.edu_advantages_section .edu_advantages_box:hover .left_side {
    background-color: #f9a619;
}

.edu_advantages_section .edu_advantages_box:hover .left_side span {
    transition: all 300ms ease;
    opacity: 0.7;
    color: #fff;
}

.bg_gray_custom {
    background-color: #f2f5f9;
}

.uni_logo_box {
    width: 160px;
    flex-direction: column;
}

.uni_logo_box .img_box {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1.95px 15.881px 30px 0px rgba(47, 105, 252, 0.1);
    padding: 20px;
}

.uni_logo_box .img_box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.uni_logo_box h4 {
    margin: 30px 0 20px;
    text-align: center;
    font-weight: bold;
    color: #1576bf;
}

.owl-uni {
    padding: 40px 0 20px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f9a619;
}

.blog_box {
    position: relative;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 20px 15px;
}

.blog_box .blog_img {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
}

.blog_box .blog_img img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 200px;
    object-fit: cover;
}

.blog_box .blog_img:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.blog_box .icon_box {
    position: absolute;
    right: 0px;
    top: 150px;
    height: 100px;
    width: 100px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog_box .icon_box i {
    height: 57px;
    width: 57px;
    background-color: #f9a619;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
}

.blog_box .content-box {
    position: relative;
    padding: 25px 40px 30px;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.blog_box .content-box h5 {
    margin-bottom: 14px;
    font-weight: bold;
}

.blog_box .content-box h5 a {
    color: #1d2f41;
}

.blog_box .content-box p {
    position: relative;
    margin-bottom: 0;
    color: #1A1919;
}

.blog_box .content-box .read-more {
    font-size: 14px;
    line-height: 30px;
    color: #73787d;
    background-color: #ecf0f4;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}

.blog_box .content-box .read-more:hover {
    color: #fff;
    background-color: #1d2f41;
}

.blog_box a {
    text-decoration: none;
}

.blog_box:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}

.blog_box:hover .blog_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 100ms linear;
}

.blog_box:hover .blog_img:after {
    left: 0;
    right: 0;
    opacity: 0;
}

.benefit_box {
    position: relative;
    margin: 15px 0;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
    height: 160px;
    padding: 0;
    max-width: 400px;
    width: 100%;
    background-color: #fff;
}

.benefit_box .bg_img {
    transition: all 300ms linear;
    opacity: 0;
}

.benefit_box .bg_img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.benefit_box .bg_img:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(249, 166, 25, 0.6);
    height: 160px;
    z-index: 9;
}

.benefit_box .text_box {
    position: absolute;
    max-width: 350px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 300ms linear;
}

.benefit_box .text_box h4 {
    font-weight: bold;
    color: #1d2f41;
}

.benefit_box .text_box p {
    color: #1A1919;
}

.benefit_box .link_box {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.benefit_box .link_box a {
    color: #fff;
    padding: 10px;
    font-size: 16px;
    background-color: #f9a619;
}

.benefit_box:hover .bg_img {
    opacity: 1;
    transition: all 300ms linear;
}

.benefit_box:hover .text_box {
    background-color: transparent;
    transition: all 100ms linear;
    z-index: 10;
}

.benefit_box:hover .text_box h4, .benefit_box:hover .text_box p {
    color: #fff;
}

.benefit_box:hover .link_box {
    display: block;
}

.page_header {
    height: 280px;
    background-size: cover;
    background-position: top center;
}

.page_header .center_texts {
    max-width: 800px;
    margin-top: 60px;
}

.page_header .center_texts h1 {
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 30px;
}

.blogs_recent_posts {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.blogs_recent_posts h4 {
    font-weight: bold;
    color: #1d2f41;
}

.blogs_recent_posts ul {
    padding-left: 0;
}

.blogs_recent_posts ul li {
    list-style: none;
}

.blogs_recent_posts ul li a {
    display: block;
    padding: 10px;
    color: #1576bf;
    text-decoration: none;
}

.blogs_recent_posts ul li a:hover {
    color: #1d2f41;
}

.country-block {
    position: relative;
    padding: 15px;
    z-index: 9;
}

.country-block .inner-box {
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.country-block .inner-box .image-box {
    position: relative;
}

.country-block .inner-box .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.country-block .inner-box .image-box .image:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 20px;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-image: url(../img/curve.png);
    content: "";
    z-index: 2;
}

.country-block .inner-box .image-box .image img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 250px;
    object-fit: contain;
}

.country-block .inner-box .content-box {
    position: relative;
    padding: 0 40px 35px;
}

.country-block .inner-box .content-box .apply_btn {
    font-size: 14px;
    line-height: 21px;
    padding: 5px 20px;
    margin-top: 10px;
    display: inline-block;
}

.country-block .inner-box .content-box .apply_btn:hover {
    background-color: #1576bf;
}

.country-block .inner-box .content-box .flag {
    position: relative;
    display: block;
    margin: -48px auto 15px;
    height: 84px;
    width: 84px;
    /* border-radius: 50%; */
    overflow: hidden;
    /* border: 2px solid #ffffff; */
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.country-block .inner-box .content-box .flag img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    border-radius: 50%;
    aspect-ratio: 1/1;
    border: 2px solid #ffffff;
    object-fit: cover;
}

.country-block .inner-box .content-box .title a {
    display: block;
    margin-bottom: 20px;
    color: #1d2f41;
    font-weight: bold;
    text-decoration: none;
}

.country-block .inner-box .content-box p {
    font-size: 16px;
    line-height: 30px;
    color: #73787d;
}

.country-block .inner-box:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.form-control, .input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-style-one {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    padding: 15px 50px;
    font-weight: 400;
    letter-spacing: 0.1em;
    overflow: hidden;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    background: #f9a619;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.theme-btn .btn-title {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
    color: #ffffff;
    position: relative;
    z-index: 3;
}

.btn-style-one:before, .btn-style-one:after {
    content: "";
    background-color: #1576bf;
    height: 50%;
    width: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-style-one::before {
    top: 0;
    left: 0;
    right: auto;
}

.btn-style-one:hover::before {
    width: 100%;
    right: 0;
    z-index: 2;
    left: auto;
}

.btn-style-one::after {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-style-one:hover::after {
    width: 100%;
    left: 0;
    z-index: 2;
    right: auto;
}

.sec-title .text {
    margin-top: 30px;
    color: #73787d;
    font-size: 16px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
    padding: 0;
}

.contact-details__info li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-details__info li + li {
    margin-top: 19px;
}

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    background-color: #4476a8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .icon i {
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-details__info li .text {
    margin-left: 30px;
    color: #73787d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.contact-details__info li .text h6 {
    color: #1d2f41;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
}

.contact-details__info li .text a {
    font-size: 18px;
    color: #73787d;
    -webkit-transition: all 500ms ease;
    text-decoration: none;
    transition: all 500ms ease;
}

.sec-title h2 {
    font-weight: 700;
    color: #1576bf;
}

.blog-details {
    position: relative;
    display: block;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}

.blog-details__img img {
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1d2f41;
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #fff;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
    font-weight: 700;
}

.blog-details__text-2 {
    color: #73787d;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type=search] {
    display: block;
    border: none;
    outline: none;
    background-color: #f9a619;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 74px;
    width: 100%;
    padding-right: 80px;
    border-radius: 10px;
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.sidebar__search-form input[type=search]::placeholder {
    color: #fff;
}

.sidebar__post,
.sidebar__tags {
    position: relative;
    display: block;
    padding: 46px 30px 30px;
    color: #1d2f41;
    background-color: #f8f6f1;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: var(--h4-font-weight);
}

.sidebar__post .sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-image {
    margin-right: 20px;
    flex: 70px 0 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-image > img {
    width: 80px;
    border-radius: 10px;
    display: inline-block;
    max-width: 100%;
    height: 60px;
    object-fit: cover;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
    position: relative;
    top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
    color: #0e2207;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.sidebar__post .sidebar__post-list li:hover {
    background-color: #ffffff;
    border-radius: 10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #0e2207;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #ffffff;
    display: inline-block;
    padding: 5px 28px 5px;
    border-radius: 30px;
    text-decoration: none;
    margin: 5px;
}

.sidebar__tags-list a:hover {
    color: #fff;
    background: #f9a619;
}

.custom_carousel {
    position: relative;
    overflow-x: hidden;
}

.custom_carousel img {
    height: 700px;
    object-fit: cover;
    object-position: top center;
}

.custom_carousel .text_center_carousel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    text-align: center;
    flex-direction: column;
}

.custom_carousel .text_center_carousel h2 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
}

.custom_carousel .text_center_carousel p {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.custom_carousel .carousel_shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.header_btn {
    color: #333;
    display: inline-block;
    font-weight: 400;
    margin-top: 10px;
    padding: 12px 30px;
    transition: 0.5s;
    background: #faa931;
    border-radius: 0 15px;
}

.header_btn:hover {
    background: #0655b0;
    color: #fff;
}

.counters:before {
    background: #0655b0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.counters {
    background: url(../img/counters-bg.jpg) no-repeat fixed left top;
    margin: 0;
    padding: 65px 0 66px;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.counters .counter i {
    color: #faa931;
    margin: 0;
    font-size: 40px;
    transition: all 400ms linear 0s;
}

.counters .counter:hover i {
    transform: translateY(-15px);
}

.counters .counter .number {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-weight: 600;
}

.counters .counter p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
}

.counters .counter .counter-icon-box {
    color: #bbb;
    font-size: 40px;
    margin: 0 0;
    transition: all 400ms linear 0s;
}

.filter_list .form-control, .filter_list .input-text {
    height: calc(1.25rem + 27px);
}

.filter_list .search_filter {
    position: relative;
}

.filter_list .search_filter input {
    padding-left: 50px;
}

.filter_list .search_filter i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #1576bf;
}

.filter_list select {
    appearance: auto !important;
}

.filter_list .price_input {
    display: flex;
}

.filter_list .price_input input {
    margin-right: 10px;
    appearance: none;
    padding: 5px 30px;
}

.btn_secondary,
.btn_main {
    border: none;
    padding: 6px 12px;
    min-width: 120px;
    outline: none;
    margin: 10px;
    border-radius: 4px;
    color: #fff;
}

.btn_secondary {
    background-color: #f9a619;
}

.btn_main {
    background-color: #1576bf;
}

.callouts-wrapper {
    width: 100%;
}

.callouts-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    top: -90px;
    z-index: 9;
}

.message-description {
    margin-bottom: 30px;
    display: block;
    padding: 30px 20px;
    transition: all 0.45s ease-in-out 0s;
    background: #0655b0;
    border-radius: 0 30px;
}

.message-description h2 {
    color: #fff;
    font-size: 24px;
}

.message-description p {
    color: #fff;
}

.message-description i {
    color: #faa931;
    font-size: 40px;
}

.aboutus {
    padding: 0 0 70px;
}

.about h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

.aboutus .section-title p {
    margin: 0 0 40px;
}

.about-box ul {
    padding: 0;
    list-style: none;
}

.about-box .read-more {
    background: #040a2c none repeat scroll 0 0;
    color: #fff;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
}

.about-box {
    width: 100%;
}

.about-box h3 {
    color: #0655b0;
}

.about-box figure {
    border: 1px solid #e9e6e6;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 100%;
}

.about-box figure img {
    width: 100%;
}

.about {
    padding: 100px 0;
}

.about p {
    margin: 0 0 30px;
}

.about-list li {
    color: #444;
    font-size: 14px;
    margin: 0 0 10px;
}

.about-list li i {
    color: #0655b0;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 20px;
}
.about-list li a:hover{
    color: #faa931;
}
/*** Call Back ***/
.call-back {
    background: #f2f5f9;
    padding: 30px 20px;
}

.call-back h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.call-back .form-control {
    border: 1px solid #f0f0f0;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.call-back .btn-default,
.apply_btn{
    animation-delay: 2s;
    background: #faa931;
    border: 0 none;
    color: #333;
    padding: 12px 30px;
    transition: all 0.3s ease 0s;
    border-radius: 0 15px;
}

.call-back .btn-default:hover,
.apply_btn:hover{
    background: #0655b0;
    color: #fff;
}

.line:before {
    border: 3px solid #faa931;
    border-radius: 50%;
    top: -15px;
    content: "";
    height: 15px;
    left: -6px;
    position: absolute;
    width: 15px;
}

.line {
    background: #faa931;
    display: inline-block;
    height: 25px;
    width: 3px;
    position: relative;
    margin-top: 20px;
}

.line:after {
    background: #faa931;
    bottom: -3px;
    content: "";
    height: 3px;
    left: -6px;
    position: absolute;
    width: 15px;
}

.section-title {
    text-align: center;
    margin: auto;
    max-width: 800px;
}

.aboutus .section-title {
    margin: -70px auto 50px;
}

.services {
    padding: 57px 0 70px;
    background: #f2f5f9;
}

.service-callouts {
    text-align: center;
}

.service-callouts h2 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: normal;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize;
}

/*** Single Services ***/
.single-service-box {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    margin-top: 30px;
    padding: 50px 25px;
    transition: all 0.36s ease-in-out 0s;
    border-radius: 0 30px;
    display: block;
}

.single-service-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: all 0.36s ease-in-out 0s;
}

.single-service-box h4 {
    border-bottom: 1px dashed #333333;
    display: inline-block;
    font-size: 20px;
    margin: 20px 0 10px;
    padding-bottom: 6px;
    color: #0655b0;
}

.single-service-box p {
    font-size: 13px;
    color: #000;
}

.single-service-box:hover {
    border: 1px solid #faa931;
}

.single-service-box:hover i {
    color: #faa931;
}

.ourteam {
    width: 100%;
    padding: 57px 0 55px;
    position: relative;
}

.team-cnt {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}

/**** single services ****/
.single_team {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
    transition: all 0.3s linear 0s;
    border-radius: 0 30px;
    display: block;
}
.single_team:hover{
    background-color:#0655b0;
    transition: all .5s;
}
.team_img {
    border-radius: 50%;
    display: inline-block;
    height: 150px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 150px;
    object-fit: cover;
}

.team_img > img {
    display: block;
    width: 100%;
}

.single_team > h5 {
    margin-bottom: 5px;
    color: #000;
}

.single_team > span {
    margin-bottom: 20px;
    display: inline-block;
    color: #000;
}
.single_team:hover h5,
.single_team:hover span{
    color: #fff!important;
}
.team_social_bar {
    display: flex;
    justify-content: space-between; /* Ensure equal space between left and right icons */
}

.team_social_bar .left-icons> a {
    background: #0655b0;
    border-radius: 3px;
    color: #ffffff!important;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    transition: all 0.3s linear 0s;
    width: 35px;
    display: inline-block;
    text-align: center;
}

.team_social_bar .left-icons > a:hover {
    background: #faa931;
    color: #333;
}

.team_social_bar .right-icons> a {
    background: #60b94a;
    border-radius: 3px;
    color: #ffffff!important;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    transition: all 0.3s linear 0s;
    width: 35px;
    display: inline-block;
    text-align: center;
}

.team_social_bar .right-icons > a:hover {
    background: #faa931;
    color: #333;
}

.single_team:hover {
    box-shadow: 0 4px 61px rgba(0, 0, 0, 0.09);
}

.blog-wrapper {
    padding: 56px 0 30px;
    background: #f2f5f9;
    position: relative;
}

.blog-wrapper .single-blog-post {
    margin-top: 30px;
}

.blog-wrapper .single-post-content {
    padding: 20px;
}

.blog-wrapper .single-post-content {
    background: #fff;
}

.blog-wrapper .single-post-content a {
    color: #0655b0;
}

.blog-wrapper .single-post-content h4 {
    margin-top: 15px;
    /*text-transform: uppercase;*/
}

.blog-wrapper .single-post-content h4:hover a {
    color: #faa931;
}

.blog-wrapper a.blog-btn {
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    text-transform: capitalize;
    background: #0655b0;
    border-radius: 0 15px;
}

.blog-wrapper a.blog-btn:hover {
    background: #faa931;
    color: #333;
}

.blog-wrapper .post-meta i {
    margin-right: 5px;
    color: #faa931;
}

.blog-wrapper ul.post-meta {
    list-style: outside none none;
}

.package-btn, a.blog-btn, ul.post-meta li {
    display: inline-block;
}

.post-meta a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}

.single-blog-post:hover, .single-team:hover {
    box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

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

.contactus:before {
    background: #0655b0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.contactus {
    width: 100%;
    background: #f2f5f9;
    padding: 57px 0 0;
    background: url("../img/counters-bg.jpg") no-repeat fixed left top;
    z-index: 9;
    position: relative;
    text-align: center;
}

.contactus h2 {
    color: #fff;
}

.contactus p {
    color: #fff;
}

.contact-info {
    margin-bottom: 50px;
    overflow: hidden;
}

.contact-form {
    margin: 0 0 20px;
}

.single-contact {
    text-align: center;
    padding: 15px 0;
}

.single-contact h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 25px 0 5px;
    text-transform: uppercase;
}

.single-contact p {
    margin-bottom: 0;
}

.single-contact i {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    color: #fff;
    font-size: 29px;
    height: 80px;
    line-height: 70px;
    padding: 30px;
    text-align: center;
    width: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
}

.form-control {
    background: #fff;
    border-color: #ddd;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

textarea.form-control {
    height: auto;
    padding: 10px 0 0 10px;
}

.form-control::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control:hover,
.form-control:focus {
    border-color: #faa931;
    box-shadow: none;
}

.contact-form .btn-contact {
    color: #333333;
    font-weight: 700;
    padding: 12px 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 0 15px;
    background: #faa931;
    transition: all 0.3s ease 0s;
    border: none;
}

.btn-contact:hover {
    background-color: #0655b0;
    color: #fff;
}

.google-map {
    width: 100%;
    margin: 0 0 -5px;
}

.google-map iframe {
    width: 100%;
    border: none;
    height: 250px;
    border-width: 9px 0;
    border-style: solid;
    border-color: #faa931;
}

.contact_width {
    max-width: 800px;
    margin: 10px auto;
}

footer {
    padding: 25px 0;
    width: 100%;
    text-align: center;
    background: #f2f5f9;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    transition: all 0.5s;
}

.carousel-control-prev {
    left: -10%;
}

.carousel-control-next {
    right: -10%;
}

.custom_carousel:hover .carousel-control-next-icon,
.custom_carousel:hover .carousel-control-prev-icon {
    opacity: 1;
    transition: all 0.5s;
}

.custom_carousel:hover .carousel-control-prev {
    left: 0;
}

.custom_carousel:hover .carousel-control-next {
    right: 0;
}

.header_top_links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 10px;
    margin-bottom: 0;
}

.header_top_links ul li {
    list-style: none;
    position: relative;
}

.header_top_links ul li a {
    color: #1576bf !important;
    padding-left: 10px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin: 10px 0 10px 10px;
    border-left: 1px solid #1576bf;
}

.header_top_links ul li a svg {
    width: 16px;
    height: 16px;
}

.header_top_links ul li a svg path {
    fill: #1576bf;
    stroke: #1576bf;
}

.header_top_links ul li a:hover {
    color: #f9a619 !important;
}

.header_top_links ul li a:hover svg path {
    fill: #f9a619;
    stroke: #f9a619;
}

.header_top_links ul li:first-child a {
    border-left: 0;
}

.header_fixed.scroll_header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}

.header_fixed.scroll_header .main_header {
    background-color: #1576bf;
}

.header_fixed.scroll_header {
    background-color: #fff;
}

.search_box {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    display: none;
    margin-top: 10px;
}

.search_box form {
    display: flex;
    align-items: center;
    width: 100%;
}

.search_box form input {
    width: 100%;
    padding: 10px 10px 10px 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.search_box form i {
    color: #1576bf;
}

.search_box form button {
    position: absolute;
    border: none;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: transparent;
}

.submenu_top_nav {
    position: absolute;
    background-color: #fff;
    z-index: 16;
    left: 12px;
    top: 20px;
    display: none;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.submenu_top_nav ul {
    display: block;
    width: max-content;
    padding: 15px 10px;
}

.submenu_top_nav ul li a {
    color: #1576bf!important;
    border-left: 0;
    display: block;
    padding: 5px;
    margin: 0 0 10px;
}

.main_header .header_top .navbar_custom li .submenu_top_nav {
    top: 35px;
    left: 8px;
}

.main_header .header_top .navbar_custom li:hover .submenu_top_nav,
.header_top_links ul li:hover .submenu_top_nav {
    display: block;
}

.testimonials {
    padding: 70px 0;
}

.testimonials .testimonials_box {
    padding: 60px 0 40px;
}

.testimonials .testimonials_img {
    background-color: #fff;
}

.testimonials .testimonials_img img {
    width: 100%;
    object-fit: contain;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 300px;
}

.testimonials .testimonials_text {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 10px;
    background-color: #f8f6f1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .testimonials_text img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Şəklin tam olaraq div-i əhatə etməsi üçün */
    border-radius: 8px; /* Şəkil künclərinin yumuşaldılması üçün (opsional) */
}


.testimonials .testimonials_text h4 {
    color: #f9a619;
    font-weight: bold;
}

.testimonials .testimonials_text p {
    color: #666;
}

.testimonials .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
}

.testimonials .owl-nav .owl-prev,
.testimonials .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 1;
    position: relative;
}

.testimonials .owl-nav .owl-prev:after,
.testimonials .owl-nav .owl-next:after {
    font-family: "fontAwesome";
    font-size: 24px;
    position: absolute;
    color: #f9a619;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonials .owl-nav .owl-prev:hover:after,
.testimonials .owl-nav .owl-next:hover:after {
    background-color: #f9a619;
    color: #fff;
}

.testimonials .owl-nav .owl-next:after {
    content: "\f105";
}

.testimonials .owl-nav .owl-prev:after {
    content: "\f104";
}

.section_top {
    margin-top: 100px;
}

.login_section h2 {
    color: #f9a619;
}

.form_box {
    max-width: 800px;
    margin: auto;
    background-color: #f8f6f1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 50px 20px;
    margin-top: 20px;
}

.form_box label {
    font-weight: 600;
    color: #1576bf;
}

.form_box input {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.form_box input:focus {
    border-color: #1576bf;
}

.form_box .forget_pass_box,
.form_box .form_bottom {
    text-align: center;
    margin: 10px auto 0;
    max-width: 300px;
}

.form_box .forget_pass_box a,
.form_box .form_bottom a {
    color: #1576bf;
}

.form_box .btn_form {
    padding: 30px 0;
}

.form_box .btn_form button {
    background-color: #f9a619;
    padding: 10px 25px;
    color: #fff;
    border-radius: 0;
}

.form_box .btn_form button:hover {
    background-color: #1576bf;
    transition: all 0.5s;
}

.exams .owl-exams {
    margin-top: 60px;
}

.exams .exam_box {
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #f9a619;
    color: #fff;
    max-width: 300px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.exams .exam_box p {
    margin-bottom: 0;
}

.testimonials_second {
    background-color: #f2f5f9;
    margin: auto;
    padding: 60px 0;
}

.testimonials_second .testimonials_box {
    position: relative;
    background-color: #fff;
    max-width: 1100px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 20px auto;
    padding: 50px 25px;
}

.testimonials_second .testimonials_box .single_testimonial {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 10px;
    padding: 20px;
}

.testimonials_second .testimonials_box .single_testimonial .img_box {
    margin-right: 15px;
}

.testimonials_second .testimonials_box .single_testimonial .img_box img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.testimonials_second .testimonials_box .single_testimonial h4 {
    color: #f9a619;
    font-weight: bold;
}

.testimonials_second .testimonials_box .single_testimonial p {
    color: #666;
    line-height: 21px;
    font-size: 16px;
    line-height: 19px;
    font-size: 15px;
    margin-bottom: 0;
    height: 155px;
}

.testimonials_second .testimonials_box .line_custom {
    position: absolute;
    content: " ";
    background-color: #ddd;
    display: block;
}

.testimonials_second .testimonials_box .line_custom.line1 {
    height: 40%;
    top: 20px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}

.testimonials_second .testimonials_box .line_custom.line4 {
    height: 40%;
    bottom: 20px;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}

.testimonials_second .testimonials_box .line_custom.line2 {
    width: 40%;
    height: 2px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials_second .testimonials_box .line_custom.line3 {
    width: 40%;
    height: 2px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials_second .owl-nav {
    margin-top: 10px;
    position: absolute;
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    width: 100%;
}

.testimonials_second .owl-nav .owl-prev,
.testimonials_second .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    opacity: 1;
    position: relative;
}

.testimonials_second .owl-nav .owl-prev:after,
.testimonials_second .owl-nav .owl-next:after {
    font-family: "fontAwesome";
    font-size: 24px;
    position: absolute;
    color: #f9a619;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonials_second .owl-nav .owl-prev:hover:after,
.testimonials_second .owl-nav .owl-next:hover:after {
    background-color: #f9a619;
    color: #fff;
}

.testimonials_second .owl-nav .owl-next:after {
    content: "\f105";
}

.testimonials_second .owl-nav .owl-prev:after {
    content: "\f104";
}

.featured_list {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    align-items: flex-start;
}

.featured_list .featured_box {
    max-width: 400px;
    margin: auto;
    width: 100%;
    display: flex;
    height: 150px;
    justify-content: flex-start;
    align-items: flex-start;
}

.featured_list .featured_box .icon {
    font-size: 45px;
    padding: 10px;
    margin-right: 10px;
    color: #f9a619;
}

.featured_list .featured_box p {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
}

.featured_list .featured_box h5 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
    color: #1576bf;
}

.about_us .text_box {
    margin-top: 30px;
}

.about_us .text_box p {
    color: #666;
    font-size: 16px;
    line-height: 23px;
    font-weight: 200;
}

.media_section {
    padding: 50px 0;
}

.media_section .section-title {
    margin: 50px auto !important;
}

.video_box {
    max-width: 300px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.video_box:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.video_box img {
    width: 100%;
    height: 230px;
}

.video_box .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.video_name {
    font-size: 14px;
    line-height: 20.02px;
    margin-bottom: 8px;
    padding: 10px 0;
    font-weight: 400;
    text-align: center;
}

.custom_modal iframe {
    height: 400px;
    width: 100%;
}

.btnz {
    display: block;
    float: left;
    padding: 10px 15px;
    border: none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 18px;
    color: #FFF;
}

.btnz:hover {
    color: #efefef;
}

.facebook {
    background-color: #3b5998;
}

.gplus {
    background-color: #dd4b39;
}

.twitter {
    background-color: #55acee;
}

.stumbleupon {
    background-color: #eb4924;
}

.pinterest {
    background-color: #cc2127;
}

.linkedin {
    background-color: #0077b5;
}

.buffer {
    background-color: #323b43;
}

.blog-wrapper .single-post-content p {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-wrapper .single-post-content h4 {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.university_box {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    margin: 15px 0;
}

.university_box .university_box_top {
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd;
    position: relative; border-bottom: 1px solid #f68331;
}

.university_box .university_box_top img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 15px;

}

.university_box .university_box_top .university_detail span {
    font-size: 14px;
    margin-right: 10px;
    color: #aaa;
}
.university_box .university_box_top .university_detail span i{
    margin-right: 5px;
}
.university_box .university_box_top .university_detail h4{
    color: #1576bf;
    font-weight: bold;
    margin-bottom: 0;
}
.university_box_bottom .detail_list{
display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.university_box_bottom .apply_btn{
    background-color: #f9a619;
    /*color: #fff;*/
    padding: 3px 15px;

}
.university_box_bottom a {
    font-size: 14px;
    color: #3172bc;
}
.apply_btn:hover{
    background-color: #1576bf;
}
.university_box_bottom{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.university_box_bottom .detail_list span{
    font-size: 14px;
    margin-right: 10px;
    color: #aaa!important;
}
.university_box_bottom .detail_list span i{
    color: #1576bf;
    margin-right: 10px;
}

.hide_desktop,
.mobile_social{
    display: none!important;
}


.university_about_text {
    padding: 30px 0;
}
.university_about_text h4 {
    font-weight: bold;
}

.university_features {
    padding: 20px;
}
.university_features_list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.university_features .university_features_list ul li {
    height: 120px;
    width: 33.3333%;
    padding: 0 10px;
    list-style: none;
}
.university_features .university_features_list ul li a {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 25px;
    border: 1px solid #1576bf;
    color: #1576bf;
}
.university_features .university_features_list ul li.active a {
    background-color: #1576bf;
    color: #fff;
}

.courses_section {
    padding: 10px;
    margin: 20px 0;
}
.courses_section .find-course-section {
    border-radius: 10px;
    border: 1px solid #ddd;
}
.courses_section .find-course-section .find-course-title {
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #838383;
    color: #fff;
}
.courses_section .find-course-section .find-course-title h5 {
    margin-bottom: 0;
}
.courses_section .course-select {
    padding: 20px;
}
.courses_section .course-select form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.courses_section .course-select .filter_box {
    width: 40%;
}
.courses_section .show-course {
    padding: 20px;
}
.courses_section .show-course .show-course-title {
    background-color: #efefef;
    padding: 14px 30px;
}
.courses_section .show-course h5 {
    font-weight: 550;
    font-size: 23px;
    margin-bottom: 0;
}
.courses_section .show-course .box {
    border-bottom: 1px solid #c7c7c7;
    padding: 19px 30px 15px;
}
.courses_section .show-course .box h4 {
    margin-bottom: 10px;
    font-weight: 550;
    font-size: 18px;
    color: #1576bf;
}
.courses_section .show-course .box td {
    color: #8a8a8a;
    font-size: 14px;
}
.courses_section .show-course .box a {
    color: #f9a619;
}
.courses_section .course-select form select, .courses_section .course-select form input {
    width: 100%;
}
.courses_section .course-select form input {
    color: #fff;
    background-color: #f9a619;
}

.accreditation-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    color: #1576bf;
    font-weight: bold;
}

.university_features .heading2, .university_features .sec-title h2, .sec-title .university_features h2 {
    font-weight: bold;
    color: #0b3d63;
    margin: 15px 0;
}

.university_features_section {
    margin-bottom: 50px;
}

.msg {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: #155724;
    background-color: #d4edda;
}

.exhibition-university-section {
    padding: 150px 0 60px;
}
.exhibition-university-section .university_list {
    padding: 10px;
}
.exhibition-university-section .university_list .university_list_title h4 {
    font-weight: bold;
    color: #1576bf;
    padding: 10px 0;
    border-bottom: 1px solid #1576bf;
    margin-bottom: 20px;
    display: inline-block;
}
.exhibition-university-section .university_list ul li {
    list-style: none;
}
.exhibition-university-section .university_list ul li a {
    padding: 6px 10px;
    display: block;
    font-size: 1.25rem;
    transition: 0.5s;
    margin-bottom: 0.625rem;
    color: #333;
}
.exhibition-university-section .university_list ul li a:hover {
    color: #f9a619;
}
.exhibition-university-section .exhibition-detail .exhibition_detail_title h2 {
    padding: 10px;
    color: #1576bf;
}
.exhibition-university-section .exhibition-detail .detail_box {
    /* Accordion styles */
}
.exhibition-university-section .exhibition-detail .detail_box ul {
    margin: 30px 0;
    padding: 0 10px;
}
.exhibition-university-section .exhibition-detail .detail_box ul li {
    flex-basis: 0;
    flex-shrink: 1;
    flex-grow: 1;
}
.exhibition-university-section .exhibition-detail .detail_box ul .nav-link {
    padding: 10px 30px;
    min-width: 150px;
    border-bottom: 2px solid #ddd;
    color: #1576bf;
    width: 100%;
}
.exhibition-university-section .exhibition-detail .detail_box .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}
.exhibition-university-section .exhibition-detail .detail_box .tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.exhibition-university-section .exhibition-detail .detail_box .tab input {
    display: none;
}
.exhibition-university-section .exhibition-detail .detail_box .tab .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}
.exhibition-university-section .exhibition-detail .detail_box .tab .tab-label:hover {
    background: #1a252f;
}
.exhibition-university-section .exhibition-detail .detail_box .tab .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.exhibition-university-section .exhibition-detail .detail_box .tab .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}
.exhibition-university-section .exhibition-detail .detail_box .tab .tab-content img{
    width: 100%;
}
.exhibition-university-section .exhibition-detail .detail_box .tab .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.exhibition-university-section .exhibition-detail .detail_box .tab .tab-close:hover {
    background: #1a252f;
}
.exhibition-university-section .exhibition-detail .detail_box input:checked + .tab-label {
    background: #1a252f;
}
.exhibition-university-section .exhibition-detail .detail_box input:checked + .tab-label::after {
    transform: rotate(90deg);
}
.exhibition-university-section .exhibition-detail .detail_box input:checked ~ .tab-content {
    max-height: 160vh;
    padding: 1em;
}

.exhibition-detail .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom: 4px solid #f9a619 !important;
    border-radius: 0;
    color: #333 !important;
    font-weight: bold;
}

.magnific-img img {
    width: 100%;
    height: auto;
}

.mfp-bottom-bar, * {
    font-family: "Abel", sans-serif;
}

.magnific-img {
    display: inline-block;
    width: 32.3%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.detail_text_box {
    padding: 30px 0;
}
.detail_text_box h4 {
    color: #1576bf;
    font-weight: bold;
}
.detail_text_box p {
    padding: 5px 0;
}


.exhibition_title_box {
    padding: 50px 0;
    border-top: 2px solid #f9a619;
    border-bottom: 2px solid #f9a619;
    /*position: sticky;*/
    top: 100px;
    background: #fff;
    z-index: 9;
}
.exhibition_title_box h1 {
    color: #1576bf;
    font-weight: bold;
    max-width: 700px;
    margin: 0 auto;
}

.header_box_exhibition {
    position: relative;
    background: no-repeat top right;
    background-size: cover;
    height: 300px;
    margin: 50px 0;
}
.header_box_exhibition div {
    position: absolute;
    bottom: 50%;
    left: 0;
    font-weight: 500;
    padding: 30px;
    margin: 0 2.8125rem;
    z-index: 1;
    background: #1576bf;
    color: #fff;
    transform: translateY(50%);
    max-width: 650px;
}

.exhibition_register {
    max-width: 600px;
    margin: 0 auto;
}
.exhibition_register a {
    padding: 10px;
    width: 100%;
    display: block;
    border-radius: 15px;
    border: 1px solid #f9a619;
    text-align: center;
    cursor: pointer;
    color: #333;
}

.exhibition-university-section .dashed_text {
    padding: 20px;
    border-radius: 13px;
    border: 1px dashed #333;
    margin: 40px 0;
}

.exhibition-university-section {
    /* Accordion styles */
}
.exhibition-university-section .tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}
.exhibition-university-section .tab {
    width: 100%;
    color: white;
    overflow: hidden;
}
.exhibition-university-section .tab input {
    display: none;
}
.exhibition-university-section .tab .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: bold;
    cursor: pointer;
    /* Icon */
}
.exhibition-university-section .tab .tab-label:hover {
    background: #1a252f;
}
.exhibition-university-section .tab .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.exhibition-university-section .tab .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}
.exhibition-university-section .tab .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.exhibition-university-section .tab .tab-close:hover {
    background: #1a252f;
}
.exhibition-university-section input:checked + .tab-label {
    background: #1a252f;
}
.exhibition-university-section input:checked + .tab-label::after {
    transform: rotate(90deg);
}
.exhibition-university-section input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 1em;
}

.maps_box {
    height: 300px;
    margin: 40px 0;
}
.maps_box iframe {
    width: 100%;
    height: 300px !important;
}

.exhibition_form {
    max-width: 700px;
    padding: 50px 20px;
    border-radius: 10px;
    border: 1px solid #f9a619;
    margin: 40px auto;
}
.exhibition_form label {
    margin-bottom: 10px;
}
.exhibition_form input {
    border: 1px solid #ddd;
}
.exhibition_form input:focus {
    border-color: #1576bf;
}

.exhibition_form_title {
    color: #1576bf;
    font-weight: bold;
}
.bnnr_box{
    margin: 20px 0;
}
.bnnr_box img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.about_course_container{
    padding: 30px 0;
}
.about_course_container h4{
    padding: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #0b3d63;
}
.about_course_table table{
    border: 1px solid #ddd;
}
.about_course_table table{
table-layout: fixed;

}
.about_course_table thead tr{
    padding: 20px;
    background-color: #0a53be;
    color: #fff;

}
.about_course_table thead{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.about_course_table tbody tr td{
    padding: 20px;
    border-left: 1px solid #ddd;
    border-bottom: none!important;
}
.about_course_table tbody tr td:first-child{
    border-color: transparent;
}
.about_course_table tbody tr:nth-child(even) td{
    background-color:  #f6f8ed;
}
.about_course_table tbody tr:nth-child(odd) td{
    background-color:  #eef4fd;
}
.about_course_table tbody tr span{
    color: #1f1f1f;
    font-size: 14px;
}
.about_course_table tbody tr i{
    color: #f9a619;
    font-size: 17px;
    margin-right: 10px;
}
.about_course_table tfoot p{
    padding: 10px;
    margin: 0;
}
.about_course_table tfoot a{
    color: #f9a619;
}
.table_scroll{
    overflow: auto;
    max-height: 400px;
}
.table_scroll table{
    max-height: 400px;
}
/*# sourceMappingURL=style.css.map */


.video_section {
    position: relative;
}
.video_section video {
    width: 100%;
    min-height: 100vh;
    height: 100%;
}
.video_section:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(21, 118, 191, 0.5);
}
.video_section .section_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video_section .section_text h1 {
    text-align: center;
    color: #fff;
}
.video_section .section_text .button_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.video_section .section_text a {
    padding: 10px 30px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin: 10px;
    white-space: nowrap;
}
.video_section .section_text a:hover {
    background-color: #1576bf;
    border-color: #1576bf;
    transition: all 0.5s;
}

.exhibition_link_list {
    margin: 30px 0;
}
.exhibition_link_list ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.exhibition_link_list ul li {
    list-style: none;
}
.exhibition_link_list ul li a {
    display: block;
    width: fit-content;
    background: rgba(163, 171, 215, 0.2);
    border-radius: 0.25rem;
    padding: 0.375rem 1rem;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.3s;
    margin-right: 1rem;
    margin-bottom: 1rem;
    color: #232637;
}
.exhibition_link_list ul li a:hover, .exhibition_link_list ul li a.active {
    background-color: #1576bf;
    color: #fff;
}

.universities_boxes {
    margin: 30px 0;
}
.universities_boxes h4 {
    color: #273476;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.0625rem;
    margin-bottom: 1.5rem;
    display: block;
}
.universities_boxes .box_items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.universities_boxes .box_items .single_box {
    max-width: 280px;
    margin: 10px;
    font-size: 1.25rem;
    box-sizing: border-box;
}
.universities_boxes .box_items .single_box .box_top {
    padding: 0.78125rem 1.875rem;
    background: rgba(163, 171, 215, 0.1);
    border-radius: 0.25rem 0.25rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.universities_boxes .box_items .single_box .box_top p {
    font-size: 13px;
    color: #aaa;
}
.universities_boxes .box_items .single_box .box_top a {
    font-size: 25px;
    color: #1576bf;
}
.universities_boxes .box_items .single_box .box_bottom {
    color: #273476;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 0 0 0.25rem 0.25rem;
    background: rgba(163, 171, 215, 0.2);
}
.universities_boxes .box_items .single_box .box_bottom .text_name {
    cursor: pointer;
}
.universities_boxes .box_items .single_box .box_bottom .bottom_list {
    display: none;
}
.universities_boxes .box_items .single_box .box_bottom .bottom_list .form-check {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
}
.universities_boxes .box_items .single_box .box_bottom .bottom_list .form-check span {
    font-size: 15px;
    color: #212121;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox[type=radio] + label:before,
.styled-checkbox[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 3px;
    border: 3px solid #1576bf;
    margin-right: 5px;
}

.styled-checkbox[type=radio] + label:before {
    border-radius: 50%;
}

.styled-checkbox:hover + label:before {
    /* background: #2db9cb; */
}

.styled-checkbox:checked + label:before {
    background: #fff;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 8.6px;
    background: #1576bf;
    width: 10px;
    height: 10px;
}

.styled-checkbox[type=radio]:checked + label:after {
    border-radius: 50%;
}

.details {
    overflow: hidden;
    background: #eee1b3;
    padding: 1.0625rem 3.25rem 1.625rem;
    margin-bottom: 1.25rem;
}

.details__type {
    float: right;
    font-weight: 500;
    font-size: 1.375rem;
    color: #273476;
}

.details__wrap {
    margin-right: 1.25rem;
}

.details__param-ttl {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.8125rem;
    color: #273476;
}

.my_orders {
    padding: 130px 0 60px;
}
.my_orders .order_list {
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 20px;
}
.my_orders .order_list h4 {
    color: #273476;
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 1.125rem;
}
.my_orders .order_list table {
    width: 100%;
}
.my_orders .order_list table td {
    padding: 10px;
}
.my_orders .order_list table tbody tr td {
    font-size: 14px;
    color: #232637;
}
.my_orders .order_list table tbody tr td:first-child {
    padding-left: 30px;
}
.my_orders .order_list table tbody a {
    color: #f9a619;
}

.list_exhibition_uni {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
.list_exhibition_uni li {
    padding: 5px 10px;
}

.price_list_main {
    background-color: #dee1f0;
    padding: 30px;
}
.price_list_main .top_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price_list_main .top_price div {
    display: flex;
    align-items: center;
}
.price_list_main .top_price p {
    font-size: 1.25rem;
    color: #1576bf;
    margin-bottom: 0;
}
.price_list_main .price_body {
    padding: 15px;
}
.price_list_main .price_body .between_detail {
    display: flex;
    justify-content: space-between;
}
.price_list_main .price_body .between_detail h5 {
    color: #1576bf;
}

.order_btns {
    display: flex;
    justify-content: center;
    align-items: center;
}
.order_btns button {
    padding: 7px 13px;
    border: 1px solid #1576bf;
    margin: 5px;
}
.order_btns button.first {
    background-color: #fff;
    color: #24a0ed ;
}
.order_btns button.second {
    background-color: #24a0ed ;
    color: #fff;
}
.order_btns button.second.disabled {
    opacity: 1;
}
.detail_section{
    padding: 120px 0;
    background-color: #f7f7f7;
}
.course_detail_container{
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.course_detail_container .course_detail .course_body .course_img img{
    width: 100%;
    border-top-left-radius: 6px;
    height: 300px;
    object-fit: cover;
}
.course_detail_container .course_detail .course_desc{
    padding: 30px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}
.course_detail_container .course_detail .course_desc a{
    font-size: 14px;
    color: rgba(0,0,0,.5);
}
.course_detail_container .course_detail .course_desc .course_title{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;

}
.course_detail_container .course_detail .course_desc .course_type{
    background-color: #1175e9 !important;
    padding: 6px 10px;
    color: #fff;
}
.course_detail_container .course_items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.course_detail_container .course_items span{
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 10px;
}
.course_detail_container .course_items p{
    font-size: 18px;
    font-weight: 600;
}
.name_education_institution{
    padding: 30px;
    /*border-top: 1px solid #ddd;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.name_education_institution .footer_title span{
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 400;
    margin-bottom: 10px;
}
.name_education_institution .footer_title a{
    font-size: 26px;
    color: #1175e9;
    font-weight: 700;
}
.name_education_institution .course_item{
    width: 25%;
    padding: 10px;
}
.name_education_institution .course_item p{
    font-size: 14px;
}
.name_education_institution .course_item .social_link{
    flex-direction: column;
    gap: 6px;
}
.name_education_institution .course_item .social_link a{
    color: #000;
}
.course_foot{
    padding: 30px;
    border-top: 1px solid #ddd;
}
.course_foot .action_box{
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}
.course_foot .action_box a{
    padding: 15px 25px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.course_foot .action_box a.call{
    background-color: #1175e9;
}
.course_foot .action_box a.whatsapp{
    background-color: #15b061;
}
.other_courses{
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
}
.other_courses h4{
    font-weight: bold;
    font-size: 25px;
}
.other_courses .nav-link{
    color: #000;
}

.other_courses .tab_box{
    padding: 20px;
}
.other_courses .tab_box iframe{
    width: 100%;
    height: 400px;
}

.lang_box_exhibition{
    position:absolute;
    z-index: 9;
    right: 30px;
}
.lang_box_exhibition .btn{
    color: #fff;
    margin: 20px;
    border: 1px solid #ffff;
}
.lang_box_exhibition .dropdown-menu{
    min-width: 50px;
    width: max-content!important;
}
.video_box_custom{
    height: 100vh;
}
.video_box_custom iframe{
    width: 100%;
    height: 100%;
}
.right_box{
    position: absolute;
    top: 0;
    right: 0;
    width: 12rem;
    height: 6.9rem;
    padding: 0.7rem 0.8rem;
    color: #3172bc;
    border-radius: 0 8px 0 0;
    border: 1px solid #f68331;
    border-bottom: none;
    background: #fdd996;
}
.right_box div {
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    height: 100%;
}
.right_box div span {
    font-size: 26px;
    font-weight: bold;
}
.right_box div p {
    font-size: 14px;
    margin: 0
}
@media screen and (max-width: 768px) {
    .university_logo img{
        width: 60px;
        aspect-ratio: 1/1;
        height: auto;
    }
    .university_box .university_box_top {
        align-items: start;
    }
    .university_detail h4 {
        font-size: 18px;
    }
    .right_box {
        bottom: 0;
        width: 5rem;
        height: auto;
    }
    .right_box span {
        font-size: 16px;
    }
    .right_box p {
        font-size: 10px;
    }
}
.nav-item.hide_mobile .header_btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 0;
    margin-left: 8px;
    white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */
