.bg-fix {

    background-attachment: fixed;

    background-size: cover;

}

.body {
    font-family: rubik !important;

}

.sticky-top {

    top: 100px;

}



.header {

    position: relative;

    z-index: 100;

}



.header ul,

.header ol {

    margin-bottom: 0;



}



/*without top bar*/

.secondary-menu {

    float: right;

    padding: 10px 0;

    position: relative;

    z-index: 9;

}



.secondary-menu .btn-link {

    font-size: 15px;

    padding: 0;

}



.secondary-menu .btn-link:hover {

    color: var(--primary);

}



.secondary-menu .secondary-inner {

    display: inline-block;

    margin-left: 10px;

}



.nav-search-bar {

    background-color: rgba(255, 255, 255, 0.95);

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: 999;

    display: none;

    overflow: hidden;

    padding: 0 15px;

}



.nav-search-bar.On form {

    transition: all 0.5s ease 0.5s;

    -moz-transition: all 0.5s ease 0.5s;

    -webkit-transition: all 0.5s ease 0.5s;

    opacity: 1;

}



.nav-search-bar form {

    width: 100%;

    max-width: 700px;

    margin: auto;

    position: relative;

    top: 50%;

    transition: all 0.5s;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -moz-transform: translate(0px, -50%);

    -moz-transform: translate(0px, -50%);

    -o-transform: translate(0px, -50%);

    -webkit-transform: translate(0px, -50%);

    opacity: 0;

}



.nav-search-bar .form-control {

    padding: 15px 60px 15px 15px;

    width: 100%;

    height: 70px;

    border: none;

    background: none;

    color: #000;

    font-size: 20px;

    border-bottom: 2px solid #000;

}



.nav-search-bar .form-control::-moz-placeholder {

    color: #000;

}



.nav-search-bar .form-control:-moz-placeholder {

    color: #000;

}



.nav-search-bar .form-control:-ms-input-placeholder {

    color: #000;

}



.nav-search-bar .form-control::-webkit-input-placeholder {

    color: #000;

}



.nav-search-bar form span {

    position: absolute;

    right: 15px;

    top: 50%;

    margin: -15px 0;

    height: 25px;

    font-size: 20px;

    cursor: pointer;

    color: #000;

}



.nav-search-bar>span {

    position: absolute;

    right: 15px;

    top: 15px;

    height: 25px;

    font-size: 20px;

    cursor: pointer;

    color: #000;

}



.header-lang-bx .dropdown-menu {

    top: 10px !important;

    right: 0;

    left: auto !important;

}



.header-lang-bx ul li {

    margin: 0 !important;

}



.header-lang-bx .flag:after {

    content: "";

    width: 20px;

    height: 12px;

    display: inline-block;

    background-size: cover;

    background-position: center;

    margin-top: 0px;

    margin-right: 2px;

}



.header-lang-bx .flag.flag-uk:after {

    background-image: url(../images/flag/united-kingdom.svg);

}



.header-lang-bx .flag.flag-us:after {

    background-image: url(../images/flag/united-states-of-america.svg);

}



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

    .secondary-menu {

        margin-right: 5px;

    }

}



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

    .secondary-menu {

        margin: 0 1px 0 0;

        text-align: right;

    }

}



/*=================================

	2. HEADER TOPBAR

=================================*/

.top-bar {

    background-color: #ffffff;

    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    color: #000;

    padding: 5px 0;

    align-items: center;

}



.topbar-left {

    float: left;

}



.topbar-right {

    float: right;

}



.topbar-center,

.topbar-left,

.topbar-right {

    padding-left: 15px;

    padding-right: 15px;

}



.topbar-left ul li,

.topbar-right ul li {

    display: inline-block;

    position: relative;

}



.topbar-left ul li a,

.topbar-right ul li a {

    color: #000;



}



.topbar-left ul,

.topbar-right ul {

    margin: 0;

    padding: 0;

    list-style: none;

    font-family: rubik !important;

    font-size: 16px;

    display: flex;

}



.topbar-left ul li {

    padding-right: 10px;

    margin-right: 10px;

}



.topbar-right ul li {

    background: linear-gradient(145deg, #F4364F, #28176a);

    background-size: 400% 400%;

    animation: gradientBG 4s ease infinite;

    padding: 5px 10px;

    border-radius: 10px;

}

@keyframes gradientBG {

    0% {

        background-position: 0% 50%;

    }

    50% {

        background-position: 100% 50%;

    }

    100% {

        background-position: 0% 50%;

    }

}

.topbar-left ul li i {

    margin-right: 5px;

    color: #fff;

}



.search-btn:after,

.topbar-left ul li:after,

.topbar-right ul li:after {

    position: absolute;

    width: 1px;

    height: 20px;

    background-color: #000;

    right: 0;

    content: "";

    top: 2px;

    opacity: 0.1;

}



.topbar-right ul li:after {

    right: auto;

    left: 0;

}



.topbar-right ul li:first-child:after,

.topbar-left ul li:last-child:after {

    content: none;

}



.header-lang-bx .btn:focus,

.header-lang-bx .btn:hover,

.header-lang-bx .btn {

    border: 0 !important;

}



.header-lang-bx .btn {

    padding: 0 10px 0px 0 !important;

    height: 18px;

    color: #000;

    font-family: rubik !important;

    font-size: 14px;

}



.header-lang-bx .btn:hover {

    color: #000;

}



.header-lang-bx.bootstrap-select.btn-group .dropdown-toggle .caret {

    right: 0;

    top: 5px;

}



.header-lang-bx .btn .fa-caret-down:before {

    content: "\f107";

}



.header .topbar-middle .logo-main {

    display: flex;

    justify-content: start;

    align-items: center;

}



.header .topbar-middle .logo-main img {

    height: 79px;
    width: 420px;
    border-radius: 10px;

}



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

    .topbar-right {

        padding-left: 0;

        padding-right: 15px;

    }



    .topbar-left {

        padding-left: 15px;

        padding-right: 0;

    }

}



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

    .top-bar [class*="col-"] {

        width: 100%;

        text-align: right;

        /* padding: 10px 15px; */

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    }



    .top-bar [class*="col-"]:last-child {

        border-bottom: none;

    }



    .top-bar {

        padding: 5px 0;

    }



    .top-bar .topbar-left ul {

        display: flex;

        flex-direction: column;

        justify-content: center;

    }



    .header-transparent .topbar-left ul li a,

    .header-transparent .topbar-right ul li a {

        color: #fff;

        display: flex;

        align-items: center;

        justify-content: center;

    }



    .topbar-center,

    .topbar-left,

    .topbar-right {

        display: black;

        width: 100%;

        text-align: center;

        padding: 3px 15px;

        padding-left: 15px;

        padding-right: 15px;

    }



    .topbar-left,

    .topbar-right {

        display: none;

    }



    .topbar-left ul li {

        padding: 0 5px;

    }

}



/*=================================

	3. HEADER LOGO

=================================*/

.menu-logo {

    display: table;

    float: left;

    vertical-align: middle;

    /* padding: 0; */

    color: #EFBB20;

    margin-top: 0;

    margin-bottom: 0;

    margin-left: 0;

    margin-right: 0;

    width: 97px;

    height: 49px;

    position: relative;

    z-index: 9;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;

    padding-right: 12px;

}



.menu-logo>a {

    display: table-cell;

    vertical-align: middle;

}



.menu-logo img {

    max-height: 60px;

    width: auto;

    max-width: 140px;



}



.menu-logo span {

    font-size: 20px;

    color: #EFBB20;

    letter-spacing: 20px;

}



.is-fixed .menu-logo {

    height: 70px;

    width: 140px;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

}



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



    .menu-logo,

    .is-fixed .menu-logo {

        width: 100px;

        max-width: 100px;

        height: 50px;

    }



    .menu-logo img {

        max-width: 100px;

    }



    .is-fixed .menu-logo a img {

        vertical-align: sub;

    }



    .header .navbar-toggler,

    .header .is-fixed .navbar-toggler {

        margin: 9px 0 14px 15px;

    }

    .header-transparent .menu-bar {
        background-color: #D9241C;
        height: 37px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .secondary-menu .btn-link {

        position: absolute;
        top: -22px;
        left: -7px;
    }

    .header .secondary-menu,

    .header .is-fixed .secondary-menu {

        padding: 11px 0;

    }

}



/*=================================

	4. MENU BAR

=================================*/

.menu-bar {

    background: #FFFFFF;

    width: 100%;

    position: relative;

}



.navbar-toggler {

    border: 0 solid #efbb20;

    font-size: 16px;

    line-height: 24px;

    margin: 32px 0 30px 15px;

    padding: 0;

    float: right;

}



.navbar-toggler span {

    background: #000;

}



.is-fixed .navbar-toggler {

    margin: 28px 0 20px 15px;

}



.menu-links {

    position: relative;

    padding: 0;

}



.menu-links .nav {

    float: right;

}



.menu-links .nav i {

    font-size: 9px;

    margin-left: 3px;

    margin-top: -3px;

    vertical-align: middle;

}



.menu-links .nav>li {

    margin: 0px;

    font-weight: 400;

    text-transform: uppercase;

    position: relative;

    font-family: Rubik !important;

}



.menu-links .nav>li>a {

    border-radius: 0px;

    color: #000;

    font-size: 12px;

    padding: 12px 3px;

    cursor: pointer;

    font-weight: 400;

    display: inline-block;

}



.menu-links .nav>li>a:hover {

    background-color: transparent;

    color: #efbb20;

}



.menu-links .nav>li>a:active,

.menu-links .nav>li>a:focus {

    background-color: transparent;

}



.menu-links .nav>li.active>a,

.menu-links .nav>li.current-menu-item>a {

    background-color: transparent;

    color: #EFBB20;

}



.menu-links .nav>li:hover>a {

    color: #EFBB20;

}



.menu-links .nav>li:hover>a:after {

    content: "";

    width: 10px;

    height: 10px;

    background: #fff;

    top: 85%;

    position: absolute;

    left: 30px;

    transform: rotate(45deg);

    z-index: 11;

}



.menu-links .nav>li:hover>.sub-menu,

.menu-links .nav>li:hover>.mega-menu {

    opacity: 1;

    visibility: visible;

    margin-top: 0;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



.menu-links .nav>li>.sub-menu,

.menu-links .nav>li>.mega-menu {

    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);

}



.menu-links .nav>li .sub-menu {

    background-color: #ffffff;

    border: 1px solid #f4f4f4;

    display: block;

    left: 0;

    list-style: none;

    opacity: 0;

    padding: 10px 0;

    position: absolute;

    visibility: hidden;

    width: 280px;

    z-index: 10;

    border-radius: 6px;

    top: 90%;

}



.menu-links .nav>li .sub-menu li {

    border-bottom: 1px dashed #e4e4e4;

    position: relative;

}



.menu-links .nav>li .sub-menu li a {

    color: #303030;

    display: block;

    font-size: 14px;

    padding: 4px 13px;

    text-transform: capitalize;

    transition: all 0.15s linear;

    -webkit-transition: all 0.15s linear;

    -moz-transition: all 0.15s linear;

    -o-transition: all 0.15s linear;

    font-weight: 400;

    font-family: Rubik !important;

}



.menu-links .nav>li .sub-menu li a:hover {

    background-color: #F2F2F2;

    color: #EFBB20;

    text-decoration: none;

}



.menu-links .nav>li .sub-menu li:hover>a {

    color: #EFBB20;

}



.menu-links .nav>li .sub-menu li:last-child {

    border-bottom: 0px;

}



.menu-links .nav>li .sub-menu li>.sub-menu.left,

.menu-links .nav>li .sub-menu li:hover .sub-menu.left {

    left: auto;

    right: 220px;

}



.menu-links .nav>li .sub-menu li .fa {

    color: inherit;

    display: block;

    float: right;

    font-size: 15px;

    position: absolute;

    right: 15px;

    top: 12px;

    opacity: 1;

}



.menu-links .nav>li .sub-menu li .fa.fa-nav {

    color: inherit;

    display: inline-block;

    float: none;

    font-size: 13px;

    margin-right: 5px;

    opacity: 1;

    position: unset;

    right: 10px;

    top: 12px;

}



.menu-links .nav>li .sub-menu li>.sub-menu {

    left: 220px;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}



.menu-links .nav>li .sub-menu li:hover>.sub-menu {

    left: 220px;

    margin: 0px;

    opacity: 1;

    top: -1px;

    visibility: visible;

}



.menu-links .nav>li .sub-menu li:hover>.sub-menu:before {

    background-color: transparent;

    bottom: 0px;

    content: '';

    display: block;

    height: 100%;

    left: -6px;

    position: absolute;

    top: 0px;

    width: 6px;

}



/*=================================

	5. MEGA MENU

=================================*/

.menu-links .nav>li.has-mega-menu {

    position: inherit;

}



.menu-links .nav>li .mega-menu {

    background-color: #ffffff;

    border: 1px solid #f8f8f8;

    display: table;

    left: 0px;

    list-style: none;

    opacity: 0;

    position: absolute;

    right: 0px;

    visibility: hidden;

    width: 100%;

    font-family: Montserrat;

    margin-top: 20px;

    z-index: 9;

}



.menu-links .nav>li .mega-menu>li {

    display: table-cell;

    padding: 30px 0 25px;

    position: relative;

    vertical-align: top;

    width: 25%;

}



.menu-links .nav>li .mega-menu>li:after {

    content: "";

    background-color: rgba(0, 0, 0, 0.02);

    position: absolute;

    right: 0px;

    top: 0px;

    display: block;

    width: 1px;

    height: 100%;

}



.menu-links .nav>li .mega-menu>li:last-child:after {

    display: none;

}



.menu-links .nav>li .mega-menu>li>a {

    color: #000;

    display: block;

    font-size: 14px;

    padding: 0 20px;

    font-size: 13px;

    font-weight: 600;

}



.menu-links .nav>li .mega-menu>li ul {

    list-style: none;

    margin: 10px 0px 0px 0px;

    padding: 0px;

    width: 100%;

}



.menu-links .nav>li .mega-menu>li ul a {

    color: #505050;

    display: block;

    font-size: 13px;

    line-height: 34px;

    text-transform: capitalize;

    padding: 0 20px;

    font-weight: 500;

}



.menu-links .nav>li .mega-menu>li ul a:hover {

    color: #EFBB20;

}



.menu-links .nav .mega-menu a i {

    font-size: 14px;

    margin-right: 5px;

    text-align: center;

    width: 15px;

}



.menu-links .nav>li.menu-item-has-children:before {

    content: "\f078";

    display: block;

    font-family: "FontAwesome";

    right: 4px;

    position: absolute;

    top: 50%;

    color: #999;

    margin-top: -8px;

    font-size: 8px;

}



/* Menu */

.menu-links .nav>li.add-mega-menu .mega-menu,

.has-mega-menu.add-mega-menu .mega-menu {

    display: block;

    padding: 20px;

    width: 1170px;

    max-width: 1170px;

    margin: auto;

}



.menu-links .nav>li .add-menu {

    display: flex;

    width: 420px;

}



.add-menu-left {

    width: 100%;

    padding-left: 20px;

    border-bottom: 0 !important;

}



.add-menu-right {

    min-width: 240px;

    width: 240px;

    padding: 10px 20px;

}



.menu-links .nav>li.has-mega-menu.demos .mega-menu {

    left: auto;

    right: auto;

    max-width: 600px;

    z-index: 9;

}



.menu-links .nav .add-menu-left ul li {

    list-style: none;

}



.menu-links .nav .add-menu-left ul li a {

    padding: 8px 0px;

}



.menu-links .nav .add-menu-left ul li a:hover {

    background-color: rgba(0, 0, 0, 0);

}



.menu-adv-title {

    font-size: 16px;

    text-transform: capitalize;

    margin-top: 15px;

    margin-bottom: 15px;

    padding-bottom: 10px;

    position: relative;

}



.menu-adv-title:after {

    content: "";

    width: 25px;

    height: 2px;

    display: block;

    background: #000;

    position: absolute;

    bottom: 0;

    left: 0;

}



.menu-links .menu-logo,

.menu-links .nav-social-link {

    display: none;

}



/* Header Extra Nav */

.secondary-inner ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.secondary-inner ul li {

    display: inline-block;

    position: relative;

}



.secondary-inner ul li a {

    color: #000;

}



.search-btn {

    padding-left: 10px;

    margin-left: 10px;

}



.search-btn:after {

    left: 0;

    right: auto;

    top: 5px;

}



.search-btn .btn-link i {

    margin-left: 5px;

}



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

    .add-menu-left ul {

        display: block !important;

    }



    .menu-links .menu-logo,

    .menu-links .nav-social-link {

        display: block;

    }



    .menu-links .nav-social-link {

        margin-top: auto;

        text-align: center;

        width: 100%;

        padding: 10px 0;

        background: #fff;

    }



    .menu-links .nav-social-link a {

        color: #000;

        padding: 5px 10px;

    }



    .menu-links .nav>li.has-mega-menu.demos .mega-menu {

        max-width: 100%;

    }



    .menu-links .nav>li .mega-menu {

        border: 0;

    }



    .menu-links .nav>li .mega-menu>li {

        padding: 10px 0;

    }



    .menu-links .nav>li .sub-menu,

    .menu-links .nav>li .mega-menu {

        border-radius: 0;

        border-width: 1px 0 1px 0;

    }



    .menu-links .nav i {

        margin-top: 6px;

        float: right;

    }



    .menu-links {

        clear: both;

        margin: 0 -15px;

        border-bottom: 1px solid #E9E9E9;

    }



    .menu-links .nav {

        float: none;

        background: #fff;

        width: 100%;
        height: 100%;
        display: block;

        margin-bottom: auto;

    }



    .menu-links .nav li {

        float: none;

        display: block;

        width: 100%;

    }



    .menu-links .nav>li .sub-menu>li,

    .menu-links .nav>li .mega-menu>li {

        float: none;

        display: block;

        width: auto;

    }



    .menu-links .nav>li>a {

        padding: 10px 15px;

        border-top: 1px dashed #E9E9E9;

        display: block;

    }



    .menu-links .nav>li>a:hover,

    .menu-links .nav>li>a:active,

    .menu-links .nav>li>a:focus {

        background-color: #f0f0f0;

        text-decoration: none;

    }



    .menu-links .nav>li .mega-menu>li:after {

        display: none;

    }



    .menu-links .nav>li ul,

    .menu-links .nav>li .sub-menu,

    .menu-links .nav>li .mega-menu {

        display: none;

        position: static;

        visibility: visible;

        width: auto;

        background: transparent;

    }



    .menu-links .nav>li ul.mega-menu ul {

        display: none;

    }



    .menu-links .nav>li:hover>ul,

    .menu-links .nav>li:hover .sub-menu,

    .menu-links .nav>li:hover .mega-menu,

    .menu-links .nav>li .sub-menu li>.sub-menu {

        opacity: 1;

        visibility: visible;

        display: block;

        margin: 0;

    }



    .menu-links .nav>li ul.mega-menu li:hover ul {

        display: block;

    }



    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,

    .nav.navbar-nav li a i.fa-chevron-down:before {

        content: "\f078";

    }



    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,

    .nav.navbar-nav li.open a i.fa-chevron-down:before {

        content: "\f054";

    }



    .menu-links .nav>li .sub-menu li i.fa-angle-right:before {

        content: "\f078";

        font-size: 10px;

        position: absolute;

        z-index: 2;

        color: #000;

        right: 20px;

        top: -5px;

    }



    .menu-links .nav>li .sub-menu li.open i.fa-angle-right:before {

        content: "\f054";

    }



    .menu-links .nav>li .sub-menu .sub-menu,

    .menu-links .nav>li:hover .sub-menu .sub-menu,

    .menu-links .nav>li:hover .sub-menu,

    .menu-links .nav>li:hover .mega-menu {

        display: none;

        opacity: 1;

        margin-top: 0;

    }



    .menu-links .nav li .sub-menu .sub-menu {

        display: none;

        opacity: 1;

        margin-top: 0;

    }



    .menu-links .nav>li.open>.sub-menu .sub-menu {

        display: none;

    }



    .menu-links .nav>li.open>.sub-menu li.open .sub-menu,

    .menu-links .nav>li.open>.mega-menu,

    .menu-links .nav>li.open>.sub-menu,

    .menu-links .nav>li ul.mega-menu ul {

        display: block;

        opacity: 1;

        margin-top: 0;

        box-shadow: none;

    }



    .menu-links .nav>li:hover>a:after {

        content: none;

    }



    .menu-links .nav>li .sub-menu li .fa {

        top: 50%;

        transform: translateY(-50%);

        -webkit-transform: translateY(-50%);

        -o-transform: translateY(-50%);

        -moz-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

        margin: 0;

        right: -1px;

        color: #000;

    }



    .menu-links .nav>li .mega-menu>li {

        padding: 0;

    }



    .menu-links .nav>li .mega-menu>li>a {

        display: none;

    }



    .menu-links .nav .mega-menu a i {

        display: inline-block;

        float: none;

        margin-top: 0;

    }



    .menu-links .nav .open>a,

    .menu-links .nav .open>a:focus,

    .menu-links .nav .open>a:hover {

        background-color: inherit;

        border-color: #e9e9e9;

    }

}



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

    .rs-nav .menu-links.nav-dark {

        background-color: #202020;

    }



    .rs-nav .menu-links {

        position: fixed;

        width: 60px;

        left: -280px;

        height: 100vh !important;

        transition: all 0.5s;

        -webkit-transition: all 0.5s;

        -moz-transition: all 0.5s;

        -o-transition: all 0.5s;

        top: 0;

        background-color: #fff;

        margin: 0;

        z-index: 99;

        overflow-y: scroll;

        display: flex;

        flex-direction: column;

    }



    .rs-nav .menu-links li.open a {

        position: relative;

    }



    .navbar-nav {

        height: auto;

    }



    .rs-nav .menu-links.show {

        left: -1px;

        transition: all 0.8s;

        -webkit-transition: all 0.8s;

        -moz-transition: all 0.8s;

        -o-transition: all 0.8s;

        margin: 0;

        width: 100%;

        width: 300px;

        padding: 15px 15px 5px 15px;

    }



    .rs-nav .is-fixed .menu-links .nav {

        height: auto;

    }



    .rs-nav .navbar-toggler.open:after {

        background-color: rgba(0, 0, 0, 0.6);

        content: "";

        height: 100%;

        left: 0;

        position: fixed;

        right: 0px;

        top: -20px;

        transform: scale(100);

        -o-transform: scale(100);

        -moz-transform: scale(100);

        -webkit-transform: scale(100);

        width: 100%;

        z-index: -1;

        transition: all 0.5s;

        transform-origin: top right;

        margin: 0 0px 0px 10px;

        box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.6);

    }



    .rs-nav .menu-links .menu-logo {

        display: block;

        float: none;

        height: auto;

        max-width: 100%;

        padding: 20px 15px;

        width: 100%;

        text-align: center;

    }



    .rs-nav .menu-links .menu-logo img {

        max-width: unset;

        width: 130px;

        vertical-align: middle;

    }



    .rs-nav .menu-links .menu-logo a {

        display: inline-block;

    }



    .rs-nav .navbar-toggler.open span {

        background: #fff;

    }

}



.sticky-no .menu-bar {

    position: static !important;

}



.is-fixed .menu-bar {

    position: fixed;

    top: 00px;

    left: 0;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

}



.is-fixed .menu-links .nav>li>a {

    padding: 3px;

}



.is-fixed .secondary-menu {

    padding: 4px 0;

}



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

    .is-fixed .menu-links .nav>li>a {

        padding: 10px 15px;

    }

}



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

    .is-fixed .menu-links .nav {

        height: 225px;

    }



    .is-fixed .menu-links .nav>li>a {

        padding: 10px 15px;

    }

}



/*=================================

	6. HEADER TRANSPARENT

=================================*/

.header-transparent {

    position: absolute;

    width: 100%;

}



.header-transparent .menu-bar {

    background-color: #D9241C;

    border-bottom: 1px solid rgba(255, 255, 255, 0.05);

}



.header-transparent .menu-links .nav>li>a {

    color: #fff;

}



.header-transparent .menu-links .nav>li>a,

.header-transparent .secondary-menu .btn-link,

.header-transparent .navbar-toggler {

    color: #fff;

}



.header-transparent .secondary-menu .btn-link:hover {

    color: var(--primary);

}



.header-transparent .navbar-toggler span {

    background-color: #fff;

}



.header-transparent .is-fixed .menu-bar {

    position: fixed;

    background-color: rgba(0, 0, 0, 0.9);

    height: 50px;

}



.header-transparent .is-fixed .navbar-nav {

    margin-top: 8px;

}



.header-transparent .top-bar {

    background-color: #291670;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    color: #fff;

}



.header-transparent .search-btn:after,

.header-transparent .topbar-left ul li:after,

.header-transparent .topbar-right ul li:after {

    background-color: #fff;

}



.fullwidth .container-fluid {

    padding-left: 30px;

    padding-right: 30px;

}



.onepage .navbar {

    margin-bottom: 0;

    border: 0;

}



.header-transparent .header-lang-bx .btn {

    background-color: transparent !important;

    color: #fff;

}



.header-transparent .topbar-right .header-lang-bx ul li a {

    color: #000;

}



.header-transparent .topbar-left ul li a,

.header-transparent .topbar-right ul li a {

    color: #fff;

    display: flex;

    align-items: center;

}



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

    .header-transparent .menu-links .nav>li>a {

        color: #000;

    }



    .header-transparent .menu-links.nav-dark .nav>li>a {

        color: #fff;

    }

}



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

    .fullwidth .container-fluid {

        padding-left: 15px;

        padding-right: 15px;

    }

}



/*=================================

	7. MENU ICON

=================================*/

.menuicon {

    width: 20px;

    height: 14px;

    position: relative;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .5s ease-in-out;

    -moz-transition: .5s ease-in-out;

    -o-transition: .5s ease-in-out;

    transition: .5s ease-in-out;

    cursor: pointer;

}



.menuicon span {

    display: block;

    position: absolute;

    height: 2px;

    width: 100%;

    border-radius: 1px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: .25s ease-in-out;

    -moz-transition: .25s ease-in-out;

    -o-transition: .25s ease-in-out;

    transition: .25s ease-in-out;

}



.menuicon span:nth-child(1) {

    top: 0px;

}



.menuicon span:nth-child(2) {

    top: 50%;

    transform: translateY(-50%)
}



.menuicon span:nth-child(3) {

    bottom: 0;

}



.menuicon.open span:nth-child(1) {

    top: 7px;

    -webkit-transform: rotate(135deg);

    -moz-transform: rotate(135deg);

    -o-transform: rotate(135deg);

    transform: rotate(135deg);

}



.menuicon.open span:nth-child(2) {

    opacity: 0;

    left: -60px;

}



.menuicon.open span:nth-child(3) {

    top: 7px;

    -webkit-transform: rotate(-135deg);

    -moz-transform: rotate(-135deg);

    -o-transform: rotate(-135deg);

    transform: rotate(-135deg);

}



/*========================

	12. FOOTER

=========================*/

footer h1,

footer h2,

footer h3,

footer h4,

footer h5,

footer h6,

footer h1 a,

footer h2 a,

footer h3 a,

footer h4 a,

footer h5 a,

footer h6 a {

    color: #b0b0b0;

}



footer p,

footer strong,

footer b,

footer {

    color: #b0b0b0;

}



footer h1 a,

footer h2 a,

footer h3 a,

footer h4 a,

footer h5 a,

footer h6 a,

footer p a {

    color: #b0b0b0;

}



footer .btn-link,

footer a,

footer p a {

    color: #b0b0b0;

}



footer a:active,

footer a:focus,

footer a:hover {

    color: #b0b0b0;

}



/* widget color */

footer .widget_categories ul li a,

footer .widget_archive ul li a,

footer .widget_meta ul li a,

footer .widget_pages ul li a,

footer .widget_recent_comments ul li a,

footer .widget_nav_menu li a,

footer .widget_recent_entries ul li a,

footer .widget_services ul li a {

    color: #b0b0b0;

}



footer.text-white .widget_categories ul li a,

footer.text-white .widget_archive ul li a,

footer.text-white .widget_meta ul li a,

footer.text-white .widget_pages ul li a,

footer.text-white .widget_recent_comments ul li a,

footer.text-white .widget_nav_menu li a,

footer.text-white .widget_recent_entries ul li a,

footer.text-white .widget_services ul li a,

footer.text-white a,

footer.text-white .footer-bottom,

footer.text-white p,

footer.text-white strong,

footer.text-white b,

footer.text-white .widget .post-title,

footer.text-white .widget-about .ttr-title,

footer.text-white {

    color: #fff;

}



footer p {

    margin-bottom: 10px;

}



footer p,

footer li {

    font-size: 15px;

    line-height: 22px;

}



footer#footer {

    background-position: center;

    background-size: cover;

}



footer p {

    line-height: 24px;

    margin-bottom: 10px;

    color: #fff;

}



footer .widget ul {

    list-style: none;

    margin-top: 5px;

}



/*widget li in footer*/

footer .widget_categories ul li,

footer .widget_archive ul li,

footer .widget_meta ul li,

footer .widget_pages ul li,

footer .widget_recent_comments ul li,

footer .widget_nav_menu li,

footer .widget_recent_entries ul li,

footer .widget_services ul li {

    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);

}



footer .widget_services ul li {

    transition: all 1s;

    -ms-transition: all 1s;

    -o-transition: all 1s;

    -moz-transition: all 1s;

    -webkit-transition: all 1s;

    padding: 10px 0px 10px 15px;

}



footer .widget_services ul li:hover {

    transform: translateX(10px);

    -moz-transform: translateX(10px);

    -webkit-transform: translateX(10px);

    -o-transform: translateX(10px);

    -ms-transform: translateX(10px);

}



.footer-top {

    background: #303030;

    background-size: cover;

    background-position: center;

    padding: 0 0 20px;

    font-family: rubik !important;

}



.footer-bottom {

    background-color: #303030;

    padding: 25px 0;

    color: #b0b0b0;

    border-top: 1px solid rgba(255, 255, 255, 0.05);

    font-family: rubik !important;

}



.footer-bottom ul {

    margin: 0;

}



.footer-title {

    margin-bottom: 25px;

    color: #fff;

    font-weight: 500;

    text-transform: capitalize;

    padding-bottom: 15px;

    font-size: 16px;

    position: relative;

}



.footer-title:after {

    width: 50px;

    background: #fff;

    opacity: 0.2;

    height: 1px;

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

}



.footer_widget ul li a {

    padding: 5px 0;

    display: block;

    font-weight: 400;

    transition: 0.4s all;

}



.footer_widget ul li a:hover {

    color: #fff;

    letter-spacing: 0.4px;

}

/* scroll top btn css */

button.back-to-top {

    border-radius: 4px;

    border-style: solid;

    border-width: 0;

    bottom: 15px;

    box-shadow: 2px 2px 12px -5px #000000;

    color: #fff;

    cursor: pointer;

    display: none;

    height: 40px;

    line-height: 26px;

    margin: 0;

    position: fixed;

    right: 15px;

    text-align: center;

    width: 40px;

    z-index: 999;

}



/* Footer Extra */

.pt-exebar {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    margin-bottom: 50px;

}



.pt-social-link {

    border-left: 1px solid rgba(255, 255, 255, 0.1);

    padding: 0 20px;

}



.pt-social-link ul {

    margin: 0;

    list-style: none;

}



.pt-social-link ul li {

    display: inline-block;

}



.pt-btn-join {

    border-left: 1px solid rgba(255, 255, 255, 0.1);

    padding: 0 0 0 20px;

}



.pt-logo {

    padding: 20px 0;

}



.pt-social-link,

.pt-btn-join,

.pt-logo {

    display: flex;

    align-items: center;
    

}



.pt-logo img {

    height: 50px;
    border-radius: 10px;

}



/*==== LOADING ====*/

#loading-icon-bx {

    width: 100%;

    height: 100%;

    background-color: #fff;

    position: fixed;

    left: 0;

    top: 0;

    opacity: 1;

    z-index: 999999999;

    background-image: url(../images/loading.gif);

    background-repeat: no-repeat;

    background-size: 60px;

    background-position: center;

}



/* About Section */

.service-info-bx {

    margin-top: 75px;

}



.service-bx {

    box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.25);

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    position: relative;

    background-color: #fff;

}



.service-bx [class*="feature-"] {

    box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.15);

    margin-top: 10px;

    position: relative;

    /* top: -40px; */

    /* margin-bottom: -20px; */

}



.service-bx .info-bx {

    padding: 10px;

}



.service-bx:hover {

    transform: translateY(-15px);

    -moz-transform: translateY(-15px);

    -webkit-transform: translateY(-15px);

    -ms-transform: translateY(-15px);

    -o-transform: translateY(-15px);

}



.cours-bx .info-bx {

    padding: 15px;

    font-size: 13px;

}



.cours-bx .info-bx span {

    background-color: #D9241C;

    color: #fff;

    display: block;

    border-radius: 30px;

    padding: 5px;

}



.cours-bx .action-box .btn {

    border-radius: 0;

    position: absolute;

    bottom: 0;

    left: -50%;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    -webkit-transition: all 0.5s;

}



.cours-bx:hover .action-box .btn {

    left: 0;

}



.cours-bx {

    box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.25);

    border-radius: 4px;

    overflow: hidden;

}



.cours-bx .info-bx h5 {

    color: #291670;

    text-align: center;



    font-size: 20px;

}



.cours-bx .courses-para {

    text-align: center;

    padding: 0 20px;
    margin-top: -39px;
    height: 338px;

}



.cours-bx .courses-para p {

    /* display: -webkit-box; */

    /* -webkit-line-clamp: 3; */

    -webkit-box-orient: vertical;

    overflow: hidden;

    color: #000;

    text-overflow: ellipsis;

}



.cours-more-info {

    border-top: 1px solid #e6e6e6;

    display: flex;

    justify-content: space-between;

    margin: 0;

}



.cours-star {

    margin: 0;

    padding: 0;

}



.cours-star li {

    display: inline-block;

    list-style: none;

    color: #d1d1d1;

    font-size: 13px;

}



.cours-star li.active {

    color: var(--primary);

}



.cours-more-info .price,

.cours-more-info .review {

    width: 50%;

    padding: 5px 15px;

}



.cours-more-info .review span {

    font-size: 12px;

    color: #3c3c3c;

}



.cours-more-info .price del {

    font-size: 12px;

    font-weight: 500;

    color: #8e8e8e;

}



.cours-more-info .review {

    border-right: 1px solid #e6e6e6;

}



.cours-more-info .review span {

    color: #291670;

    font-size: 16px;



}



.cours-more-info .review .years {

    color: #D9241C;

    font-size: 16px;

    text-align: start;



}



.cours-more-info .price {

    text-align: right;

}



.cours-more-info .price span {

    color: #291670;

    font-size: 16px;

}



.cours-more-info .price h5 {

    margin-bottom: 0;

}



.courses-carousel {

    margin-top: -15px;

}



.courses-carousel .item {

    padding: 15px;

}



.courses-carousel .owl-nav {

    position: absolute;

    top: -70px;

    right: 10px;

}



.testimonial-carousel .owl-nav {

    position: absolute;

    top: -80px;

    right: -5px;

}



.recent-news-carousel .owl-nav {

    position: absolute;

    top: -80px;

    right: -5px;

}



.courses-carousel .owl-nav .owl-next,

.courses-carousel .owl-nav .owl-prev,

.recent-news-carousel .owl-nav .owl-next,

.recent-news-carousel .owl-nav .owl-prev,

.testimonial-carousel .owl-nav .owl-next,

.testimonial-carousel .owl-nav .owl-prev {

    background-color: var(--primary);

    margin: 0 5px !important;

}



.courses-carousel .owl-nav .owl-next:hover,

.courses-carousel .owl-nav .owl-prev:hover,

.recent-news-carousel .owl-nav .owl-next:hover,

.recent-news-carousel .owl-nav .owl-prev:hover,

.testimonial-carousel .owl-nav .owl-next:hover,

.testimonial-carousel .owl-nav .owl-prev:hover {

    background-color: var(--sc-primary);

}



.section-sp2 {

    padding-top: 80px;

    padding-bottom: 80px;

}



.heading-bx.left .title-head {

    margin-bottom: 30px;

    margin-top: 0;

    line-height: 32px;

    padding-left: 10px;

    border-left: 5px solid var(--primary);

}



.heading-bx.left p {

    max-width: 500px;

    margin-bottom: 0;

}



.section-sp1 {

    padding-top: 50px;

    padding-bottom: 5px;

}



/* **********************Course search*********** */

.cours-search {

    padding: 10px;

    background-color: rgba(255, 255, 255, 0.3);

    border-radius: 4px;

    max-width: 700px;

    margin: auto;

    margin-bottom: 50px;

}



.cours-search .form-control {

    border: 0;

    height: 50px;

    border-radius: 4px !important;

    padding: 10px 20px;

    font-size: 16px;

}



.cours-search .input-group-append {

    margin-left: 10px;

}



.cours-search-bx h3 {

    color: #fff;

    font-weight: 300;

    font-size: 45px;

}



.cours-search-bx i {

    margin-right: 10px;

    font-size: 40px;

}



.cours-search-bx {

    text-align: center;

    border-radius: 4px;

    color: #fff;

    border: 1px solid rgba(255, 255, 255, 0.2);

    background-color: rgba(255, 255, 255, 0.15);

    padding: 20px 20px 15px 20px;

}





/* ****************testimonials*********** */

.testimonial-bx {

    background-color: #fff;

    padding: 20px 20px 20px 70px;

    border-radius: 5px;

    margin-left: 30px;

    border: 1px solid #F0F0F0;

}



.testimonial-bx .testimonial-thumb {

    width: 80px;

    border-radius: 50px;

    overflow: hidden;

    border: 3px solid #fff;

    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);

    position: absolute;

    left: 0;

    z-index: 9;

}



.testimonial-bx .testimonial-bx .testimonial-info {

    margin-bottom: 15px;

}



.testimonial-bx .testimonial-info:after {

    content: "\f10e";

    position: absolute;

    font-family: fontawesome;

    font-size: 50px;

    color: #d6d6d6;

    right: 30px;

    top: 10px;

    z-index: 9;
    opacity: 0.4;

}



.testimonial-bx .testimonial-info h5 {

    font-weight: 500;

    margin-bottom: 0;

}



.testimonial-bx .testimonial-content p {

    color: #000;

    font-size: 15px;

}



/* ***************our story*********** */

.our-story {

    position: relative;

    z-index: 1;

}



.video-bx {

    position: relative;

}



.our-story .para-cus {

    margin-bottom: 0;

    text-align: justify;

    hyphens: auto;

}

.para-cus {

    margin-bottom: 0;

    text-align: justify;

    hyphens: auto;

    color: #000;

}



.video-bx .video {

    width: 80px;

    height: 80px;

    border-radius: 80px;

    line-height: 80px;

    text-align: center;

    position: absolute;

    left: 50%;

    top: 50%;

    background: #fff;

    color: #000;

    font-size: 24px;

    transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

}



.video-bx .video:hover {

    transform: translate(-50%, -50%) ro;

    -moz-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%) rotate(360deg);

    -webkit-transform: translate(-50%, -50%) rotate(360deg);

    -ms-transform: translate(-50%, -50%) rotate(360deg);

    -o-transform: translate(-50%, -50%) rotate(360deg);

}



/* ****************Notice Board********** */


.notice-borad-main {
    margin: 50px 0;
}

.notice-board {

    background-color: #2c1176;

    color: white;

    border-radius: 8px;

    padding: 20px;

    overflow: hidden;

    margin: 30px auto;

}







.notice-container {

    height: 150px;

    overflow: hidden;

    position: relative;

}



.notice-list {

    display: flex;

    flex-direction: column;

    animation: scrollUp 30s linear infinite;

}



.notice-board:hover .notice-list {

    animation-play-state: paused;

}



@keyframes scrollUp {

    0% {

        transform: translateY(100%);

    }



    100% {

        transform: translateY(-100%);

    }

}



.notice-item {

    font-size: 1rem;

    padding: 10px 0;

    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);

    color: #d1d1f1;

    display: flex;

    align-items: center;

}



.notice-item a {

    color: #d1d1f1;

    text-decoration: none;

}



.notice-item a:hover {

    text-decoration: underline;

}


.notice-item a img{
    height: 23px;
}
.icon {

    margin-right: 8px;

    color: #fff;

}



@media (max-width: 576px) {

    .notice-board {

        padding: 15px;

    }



    .notice-title {

        font-size: 1.2rem;

    }



    .notice-item {

        font-size: 0.85rem;

    }

}



/* ****************Notice Board********** */

/* *******************about us ********************** */



.banner-pic {

    position: relative;

}



.banner-pic .ban-img img {

    width: 100%;

}



.banner-pic::before {

    position: absolute;

    content: '';

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-attachment: fixed;

    background-color: rgba(0, 0, 0, .6);

}



.banner-pic .inban-cont {

    position: absolute;

    left: 50%;

    top: 60%;
    transform: translate(-50%);

    z-index: 2;

}



.banner-pic .inban-cont h1 {

    color: #fff;

    text-align: center;
    margin-bottom: 0px;

}



.banner-pic .inban-cont .brid {

    display: flex;

    justify-content: center;

    color: #fff;

}



.banner-pic .inban-cont .brid a {

    color: #fff;

    margin-right: 5px;

    transition: .45s;

}



.banner-pic .inban-cont .brid a:hover {

    text-decoration: underline;

}



.head h2 {

    font-size: 28px;

    color: #291670;

}



.head .fgr {

    color: #ff0000;

}



.absec .text p {

    text-align: justify;

}



.absec {

    margin-top: 80px;

}



.imjg-sec .main-box .top-sec img {

    width: 50px;

}



.imjg-sec .main-box .top-sec .hnm {

    font-size: 22px;

}



.imjg-sec .main-box .top-sec {

    display: flex;

    align-items: center;

}



.imjg-sec .main-box .top-sec .ic-img {

    margin-right: 10px;

}



.imjg-sec .main-box {

    padding: 15px 15px;

    background-color: #fff;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);

    border-radius: 10px;

    transition: .45s;

    border-right: 2px solid #291670;

    border-left: 2px solid #291670;

}



.imjg-sec .main-box .text p {

    text-align: justify;

}



.imjg-sec .main-box .text {

    margin-top: 10px;



}



.imjg-sec .main-box:hover {

    transform: scale(1.02);

    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, .3);

}



.imjg-sec .main-box .msbtn a {

    padding: 8px 15px;

    background-color: #e7e7e7;

    transition: .45s;

}



.imjg-sec .main-box .msbtn a:hover {

    background-color: #ff0000;

    color: #fff;

}



.imjg-sec .main-box .msbtn {

    display: flex;

    justify-content: center;

}



.imjg-sec {

    margin-top: 50px;

}



.logo-sec .logo-pic {

    background-color: #fff;

    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);

    border-radius: 5px;

}



.logo-sec .item {

    margin: 5px;

}



.logo-sec .owl-nav.disabled {

    display: flex;

    justify-content: center;

    margin-top: 20px;

}



.logo-sec .owl-prev,

.logo-sec .owl-next {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #291670;

    transition: .45s;

    font-size: 22px;

}



.logo-sec .owl-prev:hover,

.logo-sec .owl-next:hover {

    background-color: #ff0000;

}



.logo-sec {

    margin-top: 30px;
    padding: 20px;
    /* margin-bottom: 30px; */
    background: ghostwhite;

}



/* *******************about us ********************** */

/* *********contact us*********** */

.contact-info-bx {

    padding: 30px;

}



.contact-bx .input-group label {

    font-size: 14px;

    font-weight: 400;

    color: #606060;

    position: absolute;

    top: 10px;

    left: 0;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

}



.contact-bx .input-group .form-control {

    border-width: 0 0 1px 0;

    background-color: rgba(0, 0, 0, 0);

    padding: 10px 0;

}



.contact-info-bx .widget_getintuch {

    border-top: 1px solid rgba(255, 255, 255, 0.2);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    padding-top: 20px;

    padding-bottom: 0;

    margin-bottom: 20px;

}



.contact-bx .focused .input-group label {

    top: -8px;

    font-size: 10px;

    color: var(--primary);

}



/* *********contact us*********** */

/* ****************tob main bar*********** */

.topbar {

    background-color: #D9241C;

    color: #fff;

    padding: 5px 15px;

    font-size: 14px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    text-align: center;

    justify-content: center;

}



.topbar .links a {

    position: relative;

    display: inline-block;

    color: white;

    margin: 0 10px;

    text-decoration: none;

    transition: color 0.3s ease;

}



.topbar .links a::before {

    content: "» ";

    color: #fff;

    transition: color 0.3s ease;

}



.topbar .links a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -3px;

    width: 0%;

    height: 2px;

    background-color: #fff;

    transition: width 0.3s ease;

}



.topbar .links a:hover {

    color: #d6d6d6;

    /* yellow-ish hover color */

    transform: translateY(-2px);

}



.topbar .links a:hover::after {

    width: 100%;

}



.mobile-toggle {

    display: none;

    font-size: 22px;

    cursor: pointer;

    color: #fff;

}



.offcanvas-menu {

    position: fixed;

    top: 0;

    right: -300px;

    width: 300px;

    height: 100%;

    background-color: #28176a;

    color: #fff;

    padding: 20px;

    transition: right 0.3s ease-in-out;

    z-index: 9999;

}



.offcanvas-menu.active {

    right: 0;

}



.offcanvas-menu .close-btn {

    font-size: 26px;

    text-align: right;

    cursor: pointer;

    z-index: 1000000;

    position: relative;

}



.offcanvas-menu a {

    display: block;

    color: #fff;

    margin: 12px 0;

    text-decoration: none;

}



.offcanvas-menu a::before {

    content: "» ";

}



.admission-label {

    background-color: #D9241C;

    display: inline-block;

    padding: 3px 10px;

    border-radius: 15px;

    font-size: 13px;

    margin: 10px 0;

}



@media (max-width: 991.98px) {

    .topbar {

        background-color: transparent;

        position: absolute;

    }



    .topbar .links {

        display: none;

    }



    .mobile-toggle {

        display: block;

        position: relative;

        z-index: 99999999;



    }

}



.portfolio-bx {

    margin-bottom: 30px;

}



.portfolio-bx .overlay-icon a {

    font-size: 18px;

}



.portfolio-bx .overlay-icon a i {

    background: rgba(0, 0, 0, 0);

    color: #fff;

}



#masonry {

    list-style: none;

}



/* ****************tob main bar*********** */



/* *****************examination committee********** */

.custom-table thead th {

    background-color: #D9241C;

    color: white;

}

.table-responsive {



    white-space: nowrap;

}



.custom-table tbody tr:nth-child(odd) {

    background-color: #4628c2;

    color: #fff;

}



.custom-table tbody tr:nth-child(even) {

    background-color: #28176a;

    color: #fff;

}

@media (max-width: 768px) {

    .table-responsive {

        margin-bottom: 15px;

        overflow-y: hidden;

        -ms-overflow-style: -ms-autohiding-scrollbar;

        border: 1px solid #ddd;

        white-space: nowrap;

    }

}



/* *****************examination committee********** */



/* ***************faculty************* */

.profile-bx {

    border: 1px solid #e9e9e9;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

    border-radius: 15px;

    transition: 0.4s all;

    background-color: #fff;

    position: relative;

    overflow: hidden;

    padding-bottom: 20px;

}



.profile-bx:hover {

    background: linear-gradient(145deg, #F4364F, #28176a);

    color: #fff;

    transform: translateY(-5px);

}



.profile-bx .user-profile-thumb {

    width: 150px;

    height: 150px;

    overflow: hidden;

    border-radius: 50%;

    border: 5px solid #fff;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);

    margin: 25px auto 15px;

}



.profile-bx .user-profile-thumb img {

    object-fit: cover;

    width: 100%;

    height: 100%;

    transition: transform 0.4s;

}



.profile-bx:hover .user-profile-thumb img {

    transform: scale(1.05);

}



.profile-bx .profile-info {

    margin-bottom: 15px;

}



.profile-bx .profile-info h4 {

    font-size: 20px;

    margin-bottom: 5px;

    font-weight: 700;

    color: #222;

    transition: 0.4s all;

}



.profile-bx .profile-info span {

    font-size: 15px;

    color: #291670;

    font-weight: 600;

    transition: 0.4s all;

}



.profile-bx:hover .profile-info h4,

.profile-bx:hover .profile-info span {

    color: #fff;

}



.profile-bx .profile-social {

    padding-top: 10px;

}



.view-more-btn {

    background-color: #F4364F;

    color: #fff;

    padding: 6px 20px;

    font-size: 14px;

    border-radius: 50px;

    transition: background 0.3s, transform 0.3s;

    text-transform: uppercase;

    font-weight: 600;

    box-shadow: 0 4px 10px rgba(244, 54, 79, 0.4);

}



.view-more-btn:hover {

    background-color: #c51b34;

    transform: scale(1.05);

    text-decoration: none;

}



.flip-card-profile {

    background-color: transparent;

    width: 100%;

    height: 300px;

    perspective: 1000px;

}



.flip-card-profile .flip-card-inner {

    position: relative;

    width: 100%;

    height: 100%;

    transition: transform 0.6s;

    transform-style: preserve-3d;

}



.flip-card-profile:hover .flip-card-inner {

    transform: rotateY(180deg);

}



.flip-card-profile .flip-card-front,

.flip-card-profile .flip-card-back {

    position: absolute;

    width: 100%;

    height: 100%;

    border-radius: 15px;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

    backface-visibility: hidden;

    background-color: #fff;

    padding: 20px;

    box-sizing: border-box;

}



.flip-card-profile .flip-card-front {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}



.flip-card-profile .user-profile-thumb {

    width: 120px;

    height: 120px;

    border-radius: 50%;

    overflow: hidden;

    border: 4px solid #fff;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    margin-bottom: 15px;

}



.flip-card-profile .user-profile-thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.flip-card-profile .profile-info h4 {

    font-size: 20px;

    margin: 5px 0;

    font-weight: 700;

}



.flip-card-profile .profile-info span {

    color: #291670;

    font-size: 16px;

    font-weight: 600;

}



.flip-card-profile .flip-card-back {

    background-color: #D9241C;

    color: white;

    transform: rotateY(180deg);

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}



.flip-card-profile .back-content h4 {

    font-size: 20px;

    margin-bottom: 5px;

    color: #fff;

}



.flip-card-profile .back-content p {

    font-size: 16px;

    font-weight: 600;

}



/* ***************faculty************* */



/* ***********faculty details********* */

.faculty-card {

    border: 1px solid #eee;

    border-radius: 10px;

    padding: 20px;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);

    background-color: #fff;

}



.faculty-card .faculty-image {

    width: 100%;

    max-width: 250px;

    border-radius: 10px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

}



.faculty-card .faculty-info h3 {

    margin-bottom: 0px;

    margin-top: 15px;

    font-weight: 500;

    color: #28176a;

}



.faculty-card .faculty-info p {

    margin: 0;

    color: #000;

    font-size: 16px;

}

.faculty-card .faculty-info p strong {

    color: #D9241C;

}

.faculty-card .info-table th {

    width: 50%;

    font-weight: 400;

    background: #28176a;

    color: #fff;

}



.faculty-card .info-table td {

    background: #D9241C;

    color: #fff;

}

.faculty-card .info-table td a {

    background: #28176a;

    color: #fff;

    padding: 6px 10px;

    transition: 0.4s all;

    border-radius: 5px;

}

.faculty-card .info-table td a:hover {

    background: #D9241C;

}

@media (max-width: 767.98px) {

    .faculty-card .faculty-info {

        text-align: center;

    }



    .faculty-card .faculty-image {

        margin: 0 auto 15px;

    }

}

/* ***********faculty details********* */



/* ***********genesis*********** */



.gen-tab {

    font-size: 14px;

    width: 100%;

    height: 60px;

    background-color: #fff;

    border: 1px solid #c8c8c8;

    border-radius: 10px;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);

    transition: .45s;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    padding: 0px 10px;

    margin-bottom: 10px;

}

.gen-tab:hover {

    transform: scale(1.02);

    color: #fff;

    background-color: #291670;

}

.genses-sec {

    margin-top: 80px;

}

.genses-sec .head {

    text-align: center;

}

/* ***********genesis*********** */



/* ******governing body******* */

#peo-sec {

    margin-top: 80px;

}

.qul-tab {

    font-size: 14px;

    width: 100%;

    height: 60px;

    background-color: #fff;

    border: 1px solid #c8c8c8;

    border-radius: 10px;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .2);

    transition: .45s;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    padding: 0px 10px;

    margin-bottom: 10px;

}

.tyrx {

    margin-top: 80px;

}



.memb-sec .inf {

    margin-top: 15px;

    padding: 0px 10px 10px 10px;

}

.memb-sec .dsw {

    color: #291670;

}

.memb-sec .mnbox {

    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .3);

    transition: .45s;

    border-radius: 10px;

    overflow: hidden;

    margin-bottom: 30px;

}

.memb-sec .mnbox:hover {

    transform: scale(1.02);

    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, .5);

}

.gov {

    margin-top: 40px;

}

.memb-sec .nam {

    font-size: 16px;

    text-transform: uppercase;

}

/* ******governing body******* */





@media(min-width:1400px) and (max-width:1920px) {

    .menu-links .nav>li>a {

        border-radius: 0px;

        color: #000;

        font-size: 13px;

        padding: 12px 3px;

        cursor: pointer;

        font-weight: 400;

        display: inline-block;

    }

}





/* ********************infrasttructure starts*********** */

.img-infra img {

    height: 250px;

    width: 100%;

    object-fit: cover;

}







.two-col-section .image-box {

    position: relative;

    overflow: hidden;

    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease-in-out;

}



.two-col-section .image-box img {

    width: 100%;

    height: 460px;

    object-fit: cover;

    transition: transform 0.4s ease;

}



.two-col-section .image-box:hover img {

    transform: scale(1.05);

}



.two-col-section .text-box {

    background-color: #fff;

    padding: 40px;

    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease-in-out;

}



.text-box:hover {

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);

}





@media (max-width: 767px) {

    .text-box {

        margin-top: 30px;

        padding: 25px;

    }

    .header .topbar-middle .logo-main {

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .header .topbar-middle .logo-main img {

        width: auto;
        height: 40px;

    }

}

/* ********************infrasttructure starts*********** */





/* *****************hostels******************* */

.hostel-section {

    background-color: #28176a;

    padding: 60px 0;

}



.hostel-card {

    background: #fff;

    border-radius: 15px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

    overflow: hidden;

    transition: 0.4s;

}



.hostel-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

}



.hostel-img {

    width: 100%;

    height: 300px;

    object-fit: cover;

}



.hostel-content {

    padding: 30px;

}



.hostel-content h3 {

    font-size: 26px;

    margin-bottom: 20px;

    font-weight: 700;

    color: #F4364F;

}





@media (max-width: 767.98px) {

    .hostel-content {

        text-align: center;

        padding: 20px;

    }

}

/* *****************hostels******************* */



/* *********placement******** */

.placement-section {

    background: linear-gradient(to right, #fff, #f9f9f9);

    padding: 60px 0;

}



.placement-card {

    background: #fff;

    border-radius: 15px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);

    padding: 30px;

    text-align: center;

    transition: all 0.4s ease;

    height: 100%;

}



.placement-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

}



.placement-icon {

    font-size: 40px;

    color: #F4364F;

    margin-bottom: 20px;

}



.placement-title {

    font-size: 20px;

    font-weight: 600;

    margin-bottom: 10px;

    color: #28176a;

}



.placement-text {

    font-size: 15px;

    color: #000;

}

/* *********placement******** */



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

    .search-btn {

        padding-left: 10px;

        margin-left: 10px;

        top: 5px;

    }

    .header .topbar-middle .logo-main {

        display: flex;

        justify-content: center;

        align-items: center;

    }

    .topbar-left {



        display: none;



    }

    .topbar-right {

        text-align: end;

        display: flex;

        justify-content: end;

    }

    .navbar-toggler {



        margin: 19px 0 16px 11px;



    }

    .is-fixed .navbar-toggler {

        margin: 14px 0 20px 15px;

    }

    .mobile-toggle {



        font-size: 31px;

    }

    .header .topbar-middle .logo-main img {

        width: 259px;

        height: 42px;

    }

}

@media(min-width:995px) and (max-width:1300px) {

    .topbar .links a {



        margin: 0 4px;



    }

    .header-transparent .topbar-left ul li a,
    .header-transparent .topbar-right ul li a {

        color: #fff;

        display: flex;

        align-items: center;

        font-size: 12px;

    }

    .menu-links .nav>li>a {

        border-radius: 0px;

        color: #000;

        font-size: 8px;

        padding: 14px 3px;

        cursor: pointer;

        font-weight: 400;

        display: inline-block;

    }

}



/* *************modal************** */

.admission-logo {

    display: flex;

    justify-content: center;

}

.admission-logo img {

    height: 60px;

}

.modal-backdrop.show {

    background-color: rgba(0, 0, 0, 0.7) !important;

    backdrop-filter: blur(3px);

}



.modal-watermark {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 200px;
    /* Adjust size */

    transform: translate(-50%, -50%);

    opacity: 0.1;
    /* Faint look */

    z-index: 0;

    pointer-events: none;

}

@media (max-width:768px) {
    #inner-banner {
        position: relative;
        top: 85px;
    }

    #inner-banner .banner-pic .inban-cont {
        position: absolute;
        left: 50%;
        top: 16%;
    }

    #inner-banner .banner-pic .inban-cont h1 {
        color: #fff;
        text-align: center;
        font-size: 15px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    #inner-banner .banner-pic .inban-cont .brid {
        font-size: 7px;
        margin-top: 10px;
    }
}


.para-goals p span {
    color: #000;
    font-size: 16px;
    text-align: justify;
    line-height: normal;
    font-family: rubik !important;
}

.card-leadership {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.card-leadership img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    z-index: 1;
}


.card-leadership .label {
    margin-left: -30px;
    padding: 20px 30px 20px 60px;
    border-radius: 0 5px 5px 0;
    color: white;
    flex: 1;
    position: relative;
}

.card-leadership .label h2 {
    margin: 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
}

.card-leadership .label p {
    margin: 5px 0 0;
    font-size: 14px;
}

.yellow {
    background-color: #fbc200;
}

.green {
    background-color: #2ded59;
}

.blue {
    background-color: #28176a;
}

.ul-main ul {
    display: flex;
    list-style-type: none;
    gap: 13px;
    flex-direction: column;
    padding: 13px;
}

.ul-main ul li {
    color: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 13px
}

.ul-main ul li span {
    /* font-size: 14px !important; */
}

@media (max-width: 600px) {
    .card-leadership {
        flex-direction: column;
        text-align: center;
    }

    .card-leadership .label {
        margin-left: 0;
        padding: 20px;
        border-radius: 0 0 5px 5px;
    }

    .card-leadership img {
        margin-bottom: -17px;
    }

    .gov {
        margin-top: 106px;
    }

    .genses-sec {
        margin-top: 108px;
    }

    .gen-tab {

        height: 100%;

    }
}


.img-for-all {
    padding: 12px;
}

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