@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root{
    --bs-secondary:rgb(51, 166, 145);
    --bs-secondary-rgb:51, 166, 145;
    --bs-default:rgba(143,178,185);
    --bs-default-rgb:143,178,185;
    --bs-warning:rgb(251, 176, 59);
    --bs-warning-rgb:251, 176, 59;
    --text-color:#030415;
    --bg-gradient: linear-gradient(180deg, #fff, #e1e4e7);
    --nav-color: #ffffff;
    --bg-body:#FFFFFF;
    --bg-body-rgb:245, 247, 249;
    --rounded:70px 0 70px 0 
}
.dark{
    --bs-secondary:rgb(255, 196, 33);
    --bs-secondary-rgb:204, 227, 229;
    --bs-default:rgba(143,178,185);
    --bs-default-rgb:143,178,185;
    --bs-warning:#ffc400;
    --text-color:#ffffffee;
    --bg-gradient: linear-gradient(180deg, #fff, #e1e4e7);
    --nav-color: #19192999;
    --bg-body:#191929;
}

/* .theme-rounded{border-radius: var(--rounded);} */

html{
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;}
body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: var(--text-color);
    line-height: 26px;
    background-color: var(--bg-body);
    position: relative;
}
/* body::before{position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; content: ""; background: var(--bg-gradient);} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.display-1,.display-2,.display-3,.display-4,.display-5{line-height: 1.1;}
/* .container{max-width: 1280px;} */

a,
a:hover {
    transition: all 0.2s ease-in 0s;
    text-decoration: none;
    cursor: pointer!important;
}

a:hover {
    color: var(--bs-default);
}
a,
button {
    color: inherit;
    outline: none;
    border: none;
}

[routerLink] {
    cursor: pointer;
}

.text-default{color: var(--bs-default);}

button:focus {
    outline: none;
    box-shadow: none!important;
}

ul,
ul li {
    list-style: none;
    padding-left: 0;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
    vertical-align: middle;
}

.bi {
    line-height: 1
}

.bi-x {
    font-size: 100%
}

.bi-2x {
    font-size: 150%
}

.bi-3x {
    font-size: 200%
}

.bi-4x {
    font-size: 250%
}

.bi-5x {
    font-size: 300%
}

.text-1x {
    font-size: 100%
}

.text-2x {
    font-size: 125%
}

.text-3x {
    font-size: 150%
}

.text-4x {
    font-size: 200%
}

.zi-0,
.zi-1,
.zi-2,
.zi-3,
.zi-4,
.zi-5 {
    position: relative;
}

.zi-0 {
    z-index: 0
}

.zi-1 {
    z-index: 1
}

.zi-2 {
    z-index: 25
}

.zi-3 {
    z-index: 50
}

.zi-4 {
    z-index: 75
}

.zi-5 {
    z-index: 99
}

.op-1 {
    opacity: 0.1!important
}

.op-2 {
    opacity: 0.2!important
}

.op-3 {
    opacity: 0.3!important
}

.op-4 {
    opacity: 0.4!important
}

.op-5 {
    opacity: 0.5!important
}

.op-6 {
    opacity: 0.6!important
}

.op-7 {
    opacity: 0.7!important
}

.op-8 {
    opacity: 0.8!important
}

.op-9 {
    opacity: 0.9!important
}

.op-x {
    opacity: 1!important
}

.fw-1 {
    font-weight: 100!important
}

.fw-2 {
    font-weight: 200!important
}

.fw-3 {
    font-weight: 300!important
}

.fw-4 {
    font-weight: 400!important
}

.fw-5 {
    font-weight: 500!important
}

.fw-6 {
    font-weight: 600!important
}

.fw-7 {
    font-weight: 700!important
}

.fw-8 {
    font-weight: 800!important
}

.max-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max-line-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.obj-p-end{object-position: 75%;}
.obj-p-center{object-position: center;}
.obj-p-start{object-position: left;}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    position: relative;
    z-index: 2
}
.text-justify{text-align:justify}

.wrapper {
    /* max-width: 1800px; */
    margin: 0 auto;
    z-index: 1;
    min-height: 100vh;
    /* box-shadow: 0 0 36px rgba(43, 27, 58, 0.2); */
    /* outline: solid 1px rgba(68, 63, 44, 0.4); */
    position: relative;
    background-color: var(--bg-body);
}

.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    overflow: hidden;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.op-top{object-position:top}
.h-30 {
    max-height: 35%;
}

.h-40 {
    max-height: 45%;
}

.h-50 {
    max-height: 55%;
}

.h-60 {
    max-height: 65%;
}

.h-70 {
    max-height: 75%;
}

.h-80 {
    max-height: 85%;
}

.h-90 {
    max-height: 95%;
}

.bg-blur {
    filter: blur(70px);
}
.bg-blur-1{filter: blur(5px);}
.bg-blur-2{filter: blur(15px);}
.bg-blur-3{filter: blur(25px);}
.bg-blur-4{filter: blur(50px);}
.pg-header .bg-img {
    z-index: 0;
}

.bg-black{background-color: #000;}

header,
section {
    position: relative;
}

header>.container,
section>.container {
    position: relative;
    z-index: 4;
}

.section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.min-vh-25 {
    min-height: 25vh;
}

.min-vh-50 {
    min-height: 50vh;
}

.min-vh-75 {
    min-height: 75vh;
}

.navbar {
    /* max-width: 1800px; */
    margin: 0 auto;
    transition: all 0.3s ease-in 0s;
    background-color: var(--nav-color);
    backdrop-filter: blur(26px);
}

.navbar.fixed-top {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 1px);
}

.navbar-brand img {
    width:100%;
    max-width: 380px;
    max-height: 64px;
    display: block;
}

.nav2.navbar.fixed-top{
    padding-top:0
}
.nav2 .navbar-nav .nav-link{color: var(--text-color);}
.nav2 .navbar-nav .nav-link.active, .nav2 .navbar-nav .show>.nav-link{
        /* background-color: rgba(var(--bs-secondary-rgb),.1); */
    border-radius: 0 0 6px 6px;
    color: var(--bs-secondary)!important;
}
.nav2 .offcanvas{height:100vh}

.navbar .dropdown-menu .dropdown-item, .navbar .dropdown-menu .dropdown-item{padding-top:.5rem; display:block; padding-bottom:.5rem; min-width:200px}
@media screen and (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
            display: block;
            -webkit-animation: slide-up .25s ease-in-out;
            animation: slide-up .25s ease-in-out;
            visibility:visible;
            opacity:1;
            overflow:hidden
        }
}

@-webkit-keyframes slide-up {
        from {
            transform: translateY(0.5rem);
            opacity: 0;
            visibility:visible;
        }
        to {
            transform: translateY(0);
            opacity: 1;
            visibility:visible;
        }
    }
    
    @keyframes slide-up {
        from {
            transform: translateY(0.5rem);
            opacity: 0;
            visibility:visible;
        }
        to {
            transform: translateY(0);
            opacity: 1;
            visibility:visible;
        }
    }
    .carousel-indicators [data-bs-target]{background-color: var(--bs-secondary);}
    .carousel-indicators [data-bs-target].active{background-color: #efc82f;}

.w-100px{width: 125px;}

.cat-menu {
    font-size: 16px;
    font-weight: 500;
    color: #0e1133;
    position: relative
}

.cat-menu:hover {
    color: var(--bs-warning)
}

.cat-menu:hover svg .cat-dot {
    fill: var(--bs-warning)
}

.cat-menu svg {
    width: 16px;
    height: 16px
}

.cat-menu svg .cat-dot {
    fill: #0e1133
}

.cat-menu span {
    padding-left: 14px;
    line-height: 1;
    display: inline-block;
    padding-top: 3px
}

.main-menu ul li {
    display: inline-block;
    position: relative
}

@media only screen and (min-width: 1400px) {
    .main-menu ul li:not(:first-child) {
        margin-left: 20px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu ul li:not(:first-child) {
        margin-left: 10px
    }
}

.main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 24px 0;
    text-transform: capitalize
}

.main-menu ul li a.active {
    color: var(--bs-primary)!important;
}

.main-menu ul li.has-dropdown>a {
    position: relative
}

.main-menu ul li.has-dropdown>a:after {
    content: "\f107";
    transform: translateY(1px);
    font-size: 14px;
    color: #0e1133;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 5px;
    display: inline-block
}

.main-menu ul li:hover>a {
    color: #2b4eff
}

.main-menu ul li:hover>a:after {
    color: #2b4eff
}

.nav2 .main-menu ul li:hover>a {
    color: #fbc62f
}

.nav2 .main-menu ul li:hover>a:after {
    color: #fbc62f
}


.main-menu ul li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #ffffff;
    z-index: 99;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 30px 70px #0b064614;
    padding: 0 0!important;
}

.main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
    transition: all .3s ease-out 0s;
}

.main-menu ul li .submenu li:first-child a:before {
    border-radius: 4px 4px 0 0;
}

.main-menu ul li .submenu li:last-child a:before {
    border-radius: 0 0 4px 4px;
}

.main-menu ul li .submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.main-menu ul li .submenu li.has-dropdown>a:after {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-90deg)
}

.main-menu ul li .submenu li a {
    padding: 10px 25px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    color: #0e1133;
    width: 100%
}

.main-menu ul li .submenu li a:before {
    position: absolute;
    content: "";
    top: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    background: #fbc62f;
    z-index: -1;
    transition: all .3s ease-out 0s;
    
}

.main-menu ul li .submenu li .submenu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.main-menu ul li .submenu li:hover a {
    background-color: #fff;
}

.main-menu ul li .submenu li:hover>a {
    color: #fff
}

.main-menu ul li .submenu li:hover>a:after {
    color: #fff
}

.main-menu ul li .submenu li:hover>a:before {
    left: 0;
    right: auto;
    width: 100%
}

.main-menu-2 ul li:not(:first-child) {
    margin-left: 35px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu-2 ul li:not(:first-child) {
        margin-left: 20px
    }
}

.main-menu-2 ul li .menu-tag {
    position: absolute;
    top: 13px;
    right: -4px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background: #2b4eff;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-transform: capitalize;
    box-shadow: 0 8px 20px #0117854d
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-2 ul li .menu-tag {
        display: none
    }
}

.main-menu-2 ul li .menu-tag:after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid #2b4eff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.main-menu-3 ul li a {
    color: #fff;
    position: relative
}

.main-menu-3 ul li a:before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 38px;
    width: 0%;
    height: 1px;
    background: #ffffff
}

.main-menu-3 ul li.has-dropdown a:after {
    color: #fff
}

.main-menu-3 ul li .submenu li a:after {
    color: #0e1133
}

.main-menu-3 ul li:hover a {
    color: #fff
}

.main-menu-3 ul li:hover a:before {
    width: 100%;
    left: 0;
    right: auto
}

@media screen and(min-width:992px) {
    .main-menu ul li:hover .submenu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .main-menu ul li:hover .submenu {
        display: block!important;
    }
    .main-menu ul li .submenu li:hover .submenu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 992px) {
    .main-menu ul li,
    .main-menu ul li:not(:first-child) {
        margin-left: 0px
    }
    .main-menu ul li a {
        padding: 16px 0;
        display: block;
        padding-left: 20px
    }
    .main-menu ul li.dropdown a {
        padding: 16px 20px 16px 0;
        position:relative;
        padding-left: 20px
    }
    .navbar-nav li.dropdown a:after {
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .main-menu ul li .submenu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
    }
    
.navbar-brand img {
    width:100%;
    max-width: 280px;
    max-height: 52px;
    display: block;
}
}

.img-sm,
.img-md,
.img-lg,
.img-xl,
.img-xxl {
    position: relative;
    object-fit: contain;
}

.img-sm {
    width: 36px;
    height: 36px;
}

.img-md {
    width: 48px;
    height: 48px;
}

.img-lg {
    width: 64px;
    height: 64px;
}

.img-xl {
    width: 96px;
    height: 96px;
}

.img-xxl {
    width: 128px;
    height: 128px;
}

.img-cover {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.vid-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
 }
 @media (min-width: 62em) {
  .vid-bg {
     display:block;
  }
}


/* ---------button------ */
.btn{font-weight:500}

.e-btn {
    display: inline-block;
    height: 46px;
    line-height: 52px;
    text-align: center;
    padding: 0 25px!important;
    color: #fff!important;
    background: #2b4eff;
    border-radius: 4px;
    font-weight: 500;
    text-transform: lowercase;
    text-decoration: none;
}

.e-btn:first-letter {
    text-transform: uppercase
}

.e-btn:hover {
    color: #fff!important;
    box-shadow: 0 10px 24px #0417764d
}

.e-btn-sm {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    text-transform: capitalize
}

.e-btn-lg {
    padding: 0 28px
}

.e-btn-lg {
    height: 58px;
    line-height: 52px;
    border: 2px solid #2b4eff;
    background: #2b4eff;
    color: #fff
}

.e-btn-border {
    height: 46px;
    line-height: 44px;
    border: 2px solid #d7d9e3;
    color: #0e1133!important;
    background: transparent
}

.e-btn-border:hover {
    background: #2b4eff;
    border-color: #2b4eff;
    color: #fff!important
}

.e-btn-border-sm {
    height: 36px;
    line-height: 36px;
    border: 2px solid rgba(255, 255, 255, .3);
    background: transparent;
    padding: 0 20px
}

.e-btn-border-sm:hover {
    background: #ffffff;
    border-color: #fff;
    color: #0e1133
}

.e-btn-white {
    height: 54px;
    line-height: 58px;
    background: #ffffff;
    color: #0e1133;
    padding: 0 45px
}

.e-btn-white:hover {
    color: #0e1133
}

    .btn-theme{ background-color: rgba(var(--bs-secondary-rgb),.8); border-color: rgba(var(--bs-secondary-rgb),.8); color:#222}
    .btn-theme:hover{ background-color: rgba(var(--bs-secondary-rgb),1); border-color: rgba(var(--bs-secondary-rgb),1); color:#000}
    .btn-theme2{ background-color: #efc82f; border-color: #efc82f; color:#222}
    .btn-theme2:hover{ background-color: var(--bs-secondary); border-color: var(--bs-secondary); color:#000}

    .line-h-1{line-height:1}
    .sp-count{transform:translate(-25px , -25px); margin-bottom:-25px;}
.link-btn {
    position: relative;
    font-size: 16px;
    color: #6d6e75;
    font-weight: 500;
    padding-right: 21px;
    display: inline-block
}

.link-btn i {
    font-size: 20px;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s
}

.link-btn i:first-child {
    right: 10%;
    visibility: hidden;
    opacity: 0
}

.link-btn i:last-child {
    right: 0
}

.link-btn:hover {
    color: var(--bs-warning)
}

.link-btn:hover i:first-child {
    right: 0;
    visibility: visible;
    opacity: 1
}

.link-btn:hover i:last-child {
    right: -10%;
    visibility: hidden;
    opacity: 0
}

.link-btn.link-prev {
    padding-right: 0;
    padding-left: 21px
}

.link-btn.link-prev i:first-child {
    left: 10%;
    right: auto
}

.link-btn.link-prev i:last-child {
    left: 0;
    right: auto
}

.link-btn.link-prev:hover i:first-child {
    left: 0%;
    right: auto
}

.link-btn.link-prev:hover i:last-child {
    left: -10%;
    right: auto
}

.link-btn-sm {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #0e1133;
    text-transform: uppercase;
    padding-right: 25px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .2);
    overflow: hidden
}

.link-btn-sm i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s
}

.link-btn-sm i:first-child {
    left: -100%;
    visibility: hidden;
    opacity: 0
}

.link-btn-sm i:last-child {
    right: 35%
}

.link-btn-sm:hover {
    color: #fff
}

.link-btn-sm:hover i:first-child {
    left: 35%;
    visibility: visible;
    opacity: 1
}

.link-btn-sm:hover i:last-child {
    right: -100%;
    visibility: hidden;
    opacity: 0
}

.play-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    background: #ffffff;
    color: #2b4eff;
    animation: pulse 2s infinite;
    font-size: 12px
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 #fff6
    }
    70% {
        box-shadow: 0 0 0 45px #fff0
    }
    to {
        box-shadow: 0 0 #fff0
    }
}
.carousel-inner{overflow: hidden;}
/* .carousel-inner::after{content: ""; position: absolute; top: 50%; left: 50%; border: solid 1px var(--bg-body); border-radius: var(--rounded); box-shadow: 0 0 0 120px var(--bg-body); height: 90%; width: 98%; margin-top: 2.2%; transform: translate(-50% , -50%); z-index: 4;} */


/* -------------Header------------- */

.fixed-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.swiper {
    padding-bottom: 24px;
}

.swiper .swiper-pagination {
    bottom: 0;
}

.heading {
    position: relative;
    color: #000000;
    font-weight: 700;
}

.hover-up,
.card,
.card img {
    transition: all 0.3s ease-in-out 0s;
}

.hover-up:hover {
    transform: translateY(-4px);
}

.card.hover-up:hover .card-img-top img {
    transform: scale(1.1) rotate(3deg);
}

.card.hover-up:hover {
    box-shadow: 0 10px 16px rgba(25, 18, 56, 0.1)!important;
}

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

.ev_item-inner {
    padding: 28px 50px;
    border-radius: 6px;
    box-shadow: 0 30px 50px #010b3c1a
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ev_item-inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 575px) {
    .ev_item-inner {
        padding-left: 30px;
        padding-right: 30px
    }


}

.ev_item:after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 0;
    left: -3px;
    width: 100%;
    height: 0%;
    background: #2b4eff;
    border-radius: 6px;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
}

.ev_item:hover:after,
.ev_item.active:after {
    top: 0;
    bottom: auto;
    height: 100%
}

.ev_item-v:after {
    position: absolute;
    content: "";
    top: 4px;
    bottom: -4px!important;
    left: 50%!important;
    transform: translateX(-50%);
    width: 0%!important;
    height: 100%!important;
    background: #2b4eff;
    border-radius: 6px;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
}

.ev_item-v:hover:after,
.ev_item-v.active:after {
    top: 4px!important;
    bottom: -4px!important;
    width: 100%!important;
}

footer a {
    color: rgba(255, 255, 255, .6);
    transition: all .2s ease-in 0s;
}

footer a:hover {
    color: rgba(255, 255, 255, 1);
}

.points {
    padding: 0;
    list-style: none;
}

.points.row {
    padding-left: 10px;
}

.points>li {
    position: relative;
    padding: 2px 4px 12px 24px;
}

.points>li:before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fecc00;
    left: 4px;
    top: 8px;
    content: "";
    transform: rotate(45deg);
}

.catbadge {
    position: absolute;
    left: .5rem;
    top: .5rem;
    white-space: nowrap;
    z-index: 3;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    background-color: royalblue;
    width: auto;
    height: auto;
    color: #fff;
    font-weight: 500;
}

.max-vh-100 {
    max-height: 80vh;
    object-fit: cover;
}

.max-w-100 {
    max-width: 100%;
}

.loginwrap {
    max-width: 380px;
    margin: 0 auto;
}

/* ---------button------ */

.btn-primary:hover {
    box-shadow: 0 12px 24px #0417764d
}

.btn-info:hover {
    box-shadow: 0 12px 24px #0465764d
}

.btn-success:hover {
    box-shadow: 0 12px 24px #067c004d
}

.btn-warning:hover {
    box-shadow: 0 12px 24px #7c4a004d
}

.btn-danger:hover {
    box-shadow: 0 12px 24px #6400004d
}

.btn-link {
    position: relative;
    font-size: 16px;
    color: #6d6e75;
    font-weight: 500;
    padding-right: 21px;
    display: inline-block
}

.btn-link i {
    font-size: 20px;
    position: absolute;
    top: 12px;
    transform: translateY(-50%);
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s
}

.btn-link i:first-child {
    right: 10%;
    visibility: hidden;
    opacity: 0
}

.btn-link i:last-child {
    right: 0
}

.btn-link:hover {
    color: #2b4eff
}

.btn-link:hover i:first-child {
    right: 0;
    visibility: visible;
    opacity: 1
}

.btn-link:hover i:last-child {
    right: -10%;
    visibility: hidden;
    opacity: 0
}

.btn-link.link-prev {
    padding-right: 0;
    padding-left: 21px
}

.btn-link.link-prev i:first-child {
    left: 10%;
    right: auto
}

.btn-link.link-prev i:last-child {
    left: 0;
    right: auto
}

.btn-link.link-prev:hover i:first-child {
    left: 0%;
    right: auto
}

.btn-link.link-prev:hover i:last-child {
    left: -10%;
    right: auto
}

.play-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
    background: #ffffff;
    color: #2b4eff;
    animation: pulse 2s infinite;
    font-size: 12px
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 #fff6
    }
    70% {
        box-shadow: 0 0 0 45px #fff0
    }
    to {
        box-shadow: 0 0 #fff0
    }
}


.glightbox-clean .gdesc-inner{padding:1rem}
.glightbox-clean .gdesc-inner h4{margin-bottom:0 }


.hori-timeline .events .event-list {
    text-align: center;
    display: block;
}

.hori-timeline .events .event-list .event-down-icon {
    position: relative;
}

.hori-timeline .events .event-list .event-down-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 16px;
    left: 0;
    right: 0;
    border-bottom: 3px dashed #f6f6f6;
}

.hori-timeline .events .event-list .event-down-icon .down-arrow-icon {
    position: relative;
    background-color: #fff;
    padding: 4px;
}

.hori-timeline .events .event-list:hover .down-arrow-icon {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
}

.hori-timeline .events .event-list.active .down-arrow-icon {
    -webkit-animation: fade-down 1.5s infinite linear;
    animation: fade-down 1.5s infinite linear;
}

.hori-timeline .events .event-list.active .down-arrow-icon:before {
    content: "\ec4c";
}

.verti-timeline {
    border-left: 3px dashed #f6f6f6;
    margin: 0 10px;
}

.verti-timeline .event-list {
    position: relative;
    padding: 0 0 24px 30px;
}

.verti-timeline .event-list .event-timeline-dot {
    position: absolute;
    transform: translateX(-50%);
    left:0;
    top: 0;
    z-index: 9;
    font-size: 16px;
}

.verti-timeline .event-list .event-content {
    position: relative;
    border: 2px solid #eff2f7;
    border-radius: 7px;
}

.verti-timeline .event-list.active .event-timeline-dot {
    color: #556ee6;
}

.verti-timeline .event-list:last-child {
    padding-bottom: 0;
}

.breadcrumb-item{font-weight:500; color:#999}
.breadcrumb-item.active, .breadcrumb-item a:hover{color:#efc82f;}

#loading {
    width: 40px;
    height: 20px;
    object-fit: cover;
}

.carousel-indicators, .carousel-control-prev, .carousel-control-next{z-index:49}
.carousel-control-prev, .carousel-control-next{max-width:100px}

.faq-wrap .accordion-button{ font-weight:600;}

.glightbox-clean .gslide-media{background-color:#fff}
.scale-2{ scale: 2;}
.bg-rotate{animation: spin 20s linear infinite; }
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}