
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Two / Three / Four / Five / Six
5. Banner Section / Two / Three / Four / Five / Six
6. Features Section / Two
7. Intro Section
8. Why Section
9. How It Works Section / Two
10. Allocation Section / Two
11. Token Sale Section / Two
12. RoadMap Section / Two / Three / Four / Five / Six / Seven
13. Doc Section
14. Team Section / Two
15. Faq Section / Two
16. Contact Section / Two / Three
17. Main Footer
18. Partner Section
19. Main Footer / Two
20. Newsletter Section
21. Mobile App Section / Two
22. News Section
23. About Section / Two
24. Features Section / Two
25. Creations Section / Two
26. Join Section
27. Timer Section
28. wallet Section
29. Artist Fun Section
30. At Work Section
31. Testimonial Section
32. Join Us Section

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Dots&display=swap');

/*
  font-family: 'Poppins', sans-serif;
  font-family: 'Zen Dots', cursive;
*/


@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');


/*** 

====================================================================

  Reset

====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================

  Global Settings

====================================================================

 ***/

body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  background: #005C97;
  background: -webkit-linear-gradient(90deg, #363795, #005C97);
  background: -ms-linear-gradient(90deg, #363795, #005C97);
  background: -moz-linear-gradient(90deg, #363795, #005C97);
  background: linear-gradient(90deg, #363795, #005C97);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #3bb2e1;
}

a:hover, a:focus, a:visited, a:active, button:active, button:focus {
  text-decoration: none;
  outline: none;
}

ul,
ul li,
ol,
ol li{
  list-style: none;
  margin: 0 0;
}

h1, h2, h3, h4, h5, h6{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 0 0 15px;
  background: none;
  color: #010101;
  line-height: 1.30em;
}

h1{
  font-size: 52px;
}

h2{
  font-size: 40px;
}

h3{
  font-size: 28px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 20px;
}

h6{
  font-size: 16px;
}

input, button, select, textarea {
  font-family: 'Poppins', sans-serif;
}

textarea {
  overflow: hidden;
  resize: none;
}

p{
  position: relative;
  line-height: 1.50em;
  margin-bottom: 20px;
}

.text {
  position: relative;
  line-height: 1.50em;
  margin-bottom: 0px;
}

.strike-through {
  text-decoration: line-through;
}

.auto-container{
  position: static;
  max-width: 1330px;
  padding: 0px 20px;
  margin: 0 auto;
}

.page-wrapper{
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.theme-btn {
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center;
}



.btn-style-three{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 10px 30px;
  /* border: 2px solid #48DCA8; */
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  /* background: #48DCA8; */
  background: #00B4DB;
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
  background: linear-gradient(to right, #0083B0, #00B4DB);
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
  border-radius: 8px;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.btn-style-three span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-three i{
  position: relative;
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 24px;
  z-index: 1;
}

.btn-style-three i img{
  position: relative;
  max-height: 24px;
}

.btn-style-three:hover{
  color: #48DCA8;
  background: none;
  border-color: #48DCA8;
}


.theme-btn .icon-left {
  padding-right: 10px;
}

.theme-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #3bb2e1;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 700;
}

.ex-bold-font {
  font-weight: 800;
}

.heavy-font {
  font-weight: 900;
}

.bg-lightgrey {
  background-color: #f6f7f8;
}

.no-bg {
  background: none;
}

.text-uppercase {
  text-transform: uppercase;
}

.grey-color {
  color: #333333 !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.svg);
  background-size:100px;
}
.preloader img{
  width: 250px;
  height: auto;
  transition: transform 1.5s;
  -webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(359deg);
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

====================================================================

  Scroll To Top style

====================================================================

***/

.scroll-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 44px;
  height: 52px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
  background: #3bb2e1;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top img{
  position: relative;
  top: -2px;
  vertical-align: middle;
  height: 10px;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #3bb2e1;
}

/*** 

====================================================================
  Default Form Style
====================================================================

***/

form{
  position:relative;
}

/* Default Form Style */

.default-form{
  position: relative;
}

form .form-group{
  position:relative;
  margin-bottom: 30px;
}

form .row{
  margin: 0 -15px;
}

form .row .form-group{
  position:relative;
  padding: 0 15px;
  margin-bottom: 30px;
}

form .field-inner{
  position: relative;
  display: block;
}

form .field-inner .alt-icon{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 16px;
  color: #24a77e;
  z-index: 1;
  pointer-events: none;
}

form .form-group .field-label{
  position:relative;
  display: block;
  color: #101010;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

form .form-group .e-label{
  position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="email"],
form .form-group input[type="password"],
form .form-group input[type="tel"],
form .form-group input[type="url"],
form .form-group input[type="file"],
form .form-group input[type="number"],
form .form-group textarea,
form .form-group select{
    position: relative;
    display: block;
    height: 48px;
    width: 100%;
    font-size: 16px;
    color: #101010;
    line-height: 24px;
    font-weight: 400;
    padding: 11px 20px;
    background-color: #ffffff;
    border: 1px solid #DCDCE7;
    border-radius:24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

form .form-group textarea{
  height: 150px;
  padding-top: 15px;
  resize: none;
}

form .form-group select{
  -webkit-appearance:none;
  -ms-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  appearance:none;
  background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
  cursor:pointer;
}

form .form-group select option{
  line-height: 24px;
  padding-left:25px;
  text-indent: 25px;
  cursor:pointer; 
}

form .form-group input[type="submit"],
form .form-group button{
  display:inline-block;
}

form .form-group input[type="text"]:focus,
form .form-group input[type="email"]:focus,
form .form-group input[type="password"]:focus,
form .form-group input[type="tel"]:focus,
form .form-group input[type="url"]:focus,
form .form-group input[type="file"]:focus,
form .form-group input[type="number"]:focus,
form .form-group textarea:focus,
form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
  border-color: #3bb2e1;
}

form ::-webkit-input-placeholder{color: #656363;}

form ::-moz-input-placeholder{color: #656363; }

form ::-ms-input-placeholder{color: #656363;}

form label.error{
  color: #ff0000;
  font-size:14px;
  text-transform: capitalize;
  text-align:left;
  display:block;
  padding-top:7px;
  line-height: 24px;
}

.check-block{
  position: relative;
}

.check-block input{
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.check-block label{
  position: relative;
  display: block;
  line-height: 24px;
  padding-left: 34px;
  font-weight: 400;
  color: #18152c;
  cursor: pointer;
  margin: 0;
}

.check-block label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.20);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.check-block input:checked + label:before{
  content: '';
  background: #33abff;
  color: #ffffff;
}

.check-block input:checked + label:after{
  content: '\e080';
  font-family: 'simple-line-icons';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  line-height: 22px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
  width:100%;
  font-size:16px;
  font-weight: 500;
  height:54px;
  padding:11px 20px;
  line-height:30px;
  font-family: 'Poppins', sans-serif;
  color:#585f5f;
  border-radius:0px;
  background-color:#ffffff;
  border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
  background:none;
  position:relative;
  top:6px;
  right: 0px;
  text-indent:0px;
  color:#999999;
}

.form-group .ui-button .ui-icon:before{
  font-family: 'simple-line-icons';
  content: "\e604";
  position:absolute;
  right:0px;
  top:0px !important;
  width:15px;
  height:30px;
  display:block;
  color:#24a77e;
  line-height:20px;
  font-size:14px;
  font-weight:700;
  text-align:center;
  z-index:5;
}

.ui-selectmenu-menu{
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
}

.ui-widget.ui-widget-content{
  border:1px solid #24a77e;
  border-top: none;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item{
  font-size:16px;
  border-bottom:1px solid #24a77e;
}

.ui-menu .ui-menu-item:last-child{
  border:none;
}

.ui-menu .ui-menu-item-wrapper{
  position:relative;
  display:block;
  padding:10px 18px !important;
  font-size:16px;
  line-height:28px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active, .ui-widget-content .ui-state-active{
  background: #252525;
  font-weight: 400;
  border: none;
  border-bottom:1px solid #24a77e;
  margin: 0;
}

/*** 

====================================================================

  Home One

====================================================================

***/

/* body.home-one{
  background: #050023;
  color: #ffffff;
} */

body.home-one h1,
body.home-one h2,
body.home-one h3,
body.home-one h4,
body.home-one h5,
body.home-one h6{
  color: #ffffff;
}

body.home-one .inner h1{
  font-size: 64px;
}
/*** 

====================================================================

  Main Header style

====================================================================

***/

.main-header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0px 0px;
  background: none;
  min-height: 84px;
  z-index: 999;
}

.main-header .auto-container{
  max-width: 1330px;
  padding: 0 20px;
}

.main-header .header-upper{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  background: none;
  padding: 0 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.fixed-header .header-upper{
  position: fixed;
  top: 0;
  background: #0f4b8b;
}

.main-header ul, .main-header ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-header .main-box{
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header .main-box .logo-box{
  position: relative;
  display: block;
  float: left;
  padding: 27px 0px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  z-index: 5;
}

.main-header .main-box .logo-box .logo{
    position: relative;
    display: block;
    float: left;
}

.main-header .main-box .logo-box .logo img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  z-index: 1;
}


.main-header .nav-box{
  position: relative;
  margin-left: auto;
}

.main-header .header-upper .links-box{
  position: relative;
  float: left;
  padding-top: 20px;
  margin-left: 70px;
}

.main-header .header-upper .links-box .link{
  position: relative;
  float: left;
  margin-right: 15px;
}

.main-header .header-upper .links-box .link:last-child{
  margin-right: 0;
}

.main-header .header-upper .links-box .link .theme-btn{
  position: relative;
  display: block;
  padding-right: 25px;
  padding-left: 25px;
}

.main-header .header-upper .links-box .call-btn{
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #03030f;
  line-height: 32px;
  padding-left: 60px;
}

.main-header .header-upper .links-box .call-btn .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  background: #01020f;
  color: #ffffff;
  border-radius: 50%;
}

.main-header .header-upper .links-box .call-btn .icon img{
  max-height: 30px;
}

.main-header .nav-toggler{
  position: relative;
  float: left;
  left: 0;
  top: 0;
  padding: 14px 0px;
  margin-top: 7px;
  margin-left: 20px;
  display: none;
}

.main-header .nav-toggler button{
  position: relative;
  width: 50px;
  height: 54px;
  line-height: 40px;
  padding: 5px 0px;
  background: none;
  color: #00c2ff;
  font-size: 40px;
  margin: 0px;
  border-radius: 0px;
  outline: none !important;
}


.main-header .nav-toggler button img{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}

.main-header .nav-outer{
  position: relative;
  float: left;
}

.main-menu{
  position:relative;
  display: block;
  padding: 0px 0px;
}

.main-menu .navbar-collapse{
  padding:0px;
  margin:0px;
  border:none;
  box-shadow:none;
}

.main-menu .navigation{
  position:relative;
  z-index: 1;
}

.main-menu .navigation > li{
  position:relative;
  display: inline-flex;
  margin-right: 40px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:14px;
  color:#E0E0E0;
  padding:7px 0px;
  font-weight:500;
  line-height:30px;
  text-transform: none;
  opacity:1;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li.dropdown > .dropdown-toggle:after{
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  position:absolute;
  right: -15px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 13px;
  font-weight: 900;
  border: none;
  z-index: 1;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li > a.mPS2id-highlight-first,
.main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #3bb2e1;
  text-decoration: none;
  opacity:1;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top:100%;
  /* width:260px; */
  padding:20px 20px;
  z-index:100;
  opacity: 1;
  text-align:left;
  background:#ffffff;
  border: none;
  border-radius:0px;
  -webkit-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -ms-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -o-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -moz-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  box-shadow:2px 2px 10px 1px rgba(0,0,0,0.03),-2px 0px 10px 1px rgba(0,0,0,0.03);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition:all 100ms ease;
  -webkit-transition:all 100ms ease;
  -ms-transition:all 100ms ease;
  -o-transition:all 100ms ease;
  transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  margin-bottom: 2px;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  font-size:17px;
  line-height:26px;
  font-weight: 500;
  color:#03030f;
  text-transform: capitalize;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
  color:#33abff;
  background: transparent;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
}
.main-menu .navigation > li.dropdown:hover > ul{
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li:nth-child(8).dropdown:hover > ul, .main-menu .navigation > li:last-child.dropdown:hover > ul{
  left: auto;
  right: -15px;
}
/*** 

====================================================================
  Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
  overflow-y: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.70);
    cursor: pointer;
    opacity:0;
    visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  background: #021a2d;
  padding-top: 60px;
  color: #101010;
  border-right: 1px solid rgba(255,255,255,0.20);
  z-index: 9999;
  visibility: hidden;
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

.home-two .hidden-bar{
  border-right-color: #48DCA8;
}

.home-four .hidden-bar{
  border-right-color: #26BAED;
}

.home-six .hidden-bar{
  border-right-color: #6CE1F5;
}

.home-seven .hidden-bar{
  border-right-color: #00FF00;
}

.home-eight .hidden-bar{
  border-right-color: #FF00DE;
}

.home-nine .hidden-bar{
  border-right-color: #C7FF00;
}

.hidden-bar .hidden-bar-closer{
  display: none;
}

.hidden-bar.visible-sidebar{
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0px);
  transform: translateX(0px); 
}

.hidden-bar .nav-logo-box{
  position: relative;
  padding: 10px 25px 30px;
}

.hidden-bar .nav-logo-box img{
  max-width: 160px;
  width: 100%;
  height: auto;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
  list-style-type:none;
  margin:0px;
}

.hidden-bar .hidden-bar-closer{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 14px 20px;
  line-height: 30px;
  cursor: pointer;
  display: block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 9999;
}

.hidden-bar .hidden-bar-closer svg{
  width: 20px;
  height: 20px;
  stroke-width: 1.25px;
}

.hidden-bar-wrapper{
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 100%;
  overflow-y: auto;
  padding: 20px 0px 35px;
  overflow-x: hidden;
}

.hidden-bar .side-menu{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.20);
  font-family: 'Poppins', sans-serif;
}

.hidden-bar .side-menu ul li{
  position: relative;
  display: block;
  padding: 5px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.20);
}

.hidden-bar .side-menu ul li a{
  position: relative;
  color: #101010;
  display: block;
  font-weight: 500;
  font-size:15px;
  line-height: 24px;
  text-transform: capitalize;
  padding: 5px 30px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
  color: #3bb2e1;
}

.hidden-bar .side-menu ul li:hover > a,
.hidden-bar .side-menu ul li.current > a,
.hidden-bar .side-menu ul li.current-menu-item > a,
.hidden-bar .side-menu ul li > a.mPS2id-highlight-first,
.hidden-bar .side-menu ul li > a.mPS2id-highlight-last{
  color: #3bb2e1;
  text-decoration: none;
  opacity:1;
}

.hidden-bar .side-menu ul li ul li{
  border-bottom: none;
  border-top: 1px solid rgba(0,0,0,0.10);
  padding-left: 10px;
}

.hidden-bar .side-menu ul li ul li a{
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
}

.hidden-bar .side-menu ul li .btn-expander{
  position: absolute;
  top: 11px;
  right: 0;
  background: none;
  color: rgba(255,255,255,255.50);
  font-size: 14px;
  height: 24px;
  width: 20px;
  line-height: 24px;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  z-index: 1;
}

.hidden-bar .side-menu ul li{
  border-bottom: 1px solid rgba(0,0,0,0.10);
  padding: 0;
}

.hidden-bar .side-menu ul li a{
  display: block;
  padding: 12px 30px 12px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.hidden-bar .side-menu ul li ul{
  left: 15px;
}
.hidden-bar .side-menu ul li ul li a{
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.hidden-bar .side-menu ul li .btn-expander{
  top: 9px;
  right: 15px;
  font-weight: 700;
  font-size: 13px;
  width: 30px;
  height: 30px;
  /* border: 1px solid rgba(255,255,255,0.50); */
}

.hidden-bar .side-menu ul li .btn-expander i{
  font-weight: 800;
}

.hidden-bar .side-menu ul li ul{
  padding:  0px 0px;
}

.hidden-bar .side-menu ul li ul li ul{
  padding: 0px 0px;
  margin-left: 0px;
}

.hidden-bar .side-menu ul li ul li{
  margin-bottom: 0px;
}

.hidden-bar .side-menu ul li ul li:last-child{
  margin-bottom: 0;
}

.hidden-bar .links-box{
  position: relative;
  display: block;
  padding: 30px 25px 0px;
}

.hidden-bar .links-box .link{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.hidden-bar .links-box .link .theme-btn{
  position: relative;
  padding: 10px 30px;
  display: block;
}

.hidden-bar .links-box .link .btn-style-two{
  color: #101010;
}

.hidden-bar .links-box .link .btn-style-two:hover{
  color: #ffffff;
}

.hidden-bar .links-box .social-links{
  position: relative;
  padding-top: 20px;
}

.hidden-bar .links-box .social-links li{
  position: relative;
  float: left;
  margin-right: 20px;
}

.hidden-bar .links-box .social-links li a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  background: #2F2F2F;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.hidden-bar .links-box .social-links li a:hover{
  color: #ffffff;
  background: #3bb2e1;
}

/*** 

====================================================================
  Banner Section
====================================================================

***/

.banner-section{
  position: relative;
  padding: 0 0;
}

.banner-section .banner-container{
  position: relative;
}


.banner-five{
  position: relative;
  background: #005C97;
  background: -webkit-linear-gradient(90deg, #363795, #005C97);
  background: -ms-linear-gradient(90deg, #363795, #005C97);
  background: -moz-linear-gradient(90deg, #363795, #005C97);
  background: linear-gradient(90deg, #363795, #005C97);
}

.banner-five:before{
  content: '';
  position:absolute;
  left:0px;
  bottom:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.banner-five .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.banner-five .banner-container{
  padding: 170px 0 120px;
}
/*** 

====================================================================
  Title Box
====================================================================

***/

.title-box{
  position: relative;
  margin-bottom: 50px;
}

.title-box.centered{
  text-align: center;
  max-width: 720px;
  margin: 0 auto 65px;
}

.title-box .subtitle{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 24px;
  padding-left: 85px;
  margin: 0 0 25px;
}

.title-box .subtitle:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 72px;
  border-bottom: 2px solid #ffffff;
}

.title-box.centered .subtitle{
  padding-left: 0;
  margin-bottom: 20px;
}

.title-box.centered .subtitle:before{
  display: none;
}

.title-box h2{
  position: relative;
  font-weight: 600;
  line-height: 1.45em;
  margin: 0 0;
}

.title-box .text-content{
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #E0E0E0;
  padding-top: 30px;
}

/*** 

====================================================================
  Intro Section
====================================================================

***/

.intro-section{
  position: relative;
  /* background: #140E3A; */
  padding: 100px 0px 150px;
  overflow: hidden;
  background: -webkit-linear-gradient(90deg, #363795, #005C97);
  background: -ms-linear-gradient(90deg, #363795, #005C97);
  background: -moz-linear-gradient(90deg, #363795, #005C97);
  background: linear-gradient(90deg, #363795, #005C97);
}

.intro-section .text-col{
  position: relative;
}

.intro-section .text-col .inner{
  position: relative;
  z-index:2;
}

.intro-section .text-col .about{
  position: relative;
  padding-left: 40px;
}

.intro-section .image-col{
  position: relative;
}

.intro-section .image-col .inner{
  position: relative;
  min-height: 100%;
}

.intro-section .image-col .image{
  position: absolute;
  right: -20px;
  top: -130px;
}

.intro-section .image-col .image img{
  max-width: none;
}

.intro-section .info-block{
  position: relative;
  margin-bottom: 30px;
}

.intro-section .info-block .inner-box{
  position: relative;
  display: block;
  max-width: 490px;
  padding-left: 75px;
  padding-top: 10px;
  min-height: 70px;
}

.intro-section .info-block .inner-box:before{
  content: '';
  position: absolute;
  left: 24px;
  top: 48px;
  height: 100%;
  border-left: 2px dashed #679FEF;
}

.intro-section .info-block:last-child .inner-box:before{
  display: none;
}

.intro-section .info-block .icon-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #3bb2e1;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.intro-section .info-block .inner-box:hover .icon-box{
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.intro-section .info-block h5{
  text-transform: capitalize;
  margin-bottom: 10px;
}

.intro-section .info-block .text{
  max-width: 330px;
  font-size: 14px;
  line-height: 22px;
  color: #D3D4E0;
}

/*** 

====================================================================
  Why Section
====================================================================

***/

.why-section{
  position: relative;
  padding: 100px 0px 70px;
}

.why-section .title-box .subtitle{
  margin-bottom: 0;
}

.why-block{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.why-block .inner-box{
  position: relative;
  display: block;
  padding: 40px 40px;
  background: none;
  min-height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.why-block .inner-box:hover{
  background: #3bb2e1;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);
}

.why-block .icon-box{
  position: relative;
  display: inline-block;
  line-height: 80px;
  margin-bottom: 30px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.why-block .inner-box:hover .icon-box{
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.why-block .icon-box img{
    position: relative;
    max-height: 280px;
}

.why-block h4{
  line-height: 1.5em;
  margin-bottom: 20px;
}

.why-block .text{
  position: relative;
  color: #D3D4E0;
  line-height: 1.5em;
}


.why-block-two{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.why-block-two .inner-box{
  position: relative;
  display: block;
  padding: 40px 40px;
  background: none;
  min-height: 100%;
  border: 1px solid #DCDCE7;
  border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.why-block-two .inner-box:hover{
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

.why-block-two .inner{
  position: relative;
  display: flex;
  align-items: center;
}

.why-block-two .icon-box{
  margin-right: 30px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  width: 200px;
  height: 85px;
  display: flex;
  align-items: center;
}

.why-block-two .inner:hover .icon-box{
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.why-block-two .icon-box img{
    position: relative;
    max-height: 94px;
}

.why-block-two h4{
  line-height: 1.5em;
  margin-bottom: 12px;
}

.why-block-two .text{
  position: relative;
  color: #fff;
  line-height: 1.5em;
}

/*** 

====================================================================
  How It Works Section
====================================================================

***/

.how-it-works{
  position: relative;
  padding: 100px 0px 120px;
}

.how-it-works .bg-layer-right{
    position:absolute;
    right:0px;
    top:-250px;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right top;
}

.how-it-works .bg-layer-center{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center 345px;
}

.how-it-works .carousel-box{
  position: relative;
}

.how-it-works .pagers-box{
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.how-it-works .pagers-box .pager-one{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.how-it-works .pagers-box .pager-one:before{
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  margin-top: -1px;
  border-bottom: 2px dashed #99B7FF;
}

.how-it-works .pagers-box .pager-item{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
}

.how-it-works .pagers-box .pager-item.active{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.how-it-works .pagers-box .icon-box{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  color: #3bb2e1;
  font-size: 42px;
  line-height: 100px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.how-it-works .pagers-box .pager-item.active .icon-box{
    background: #3bb2e1;
    color: #ffffff;
    box-shadow: 0 15px 50px 0 rgba(55, 114, 255, 0.50);
}

.how-it-works .slider-box{
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.how-it-works .slider-box .bx-viewport{
  overflow: visible !important;
}

.how-it-works .slide{
  position: relative;
}

.how-it-works .slide .inner-box{
  position: relative;
  display: block;
  padding: 45px 35px 40px;
  background: #292A47;
  text-align: center;
  border-radius: 20px;
  opacity: 0.50;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.how-it-works .slide[aria-hidden="false"] .inner-box{
  opacity: 1;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.25);
}

.how-it-works .slide h5{
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.how-it-works .slide .text{
  position: relative;
  color: #E0E0E0;
  font-size: 18px;
  line-height: 1.8em;
  text-align: justify;
}

.how-it-works .bx-controls{
  display: none;
}

/*** 

====================================================================
  Allocation Section
====================================================================

***/

.allocation-section{
  position: relative;
  padding: 100px 0px 120px;
}

.allocation-section .bg-circles, .why-section-two .bg-circles{
  position: absolute;
  right: -100px;
  top: -85px;
}

.allocation-section .pattern-layer, .why-section-two .pattern-layer{
  position: absolute;
  right: 0px;
  bottom: -235px;
}

.allocation-section .price-box{
  position: relative;
  padding-bottom: 30px;
}

.allocation-section .price-box{
  position: relative;
  margin-bottom: 30px;
}

.allocation-section .price-box .price{
  position: relative;
  float: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.allocation-section .price-box .link-box{
  position: relative;
  float: left;
  margin-left: 50px;
  margin-bottom: 30px;
}

.allocation-section .price-box .link-box .theme-btn{
  padding: 11px 36px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 28px;
}


.allocation-section .image-col{
  position: relative;
  margin-bottom: 30px;
}

.allocation-section .image-col .inner{
  position: relative;
  padding-top: 40px;
}

.allocation-section .image-col{
  position: relative;
  margin-bottom: 20px;
}

.allocation-section .image-col .inner{
  position: relative;
}


/*** 

====================================================================
  Roadmap Section
====================================================================

***/

.roadmap-section{
  position: relative;
  padding: 100px 0px 90px;
}

.roadmap-section .bg-layer-left{
    position:absolute;
    left:0px;
    top:0;
    width:320px;
    height:1320px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left top;
}

.roadmap-section .roadmap-box{
  position: relative;
  display: block;
  max-width: 852px;
  padding-right: 50px;
  min-height: 710px;
  margin: 0 auto;
}

.roadmap-section .roadmap-box .image-layer{
    position:absolute;
    left:0px;
    top:66px;
    width:100%;
    height:640px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
}

.roadmap-section .items-row{
  position: relative;
}

.roadmap-section .first-row{
  position: relative;
}

.roadmap-section .mid-row{
  padding-top: 78px;
}

.roadmap-section .last-row{
  padding-top: 78px;
}

.roadmap-block{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.owl-theme .roadmap-block{
  margin-bottom: 0;
}

.roadmap-section .items-row .row{
  margin: 0 -60px;
}

.roadmap-section .items-row .row .roadmap-block{
  padding: 0 60px;
}

.roadmap-block .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.roadmap-block .inner-box .check-icon{
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto 20px;
  border: 2.5px solid #0f4b8b;
  background: #3bb2e1;
  border-radius: 50%;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.roadmap-block .inner-box:hover .check-icon{
  transform:rotateY(180deg);
}

.roadmap-block .inner-box.checked .check-icon{
    background: #3bb2e1;
    border-color: #3bb2e1;
}

.roadmap-block .inner-box .check-icon i,
.roadmap-block .inner-box .check-icon .fa,
.roadmap-block .inner-box.checked .check-icon:before{
  display: none;
}

.roadmap-block .inner-box.checked .check-icon i,
.roadmap-block .inner-box.checked .check-icon .fa{
  display: inline-block;
}

.roadmap-block .inner-box .check-icon:before{
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #6F6F93;
  background: #050023;
  border-radius: 50%;
  opacity: 0.50;
}

.roadmap-block .inner-box .date{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 15px;
}

.roadmap-block .inner-box .date span{
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #3bb2e1;
}

.roadmap-block .lower-box{
  position: relative;
  display: block;
  padding: 15px 15px;
  background: #3bb2e1;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.roadmap-block h5{
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.roadmap-block .text{
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-section{
  position: relative;
  padding: 100px 0px 90px;
  overflow: hidden;
}

.contact-section .bg-pattern{
    position:absolute;
    left:0px;
    bottom:0;
    width:570px;
    height:400px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.contact-section .info-box{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.contact-section .info-box li{
  position: relative;
  display: inline-block;
  margin: 0 35px 30px;
  padding-left: 64px;
  padding-top: 9px;
  font-size: 18px;
  line-height: 30px;
}

.contact-section .info-box li .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #3bb2e1;
  text-align: center;
  border-radius: 24px;
}

.contact-section .info-box li a{
  position: relative;
  color: #ffffff;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-section .info-box li a:hover{
  color: #3bb2e1;
}

.contact-section .form-box{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.contact-section .form-box form input,
.contact-section .form-box form select,
.contact-section .form-box form textarea{
    position: relative;
    height: 48px;
    padding: 10px 25px;
    line-height: 24px;
    background: transparent;
    border: 2px solid rgb(59 178 225);
    color: #ffffff;
    border-radius: 8px;
}

.contact-section .form-box form textarea{
  height: 120px;
}

.contact-section form input:focus,
.contact-section form select:focus,
.contact-section form textarea:focus{
  border-color: #3bb2e1;
}

.contact-section form ::-webkit-input-placeholder{color: #E0E0E0; opacity: 0.80;}

.contact-section form ::-moz-input-placeholder{color: #E0E0E0; opacity: 0.80; }

.contact-section form ::-ms-input-placeholder{color: #E0E0E0; opacity: 0.80;}


.contact-section .form-box .theme-btn{
  margin-top: 20px;
  padding: 11px 36px;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
}

/*** 

====================================================================
    Main Footer
====================================================================

***/

.main-footer{
    position:relative;
    padding: 0 0;
    text-align: center;
}

.main-footer h2{
  position: relative;
  margin-bottom: 48px;
}

.social-links{
    position: relative;
    text-align: center;
}

.social-links li{
    position: relative;
    display: inline-block;
    line-height: 44px;
    margin: 0 7px 12px;
}

.social-links a{
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 40px;
    color: #ffffff;
    background: #3bb2e1;
    text-align: center;
    border-radius: 3px;
    -moz-transition:all 500ms ease 0s;
    -webkit-transition:all 500ms ease 0s;
    -ms-transition:all 500ms ease 0s;
    -o-transition:all 500ms ease 0s;
    transition:all 500ms ease 0s;
}

.social-links a:hover{
  /* color: #3bb2e1; */
  transform: scale(-1) rotate(180deg);
}

.main-footer .footer-bottom{
  position: relative;
}

.main-footer .footer-bottom .inner{
  position: relative;
  padding: 40px 0;
  line-height: 30px;
  border-top: 1px solid #414073;
}

.main-footer .copyright{
    position: relative;
    line-height: 30px;
    color: #E0E0E0;
}

.main-footer .copyright a{
    position: relative;
    font-size: 16px;
    color: #E0E0E0;
    line-height: 24px;
}

.main-footer .copyright a:hover{
  text-decoration: underline;
}


.why-section-five{
  position: relative;
  padding: 0px 0px 120px;
}

.why-section-five .curve-left{
  position: absolute;
  left: 0;
  top: -80px;
}

.why-section-five .curve-right{
  position: absolute;
  right: 0;
  top: 80px;
}

.why-section-five .title-box-three{
  margin-bottom: 110px;
}

.why-section-five .image-col{
  position: relative;
  margin-bottom: 30px;
  order: 0;
}

.why-section-five .image-col .inner{
  position: relative;
  display: block;
}

.why-section-five .image-col .image img{
  position: relative;
  max-width: none;
}

.why-section-five .content-col{
  position: relative;
  margin-bottom: 30px;
  order: 12;
}

.why-section-five .content-col .inner{
  position: relative;
  display: block;
  padding-left: 60px;
  padding-top: 30px;
}

.why-block-five{
  position: relative;
  margin-bottom: 55px;
}

.why-block-five .inner-box{
  position: relative;
  display: block;
  padding-left: 80px;
}

.why-block-five .icon-box{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 15px;
  background: #272C44;
  color: #6CE1F5;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.why-block-five .inner-box:hover .icon-box{
  background: #1D5FEF;
  color:#ffffff;
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.why-block-five h5{
  font-weight: 500;
  color: #101010;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.why-block-five .text{
  position: relative;
  color: #9399BC;
  font-size: 16px;
  line-height: 1.5em;
}
.how-box{
  position: relative;
  padding: 70px 100px 60px;
  border-radius: 30px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 53%);
}


.intro-five{
  position: relative;
  padding: 190px 0px 90px;
}

.intro-five .pattern-layer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
}

.intro-five .title-box-three{
  margin-bottom: 100px;
}

.intro-five .info-block-five{
  position: relative;
  margin-bottom: 30px;
}

.intro-five .info-block-five .inner-box{
  position: relative;
  display: block;
  padding: 40px 42px;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.intro-five .info-block-five .inner-box:hover{
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 53%);
}

.intro-five .info-block-five .inner-box:hover .icon-box{
  -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.intro-five .info-block-five .icon-box{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 24px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  color: #6CE1F5;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.intro-five .info-block-five h4{
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.intro-five .info-block-five .text{
  position: relative;
  color: #9399BC;
  font-size: 16px;
  line-height: 1.5em;
}

.mobile-app-two .features{
  position: relative;
}

.mobile-app-two .features li{
  position: relative;
  padding-left: 52px;
  min-height: 36px;
  padding-top: 4px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 30px;
}

.mobile-app-two .features li:before{
  content: "\f00c";
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background: #3bb2e1;
  color: #fff;
  border-radius: 50%;
}


.sale-block-three{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.sale-block-three .inner-box{
  position: relative;
  width: 300px;
  height: 138px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 53%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  
}

.sale-block-three .inner-box:hover{
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

.sale-block-three .inner-box h4{
  color: #101010;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.sale-block-three .text{
  position: relative;
  color: #6D747C;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
}
.why-section-two{
  position: relative;
  padding: 100px 0px 40px;
}

.why-section-two:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(30, 58, 205, 0.04) 6.53%, rgba(247, 247, 247, 0) 18.35%);
  background: -ms-linear-gradient((top, rgba(30, 58, 205, 0.04) 6.53%, rgba(247, 247, 247, 0) 18.35%);
  background: -moz-linear-gradient(top, rgba(30, 58, 205, 0.04) 6.53%, rgba(247, 247, 247, 0) 18.35%);
}