@charset "UTF-8"; 
/* 1. Theme default css */
/* @import url("https: //fonts.googleapis.com/css2?family=Frank+Ruhl+Libre: wght@300; 400; 500; 700; 900&amp; family=Lato: wght@300; 400; 700&amp; display=swap");  */
* { margin: 0; padding: 0; box-sizing: border-box;  }
body { font-family: "Lato", sans-serif; font-size: 16px; font-weight: normal; color: #686777; line-height: 24px;  }
.w-img img { width: 100%;  }
.m-img img { max-width: 100%;  }
a, .btn, button, span, p, i, input, select, textarea, li, img, *::after, *::before, .transition-3, h1, h2, h3, h4, h5, h6 { -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;  }
a:focus, .button:focus { text-decoration: none; outline: none;  }
a:focus, a:hover { color: inherit; text-decoration: none;  }
a, button { color: inherit; outline: none; border: none;  }
button:hover { cursor: pointer;  }
button:focus { outline: 0; border: 0;  }
.uppercase { text-transform: uppercase;  }
.capitalize { text-transform: capitalize;  }
h1, h2, h3, h4, h5, h6 { font-family: "Frank Ruhl Libre", serif; color: #1f1841; margin-top: 0; font-weight: 900; line-height: 1.2; -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;  }
h1 { font-size: 40px;  }
h2 { font-size: 36px;  }
h3 { font-size: 27px;  }
h4 { font-size: 20px;  }
h5 { font-size: 16px;  }
h6 { font-size: 14px;  }
ul { margin: 0; padding: 0;  }
li { list-style: none;  }
p { font-family: "Lato", sans-serif; font-size: 16px; font-weight: normal; color: #686777; margin-bottom: 15px; line-height: 24px;  }
*::-moz-selection { background: #FBED8E; color: #ffffff; text-shadow: none;  }
::-moz-selection { background: #FBED8E; color: #ffffff; text-shadow: none;  }
::selection { background: #FBED8E; color: #ffffff; text-shadow: none;  }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder { color: #1f1841; font-size: 14px; opacity: 1;  }
*::placeholder { color: #1f1841; font-size: 14px; opacity: 1;  }

/*--
    - Common Classes
-----------------------------------------*/
.fix { overflow: hidden;  }
.clear { clear: both;  }
.f-left { float: left;  }
.f-right { float: right;  }
.p-relative { position: relative;  }
.p-absolute { position: absolute;  }


/* custom col */
.custom-col-2 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;  }

/* spacing */
.mt--100 { margin-top: -100px;  }
@media (max-width: 575px) {
    .mt--100 { margin-top: 0;  } 
} 
.mt--120 { margin-top: -120px;  }
.pt-270 { padding-top: 270px;  }

/* btn */
.z-btn { display: inline-block; height: 54px; line-height: 48px; border: 2px solid #FBED8E; background: #FBED8E; color: #ffffff; padding: 0 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-weight: 700; text-transform: capitalize; min-width: 160px; text-align: center;  }
.z-btn i { margin-left: 8px;  }
.z-btn:hover { background: #ffffff; color: #FBED8E;  }
.z-btn-white { background: #ffffff; border-color: #ffffff; color: #1f1841;  }
.z-btn-white:hover { background: #1f1841; border-color: #1f1841; color: #ffffff;  }
.z-btn-white-2 { font-size: 15px; height: 44px; line-height: 40px;  }
.z-btn-white-3:hover { background: #FBED8E; border-color: #FBED8E;  }
.z-btn-transparent { background: transparent; border-color: rgba(255, 255, 255, 0.2);  }
.z-btn-transparent:hover { background: #ffffff; color: #1f1841; border-color: #ffffff;  }
.z-btn-transparent-2 { border-color: rgba(255, 255, 255, 0.2);  }
.z-btn-border { border-color: #e2e0eb; color: #1f1841; background: transparent;  }
.z-btn-border:hover { background: #FBED8E; color: #ffffff; border-color: #FBED8E;  }
.z-btn-3 { height: 44px; line-height: 40px;  }

/* link btn */
.link-btn { position: relative; font-size: 30px; font-weight: 500; color: #1f1841; text-transform: uppercase; padding-right: 25px;  }
.link-btn i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: all ease 0.2s; -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -ms-transition: all ease 0.2s; -o-transition: all ease 0.2s;  }
.link-btn i:first-child { left: -100%; visibility: hidden; opacity: 0;  }
.link-btn i:last-child { right: 0;  }
.link-btn:hover { color: #ffffff;  }
.link-btn:hover i:first-child { left: 0; visibility: visible; opacity: 1;  }
.link-btn:hover i:last-child { right: -100%; visibility: hidden; opacity: 0;  }
.link-btn-2 { position: relative; font-size: 15px; color: #646374; font-weight: 700; padding-right: 24px; display: inline-block;  }
.link-btn-2 i { position: absolute; top: 55%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); transition: all ease 0.2s; -webkit-transition: all ease 0.2s; -moz-transition: all ease 0.2s; -ms-transition: all ease 0.2s; -o-transition: all ease 0.2s; font-size: 18px;  }
.link-btn-2 i:first-child { right: 10%; visibility: hidden; opacity: 0;  }
.link-btn-2 i:last-child { right: 0;  }
.link-btn-2:hover { color: #FBED8E;  }
.link-btn-2:hover i:first-child { right: 0; visibility: visible; opacity: 1;  }
.link-btn-2:hover i:last-child { right: -10%; visibility: hidden; opacity: 0;  }
.link-btn-2.link-btn-3 { padding-right: 0; padding-left: 24px; color: #1f1841;  }
.link-btn-2.link-btn-3 i:first-child { left: 10%; right: auto;  }
.link-btn-2.link-btn-3 i:last-child { left: 0; right: auto;  }
.link-btn-2.link-btn-3:hover { color: #FBED8E;  }
.link-btn-2.link-btn-3:hover i:first-child { left: 0;  }
.link-btn-2.link-btn-3:hover i:last-child { left: -10%;  }

/* scroll to top */
#scroll a { position: fixed; right: 30px; bottom: 30px; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; color: #0c0f19; list-style-type: none; background: #FBED8E; margin-right: 20px; border: 1px solid #FBED8E; z-index: 999;  }

/* theme social */
.theme-social ul li a { position: relative; overflow: hidden;  }
.theme-social ul li a:hover i:first-child { left: -120%;  }
.theme-social ul li a:hover i:last-child { left: 50%;  }
.theme-social ul li a i { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;  }
.theme-social ul li a i:last-child { left: 120%;  }

/* basic pagination */
.basic-pagination ul li { display: inline-block; margin-right: 10px;  }
.basic-pagination ul li.active a { color: #ffffff; background: #FBED8E;  }
.basic-pagination ul li a { position: relative; overflow: hidden; background: #f1f1f1; color: #1f1841; font-size: 20px; display: inline-block; width: 44px; height: 44px; line-height: 44px; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  }
.basic-pagination ul li a:hover { background: #FBED8E; color: #ffffff;  }
.basic-pagination ul li a:hover i:first-child, .basic-pagination ul li a:hover span:first-child { left: -130%;  }
.basic-pagination ul li a:hover i:last-child, .basic-pagination ul li a:hover span:last-child { left: 50%;  }
.basic-pagination ul li a i, .basic-pagination ul li a span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -ms-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;  }
.basic-pagination ul li a i:last-child, .basic-pagination ul li a span:last-child { left: 130%;  }

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
/* .logo-gradient { display: none;  } */
.header__search-wrapper { position: absolute; top: 100%; left: 0; right: auto; width: 0%; height: 100px; background: #0C0F19; 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: 0; 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) {
    .header__bottom { padding: 20px 0;  } 
} 

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

@media (max-width: 575px) {
    /* .header__bottom { padding: 20px 0;  }  */
} 
.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: hsl(0deg 0% 0% / 55%); }
.header__bottom.sticky .logo-gradient { display: block;  }
/* .header__bottom.sticky .logo { display: none;  } */
.header__bottom.sticky .main-menu ul li a { color: #fff;  }
.header__bottom.sticky .main-menu ul ul a{color: #fff;}
.header__bottom.sticky .main-menu ul li:hover > a { color: #FBED8E;  }
.header__bottom.sticky .header__btn a { background: #FBED8E; border-color: #FBED8E; color: #ffffff;  }
.header__bottom.sticky .header__btn a:hover { background: #ffffff; color: #FBED8E;  }
.header__bottom.sticky .sidebar-toggle-btn .line { background: #FBED8E;  }
.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: #FBED8E; 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: #FBED8E;  }

/* MAIN MENU CSS START */
.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;  }
.main-menu ul li a { text-transform: uppercase; color: #ffffff; display: inline-block; padding: 19px 0; padding-bottom: 25px; }
.main-menu ul li:hover > a { color: #FBED8E;  }
.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: 200px; padding: 15px 0; background: #0C0F19; border-top: 4px solid #FBED8E; 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;  }
.main-menu ul li ul.submenu li a { font-size: 14px; display: inline-block; padding: 0; color: #fff; position: relative;  }
.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: #FBED8E;  }
.main-menu ul li ul.submenu li:hover > a { color: #FBED8E;  }
.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: #FBED8E;  }
.main-menu-3 ul li a { color: #2c234d;  }
.main-menu-3 ul li:hover > a { color: #FBED8E;  }

/* sidebar css start */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .sidebar-toggle-btn { margin-left: 50px;  }  */
} 

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* .sidebar-toggle-btn { margin-left: 50px;  }  */
} 

@media (max-width: 575px) {
    /* .sidebar-toggle-btn { margin-left: 50px;  }  */
} 
.sidebar-toggle-btn .line { width: 30px; height: 3px; background-color: #FEEC8B; 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: #FBED8E;  }
.sidebar__area { position: fixed; right: -340px; top: 0; width: 320px; height: 100%; background: #21242E 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: 0;  }
.sidebar__wrapper { position: relative; padding: 30px;  }
.sidebar__tab { position: absolute; top: 0; left: 0; width: 100%;  }
.sidebar__tab .nav-tabs { background: #0C0F19; border-bottom: 0;  }
.sidebar__tab .nav-tabs .nav-item { text-align: center; width: 50%;  }
.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: #21242E;  }
.sidebar__tab .nav-tabs .nav-item .nav-link:hover { background: #ffffff; color: #1f1841;  }
.sidebar__content { margin-top: 40px;  }
.sidebar__close { position: absolute; top: 70px; right: 80px;  }
.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 #2a3a57; 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;  }
.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 { width: 100%; padding: 10px 0; color: #fff; border-top: 1px solid #2e323f; font-size: 14px; }
.mean-container .mean-nav ul li a.mean-expand { margin-top: 0; height: 15px; line-height: 14px; border-bottom: none; padding: 0; display: inline-block; width: 40px; height: 44px; line-height: 44px;  }
.mean-container .mean-nav ul li a.mean-expand:hover { background: #ffffff; 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: #ffffff; 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: 46px; color: #ffffff; font-weight: bold; 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: 0; -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);  } 
} 

/*----------------------------------------*/
/*  00. Footer CSS START
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer__widget-3 { margin-left: 0;  } 
} 
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer__widget-3 { margin-left: 0;  } 
} 
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__widget-3 { margin-left: 0;  } 
} 
@media (max-width: 575px) {
    .footer__widget-3 { margin-left: 0;  } 
} 
.footer__widget-title h4 { font-size: 24px; font-weight: 900; margin-bottom: 25px;  }
.footer__widget-content-2 p { color: #d1cfdd;  }
.footer__links ul li { margin-bottom: 10px;  }
.footer__links ul li a { position: relative;  }
.footer__links ul li a::before { content: ""; width: 0; height: 1px; bottom: 0; position: absolute; left: auto; right: 0; transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; background: #FBED8E;  }
.footer__links ul li a:hover { color: #FBED8E;  }
.footer__links ul li a:hover::before { width: 100%; left: 0; right: auto;  }
.footer__links-2 ul li a { color: #d1cfdd;  }
.footer__links-2 ul li a::before { background: #ffffff;  }
.footer__links-2 ul li a:hover { color: #ffffff;  }
.footer__info ul li { margin-bottom: 8px; display: flex;  }
.footer__info ul li .icon i { line-height: 27px; color: #FBED8E; margin-right: 15px;  }
.footer__info ul li .text span { font-weight: 700;  }
.footer__copyright { border-top: 1px solid #e7e7e7; padding: 25px 0;  }
.footer__copyright-2 { border-top: 1px solid #3f395c;  }
.footer__copyright-inner { border-top: 1px solid #e7e7e7; padding: 25px 0;  }
.footer__copyright-text p { margin-bottom: 0;  }
.footer__copyright-text p a { font-weight: 700; color: #1f1841;  }
.footer__copyright-text p a:hover { color: #FBED8E;  }
.footer__copyright-text-2 p { color: #868395;  }
.footer__copyright-text-2 p a { color: #ffffff;  }
.footer__copyright-text-2 p a:hover { color: #ffffff;  }
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__social { float: left; margin-top: 20px;  } 
} 

@media (max-width: 575px) {
    .footer__social { float: left; margin-top: 20px;  } 
} 
.footer__social ul li { display: inline-block; margin-right: 7px;  }
.footer__social ul li a { position: relative; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #f1f1f1; font-size: 14px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  }
.footer__social ul li a:hover { background: #7b23de; color: #ffffff;  }
.footer__social-2 ul li a { background: #363054; color: #ffffff;  }
.footer__subscribe input { width: 100%; height: 50px; line-height: 50px; padding: 0 20px; background: #ffffff; border: none; -webkit-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08); -moz-box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08); box-shadow: 0 2px 4px 0 rgba(2, 0, 40, 0.08); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;  }
.footer__subscribe input::placeholder { font-weight: 500; color: #686777;  }
.footer__subscribe input:focus { border: none; outline: none;  }
.footer__subscribe input:focus::placeholder { opacity: 0;  }
.footer__subscribe button { position: absolute; top: 0; right: 0; font-size: 15px; font-weight: 700; color: #ffffff; background: #FBED8E; height: 50px; line-height: 50px; text-align: center; padding: 0 15px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0;  }


