/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.taviraj *{
    font-family: taviraj-med;
}
.taviraj .section-title{
    font-family: taviraj-med;

}
.colorblind *{
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    filter: grayscale(100%);
}
/* .colorblind .stricky-header {
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
    filter: grayscale(0%);
} */
/* .colorblind .stricky-header *{
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
    filter: grayscale(0%);
} */
.feature-content a{color:#007bff;}

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

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

}

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

}

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

:root {
    --thm-font: 'PoppinsRegular', sans-serif;
    --thm-reey-font: 'reeyregular';
    --thm-base: #33539D;
    --thm-base-rgb: 77, 95, 227;
    --thm-primary: #ffd45f;
    --thm-primary-rgb: 255, 212, 95;
    --thm-gray: #757783;
    --thm-gray-rgb: 117, 119, 131;
    --thm-black: #1c1e27;
    --thm-black-rgb: 28, 30, 39;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: "PoppinsRegular", sans-serif;
    font-size: 16px;
    line-height: 32px;
    background: #f7f8f9;
    font-style: normal;
    overflow-x:hidden;


}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-black);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
}


.noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;

}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}



.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--thm-black);
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer;
}


.section-separator {
    border-color: var(--thm-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 50px 8px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.1em;
    z-index: 1;
}

.thm-btn-home3 {
    padding: 5px 30px !important;
    font-size: 15px !important;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 25px;
    cursor: pointer;
}

.thm-btn-home3:hover {
    color: var(--thm-base) !important;
    background-color: #fff;
}

.main-header--two__top-home3 {
    padding: 9px 0 !important;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: var(--thm-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.thm-btn:hover:after {
    opacity: 1;
    transform: scaleY(1.0);
}

.thm-btn:hover {
    color: #ffffff;
}

.thm-btn-1 {
    background: rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s;
}

.thm-btn-1:hover {
    background-color: #E4353A !important;
}

.section-title {
    position: relative;
    display: block;
    margin-top: -7px;
    margin-bottom: 30px;
    text-align: left;
    font-family: "PoppinsRegular";
    font-size: 33px;
}

.recruitment-container {
    border-radius: 10px;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 30px;
    overflow-x: auto;
}

#recruitment .feature_title {
    margin-bottom: 20px !important;

}

.recruitment-container table tr:nth-child(odd) {
    background-color: #fff;
}

.recruitment-container table tr th {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    background-color: var(--thm-base);
    padding: 10px 25px;
}

.modal-recruitment-btn {
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 17px;
    color: var(--thm-base);
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    text-align: right;

}

#recruitment {
    padding: 40px 0;
    background-color: #fafafa;
}

.modal-recruitment-btn i {
    transition: all 0.4s ease-in-out;
}

.modal-recruitment-btn i {
    margin-left: 5px;
}



.recruitment-container table tr td {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #444;
    padding: 15px;
}

.recruitment-container table tr:hover {
    background-color: #f7f8f9;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

.section-title__title {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
}

#caption {
    text-align: right;
    color: #fff;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--thm-base);
}

.preloader-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}

.loader {
    width: 3em;
    height: 3em;
    animation: loaderAnim 1.25s infinite ease-in-out;
    outline: 1px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -50px auto 0;
}

.largeBox {
    background-color: #e4353a;
    height: 3em;
    width: 3em;
    outline: 1px solid transparent;
    position: fixed;
}

.box-4 {
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.box-4:hover {
    box-shadow: 0px 0px 27px rgb(0 0 0 / 10%);

}

.box-4 h5, .box-4 p {
    font-size: 16px;
}

.smallBox {
    height: 3em;
    width: 3em;
    background-color: #ffffff;
    position: fixed;
    z-index: 1;
    outline: 1px solid transparent;
    animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
}


/***
=============================================
    Scroll To Top
=============================================
***/
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-base);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

/***
=============================================
    Main Header One
=============================================
***/

.main-header {
    position: relative;
    display: block;
}

.main-header--one {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.main-header--one__top .fa-envelope, .main-header--one__top .fa-phone {
    font-size: 18px;
}

.main-header-one__bottom {
    position: relative;
    display: block;
    background: transparent;
}

.main-header-one__bottom-inner {
    position: relative;
    display: block;
    z-index: 10;
}

.main-header-one__bottom-inner .main-menu {
    position: relative;
    display: block;
}


.main-menu {
    position: relative;
    z-index: 91;
}

.main-menu__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
}


.main-menu .main-menu__list li ul li:hover>a, .stricky-header .main-menu__list li ul li:hover>a {
    background-color: #4d5fe3 !important;
    color: #fff !important;
}

.stricky-header-dark {
    background-color: var(--thm-base) !important;
}

.main-menu__inner .left {
    display: flex;
    align-items: center;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    position: relative;
    padding-top: 22px;
    padding-bottom: 21px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 20px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    transition: all 500ms ease;
    font-family: var(--thm-manrope-font);
}


.stricky-header-dark .main-menu__list>li>a,
.main-menu .main-menu__list>li.current>a,

.stricky-header-dark .main-menu__list>li.current>a,
.stricky-header-dark .main-menu__list>li:hover>a {
    color: #fff !important;

}

.main-menu .main-menu__list>li:hover>a {
    color: var(--thm-base)
}

.main-menu .main-menu__list>li.dropdown a,
.stricky-header .main-menu__list>li.dropdown a {
    padding-right: 0px;
}

.main-menu .main-menu__list li ul li:hover>a, .stricky-header .main-menu__list li ul li:hover>a {
    background-color: #4d5fe3 !important;
    color: #fff;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -72px;
    min-width: 220px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 500ms ease;
    z-index: 99;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


.stricky-header .main-menu__list li ul {
    margin-top: 0px;
}



.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    padding-right: 3px !important;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
    border-top: 1px solid #f7f7f7;
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 500ms;
    font-family: var(--thm-manrope-font);
}

.main-menu .main-menu__list li ul>li:last-child>a,
.stricky-header .main-menu__list li ul li ul>li:last-child>a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
    background-color: #33539D !important;
    color: #fff;
}


.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
    display: none;
}


.main-header-one__bottom .right {
    position: relative;
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
}


.main-menu__right-search-box {
    position: relative;
    display: block;
    margin-left: 5px;
}

.main-menu__right-search-box .thm-btn {
    font-size: 12px;
    padding: 4px 15px 4px;
    background-color: var(--thm-base);
}


.stricky-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 5%);
}

.stricky-header.main-menu {
    padding: 0 0px;
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header--two {
    background: #1c1e27;
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.mobile-nav__toggler {
    color: #fff;
}

.mobile-nav__toggler:hover {
    opacity: 0.8;
    color: #fff;
}

@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: flex;
    }

}


@media (max-width: 1199px) {

    .stricky-header {
        display: none !important
    }

}




@media (min-width: 1200px) {

    .main-menu .mobile-nav__toggler {
        display: none;
    }

}







.counter-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0d0f13;
    z-index: -1;
    content: "";
}

.counter-one .section-title__title {
    color: #ffffff;
    font-size: 35px;
}

.counter-one__left-text {
    color: #aeb2c2;
    margin: 0;
}


.counter-one__right {
    position: relative;
    display: block;
}

.counter-one__right-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.counter-one__right-single {
    position: relative;
    float: left;
    width: 210px;
    text-align: center;
    border-radius: 8px;
    background: #0d0f13;
    margin-right: 20px;
    padding: 40px 0px 31px;
    margin-bottom: 30px;
}

.counter-one__right-single:last-child {
    margin-right: 0;
}

.counter-one__right-single-icon {
    color: var(--thm-base);
    font-size: 60px;
    margin-bottom: 25px;
}



.counter-one__right-text {
    color: #aeb2c2;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.counter-one__right-single h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}


.counter-one--about {
    position: relative;
    display: block;
    padding: 120px 0px 108px;
    margin-top: 0px;
}








/*----------------------------------------
# Main Header Two
-----------------------------------------*/

.stricky-header--style2 .main-menu__inner .left {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}



.stricky-header--style2 .search-box {
    display: none;
}


/*----------------------------------------
# Main Header Three
-----------------------------------------*/

.main-menu__right .btn-box .thm-btn {
    background: #f7f7f7;
    color: #1b1d21;
    width: 275px;
    text-align: center;
}

.main-menu__right .btn-box .thm-btn::after {
    background: var(--thm-base);
}

.main-menu__right .btn-box .thm-btn:hover {
    color: #ffffff;
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(-50%);
    transform-origin: right center;
    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
    z-index: 999;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}





.mobile-nav__content {
    width: 300px;
    background-color: #1c1e27;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li ul {
    padding-left: 10px;
}

.mobile-nav__content .main-menu__list li a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 15px;
    font-family: var(--thm-font);
    font-weight: 400;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-base);
}

.mobile-nav__content .main-menu__list li a:hover {
    color: var(--thm-base);
}



.mobile-nav__content .main-menu__list li a button {
    width: 28px;
    height: 28px;
    background-color: var(--thm-base);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    border-radius: 0px;
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--thm-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--thm-base);
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-left: 30px;
}

.mobile-nav__social a:hover {
    color: #ffffff;
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--thm-text-dark);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    letter-spacing: 0.07em;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-base);
}

.mobile-nav__contact li>i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--thm-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    padding-right: 90px;
}

.search-popup__content .thm-btn2 {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--thm-base);
    border: none;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.search-popup__content .thm-btn2::before {
    display: none;
}

.search-popup__content .thm-btn2:hover {
    background-color: var(--thm-black);
    color: #ffffff;
}

.search-popup__content .thm-btn2 i::before {
    margin: 0;
    color: #ffffff;
}


/***
=============================================
    Main Header One
=============================================
***/
.main-header--one {
    position: relative;
    display: block;
}

.main-header--one__top {
    position: relative;
    display: block;
    background: #f7f8f9;
    border-bottom: 1px solid #e0e2e9;
    padding: 15px 0px 10px;
}

.main-header--one__top-inner {
    position: relative;
    display: block;
}

.main-header--one__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header--one__top-logo {
    position: relative;
    display: flex;
    gap: 10px;
    padding-top: 8px;
}

.main-header--one__top-logo .text p {
    display: flex;
}

.main-header--one__top-logo .text p a {
    display: flex;
    align-items: center;
}


.main-header--one__top-logo .text img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


.main-header--one__top-right {
    position: relative;
    display: flex;
    float: right;
    align-items: center;

}



.main-header--one__top-contact-info {
    position: relative;
    display: block;
}

/***
=============================================
    Slider
=============================================
***/
.main-slider-two {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 2;
    margin-top: 20px;
}

.main-header--two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

}


.main-slider.main-slider-one .swiper-slide .shape1 {
    position: absolute;
    top: -100px;
    left: -230px;
    z-index: 2;
    opacity: 0;
    transform: translateX(-100%);
}

.main-slider.main-slider-one .swiper-slide-active .shape1 {
    opacity: 1;
    transform: translateX(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.main-slider .swiper-slide {
    position: relative;
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30;
}


.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    transform: scale(1);
    transition: transform 5000ms ease;
    z-index: 1;
}

.main-slider-two .swiper-slide .container {
    padding-top: 290px;
    padding-bottom: 260px;
}

.main-slider-two .image-layer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(13, 15, 19, 0.5);
    z-index: 1;
}

.main-slider .container {
    position: relative;
    padding-top: 185px;
    padding-bottom: 170px;
    z-index: 2;
}

/* .swiper-wrapper {
    position: relative;
} */

.main-slider-two .swiper-slide {
    z-index: 99;
    height: 700px !important;
}

.company-logos-ones .swiper-slide {
    height: 100px;
}

.main-slider__content-title {
    color: #fff;

    font-size: 80px;
    line-height: 0.9em;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-bottom: 27px;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(80px);

}

.main-slider-one .swiper-slide-active .main-slider__content-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1500ms;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

/***
=============================================
    Features One
=============================================
***/
.features-one {
    position: relative;
    display: block;

    padding: 20px 0;

}

.features-one__single {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F2F2;
    border-radius: 4px;
    padding: 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    height: 80px;
    flex-direction: row-reverse;
    cursor: pointer;
}

.features-one__single:hover {
    border: 1px solid var(--thm-base);
    background-color: #fff;
}

.section-banner .features-one__single {
    flex-direction: row-reverse;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fff;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #f1f2f4;

}

.section-banner .features-one__single p {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;

    line-height: 1.06;
    letter-spacing: normal;
    color: #000;
    margin-top: 15px;
}

/* .features-one__single:hover {
    border: 1px solid var(--thm-base);
} */

.features-one__single::before {
    position: absolute;
    left: -1px;
    bottom: -1px;
    right: -1px;
    height: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--thm-base);
    content: "";
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.features-one__single:hover:before {
    transform: scaleY(1.0);
}

.features-one__single-icon {
    position: relative;
    display: block;
    transition: all 500ms ease;
    font-size: 28px;
}


.features-one__single-icon i {
    color: var(--thm-base);
    font-size: 30px;
}

.features-one__single:hover .features-one__single-icon {
    transform: rotateY(180deg);
    color: var(--thm-base);
}

.features-one__single-icon span::before {
    font-size: 60px;
}

.features-one__single-text {
    position: relative;
    display: block;

}

.section-banner .features-one__single-text {
    padding-left: 0;
}


.section-banner .features-one__single p {

    font-weight: 500;
    line-height: 1.5;
    color: #050521;
}

.section-banner .features-one__single-text {
    margin-top: 15px;
}

.section-banner .features-one__single-icon i {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}

.features-one__single-text h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #050f21;
    margin-left: 10px;
}

/* .section-banner .features-one__single-icon {
    height: 75px;
} */

.section-banner .features-one__single-text p {}

.features-one__single-text h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-one__single-text h4 a:hover {
    color: var(--thm-base);
}

.section-banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-banner .features-one__single-text h4 {
    text-transform: capitalize;
}

.social-fixed {
    position: fixed;
    top: 288px;
    left: 0px;
    z-index: 9999;
}

.social-media a {
    /* padding: 6px; */
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e1e4e8;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: #8a94a6;
    transition: .4s
}

.social-media a i {
    color: #0a58ca;
    font-size: 20px;
}

.social-media {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.features-one__single-text p {
    margin: 0;
    line-height: 28px;
}

/***
=============================================
    About One
=============================================
***/

.about-container {
    background-color: #fff;
    margin: 0px auto;
    border: 1px solid #f1f2f4;
    border-radius: 4px;
    padding: 24px
}

/***
=============================================
    Courses One
=============================================
***/
.courses-one {
    position: relative;
    display: block;
    padding: 80px 0;

}

.courses-one .section-title {
    margin-bottom: 32px;
}

.courses-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;

}

.gallery-container .courses-one__single-img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;

}

.single-gallery-container .col-md-4, .single-gallery-container .col-lg-3, .single-gallery-container .col-12, .single-gallery-container.col-sm-6 {
    padding-left: 0;

}

.slide__text .main-menu__right-search-box {
    margin-left: 0 !important;
}

.communication_means {
    max-width: 700px;
    margin: 0 auto;
}

.search-box-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
}

/* .courses-one__single-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--thm-black-rgb), .3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: scaleX(0);
    transition: all 500ms ease;
    z-index: 1;
} */

.courses-one__single:hover .courses-one__single-img:before {
    transform: scaleX(1);
}

.gallery-container .courses-one__single-img img {
    max-width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}

.courses-one__single:hover .courses-one__single-img img {
    transform: scale(1.05);
}



.gallery-container .courses-one__single-content {
    position: relative;
    display: block;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
    padding: 20px 15px 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /* background-color: #fff; */
    height: 100px;

}

.news-container .courses-one__single-img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    z-index: 1;
    height: 200px;
}

.news-container {
    padding-top: 40px;
}

.news-container .courses-one__single-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all 500ms ease;
    transform: scale(1);
}

.news-container .courses-one__single-content {
    background-color: #fff;
    position: relative;
    display: block;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
    padding: 20px 15px 10px;
    border-bottom-left-radius: 8px;
    /* height: 250px; */
    border-bottom-right-radius: 8px;
}

.news-container .courses-one__single-content {
    /* height: auto; */
}

.gallery-container .courses-one__single-content-overlay-img {
    position: absolute;
    top: -15px;
    z-index: 5;
}

.gallery-container .courses-one__single-content-overlay-img img {
    width: 100%;
}

.courses-one__single-content-name {
    color: var(--thm-base);
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    height: 110px;
    margin-bottom: 2px;

}

.courses-one__single-content-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #444;

}

.courses-one__single-content-title a {
    color: #444;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 15px;
    font-weight: 500;
    width: 260px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.courses-one__single-content-title a:hover {
    color: var(--thm-base);
}


.courses-one__single-content-courses-info {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 1px solid #e0e2e9;
    padding-top: 15px;
}

.courses-one__single-content-courses-info i {
    margin-right: 5px;
    font-size: 15px;

}

.courses-one__single-content-courses-info li {
    position: relative;
    float: left;
    color: var(--thm-gray);
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin-left: 10px;
    padding-left: 10px;
}

.courses-one__single-content-courses-info li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.courses-one__single-content-courses-info li::before {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 8px;
    width: 1px;
    background: #e0e2e9;
    content: "";
    transform: rotate(25deg);
}

.courses-one__single-content-courses-info li:first-child:before {
    display: none;
}


.courses-one--courses {
    position: relative;
    display: block;
    padding: 80px 0;
}


.letter-form h6 {
    margin-bottom: 10px;
}

.letter-form-container {
    padding: 80px 0;
    background-color: #fafafa;
}

.part-1 p {
    font-size: 14px;
}

.part-1 {
    width: 100%;
    border-radius: 10px;
    padding: 20px 7px;

}

.required::after {
    content: " *";
    color: red;
    display: inline !important;
}

.appeal-form-title {
    text-align: center;
    font-size: 20px;
}

.form-check {
    margin-left: 0 !important;
    padding-left: 0 !important
}

#the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.875rem;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #1e1e1e;
    padding-left: 0;
    padding-right: 0;

}

#current, #maximum {
    color: #666;
}

/***
=============================================
    Company Logos One
=============================================
***/

.company-logos-one__title {
    position: relative;
    display: block;
    margin-bottom: 50px;
    z-index: 1;
    font-size: 25px;
}

/* 
.company-logos-ones .swiper-slide {
    width: 100px !important;

} */

.partner-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.partner2-img {
    width: 150px;
    object-fit: cover;
}

.company-logos-one__title::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    background: #e0e2e9;
    top: 60px;
    left: 0;
    z-index: -1;
}


.partner-area {
    padding: 30px 0;
}


.subscribe-form {
    position: relative;
    max-width: 710px;
    overflow: hidden;
    margin: 0 auto;
}

.subscribe-form input[type="email"] {
    padding: 0 35px 0 0;
    width: 100%;
    border: none;
    line-height: 65px;
    -webkit-transition: all .35s;
    background-color: transparent;
    outline: none;
    transition: all .35s;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid var(--thm-base);
    border-radius: 0;
    display: block;
}

.subscribe-form input[type="email"]::placeholder {
    font-size: 15px;
    font-weight: 300;
}

.registration-two .logo-container {
    position: absolute;
    right: 0;
    top: 0;

}

.registration-two .logo-container img {
    width: 600px;
}

.subscribe-form input[type="submit"] {
    font-size: 14px;
    background: var(--thm-base);
    color: #fff;
    font-weight: 700;
    padding: 22px 30px 20px;
    line-height: 15px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
}

.form-action {
    line-height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    width: 35px;
    height: 60px;
}

.form-action i {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    margin-top: -7px;
    font-size: 22px;
    color: var(--thm-base);
    -webkit-transition: all .35s;
    transition: all .35s;
    font-weight: 900;
}

.company-logos-one__title h6 {
    position: relative;
    display: inline-block;
    color: var(--thm-gray);
    background: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}

.company-logos-one .swiper-slide {
    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;
}

.company-logos-one .swiper-slide img {
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 1;
    max-width: 100%;
    cursor: pointer;
}

.company-logos-one .swiper-slide img:hover {
    opacity: 0.6;
}


/***
=============================================
    Blog One
=============================================
***/
.blog-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 113px 0px 90px;
}

.blog-one .section-title {
    margin-bottom: 42px;
    margin-top: 0px;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;


}

.blog-one__single-img {
    position: relative;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.blog-one__single-img::before {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__single-img::before,
.blog-one__single:hover .blog-one__single-img::after {
    width: 50%;
}

.blog-one__single-img::after {
    position: absolute;
    content: '';
    background-color: rgba(var(--thm-black-rgb), .30);
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transition: all 500ms ease;
}

.blog-one__single-img img {
    width: 100%;
    transform: scale(1.05);
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__single-img img {
    transform: scale(1);
}

.blog-one__single-content {
    position: relative;
    display: block;
    background: #fff;
    padding: 25px;
    height: 220px;
    border: 1px solid #e0e2e9;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-one__single:hover .blog-one__single-content {
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
}

.blog-one__single-content-text {
    margin: 0;
    margin-top: 0px;
    font-size: 1.1rem;
    line-height: 1.4;
}


/***
=============================================
    Newsletter One
=============================================
***/
.newsletter-one {
    position: relative;
    display: block;
    padding: 122px 0px 102px;
    background: var(--thm-base);
    overflow: hidden;
    z-index: 1;
}

.newsletter-one .section-title {
    margin-bottom: 0;
}

.newsletter-one .section-title__title {
    color: #ffffff;
}



.newsletter-one__right {
    position: relative;
    display: block;
    max-width: 500px;
    margin-left: 70px;
}

.newsletter-one__right .shape1 {
    position: absolute;
    top: -140px;
    right: -40px;
    z-index: -1;
}

.newsletter-one__right .shape1 img {
    width: 280px;
    height: 280px;
}

@media(max-width:776px) {
    .newsletter-one__right .shape1 {
        top: 0;
    }
}

/* .newsletter-one__right .shape1 img {
    width: 500px;
} */


/***
=============================================
    Footer One
=============================================
***/
.footer-one__bg {
    position: relative;
    display: block;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-color: var(--thm-base);
    mix-blend-mode: luminosity;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-logo {
    margin-bottom: 40px;
}

/* .footer-one__top {
    padding: 80px 0;

} */


.section-center {
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
}

.form-wrapper {
    max-width: 500px;
    margin: 80px auto;
}

@media(max-width:992px) {
    .section-center {
        max-width: 800px !important;
        margin: 0 auto;
        width: 100%;
    }

}


.input-group {
    margin-bottom: 20px;
}

.input-group #idCode {
    max-width: 20%;
    margin-right: 10px;
}


.input-group input, #idNumber, .form-group.row input {

    border: 1px solid #e8e8e8;
    background-color: #fff;


}

.form-group label {
    color: #495057;
    margin-bottom: 0;
}

.appeal-text-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.appeal-text-container p {
    font-size: 14px;
    text-align: justify;
}

.btn-continue {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background-color: var(--thm-base);
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border: none;
    margin: 20px auto;

}

input[type="file"] {
    background-color: transparent !important;
    border: none !important;
    margin-left: 15px;

}

.choose-file {
    background-color: rgb(0, 116, 204);
    width: 200px;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
}

.btn-continue:hover {
    opacity: 0.9;
}

.btn-block {
    width: 95%;
    margin: auto;

}


.form-group.row input, textarea {
    outline: none;
    /* width: 100%; */
}

#idNumber {
    width: 100%;
}

.footer-one {
    position: relative;
    margin-top: 20px;
    /* background-color: #1C1E27; */
    background-color: #192E71;

}

.footer-one .container {
    position: relative;
    z-index: 10;
	padding-top:40px;
}

.footer-row {
    justify-content: space-between;

}

.footer-widget__column {
    position: relative;
    display: block;
    display: flex;
    justify-content: flex-end;
}

.footer-widget__title {
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
    margin-bottom: 31px !important;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: 3px;
}

.footer-widget__about-logo {
    position: relative;
    display: block;
}



.footer-widget__courses {
    position: relative;
    display: block;
    margin-left: -10px;
}

.footer-widget__courses-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-widget__courses-list li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.footer-widget__courses-list li:last-child {
    margin-bottom: 0;
}

.footer-widget__courses-list li a {
    color: #aeb2c2;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget__courses-list li a:hover {
    color: #D8E6FA
}

.footer-widget__links {
    position: relative;
    display: block;
    /* margin-left: 50px; */
}

.footer-widget__links-list {
    position: relative;
    display: block;
    overflow: hidden;
}


.footer-widget__links li {
    position: relative;
    display: block;
    margin-bottom: 17px;
    line-height: 0
}

.footer-widget__links li:last-child {
    margin-bottom: 0;
}

.footer-widget__links li a {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget__links li a:hover {
    color: #ccc;

}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: 30px;
}

@media(max-width:768px) {
    .footer-widget__contact {
        margin-left: 0px;
    }
}

.footer-widget__contact i {
    margin-right: 7px;
}

.footer-widget__contact .text {
    color: #aeb2c2;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 12px;
}

.footer-widget__contact p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}

.footer-widget__contact p a {
    color: #aeb2c2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget__contact p a:hover {
    color: var(--thm-base);
}

.footer-widget__contact .phone {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    margin-top: 12px;
}

.footer-widget__contact .phone a {
    color: #aeb2c2;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.footer-widget__contact .phone a:hover {
    color: var(--thm-base);
}


.footer-widget__social-links {
    position: relative;
    display: block;

}

.footer-widget__social-links-list {
    position: relative;
    display: block;


}

.footer-widget__social-links-list li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.footer-widget__social-links-list li:last-child {
    margin-right: 0;
}

.footer-widget__social-links-list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* background: #fff; */
    border-radius: 50%;
    border: 1px solid #ccc;
    /* line-height: 35px;
    text-align: center; */
    color: #fff !important;
    z-index: 1;
    transition: transform 0.3s ease;
}

.footer-widget__social-links-list li a i {
    font-size: 25px;
}

.footer-widget__social-links-list li a:hover {
    color: #D8E6FA;
    transform: translateY(-5px);
}

.footer-widget__social-links-list li a:hover i {
    color: #D8E6FA;

}

.footer-widget__social-links-list li a:hover:before {
    transform: scaleX(1.0);
}

.footer-widget__social-links-list li a i::before {
    font-size: 15px;
    line-height: 55px;
}

.footer-one__bottom {
    position: relative;
    display: block;
    /* background-color: #192E71; */
}

.footer-one__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.7);


}


.footer-one__bottom-text {
    position: relative;
    display: block;



}

.footer-one__bottom-text p {
    color: #aeb2c2;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;

}

/***
=============================================
    Meet Teachers One
=============================================
***/
.meet-teachers-one {
    position: relative;
    display: block;
    /* background: #ffffff; */
    padding: 30px 0;

}

.meet-teachers-one .section-title {
    margin-bottom: 42px;
}

.meet-teachers-one__single {
    position: relative;
    display: block;
    border: 1px solid #e0e2e9;
    border-radius: 8px;
    text-align: center;
    padding: 10px 0px 20px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    height: 400px;
    cursor: pointer;
}

.prosecutor {
    position: relative;
    display: block;
    border: 1px solid #e0e2e9;
    border-radius: 8px;
    padding: 10px 0px 10px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: pointer;
    background-color: #fff;
}

.prosecutor-container {
    background-color: #f6f6f6;
}

@media(max-width:992px) {
    .meet-teachers-one__single {
        height: 370px;
    }

    .directors-container .meet-teachers-one__single {
        height: 420px;
    }
}

@media(max-width:776px) {
    .meet-teachers-one__single {
        height: 300px;
    }
}

.meet-teachers-one__single:hover {
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
}

.meet-teachers-one__single-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.meet-teachers-one__single-img::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background-color: rgba(var(--thm-black-rgb), .3);
    transform: scale(0);
    transition: all 500ms ease;
    z-index: 1;
}

.meet-teachers-one__single:hover .meet-teachers-one__single-img::before {
    transform: scale(1);
}

/* .meet-teachers-one__single-img img {
    width: 100%;
    height: 100%;
    transition: all 500ms ease;
    object-fit: cover;
} */

.meet-teachers-one__single:hover .meet-teachers-one__single-img img {
    transform: scale(1.2)
}


.meet-teachers-one__single-content {
    position: relative;
    display: block;


}

.meet-teachers-one__single-content-container {
    margin-bottom: 20px;
}

.meet-teachers-one__single-middle-content {
    position: relative;
    display: block;
    padding: 0px 15px 0px;
}

.meet-teachers-one__single-content .title {
    position: relative;
    display: block;
    margin-top: 24px;
    margin-bottom: 15px;
}

.meet-teachers-one__single-content .title h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px;

}

.meet-teachers-one__single-content .title h4 a {
    color: #000;
    transition: all 200ms linear;
    transition-delay: 0.1s;

}

.meet-teachers-one__single-middle-content .flex {
    display: flex;
}

.meet-teachers-one__single-content .title h4 a:hover {
    color: var(--thm-base);
}

.meet-teachers-one__single-content .title p {
    color: #444;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    margin: 0;
}

.directors-wrapper {
    display: flex;
    overflow: hidden;
    padding: 1.2rem;

}

.modal-header {
    padding: 5px 10px !important;
}

.close {
    font-size: 1.7rem;
}

.directors-container {
    max-width: 1200px;
    margin: 0 auto;
}

.square-img {
    display: block;
    flex: 0 0 15rem;
    cursor: pointer;
     height: 18rem; 
}

.square-img img {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}



.director-title h4 {
    margin-bottom: 15px;
}

.director-title h4 {
    font-size: 18px;
    line-height: 1.2;
}

.director-title p {
    font-size: 15px;
    line-height: 1.2;
}

.director-card {
    margin-bottom: 20px;
    border-radius: 4px;
}

.director-card-body {

    flex: 1.5;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.meet-teachers-one__single-content-text a {
    text-decoration: underline;
}

.meet-teachers-one__single-content-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #444;
    margin-bottom: 0.5rem;

}

.meet-teachers-one__single-content-text span {
    font-weight: 600;
}

.underline {
    text-decoration: underline;
}

.news-container .imggallery {
    width: 250px !important;
    height: 150px !important;
    object-fit: cover;
}



/***
=============================================
    Registration Two
=============================================
***/
.registration-two {
    position: relative;
    top: -80px;
    display: block;
    padding: 35px;
    box-shadow: 0px 3px 15px 0px rgb(49 106 255 / 10%);
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}

.registration-two .text-container h2 {
    color: var(--thm-base);
    text-align: left;
    line-height: 1.5;
    font-size: 20px;
}


.comment-form .comment-form__title {
    margin-top: -6px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background: #f1f2f6;
    padding: 0 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    outline: none;
    font-size: 14px;
    color: var(--thm-gray);
    font-weight: 400;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--thm-gray);
    height: 200px;
    width: 100%;
    background: #f1f2f6;
    padding: 22px 30px 30px;
    border: none;
    border-radius: 8px;
    outline: none;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.sidebar__title::before {
    content: '';
    position: absolute;
    width: 75px;
    height: 4px;
    bottom: -10px;
    left: 0;
    border-radius: 3px;
    background-color: var(--thm-base);
}


.sidebar__post {
    position: relative;
    display: block;
    padding: 25px;
    background-color: #f1f2f6;
    border-radius: 8px;
}

.sidebar__post .sidebar__title {
    margin-bottom: 10px;
}

.sidebar__post-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.sidebar__post-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
	min-height: 100px;
}

.sidebar__post li i {
    margin-right: 4px;
}

.sidebar__post-content .date-text {
    color: #757783;
    font-size: 13px;
    line-height: 23px;
    font-weight: normal;
}

.sidebar__post-list li:last-child {
    margin-bottom: 0;
}

.sidebar__post-image {
    position: absolute;
    top: 10px;
    width: 100px;
    left: 0;
    height: 100px;


}

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

.sidebar__post-content {
    position: relative;
    display: block;
    padding-left: 120px;
}

.sidebar__post-content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar__post-content ul li {
    position: relative;
    display: block;
}

.sidebar__post-content h5 {
    line-height: 1;
}

.sidebar__post-content h5 a {
    color: var(--thm-black);
    transition: all 500ms ease;
    line-height: -15px;
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;

}

.sidebar__post-content ul li h3 a:hover {
    color: var(--thm-base);
}

/***
=============================================
    Contact Page
=============================================
***/
.contact-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0px;
}

.contact-page__right {
    position: relative;
    display: block;
}

.feature_text h2 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #1c1e27;
}

.feature_title {
    position: relative;
    margin-bottom: 20px;
}

.feature_subtitle {
    position: relative;
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}


.news-container p {
    font-size: 15px;
    font-family: "PoppinsLight";
    line-height: 1.33;
    letter-spacing: normal;
    color: #444;
    margin-top: 20px;
    text-align: justify;
}

.news_date {
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.news_date span {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: var(--thm-base);
    padding: 5px 10px;
}

.news_title {
    font-weight: 400;
}

.feature-content {
    padding: 10px 30px;
    max-width: 950px;
    background: #fff;
    text-align: justify;
    border-radius: 2px;
    display: block;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    position: relative;
    margin: auto;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;

}

.feature_text h4 {
    color: #777777;
    font-size: 15px;
    margin: 20px 0;
    text-align: center;
}

.feature_text p {
    font-size: 14px;
}

.ul-4 li {
    font-size: 14px;
}

.ul4-title {
    font-size: 15px;
    margin: 10px 0;
}

.feature_text strong {
    color: #000000;
    font-size: 15px;

}

.feature_text ol li {
    font-size: 15px;
}

.list-text p {
    color: #000;
    font-size: 15px;
}

.img-container img {
    height: 600px;
    width: 439px;
}

.link {

    font-size: 15px;
}

.lab-images img {
    width: 220px;
    padding: 30px 0;

}

.news-container .col-md-4 {
    margin-bottom: 20px;
}

.img-row {

    margin-top: 50px;
    width: 200px;
    height: 130px;
    border-radius: 10px;
    margin: 15px 0;
    cursor: pointer;

}

.image-row {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.image-row img {
    width: 360px;

}

.news-modal, #myModal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);

}

.news-modal-content {
    margin: auto;
    width: 100%;
    width: 80%;
    max-width: 700px;
    position: relative;


}

.news-modal-content {
    position: relative
}

.newsSlides {
    height: 400px;
}

.news-modal-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-news_modal {
    position: absolute;
    font-size: 25px;
    right: 20px;
    color: #fff;
    cursor: pointer;
    top: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    height: 35px;
    text-align: center;
}

.news-prev, .news-next {
    font-size: 37px;
    color: #ccc;
    cursor: default;
    outline: none;
    position: absolute;
    top: 50%;
    cursor: pointer;
    user-select: none;

}

.news-prev {
    left: 20px;
}

.news-next {
    right: 20px
}

.img-row img {
    width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.slider__mySlides {
    /* display: none; */
    z-index: 2;
}

.slider__container {
    position: relative;
}

.slider__text {
    position: relative;
}

.slider__content {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    width: 80%;
    margin: 0 auto;
    z-index: 2;

}

.slider__img {
    position: relative;
    height: 800px;
    object-fit: cover;
}

.slider__img img {
    height: 100%;
}

.slider__img::before {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.5;
}

.slider__text h2 {
    text-transform: capitalize;
    font-size: 50px;
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 30px;
}


span.d-block {
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.slider__text span.color,
.slider__text p span {
    color: var(--color-yellow);
}

.prev-btn,
.next-btn {
    border: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: var(--thm-base);
    color: #fff;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: #fff;
    color: var(--thm-base);
}

.next-btn {
    right: 0;
}

@media(max-width:992px) {
    .slider__text h2 {
        text-transform: capitalize;
        font-size: 30px;
        color: #fff;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 30px;
    }
}

@media(max-width:776px) {
    .slider__text h2 {
        text-transform: capitalize;
        font-size: 25px;
        color: #fff;
        line-height: 1.4;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .slider__img {
        position: relative;
        height: 400px;
        object-fit: cover;
    }

    .thm-btn {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        -webkit-appearance: none;
        border: none;
        outline: none !important;
        background-color: var(--thm-base);
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 5px 30px;
        border-radius: 8px;
        transition: all 0.3s linear;
        overflow: hidden;
        letter-spacing: 0.1em;
        z-index: 1;
    }

    .prev-btn,
    .next-btn {
        border: none;
        position: absolute;
        top: 50%;
        z-index: 2;

        font-size: 1.2rem;
        cursor: pointer;
        background-color: var(--thm-base);
        color: #fff;
        width: 35px;
        border-radius: 50%;
        height: 35px;

    }

}

.target-container strong span {
    color: #000;
}

.fa-check-circle, .fa-check {
    color: var(--thm-base);
    margin-right: 5px;
    font-size: 20px;
}

ul {
    list-style: none;
}

.target-list {
    margin: 15px 0;
}

.target-list li {
    display: flex;
    align-items: center;
    margin: 5px 0;
    font-size: 15px;
    line-height: 25px;
}

.target-list li i {
    font-size: 17px;
}

.target-container {
    padding: 80px 0;
}


.financial-report_box {
    border: 1px solid #bec0c5;
    padding: 8px 10px;
    border-radius: 5px;
    /* max-width: 650px;
    width: 100%;
    margin: auto; */
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.financial-report_box:hover a {

    color: #fff;
}

.financial-report_box:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.financial-report_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
}

.financial-report_box i {
    transition: all 0.3s;
}

.financial-report_box:hover i {
    margin-right: 5px;
}


.picture-icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 4p0x;
    background: #fff;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


.single-gallery:hover::before {
    opacity: .46;
}

.single-gallery:hover .picture-icon {
    opacity: 1;
    transform: scale(1);

}



.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}



.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}




.modal {
    display: none;
    position: fixed;
    z-index: 1045;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);

    /* overflow-y: hidden; */
}

/* Modal Content */
.modal-container {
    position: relative;
    margin: 60px auto;
    padding: 0;



}

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

.next {

    border-radius: 3px 0 0 3px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-weight: 400;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    width: 2.5rem;
    height: 2.5rem;
    background: 0 0;
    border: 1px solid #b0b7c3;
    color: #b0b7c3;
    border-radius: 50%;
}

.prev {
    left: -60px;
}

.next {
    right: -60px;
}

.news-modal-img {
    width: 100%;
    height: 100%;
}

/* .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 125px;
    font-size: 17px;
    font-weight: 300;
    background-color: transparent;
    border: none;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    justify-content: center;
    cursor: pointer;
} */

@media(max-width:776px) {
    .modal-container {
        width: 100%;
    }



    .prev {
        left: 0%;

    }

    .next {
        right: 0%;

    }
}


/* The Close Button */


.demo {
    width: 300px;
    display: none;
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Main content */
.main {
    margin-left: 200px;
    font-size: 20px;
    padding: 0px 10px;
}

.active {
    color: white;
}


.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}


/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


.subscribe-btn {
    width: 35%;
    border-radius: 30px;
    padding: 5px 50px;
    margin-left: 5px;
    background: linear-gradient(90deg, #ff9966, #ff5e62);
    color: #fff;
    font-size: 15px;
    border: .1rem solid transparent;
    outline: none;
    cursor: pointer;

}

@media(max-width:776px) {
    .subscribe-btn {
        width: 45%;
    }
}

h2 {
    font-size: 26px;

}

h2 small {
    font-size: 0.5em;
}

.recruitment li {
    width: 80%;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
    border: 1.5px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #1e1e1e;
    transition: .4s;
    font-size: 16px;
    cursor: pointer;
}

.recruitment li:hover {
    background-color: var(--thm-base);
    border: 1.5px solid var(--thm-base);
}

.recruitment li:hover a {
    color: #fff;

}


@media all and (max-width: 767px) {
    .table-rows {
        flex-direction: column;
    }

    .column>p {
        color: #717580 !important;
    }

    /* li {
        display: block;
    } */

    .table-headers {
        display: none !important;
    }

    .column {

        flex-basis: 100% !important;


    }

    .column {
        display: flex;
        padding: 10px 0;
    }

    .column:before {

        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;

    }
}

.apply-status {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 6.5rem;
    height: 2rem;
    border-radius: 6px;
    background: rgba(255, 143, 0, 0.06);
}

.point {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: rgb(255, 143, 0);
}

.content-block {
    padding: 0rem 2.4rem 1rem 2.4rem;
    /* margin-bottom: 2.4rem; */
    /* background: #fff; */
    border-radius: 4px;
    font-size: 14px;
    line-height: 2rem;
    color: #283a5b;
}

.content-block li {
    list-style: none;
}


.box {
    border-radius: 10px;
    border: 1.5px solid #ccc;
    padding: 10px 10px;
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.middle-box {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 19px 0 rgb(0 0 0 / 9%);
    min-height: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: .3s ease-in-out;
    cursor: pointer;
    font-weight: 500;
    padding: 0 15px;
    text-align: center;
}

.middle-box .text p {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.box:hover, .middle-box:hover {
    background-color: var(--thm-base) !important;
    /* border: 1.5px solid var(--thm-base); */
}

.box:hover i {
    color: #fff
}

.middle-box:hover p, .box:hover p {
    color: #fff !important;
}

.table-2 {
    font-size: 14px;
}

.table-2 thead {

    background: var(--thm-base);
    color: #fff;

}

.table-2 thead th {
    font-weight: 400;
}

.box p {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-family: "PoppinsRegular";
    text-align: center;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60;

}



.fa-file-pdf {
    color: #f03d3d;
}

.fa-file-alt {
    color: var(--thm-base);
}

.fa-file-excel {
    color: #217346
}

.fa-file-word {
    color: #195BB8;
}

.icon-online-course .fa-university, .fa-building, .icon-teacher .fa-flask, .fa-user-friends, .fa-database {
    color: #B2CDF5;
    font-size: 45px;
}

.icon-teacher .fa-users {
    color: #B2CDF5;
    font-size: 45px;
}

.main-header--one__top-logo .fa-envelope, .main-header--one__top-logo .fa-phone {
    color: var(--thm-base) !important;
    margin-right: 5px;
}

.legalbase-container .content-block {
    background-color: transparent;
}

.legalbase-container .content-block a:hover {
    margin-left: 0;

}

.legalbase-container a {
    font-size: 13x;
}

.content-block a:hover {
    color: #fff !important;
}


.legalbase-container {
    background-color: #fafafa;
    padding: 80px 30px;

}

.legalbase-container .col-lg-6 {
    margin-bottom: 20px;
}

.legalbase-cards {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    padding: 20px;
    max-width: 1100px;
    margin: auto;

}

.legalbase-container i {
    margin-right: 10px;

}

.legalbase-dropdown-item-btn {
    color: #0a58ca !important;
    margin-bottom: 15px;
}

.legalbase-dropdown-item:hover {
    background-color: #eee;
    color: #333;
}

.legalbase-dropdown-item {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 0;
    transition: background-color ease-in-out .15s, color ease-in-out .15s;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin-top: 1px;
    font-size: 15px;
}

.legalbase-card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    padding: 20px;
    max-width: 800px;
    margin: auto
}

.legalbase-single-dropdown-item {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.legalbase-heading {
    font-size: 21px;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.legalbase-card a {
    display: block;
}

.divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #ddd;

}

.content-block a:hover {
    background-color: var(--thm-base);
    /* color: #fff; */
    border: 1.5px solid transparent;
}

.content-block__text .section-title {
    font-weight: 500;
}

.recruitment-modal {
    z-index: 9999;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8)
}

.directors .recruitment-modal {
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    padding-top: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.733);
    margin-top: -1px;
    animation: zoom 0.3s ease-in-out;
    display: none;

}

.show {
    display: block;

}

.recruitment-modal-content {
    background-color: #fff;
    max-width: 700px;
    padding: 20px 60px;
    border-radius: 10px;
    margin: 30px auto;
    position: relative;


}

.directors .recruitment-modal-content {
    padding: 0;
    width: 700px;
    margin: 30px auto
}

.letter-form input::placeholder {
    font-size: 14px;
}

@keyframes fade {
    from {
        transform: scale(0);
    }

    to {
        opacity: 1;

    }
}


.recruitment-modal-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}



.recruitment-modal-content p {
    color: #444;
    font-weight: 300;
    text-align: justify;
    ;
}

.modal-close-btn {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
    color: #777;
    outline: none;
}

.directors .modal-close-btn {
    right: 30px;
    top: 20px;
    color: #fff;
}

.modal-close-btn i {
    font-size: 23px;
}

.modal-close-btn:hover {
    opacity: 0.8;
}

/*default scroll*/
html::-webkit-scrollbar,
.recruitment-container table::-webkit-scrollbar {
    width: 8px;
}

html::-webkit-scrollbar-thumb,

.recruitment-container table::-webkit-scrollbar-thumb {
    background: #d6d1ce;
    border-radius: 25px;
}

html::-moz-scrollbar,

.recruitment-container table::-webkit-scrollbar {
    width: 13px;
}

html::-moz-scrollbar-thumb,

.recruitment-container table::-moz-scrollbar-thumb {
    background: #d6d1ce;
    border-radius: 25px;
}

/* 
.swiper-container {

    position: relative;
    height: 150px !important;
} */

.swiper-btn {
    position: absolute;
    top: 55% !important;

    margin-top: -24px;
    z-index: 99;
    line-height: 56px;
    text-align: center;
    width: 48px;
    height: 48px;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    color: var(--thm-base);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #E3E8EF));
    background: linear-gradient(180deg, #fff 0%, #E3E8EF 60%);
    -webkit-box-shadow: -5px 0 15px 0 rgb(99 115 137 / 15%), -2px 0 4px 0 rgb(99 115 137 / 20%), inset 2px 0 0 0 #c2cfde;
    box-shadow: -5px 0 15px 0 rgb(99 115 137 / 15%), -2px 0 4px 0 rgb(99 115 137 / 20%), inset 2px 0 0 0 #c2cfde;
    border-radius: 50%;
    cursor: pointer;
    transition: all .35s;
    -ms-flex-negative: 0;
    flex-shrink: 0;

}

.swiper-btn::after {
    font-size: 22px;
}

.swiper-button-prev {
    left: 15px;
}

.swiper-button-next {
    right: 15px;
}

.submenu-links-container {
    background-color: #f6f6f6;
}

.submenu-links-container .content-block {
    background-color: transparent;
}

.subpage-link li a {
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    box-shadow: 0 2px 19px 0 rgb(0 0 0 / 9%);
    background-color: #fff;
    height: 85px;
    padding: 7px 30px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;

}

.subpage-link li a:hover {
    color: #fff !important;
    background-color: var(--thm-base);
}

.subpage-link {
    display: table-cell;
    vertical-align: middle;
}

.ul-1 {
    padding-left: 30px !important
}

.table-container td {
    padding: 10px 20px;
}

.table-container p {
    font-weight: 600;
}

@media(max-width:992px) {
    .swiper-btn {
        display: none;
    }
}

.parameter_implementation_forms {
    list-style: circle !important;
}

.parameter_implementation_forms a {
    text-decoration: underline;
}

.feature-content .box {
    border-radius: 10px;
    border: 1.5px solid #ccc;
    padding: 10px 40px;
    height: 120px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    transition: .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.feature-content table tr td {
    text-align: justify;
    font-size: 14px;
}

.feature-content .box:hover {
    /* background-color: #fff; */
    border: 1.5px solid var(--thm-base);
}

.contact-info p {
    margin-bottom: 0em !important;
    text-align: right;
}

.company-logos-one {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 0px 80px 120px;

}

.categories-box {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 2px 19px 0 rgb(0 0 0 / 9%);
    border: 1.5px solid transparent;
    border-radius: 5px 5px 5px 5px;
    height: 90px;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.categories-box:hover {
    border: 1.5px solid var(--thm-base);

    transform: translateY(-3px);
}

.categories-box-center {
    justify-content: center;
}

.categories-box img {
    height: 55px;
    width: 125px;
    margin-right: 15px;
}

.categories-box p {
    font-size: 9px!important;
    margin-top: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    color: #444;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

}

.categories-box:hover p {
    color: var(--thm-base);
}

.form-group {

    margin-bottom: 10px !important;
}

.tab-container .col-lg-6 {
    padding: 0 !important;
}

.input-group input {
    width: 65%;
}


.social-media-list {
    display: flex;
    gap: 15px;
}

.social-media-list i {
    color: var(--thm-base);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}

@media(max-width:768px) {
    .footer-widget__contact {
        margin-left: 0px;

    }



}

ul {
    list-style: none;
}


.feature-box {
    background: linear-gradient(#ffffff 50%, var(--thm-base) 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    text-align: center;
    border-radius: 8px;
    height: 180px;
    margin-bottom: 30px;
    padding: 30px 10px 30px;
    cursor: pointer;
    transition: 0.5s;
}

.sub-menu_box {
    background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    text-align: center;
    border-radius: 8px;
    height: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;


}

.sub-menu_box p {
    font-size: 16px;
}

.feature-box p {
    font-size: 15px;
}

.feature-box:hover, .sub-menu_box:hover {
    background-position: 0 100%;
}

.feature-box:hover p, .sub-menu_box:hover p {
    color: #fff;
}

.sub-menu_box a:hover {
    color: #fff;
}

.single-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}

.single-gallery::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.single-gallery img {
    transform: scale(1);
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    object-fit: cover;
    width: 100%;
}

.single-gallery:hover img {
    transform: scale(1.1)
}

.single-gallery .picture-icon {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin-top: -10px;
    z-index: 2;
    opacity: 0;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    transform: scale(0);
    color: var(--thm-base);

}

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


.imgSlides {
    height: 350px;

}

.prev:hover,
.next:hover {
    background-color: var(--thm-base);
}




.apply-details-container {
    max-width: 700px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgb(72 84 159 / 10%) 0px 10px 10px -10px;
    padding: 20px;
    width: 95%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.apply-details-container .row {
    padding-bottom: 10px;
}

.apply-status-container {
    display: flex;
    align-items: center;
    gap: 10px;

}

@media(max-width:776px) {
    .apply-status-container {
        flex-direction: column
    }
}

.apply-status-container .text {
    transition: color 0.3s ease 0s;
    font-size: 0.75rem;
    line-height: 1.125;
    color: rgb(255, 143, 0);
    font-weight: bold;
    text-transform: capitalize
}

.apply-text {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    color: #777;
}

.point {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: rgb(255, 143, 0);
}

@keyframes bounce {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.show {
    display: block;
}

.recruitment-container table::-moz-scrollbar-thumb {
    background: #d6d1ce;
    border-radius: 25px;
}

.swiper-btn {
    position: absolute;
    top: 0%;
    margin-top: -24px;
    z-index: 99;
    line-height: 56px;
    text-align: center;
    width: 48px;
    height: 48px;
    -webkit-transition: all .35s;
    transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    color: var(--thm-base);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #E3E8EF));
    background: linear-gradient(180deg, #fff 0%, #E3E8EF 60%);
    -webkit-box-shadow: -5px 0 15px 0 rgb(99 115 137 / 15%), -2px 0 4px 0 rgb(99 115 137 / 20%), inset 2px 0 0 0 #c2cfde;
    box-shadow: -5px 0 15px 0 rgb(99 115 137 / 15%), -2px 0 4px 0 rgb(99 115 137 / 20%), inset 2px 0 0 0 #c2cfde;
    border-radius: 50%;
    cursor: pointer;
    transition: all .35s;
    -ms-flex-negative: 0;
    flex-shrink: 0;

}

.swiper-btn::after {
    font-size: 22px;
}

.swiper-button-prev {
    left: 15px;
    color: #ccc;
}

.swiper-button-next {
    right: 15px;
    color: #fff;
}

@media(max-width:992px) {
    .swiper-btn {
        display: none;
    }
}


.single-gallery-container {
    padding: 80px 20px;
    max-width: 900px;
    margin: 0 auto;
}


.tr-title {
    margin: 7px 0 !important;
    display: inline-block;
}

/* @font-face {
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/polar.otf");
  font-family: 'Polar';
} */




.slider-container {
    position: relative;
    height: 380px;
    /* margin-left: 20px; */
    width: 100%;
    overflow: hidden;
}



/* @media only screen and (max-width: 1240px) {

    .section-banner .row {
        gap: 10px;
    }
} */
.slide {
    border-radius: 10px;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: #ffff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 380px;
}

.slider.animating {
    transition: transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 750px;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
}


.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 520px;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    /* background-image: url("http://azstand.gov.az/upload/slider/18/1.jpg");
    background-size: cover; */

}

.slide__bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.slide__overlay-path {
    fill: rgba(0, 0, 0, 0.6);
    ;
}



.slide__bg {
    height: 380px;
    object-fit: cover;
    /* background: #ddd;
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat; */
}

.slide:nth-child(2) {
    left: 100%;
}

/* .slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("http://azstand.gov.az/upload/slider/31/keyfiyyet_assosiasiyasi.jpg");
  } */

.slide__overlay-path {
    fill: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
    .slide__text {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.slide:nth-child(3) {
    left: 200%;
}

svg {
    display: block;
    overflow: visible;
}


.slide:nth-child(3) .slide__bg {
    left: -100%;

    /* background-image: url("./555555555555555555.jpg"); */
}

.slide__overlay-path {
    fill: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
    .slide__text {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.slide:nth-child(4) {
    left: 300%;
}



.slide:nth-child(5) {
    left: 400%;
}

.slide:nth-child(6) {
    left: 500%;
}

.slide:nth-child(7) {
    left: 600%;
}

.slide:nth-child(8) {
    left: 700%;
}

.slide:nth-child(9) {
    left: 800%;
}

.slide:nth-child(10) {
    left: 900%;
}


.slide:nth-child(4) .slide__bg {
    left: -150%;
    /* background-image: url("http://azstand.gov.az/upload/slider/24/layihe_standart_16-9.jpg"); */
}

.slide:nth-child(5) .slide__bg {
    left: -200%;
    /* background-image: url("http://azstand.gov.az/upload/slider/24/layihe_standart_16-9.jpg"); */
}

.slide:nth-child(6) .slide__bg {
    left: -250%;
    /* background-image: url("http://azstand.gov.az/upload/slider/24/layihe_standart_16-9.jpg"); */
}

.slide:nth-child(7) .slide__bg {
    left: -300%;
    /* background-image: url("http://azstand.gov.az/upload/slider/24/layihe_standart_16-9.jpg"); */
}

.slide:nth-child(8) .slide__bg {
    left: -350%;
    /* background-image: url("http://azstand.gov.az/upload/slider/24/layihe_standart_16-9.jpg"); */
}

.slide:nth-child(9) .slide__bg {
    left: -400%;
    /* background-image: url("http://azstand.gov.az/upload/slider/24/layihe_standart_16-9.jpg"); */
}

.slide:nth-child(10) .slide__bg {
    left: -450%;
    /* background-image: url("http://azstand.gov.az/upload/slider/24/layihe_standart_16-9.jpg"); */
}


.slide__overlay-path {
    fill: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
    .slide__text {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 750px;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 750px;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}


@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }

    .slider-pagi {
        position: absolute;
        z-index: 3;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        left: 50%;
        bottom: 0.8rem;
        transform: translateX(-50%);
        font-size: 0;
        list-style-type: none;
    }
}

.slide__overlay path {
    opacity: 0.8;
}


.slide__text {
    position: absolute;
    width: 80%;
    bottom: 52%;
    left: 6%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0%;
        width: 100%;
        height: 9rem;

        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
    }

}

.slide__text-heading {

    font-size: 5rem;
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    .slide__text-heading {
        line-height: 20rem;
        font-size: 3.5rem;
    }
}

.slide__text-desc {

    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .slide__text-desc {
        font-size: 14px;
        margin: 0.8rem 0;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;

    font-size: 2.3rem;
    perspective: 1000px;
}

.mail-container {
    display: flex;
    gap: 10px;
}

@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}

.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
}

.slide__text-link:hover:before {
    transform: rotateX(0);
}

@media (max-width: 991px) {
    .slide__text {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .slider-container {

        height: 250px;
    }

    .slide__content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 400px;
    }

    .slide__bg {
        height: 400px;
        width: 100%;

    }

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

    }

    .slider {
        height: 400px;
    }

    .slide__overlay {
        height: 400px;
    }
}

.show-all-btn {
    width: 160px;
    background-color: var(--thm-base);
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    gap: 4px;
}

.show-all-btn-2 {
    background-color: transparent;
    border: 1px solid var(--thm-base);
    padding: 0 10px;
    border-radius: 4px;
    transition: all 0.3s;
    color: var(--thm-base);
}

.show-all-btn-2:hover {
    background-color: var(--thm-base);
    opacity: 0.9;
    color: white;
}

.load-more {
    background-color: var(--thm-base);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    width: 15%;
    padding: 3px 0;
    margin: 0 auto;
    margin: 20px auto;
}

.load-more:hover {
    opacity: 0.9;
}

.show-all-btn:hover {
    opacity: 0.9;
    color: #fff;
}


.show-all-btn i {
    font-size: 13px;

}

.show-all-btn i {
    font-size: 13px;

}

.contact-page-google-map {
    position: relative;
    display: block;
    z-index: 3;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 430px;
    width: 100%;
}

.shortcut-container {
    padding: 40px 0 40px;
    max-width: 900px;

}

.shortcut-box {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    height: 180px;
    transition: all 0.4s ease-in-out;
}



.shortcut-box i {
    font-size: 25px;
    color: #1C1E27;
    width: 50px;
    height: 50px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.shortcut-box p {
    font-size: 18px;
    color: #1C1E27;
    margin-top: 20px;
    font-weight: 500;
}

.sub-content {
    height: 220px;
    min-height: 120px;
    padding: 10px;
    border-radius: 4px;
}

.sub-content {
    color: #283a5b;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 10px;
    height: 150px;
    background-color: #fff;
    padding: 10px 20px;
}

.sub-content span {
    font-size: 15px;
    font-weight: 400;

}

.lang-menu {
    width: 80px;
    text-align: right;
    font-weight: bold;
    position: relative;
    z-index: 9999;

    /* background-color: #fff; */
}

.footer-selected-lang li span {
    color: #fff;
}

.footer-lang-menu {
    background-color: transparent;
    color: #fff;
}

.lang-list .lang-item {
    color: #000;
}

.lang-item-white {
    color: #000;
}

.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
}

.lang-menu .footer-selected-lang {
    justify-content: start !important;
    gap: 10px;
}



.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 30px;
    right: -40px;
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.footer-lang-menu ul {
    top: -130px;
    right: -10px;
}

.lang-menu ul.show {
    display: block;
}

.lang-menu ul li {
    list-style: none;
    text-align: left;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.lang-menu ul li span {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
    display: block;
}

.lang-menu ul li:hover {
    background-color: #f2f2f2;
}

.lang-menu li span:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu li span {
    display: flex;
    align-items: center;
}

.EN:before {
    background-image: url('/public/img/flags/en.png');
}

.RU:before {
    background-image: url("/public/img/flags/ru.png");
}

.AZ:before {
    background-image: url("/public/img/flags/az.png");
}

li {
    list-style-type: none;
}


/* .lang-menu:hover ul {
    display: block;
} */

.selected-lang {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.selected-lang span {
    margin-left: 10px;
}

.footer-selected-lang span {
    margin-left: 0;
}

li {
    list-style: none;
}

.modal-btn {
    background-color: transparent;
    border: none;
    color: #195BB8;
}

.modal-btn i {
    margin-left: 4px;
}

.swal-button--confirm {
    padding: 5px 24px;
}

.swal2-popup {
    width: 40em !important;
}

.swal2-html-container {
    font-size: 1.05em !important;
}

.video-gallery iframe {
    width: 100%;
}

.imggallery {
    width: 100%;
}

.modal-footer {
    padding: 10px !important;
}

.modal-body {
    padding: 10px !important;
}

/***
=============================================
    Counter One
=============================================
***/
.counter-one {
    position: relative;
    display: block;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    margin-top: -220px;
}

.counter-one::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #192E71;
    z-index: -1;
    content: "";
}

.counter-one .section-title__title {
    color: #ffffff;
}

.counter-one__left-text {
    color: #aeb2c2;
    margin: 0;
}


.counter-one__right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.counter-one__right-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.counter-one__right-single {
    position: relative;
    float: left;
    width: 210px;
    text-align: center;
    border-radius: 8px;
    background: #0d0f13;
    margin-right: 20px;
    padding: 40px 0px 31px;
    margin-bottom: 30px;
}

.counter-one__right-single:last-child {
    margin-right: 0;
}

.counter-one__right-single-icon {
    color: var(--thm-base);
    font-size: 60px;
    margin-bottom: 25px;
}


.counter-one__right-text {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.counter-one__right-single h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}


.counter-one--about {
    position: relative;
    display: block;
       padding: 20px 0 40px;
    margin-top: 0px;
}


.accordion .accordion-item {
    /* border-bottom: 1px solid #e5e5e5; */
    padding: 0 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}


.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid var(--thm-base);
}

.accordion-container {
    max-width: 700px;
    margin: 0 auto;



}

.accordion button {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 15px 0;

    color: #000;

    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;

}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: var(--thm-base);
    ;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: var(--thm-base);

    border: 1px solid var(--thm-base);
    ;
}

.accordion button .accordion-title {
    padding: 0px 15px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;

    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid var(--thm-base);
    ;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: var(--thm-base);
    ;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: var(--thm-base);
    ;
}

.accordion button[aria-expanded=true] {
    color: var(--thm-base);
    ;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    height: auto;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    padding: 0 20px;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    color: #5D5D5D;
    margin: 2em 0;
}

.feature-content table tr td {
    text-align: left !important;
}

.table-responsive table thead th {
    vertical-align: top !important;
    font-size: 15px !important;
    padding: 5px !important;
    line-height: 1.7 !important;
}

.not-found {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.not-found img {
    width: 140px;
    height: 140px;
}

.not-found h1 {
    font-size: 90px;
    margin: 20px 0;
    color: var(--thm-base);
}

.not-found h2 {
    color: #606F7B;
    font-weight: 400;
    margin-bottom: 30px;
}

.back-btn {
    background-color: var(--thm-base);
    padding: 10px 20px;
    color: #fff;
    border-radius: 8px;
}

.back-btn:hover {
    color: #fff;
}

.search-btn {
    background: transparent;
    border: none;
    cursor: pointer;
}

.search-btn i {
    color: var(--thm-base);
    font-size: 20px;
}

/*certificate*/
.card-certificate {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .125)
}

.certificate-status {
    font-size: 20px;
    margin-top: 8px;
}

.success-img {
    color: #28a745;
    font-size: 65px;
}

.card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    width: 40px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-container {
    margin-top: 20px;
    display: flex;
    gap: 10px
}

.badge i {
    font-size: 15px;
    color: white;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}


.badge-warning {
    color: #212529;
    background-color: #ffc107;

}




.text-address {
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 25px;
    color: #5e5873;
    line-height: 18px;
}

.text-80-body {
    width: 50%;
}


/* .text-header h5 {
    color: #5e5873;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 16px;
} */

#doc h5 {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

/* .text-header h1 {
    margin: 16px 0;
    color: #5e5873;
    font-size: 30px;
    font-weight: 500;
} */

/* .logo-wrapper .fw-bolder {
    font-weight: 600 !important;
    line-height: 1.5rem;
    font-size: 16px;
    color: #797684
} */

.logo-wrapper {
    width: 100%;
    height: 100%;
}

#doc p {
    color: #000 !important;
}

.text-30-body {
    font-size: 13px;
}

#doc .mb-0 {
    font-size: 14px;
}

.size {
    font-size: 14px;
}

.bold-letter {
    font-size: 45px;
    color: #000;
    font-weight: bold;
}

.text-header h3 {
    font-size: 24px;
    font-weight: 500;
}

.image-logo-0 {
    width: 40px;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 25px;
}

#doc {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
}

.logo-wrapper img {
    width: 100%;
    height: 100%;
}

.text-30-body {
    width: 35%;
}

.images-logo img {
    width: 100%;
    height: 100%;
}

.image-logo-1 {
    width: 131px;
    margin-right: 50px;
}

.image-logo-2 {
    width: 280px;
}

.qr-code-text {
    width: 85%;
    font-size: 12px !important;
    color: #82868b;
}

.fa-chevron-left {
    color: #b9b9c3;
}

.qr-code-img {
    width: 90px;
}

.qr-code-img img {
    max-width: 100%;
    height: auto;
}


.overlay {
    height: 100vh;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.search-title {
    font-size: 52px;
    color: #ffffff;
    line-height: 62px;
    font-weight: normal;
    margin-bottom: 30px;
}



.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px 25px;
    font-size: 22px;
    border: none;
    float: left;
    width: 80%;
    background: white;
    font-weight: 600;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    font-size: 19px;
    border: none;
    cursor: not-allowed;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}

.overlay button.search-submit {

    background-color: #33539D;
    color: #fff;
}



/* .overlay button:hover {
    background: #bbb;
} */

.search-results h4 {
    font-size: 32px;

    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #33539D;
    margin-bottom: 30px;
    text-align: center;
}

.results {
    max-width: 700px;
    margin: auto;
    width: 100%;
}

.result-box {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    padding: 15px 20px;
    margin-bottom: 15px;
    transition: .3s ease-in-out;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.result-box p {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #1e1e1e;
    margin-left: 30px;
    margin-bottom: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.result-box:hover {
    background-color: #33539D;


}

.result-box:hover p {
    color: #fff;
}


.pagination a {
    color: black;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 5px;
}

.pag-arrow {
    background-color: #f5f5f5;
}

.pag-arrow i {
    font-size: 20px;

}

.pagination a.active, .pagination a:hover {
    background-color: #33539D;
    color: #fff;
    border: qpx solid #33539D;
}



.tab {
    background: #fff;
    border: 1px solid #f1f2f4;
    border-radius: 4px;
    padding: 16px 0;
}

.wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 0;
    background-color: #F7F8F9;
}

/* Style the buttons inside the tab */
.tab .tablinks {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    line-height: 1.8;
}



/* Change background color of buttons on hover */
.tab .tablinks:hover {
    background-color: #33539D;
}

/* Create an active/current "tab button" class */
.tab .tablinks.active {
    background-color: #33539D;
}

.tab .tablinks.active_tab {
    background-color: #3c507d;
    color: #fff;
}


.tab-container {
    border-radius: 5px;
    border: 1px solid #f1f2f4;
    background-color: #fff;
    border-left: none;
    padding: 15px;

}

/* .tabcontent {
    display: none;
} */

.tabcontent h3, .tabcontent-hidden h3 {
    font-size: 24px;
}

.tabcontent a, .tabcontent-hidden a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* display: none; */
    background: #F7F8F9;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #f1f2f4;
    border-radius: 4px;
    padding: 14px 20px 16px 16px;
    position: relative;
    margin-bottom: 15px;
    color: #050f21 !important;
    cursor: pointer;
}

.tabcontainer {
    background-color: #fff;
}

.tabcontent-hidden {
    display: none;
}

.tabcontent-hidden.active {
    display: block;
}

.tab .tablinks {
    padding: 8px 24px;
    display: block;
    font-size: 14px;
    color: #8a94a6;
}

.tab .tablinks:hover, .tab .tablinks.active {
    color: #fff;
}

.breadcrumb-item {
    font-size: 13px;

}

.list-container {
    background: #fff;
    border: 1px solid #f1f2f4;
    border-radius: 4px;
    padding: 24px;

}

.list-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
}

.list-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafbfb;
    border: 1px solid #f1f2f4;
    border-radius: 4px;
    padding: 14px 30px 16px 16px;
    cursor: pointer;
    color: var(--thm-base);
}

.list-box p {
    margin-bottom: 0 !important;
}

.list-box:hover {
    background: #EFEFEF;
    color: #000;
}

.main-header--two__top {
    position: relative;
    display: block;
    padding: 6px 0px 2px;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid var(--thm-base);
}

.main-header--two__top-hom2 {
    padding: 15px 0;
}

.main-header--two__top-left {
    position: relative;
    display: block;
    float: left;
}

.main-header--two__top-contact-info {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header--two__top-contact-info-single {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.main-header--two__top-contact-info-single:first-child {
    padding-left: 0;
}

.main-header--two__top-inner-flex {
    display: flex !important;
    align-items: center;
}

.main-header--two__top-right-end {
    flex: 1;
    justify-content: flex-end;
}

.main-header--two__top-contact-info .icon {
    position: relative;
    display: block;
    color: #33539d;
}

.main-header--two__top-contact-info .icon span::before {
    font-size: 18px;
    line-height: 35px;
}

.main-header--two__top-contact-info .text {
    position: relative;
    display: block;
    padding-left: 10px;
}

.main-header--two__top-contact-info .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.main-header--two__top-contact-info .text p a {
    color: #33539d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header--two__top-contact-info .text p a:hover {
    color: var(--thm-base);
}

.main-header--two__top-right {
    position: relative;
    display: flex;
    align-items: center;
    float: right;
}



.main-header--two__top-right-login-register {
    position: relative;
    display: block;
    margin-right: 10px;
}

.main-header--two__top-right-login-register ul {
    position: relative;
    display: flex;
    gap: 15px;
    overflow: hidden;
    align-items: center;
}

.main-header--two__top-right-login-register ul li {
    position: relative;
    float: left;
}
/*
.main-header--two__top-right-login-register ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 11px;
    background: #ffffff;
    width: 1px;
    transform: rotate(25deg);
    content: "";
}*/

.main-header--two__top-right-login-register ul li:first-child:before {
    display: none;
}

.main-header--two__top-right-login-register ul li a {
    color: #fff;
    background-color: var(--thm-base);
    border: 1px solid var(--thm-base);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header--two__top-right-login-register ul li a:hover {
    color: var(--thm-base);
}

.main-header--two__top-right-social-link {
    position: fixed;
    top: 279px;
    right: 100px;
    z-index: 10;
    /* display: block; */
    /* padding-left: 20px; */
}

/* .main-header--two__top-right-social-link::before {
    position: absolute;
    top: 3px;
    left: 0;
    bottom: 5px;
    background: #33353d;
    width: 1px;
    content: "";
} */

.main-header--two__top-right-social-link ul {
   /* position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    top: 130px;
    right: 10px;*/
	position: fixed;
    width: 40px;
    z-index: 10;
}

.main-header--two__top-right-social-link ul li {
    position: relative;
    float: left;
    margin-right: 20px;
}

.main-header--two__top-right-social-link ul li:last-child {
    margin-right: 0;
}

.main-header--two__top-right-social-link ul li a {
    position: relative;
    display: inline-block;
    color: #33539d;
    /* transition: all 200ms linear; */
    transition-delay: 0.1s;

    padding: 6px;
    border-radius: 50%;
    background: white;
    /* border: 1px solid #e1e4e8; */
    margin: 0 6px;
    /* color: #8a94a6; */
    transition: .4s;
    margin-bottom: 12px;
}

.main-header--two__top-right-social-link ul li a:hover{
    color: white;
    background: #33539d;
}


/* .main-header--two__top-right-social-link ul li a i::before {
    font-size: 15px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
} */

.main-header--two__top-right-social-link ul li a i {
    font-size: 15px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 20px;
}

/* ------------Usability------------- */
.usability-blok {
    position: fixed;
    z-index: 9999;
    top: -150px;
    transition: .4s;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #f7f8f9;
    padding: 12px 0 8px;
}

.show-block {
    top: 0;
}

.usability-blok .container, .usability-blok .row2 {
    height: 100%;
}

.usability-blok .row2 {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.usability-blok .group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.usability-blok .group {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.usability-blok .group h6{
    font-size: 15px;
}

.usability-blok .font-type .san-serif {
    font-family: sans-serif!important;
    /* font-family: inter-med; */
    color: #8a94a6;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    margin-right: 22px;
    cursor: pointer;
}

.usability-blok .font-type .serif {
    font-family: taviraj-med;
    color: #8a94a6;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    cursor: pointer;
}

.usability-blok .font-type .active {
    color: #33539D;
}

.show-block .close-block {
    display: block;
}

.usability-blok .close-block {
    justify-content: flex-start;
    /* display: none; */
}

.usability-blok .btn-block {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0;
}

.usability-blok .show-image .switch-block {
    position: relative;
}

.usability-blok .close {
    color: #050f21;
    border: 1px solid #050f21;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    transition: .4s;
    cursor: pointer;
}

.usability-blok .close i{
    font-weight: 900;
}

.usability-blok .show-image .switch-block input[type=checkbox] {
    position: absolute;
    left: 0;
    z-index: 9;
    opacity: 0;
}

.usability-blok .show-image .switch-block label {
    cursor: pointer;
    text-indent: -9999px;
    width: 48px;
    height: 28px;
    background: #c9ced6;
    display: block;
    border-radius: 100px;
    position: relative;
}

.usability-blok .show-image .switch-block label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 90px;
    transition: .3s;
}
 /* .font-type .btn-block div{
    margin-right: 20px;
 } */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider2:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider2 {
    background-color: #33539D;
  }
  
  input:focus + .slider2 {
    box-shadow: 0 0 1px #33539D;
  }
  
  input:checked + .slider2:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider2.round {
    border-radius: 34px;
  }
  
  .slider2.round:before {
    border-radius: 50%;
  }


  .usability-blok .font-size .btn-zoomOut{
    /* font-family: inter-med; */
    font-size: 14px!important;
    line-height: 20px;
    letter-spacing: normal;
    border: 1px solid #f1f2f4;
    display: flex;
    color: #33539D;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    border-radius: 4px;
  }
  .usability-blok .font-size .btn-zoom-reset{
    /* font-family: inter-med; */
    font-size: 16px!important;
    line-height: 24px;
    letter-spacing: normal;
    border: 1px solid #f1f2f4;
    display: flex;
    color: #33539D;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-right: 20px;
    border-radius: 4px;
  }
  .usability-blok .font-size .btn-zoomIn{
    font-size: 24px!important;
    line-height: 28px;
    letter-spacing: normal;
    border: 1px solid #f1f2f4;
    display: flex;
    color: #33539D;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }

  .usability-blok .font-size .btn-block div:hover{
    color: #fff;
    border-color: #33539D;
    background-color: #33539D;
  }

  .usability-blok .font-size .btn-block .active{
    color: #fff;
    border-color: #33539D;
    background-color: #33539D;
  }
/* ----------------------------------- */
.main-header-two__bottom {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.7);

}

.main-header-four__bottom {
    background-color: #fff;
}

.main-header-two__bottom::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
    opacity: 0.80;
    content: "";
}

.main-header-two__bottom::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #ffffff;
    opacity: 1;
    content: "";
}

.main-header-two__bottom-inner {
    position: relative;
    display: block;
    z-index: 10;
}

.main-header-two__bottom-inner .main-menu {
    position: relative;
    display: block;
}

.main-header-two__bottom-inner .main-menu .left {
    position: relative;
    display: block;
}

.main-header--two .main-menu .main-menu__list>li>a {
    color: rgba(0, 0, 0, 0.9);

}

.main-header--four .main-menu .main-menu__list>li>a {
    color: #696A6C;
    font-size: 16px;
}

.main-header-four__bottom {
    padding: 0;
}

.main-header--two .main-menu .main-menu__list>li.current>a,

.stricky-header--two .main-menu__list>li.current>a,
.stricky-header-two .main-menu__list>li:hover>a {
    color: #fff;
    text-shadow: 0 0 1px currentColor;
}

.main-header--two .main-menu .main-menu__list>li:hover>a {
    color: var(--thm-base);
}

.main-header--two .main-menu__right-cart-box a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-header--two .main-menu__right-cart-box a:hover {
    color: var(--thm-base);
}

.stricky-header--two {
    background: #1c1e27;
}

.stricky-header--two .main-menu__list>li>a {
    color: #ffffff;
}

.stricky-header--two .main-menu__right-cart-box a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.stricky-header--two .main-menu__right-cart-box a:hover {
    color: var(--thm-base);
}


/* .image-layer {
    background-image: url('../images/backgrounds/2.jpg');
} */

.main-slider .swiper-slide {
    position: relative;
    width: 1440px;
}

.main-slider .swiper-slide .container {
    position: relative;
    z-index: 30;
}



.main-slider__title {
    color: #ffffff;
    font-size: 23px;
    line-height: 1.5;
    font-weight: 300;
    margin-top: 22px;
    margin-bottom: 10px;
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateY(80px);

}

.main-slider .thm-btn {
    background-color: var(--thm-base);
    transform: translateY(100px);
    opacity: 0;
    transition: all 1500ms ease;
}

.main-slider-two .swiper-slide-active .main-slider__title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1500ms;
}

.main-slider-two .swiper-slide-active .thm-btn {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1500ms;
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1);
}

.main-slider .container {
    position: relative;
    padding-top: 185px;
    padding-bottom: 170px;
    z-index: 2;
}

.main-slider .main-slider__content {
    position: relative;
    display: block;
    z-index: 1;
}



.categories-two {
    display: block;
    max-width: 1380px;
    margin: auto;
    margin-top: -80px;
    z-index: 1;
    margin-bottom: 10px;
}

.categories-two__inner {
    position: relative;
    display: block;
}

.overly-bg i {
    font-size: 30px;
}

.categories-two__wrapper {
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));

}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.categories-two__single {
    background: #e1dcdc;
    border: 1px solid #e0e2e9;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 5px;
    padding: 15px 0px 5px;
    height: 180px;
    cursor: pointer;
    transition: all 0.3s;
}

.categories-two__single:hover {
    background-color: #fff
}

.catagory-list {
    border: 1px solid red;
}

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

.categories-two__single-icon {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: var(--thm-base);
    border: 1.5px solid;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.categories-two__single:hover .categories-two__single-icon {
    color: #ffffff;
}

.categories-two__single-icon span::before {
    font-size: 65px;
    line-height: 115px;
}

.categories-two__single-icon .count {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgb(0, 0, 0, 0.2);
    z-index: 1;
}

.categories-two__single-icon .count::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: #1a3546;
}

.categories-two__single:hover .categories-two__single-icon {
    background-color: var(--thm-base);
}

.categories-two__single:hover .categories-two__single-text h5 {
    color: var(--thm-base)
}

categories-two__single-icon:hover i {
    color: #fff;
}

.categories-two__single:hover .categories-two__single-icon .count::before {
    transform: scaleX(1.0);
}

.categories-two__single-icon .count h5 {
    display: block;
    color: #1a3546;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.categories-two__single:hover .categories-two__single-icon .count h5 {
    color: #ffffff;
}

.overlay-bg {

    display: flex;
    justify-content: center;
    align-items: center;
}


.overlay-bg i {
    font-size: 32px;

}

.categories-two__single:hover .categories-two__single-icon .overly-bg {
    opacity: 1.0;
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
}

.categories-two__single-icon .overly-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(var(--thm-base-rgb), .7);
    content: "";
    border-radius: 50%;
}

.categories-two__single-text {
    position: relative;
    display: block;
}

.categories-two__single-text h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.categories-two__single-text h5 a {
    color: #1d1d1d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.categories-two__single-text h5 a:hover {
    color: var(--thm-base);
}

.categories-two__single-text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}



.cta-one {
    position: relative;
    display: block;
    padding: 80px 0;
}

.cta-one__wrapper {
    position: relative;
    display: flex;
    border-radius: 8px;
    background: var(--thm-black);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 63px 60px 56px;
}

.cta-one__wrapper .shape1 {
    position: absolute;
    top: -125px;
    left: -140px;
    z-index: -1;
    opacity: 0.3;
}

.cta-one__left {
    position: relative;
    display: block;
}

.cta-one__left-text {
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

.cta-one__right {
    position: relative;
    display: block;
}

.cta-one__right-btn {
    position: relative;
    display: block;
}

.cta-one__right-btn .thm-btn:hover {
    color: var(--thm-black);
}

.cta-one__right-btn .thm-btn:hover::after {
    background: #ffffff;
}

.cta-one .thm-btn {
    background-color: var(--thm-base);
}

/***
=============================================
    Features Two
=============================================
***/
.features-two {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #ffffff;
}

.features-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    max-width: 570px;
    cursor: pointer;
}

.features-two__single-img {
    position: relative;
    display: block;
}

.features-two__single-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.features-two__single-img-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.features-two__single:hover .features-two__single-img-inner:before {
    -webkit-animation: circle .95s;
    animation: circle .95s
}

.features-two__single-img-inner img {
    transition: all 500ms ease;
    width: 100%;
}

.features-two__single:hover .features-two__single-img-inner img {
    transform: scale(1.05);
}

.features-two__single-overlay {
    position: absolute;
    width: 320px;
    border-radius: 8px;
    background: var(--thm-base);
    padding: 15px 10px;
    bottom: 30px;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.features-two__single-overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #092976;
    content: "";
    transform: scaleX(0.7) rotateX(20deg);
    transition: all 0.4s linear;
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
}

.features-two__single:hover .features-two__single-overlay::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.features-two__single-overlay-title {
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 8px;
}

.features-two__single-overlay-title a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.features-two__single-overlay-text {
    color: #d3d8ff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

/***
=============================================
    Welcome One
=============================================
***/
.welcome-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 80px;
}

.welcome-one__left {
    position: relative;
    display: block;
}

.welcome-one__left-text {
    margin: 0;
}

.welcome-one__left-features-box-single-icon span::before {
    font-size: 65px;
}

.icon-professor:before {
    content: "\e929";
}

.welcome-one__left-features-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 48px;
}

.welcome-one__left-features-box-single {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    margin-right: 55px;
}

.welcome-one__left-features-box-single:last-child {
    margin-right: 0;
}

.welcome-one__left-features-box-single-icon {
    position: relative;
    display: block;
    color: var(--thm-base);
    transition: all 500ms ease;
}

.welcome-one__left-features-box-single:hover .welcome-one__left-features-box-single-icon {
    color: var(--thm-black);
    transform: rotateY(180deg);
}

.welcome-one__left-features-box-single-icon span::before {
    font-size: 65px;
}

.welcome-one__left-features-box-single-title {
    position: relative;
    display: block;
    padding-left: 15px;
}

.welcome-one__left-features-box-single-title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.welcome-one__left-btn {
    position: relative;
    display: block;
    margin-top: 52px;
}

.welcome-one__right {
    position: relative;
    display: block;
    max-width: 570px;
    float: right;
    z-index: 1;
}

.welcome-one__right .shape1 {
    position: absolute;
    bottom: -90px;
    right: -191px;
    z-index: -1;
}

.welcome-one__right-img1 {
    position: relative;
    display: block;
    z-index: 2;
}

.welcome-one__right-img1::after {
    position: absolute;
    top: 40px;
    left: -20px;
    bottom: 300px;
    width: 45px;
    background: var(--thm-base);
    border-radius: 8px;
    content: "";
    z-index: -1;
}

.welcome-one__right-img1 img {
    width: 100%;
}

.welcome-one__right-img1-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 450px;
    height: 360px;

}

.welcome-one__right-img1-inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.welcome-one__right:hover .welcome-one__right-img1-inner::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-one__right-img2 {
    position: absolute;
    left: -100px;
    bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: 10;
    width: 250px;
    height: 200px;
}

.welcome-one__right-img2 img, .welcome-one__right-img1-inner img {
    width: 100%;
    height: 100%;
}

.thm-btn-primary {
    background-color: var(--thm-base);
    padding: 7px 40px !important;
}

/***
=============================================
    About One
=============================================
***/
.about-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 0;
    margin-top: 30px;
}

.about-img {
    width: 300px;
    height: 320px;
    float: right;
    margin-left: 10px;
    line-height: 2;
    padding-top: 40px;
}

.about-container p {
    text-align: justify;
    margin-bottom: 5px !important;
    font-size: 14px;
}

.about-one__left {
    position: relative;
    display: block;
    margin-left: -130px;
    margin-right: 30px;
}

.about-one__left-img-box {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    z-index: 1;
}

.about-one__left::before {
    position: absolute;
    top: 30px;
    left: -20px;
    bottom: 30px;
    background: var(--thm-base);
    width: 40px;
    border-radius: 8px;
    content: "";
    z-index: 1;
}

.about-one__left-single {
    position: relative;
    float: left;
    padding: 0px 5px 0px;
}

.about-one__left-img1 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    width: 300px;
    height: 450px;
}

.about-one__left-img1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.about-one__left-img1:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-one__left-img1 img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}

.about-one__left-img1:hover img {
    transform: scale(1.1);
}

.about-one__left-img2 {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    height: 450px;
    width: 300px;
}

.about-one__left-img2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 1;
}

.about-one__left-img2:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-one__left-img2 img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.7s ease 0s;
}

.about-one__left-img2:hover img {
    transform: scale(1.1);
}

.about-one__left-overlay {
    position: absolute;
    bottom: 20px;
    right: 0px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0px 60px 0px rgb(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px 40px;
    z-index: 10;
}

.about-one__left-overlay .icon {
    position: relative;
    display: block;
}

.about-one__left-overlay .icon span::before {
    font-size: 60px;
    color: var(--thm-base);
}

.about-one__left-overlay .title {
    position: relative;
    display: block;
    text-align: center;

}

.about-one__left-overlay .title h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.about-one__left-overlay .title h6 span {
    position: relative;
    display: inline-block;
    line-height: 28px;
}

.about-one__right {
    position: relative;
    display: block;
}

.about-one__right-inner {
    position: relative;
    display: block;
}

.about-one__right-text {
    margin: 0;
    font-size: 15px;
}

.about-one__right-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.about-one__right-list-item {
    position: relative;
    display: block;
    margin-bottom: 6px;
}

.about-one__right-list-item:last-child {
    margin-bottom: 0;
}

.about-one__right-list-item .icon {
    position: absolute;
    top: 3px;
    left: 0;
    color: var(--thm-base);
    font-size: 20px;
    transform: scale(1);
    transition: color 500ms ease, transform 500ms ease;
}

.about-one__right-list-item:hover .icon {
    color: var(--thm-black);
    transform: scale(.8);
}

.about-one__right-list-item .text {
    position: relative;
    display: block;
    padding-left: 35px;
}

.about-one__right-list-item .text p {
    margin: 0;
    font-size: 14px;
}

.about-one__btn {
    position: relative;
    display: block;
    margin-top: 34px;
}

.why-choose-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0;
}

.why-choose-one::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f1f2f6;
    width: 43%;
    height: 700px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    content: "";
}

.why-choose-one__left {
    position: relative;
    display: block;
    max-width: 490px;
    width: 100%;
}

.why-choose-one__left-text {
    margin: 0;
}

.why-choose-one__left-learning-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 38px;
    margin-bottom: 38px;
}

.why-choose-one__left-learning-box .icon {
    position: relative;
    display: block;
    color: var(--thm-base);
    transition: all 500ms ease;
}

.why-choose-one__left-learning-box:hover .icon {
    color: var(--thm-black);
    transform: rotateY(180deg);
}

.why-choose-one__left-learning-box .icon span::before {
    font-size: 65px;
}

.why-choose-one__left-learning-box .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.why-choose-one__left-learning-box .text h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.why-choose-one__left-list {
    position: relative;
    display: block;
}

.why-choose-one__left-list ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.why-choose-one__left-list-single {
    position: relative;
    display: block;
    margin-bottom: 8px;

}

.why-choose-one__left-list-single:last-child {
    margin-bottom: 0;
}

.why-choose-one__left-list-single .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.why-choose-one__left-list-single .icon span::before {
    color: var(--thm-base);
    font-size: 20px;
    display: block;
    transition: color 500ms ease, transform 500ms ease;
    transform: scale(1);
}

.why-choose-one__left-list-single:hover .icon span::before {
    color: var(--thm-black);
    transform: scale(.8);
}

.why-choose-one__left-list-single .text {
    position: relative;
    display: block;
    padding-left: 35px;
}

.why-choose-one__left-list-single .text p {
    margin: 0;
}

.why-choose-one__right {
    position: relative;
    display: block;
}

.why-choose-one__right-img {
    position: relative;
    display: block;
}

.why-choose-one__right-img img {
    max-width: none;
    float: left;
    height: 400px;

}

.why-choose-one__right-img-overlay {
    position: absolute;
    top: 245px;
    left: -185px;
    background: var(--thm-base);
    padding: 20px 95px 16px;
    transform: rotate(90deg);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.why-choose-one__right-img-overlay p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.1em;
}

.video-container {
    position: relative;
}

video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 630px;
    object-fit: cover;
    opacity: 1;
}

.video-overlay {
    position: absolute;
    width: 100%;
    height: 630px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.content p {
    line-height: 1.3;
    font-size: 33px;
    margin-top: 20px;
    /* border-right: solid 3px #fff; 
    white-space: nowrap;
    overflow: hidden;*/

    color: #fff;
}

/* Animation */
/* .content p {
    animation: animated-text 4s steps(29, end) 1s 1 normal both,
        animated-cursor 600ms steps(29, end) infinite;
} */

/* text animation */

@keyframes animated-text {
    from {
        width: 0;
    }

    to {
        width: 680px;
    }
}

/* cursor animations */

@keyframes animated-cursor {
    from {
        border-right-color: #fff;
    }

    to {
        border-right-color: transparent;
    }
}


@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}





.contents {
    position: absolute;
    top: 250px;
    left: 5%;
    max-width: 750px;
}

.read-more {
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 10px 40px;
}

.read-more-home4 {
    border-radius: 5px;
    background-color: #fff;
    color: var(--thm-base)
}

.read-more:hover {
    background-color: #fff;
    color: var(--thm-base)
}

.content2 p {

    font-size: 18px;
    color: #fff;
    transition: 0.5s;

}



.slide-left {
    animation: slideleft 1.5s linear forwards;
}

.slide-up {
    animation: slideUp 1.5s linear forwards;
}

@keyframes slideleft {
    0% {
        transform: translate(200px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    100% {
        transform: translate(0px);
        opacity: 1;
    }
}

.category-col {
    flex: 19.666667%;
    max-width: 19.666667%;
}

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.3);
}

.input-search {
    border-style: none;
    font-size: 14px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.3);
    padding-right: 40px;
    color: #000;

}

.input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 100;
}

.btn-search {
    width: 32px;
    height: 32px;
    border-style: none;
    font-size: 13px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #fff !important;
    background-color: var(--thm-base);
    pointer-events: painted;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-search i {
    color: #fff !important;
}

.input-search {
    width: 210px;
    padding-left: 15px;
    border-radius: 20px;
    /* border: 1px solid var(--thm-base); */
    background-color: #fff;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search::placeholder {
    color: #000;
    /* font-size: 16px; */
}

.search-box-border {
    width: 100%;
    max-width: 320px;
    background-color: transparent;
}

.input-search-border {
    color: #545561;
    font-size: 15px;
    font-weight: 400;
    padding-right: 30px;
    background-color: transparent;

}

.input-search-border::placeholder {
    color: var(--thm-base);
    font-size: 16px;
}

.input-animate {
    width: 100%;
    max-width: 320px;
    height: 1px;
    margin-top: 4px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
    background-color: #545561;
    position: relative;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.input-animate::before {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--thm-base);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.search-box-border:focus-within .input-animate::before {
    width: 100%;
    left: 0
}

.link-icon {
    display: flex;
    justify-content: flex-end;
    margin: 0 10px;
    transition: all 0.3s ease;
}

.link-icon i {
    color: #fff;
    display: inline-block;
    font-size: 18px;
}

.features-two__single:hover i {
    transform: scale(1.3);
}


.appeal-warning {
    text-align: center;
    font-size: 16px;
    margin: 7px 0;
}

.error-msg {
    display: none;
}


.progressbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin: 2.5rem 0 4rem;
    z-index: 2;
}

.progressbar::before,
.progress {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
}

.progress {
    background-color: var(--thm-base);
    width: 0%;
    transition: 0.3s;
}

.progress-step {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.5rem);
    font-size: 12px;
    line-height: 1.3;
    color: #666;
}

.progress-step-active {
    background-color: var(--thm-base);
    color: #f3f3f3;
}

.form-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    align-items: center;
}

.form-btn .next-button {
    background-color: var(--thm-base);

}

.form-btn button {
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
    border: none;
    outline: none;

}

.form-btn button:hover {
    opacity: 0.9;
}

.form-btn i {
    margin-left: 6px;
}

.err-field {
    border: 1px solid red;
}

.step {
    display: none;
}

.form-btn .prev-button {
    border: 1px solid var(--thm-base) !important;
    color: var(--thm-base) !important;
    margin-right: 10px;
    background-color: #fff;
}

.step.active {
    display: block;
}

.step label {
    color: #000
}

#submit {
    background-color: var(--thm-base);
    color: white;
    border: none;
    border-radius: 6px;
}

canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
}

.captcha-img {
    margin-bottom: 20px;
    height: auto;
    width: 150px;
    background-image: url('../images/captcha.jpg');
}

.span-border {
    border-top: 1px solid #000;
    padding-top: 10px;
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-left: 15px;
}

.appeals-rules-container {
    background-color: #fff;
    padding: 20px;
}

.little-size div{
    font-size: 18px!important;
}
.little-size input{
    font-size: 12px!important;
}
.little-size li{
    font-size: 10px!important;
}
.little-size p{
    font-size: 14px!important;
}
.little-size .slide-left p{
    font-size: 24px!important;

}
.little-size a{
    font-size: 12px!important;

}
.little-size i{
    font-size: 18px!important;

}
.little-size h6{
    font-size: 12px!important;

}
.little-size h5{
    font-size: 12px!important;

}
.little-size h4{
    font-size: 14px!important;

}
.little-size h3{
    font-size: 18px!important;

}
.little-size h2{
    font-size: 22px!important;
}
.little-size h1{
    font-size: 30px!important;
}
.little-size span{
    font-size: 14px!important;
}
.little-size button{
    font-size: 14px!important;
}
.little-size .categories-two__wrapper i{
    font-size: 22px!important;
}
.big-size div{
    font-size: 26px!important;
}
.big-size input{
    font-size: 18px!important;
}
.big-size li{
    font-size: 16px!important;
}
.big-size p{
    font-size: 22px!important;
}
.big-size .slide-left p{
    font-size: 35px!important;
}
.big-size a{
    font-size: 18px!important;
}
.big-size i{
    font-size: 24px!important;
}
.big-size h6{
    font-size: 16px!important;
}
.big-size h5{
    font-size: 16px!important;
}
.big-size h4{
    font-size: 20px!important;
}
.big-size h3{
    font-size: 24px!important;
}
.big-size h2{
    font-size: 36px!important;
}
.big-size h1{
    font-size: 34px!important;
}
.big-size span{
    font-size: 24px!important;
}
.big-size button{
    font-size: 18px!important;
}
.big-size .categories-two__wrapper i{
    font-size: 38px!important;
}
.big-size #counter-section i{
    font-size: 50px!important;
}

.no-image img{
    visibility:hidden!important;
}
.no-image header img{
    visibility: visible!important;
}

/* ---------------------------------------------------- */

.readforsubmit{
    font-size: 30px;
    color: #33539d;
    border: 2px solid #33539d;
    padding: 6px;
    border-radius: 5px;
    transition: .3s;
    cursor: pointer;
    margin-right: 10px;
}
.readforsubmit:hover{
    background-color: #33539d;
    color: white;
    /* border: 2px solid #316AFF; */

}
.readforsubmitopen{
    text-decoration: underline;
    transition: .2s;
    font-weight: bold;
    cursor: pointer;
}
.readforsubmitopen:hover{
    color: rgb(0, 116, 204);
}
.readsubmit {
    position: fixed;
    top: 0;
    /* top: 50%; */
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    transition: .4s;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    /* height: 150px; */
    /* padding: 12px 0 8px; */
}
.readsubmit .container{
    background-color: #f7f8f9;
    width: 50%;
    top: 100px;
    position: relative;
    height: 550px;
    padding: 0;
    /* overflow-y: scroll; */
    margin: auto;
    border-radius: 5px;
}
.readsubmit .appeal-text-container{
    height: 100%;
    background: none;
}
.show-submit {
    top: 0;
    /* top: 50%; */
    /* width: 100%; */
    visibility: visible;
    opacity: 1;
}

.readsubmit .row2 {
    height: 100%;
    overflow-y: scroll;
    margin: 6px;
}

.readsubmit .row2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin: 0; */
    width: 100%;
    padding: 14px 0;
}

/* .readsubmit .group {
    display: flex;
    margin: auto;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
} */

.readsubmit .group {
    display: flex;
    /* margin: auto; */
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
    height: 100%;
}

.readsubmit .group h6{
    font-size: 15px;
}

@media (max-width: 1024px){
.readsubmit .container {
    width: 62%;
}
}
@media (max-width: 400px){
    .readsubmit .close-submit {
        right: -10px!important;
    }
    .readsubmit .row2 {
        flex-direction: column;
    }
    }


.readsubmit .font-type .san-serif {
    font-family: sans-serif!important;
    /* font-family: inter-med; */
    color: #8a94a6;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    margin-right: 22px;
    cursor: pointer;
}

.readsubmit .font-type .serif {
    font-family: taviraj-med;
    color: #8a94a6;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: normal;
    cursor: pointer;
}

.readsubmit .font-type .active {
    color: #33539D;
}

.readsubmit .close-submit {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-top: 10px;
    height: fit-content;
    width: 45px;
    position: absolute;
    top: -60px;
    right: -60px;
}

.readsubmit .btn-block {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0;
}

.readsubmit .show-image .switch-block {
    position: relative;
}

/* .readsubmit .close {
    color: #050f21;
    border: 1px solid #050f21;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 40px;
    height: 40px;
    transition: .4s;
    cursor: pointer;
}

.readsubmit .close i{
    font-weight: 900;
} */

.readsubmit .show-image .switch-block input[type=checkbox] {
    position: absolute;
    left: 0;
    z-index: 9;
    opacity: 0;
}

.readsubmit .show-image .switch-block label {
    cursor: pointer;
    text-indent: -9999px;
    width: 48px;
    height: 28px;
    background: #c9ced6;
    display: block;
    border-radius: 100px;
    position: relative;
}

.readsubmit .show-image .switch-block label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 90px;
    transition: .3s;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
.switch input { 
opacity: 0;
width: 0;
height: 0;
}

.slider2 {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
}

.slider2:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider2 {
background-color: #33539D;
}

input:focus + .slider2 {
box-shadow: 0 0 1px #33539D;
}

input:checked + .slider2:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}

/* Rounded sliders */
.slider2.round {
border-radius: 34px;
}

.slider2.round:before {
border-radius: 50%;
}


.readsubmit .font-size .btn-zoomOut{
/* font-family: inter-med; */
font-size: 14px!important;
line-height: 20px;
letter-spacing: normal;
border: 1px solid #f1f2f4;
display: flex;
color: #33539D;
align-items: center;
justify-content: center;
transition: all .3s;
cursor: pointer;
width: 24px;
height: 24px;
margin-right: 20px;
border-radius: 4px;
}
.readsubmit .font-size .btn-zoom-reset{
/* font-family: inter-med; */
font-size: 16px!important;
line-height: 24px;
letter-spacing: normal;
border: 1px solid #f1f2f4;
display: flex;
color: #33539D;
align-items: center;
justify-content: center;
transition: all .3s;
cursor: pointer;
width: 32px;
height: 32px;
margin-right: 20px;
border-radius: 4px;
}
.readsubmit .font-size .btn-zoomIn{
font-size: 24px!important;
line-height: 28px;
letter-spacing: normal;
border: 1px solid #f1f2f4;
display: flex;
color: #33539D;
align-items: center;
justify-content: center;
transition: all .3s;
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 4px;
}

.readsubmit .font-size .btn-block div:hover{
color: #fff;
border-color: #33539D;
background-color: #33539D;
}

.readsubmit .font-size .btn-block .active{
color: #fff;
border-color: #33539D;
background-color: #33539D;
}

.flex-input{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.flex-input .form-control{
    height: 44px;
}

.paginate_button{
    position: inherit!important;
    width: auto;
}
#example td, #example th{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
}
#example thead{
    background-color: #33539D;
    color: white;
}
#example tbody tr:nth-child(odd) {
    background-color: #eee;
    /* height: 3rem; */
}
#example a{
    display: inherit;
    background: none;
    border: none;
    padding: 7px 0;
}
#example_filter{
    display: none;
}
.status_filter{
    border: 1px dashed #aaa;
}
















/***
=============================================
    Contact Details One
=============================================
***/
.contact-details-one {
    position: relative;
    display: block;
    padding: 15px 0px 15px;
}

.contact-details-one__single {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.1);
    padding: 24px 30px 24px;
    margin-bottom: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-details-one__single:hover {
    border: 1px solid var(--thm-base);
}

.contact-details-one__single-icon {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #f1f2f6;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}

.contact-details-one__single-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background: var(--thm-base);
}

.contact-details-one__single:hover .contact-details-one__single-icon::before {
    transform: scaleX(1.0);
}

.contact-details-one__single-icon span::before {
    color: var(--thm-base);
    font-size: 30px;
    line-height: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-details-one__single:hover .contact-details-one__single-icon span::before {
    color: #ffffff;
}

.contact-details-one__single-text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.contact-details-one__single-text h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.contact-details-one__single-text h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-details-one__single-text h4 a:hover {
    color: var(--thm-base);
}

.contact-details-one__single-text p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}


/***
=============================================
    Contact Page
=============================================
***/
.contact-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
}

.contact-page__left {
    position: relative;
    display: block;
}

.contact-page__left .section-title {
    margin: 0;
}

.contact-page__right {
    position: relative;
    display: block;
}

/***
=============================================
    Google Map
=============================================
***/
.contact-page-google-map {
    position: relative;
    display: block;
    z-index: 3;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 580px;
    width: 100%;
}



.feature-content > p{
	text-indent: 2rem;
margin-bottom:0;
}

.about-container > p{
	text-indent: 2rem;
margin-bottom:0;
}

.content-block__text > p{
	text-indent: 2rem;
margin-bottom:0;
}
