/*  Theme HTML Template */

.justify-content-start {
    padding: 0px 10px;
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
    .copy-right-info p {
        font-size: calc(1rem + ((1vw - 1.2rem) * .3889));
    }
}

@media only screen and(min-width:1200px) {
    .col-lg-offset-1 {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1250px) {
    .flex-circle {
        --auto-grid-min-size: 170px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
        grid-gap: 3rem;
    }
    .privacyPolicyClose_bottom_area,
    .termsOfClose_bottom_area {
        width: 33% !important;
    }
}

@media only screen and (max-width: 1100px) {
    .main-header .logo,
    .main-header .header-area {
        float: none !important;
    }
    .main-header .logo {
        display: block;
        text-align: center;
    }
    .gallery-filter {
        float: left;
    }
    .post-filter li span {
        padding-left: 0px !important;
        /* margin-right: 40px !important; */
    }
    .flex-circle {
        --auto-grid-min-size: 17rem;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
        grid-gap: 3rem;
    }
    .gallery-section .item {
        width: auto !important;
        height: auto !important;
    }
    .gallery-section .item {
        display: block !important;
    }
    .footer-top .gallery-widget,
    .footer-top .blog-cloumn {
        margin-left: 0px !important;
    }
    .about-section .content-box {
        margin-top: 40px;
    }
    .testimonial-section .icon-quort:after {
        display: none !important;
    }
    .finance-section img {
        margin-bottom: 40px;
    }
    .service-details .image-clomun img {
        margin-bottom: 40px;
    }
    .blog-details .left-side {
        margin-right: 0px !important;
    }
    .blog-details .right-side {
        margin-top: 40px !important;
        margin-left: 0px !important;
    }
    .gift-card-wrapper {
        width: 320px;
        height: 70px;
        background: #fff;
        position: absolute;
        right: 20px !important;
        bottom: -24% !important;
        z-index: 9;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 9px 20px rgb(0 0 0 / 30%), 0 8px 5px rgb(0 0 0 / 22%);
    }
    .gift-card-img {
        width: 20%;
        background: #f3f3f4;
        display: inline-block;
        float: left;
        line-height: 30px;
        padding: 20px;
    }
    .gift-card-detail {
        width: 75%;
        height: 100%;
        display: inline-block;
        padding: 0px;
        word-break: break-word;
        position: relative;
    }
    .gift-card-detail p {
        font-size: 12px;
        padding: 0px 10px;
        color: #767c86;
    }
    .gift-card-detail h5 {
        text-indent: 10px;
        font-weight: bold;
        color: #ff0055;
    }
    .gift-close {
        height: 5px;
        width: 5px;
        position: absolute;
        top: 12px;
        right: -20px;
        box-sizing: border-box;
        line-height: 25px;
        display: inline-block;
        cursor: pointer;
    }
    .gift-close:before,
    .gift-close:after {
        transform: rotate(-45deg);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -5px;
        margin-left: -25px;
        display: block;
        height: 2px;
        width: 15px;
        background-color: #ff0055;
        transition: all 0.2s ease-out;
    }
}

@media only screen and (max-width: 991px) {
    .flex-circle {
        --auto-grid-min-size: 140px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
        grid-gap: 3rem;
    }
    .col_line {
        display: none;
    }
    .mean-container .mean-nav ul li a {
        text-transform: capitalize;
    }
    .justify-content-start {
        justify-content: flex-end !important;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        border-left: 1px solid #3460e8 !important;
    }
    .header-top .top-right,
    .header-top .top-left {
        float: none !important;
        margin-left: 10px !important;
    }
    .header-top .top-left {
        margin-bottom: 10px !important;
    }
    .search_option:before {
        display: none !important;
    }
    .main-header .logo {
        text-align: center;
        margin-right: 0px !important;
    }
    .main-header .link-button {
        float: none !important;
        position: absolute;
        top: 8px;
        right: 0px;
        z-index: 999;
    }
    .main-header .header-area {
        margin-left: 10px !important;
    }
    .service-details .left-side {
        margin-right: 0px !important;
    }
    .service-details .right-side {
        margin-top: 40px !important;
        margin-left: 0px !important;
    }
    .single-product img {
        margin-bottom: 40px;
    }
    .blog-details .right-side .item-holder img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .flex-circle {
        --auto-grid-min-size: 90px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
        grid-gap: 3rem;
    }
    .main-header .logo {
        text-align: center !important;
    }
    .main-header .header-area .main-menu {
        position: absolute !important;
        float: none !important;
        top: -70px;
        left: 0px;
        width: 100%;
    }
    .main-header .header-area {
        margin-left: 0px !important;
    }
    .main-menu .navbar-header {
        position: relative;
        float: none;
        display: block;
        text-align: right;
        width: 100%;
        /* padding: 12px 0px; */
        right: 0px;
        z-index: 12;
    }
    .main-menu .navbar-header .navbar-toggle {
        display: block;
        /* border: 1px solid #ffffff; */
        /* float: left; */
        /* height: 50px; */
        /* width: 50px; */
        /* padding-left: 12px; */
        text-align: center;
        margin: 0px 0px 0px 0px;
        border-radius: 0px;
        /* background: #0b4696; */
        position: absolute;
        right: 0;
        top: -48px;
    }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    /* .user-interaction>.responsive-line {
        display: none !important; */
    /* } */
    .user-interaction>li,
    .user-interaction>li>a {
        display: inline-block !important;
        width: auto !important;
    }
    .user-interaction>li>a {
        background: transparent !important;
    }
    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        /* background: #272a36;
        border: 1px solid #ffffff; */
        border-top: none;
        text-align: center;
    }
    .main-menu .navbar-collapse>.navigation>li {
        margin: 0px !important;
        float: none !important;
        width: 100%;
    }
    .main-menu .navigation>li>a,
    .main-menu .navigation>li>ul:before {
        border: none;
    }
    .main-menu .navbar-collapse>.navigation>li>a {
        padding: 10px 10px !important;
        border: none !important;
    }
    .main-menu .navigation li.dropdown>a:after,
    .main-menu .navigation>li.dropdown>a:before,
    .main-menu .navigation>li>ul>li>a::before,
    .main-menu .navigation>li>ul>li>ul>li>a::before {
        color: #ffffff !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }
    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #ff0055;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }
    /* .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        border-top: 1px solid rgba(255, 255, 255, 1) !important;
    } */
    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        /* border-top: 1px solid rgba(255, 255, 255, 1) !important; */
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }
    .main-menu .navigation>li {
        padding-right: 0px !important;
    }
    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: none;
    }
    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 15px 10px !important;
        line-height: 22px;
        color: #ffffff;
        /* background: #0b4696; */
        text-align: left;
    }
    .main-menu .navbar-collapse>.navigation>li>a:hover,
    .main-menu .navbar-collapse>.navigation>li>a:active,
    .main-menu .navbar-collapse>.navigation>li>a:focus {
        background: #1cc9ce;
    }
    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.current>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        background: #ff0055;
        color: #fff !important;
    }
    .main-menu .navbar-collapse>.navigation li.dropdown:after,
    .main-menu .navigation>li>ul:before {
        display: none !important;
    }
    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
        position: absolute;
        right: 15px;
        font-size: 26px;
        color: #ffffff;
    }
    .main-menu .navbar-collapse>.navigation li.current .dropdown-btn,
    .main-menu .navbar-collapse>.navigation li:hover .dropdown-btn {
        color: #ffffff;
    }
    .map-section .contact-info {
        top: 0px !important;
        width: 100% !important;
        left: 0px !important;
        position: relative !important;
    }
    .user-interaction {
        line-height: 40px;
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        font-weight: bold;
    }
    .btn-style-one {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .flex-circle {
        --auto-grid-min-size: 11rem;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
        grid-gap: 3rem;
    }
    .main-header {
        padding: 0px !important;
    }
    .main-header .logo {
        text-align: left !important;
    }
    .main-header .header-area .main-menu {
        position: relative !important;
        top: 0px !important;
    }
    .header-top .top-left .contact-links li {
        display: block !important;
        text-align: center !important;
        margin-right: 0px !important;
        margin-bottom: 10px !important;
    }
    .header-top .top-right .social-links {
        float: none !important;
        text-align: center;
    }
    .header-top .top-right,
    .header-top .top-left {
        margin-left: 0px !important;
    }
    .header-top .top-right .social-links li {
        margin: 0px 12px !important;
    }
    .post-filter li {
        display: block !important;
        margin-bottom: 5px !important;
        text-align: left !important;
    }
    .copy-right-info p {
        font-size: calc(1rem + ((1vw - 0.69rem) * .8889));
    }
}

.logo-gradient {
    display: none;
}

.header__search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    width: 0%;
    height: 100px;
    background: #1f1841;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}

.header__search-wrapper.opened {
    width: 100%;
    left: auto;
    right: 0;
    visibility: visible;
    opacity: 1;
}

.header__search-wrapper input {
    width: 100%;
    padding: 0px;
    padding-right: 30px;
    border: none;
    height: 70px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    background-color: transparent;
}

.header__search-wrapper input::placeholder {
    color: #bbb;
    text-transform: capitalize;
    font-size: 20px;
}

.header__search-wrapper input:focus {
    border: none;
    outline: none;
}

.header__search-wrapper input:focus::placeholder {
    opacity: 0;
}

.header__search-wrapper button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    font-size: 24px;
}

.header__transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 11;
}

.header__top {
    border-bottom: 1px solid #5323ca;
}

.header__top-4 {
    border-bottom: 1px solid #f0f0f1;
}

.header__social ul li {
    display: inline-block;
    border-right: 1px solid #5323ca;
    margin-left: -3px;
}

.header__social ul li:last-child {
    border-right: 0;
}

.header__social ul li a {
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.header__social ul li a:hover {
    background: rgba(255, 255, 255, 0.4);
}

.header__info ul li {
    display: inline-block;
    margin-left: 30px;
    padding-left: 20px;
    border-left: 1px solid #5323ca;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__info ul li {
        margin-left: 15px;
    }
}

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

.header__info ul li a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}

.header__info ul li a.search-toggle {
    width: 40px;
}

.header__info ul li a i {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-section .sec-title h2 {
        font-size: 24px !important;
    }
    .testimonial-section .sec-title p {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-section .sec-title h2 {
        font-size: 24px !important;
    }
    .testimonial-section .sec-title p {
        font-size: 16px !important;
    }
}

@media (max-width: 575px) {
    .carousel-item {
        background: #000;
    }
    .carousel-item .img-fluid {
        display: block;
        width: 100%;
        height: 40rem;
        object-fit: cover;
        opacity: 0.6;
    }
    .carousel-item:after {
        content: '';
        background: rgba(44, 48, 56, 0.6);
    }
    .carousel-item .carousel-caption {
        right: 2%;
        left: 2%;
    }
    .testimonial-section .sec-title h2 {
        font-size: 24px !important;
    }
    .testimonial-section .sec-title p {
        font-size: 16px !important;
    }
}

.header__bottom.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #ff0055;
}

.header__bottom.sticky .logo-gradient {
    display: block;
}

.header__bottom.sticky .logo {
    display: none;
}

.header__bottom.sticky .header__btn a {
    background: #4636ff;
    border-color: #4636ff;
    color: #ffffff;
}

.header__bottom.sticky .header__btn a:hover {
    background: #ffffff;
    color: #4636ff;
}

.header__bottom.sticky .sidebar-toggle-btn .line {
    background: #fff;
}

.header__bottom-2 {
    padding: 4px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__bottom-2 {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header__bottom-2 {
        padding: 15px 0;
    }
}

@media (max-width: 575px) {
    .header__bottom-2 {
        padding: 15px 0;
    }
}

.header__shape {
    top: 0;
    left: 65px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header__shape {
        left: 12%;
    }
}


/* header style */

.header__style-4 .main-menu ul li a {
    color: #646175;
}

.header__style-4 .header__btn a {
    color: #646175;
}

.header__style-4 .header__btn a:hover {
    color: #ffffff;
}

.header__style-5 .header__btn a {
    color: #ffffff;
}

.header__style-5 .header__btn a:hover {
    color: #1f1841;
}

.header__style-6 .header__top-4 {
    border-bottom: 1px solid #f0f0f1;
}

.header__style-6 .header__social ul li {
    border-right: 1px solid #f0f0f1;
}

.header__style-6 .header__social ul li a {
    color: #686777;
}

.header__style-6 .header__social ul li a:hover {
    background: #4636ff;
    color: #ffffff;
}

.header__style-6 .header__info ul li {
    border-left: 1px solid #f0f0f1;
}

.header__style-6 .header__info ul li a {
    color: #686777;
}

.header__style-6 .header__info ul li a:hover {
    color: #4636ff;
}


/* MAIN MENU CSS START */

.main-menu {
    width: 100%;
    font-size: 1.3rem;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    /* submenu css start */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 25px;
    }
}

.main-menu ul li:last-child {
    /* margin-right: 0; */
    /* position: relative;
    right: 0; */
    float: right;
    padding-right: 0;
    margin-right: 0;
}

.main-menu ul li:last-child div a {
    /* padding: 20px 5px; */
}

.main-menu ul li:last-child div a:hover,
.main-menu ul li:last-child div i:hover {
    color: #fff;
}

.align-items-center {
    padding: 20px 0px;
}

.main-menu ul li a {
    /* font-size: 15px; */
    font-weight: 700;
    text-transform: capitalize;
    color: #e3e3e3;
    display: inline-block;
    vertical-align: middle;
}

.main-menu ul li:hover>a {
    color: #ffffff;
}

.main-menu ul li:hover ul.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu ul li ul.submenu {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 140px;
    border-radius: 4px;
    /* padding: 15px 0; */
    background: #ffffff;
    /* border-top: 4px solid #4636ff; */
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}

.main-menu ul li ul.submenu li {
    display: block;
    margin-right: 0;
    /* padding: 6px 25px 6px 25px; */
    float: left;
    text-align: center;
    width: 100%;
}

.main-menu ul li ul.submenu li a {
    font-size: 14px;
    display: inline-block;
    padding: 0;
    width: 100%;
    color: #242d3d;
    position: relative;
    padding: 6px 0px;
}


/* Hover底部的蓝线 */


/* .main-menu ul li ul.submenu li a::before {
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #4636ff;
} */


/* Hover底部的蓝线 end*/

.main-menu ul li ul.submenu li:hover>a {
    color: #4636ff;
}

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

.main-menu ul li ul.submenu li:hover>ul.submenu {
    top: 0;
    visibility: visible;
    opacity: 1;
}

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

.main-menu.header__style-1-menu ul li a {
    padding: 23px 0;
    padding-bottom: 28px;
}

.main-menu.header__style-4-menu ul li a {
    color: #686777;
}

.main-menu.header__style-4-menu ul li a:hover {
    color: #4636ff;
}

.main-menu-3 ul li a {
    color: #2c234d;
}

.main-menu-3 ul li:hover>a {
    color: #4636ff;
}


/* sidebar css start */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-toggle-btn {
        float: right;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar-toggle-btn {
        float: right;
    }
}

@media (max-width: 575px) {
    .sidebar-toggle-btn {
        float: right;
    }
    .rev_slider_wrapper .slide-content-box h1 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .slotholder:after {
        background: rgba(44, 48, 56, 0.6);
        /* 首页轮播图蒙层 */
    }
    .features-section .item h6 {
        font-size: 20px !important;
    }
    .features-section .image-box img {
        padding: 20px;
    }
    .section-title h2,
    .content-box {
        font-size: 20px !important;
        text-align: center;
    }
    .minimalist-section .line {
        margin: 0 auto 28px auto;
    }
    .contact-pop-content {
        width: 300px;
        height: 120px;
    }
    .page-title .title h4 {
        font-size: 3.75rem;
    }
}

.sidebar-toggle-btn .line {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 6px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar-toggle-btn:hover {
    cursor: pointer;
}

.sidebar-toggle-btn:hover .line {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.sidebar-toggle-btn:hover .line:nth-child(1) {
    width: 10px;
}

.sidebar-toggle-btn:hover .line:nth-child(2) {
    width: 20px;
}

.sidebar-toggle-btn-3 .line {
    background-color: #4636ff;
}

.sidebar__area {
    position: fixed;
    right: -340px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #ff0055 none repeat scroll 0 0;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

.sidebar__area.sidebar-opened {
    right: 0px;
}

.sidebar__wrapper {
    position: relative;
    padding: 30px;
}

.sidebar__tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.sidebar__tab .nav-tabs {
    background: #130d2d;
    border-bottom: 0;
}

.sidebar__tab .nav-tabs .nav-item {
    text-align: center;
    width: 100%;
}

.sidebar__tab .nav-tabs .nav-item .nav-link {
    color: #ffffff;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}

.sidebar__tab .nav-tabs .nav-item .nav-link.active {
    background: #1b133f;
}

.sidebar__tab .nav-tabs .nav-item .nav-link:hover {
    background: #ffffff;
    color: #1f1841;
}

.sidebar__content {
    margin-top: 40px;
}

.sidebar__close {
    position: absolute;
    top: 1vh;
    left: 15%;
}

.sidebar__close-btn {
    transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 99;
}

.sidebar__close-btn:focus {
    border: 1px solid #2a3a57;
}

.sidebar__close-btn span {
    transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    font-weight: 900;
    line-height: 40px;
    vertical-align: middle;
}

.sidebar__close-btn span:first-of-type {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.sidebar__close-btn span:last-of-type {
    text-transform: uppercase;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
}


/* .sidebar__close-btn:hover {
    width: 100px;
    border-radius: 0;
}

.sidebar__close-btn:hover span:first-of-type {
    transform: translate(-50%, -150%);
    -webkit-transform: translate(-50%, -150%);
    -moz-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
}

.sidebar__close-btn:hover span:last-of-type {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
} */

.sidebar__info p {
    color: #bbb;
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 14px;
}

.sidebar__contact ul li {
    margin-bottom: 8px;
    display: flex;
}

.sidebar__contact ul li .icon i {
    line-height: 27px;
    color: #bbb;
    margin-right: 15px;
}

.sidebar__contact ul li .text span {
    color: #bbb;
    font-weight: 700;
}

.sidebar__contact ul li .text span a {
    color: #bbb;
}

.sidebar__contact ul li:hover i,
.sidebar__contact ul li:hover span {
    color: #ffffff;
}

.sidebar__contact ul li:hover i a,
.sidebar__contact ul li:hover span a {
    color: #ffffff;
}

.sidebar__search {
    margin-top: 30px;
    position: relative;
}

.sidebar__search input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 0 15px;
    background: #292151;
    color: #bbb;
}

.sidebar__search input::placeholder {
    color: #bbb;
}

.sidebar__search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #bbb;
    background: transparent;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay-2 {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    bottom: 0;
    height: calc(100% - 115px);
    z-index: 1;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay-2.overlay-none {
    visibility: hidden;
    opacity: 0;
}

.body-overlay.opened,
.body-overlay-2.opened {
    opacity: 1;
    visibility: visible;
}


/* mean menu customize */

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
    font-weight: bold;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a:hover {
    color: #fff;
    font-weight: bold;
}

.current>a,
.current-child>a {
    color: #fff !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid #3460e8;
    font-size: 13px;
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0px;
    height: 15px;
    line-height: 14px;
    border-bottom: none;
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 45px;
    line-height: 45px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #1f1841;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    background: rgba(255, 255, 255, 0.3);
    color: #1f1841;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: #1f1841;
}


/*----------------------------------------*/


/*  03. SLIDER CSS START
/*----------------------------------------*/

.single-slider {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    background-image: -ms-linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    background-image: -webkit-linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    background-image: linear-gradient(60deg, #690ed0 0%, #170da2 100%);
    opacity: 0.9;
}

.single-slider-2::before {
    display: none;
}

.single-slider-2.slick-active .slider__content-2::before {
    width: 250px;
}

@media (max-width: 575px) {
    .single-slider-2.slick-active .slider__content-2::before {
        width: 200px;
    }
}

.slider__area {
    position: relative;
}

.slider__area .slick-dots {
    display: none;
}

.slider__area-2 .slick-dots {
    display: inline-block !important;
    position: absolute;
    bottom: 30px;
    left: 140px;
}

.slider__area-2 .slick-dots li {
    display: inline-block;
}

.slider__area-2 .slick-dots li.slick-active button {
    background: #ffffff;
}

.slider__area-2 .slick-dots li button {
    font-size: 0;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

.slider__height {
    min-height: 950px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__height {
        min-height: 700px;
    }
}

@media (max-width: 575px) {
    .slider__height {
        min-height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__height-2 {
        min-height: 800px;
    }
}

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

.slider__content>span {
    color: #d4d3eb;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 17px;
}

.slider__content h1 {
    font-size: 70px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 38px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__content h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .slider__content h1 {
        font-size: 30px;
    }
}

.slider__content-2 {
    position: relative;
}

.slider__content-2>span {
    padding: 4px 10px;
    color: #e6e6e6;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}

.slider__content-2 h1 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider__content-2 h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__content-2 h1 {
        font-size: 60px;
    }
}

.slider__content-2 p {
    color: #e6e6e6;
    margin-bottom: 45px;
}

.slider__content-2::before {
    position: absolute;
    content: '';
    left: -100px;
    top: -115px;
    width: 0;
    height: 600px;
    background-image: -moz-linear-gradient(-120deg, #ff24f7 0%, #8923ff 100%);
    background-image: -webkit-linear-gradient(-120deg, #ff24f7 0%, #8923ff 100%);
    background-image: -ms-linear-gradient(-120deg, #ff24f7 0%, #8923ff 100%);
    background-image: linear-gradient(-120deg, #ff24f7 0%, #8923ff 100%);
    opacity: 0.8;
    z-index: -1;
    border-top-left-radius: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__content-2::before {
        top: -90px;
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__content-2::before {
        top: -90px;
        height: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content-2::before {
        top: -55px;
        height: 400px;
    }
}

@media (max-width: 575px) {
    .slider__content-2::before {
        top: -65px;
        height: 400px;
        left: auto;
        right: 0px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
    }
}

.slider__content-3::before {
    display: none;
}

.slider__content-3 p {
    display: inline-block;
    margin-bottom: 40px;
}

.slider__content-4 {
    padding-right: 65px;
}

.slider__content-4 p {
    margin-bottom: 55px;
}

@media (max-width: 575px) {
    .slider__play {
        margin-top: 30px;
    }
}

.slider__play-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 86px;
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.slider__play-btn:hover {
    background: #ffffff;
    color: #1f1841;
    border-color: #ffffff;
}

.slider__shape img {
    position: absolute;
}

.slider__shape img.triangle {
    right: 28%;
    bottom: 38%;
    animation: triangle 5s linear 0s infinite alternate;
    -webkit-animation: triangle 5s linear 0s infinite alternate;
}

.slider__shape img.dotted-square {
    right: 22%;
    bottom: 31%;
    animation: dottedSquare 8s linear 0s infinite alternate;
    -webkit-animation: dottedSquare 8s linear 0s infinite alternate;
}

.slider__shape img.solid-square {
    bottom: 19%;
    right: 25%;
    z-index: 1;
    animation: solidsquare 5s linear 0s infinite alternate;
    -webkit-animation: solidsquare 5s linear 0s infinite alternate;
}

.slider__shape img.circle {
    right: 10%;
    bottom: -47%;
    animation: sliderCircle 7s linear 0s infinite alternate;
    -webkit-animation: sliderCircle 7s linear 0s infinite alternate;
}

.slider__shape img.circle-2 {
    right: 12%;
    top: 65%;
    animation: sliderCircle 7s linear 0s infinite alternate;
    -webkit-animation: sliderCircle 7s linear 0s infinite alternate;
}

.slider__shape-1 {
    top: -120px;
    left: -100px;
    z-index: -1;
}


/* slider shapw keyframe */

@keyframes triangle {
    0% {
        transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -o-transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes dottedSquare {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes solidsquare {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
    25% {
        transform: translateX(50px);
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
    }
    100% {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
}

@keyframes sliderCircle {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}


/* pulse btn */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
#welcomeAWS {
  color: #ff0055;
  padding:0 60px 30px 80px;
  font-size: 20px;
  display: none;
}