@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #454545;
    background: white;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

a {
    color: #454545;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 12px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000000;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a {
    color: white;
}

h1 {
    font-size: 72px;
}

h2 {
    line-height: 1.33;
    font-size: 36px;
}

h3 {
    line-height: 1.55;
    font-size: 22px;
}

h4 {
    line-height: 1.4;
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    color: #454545;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/*======= Input Styles =======*/
input,
select,
textarea,
.form-control {
    width: 100%;
    height: auto;
    padding: 16px 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #000000;
}

textarea {
    display: inherit;
    padding-top: 20px;
}

label {
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000000;
}

.form-group {
    margin-bottom: 0;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #cfdbf1;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    height: auto;
    width: auto;
}

.text-white input,
.text-white select,
.text-white textarea,
.text-white .form-control {
    color: #ffffff50;
    border-color: #273540;
    background: #0e1e2a;
}

.text-white label {
    margin-bottom: 10px;
}

/*******************************************************/
/*****************  02. Common Classes *****************/
/*******************************************************/
.page-wrapper {
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
    background: #FFFFFF;
}


.small-gap {
    margin-left: -5px;
    margin-right: -5px;
}

.small-gap>div {
    padding-left: 5px;
    padding-right: 5px;
}

@media only screen and (max-width: 375px) {
    .col-small {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/** Section Title style **/
.section-title .sub-title {
    font-weight: 500;
    margin-bottom: 10px;
    color: #f18312;
    display: inline-block;
}

@media only screen and (max-width: 480px) {
    .section-title h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .section-title h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .section-title h2 br {
        display: none;
    }
}

.text-white .sub-title {
    color: white;
}

.section-title-with-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-title-with-btn h2 {
    margin-right: 25px;
}



.header-eight .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    z-index: 500;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .header-eight .logo-outer {
        margin-top: 0;
        display: block;

        width: 180px;
    }
}

.header-eight .logo-outer a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

    display: inline-block;
}

/* @media only screen and (max-width: 1199px) {
    .header-eight .logo-outer a {
        max-width: 200px;
       
    }
}

@media only screen and (max-width: 991px) {
    .header-eight .logo-outer a {
        max-width: 175px;
       
    }
} */

.header-eight .header-top {
    padding-left: 300px;
}

@media only screen and (max-width: 991px) {
    .header-eight .header-top {
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .header-eight .top-left {
        display: none;
    }
}

.header-eight .top-left li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.header-eight .top-left li i {
    color: #ffffff;
    margin-right: 10px;
}

.header-eight .top-left li:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-eight .top-left select {
    padding: 0;
    color: white;
    border: none;
    cursor: pointer;
    background: transparent;
}

.header-eight .top-left select option {
    color: #454545;
}

.header-eight .top-right .hotline {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 575px) {
    .header-eight .top-right .hotline {
        display: none;
    }
}

.header-eight .top-right .hotline i,
.header-eight .top-right .hotline span {
    margin-right: 5px;
}

.header-eight .top-right .social-style-one i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header-eight .top-right .social-style-one a:hover i {
    color: #F43336;
}

.header-eight .menu-btn {
    margin-left: 35px;
}



@media only screen and (min-width: 991px) {
    .header-eight .main-menu .navbar-collapse .navigation>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-eight .main-menu .navbar-collapse .navigation>li>.dropdown-btn {
        width: auto;
        height: auto;
        right: 0;
        line-height: 1;
        margin-left: 3px;
        border-left: none;
        position: relative;
    }
}

.header-eight .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    display: block;
    font-size: 10px;
    color: white;
}

.dropdown-btn span {
    font-size: 15px;
    margin-left: 6px;
}

@media only screen and (max-width: 1500px) {
    .header-eight .nav-search {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .header-eight .nav-search {
        display: none;
    }
}

.header-eight .navbar-header button {
    margin-left: auto;
}

.header-eight .mobile-logo {
    max-width: 100px;
}

.header-eight.fixed-header .logo-outer {
    margin-top: 0;

}



.main-header .logo,
.main-menu .navigation>li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.main-header .logo {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.main-menu .navigation>li:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.main-menu .navigation>li:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.main-menu .navigation>li:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.main-menu .navigation>li:nth-child(4) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.main-menu .navigation>li:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.main-menu .navigation>li:nth-child(6) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.main-menu .navigation>li:nth-child(7) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.main-menu .navigation>li:nth-child(8) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.main-menu .navigation>li:nth-child(9) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.main-menu .navigation>li:nth-child(10) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@media only screen and (max-width: 1199px) {
    .main-menu .navigation>li {
        -webkit-animation: none;
        animation: none;
    }
}

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header .header-upper .container-fluid {
    padding: 0;
}

.main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative;
}

.main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    background: #231f21eb !important;
    z-index: 99999;
    position: fixed;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

.header-top {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 991px) {
    .top-left {
        display: none;
    }
}

.top-left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.top-left ul li {
    margin-right: 50px;
}

@media only screen and (max-width: 1500px) {
    .top-left ul li {
        margin-right: 15px;
    }
}

.top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

@media only screen and (max-width: 991px) {
    .top-right {
        margin: auto;
    }
}

.top-right .office-time {
    margin-right: 75px;
}

@media only screen and (max-width: 375px) {
    .top-right .office-time {
        display: none;
    }
}

.top-right .office-time i {
    margin-right: 10px;
    color: #104cba;
}

@media only screen and (max-width: 1500px) {
    .top-right .office-time {
        margin-right: 15px;
    }
}

.nav-outer {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .nav-outer {
        position: static;
    }
}

.nav-outer .menu-btn {
    margin-left: auto;
}


/** Header Main Menu **/
@media only screen and (max-width: 991px) {
    .main-menu {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .main-menu .mobile-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .collapse {
        overflow: auto;
    }
}

.main-menu .navbar-collapse {
    padding: 0px;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse>ul {

        max-height: 80vh;
        border-bottom: 1px solid #f3f3f3;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse {
        left: 0;
        width: 100%;
        padding: 0 15px;
        position: absolute;
        background: #FFFFFF;
        border-bottom: 1px solid #e0e0e0;
    }
}

.main-menu .navbar-collapse li {
    float: left;
    padding: 34px 8px;
}

@media only screen and (max-width: 1500px) {
    .main-menu .navbar-collapse li {
        padding: 34px 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-menu .navbar-collapse li {
        padding: 30px 5px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li {
        float: none;
        padding: 0 20px;
        background: white;
        border-top: 1px solid #f3f3f3;
    }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid #f2f2f2;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
        display: block;
        background: white;
    }
}

.main-menu .navbar-collapse li a {
    position: relative;
    display: block;
    font-size: 14px;
    opacity: 1;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li a {
        padding: 10px 10px;
        line-height: 22px;
        color: #000;
    }
}

.main-menu .navbar-collapse li a:hover,
.main-menu .navbar-collapse li.current a,
.main-menu .navbar-collapse li.current-menu-item a {
    color: #f8be22 ;
}

.main-menu .navbar-collapse li .btn-style-two {
    text-decoration: none;
    color: #000000;
}

.main-menu .navbar-collapse li .theme-btn {
    color: white;
    padding: 14px 20px;
    background: #000000;
}

.main-menu .navbar-collapse li .theme-btn:hover {
    color: white;
    background: #000000;
}

.main-menu .navbar-collapse li.for-mega {
    position: static;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li.for-mega {
        position: relative;
    }
}

.main-menu .navbar-collapse li .megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    padding: 20px 0;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
    display: block;
    clear: both;
    content: "";
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li .megamenu {
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 0;
    }

    .main-menu .navbar-collapse li .megamenu .container {
        max-width: 100%;
    }

    .main-menu .navbar-collapse li .megamenu .row {
        margin: 0px;
    }
}

.main-menu .navbar-collapse li .megamenu+.dropdown-btn {
    z-index: 100;
    border-bottom: 1px solid #f2f2f2;
}

.main-menu .navbar-collapse li .megamenu ul {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu .navbar-collapse li .megamenu .mega-title {
    margin-left: 20px;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li .megamenu .mega-title {
        margin-top: 12px;
        margin-left: 25px;
    }
}

.main-menu .navbar-collapse li ul {
    position: absolute;
    left: inherit;
    top: 100%;
    min-width: 220px;
    z-index: 100;
    display: none;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul {
        position: relative;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-menu .navbar-collapse li ul:after {
        display: block;
        clear: both;
        content: "";
    }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
        min-width: 200px;
    }
}

.main-menu .navbar-collapse li ul li {
    width: 100%;
    padding: 7px 20px;
    border-bottom: 1px solid #f2f2f2;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li {
        padding: 0 15px;
    }
}

.main-menu .navbar-collapse li ul li ul {
    left: 100%;
    top: 0%;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse li ul li ul {
        left: auto;
    }
}

.main-menu .navbar-header {
    display: none;
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 4px 0;
    cursor: pointer;
    background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
    background: #ffffff;
    height: 2px;
    width: 30px;
    display: block;
    margin: 7px 5px;
}

.text-white .navbar-collapse>ul>li>a,
.text-white .navbar-collapse>ul>li>a:hover,
.text-white .navbar-collapse>ul>li.current>a {
    color: white;
}

@media only screen and (max-width: 991px) {

    .text-white .navbar-collapse>ul>li>a,
    .text-white .navbar-collapse>ul>li>a:hover,
    .text-white .navbar-collapse>ul>li.current>a {
        color: black;
    }
}

.text-white .top-right .office-time i {
    color: white;
}

.text-white .navbar-header .navbar-toggle .icon-bar {
    background: white;
}

.text-white .dropdown-btn span {
    color: black;
}

.text-white .mega-title {
    color: #000000;
}

/* Menu Icons */
.menu-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-icons>button {
    margin: 0 15px;
    background: transparent;
}

/* Header Search */
.nav-search {
    position: relative;
}

.nav-search button {
    background: transparent;
}

.nav-search form {
    position: absolute;
    width: 320px;
    top: 100%;
    right: 0;
    z-index: 777;
    padding: 10px;
    border-radius: 5px;
    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;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.nav-search form.hide {
    display: none;
}

.nav-search form input {
    border: none;
    padding: 15px 5px 15px 25px;
}

.nav-search form button {
    padding: 15px;
    color: #454545;
    border-left: 1px solid #cfdbf1;
}

/* Header Number */
.header-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-number>i {
    font-size: 18px;
    margin-right: 20px;
    border: 1px solid #E5E7EF;
    width: 50px;
    height: 50px;
    background: transparent;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
}

.header-number .number-content {
    font-family: 'Circular Std';
}

.header-number .number-content span {
    color: #333F7D;
    display: block;
    font-size: 14px;
}

.header-number .number-content a {
    color: #000F5C;
    font-size: 20px;
    text-decoration: underline;
}

.main-slider-wrap .image {
    width: 100%;
    height: 100%;
    position: absolute;
    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;
}

.main-slider-wrap .image img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
}

.main-slider-wrap .image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;

    background: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 100%);
    background: -o-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 100%);
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 100%);
}

.main-slider-wrap .slider-caption {
    z-index: 2;
    height: 100vh;
    position: relative;
    padding-top: 92px;
    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;
    padding-bottom: 100px;
}


.main-slider-wrap .slick-arrow {
    top: 50%;
    z-index: 2;
    opacity: 0.2;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #F43336;
    position: absolute;
    width: 35px;
    height: 35px;
    background: white;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
    .main-slider-wrap .slick-arrow {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}

.main-slider-wrap .slick-arrow i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #181616;
}

.main-slider-wrap .slick-arrow.prev {
    left: 100px;
}

@media only screen and (max-width: 1500px) {
    .main-slider-wrap .slick-arrow.prev {
        left: 25px;
    }
}

.main-slider-wrap .slick-arrow.next {
    right: 100px;
}

@media only screen and (max-width: 1500px) {
    .main-slider-wrap .slick-arrow.next {
        right: 25px;
    }
}

.main-slider-wrap .slick-arrow:hover,
.main-slider-wrap .slick-arrow:focus {
    background: linear-gradient(180deg, #C31C74 0%, #941C74 100%);
}

.main-slider-wrap .slick-arrow:hover i,
.main-slider-wrap .slick-arrow:focus i {
    color: white;
}

.main-slider-wrap:hover .slick-arrow {
    opacity: 1;
}

.main-slider-content {
    max-width: 700px;
}

.main-slider-content .sub-title {
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.main-slider-content h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

@media only screen and (max-width: 1500px) {
    .main-slider-content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .main-slider-content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider-content h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .main-slider-content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .main-slider-content h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .main-slider-content h1 {
        font-size: 30px;
    }
}

.main-slider-content p {
    font-size: 18px;
    max-width: 555px;
    color: white;
    font-weight: 300;
}

@media only screen and (max-width: 480px) {
    .main-slider-content p {
        font-size: 16px;
    }
}

.main-slider-content .slider-btns {
    padding-top: 20px;
}

.main-slider-content .slider-btns .theme-btn {
    margin-top: 15px;
}

.main-slider-content .slider-btns .theme-btn:not(:last-child) {
    margin-right: 30px;
}

.main-slider-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slick-active * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slick-active h1 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.slick-active p {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slick-active .slider-btns {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.theme-btn,
a.theme-btn {
    background: linear-gradient(
        180deg, #C31C74 0%, #941C74 100%);
            border-radius: 3px;
            font-size: 11px;
            color: white;
            cursor: pointer;
            font-weight: 400;
            text-align: center;
            padding: 1px 6px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            text-transform: capitalize;
}

.theme-btn i,
a.theme-btn i {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 10px;
}


.theme-btn.style-nine:hover,
a.theme-btn.style-nine:hover {
    color: white;
    background: #dc1e13;
}

.theme-btn.style-nine.hover-two,
a.theme-btn.style-nine.hover-two {
    border: 1px solid #03091F;
}

.sign-in a {
    color: white;
    padding: 34px 16px;
    font-size: 14px;
    font-weight: 400;
}

.log-reg {
    display: flex;
    align-items: center;
}

@media screen and (max-width:991px) {

    /* .log-reg{
            display: block;
        } */
    .sign-in a {
        color: #000;
    }

}

.feature-sec {
    background-color: white;
}




.ftr-sec {
    background-color: white;
    border-radius: 6px;
    box-shadow: -1px 2px 12px 1px #9b9b9b;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    padding: 30px 20px;
}

.ftr-sec .feature-bx {
   display: flex;
}
.ftr-sec .feature-bx .icn-bx{
    display: flex;
    align-items: center;
}
.ftr-sec .feature-bx h6{
    font-weight: 600;
font-size: 15px;    
line-height: 20px;
color: #000000;

}
.ftr-sec .feature-bx p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #757575;
    margin: 0;
}
.featur-content{
    margin-left: 20px;
}
.ft2{
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.ft2 .icn-bx{
    margin-left: 10px
}

.padding-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.padding-b-80{
    padding-bottom: 80px;
}
.padding-t-80{
    padding-top: 80px;
}   

.title-small{
    font-weight: 600;
font-size: 18px;
line-height: 28px;
color: #BC1C74;
}
.title-head{
    font-family: 'Raleway';
font-weight: 800;
font-size: 38px;
line-height: 53px;  


color: #000000;
}
.sec-content{
    font-weight: 400;
font-size: 14px;
line-height: 25px;
margin-bottom: 0;
letter-spacing: 0.01em;
color: #7C7C7C;
}
.abt-box{
    padding: 20px;
    display: flex;
    justify-content: space-between;
border: 1px solid #ECECEC;
}
.home_exam{
    background-image: url(../images/bg/exm.png);
    background-size: cover;
    width: 100%;
    padding: 80px 10px;
    background-position: center center;
 
}
.home_exam img{
   
}
.home_exam .exam-content{
   /* position: absolute;
   top: 0; */
   height: 100%;
   width: 100%;
   display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.home_exam .exam-content h3{
    font-weight: 600;
font-size: 40px;
line-height: 60px;
color: #FFFFFF;

}
.home_exam .exam-content p{
    font-weight: 400;
font-size: 14px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
}
.home_exam .exam-content .exam-btn{
    background: #FFFFFF;
    border-radius: 6px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    /* identical to box height */
    
    padding: 10px 35px;
    color: #BC1C74;
}
.achiv_head {
text-align: center;
}

.bg-greys{
    background: #F8F8F8;
}

.team-name{
    margin-top: 20px;
}
.team-name h6{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}
.team-name p{
    margin-bottom: 0;
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 33px;
text-align: center;
color: #818181;
}
.team-btn{
    background: #F8F8F8;
border-radius: 3px;
border: 1px solid #9F1C74;
padding: 10px 35px;
color: #9F1C74;
}
.testimonial-section{
    background-image:url(../images/bg/testi.png);
    background-size: cover;
    width: 100%;
    position: relative;
    background-attachment: fixed;
}
.overlay-testi{
    background: linear-gradient(180deg, rgba(170, 28, 116, 0.91) 0%, rgba(173, 28, 116, 0.91) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    
}
.testihead{
    z-index: 1;
    text-align: center;
}
.testimonial-item .testim{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.tesi-img {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.4);;
}
.tesi-img img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testim-content{
    margin-top: 20px;
}
.testim-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}
.testi-auth{
  margin-top: 20px
}

.testi-auth h5{
    font-weight: 600;
font-size: 18px;
line-height: 28px;
margin-bottom: 0;
color: #FFFFFF;
}

.testi-auth p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.79);
}

.testimonial-five-wrap .slick-arrow.prev{
   left: 25px;
}
.testimonial-five-wrap .slick-arrow {
    z-index: 1;
    right: 25px;
    top: 45%;
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    width: 50px;
    height: 48px;
    background: rgba(0, 0, 0, 0.13);
    border: 1px solid #FFFFFF;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: white;
}
.blog-sec {
    position: relative;
}

.blog-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.26%, #000000 100%);
}
.blog-content{
    position: absolute;
    bottom: 0;
    padding: 0px 30px 40px;
}
.blog-content p{
    color: white;
    font-weight: 500;
font-size: 12px;
line-height: 20px;
}
.blog-content p i{
 margin-right: 10px;

}
.blog-content h6{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    margin-bottom: 30px;
    color: #FFFFFF;
    
}
.blog-content a{
    margin-top: 25px;
}
.more-btn{
   
    padding: 5px 30px;
    border: 1px solid #858585;
border-radius: 3px;
background-color: transparent;
color: white;
font-size: 12px;

}
.achive-card img{
    width: 100%;
}
.newsletter{
    background: #EEEEEE;
    border-radius: 6px;
    padding: 80px;
}
.news-head h5{
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #000000;
}
.news-form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.news-form form{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;

}
.news-form input{
    border: none;
    border-radius: 0;
}
.footer-sec{
    background-image: url(../images/bg/footerbg.png);
    padding: 50px 0 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer-widget P{
    font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;

}
.footer-widget .social{
    display: flex;
}
.footer-widget .social li{
    margin-right: 20px;
   
}

.footer-widget .social li i{
    border: 0.6px solid rgba(255, 255, 255, 0.43);
        padding: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: white;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-widget h3{
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    
    
    color: #FFFFFF;
    
}
.footer-widget .links li a{
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    /* identical to box height, or 200% */
    
    
    color: rgba(255, 255, 255, 0.79);
} 
.footer-widget .contact{
    display: flex;
    margin-bottom: 20px;
}
.footer-widget .contact .icon i{
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.footer-widget .contact .dtl{
    margin-left: 10px;
}
.footer-widget .contact .dtl p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;  
    margin: 0;
    color: rgba(255, 255, 255, 0.79);
}
.footer-widget .contact .dtl a{
    font-weight: 500;
font-size: 14px;
line-height: 20px;

color: #FFFFFF;
}
.copy-right {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
    font-size: 14px;
letter-spacing: 0.01em;


}
.copy-right a{
    color: #FFFFFF;
}
.abt1{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right:  1px solid #ECECEC;
    margin-right: 23px;
    padding-right: 20px;
}
.abt1 h2{
    font-weight: 500;
font-size: 46px;
line-height: 53px;
color: #BC1C74;
margin-right: 10px;
margin-bottom: 0;
}
.abt2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.abt1 p,.abt2  p{
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;

color: #747474;
    margin-bottom: 0;
}
.abt2 img{
    margin-right: 10px;
}
.about-box{
    margin: 20px 0;
}
.vertical-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .padding-80{
        padding: 40px 0;
    }
}

.course-sec{

}
.course-sec .card{

}
.course-sec .card .card-head img{
    width: 100%;
}

.course-sec .card .card-body{
    
}
.course-sec .card .card-body h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22 px;
    color: #000000; 
}
.course-sec .card .card-body p{
    font-weight: 400;
font-size: 12px;
line-height: 22px;
color: #6D6D6D;
margin: 0;
}
.fil-heads{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fil-heads .btn{
    background: #FFFFFF;
border-radius: 2px;
margin: 0px 4px;
}
.fil-heads .btn.active{
    color: white;
    background: linear-gradient(180deg, #C21C74 0%, #951C74 100%);
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.card-footer .time-crs{
  display: flex;
  align-items: center;
}
.card-footer .time-crs i{
    font-size: 14px;
}
.card-footer .time-crs p{
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 14px;
    line-height: 20px;
}
.crs-card .card-footer {
 display: flex;
 border-top: none;
 background-color: white;
 justify-content: space-between;
}
.crs-card .card-footer  .crs-btn{
    background: linear-gradient(180deg, #BF1C74 0%, #9A1C74 100%);
    border-radius: 3px;
    padding: 7px 17px;
    font-weight: 400;
font-size: 14px;
line-height: 23px;
/* identical to box height, or 192% */


color: #FFFFFF;

}
@media screen and (max-width:767px) {
    .ft2{
       border: none;
    }
    .ft2 .icn-bx{
        margin: 0;
    }
    .ftr-sec .feature-bx{
        margin-bottom: 20px;
    }
    .title-head{
        font-size: 25px;
        line-height: 33px;
    }
    .abt-box{
        flex-direction: column;
    width: 100%;
    }
    .abt1{
        border: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .fil-heads .btn{
        margin-bottom: 10px;
    }
    .crs-card .card-footer .crs-btn{
        padding: 7px 8px;
        font-size: 12px;
    }
    .home_exam .exam-content h3{
        font-size: 24px;
    line-height: 34px;
    }
    .team-name h6{
        line-height: 21px;
    }
    .team-name p{
        font-size: 15px;
        line-height: 28px;
    }
    .testimonial-five-wrap .slick-arrow{
        width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    top: 95%;
    }
    .blog-content h6{
        font-size: 16px;
    line-height: 19px;
    margin-bottom: 17px;
    }
    .more-btn{
        padding: 1px 30px;
    font-size: 12px;
    }
    .newsletter{
        padding: 15px;
    }
    .news-head h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        color: #000000;
    }
    .footer-widget{
        margin-top: 20px;
    }
    .news-form form{
        padding: 10px 5px;
    border-radius: 5px;
    flex-direction: column;
   
    }
    .news-form .form-group{
        margin-bottom: 20px;
    }
   
}


.page-banner {
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }
  @media only screen and (max-width: 991px) {
    .page-banner {
      min-height: 450px; } }
  @media only screen and (max-width: 767px) {
    .page-banner {
      min-height: 400px; } }
  .page-banner:before {
    background: #222f5a; }
  .page-banner .page-title {
    color: white;
    text-transform: capitalize; }
    @media only screen and (max-width: 991px) {
      .page-banner .page-title {
        font-size: 55px; } }
    @media only screen and (max-width: 767px) {
      .page-banner .page-title {
        font-size: 45px; } }
    @media only screen and (max-width: 375px) {
      .page-banner .page-title {
        font-size: 38px; } }
  .page-banner .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    text-transform: capitalize; }
    .page-banner .breadcrumb .breadcrumb-item {
      color: white;
      font-size: 18px;
      font-weight: 500; }
      .page-banner .breadcrumb .breadcrumb-item a {
        color: white; }
      .page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '-';
        color: white; }
        .bgs-cover {
  background-size: cover;
  background-position: center; } 
  

  .work-progress-three {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}

  .progress-item-two.style-two {
  border: none;
  padding: 0 15px 30px; }
  .progress-item-two.style-two .progress-step {
    left: 0;
    top: 55px;
    z-index: 1;
    color: #f7f7f7;
    font-weight: 400;
    position: relative; }
  /* .progress-item-two.style-two .icon {
    background: white;
    margin-bottom: 25px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .progress-item-two.style-two .icon i {
      color: #104cba; }
  .progress-item-two.style-two .learn-more,
  .progress-item-two.style-two .learn-more i {
    color: white; } */
  .progress-item-two.style-two p {
    opacity: 1;
color:whitesmoke }


.contact-info-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 55px 0 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 10px solid #f1f1f1; }
  
  .contact-info-item {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-right: 5px solid #f1f1f1; }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .contact-info-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .contact-info-item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 480px) {
      .contact-info-item {
        width: 100%;
        border-right: none; } }
    .contact-info-item:last-child {
      border-right: none; }
    @media only screen and (max-width: 991px) and (min-width: 768px) {
      .contact-info-item:nth-child(2) {
        border-right: none; } }
    @media only screen and (max-width: 767px) {
      .contact-info-item:nth-child(2) {
        border-right: none; } }
    .contact-info-item i {
      font-size: 40px;
      margin-bottom: 15px;
      display: inline-block;
      color: #f18312; }
    .contact-info-item p {
      color: #8a8a8a;
      font-size: 18px;
      font-weight: 500;
      /* max-width: 235px;
      margin-left: auto;
      margin-right: auto; */
     }
      .contact-info-item p a {
        color: #8a8a8a; }
  
  .contact-form-left {
    z-index: 1;
    position: relative;
    min-height: 400px; }
    .contact-form-left::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0;
      opacity: 0.6;
      background: linear-gradient(180deg, #C31C74 0%, #941C74 100%); }
    .contact-form-left h2 {
      width: 80%;
      left: 10%;
      color: white;
      bottom: 40px;
      font-size: 40px;
      padding-left: 30px;
      position: absolute;
      border-left: 5px solid white; }
      @media only screen and (max-width: 375px) {
        .contact-form-left h2 {
          font-size: 35px; } }
  
  .contact-page-map {
    margin-bottom: -10px; }
    @media only screen and (max-width: 1199px) {
      .contact-page-map iframe {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .contact-page-map iframe {
        height: 400px; } }
        .comments-wrap {
            max-width: 700px; }
          
          .comment-title {
            position: relative;
            font-size: 30px;
            font-weight: 500; }
            @media only screen and (max-width: 375px) {
              .comment-title {
                font-size: 25px; } }
            .comment-title:after {
              content: '';
              width: 45px;
              height: 2px;
              left: 0;
              position: absolute;
              top: calc(100% + 10px);
              background: linear-gradient(180deg, #C31C74 0%, #941C74 100%);}
            .comment-title:before {
              content: '';
              width: 5px;
              height: 2px;
              left: 10px;
              z-index: 1;
              background: white;
              position: absolute;
              top: calc(100% + 10px); }
          
          .comment-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 40px; }
            @media only screen and (max-width: 480px) {
              .comment-item {
                display: block; } }
            .comment-item .author-image {
              -webkit-box-flex: 0;
              -ms-flex: none;
              flex: none;
              margin: 5px 30px 20px 0; }
              .comment-item .author-image img {
                width: 100px;
                height: 100px;
                border-radius: 50%; }
            .comment-item .comment-details .name-date {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              .comment-item .comment-details .name-date h5 {
                font-weight: 500;
                margin-bottom: 5px; }
              .comment-item .comment-details .name-date .date {
                font-size: 14px;
                font-weight: 500;
                margin: 0 0 5px 25px;
                display: inline-block;
                color: #104cba; }
            .comment-item .comment-details p {
              margin-bottom: 5px; }
            .comment-item .comment-details .reply {
              font-size: 14px;
              font-weight: 500; }
            .comment-item.child-comment {
              margin-left: 55px; }
              @media only screen and (max-width: 375px) {
                .comment-item.child-comment {
                  margin-left: 25px; } }
        /* Comment Form */
.comment-form .form-group {
    position: relative; }
    .comment-form .form-group label {
      position: absolute;
      right: 15px;
      top: 12px;
      padding: 5px 10px;
      color: #dc1e13; }


      .banner-inner{
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
      .exm-banner{
        min-height: 300px;
      }
      .exm-banner .page-title{
  margin-top: 50px;
      }

    /* accordian */
    :root {
        --font-base: "Poppins", sans-serif;
        --color-accent: #6158de;
        --color-accent-x-light: #f8f8ff;
        --color-base: #222;
    }

    .wrapper {
      
        margin-inline: auto;
        
        display: flex;
        flex-direction: column;
      }
      
      .accordion {
        width: 100%;
      }
      .accordion__panel {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        overflow: hidden;
        transition: height 0.5s ease-in-out;
        margin-bottom: 20px;
      }
      .accordion__panel:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
      }
      .accordion__panel:not(:first-of-type) {
        border-top: 0;
      }
      .accordion__panel:last-of-type {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
      }
      .is-active .accordion__heading {
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
      }
      .accordion__btn {
        display: flex;
        align-items: center;
        padding: 1rem 1.25rem;
        width: 100%;
        font-weight: 600;
      }
      .is-active .accordion__btn {
        background-color: #b4b4b4;
        color: #b61c74;
        font-weight: 600;
      }
      .accordion__btn::after {
        content: "";
        flex-shrink: 0;
        width: 1.25rem;
        aspect-ratio: 1;
        margin-left: auto;
        background-color: #000;
        -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
                mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transition: transform 0.2s ease-in-out;
      }
      .is-active .accordion__btn::after {
        background-color: #bb1c74;
        transform: rotate(180deg);
      }
      .accordion__content {
        display: none;
        margin-top: -1px;
        transition: height 0.35s ease-in-out;
        overflow: hidden;
      }
      .is-active .accordion__content {
        display: block;
      }
      .accordion__inner {
        padding: 1rem 1.25rem;
      }
      
      .src {
        font-size: 0.85rem;
        margin-top: 2rem;
      }
      .accordion__btn span{
        margin-right: 10px;
      }
      .qstn{
        margin: 0;
        padding: 20px;
      }
      .exm-leve{
        width: 100%;
        height: 70px;
        background: #817f7d;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
        color: white;
      }
      .exm-leve.active{
        background-color: #a51c74;
      }


      .exm-leve:after{
    position: absolute;
    content: " ";
    width: 70px;
    height: 100;
      }

.gallery-item{
    height: 100%;
}
 .gallery img{
    cursor: pointer;
    height: 100%;
    object-fit: cover;
   }
   
   #lightbox{
    position: fixed;
    display: none;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
   }
   
   #lightbox.active{
    display: flex;
    justify-content: center;
    align-items: center;
   }
   
   #lightbox img{
    height: 90%;
      width: 90%;
      object-fit: contain;
   }
   @media screen and (max-width:565px) {
    .gallery img{
      height: 100%;
    }
   }
  
  
  .sticky-whatsapp{
    position: fixed;
    background-color: #28a745;
    width: 65px;
    height: 65px;
    bottom: 10px;
        right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    border-radius: 50%;
  
  }
  .sticky-whatsapp i{
    color: white;
  }
  .gallery-slider-wrap .slick-slide img{
    height: 210px;
    object-fit: cover;
    width: 100%;
  }

.career-sec{
    padding: 25px 20px;
    background: linear-gradient(180deg, #C31C74 0%, #941C74 100%);
    color: white;
    border-radius: 10px;
    }
.career-sec h2{
    color: white;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}
.career-sec p{
    color: white;
    margin-bottom: 5px;
    font-size: 16px;
}   
.job-apply{
    display: flex;
    justify-content: center;
    align-items: center;
} 
.job-apply a{
    padding: 10px 35px;
    background-color: white;
    color: red;
    border-radius: 0;
}
.career-sec{
    margin:  0;
    height: 100%;
}
.btn-close{
    background: transparent;
}
@media screen and (max-width:991px) {
    .career-sec{
        margin:  0;
        height: 100%;
    }
}
@media screen and (max-width:767px) {
    .career-sec{
        margin:  0;
        height: 100%;
    }
    .app-btn{
        margin-top: 10px;
    }
    .job-name,.job-quali,.job-quali{
        margin-bottom: 20px;
    }
}

.branch {
    padding: 20px;
    background: aliceblue;
    font-weight: 500;
    font-size: 16px;
}
.restart{
       background: #9e1d75;
    padding: 5px 20px;
    border-radius: 5px;
    color: white;
}




