/* CryptLight Business HTML Template */

/************ 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: #6D747C;
  line-height: 1.5em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a{
  text-decoration: none;
  cursor: pointer;
  color: #3772FF;
}

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-one{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 8px 30px;
  border: 2px solid #3772FF;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  background: #3772FF;
  border-radius: 22px;
  -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-one span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

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

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

.btn-style-one:hover{
  color: #3772FF;
  background: none;
  border-color: #3772FF;
}

.btn-style-two{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 8px 30px;
  border: 2px solid #414073;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  background: none;
  border-radius: 22px;
  -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-two span{
  position: relative;
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 24px;
  z-index: 1;
}

.btn-style-two i{
  position: relative;
  display: block;
  top: -1px;
  z-index: 1;
}

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

.btn-style-two:hover{
  color: #ffffff;
  background: #3772FF;
  border-color: #3772FF;
}

.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;
  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;
}

.btn-style-four{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #283445;
  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-four span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

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

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

.btn-style-four:hover{
  color: #ffffff;
  background: #48DCA8;
}

.btn-style-five{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 10px 30px;
  color: #283445;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #EFF0FC;
  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-five span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

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

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

.btn-style-five:hover{
  color: #ffffff;
  background: #48DCA8;
}

.btn-style-six{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #26BAED;
  background: -webkit-linear-gradient(left,#DB26F9,#4F94FB,#26BAED);
  background: -ms-linear-gradient(left,#DB26F9,#4F94FB,#26BAED);
  background: -moz-linear-gradient(left,#DB26F9,#4F94FB,#26BAED);
  border-radius: 6px;
  -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-six:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #26BAED;
  background: -webkit-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -ms-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -moz-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  border-radius: 6px;
  -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-six span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

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

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

.btn-style-six:hover:before{
  opacity: 0;
}

.btn-style-six:hover{
  color: #FFFFFF;
}

.btn-style-seven{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #26BAED;
  background: -webkit-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -ms-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -moz-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  border-radius: 6px;
  -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-seven:before{
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 1;
  background: #22033c;
  border-radius: 6px;
  -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-seven span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

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

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

.btn-style-seven:hover:before{
  opacity: 0;
}

.btn-style-seven:hover{
  color: #FFFFFF;
}

.btn-style-eight{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 10px 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  background: none;
  border-radius: 22px;
  -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-eight span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-eight i{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  z-index: 1;
}

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

.btn-style-eight:hover{
  color: #5270FC;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-style-nine{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.20);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  border-radius: 24px;
  -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-nine span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-nine i{
 position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  font-size: 10px;
  line-height: 22px;
  border: 1px solid #90A4FF;
  border-radius: 50%;
  margin-right: 10px;
  top: -1px;
  z-index: 1;
}

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

.btn-style-nine:hover{
  color: #5270FC;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-style-ten{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  background: #54CAEF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  border-radius: 24px;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
  -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-ten span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-ten i{
 position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  z-index: 1;
}

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

.btn-style-ten:hover{
  color: #ffffff;
  background: #5270FC;
  border-color: #5270FC;
}

.btn-style-eleven{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background: #5270FC;
  background: -webkit-linear-gradient(left,#3859F2,#5270FC);
  background: -ms-linear-gradient(left,#3859F2,#5270FC);
  background: -moz-linear-gradient(left,#3859F2,#3859F2);
  border-radius: 8px;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
  -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-eleven:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: #5270FC;
  background: -webkit-linear-gradient(left,#5270FC,#3859F2);
  background: -ms-linear-gradient(left,#5270FC,#3859F2);
  background: -moz-linear-gradient(left,#5270FC,#3859F2);
  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-eleven span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

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

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

.btn-style-eleven:hover:before{
  opacity: 0;
}

.btn-style-eleven:hover{
  color: #FFFFFF;
}

.btn-style-twelve{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  background: #1D5FEF;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  border-radius: 8px;
  box-shadow: 0px 16px 32px rgba(44, 204, 255, 0.15);
  -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-twelve span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-twelve i{
 position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  z-index: 1;
}

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

.btn-style-twelve:hover{
  color: #ffffff;
  background: #6CE1F5;
  border-color: #6CE1F5;
}

.btn-style-thirteen{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  background: #3D4465;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  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-thirteen span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-thirteen i{
 position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  top: -1px;
  z-index: 1;
}

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

.btn-style-thirteen:hover{
  color: #ffffff;
  background: #1D5FEF;
  border-color: #1D5FEF;
}

.btn-style-fourteen{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Zen Dots', cursive;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #101010;
  background: #00FF00;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  border-radius: 24px;
  -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-fourteen span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-fourteen i{
 position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  top: -1px;
  z-index: 1;
}

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

.btn-style-fourteen:hover{
  color: #101010;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-style-fifteen{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Zen Dots', cursive;
  margin: 0;
  line-height: 24px;
  padding: 12px 30px;
  color: #ffffff;
  background: #FF00DE;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  border-radius: 24px;
  -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-fifteen span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-fifteen i{
 position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  top: -1px;
  z-index: 1;
}

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

.btn-style-fifteen:hover{
  color: #FF00DE;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-style-sixteen{
  position:relative;
  display:inline-block;
  vertical-align: top;
  font-family: 'Zen Dots', cursive;
  margin: 0;
  line-height: 24px;
  padding: 12px 25px;
  color: #101010;
  background: #C7FF00;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: none;
  border-radius: 0px;
  -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-sixteen span{
  position: relative;
  display: block;
  top: 0;
  z-index: 1;
}

.btn-style-sixteen i{
 position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  top: -1px;
  z-index: 1;
}

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

.btn-style-sixteen:hover{
  color: #101010;
  background: #ffffff;
  border-color: #ffffff;
}

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

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

.theme_color {
  color: #3772FF;
}

.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;
}

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: #3772FF;
  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: #3772FF;
}

/*** 

====================================================================
  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: #3772FF;
}

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;
}


/*** 

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

  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;
  border-bottom: 1px solid rgba(255,255,255,0.30);
  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: #050023;
  border-bottom-color: #414073;
}

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

.main-header .main-box{
  position: relative;
  padding: 0px;
}

.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;
}

.fixed-header .main-box .logo-box{
  
}

.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;
  height: 30px;
  z-index: 1;
}

.main-header .lang-box{
  position: relative;
  float: left;
  padding-left: 25px;
  margin-left: 25px;
}

.main-header .lang-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: -5px;
  height: 40px;
  border-left: 1px solid #414073;
}

.main-header .lang-box .lang-btn{
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 24px;
  padding: 3px 0;
  color: #ffffff;
}

.main-header .lang-box .lang-btn .arrow{
  position: relative;
  top: 1px;
  color: #414073;
  font-size: 16px;
  padding-left: 5px;
}

.main-header .lang-box .lang-list{
  position: absolute;
  left: 25px;
  top: 100%;
  width: 120px;
  padding: 0 0;
  background: #3772FF;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-header .lang-box:hover .lang-list{
  opacity: 1;
  visibility: visible;
}

.main-header .lang-box .lang-list li{
  position: relative;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.main-header .lang-box .lang-list li:last-child{
  border-bottom: none;
}

.main-header .lang-box .lang-list li a{
  position: relative;
  display: block;
  font-size: 14px;
  padding: 6px 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-header .lang-box .lang-list li:hover a{
  background: #ffffff;
  color: #3772FF;
}

.main-header .nav-box{
  position: relative;
  float: right;
}

.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: 40px;
  height: 44px;
  line-height: 34px;
  padding: 5px 0px;
  background: none;
  color: #3772FF;
  font-size: 30px;
  margin: 0px;
  border-radius: 0px;
  outline: none !important;
}

.home-two .main-header .nav-toggler button{
  color: #48DCA8;
}

.home-four .main-header .nav-toggler button{
  color: #26BAED;
}

.home-five .main-header .nav-toggler button{
  color: #ffffff;
}

.home-six .main-header .nav-toggler button{
  color: #6CE1F5;
}

.home-seven .main-header .nav-toggler button{
  color: #00FF00;
}

.home-eight .main-header .nav-toggler button{
  color: #FF00DE;
}

.home-nine .main-header .nav-toggler button{
  color: #C7FF00;
}

.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: block;
  float: left;
  padding:20px 0px;
  margin-left: 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 > a{
  
}

.main-menu .navigation > li.dropdown > a:after{
   font-family: 'simple-line-icons';
  content: "\e604";
  position:absolute;
  right:0px;
  top: 14px;
  display:block;
  line-height:24px;
  font-size:10px;
  font-weight:700;
  display: 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: #3772FF;
  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 16px;
  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: #f2f9ff;
}

.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;
}

/*** 

====================================================================
  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: #ffffff;
  padding-top: 60px;
  color: #101010;
  border-right: 3px solid #3772FF;
  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{
  width: 160px;
  max-height: 40px;
}

.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: #3772FF;
}

.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: #3772FF;
  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: 15px;
  font-weight: 500;
  color: #101010;
  text-transform: capitalize;
}

.hidden-bar .side-menu ul li ul li a{
  font-size: 15px;
  font-weight: 500;
}

.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: #3772FF;
}

/*** 

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

***/

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

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

.banner-one{
  background: #050023;
  color: #ffffff;
}

.banner-one .banner-container{
  padding: 184px 0 120px;
}

.banner-one .auto-container{
  max-width: 980px;
}

.banner-one h1{
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  line-height: 1.45em;
  margin-bottom: 20px;
}

.banner-one .upper-text{
  position: relative;
  color: #E0E0E0;
  letter-spacing: 0.01em;
  text-align: center;
}

.banner-one .lower-content{
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 70px;
}

.banner-one .lower-content:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  height: 160px;
  border-left: 1px solid #414073;
}

.banner-one .lower-content h5{
  text-transform: none;
  margin-bottom: 30px;
}

.banner-one .counter-col{
  position: relative;
  margin-bottom: 30px;
}

.banner-one .counter-col .inner{
  position: relative;
  display: block;
  padding-right: 15px;
}

.banner-one .time-counter{
  position:relative;
}

.banner-one .time-countdown{
  position:relative;
  margin-bottom: 20px;
}

.banner-one .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width:64px;
  font-size:14px;
  color:#A3A3A3;
  text-transform:capitalize;
  font-weight:500;
  letter-spacing: 0.01em;
  text-align: center;
  z-index: 7;
  margin:0 19px 20px 0;
}

.banner-one .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:20px;
  line-height:32px;
  padding:15px 5px;
  width: 64px;
  height: 62px;
  color:#ffffff;
  font-weight:600;
  margin-bottom:10px;
  letter-spacing:1px;
  background: #2F333F;
  border-radius: 12px;
}

.banner-one .progress-col{
  position: relative;
  margin-bottom: 30px;
}

.banner-one .progress-col .inner{
  position: relative;
  display: block;
  padding-left: 45px;
}

.banner-one .progress-col h5{
  margin-bottom: 45px;
}

.banner-one .progress-box{
  position: relative;
}

.banner-one .progress-box .bar-outer{
  position: relative;
  display: block;
}

.banner-one .progress-box .bar-inner{
  position: relative;
  display: block;
  width: 100%;
  height: 13px;
  overflow: hidden;
  background: #201F3A;
  border-radius: 6px;
}

.banner-one .progress-box .bar-inner .bar{
  position: relative;
  display: block;
  height: 13px;
  background: #3772FF;
  border-radius: 6px;
}

.banner-one .progress-box .pt{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 40px;
  min-width: 60px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}

.banner-one .progress-box .pt:before{
  content: '';
  position: absolute;
  left: 49%;
  top: 0;
  height: 36px;
  border-left: 1px solid #414073;
}

.banner-one .progress-box .pt-one{
  left: 0%;
  top: 0;
}

.banner-one .progress-box .pt-two{
  left: 40%;
  top: 0;
}

.banner-one .progress-box .pt-three{
  left: auto;
  right: 0;
  top: 0;
}

.banner-one .lower-link-box{
  position: relative;
  text-align: center;
  padding-top: 20px;
}

.banner-one .lower-link-box .theme-btn{
  padding: 11px 35px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 28px;
}

/*** 

====================================================================
  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;
}

.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: #3772FF;
  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;
  background: #050023;
  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: #201F3A;
  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: 80px;
}

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

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

/*** 

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

***/

.how-it-works{
  position: relative;
  background: #140E3A;
  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: #3772FF;
  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: #3772FF;
    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;
}

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

/*** 

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

***/

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

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

.allocation-section .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;
}

.tabs-box{
  position: relative;
}

.tabs-box .tab-buttons{
  position: relative;
}

.tabs-box .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  cursor: pointer;
}

.tabs-box .tab-buttons .tab-btn.active-btn{
  color: #3772ff;
}

.tabs-box .tabs-content{
  position: relative;
}

.tabs-box .tabs-content .tab{
  position: relative;
  display: none;
}

.tabs-box .tabs-content .active-tab{
  display: block;
}

.allocation-section .tabs-box{
  position: relative;
}

.allocation-section .tabs-box .tab-buttons{
  position: relative;
  padding-bottom: 35px;
}

.allocation-section .tabs-box .tab-buttons .tab-btn{
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #7B7B97;
  padding-bottom: 7px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.allocation-section .tabs-box .tab-buttons .active-btn{
  color: #ffffff;
}

.allocation-section .tabs-box .tab-buttons .tab-btn:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #2D2451;
}

.allocation-section .tabs-box .tab-buttons .active-btn:before{
  border-bottom-color: #3772FF;
}

.allocation-section .tabs-box .tabs-content{
  position: relative;
}

.allocation-section .tabs-box .tab{
  position: relative;
  padding: 70px 100px 60px;
  background: #201F3A;
  border-radius: 30px;
}

.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;
}

.allocation-section .progress-box{
  position: relative;
}

.allocation-section .bar-block{
  position: relative;
  margin-bottom: 20px;
}

.allocation-section .progress-box .bar-legend{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.allocation-section .progress-box .prog-bar{
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.allocation-section .progress-box .prog-bar:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  border-radius: 5px;
}

.allocation-section .progress-box .prog-bar .bar-inner{
  position: relative;
  display: block;
  height: 10px;
  background: #3772FF;
  border-radius: 5px;
}

.allocation-section .progress-box .color-1:before{
  background: #3D88FB;
}

.allocation-section .progress-box .color-1 .bar-inner{
    background: #3D88FB;
}

.allocation-section .progress-box .color-2:before{
  background: #5637C8;
}

.allocation-section .progress-box .color-2 .bar-inner{
    background: #5637C8;
}

.allocation-section .progress-box .color-3:before{
  background: #00D89E;
}

.allocation-section .progress-box .color-3 .bar-inner{
    background: #00D89E;
}

.allocation-section .progress-box .color-4:before{
  background: #ACDF35;
}

.allocation-section .progress-box .color-4 .bar-inner{
    background: #ACDF35;
}

.allocation-section .progress-box .color-5:before{
  background: #FF9B5C;
}

.allocation-section .progress-box .color-5 .bar-inner{
    background: #FF9B5C;
}

.allocation-section .progress-box .color-6:before{
  background: #FC3352;
}

.allocation-section .progress-box .color-6 .bar-inner{
    background: #FC3352;
}

.allocation-section .progress-box .color-7:before{
  background: #9116CD;
}

.allocation-section .progress-box .color-7 .bar-inner{
    background: #9116CD;
}

/*** 

====================================================================
  Token Sale Section
====================================================================

***/

.token-sale{
  position: relative;
  padding: 100px 0px 120px;
  border-top: 1px solid #414073;
  border-bottom: 1px solid #414073;
}

.token-sale .bg-circles{
  position: absolute;
  left: -35px;
  top: 110px;
}

.token-sale .title-box{
  max-width: 550px;
  margin-bottom: 50px;
}

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

.sale-block .inner-box{
  position: relative;
  display: block;
  padding: 25px 25px;
  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;
}

.sale-block .inner-box:hover{
  background: #201F3A;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);
}

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

.sale-block .text{
  position: relative;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
}

.calendar-view{
  position: relative;
  padding-top: 45px;
}

.calendar-view:before{
  content: '';
  position: absolute;
  left: 90px;
  right: 90px;
  top: 50px;
  border-bottom: 3px dashed #414073;

}

.calendar-view .owl-theme .owl-nav,
.calendar-view .owl-theme .owl-dots{
  display: none;
}

.sale-block-two{
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
  z-index: 1;
}

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

.calendar-view .row{
  margin: 0 -40px;
}

.calendar-view .row .sale-block-two{
  padding: 0 40px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.sale-block-two .inner-box{
  position: relative;
  display: block;
  padding: 28px 20px;
  background: #201F3A;
  text-align: center;
  min-height: 100%;
  border-radius: 12px;
  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-two .inner-box:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -40px;
  width: 14px;
  height: 14px;
  background: #3772FF;
  border-radius: 50%;
}

.sale-block-two .inner-box .date{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 3px;
  border-bottom: 1px solid #DCDCE7;
  margin-bottom: 10px;
}

.sale-block-two .bonus{
  position: relative;
  color: #EFF0FC;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.sale-block-two .price{
  position: relative;
  color: #D3D4E0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}

/*** 

====================================================================
  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 #414073;
  background: #050023;
  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: #3772FF;
    border-color: #3772FF;
}

.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 #3772FF;
}

.roadmap-block .lower-box{
  position: relative;
  display: block;
  padding: 15px 15px;
  background: #201F3A;
  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: #E0E0E0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
}

/*** 

====================================================================
  Documents Section
====================================================================

***/

.docs-section{
  position: relative;
  padding: 0 0px;
}

.docs-section .inner-container{
  position: relative;
  display: block;
  background: #140E3A;
  padding: 100px 100px 90px;
  border-radius: 24px;
  overflow: hidden;
}

.docs-section .title-box .text-content{
  max-width: 400px;
}

.docs-section .title-box{
  margin-bottom: 45px;
}

.docs-section .text-col{
  position: relative;
  margin-bottom: 30px;
}

.docs-section .text-col .link-box{
  position: relative;
  padding-top: 50px;
}

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

.docs-section .text-col ul{
  position: relative;
  margin: 0 -15px;
}

.docs-section .text-col ul li{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  min-height: 28px;
  float: left;
  width: 50%;
  padding: 0 15px 0 60px;
  margin-bottom: 20px;
}

.docs-section .text-col ul li i{
  position: absolute;
  left: 15px;
  top: 0;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  background: #3772FF;
  color: #ffffff;
  border-radius: 50%;
}

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

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

.docs-section .image-col .image{
  position: absolute;
  left: 0;
  top: -20px;
}

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

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-section{
  position: relative;
  background: #050023;
  padding: 100px 0px 90px;
}

.team-section .bg-circles-left{
  position: absolute;
  left: 0;
  top: 70px;
}

.team-section .bg-circles-right{
  position: absolute;
  right: 0;
  bottom: -530px;
}

.team-section .advisors{
  padding-top: 70px;
}

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

.team-block .inner-box{
  position: relative;
  display: block;
  padding: 0 0;
  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;
}

.team-block .inner-box:hover{
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.35);
}

.team-block .lower-box{
  position: relative;
  display: block;
  padding: 30px 30px;
  background: #201F3A;
  border-radius: 0 0 20px 20px;
}

.team-block .image-box{
  position: relative;
  display: block;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.team-block .image-box img{
    position: relative;
    display: block;
    width: 100%;
    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;
}

.team-block .inner-box:hover .image-box img{
  opacity: 0.70;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-block h5{
  line-height: 1.5em;
  margin-bottom: 10px;
}

.team-block .designation{
  position: relative;
  color: #D3D4E0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-section{
  position: relative;
  padding: 100px 0px 100px;
  border-top: 1px solid #414073;
  border-bottom: 1px solid #414073;
}

.faqs-section .title-box{
  margin-bottom: 50px;
}

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

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

.faqs-section .image-col .image{
  position: absolute;
  left: 0;
  top: -50px;
}

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

.faqs-section .text-col{
  position: relative;
  margin-bottom: 30px;
}

.faqs-section .tabs-box{
  position: relative;
}

.faqs-section .tabs-box .tab-buttons{
  position: relative;
  padding-bottom: 35px;
}

.faqs-section .tabs-box .tab-buttons .tab-btn{
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #7B7B97;
  padding-bottom: 7px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.faqs-section .tabs-box .tab-buttons .active-btn{
  color: #ffffff;
}

.faqs-section .tabs-box .tab-buttons .tab-btn:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #2D2451;
}

.faqs-section .tabs-box .tab-buttons .active-btn:before{
  border-bottom-color: #3772FF;
}

.faqs-section .tabs-box .tabs-content{
  position: relative;
}

.faqs-section .tabs-box .tab{
  position: relative;
  background: #201F3A;
  padding: 0 35px;
  border-radius: 20px;
}

.accordion-box{
  position: relative;
  margin: 0;
}

.accordion-box ::marker{
  display: none;
}

.accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 28px;
  border-bottom: 1px solid #414073;
}

.accordion-box .block:last-child{
  border:none;
}

.accordion-box .block.active-block{
    
}

.accordion-box .block .acc-btn{
  position:relative;
  top: 0;
  width: 100%;
  font-size:20px;
  line-height:30px;
  font-weight:500;
  color: #ffffff;
  cursor:pointer;
  padding:28px 40px 0 0px;
}

.accordion-box .block.active-block .acc-btn{
    
}

.accordion-box .block .acc-btn i{
  position: absolute;
  right: 0;
  top: 42px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #3772FF;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 50%;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.accordion-box .block .acc-btn.active i{
  background: #414073;
  transform: rotate(180deg);
}

.accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  display: none;
}

.accordion-box .active-block .acc-content{
  display:block;
}

.accordion-box .block .content{
  position:relative;
  padding: 20px 0 0;
}

.accordion-box .block .content .text{
  display: block;
  line-height: 1.55em;
  margin: 0;
  font-size: 16px;
}

/*** 

====================================================================
  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: #3772FF;
  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: #3772FF;
}

.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: #292A47;
    border: 2px solid #292A47;
    color: #ffffff;
    border-radius: 24px;
}

.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: #3772FF;
}

.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;
  border-radius: 28px;
}

/*** 

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

***/

.main-footer{
    position:relative;
    padding: 0 0;
    background: #140E3A;
    text-align: center;
}

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

.main-footer .footer-upper{
  position: relative;
  padding: 100px 0 60px;
}

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

.main-footer .form-box{
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

.main-footer form .form-group{
    position: relative;
    margin: 0 0;
    padding-right: 190px;
}

.main-footer form .form-group input[type="email"],
.main-footer form .form-group input[type="text"]{
    position: relative;
    height: 56px;
    padding: 11px 25px;
    line-height: 30px;
    background: #292A47;
    border: 2px solid #292A47;
    color: #ffffff;
    border-radius: 28px;
}

.main-footer form .form-group input:focus,
.main-footer form .form-group select:focus,
.main-footer form .form-group textarea:focus{
  border-color: #3772FF;
}

.main-footer form ::-webkit-input-placeholder{color: #E0E0E0;}

.main-footer form ::-moz-input-placeholder{color: #E0E0E0; }

.main-footer form ::-ms-input-placeholder{color: #E0E0E0;}

.main-footer .form-box .theme-btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  text-align: center;
  padding: 11px 36px;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 28px;
}

.main-footer .text{
    position: relative;
    max-width: 620px;
    margin: 0 auto;
    color: #E0E0E0;
    padding-top: 50px;
}

.main-footer .social-links{
    position: relative;
    padding-top: 55px;
}

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

.main-footer .social-links a{
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #ffffff;
    background: #292A47;
    text-align: center;
    border-radius: 3px;
    -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;
}

.main-footer .social-links a:hover{
  color: #3772FF;
}

.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;
}

/*** 

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

  Home Two

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

***/

body.home-two{
  background: #ffffff;
  color: #6D747C;
}

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

body.home-two .scroll-to-top{
  background: #48DCA8;
}

/*** 

====================================================================
  Header Two
====================================================================

***/

.header-two.fixed-header .header-upper {
    position: fixed;
    top: 0;
    background: #ffffff;
    border-bottom-color: #48DCA8;
}

.header-two .main-menu .navigation > li > a{
  color: #283445;
  font-size: 14px;
  text-transform: uppercase;
}

.header-two .main-menu .navigation > li > a.mPS2id-highlight-first,
.header-two .main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #48DCA8;
  text-decoration: none;
  opacity:1;
}

.header-two .header-upper .links-box{
  padding-top: 23px;
  margin-left: 80px;
}

.header-two .header-upper .links-box .link .theme-btn{
  padding: 7px 25px;
  font-size: 14px;
}

.header-two .lang-box .lang-btn{
  line-height: 24px;
  padding: 6px 12px;
  color: #101010;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
}

.header-two .lang-box .lang-btn .arrow{
  padding-left: 3px;
}

.header-two .lang-box{
  padding-left: 0;
  margin-left: 5px;
}

.header-two .lang-box:before{
  display: none;
}

.header-two .lang-box .lang-list{
  left: 0;
  width: 100%;
  background: #48DCA8;
}

/*** 

====================================================================
  Banner Two
====================================================================

***/

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

.banner-two .curve-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:260px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
}

.banner-two .banner-container{
  padding: 190px 0 120px;
}

.banner-two .auto-container{

}

.banner-two .text-col{
  position: relative;
  margin-bottom: 30px;
}

.banner-two .text-col h1{
  position: relative;
  color: #101010;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.45em;
  margin-bottom: 25px;
}

.banner-two .text-col .inner{
  position: relative;
  max-width: 620px;
  padding-top: 30px;
}

.banner-two .text-col .text{
  position: relative;
  color: #6D747C;
  max-width: 520px;
}

.banner-two .text-col .links-box{
  position: relative;
  padding-top: 45px;
}

.banner-two .text-col .links-box .link{
  position: relative;
  float: left;
  margin-right: 44px;
}

.banner-two .text-col .links-box .link:last-child{
  margin-right: 0;
}

.banner-two .vid-btn{
  position: relative;
  top: -4px;
  line-height: 24px;
  padding-left: 70px;
  padding-top: 15px;
}

.banner-two .vid-btn .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  line-height: 56px;
  font-size: 20px;
  color: #101010;
  text-align: center;
  border: 1px solid #48DCA8;
  border-radius: 50%;
}

.banner-two .vid-btn .icon .ripple,
.banner-two .vid-btn .icon .ripple:before,
.banner-two .vid-btn .icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:58px;
  height: 58px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-two .vid-btn .icon .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-two .vid-btn .icon .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

.banner-two .vid-btn .txt{
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  border-bottom: 2px solid #48DCA8;
}

.banner-two .counter-col{
  position: relative;
  margin-bottom: 30px;
}

.banner-two .counter-col .inner{
  position: relative;
  display: block;
  padding-right: 50px;
}

.banner-two .counter-col .inner-box{
  position: relative;
  display: block;
  float: right;
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 25px 60px 35px;
  border: 1px solid #DCDCE7;
  border-radius: 24px;
  box-shadow: -10px 25px 80px rgba(6, 4, 113, 0.1);
}

.banner-two .counter-col h5{
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.banner-two .counter-col .link-box{
  position: relative;
  text-align: center;
  padding-top: 30px;
}

.banner-two .counter-col .link-box .theme-btn{
  display: block;
  width: 100%;
}

.banner-two .time-counter{
  position:relative;
  margin: 0 -10px;
}

.banner-two .time-countdown-two{
  position:relative;
}

.banner-two .time-countdown-two .counter-column{
  position:relative;
  display: inline-block;
  width:78px;
  font-size:14px;
  color:#A3A3A3;
  text-transform:capitalize;
  font-weight:500;
  letter-spacing: 0.01em;
  text-align: center;
  z-index: 7;
  margin:0 8px 25px;
}

.banner-two .time-countdown-two .counter-column .period{
  position:relative;
  display:block;
  font-size: 14px;
  color: #283445;
  font-weight: 500;
  margin-bottom: 5px;
}

.banner-two .time-countdown-two .counter-column .count{
  position:relative;
  display:block;
  font-size:20px;
  line-height:32px;
  padding:23px 5px;
  width: 78px;
  height: 78px;
  border: 1px solid #DCDCE7;
  color:#101010;
  font-weight:600;
  letter-spacing:1px;
  background: none;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}

.banner-two .progress-box{
  position: relative;
}

.banner-two .progress-box .bar-legend{
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #283445;
  line-height: 22px;
  margin-bottom: 20px;
}

.banner-two .progress-box .bar-outer{
  position: relative;
  display: block;
}

.banner-two .progress-box .bar-inner{
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  background: none;
  border: 1px solid #DCDCE7;
  border-radius: 6px;
}

.banner-two .progress-box .bar-inner .bar{
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  height: 12px;
  background: #63A3FF;
  background: -webkit-linear-gradient(left,#011B3F,#63A3FF);
  background: -ms-linear-gradient(left,#011B3F,#63A3FF);
  background: -moz-linear-gradient(left,#011B3F,#63A3FF);
  border-radius: 6px;
}

.banner-two .progress-box .pt{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 40px;
  min-width: 60px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}

.banner-two .progress-box .pt:before{
  content: '';
  position: absolute;
  left: 49%;
  top: 0;
  height: 36px;
  border-left: 1px solid #414073;
}

.banner-two .progress-box .pt-one{
  left: 0%;
  top: 0;
}

.banner-two .progress-box .pt-two{
  left: 40%;
  top: 0;
}

.banner-two .progress-box .pt-three{
  left: auto;
  right: 0;
  top: 0;
}

/*** 

====================================================================
  Title Box Two
====================================================================

***/

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

.title-box-two.centered{
  text-align: center;
  max-width: 540px;
  margin: 0 auto 60px;
}

.title-box-two h2{
  position: relative;
  font-weight: 600;
  line-height: 1.40em;
  text-transform: capitalize;
  padding-bottom: 12px;
  margin: 0 0;
}

.title-box-two h2:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 106px;
  border-bottom: 4px solid #48DCA8;
}

.title-box-two.centered h2:before{
  left: 50%;
  margin-left: -53px;
}

.title-box-two .text-content{
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  color: #6D747C;
  padding-top: 32px;
  max-width: 420px;
  margin: 0 auto;
}

.title-box-two .links-box{
  position: relative;
  padding-top: 40px;
}

.title-box-two .links-box .link{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.title-box-two.centered .links-box .link{
  margin: 0 10px;
}

.title-box-two h4{
  position: relative;
  font-weight: 500;
  padding-top: 15px;
  text-transform: capitalize;
}

/*** 

====================================================================
  Intro Two
====================================================================

***/

.intro-two{
  position: relative;
  padding: 70px 0px 70px;
}

.intro-two .auto-container{
  max-width: 1140px;
}

.intro-two .image-col{
  position: relative;
  order: 0;
  margin-bottom: 30px;
}

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

.intro-two .image-col .image{
  position: relative;
  display: block;
}

.intro-two .image-col .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
}

.intro-two .text-col{
  position: relative;
  order: 12;
}

.intro-two .text-col .inner{
  position: relative;
  padding-left: 30px;
  padding-top: 30px;
}

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

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

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

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

.intro-two .info-block .icon-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #0A8F61;
  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-two .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-two .info-block h5{
  text-transform: capitalize;
  margin-bottom: 10px;
}

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

/*** 

====================================================================
  Why Section Two
====================================================================

***/

.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(right top,#f6f7fd,rgba(0,0,0,0));
  background: -moz-linear-gradient(right top,#f6f7fd,rgba(0,0,0,0));
}

.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;
  min-height: 94px;
  padding-left: 120px;
}

.why-block-two .icon-box{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -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-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: #6D747C;
  line-height: 1.5em;
}

/*** 

====================================================================
  How It Works Two
====================================================================

***/

.how-it-works-two{
  position: relative;
  padding: 0px 0px 90px;
}

.how-it-works-two .upper-row{
  position: relative;
  padding-bottom: 30px;
}

.how-it-works-two .upper-row .title{
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.how-it-works-two .upper-row .more-link{
  position: relative;
  float: right;
  margin-bottom: 30px;
}

.how-it-works-two .upper-row .more-link a{
  position: relative;
  color: #283445;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}

.how-it-works-two .upper-row .more-link a .icon{
  padding-left: 12px;
}

.how-it-works-two .image-col{
  position: relative;
  margin-bottom: 30px;
}

.how-it-works-two .image-col .inner{
  position: relative;
  min-height: 100%;
}

.how-it-works-two .image-col .image{
  position: relative;
  display: block;
}

.how-it-works-two .image-col .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 20px;
}

.how-it-works-two .text-col{
  position: relative;
}

.how-it-works-two .text-col .inner{
  position: relative;
}

.info-block-two{
  position: relative;
  margin-bottom: 40px;
}

.info-block-two .inner-box{
  position: relative;
  display: block;
  max-width: 230px;
  min-height: 100%;
}

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

.info-block-two .icon-box{
  position: relative;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 98px;
  text-align: center;
  background: none;
  border: 1px solid #DCDCE7;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.info-block-two h5{
  color: #283445;
  margin-bottom: 12px;
}

.info-block-two .text{
  position: relative;
}

/*** 

====================================================================
  Allocation Section Two
====================================================================

***/

.allocation-two{
  position: relative;
  padding: 130px 0px 150px;
}

.allocation-two:before{
  content: '';
  position: absolute;
  right: 0;
  top: 100px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top,#f9fcfe,rgba(0,0,0,0));
  background: -ms-linear-gradient(top,#f9fcfe,rgba(0,0,0,0));
  background: -moz-linear-gradient(top,#f9fcfe,rgba(0,0,0,0));
  display: none;
}

.allocation-two .curve-layer{
    position:absolute;
    left:0px;
    top:0;
    width:100%;
    height:280px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

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

.allocation-two .tabs-box{
  position: relative;
}

.allocation-two .tabs-box .tab-buttons{
  position: relative;
  text-align: center;
  padding-bottom: 45px;
}

.allocation-two .tabs-box .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 25px;
  text-transform: uppercase;
  color: #6D747C;
  background: #DCDCE7;
  margin: 0 10px 20px;
  border-radius: 8px;
}

.allocation-two .tabs-box .tab-buttons .active-btn{
  color: #ffffff;
  background: #48DCA8;
}

.allocation-two .tabs-box .tabs-content{
  position: relative;
}

.allocation-two .tabs-box .tab{
  position: relative;
}

.allocation-two .graph-image{
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}

.allocation-two .graph-image .image{
  position: relative;
  display: block;
}

.allocation-two .progress-col{
  position: relative;
  float: left;
  width: 100%;
  max-width: 410px;
}

.allocation-two .progress-col .inner{
  position: relative;
  display: block;
  padding-top: 50px;
}

.allocation-two .progress-col.right{
  float: right;
}

.allocation-two .progress-box{
  position: relative;
}

.allocation-two .bar-block{
  position: relative;
  margin-bottom: 25px;
}

.allocation-two .progress-box .bar-legend{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 10px;
}

.allocation-two .progress-box .prog-bar{
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.allocation-two .progress-box .prog-bar:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  border-radius: 5px;
}

.allocation-two .progress-box .prog-bar .bar-inner{
  position: relative;
  display: block;
  height: 10px;
  background: #3772FF;
  border-radius: 5px;
}

.allocation-two .progress-box .color-1:before{
  background: #3D88FB;
}

.allocation-two .progress-box .color-1 .bar-inner{
    background: #3D88FB;
}

.allocation-two .progress-box .color-2:before{
  background: #5637C8;
}

.allocation-two .progress-box .color-2 .bar-inner{
    background: #5637C8;
}

.allocation-two .progress-box .color-3:before{
  background: #00D89E;
}

.allocation-two .progress-box .color-3 .bar-inner{
    background: #00D89E;
}

.allocation-two .progress-box .color-4:before{
  background: #ACDF35;
}

.allocation-two .progress-box .color-4 .bar-inner{
    background: #ACDF35;
}

.allocation-two .progress-box .color-5:before{
  background: #FF9B5C;
}

.allocation-two .progress-box .color-5 .bar-inner{
    background: #FF9B5C;
}

.allocation-two .progress-box .color-6:before{
  background: #FC3352;
}

.allocation-two .progress-box .color-6 .bar-inner{
    background: #FC3352;
}

/*** 

====================================================================
  Token Sale Section
====================================================================

***/

.token-sale-two{
  position: relative;
  padding: 100px 0px 0px;
}

.token-sale-two:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(268.19deg, rgba(30, 58, 205, 0.04) 0.89%, rgba(247, 247, 247, 0) 82.18%);
  background: -ms-linear-gradient(left,#f6f7fd,rgba(0,0,0,0));
  background: -moz-linear-gradient(left,#f6f7fd,rgba(0,0,0,0));
}

.token-sale-two .title-box-two{
  max-width: 630px;
  margin-bottom: 70px;
}

.token-sale-two .title-box-two .text-content{
  max-width: 630px;
}

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

.sale-block-three .inner-box{
  position: relative;
  display: block;
  padding: 20px 25px 22px;
  background: #ffffff;
  min-height: 100%;
  border: 1px solid #DCDCE7;
  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;
}

.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;
}

.token-sale-two .lower-content{
  position: relative;
  margin-top: 50px;
  padding: 0 0 60px;
}

.token-sale-two .lower-content:before{
  content: '';
  position: absolute;
  right: 0;
  top: 150px;
  left: 0;
  bottom: 0;
  background: #f7f8fd;
  display: none;
}

.token-sale-two .lower-content .curve-layer{
    position:absolute;
    left:0px;
    top:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.token-sale-two .lower-content .title{
  position: relative;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.token-sale-two .lower-content .title:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -53px;
  width: 106px;
  border-bottom: 2px solid #DCDCE7;
}

.token-sale-two .lower-content .title h3{
  margin-bottom: 0;
}

.calendar-view-two{
  position: relative;
  padding-top: 45px;
}

.calendar-view-two:before{
  content: '';
  position: absolute;
  left: 90px;
  right: 90px;
  top: 50px;
  border-bottom: 3px dashed #6D747C;
}

.calendar-view-two .owl-theme .owl-nav,
.calendar-view-two .owl-theme .owl-dots{
  display: none;
}

.calendar-view-two .owl-theme .owl-stage-outer{
  overflow: visible;
}

.sale-block-four{
  position: relative;
  padding-top: 40px;
  margin-bottom: 30px;
  z-index: 1;
}

.owl-theme .sale-block-four{
  margin-bottom: 40px;
}

.calendar-view-two .row{
  margin: 0 -40px;
}

.calendar-view-two .row .sale-block-four{
  padding: 0 40px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.sale-block-four .inner-box{
  position: relative;
  display: block;
  padding: 30px 20px 28px;
  background: #ffffff;
  text-align: center;
  min-height: 100%;
  box-shadow: 0px 20px 35px rgba(5, 2, 113, 0.07);
  border-radius: 12px;
  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-four .inner-box:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -43px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 3px solid #48DCA8;
  border-radius: 50%;
}

.sale-block-four .inner-box .date{
  position: relative;
  display: inline-block;
  color: #283445;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 3px;
  border-bottom: 1px solid #DCDCE7;
  margin-bottom: 10px;
}

.sale-block-four .bonus{
  position: relative;
  color: #283445;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.sale-block-four .price{
  position: relative;
  color: #6D747C;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}

/*** 

====================================================================
  Roadmap Section Two
 ====================================================================

***/

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

.roadmap-two .bg-layer{
    position:absolute;
    left:0px;
    top:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center 130px;
    background-size: 100% auto;
}

.roadmap-two .roadmap-box{
  position: relative;
  display: block;
  max-width: 760px;
  padding-top: 65px;
  padding-bottom: 40px;
  margin: 0 auto;
}

.roadmap-two .roadmap-box:before{
    content: '';
    position:absolute;
    left:50%;
    margin-left: -1px;
    top:0;
    bottom: 0;
    height:100%;
    border-left: 2px dashed #6D747C;
    opacity:1;
    z-index: 0;
}

.roadmap-two .road-map-item{
  position: relative;
  margin-bottom: 40px;
}

.roadmap-two .road-map-item:last-child{
  margin-bottom: 0;
}

.roadmap-block-two{
  position: relative;
  z-index: 1;
}

.roadmap-two .road-map-item .roadmap-block-two{
  position: relative;
  float: right;
  text-align: left;
  padding-left: 45px;
  width: 50%;
}

.roadmap-two .road-map-item:nth-child(even) .roadmap-block-two{
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: 45px;
}

.roadmap-block-two .inner-box{
  position: relative;
  display: block;
}

.roadmap-block-two .inner-box .check-icon{
  position: absolute;
  display: block;
  left: -61px;
  top: -2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 29px;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto 20px;
  border: 2px solid #283445;
  background: #ffffff;
  border-radius: 50%;
}

.roadmap-two .road-map-item:nth-child(even) .roadmap-block-two .inner-box .check-icon{
  left: auto;
  right: -61px;
}

.roadmap-block-two .inner-box.checked .check-icon{
    background: #48DCA8;
    border-color: #48DCA8;
}

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

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

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

.roadmap-block-two .inner-box .date:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 4px solid #DCDCE7;
}

.roadmap-two .road-map-item:nth-child(even) .roadmap-block-two .inner-box .date:before{
  left: auto;
  right: 0;
}

.roadmap-block-two .inner-box.checked .date:before{
  border-bottom-color: #48DCA8;
}

.roadmap-block-two .text{
  position: relative;
  color: #6D747C;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-two{
  position: relative;
  padding: 110px 0px 70px;
}

.team-two:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(268.19deg, rgba(30, 58, 205, 0.04) 0.89%, rgba(247, 247, 247, 0) 82.18%);
  background: -ms-linear-gradient(left,#eeeff3,rgba(0,0,0,0));
  background: -moz-linear-gradient(left,#eeeff3,rgba(0,0,0,0));
}

.team-two .title-box-two{
  margin-bottom: 50px;
}

.team-two .tabs-box{
  position: relative;
}

.team-two .tabs-box .tab-buttons{
  position: relative;
  text-align: center;
  padding-bottom: 45px;
}

.team-two .tabs-box .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 25px;
  text-transform: uppercase;
  color: #6D747C;
  background: #DCDCE7;
  margin: 0 10px 20px;
  border-radius: 8px;
}

.team-two .tabs-box .tab-buttons .active-btn{
  color: #ffffff;
  background: #48DCA8;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
}

.team-two .tabs-box .tabs-content{
  position: relative;
}

.team-two .tabs-box .tab{
  position: relative;
}

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

.team-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0 0;
  min-height: 100%;
  border-radius: 20px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.05);
  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;
}

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

.team-block-two .lower-box{
  position: relative;
  display: block;
  padding: 30px 30px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}

.team-block-two .image-box{
  position: relative;
  display: block;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.team-block-two .image-box img{
    position: relative;
    display: block;
    width: 100%;
    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;
}

.team-block-two .inner-box:hover .image-box img{
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.team-block-two h5{
  line-height: 1.5em;
  margin-bottom: 10px;
}

.team-block-two .designation{
  position: relative;
  padding-bottom: 10px;
  color: #6D747C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.team-block-two .designation:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  border-bottom: 2px solid #48DCA8;
}

/*** 

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

***/

.contact-two{
  position: relative;
  padding: 100px 0px 70px;
}

.contact-two .curve-image{
    position:absolute;
    right:0px;
    bottom:120px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.contact-two .info-col{
  position: relative;
  margin-bottom: 30px;
}

.contact-two .info-box{
  position: relative;
  padding: 28px 24px;
  background: #F6F6F6;
  border-radius: 20px;
}

.contact-two .info-box li{
  position: relative;
  display: block;
  margin: 0 0 24px;
  padding-left: 64px;
  padding-top: 9px;
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.contact-two .info-box li .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  color: #48DCA8;
  background: #ffffff;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.06);
}

.contact-two .info-box li.phone .icon{
  color: #FF7A00;
}

.contact-two .info-box li.address .icon{
  color: #3813E7;
}

.contact-two .info-box li a{
  position: relative;
  color: #101010;
  -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-two .info-box li a:hover{
  color: #48DCA8;
}

.contact-two .info-box li.address:before{
  content: '';
  position: absolute;
  left: 22px;
  top: 56px;
  width: 38px;
  height: 62px;
  background: url(../images/icons/info-arrow.png) left top no-repeat;
}

.contact-two .info-box li.map-link a{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 24px;
  color: #05C6FF;
  text-transform: capitalize;
  font-weight: 500;
}

.contact-two .info-box li.map-link a:before{
  content: '';
  position: absolute;
  left: 10px;
  right: 0;
  bottom: -2px;
  border-bottom: 1px solid #05C6FF;
}

.contact-two .info-box li.map-link i{
  padding-right: 10px;
}

.contact-two .social-links{
  position: relative;
  padding-top: 20px;
}

.contact-two .social-links h6{
  position: relative;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-two .social-links h6 span{
  position: relative;
}

.contact-two .social-links h6 span:after{
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 5px;
  bottom: 0;
  width: 100px;
  border-bottom: 1px solid #DCDCE7;
}

.contact-two .social-links li{
  position: relative;
  float: left;
  margin-right: 20px;
}

.contact-two .social-links li a{
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.0);
  border-radius: 6px;
  -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-two .social-links li a img{
  max-height: 32px;
}

.contact-two .social-links li a:hover{
  border-color: #48DCA8;
}

.contact-two .form-col{
  position: relative;
  margin-bottom: 30px;
}

.contact-two .form-box{
  position: relative;
  padding: 24px 24px 14px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.06);
}

.contact-two .form-box h4{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.contact-two .form-box h4:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  border-bottom: 2px solid #48DCA8;
}

.contact-two .form-box .form-group{
  margin-bottom: 16px;
}

.contact-two .form-box form input,
.contact-two .form-box form select,
.contact-two .form-box form textarea{
    position: relative;
    border-width: 2px;
    border-radius: 8px;
}

.contact-two .form-box form textarea{
  height: 115px;
}

.contact-two .form-box form input:focus,
.contact-two .form-box form select:focus,
.contact-two .form-box form textarea:focus{
  border-color: #48DCA8;
}

.contact-two form ::-webkit-input-placeholder{color: #6D747C;}

.contact-two form ::-moz-input-placeholder{color: #6D747C; }

.contact-two form ::-ms-input-placeholder{color: #6D747C;}


.contact-two .form-box .theme-btn{
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 8px auto 0;
  padding: 11px 20px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 0px 15px 30px rgba(72, 220, 168, 0.25);
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-two{
  position: relative;
  padding: 100px 0px 70px;
}

.faqs-two:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(268.19deg, rgba(30, 58, 205, 0.04) 0.89%, rgba(247, 247, 247, 0) 82.18%);
  background: -ms-linear-gradient(right,#f6f7fd,rgba(0,0,0,0));
  background: -moz-linear-gradient(right,#f6f7fd,rgba(0,0,0,0));
}

.faqs-two .curve-layer{
    position:absolute;
    left:0px;
    bottom:50px;
    width: 100%;
    height: 385px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}

.faqs-two .title-box{
  margin-bottom: 50px;
}

.faqs-two .image-col{
  position: relative;
  margin-bottom: 30px;
}

.faqs-two .image-col .inner{
  position: relative;
  min-height: 100%;
  padding-left: 20px;
}

.faqs-two .image-col .image{
  position: relative;
  top: 20px;
}

.faqs-two .image-col .image img{
  max-width: none;
}

.faqs-two .text-col{
  position: relative;
  margin-bottom: 30px;
}

.faqs-two .accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 25px;
  border-bottom: 2px solid #DCDCE7;
}

.faqs-two .accordion-box .block:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.faqs-two .accordion-box .block.active-block{
    
}

.faqs-two .accordion-box .block .acc-btn{
  position:relative;
  top: 0;
  width: 100%;
  font-size:20px;
  line-height:30px;
  font-weight:500;
  color: #101010;
  cursor:pointer;
  padding:25px 50px 0 25px;
}

.faqs-two .accordion-box .block .acc-btn:before{
  content: '';
  position: absolute;
  left: 0;
  top: 36px;
  width: 8px;
  height: 8px;
  background: #101010;
  border-radius: 50%;
}

.faqs-two .accordion-box .block.active-block .acc-btn{
    color: #48DCA8;
}

.faqs-two .accordion-box .block .acc-btn i{
  position: absolute;
  right: 0;
  top: 25px;
  margin: 0;
  height: 32px;
  width: 32px;
  text-align: center;
  background: #48DCA8;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  border-radius: 6px;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.faqs-two .accordion-box .block .acc-btn.active i:before{
  content: "\f068";
}

.faqs-two .accordion-box .block .acc-btn.active i{
  background: #DCDCE7;
}

.faqs-two .accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  display: none;
}

.faqs-two .accordion-box .active-block .acc-content{
  display:block;
}

.faqs-two .accordion-box .block .content{
  position:relative;
  padding: 15px 0 0 25px;
}

.faqs-two .accordion-box .block .content .text{
  display: block;
  line-height: 1.55em;
  margin: 0;
  font-size: 16px;
}

/*** 

====================================================================
  Partners Section
====================================================================

***/

.partners-section{
  position: relative;
  padding: 30px 0px;
}

.partners-section:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  bottom: 0;
  opacity: 0.50;
  background: -webkit-linear-gradient(right, #bcffe7 0%, rgba(188, 255, 231, 0.26) 104.1%);
  background: -ms-linear-gradient(right,#bcffe7,rgba(0,0,0,0));
  background: -moz-linear-gradient(right,#bcffe7,rgba(0,0,0,0));
}

.partners-section .item .image{
  position: relative;
  text-align: center;
  line-height: 60px;
}

.partners-section .item .image img{
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 28px;
  line-height: 60px;
}

.partners-section .owl-theme .owl-nav,
.partners-section .owl-theme .owl-dots{
  display: none;
}

/*** 

====================================================================
  Newsletter Section
====================================================================

***/

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

.newsletter-section .inner-container{
  position: relative;
  padding: 32px 32px 0px;
  background: #FCFCFC;
  border: 1px solid #FCFCFC;
  border-radius: 20px;
  box-shadow: 0px 15px 60px rgba(0, 44, 200, 0.1);
}

.newsletter-section .title-col{
  position: relative;
  margin-bottom: 20px;
}

.newsletter-section .title-col h3{
  position: relative;
  line-height: 1.2em;
  margin-top: -5px;
  margin-bottom: 7px;
}

.newsletter-section .title-col .text{
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
}

.newsletter-section .form-box{
  position: relative;
  padding: 0 190px 0 0;
}

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

.newsletter-section .form-box form input,
.newsletter-section .form-box form select,
.newsletter-section .form-box form textarea{
    position: relative;
    border-color: #DCDCE7;
    border-radius: 8px;
}

.newsletter-section .form-box form textarea{
  height: 115px;
}

.newsletter-section .form-box form input:focus,
.newsletter-section .form-box form select:focus,
.newsletter-section .form-box form textarea:focus{
  border-color: #48DCA8;
}

.newsletter-section form ::-webkit-input-placeholder{color: #6D747C;}

.newsletter-section form ::-moz-input-placeholder{color: #6D747C; }

.newsletter-section form ::-ms-input-placeholder{color: #6D747C;}


.newsletter-section .form-box .theme-btn{
  position: absolute;
  right: -190px;
  top: 0;
  display: block;
  width: 100%;
  max-width: 160px;
  
}

/*** 

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

***/

.footer-two{
  position: relative;
  background: #283445;
  color: #ffffff;
  padding: 0 0;
}

.footer-two .upper-section{
  position: relative;
  padding: 60px 0px 40px;
}

.footer-two .footer-column{
  position: relative;
  margin-bottom: 30px;
}

.footer-two .footer-widget{
  position: relative;
}

.footer-two .widget-title{
  position: relative;
  margin-bottom: 45px;
}

.footer-two .widget-title h5{
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0;
  color: #ffffff;
  font-weight: 600;
}

.footer-two .footer-widget .widget-content{
  position: relative;
  display: block;
}

.footer-two .upper-section .footer-logo{
  position: relative;
  margin-top: -7px;
  margin-bottom: 30px;
}

.footer-two .upper-section .text{
  position: relative;
  max-width: 360px;
}

.footer-two .upper-section .link-box{
  position: relative;
  padding-top: 30px;
}

.footer-two .upper-section .links{
  position: relative;
}

.footer-two .upper-section .links li{
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.footer-two .upper-section .links li:last-child{
  margin-bottom: 0;
}

.footer-two .upper-section .links li a{
  position: relative;
  display: block;
  font-weight: 400;
  color: #F6F6F6;
  font-size: 16px;
  line-height: 24px;
  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;
}

.footer-two .upper-section .links li a:hover{
  color: #48DCA8;
  text-decoration: underline;
}

.footer-two .upper-section .cards{
  position: relative;
  margin-bottom: 30px;
}

.footer-two .upper-section .social-links{
  position: relative;
}

.footer-two .upper-section .social-links .s-title{
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
  padding-bottom: 0px;
}

.footer-two .upper-section .social-links .s-title:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  border-bottom: 1px solid #797979;
}

.footer-two .upper-section .social-links li{
  position: relative;
  display: block;
  float: left;
  margin-right: 15px;
}

.footer-two .upper-section .social-links li:last-child{
  margin-right: 0;
}

.footer-two .upper-section .social-links li a{
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  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;
}

.footer-two .upper-section .social-links li a:hover{
  opacity: 0.70;
}

.footer-two .lower{
  position: relative;
}

.footer-two .lower .inner{
  position: relative;
  display: block;
  padding: 22px 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #F6F6F6;
  border-top: 1px solid rgba(220, 220, 231, 0.4);
}

.footer-two .lower .copyright{
  position: relative;
  color: #F6F6F6;
  text-align: center;
}

.footer-two .lower .copyright a{
  position: relative;
  color: #F6F6F6;
}

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

/*** 

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

  Home Two - Dark View

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

***/

body.home-two.dark-view{
  background: #1f2128;
  color: #D3D4E0;
}

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

body.home-two.dark-view .scroll-to-top{
  background: #48DCA8;
}

body.home-two.dark-view .header-two .main-menu .navigation > li > a{
  color: #ffffff;
}

body.home-two.dark-view .header-two .main-menu .navigation > li > a.mPS2id-highlight-first, 
body.home-two.dark-view .header-two .main-menu .navigation > li > a.mPS2id-highlight-last {
    color: #48DCA8;
    text-decoration: none;
    opacity: 1;
}

body.home-two.dark-view .header-two .lang-box .lang-btn{
  border-color: #ffffff;
  color: #ffffff;
}

body.home-two.dark-view .header-two .lang-box .lang-btn .arrow{
  color: #ffffff;
}

body.home-two.dark-view .header-two.fixed-header .header-upper {
    background: #1f2128;
    border-bottom-color: rgba(255, 255, 255, 0.30);
}

body.home-two.dark-view .banner-two .text-col .text{
  color: #D3D4E0;
}

body.home-two.dark-view .banner-two .vid-btn .icon{
  color: #ffffff;
}

body.home-two.dark-view .banner-two .vid-btn .txt{
  color: #ffffff;
}

body.home-two.dark-view .banner-two .counter-col .inner-box{
  background: #33343B;
  border-color: #33343B;
}

body.home-two.dark-view .banner-two .time-countdown-two .counter-column .period{
  color: #EFF0FC;
}

body.home-two.dark-view .banner-two .time-countdown-two .counter-column .count{
  color:#ffffff;
}

body.home-two.dark-view .banner-two .progress-box .bar-legend{
  color: #EFF0FC;
}

body.home-two.dark-view .banner-two .progress-box .bar-inner{
  background: #535459;
}

body.home-two.dark-view .banner-two .progress-box .bar-inner .bar{
  background: #77AFFF;
  background: -webkit-linear-gradient(left,#77AFFF,#FFFFFF);
  background: -ms-linear-gradient(left,#77AFFF,#FFFFFF);
  background: -moz-linear-gradient(left,#77AFFF,#FFFFFF);
}

body.home-two.dark-view .title-box-two .text-content{
  color: #D3D4E0;
}

body.home-two.dark-view .why-section-two:before{
  background: -webkit-linear-gradient(top,#272933,rgba(0,0,0,0));
  background: -ms-linear-gradient(top,#272933,rgba(0,0,0,0));
  background: -moz-linear-gradient(top,#272933,rgba(0,0,0,0));
}

body.home-two.dark-view .why-block-two .inner-box{
  border-color: #33343B;
  background-color: #33343B;
}

body.home-two.dark-view .why-block-two .text{
  color: #D3D4E0;
}

body.home-two.dark-view .how-it-works-two .upper-row .more-link a{
  color: #ffffff;
}

body.home-two.dark-view .info-block-two .icon-box{
  border-color: #33343B;
  background: #33343B;
}

body.home-two.dark-view .info-block-two h5{
  color: #EFF0FC;
}

body.home-two.dark-view .allocation-two:before{
    background: -webkit-linear-gradient(top,#1f2128,rgba(0,0,0,0));
    background: -ms-linear-gradient(top,#1f2128,rgba(0,0,0,0));
    background: -moz-linear-gradient(top,#1f2128,rgba(0,0,0,0));
}

body.home-two.dark-view .allocation-two .tabs-box .tab-buttons .tab-btn{
  background-color: #4F4F5A;
  color: #D3D4E0;
}

body.home-two.dark-view .allocation-two .tabs-box .tab-buttons .active-btn{
    color: #ffffff;
    background: #48DCA8;
}

body.home-two.dark-view .allocation-two .progress-box .bar-legend{
  color: #ffffff;
}

body.home-two.dark-view .token-sale-two:before{
  background: -webkit-linear-gradient(left,#262833,rgba(0,0,0,0));
  background: -ms-linear-gradient(left,#262833,rgba(0,0,0,0));
  background: -moz-linear-gradient(left,#262833,rgba(0,0,0,0));
}

body.home-two.dark-view .sale-block-three .inner-box{
  background: #33343B;
  border-color: #33343B;
}

body.home-two.dark-view .sale-block-three .text{
  color: #D3D4E0;
}

body.home-two.dark-view .token-sale-two .lower-content:before{
  background: #26282f;
}

body.home-two.dark-view .calendar-view-two:before{
  border-color: #D3D4E0;
}

body.home-two.dark-view .sale-block-four .inner-box:before{
  background: #33343B;
}

body.home-two.dark-view .sale-block-four .inner-box{
  background-color: #1F2128;
}

body.home-two.dark-view .sale-block-four .inner-box .date{
  color: #EFF0FC;
}

body.home-two.dark-view .sale-block-four .inner-box .bonus{
  color: #EFF0FC;
}

body.home-two.dark-view .sale-block-four .inner-box .price{
  color: #D3D4E0;
}

body.home-two.dark-view .roadmap-two .roadmap-box:before{
  border-color: #D3D4E0;
}

body.home-two.dark-view .roadmap-block-two .text{
  color: #D3D4E0;
}

body.home-two.dark-view .roadmap-block-two .inner-box .date{
  color: #ffffff;
}

body.home-two.dark-view .roadmap-block-two .inner-box .date:before{
  border-color: rgba(255, 255, 255, 0.25);;
}

body.home-two.dark-view .roadmap-block-two .inner-box.checked .date:before {
    border-bottom-color: #48DCA8;
}

body.home-two.dark-view .roadmap-block-two .inner-box .check-icon{
  background: #1f2128;
  border-color: #EFF0FC;
}

body.home-two.dark-view .team-two:before{
  background: -webkit-linear-gradient(left,#262933,rgba(0,0,0,0));
  background: -ms-linear-gradient(left,#262933,rgba(0,0,0,0));
  background: -moz-linear-gradient(left,#262933,rgba(0,0,0,0));
}

body.home-two.dark-view .team-two .tabs-box .tab-buttons .tab-btn{
  background-color: #4F4F5A;
  color: #D3D4E0;
}

body.home-two.dark-view .team-two .tabs-box .tab-buttons .active-btn{
    color: #ffffff;
    background: #48DCA8;
}

body.home-two.dark-view .team-block-two .lower-box{
  background: #33343b;
}

body.home-two.dark-view .team-block-two .designation{
  color: #D3D4E0;
}

body.home-two.dark-view .contact-two .info-box,
body.home-two.dark-view .contact-two .form-box{
  background: #313238;
}

body.home-two.dark-view .contact-two .info-box li,
body.home-two.dark-view .contact-two .info-box li a{
  color: #ffffff;
}

body.home-two.dark-view .contact-two .info-box li.phone .icon{
  background: #1F2128;
}

body.home-two.dark-view .contact-two .info-box li.address:before{
  background: url(../images/icons/info-arrow-2.png) left top no-repeat;
}

body.home-two.dark-view .contact-two .info-box li.map-link a{
  color: #05C6FF;
}

body.home-two.dark-view .contact-two .social-links li a{
  border: none;
  line-height: 36px;
}

body.home-two.dark-view .contact-two .social-links li a img{
  max-height: 36px;
}

body.home-two.dark-view .contact-two .form-box form input, 
body.home-two.dark-view .contact-two .form-box form select, 
body.home-two.dark-view .contact-two .form-box form textarea{
  background: none;
  color: #ffffff;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.30);
}

body.home-two.dark-view .contact-two .form-box form input:focus,
body.home-two.dark-view .contact-two .form-box form select:focus,
body.home-two.dark-view .contact-two .form-box form textarea:focus{
  border-color: #48DCA8;
}

body.home-two.dark-view .contact-two form ::-webkit-input-placeholder{color: #D3D4E0;}

body.home-two.dark-view .contact-two form ::-moz-input-placeholder{color: #D3D4E0; }

body.home-two.dark-view .contact-two form ::-ms-input-placeholder{color: #D3D4E0;}

body.home-two.dark-view .faqs-two:before{
  background: -webkit-linear-gradient(right,#1f222f,rgba(0,0,0,0));
  background: -ms-linear-gradient(right,#1f222f,rgba(0,0,0,0));
  background: -moz-linear-gradient(right,#1f222f,rgba(0,0,0,0));
}

body.home-two.dark-view .faqs-two .accordion-box .block{
  border-color: rgba(255, 255, 255, 0.30);
}

body.home-two.dark-view .faqs-two .accordion-box .block .acc-btn:before{
  background: #ffffff;
}

body.home-two.dark-view .faqs-two .accordion-box .block .acc-btn i{
  background: #33343B;
  color: #48DCA8;
}

body.home-two.dark-view .faqs-two .accordion-box .block .acc-btn.active i {
    color: #FFFFFF;
}

body.home-two.dark-view .faqs-two .accordion-box .block .acc-btn{
  color: #ffffff;
}

body.home-two.dark-view .faqs-two .accordion-box .block.active-block .acc-btn {
    color: #48DCA8;
}

body.home-two.dark-view .partners-section:before{
  opacity: 1;
  background: -webkit-linear-gradient(left,#202128,#282a30,#282a30,#1b1c22);
  background: -ms-linear-gradient(left,#202128,#282a30,#282a30,#1b1c22);
  background: -moz-linear-gradient(left,#202128,#282a30,#282a30,#1b1c22);
}

body.home-two.dark-view .newsletter-section .inner-container{
  background: #33343B;
  border-color: rgba(255, 255, 255, 0.30);
}

body.home-two.dark-view .newsletter-section .title-col .text{
  color: #ffffff;
}

body.home-two.dark-view .newsletter-section .form-box form input, 
body.home-two.dark-view .newsletter-section .form-box form select, 
body.home-two.dark-view .newsletter-section .form-box form textarea{
  background: none;
  color: #ffffff;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.30);
}

body.home-two.dark-view .newsletter-section .form-box form input:focus,
body.home-two.dark-view .newsletter-section .form-box form select:focus,
body.home-two.dark-view .newsletter-section .form-box form textarea:focus{
  border-color: #48DCA8;
}

body.home-two.dark-view .newsletter-section form ::-webkit-input-placeholder{color: #D3D4E0;}

body.home-two.dark-view .newsletter-section form ::-moz-input-placeholder{color: #D3D4E0; }

body.home-two.dark-view .newsletter-section form ::-ms-input-placeholder{color: #D3D4E0;}

body.home-two.dark-view .footer-two{
  background: #33343B;
}

/*** 

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

  Home Four

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

***/

body.home-four{
  background: #ffffff;
  color: #8D869B;
}

body.home-four h1,
body.home-four h2,
body.home-four h3,
body.home-four h4,
body.home-four h5,
body.home-four h6{
  color: #9545FA;
}

body.home-four .scroll-to-top{
  background: #9545FA;
}

/*** 

====================================================================
  Header Four
====================================================================

***/

.header-four .header-upper{
  border-bottom: 1px solid rgba(111, 111, 147, 0.8);;
}

.header-four .header-upper .links-box{
  padding-top: 20px;
  margin-left: 85px;
}

.header-four .header-upper .links-box .link .theme-btn{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: none;
}

.header-four .lang-box .lang-list{
  background: #9545FA;
}

.header-four .lang-box .lang-list li a:hover{
  color: #9545FA;
}

body.home-four .header-four .main-menu .navigation > li > a.mPS2id-highlight-first, 
body.home-four .header-four .main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #9545FA;
}

/*** 

====================================================================
  Banner Four
====================================================================

***/

.banner-four{
  position: relative;
  background: #17044B;
  background: -webkit-linear-gradient(left top,#17044B,#3C0556);
  background: -ms-linear-gradient(left top,#17044B,#3C0556);
  background: -moz-linear-gradient(left top,#17044B,#3C0556);
}

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

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

.banner-four .banner-container{
  padding: 220px 0 120px;
}

.banner-four .auto-container{

}

.banner-four .text-col{
  position: relative;
  margin-bottom: 30px;
}

.banner-four .text-col h1{
  position: relative;
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.45em;
  margin-bottom: 30px;
}

.banner-four .text-col .inner{
  position: relative;
  max-width: 580px;
  padding-top: 80px;
}

.banner-four .text-col .inner:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 342px;
  height: 6px;
  border-radius: 3px;
  background: -webkit-linear-gradient(right, rgba(146, 146, 150, 0) 0%, rgba(71, 68, 221, 0.723958) 65.1%, #C226F9 100%);
  background: -moz-linear-gradient(right, rgba(146, 146, 150, 0) 0%, rgba(71, 68, 221, 0.723958) 65.1%, #C226F9 100%);
  background: -ms-linear-gradient(right, rgba(146, 146, 150, 0) 0%, rgba(71, 68, 221, 0.723958) 65.1%, #C226F9 100%);
}

.banner-four .text-col .text{
  position: relative;
  color: #C5B5D6;
  max-width: 450px;
}

.banner-four .text-col .links-box{
  position: relative;
  padding-top: 80px;
}

.banner-four .text-col .links-box .link{
  position: relative;
  float: left;
}

.banner-four .text-col .links-box .link:last-child{
  margin-right: 0;
}

.banner-four .counter-col{
  position: relative;
}

.banner-four .counter-col .inner{
  position: relative;
  display: block;
  padding-left: 50px;
}

.banner-four .counter-col .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.banner-four .counter-col .upper-box{
  position: relative;
  display: block;
  max-width: 450px;
  margin: 0 auto;
  background:  -webkit-linear-gradient(left, rgba(248, 158, 138, 0.7), rgba(254, 105, 239, 0.7));
  background:  -ms-linear-gradient(left, rgba(248, 158, 138, 0.7), rgba(254, 105, 239, 0.7));
  background:  -moz-linear-gradient(left, rgba(248, 158, 138, 0.7), rgba(254, 105, 239, 0.7));
  padding: 40px 30px 10px;
  border-radius: 8px;
}

.banner-four .counter-col .upper-box .bg-gradient{
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 8px;
  background:  -webkit-linear-gradient(top, #360866 0%, #320d5e);
  background:  -ms-linear-gradient(top, #360866 0%, #320d5e);
  background:  -moz-linear-gradient(top, #360866 0%, #320d5e);
}

.banner-four .counter-col .upper-box .bg-gradient:before{
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(left, rgba(196, 196, 196, 0), rgba(255, 204, 192, 0.5), rgba(196, 196, 196, 0));
  background: -ms-linear-gradient(left, rgba(196, 196, 196, 0), rgba(255, 204, 192, 0.5), rgba(196, 196, 196, 0));
  background: -moz-linear-gradient(left, rgba(196, 196, 196, 0), rgba(255, 204, 192, 0.5), rgba(196, 196, 196, 0));
}

.banner-four .counter-col .upper-box .bg-gradient:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(left, rgba(196, 196, 196, 0), rgba(255, 204, 192, 0.5), rgba(196, 196, 196, 0));
  background: -ms-linear-gradient(left, rgba(196, 196, 196, 0), rgba(255, 204, 192, 0.5), rgba(196, 196, 196, 0));
  background: -moz-linear-gradient(left, rgba(196, 196, 196, 0), rgba(255, 204, 192, 0.5), rgba(196, 196, 196, 0));
}

.banner-four .counter-col h5{
  text-transform: none;
  font-size: 18px;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 30px;
}

.banner-four .time-counter{
  position:relative;
  margin: 0 -10px;
}

.banner-four .time-countdown{
  position:relative;
}

.banner-four .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width:75px;
  font-size:14px;
  color:#A3A3A3;
  text-transform:capitalize;
  font-weight:500;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 5px 25px;
}

.banner-four .time-countdown .counter-column .period{
  position:relative;
  display:block;
  font-size: 14px;
  color: #C0C0C0;
  font-weight: 500;
  margin-top: 12px;
}

.banner-four .time-countdown .counter-column:hover .period{
   color: #ffffff;
}

.banner-four .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:20px;
  line-height:30px;
  padding:15px 5px;
  width: 60px;
  height: 60px;
  color:#ffffff;
  font-weight:600;
  letter-spacing:1px;
  background: #492E82;
  margin: 0 auto;
  border-radius: 6px;
}

.banner-four .time-countdown .counter-column:hover .count{
   background: #9545FA;
}

.banner-four .progress-box{
  position: relative;
  margin-top: 60px;
}

.banner-four .progress-box .info{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.banner-four .progress-box .info span{
  font-weight: 400;
  color: #C5B5D6;
}

.banner-four .progress-box .info .raised{
  position: relative;
  float: left;
}

.banner-four .progress-box .info .target{
  position: relative;
  float: right;
}

.banner-four .progress-box .bar-outer{
  position: relative;
  display: block;
}

.banner-four .progress-box .bar-inner{
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background: #492E82;
  border-radius: 5px;
}

.banner-four .progress-box .bar-inner .bar{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 10px;
  background: #26BAED;
  background: -webkit-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -ms-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -moz-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  border-radius: 5px;
}

.banner-four .progress-box .bar-inner .bar:after{
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.banner-four .progress-box .pt{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 45px;
  min-width: 70px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}

.banner-four .progress-box .pt:before{
  content: '';
  position: absolute;
  left: 49%;
  top: 0;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.60);
}

.banner-four .progress-box .pt-one{
  left: 0%;
  top: 0;
}

.banner-four .progress-box .pt-two{
  left: 60%;
  top: 0;
}

.banner-four .progress-box .pt-three{
  left: 90%;
  top: 0;
}

.banner-four .social-box{
  position: relative;
  padding: 30px 0px;
  margin-top: 104px;
}

.banner-four .social-box:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -158px;
  top: 0;
  width: 316px;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(196, 196, 196, 0), rgba(167, 125, 255, 1), rgba(196, 196, 196, 0));
  background: -ms-linear-gradient(left, rgba(196, 196, 196, 0), rgba(167, 125, 255, 1), rgba(196, 196, 196, 0));
  background: -moz-linear-gradient(left, rgba(196, 196, 196, 0), rgba(167, 125, 255, 1), rgba(196, 196, 196, 0));
}

.banner-four .social-box:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -85px;
  bottom: 0;
  width: 170px;
  height: 2px;
  background: -webkit-linear-gradient(left, rgba(196, 196, 196, 0), rgba(167, 125, 255, 1), rgba(196, 196, 196, 0));
  background: -ms-linear-gradient(left, rgba(196, 196, 196, 0), rgba(167, 125, 255, 1), rgba(196, 196, 196, 0));
  background: -moz-linear-gradient(left, rgba(196, 196, 196, 0), rgba(167, 125, 255, 1), rgba(196, 196, 196, 0));
}

.banner-four .social-box li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}

.banner-four .social-box li a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: none;
  border-radius: 4px;
  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;
}

.banner-four .social-box li a:hover{
    background: #382463;
}

/*** 

====================================================================
  Title Box Two Alternate
====================================================================

***/

.title-box-two.alt{
  margin-bottom: 80px;
}

.title-box-two.alt.centered{
  max-width: 780px;

}

.title-box-two.alt h2{
  color: #26BAED;
  font-weight: 700;
  background: -webkit-linear-gradient(left,#26BAED,#4F94FB, #DB26F9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-box-two.alt.light h2{
  color: #ffffff;
  background: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #ffffff;
}

.title-box-two.alt h2:before{
  border-bottom-color: #DFAFF5;
  width: 124px;
  margin-left: -62px;
  height: 3px;
}

.title-box-two.alt .text-content{
  font-size: 18px;
  font-weight: 500;
  color: #8D869B;
}

.title-box-two.alt.light .text-content{
  color: #C5B5D6;
}

.title-box-two.alt.centered .text-content{
  max-width: 740px;
}


.title-box-two.alt .links-box{
  
}

.title-box-two.alt .links-box .link{
  
}

.title-box-two.alt.centered .links-box .link{
  
}

.title-box-two.alt h4{
 
}

/*** 

====================================================================
  Intro Three
====================================================================

***/

.intro-three{
  position: relative;
  padding: 120px 0px 120px;
}

.intro-three .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.intro-three .dots-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:160px;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.intro-three .title-box-two{
  margin-bottom: 120px;
}

.intro-three .content-box{
  position: relative;
  min-height: 520px;
}

.intro-three .content-col{
  position: relative;
}

.intro-three .content-col .inner{
  position: relative;
  padding-right: 235px;
}

.intro-three .right-col .inner{
  position: relative;
  padding-right: 0px;
  padding-left: 235px;
}

.intro-three .image-col{
  position: absolute;
  width: 460px;
  text-align: center;
  left: 50%;
  margin-left: -230px;
  top: 0;
}

.intro-three .info-block-three{
  position: relative;
  margin-bottom: 70px;
}

.intro-three .left-col .info-block-three:nth-child(1){
  right: -60px;
}

.intro-three .left-col .info-block-three:nth-child(3){
  right: -20px;
}

.intro-three .right-col .info-block-three:nth-child(1){
  left: -20px;
}

.intro-three .right-col .info-block-three:nth-child(2){
  left: 40px;
}

.intro-three .right-col .info-block-three:nth-child(3){
  left: 25px;
}

.intro-three .info-block-three .inner-box{
  position: relative;
  display: block;
  text-align: right;
  max-width: 355px;
  padding-right: 70px;
  padding-top: 5px;
  min-height: 70px;
}

.intro-three .right-col .info-block-three .inner-box{
  padding-right: 0;
  padding-left: 70px;
  text-align: left;
}

.intro-three .info-block-three .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-three .info-block-three .icon-box{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #5E8BFF;
  background: -webkit-linear-gradient(top,#5E8BFF,#9541FF);
  background: -ms-linear-gradient(top,#5E8BFF,#9541FF);
  background: -moz-linear-gradient(top,#5E8BFF,#9541FF);
  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-three .right-col .info-block-three .icon-box{
  left: 0;
  right: auto;
}

.intro-three .info-block-three h5{
  font-weight: 500;
  color: #17044B;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.intro-three .info-block-three .text{
  color: #8D869B;
  font-size: 14px;
  line-height: 22px;
}

/*** 

====================================================================
  Why Section Two
====================================================================

***/

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

.why-section-three .title-box-two{
  margin-bottom: 100px;
}

.why-section-three .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.why-section-three:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,#17044B,#3C0556);
  background: -ms-linear-gradient(left,#17044B,#3C0556);
  background: -moz-linear-gradient(left,#17044B,#3C0556);
}

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

.why-block-three .inner-box{
  position: relative;
  display: block;
  padding: 30px 25px 25px;
  background: none;
  min-height: 100%;
  text-align: center;
  border-radius: 8px;
  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-three .inner-box:hover{
  background: #382463;
}

.why-block-three .inner{
  position: relative;
  min-height: 94px;
}

.why-block-three .icon-box{
  position: relative;
  display: block;
  width: 108px;
  height: 108px;
  line-height: 102px;
  margin: 0 auto 32px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  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-three .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-three .inner-box:hover .icon-box{
  border-color: #4F94FB;
}

.why-block-three .icon-box:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    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;
}

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

.why-block-three h4{
  position: relative;
  line-height: 1.5em;
  color: #ffffff !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.why-block-three h4:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -65px;
  bottom: 0;
  width: 130px;
  border-bottom: 1px solid #DFAFF5;
}

.why-block-three .text{
  position: relative;
  color: #C5B5D6;
  font-weight: 500;
  line-height: 1.5em;
}

/*** 

====================================================================
  Allocation Three
====================================================================

***/

.allocation-three{
  position: relative;
  padding: 120px 0px 90px;
}

.allocation-three .graph-col{
  position: relative;
  margin-bottom: 30px;
}

.allocation-three .graph-col .inner{
  position: relative;
  display: block;
  min-height: 100%;
  padding: 74px 20px 44px;
  background: #F8FBFE;
  border-radius: 12px;
}

.allocation-three .graph-col .inner-box{
  position: relative;
  display: block;
  width: 100%;
  max-width: 482px;
  margin: 0 auto;
}

.allocation-three .graph-col .image{
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.allocation-three .graph-col .f-list{
  position: relative;
}

.allocation-three .graph-col .f-block{
  position: relative;
  margin-bottom: 30px;
}

.allocation-three .f-block .f-inner{
  position: relative;
  padding-left: 25px;
}

.allocation-three .f-block .f-inner:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  width: 8px;
  background: #26BAED;
  border-radius: 4px;
}

.allocation-three .f-block .percent{
  position: relative;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  color: #101010;
  margin-bottom: 4px;
}

.allocation-three .f-block .color-1:before{
    background: #00d89e;
}

.allocation-three .f-block .color-2:before{
    background: #9116cd;
}

.allocation-three .f-block .color-3:before{
    background: #5637c8;
}

.allocation-three .f-block .color-4:before{
    background: #fc3352;
}

.allocation-three .f-block .color-5:before{
    background: #3d88fb;
}

.allocation-three .f-block .color-6:before{
    background: #bb1ac9;
}

.allocation-three .f-block .color-7:before{
    background: #895ef3;
}

.allocation-three .f-block .color-8:before{
    background: #ff8310;
}

.allocation-three .f-block .color-9:before{
    background: #acdf35;
}

.allocation-three .f-block .color-10:before{
    background: #27cbef;
}

.allocation-three .f-block .color-11:before{
    background: #6b97d8;
}

/*** 

====================================================================
  Token Sale Section
====================================================================

***/

.token-sale-three{
  position: relative;
  padding: 120px 0px 120px;
}

.token-sale-three .title-box-two{
  margin-bottom: 80px;
}

.token-sale-three .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.token-sale-three:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,#17044B,#3C0556);
  background: -ms-linear-gradient(left,#17044B,#3C0556);
  background: -moz-linear-gradient(left,#17044B,#3C0556);
}

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

.sale-block-five .inner-box{
  position: relative;
  display: block;
  padding: 25px 25px;
  background: #382463;
  min-height: 100%;
  border-radius: 6px;
  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;
}

.sale-block-five .inner-box:hover{
  background: #9545FA;
}

.sale-block-five .inner-box h5{
  color: #ffffff;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.sale-block-five .text{
  position: relative;
  color: #C5B5D6;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}

.sale-block-five .inner-box:hover .text{
  color: #ffffff;
}

.token-sale-three .big-inner{
  position: relative;
  min-height: 100%;
  padding-left: 20px;
  margin-bottom: 30px;
}

.token-sale-three .outer-box{
  position: relative;
  display: block;
  background:  #382463;
  min-height: 100%;
  padding: 50px 30px;
  border-radius: 8px;
}

.token-sale-three .time-counter{
  position:relative;
  text-align: center;
  margin: 0 -10px;
}

.token-sale-three .time-countdown{
  position:relative;
}

.token-sale-three .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width:75px;
  font-size:14px;
  color:#A3A3A3;
  text-transform:capitalize;
  font-weight:500;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 5px 25px;
}

.token-sale-three .time-countdown .counter-column .period{
  position:relative;
  display:block;
  font-size: 14px;
  color: #C0C0C0;
  font-weight: 500;
  margin-top: 12px;
}

.token-sale-three .time-countdown .counter-column:hover .period{
   color: #ffffff;
}

.token-sale-three .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:20px;
  line-height:30px;
  padding:15px 5px;
  width: 60px;
  height: 60px;
  color:#ffffff;
  font-weight:600;
  letter-spacing:1px;
  background: #492E82;
  margin: 0 auto;
  border-radius: 6px;
}

.token-sale-three .time-countdown .counter-column:hover .count{
   background: #9545FA;
}

.token-sale-three .progress-box{
  position: relative;
  padding-top: 24px;
  border-top: 1px solid #9284AE;
}

.token-sale-three .progress-box .bar-outer{
  position: relative;
  display: block;
}

.token-sale-three .progress-box .bar-inner{
  position: relative;
  display: block;
  width: 100%;
  height: 13px;
  background: #492E82;
  border-radius: 4px;
}

.token-sale-three .progress-box .bar-inner .bar{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 13px;
  background: #26BAED;
  background: -webkit-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -ms-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  background: -moz-linear-gradient(left,#26BAED,#4F94FB,#DB26F9);
  border-radius: 4px;
}

.token-sale-three .progress-box .pt{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 45px;
  min-width: 60px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}

.token-sale-three .progress-box .pt:before{
  content: '';
  position: absolute;
  left: 49%;
  top: 0;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.60);
}

.token-sale-three .progress-box .pt-one{
  left: 5%;
  top: 0;
}

.token-sale-three .progress-box .pt-two{
  left: 30%;
  top: 0;
}

.token-sale-three .progress-box .pt-three{
  left: auto;
  right: 5%;
  top: 0;
}

.token-sale-three .link-box{
  position: relative;
  text-align: center;
  padding-top: 90px;
}

.token-sale-three .link-box .theme-btn{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 0px 24px 44px rgba(98, 134, 251, 0.24);
}

.calendar-view-three{
  position: relative;
  margin-top: 30px;
  padding-top: 65px;
}

.calendar-view-three:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  opacity: 0.80;
  background: -webkit-linear-gradient(left,rgba(196, 196, 196, 0), rgba(142, 159, 252, 1), #320d5e),rgba(196, 196, 196, 0);
  background: -ms-linear-gradient(left,rgba(196, 196, 196, 0), rgba(142, 159, 252, 1), #320d5e),rgba(196, 196, 196, 0);
  background: -moz-linear-gradient(left,rgba(196, 196, 196, 0), rgba(142, 159, 252, 1), #320d5e),rgba(196, 196, 196, 0);
}

.calendar-view-three .owl-theme .owl-nav,
.calendar-view-three .owl-theme .owl-dots{
  display: none;
}

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

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

.calendar-view-three .row{
  margin: 0 -40px;
}

.calendar-view-three .row .sale-block-six{
  padding: 0 40px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.sale-block-six .inner-box{
  position: relative;
  display: block;
  padding: 0px 0px 20px;
  background: #473273;
  text-align: center;
  min-height: 100%;
  border: 1px solid rgba(94, 139, 255, 0.2);
  border-radius: 5px;
  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-six .inner-box:before{
  content: '';
  position: absolute;
  left: 100%;
  margin-left: 45px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #5E8BFF;
  border-radius: 50%;
}

.sale-block-six .inner-box .date{
  position: relative;
  display: block;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  padding: 12px 5px;
  background: #382463;
  border-radius: 5px 5px 0 0;
  margin-bottom: 12px;
}

.sale-block-six .bonus{
  position: relative;
  color: #EFF0FC;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.sale-block-six .price{
  position: relative;
  color: #C5B5D6;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}

/*** 

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

***/

.roadmap-three{
  position: relative;
  padding: 100px 0px 90px;
  background: #FBFBFB;
}

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

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

.roadmap-three .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-three .items-row{
  position: relative;
}

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

.roadmap-three .mid-row{
  padding-top: 66px;
}

.roadmap-three .last-row{
  padding-top: 68px;
}

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

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

.roadmap-three .items-row .row{
  margin: 0 -70px;
}

.roadmap-three .items-row .row .roadmap-block-three{
  padding: 0 70px;
}

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

.roadmap-block-three .inner-box .check-icon{
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto 20px;
  border: 2.5px solid #DFAFF5;
  background: #ffffff;
  border-radius: 50%;
}

.roadmap-block-three .inner-box.checked .check-icon{
    background: #9545FA;
    border-color: #9545FA;
}

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

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

.roadmap-block-three .inner-box .date{
  position: relative;
  display: block;
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 22px;
}

.roadmap-block-three .inner-box .date span{
  position: relative;
  display: inline-block;
}

.roadmap-block-three .lower-box{
  position: relative;
  display: block;
  padding: 15px 15px;
  background: #ffffff;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.03);
  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-three .inner-box:hover .lower-box{
  background: #9545FA;
}

.roadmap-block-three h5{
  position: relative;
  color: #9545FA;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

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

.roadmap-block-three .inner-box.marked .lower-box,
.roadmap-block-three .inner-box:hover .lower-box{
  background: #9545FA;
}

.roadmap-block-three .inner-box.marked .lower-box h5,
.roadmap-block-three .inner-box.marked .lower-box .text,
.roadmap-block-three .inner-box:hover .lower-box h5,
.roadmap-block-three .inner-box:hover .lower-box .text{
  color: #ffffff;
}

/*** 

====================================================================
  Documents Section
====================================================================

***/

.docs-two{
  position: relative;
  padding: 100px 0px 70px;
}

.docs-two .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.docs-two:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,#17044B,#3C0556);
  background: -ms-linear-gradient(left,#17044B,#3C0556);
  background: -moz-linear-gradient(left,#17044B,#3C0556);
}

.docs-two .row{
  margin: 0 -45px;
}

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

.docs-two .row .download-block{
  padding: 0 45px;
  margin-bottom: 50px;
}

.download-block .inner-box{
  position: relative;
  display: block;
  padding: 0 0;
  background: none;
  min-height: 100%;
  text-align: center;
  border-radius: 8px;
  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;
}

.download-block .inner-box:hover{
  
}

.download-block .inner{
  position: relative;
  min-height: 94px;
}

.download-block .image-box{
  position: relative;
  display: block;
  max-width: 240px;
  margin: 0 auto 30px;
  padding: 18px 20px 18px 24px;
}

.download-block .image-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
  height: 98px;
  background: #382463;
  border-radius: 10px;
}

.download-block .image-box:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 106px;
  height: 120px;
  background: #382463;
  border-radius: 10px;
}

.download-block .image-box .image{
  position: relative;
  display: block;
  border-radius: 6px;
  z-index: 1;
}

.download-block .image-box .image img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 6px;
}

.download-block h5{
  position: relative;
  line-height: 1.5em;
  color: #ffffff !important;
}

.download-block .date{
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
}

.download-block .d-link{
  position: relative;
  padding-top: 20px;
}

.download-block .d-link .theme-btn:hover{
  opacity: 0.70;
}

.download-block .lang{
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #C5B5D6;
  padding-top: 15px;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-three{
  position: relative;
  padding: 120px 0px 90px;
}

.team-three .advisors{
  padding-top: 50px;
}

.team-three .advisors .title-box-two{
  margin-bottom: 70px;
}

.team-three .advisors .title-box-two h2{
  font-size: 32px;
}

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

.team-block-three .inner-box{
  position: relative;
  display: block;
  padding: 0 0;
  min-height: 100%;
  text-align: center;
  border-radius: 8px;
  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;
}

.team-block-three .inner-box:hover{
  box-shadow: 0px 40px 68px rgba(0, 0, 0, 0.09);
}

.team-block-three .lower-box{
  position: relative;
  display: block;
  padding: 28px 25px;
  border-radius: 0 0 8px 8px;
}

.team-block-three .image-box{
  position: relative;
  display: block;
  width: 198px;
  height: 198px;
  padding: 14px 14px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #F4F4F4;
  overflow: hidden;
  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;
}

.team-block-three .inner-box:hover .image-box{
  border-color: #DFAFF5;
}

.team-block-three .image-box img{
    position: relative;
    display: block;
    width: 100%;
    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;
}

.team-block-three .inner-box h5{
  color: #101010;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.team-block-three .inner-box:hover h5{
  color: #9545FA;
}

.team-block-three .designation{
  position: relative;
  color: #8D869B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.team-block-three .social{
  position: relative;
  padding-top: 15px;
}

.team-block-three .social li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.team-block-three .social li a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #DFAFF5;
  font-size: 18px;
  background: none;
  border-radius: 6px;
  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;
}

.team-block-three .social li a:hover{
  color: #9545FA;
  background: rgba(149, 69, 250, 0.12);
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-three{
  position: relative;
  padding: 120px 0px 110px;
}

.faqs-three .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.faqs-three:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,#17044B,#3C0556);
  background: -ms-linear-gradient(left,#17044B,#3C0556);
  background: -moz-linear-gradient(left,#17044B,#3C0556);
}

.faqs-three .text-col{
  position: relative;
  margin-bottom: 30px;
}

.faqs-three .tabs-box{
  position: relative;
}

.faqs-three .tabs-box .tab-buttons{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.faqs-three .tabs-box .tab-buttons ul{
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #382463;
  overflow: hidden;
  border-radius: 6px;
}

.faqs-three .tabs-box .tab-buttons .tab-btn{
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 18px;
  margin: 0;
}

.faqs-three .tabs-box .tab-buttons .active-btn{
  color: #ffffff;
  background: #9545FA;
}

.faqs-three .tabs-box .tabs-content{
  position: relative;
}

.faqs-three .tabs-box .tab{
  position: relative;
}

.faqs-three .accordion-box{
  position: relative;
  margin: 0;
}

.faqs-three .accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  border: none;
  margin-bottom: 16px;
}

.faqs-three .accordion-box .block.active-block{
    
}

.faqs-three .accordion-box .block .acc-btn{
  position:relative;
  width: 100%;
  font-size:20px;
  line-height:30px;
  font-weight:500;
  color: #ffffff;
  background: #473273;
  padding: 12px 50px 12px 50px;
  border-radius: 6px;
  cursor:pointer;
}

.faqs-three .accordion-box .block .acc-btn:before{
  content: '';
  position: absolute;
  left: 20px;
  top: 21px;
  width: 12px;
  height: 12px;
  border: 2px solid #DFAFF5;
  border-radius: 4px;
  transform: rotate(45deg);
}

.faqs-three .accordion-box .block.active-block .acc-btn:before,
.faqs-three .accordion-box .block .acc-btn.active:before{
    border-color: #9545FA;
    background: #9545FA;
}

.faqs-three .accordion-box .block .acc-btn i{
  content: '+';
  position: absolute;
  right: 20px;
  top: 12px;
  margin-top: 0;
  height: 30px;
  width: 20px;
  text-align: center;
  background: none;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  border-radius: 50%;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.faqs-three .accordion-box .block .acc-btn.active i{
  background: #414073;
  transform: rotate(180deg);
}

.faqs-three .accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  background: #382463;
  border-radius: 0 0 6px 6px;
  display: none;
}

.faqs-three .accordion-box .active-block .acc-content{
  display:block;
}

.faqs-three .accordion-box .block .content{
  position:relative;
  padding: 20px 20px;
}

.faqs-three .accordion-box .block .content .text{
  display: block;
  line-height: 1.50em;
  color: #C5B5D6;
  margin: 0;
  font-size: 16px;
}

/*** 

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

***/

.contact-section.alternate{
  padding: 120px 0px 120px;
}

.contact-section.alternate .auto-container{
  max-width: 980px;
}

.contact-section.alternate .dots-layer{
    position:absolute;
    left:0px;
    top:0;
    width:100%;
    height:96%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.contact-section.alternate .info-box{
  padding: 20px 24px;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
}

.contact-section.alternate .info-box ul{
  display: table;
  width: 100%;
  vertical-align: top;
}

.contact-section.alternate .info-box li{
  display: table-cell;
  vertical-align: top;
  padding-left: 0;
}

.contact-section.alternate .info-box li:nth-child(2){
  padding-left: 30px;
  padding-right: 30px;
}

.contact-section.alternate .info-box li .icon{
  top: -9px;
  background: #5E8BFF;
  background: -webkit-linear-gradient(top,#5E8BFF,#9541FF);
  background: -ms-linear-gradient(top,#5E8BFF,#9541FF);
  background: -moz-linear-gradient(top,#5E8BFF,#9541FF);
}

.contact-section.alternate .info-box li a{
  color: #101010;
  font-size: 18px;
  padding-left: 60px;
}

.contact-section.alternate .info-box li a:hover{
  color: #5E8BFF;
}

.contact-section.alternate .form-box{
  max-width: 100%;
  padding: 55px 55px 25px 55px;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  box-shadow: 0px 60px 120px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.contact-section.alternate .form-box form input,
.contact-section.alternate .form-box form select,
.contact-section.alternate .form-box form textarea{
  color: #101010;
  padding-left: 20px;
  background: none;
  border-radius: 4px;
  border-color: #EAE9E9;
}

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

.contact-section.alternate form input:focus,
.contact-section.alternate form select:focus,
.contact-section.alternate form textarea:focus{
  border-color: #3772FF;
}

.contact-section.alternate form ::-webkit-input-placeholder{color: #8D869B; opacity: 1;}

.contact-section.alternate form ::-moz-input-placeholder{color: #8D869B; opacity: 1; }

.contact-section.alternate form ::-ms-input-placeholder{color: #8D869B; opacity: 1;}


.contact-section.alternate .form-box .theme-btn{
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px 30px;
  line-height: 24px;
  font-size: 16px;
  text-transform: none;
  border-radius: 6px;
}

/*** 

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

***/

.main-footer.footer-home-4 .footer-upper{
  padding-top: 120px;
}

.footer-home-4 .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-home-4:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left,#17044B,#3C0556);
  background: -ms-linear-gradient(left,#17044B,#3C0556);
  background: -moz-linear-gradient(left,#17044B,#3C0556);
}

.main-footer.footer-home-4 h2{
  color: #ffffff;
}

.main-footer.footer-home-4 form .form-group input[type="email"], 
.main-footer.footer-home-4 form .form-group input[type="text"]{
  background: #382463;
  border-radius: 8px;
}

.main-footer.footer-home-4 .form-box .theme-btn{
  border-radius: 6px;
}

.main-footer.footer-home-4 .social-links a:hover{
  color: #26BAED;
}

/*** 

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

  Home Five

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

***/

body.home-five{
  background: #ffffff;
  color: #8D869B;
}

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

body.home-five .scroll-to-top{
  background: #5270FC;
}

/*** 

====================================================================
  Header Five
====================================================================

***/

.header-five .header-upper{
  border-bottom: 1px solid #90A4FF;
}

.header-five.fixed-header .header-upper {
    background: #5270FC;
    border-bottom-color: rgba(255, 255, 255, 0.50);
}

.header-five .header-upper .links-box{
  padding-top: 20px;
  margin-left: 150px;
}

.header-five .header-upper .links-box .link .theme-btn{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-five .lang-box:before{
  border-color: #90A4FF;
}

.header-five .lang-box .lang-btn .arrow{
  top: -1px;
  color: #ffffff;
  font-size: 12px;
  padding-left: 2px;
}

.header-five .lang-box .lang-list{
  background: #ffffff;
}

.header-five .lang-box .lang-list li{
  border-bottom-color: rgba(0, 0, 0, 0.10);
}

.header-five .lang-box .lang-list li a{
  color: #5270FC;
}

.header-five .lang-box .lang-list li a:hover{
  color: #ffffff;
  background: #5270FC;
}

.header-five .main-menu .navigation > li > a{
  color: #ffffff;
}

.header-five .main-menu .navigation > li > a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.header-five .main-menu .navigation > li > a.mPS2id-highlight-first, 
.header-five .main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #ffffff;
  text-decoration: underline;
}

/*** 

====================================================================
  Banner Four
====================================================================

***/

.banner-five{
  position: relative;
  background: #5270FC;
  background: -webkit-linear-gradient(top,#5270FC,#3859F2);
  background: -ms-linear-gradient(top,#5270FC,#3859F2);
  background: -moz-linear-gradient(top,#5270FC,#3859F2);
}

.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;
}

.banner-five .auto-container{
  max-width: 730px;
}

.banner-five .upper-content{
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.banner-five .upper-content h1{
  position: relative;
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.45em;
  margin-bottom: 30px;
}

.banner-five .upper-content .text{
  position: relative;
  color: rgba(255, 255, 255, 0.80);
}

.banner-five .upper-content .links-box{
  position: relative;
  padding-top: 45px;
}

.banner-five .upper-content .links-box .link{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 15px;
}

.banner-five .upper-content .links-box .theme-btn{
  padding: 10px 20px 10px 12px;
  border-radius: 22px;
}

.banner-five .lower-content{
  position: relative;
}

.banner-five .lower-content .inner-box{
  position: relative;
  display: block;
  text-align: center;
  background: #ffffff;
  padding: 40px 60px 35px;
  border-radius: 28px;
  box-shadow: 0px 50px 80px rgba(0, 0, 0, 0.04);
}

.banner-five .lower-content h4{
  text-transform: none;
  font-size: 24px;
  color: #5270FC;
  text-transform: none;
  margin-bottom: 35px;
}

.banner-five .time-counter{
  position:relative;
  margin: 0 -10px;
}

.banner-five .time-countdown{
  position:relative;
}

.banner-five .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width:75px;
  font-size:14px;
  color:#A3A3A3;
  text-transform:capitalize;
  font-weight:500;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 25px 30px;
}

.banner-five .time-countdown .counter-column .period{
  position:relative;
  display:block;
  font-size: 14px;
  color: #101010;
  font-weight: 500;
  margin-top: 12px;
}

.banner-five .time-countdown .counter-column:hover .period{
   color: #5270FC;
}

.banner-five .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:28px;
  line-height:40px;
  padding:20px 10px;
  width: 80px;
  height: 80px;
  color:#101010;
  font-weight:500;
  letter-spacing:1px;
  background: #F6FAFF;
  margin: 0 auto;
  border-radius: 12px;
}

.banner-five .time-countdown .counter-column:hover .count{
  color: #5270FC;
}

.banner-five .progress-box{
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
}

.banner-five .progress-box .info{
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #101010;
  margin-bottom: 15px;
}

.banner-five .progress-box .info span{
  font-weight: 400;
  color: #8B8B8B;
}

.banner-five .progress-box .info .raised{
  position: relative;
  float: left;
}

.banner-five .progress-box .info .target{
  position: relative;
  float: right;
}

.banner-five .progress-box .bar-outer{
  position: relative;
  display: block;
}

.banner-five .progress-box .bar-inner{
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  background: #90A4FF;
  border-radius: 5px;
}

.banner-five .progress-box .bar-inner .bar{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 12px;
  background: #5674FF;
  border-radius: 5px;
}

.banner-five .progress-box .bar-inner .bar:after{
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 16px;
  height: 16px;
  border: 3px solid #5674FF;
  background: #ffffff;
  border-radius: 50%;
}

.banner-five .progress-box .pt{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 45px;
  min-width: 70px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 24px;
  color: #5270FC;
  font-weight: 500;
  z-index: 1;
}

.banner-five .progress-box .pt:before{
  content: '';
  position: absolute;
  left: 49%;
  top: 0;
  height: 40px;
  border-left: 1px solid #90A4FF;
}

.banner-five .progress-box .pt-one{
  left: 25%;
  top: 0;
}

.banner-five .progress-box .pt-two{
  left: 55%;
  top: 0;
}

.banner-five .progress-box .pt-three{
  left: 85%;
  top: 0;
}

.banner-five .lower-content .link-box{
  position: relative;
  padding-top: 50px;
}

.banner-five .lower-content .link-box .theme-btn{
  padding: 15px 25px;
  line-height: 28px;
  border-radius: 28px;
}

.banner-five .social-box{
  position: relative;
  padding: 0 0;
  margin-top: 25px;
}

.banner-five .social-box li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

.banner-five .social-box li a{
  position: relative;
  display: block;
  line-height: 30px;
  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;
}

.banner-five .social-box li a .hvr-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  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;
}

.banner-five .social-box li a:hover .hvr-img{
  opacity: 1;
}

.banner-five .social-box li a:hover{
    
}

/*** 

====================================================================
  Title Box Three
====================================================================

***/

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

.title-box-three.centered{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 90px;
}

.title-box-three h2{
  position: relative;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.40em;
  text-transform: none;
  margin: 0 0;
}

.title-box-three .subtitle{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5em;
  color: #5270FC;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 42px;
  margin-bottom: 12px;
}

.title-box-three .subtitle:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 32px;
  border-bottom: 2px solid #5270FC;
}

.title-box-three .subtitle:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 32px;
  border-bottom: 2px solid #5270FC;
}

.title-box-three .fade-text{
  position: absolute;
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  bottom: -25px;
  line-height: 1em;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  text-align: center;
  color: rgba(0, 0, 0, 0.05);
  background: -webkit-linear-gradient(top,rgba(75, 107, 255, 0.05),rgba(8, 37, 169, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*** 

====================================================================
  Intro Four
====================================================================

***/

.intro-four{
  position: relative;
  background: #ffffff;
  padding: 130px 0px 90px;
}

.intro-four .title-box-two{
  margin-bottom: 90px;
}

.intro-four .content-box{
  position: relative;
  min-height: 520px;
}

.intro-four .content-col{
  position: relative;
}

.intro-four .content-col .inner{
  position: relative;
  display: block;
}

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

.intro-four .image-col .inner{
  position: relative;
  display: block;
}

.intro-four .image-col .image img{
  position: relative;
  max-width: none;
}

.intro-four .info-block-four{
  position: relative;
  margin-bottom: 45px;
}

.intro-four .info-block-four .inner-box{
  position: relative;
  display: block;
}

.intro-four .info-block-four .icon-box{
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 15px;
  background: #5270FC;
  background: -webkit-linear-gradient(top,#5270FC,#3859F2);
  background: -ms-linear-gradient(top,#5270FC,#3859F2);
  background: -moz-linear-gradient(top,#5270FC,#3859F2);
  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-four .info-block-four .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-four .info-block-four h5{
  font-weight: 500;
  color: #101010;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.intro-four .info-block-four .text{
  position: relative;
  max-width: 280px;
  color: #8D869B;
  font-size: 14px;
  line-height: 22px;
}

/*** 

====================================================================
  Why Section Four
====================================================================

***/

.why-section-four{
  position: relative;
  background: #FAFBFD;
  padding: 130px 0px 100px;
}

.why-section-four .outer-box{
  position: relative;
}

.why-section-four .outer-box:before{
  content: '';
  position: absolute;
  left: 135px;
  right: 135px;
  top: 30px;
  border-bottom: 2px dashed #54CAEF;
}

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

.why-block-four .inner-box{
  position: relative;
  display: block;
  min-height: 100%;
  text-align: center;
}

.why-block-four .inner{
  position: relative;
  min-height: 94px;
}

.why-block-four .icon-box{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  margin: 0 auto 32px;
  border-radius: 50%;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  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;
}

.why-block-four .icon-box img{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    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;
}

.why-block-four .lower-box{
  position: relative;
  display: block;
  padding: 24px 20px;
  background: #ffffff;
  border-radius: 20px;
  min-height: 220px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.03);
}

.why-block-four .count{
  position: relative;
  color: #5270FC;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-block-four h4{
  position: relative;
  line-height: 1.5em;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.why-block-four .text{
  position: relative;
  color: #8B8B8B;
  font-weight: 500;
  line-height: 1.5em;
}

/*** 

====================================================================
  Allocation Four
====================================================================

***/

.allocation-four{
  position: relative;
  padding: 130px 0px 50px;
}

.allocation-four .title-box-three{
  margin-bottom: 110px;
}

.allocation-four .parent-row{
  margin: 0 -25px;
}

.allocation-four .graph-col{
  position: relative;
  padding: 0 25px;
  margin-bottom: 25px;
}

.allocation-four .graph-col .inner{
  position: relative;
  display: block;
}

.allocation-four .graph-col .image-col{
  margin-bottom: 30px;
}

.allocation-four .graph-col .image-col .inner{

}

.allocation-four .graph-col .image-col .image{
  position: relative;
}

.allocation-four .graph-col .f-col .inner{
    position: relative;
    padding-left: 10px;
}

.allocation-four .graph-col .f-list{
  position: relative;
}

.allocation-four .graph-col .f-block{
  position: relative;
  margin-bottom: 25px;
}

.allocation-four .f-block .f-inner{
  position: relative;
  font-weight: 500;
  padding-left: 44px;
}

.allocation-four .f-block .f-inner:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: none;
  border: 4px solid #3D88FB;
  border-radius: 50%;
}

.allocation-four .f-block .percent{
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 600;
  color: #101010;
  margin-bottom: 0;
}

.allocation-four .f-block .color-1:before{
    border-color: #3D88FB;
}

.allocation-four .f-block .color-2:before{
    border-color: #5637C8;
}

.allocation-four .f-block .color-3:before{
    border-color: #00D89E;
}

.allocation-four .f-block .color-4:before{
    border-color: #FC3352;
}

.allocation-four .f-block .color-5:before{
    border-color: #9116CD;
}

.allocation-four .f-block .color-6:before{
    border-color: #ACDF35;
}

.allocation-four .f-block .color-7:before{
    border-color: #6B97D8;
}

.allocation-four .f-block .color-8:before{
    border-color: #FF8310;
}

.allocation-four .f-block .color-9:before{
    border-color: #27CBEF;
}

.allocation-four .f-block .color-10:before{
    border-color: #895EF3;
}

.allocation-four .f-block .color-11:before{
    border-color: #5270FC;
}

.allocation-four .lower-content{
  position: relative;
  padding-top: 70px;
}

.allocation-four .lower-content .info-block{
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 70px;
}

.allocation-four .lower-content .info-block .inner{
  position: relative;
  padding-left: 25px;
}

.allocation-four .lower-content .info-block .inner:before{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 2px;
  width: 6px;
  background: #5270FC;
  border-radius: 3px;
}

.allocation-four .lower-content .info-block .text{
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  color: #8B8B8B;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.allocation-four .lower-content .info-block .info{
  position: relative;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
  color: #101010;
}

.allocation-four .info-block:hover .info,
.allocation-four .info-block:hover .text{
  color: #5270FC;
    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;
}

/*** 

====================================================================
  Token Sale Section
====================================================================

***/

.token-sale-four{
  position: relative;
  background: #FAFBFD;
  padding: 120px 0px;
}

.calendar-view-four{
  position: relative;
}

.calendar-view-four .owl-theme .owl-nav,
.calendar-view-four .owl-theme .owl-dots{
  display: none;
}

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

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

.calendar-view-four .row{
  margin: 0 -40px;
}

.calendar-view-four .row .sale-block-seven{
  padding: 0 40px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

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

.sale-block-seven .inner-box .date{
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #101010;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  background: #ffffff;
  margin-bottom: 45px;
  border-radius: 12px 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.02);
  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;
}

.sale-block-seven .inner-box:hover .date{
  color: #ffffff;
  background: #5674FF;
}

.sale-block-seven .discount:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: -28px;
  width: 4px;
  height: 12px;
  background: #54CAEF;
  border-radius: 2px;
}

.sale-block-seven .discount{
  position: relative;
  color: #5674FF;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
}

.sale-block-seven .discount span{
  font-size: 32px;
  font-weight: 600;
  color: #5270FC;
  line-height: 48px;
}

.sale-block-seven .price{
  position: relative;
  color: #C5B5D6;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}

/*** 

====================================================================
  Mobile App Section
====================================================================

***/

.mobile-app-one{
  position: relative;
  background: #ffffff;
  padding: 130px 0px 90px;
}

.mobile-app-one .image-col{
  position: relative;
  margin-bottom: 40px;
}

.mobile-app-one .image-col .inner{
  position: relative;
  display: block;
}

.mobile-app-one .text-col{
  position: relative;
  margin-bottom: 30px;
}

.mobile-app-one .text-col .inner{
  position: relative;
  display: block;
  padding-top: 35px;
}

.mobile-app-one .text-col .inner:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  background: #54CAEF;
  width: 100px;
  border-radius: 4px;
}

.mobile-app-one .text-col .upper-text{
  position: relative;
  font-weight: 500;
  margin-bottom: 70px;
}

.app-block-one{
  position: relative;
  margin-bottom: 40px;
}

.app-block-one .inner-box{
  position: relative;
  display: block;
  padding-left: 64px;
  min-height: 55px;
}

.app-block-one .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);
}

.app-block-one .icon-box{
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: none;
  color: #5270FC;
  border: 1px solid #F6FAFF;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
  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;
}

.app-block-one .icon-box .icon{
  position: relative;
}

.app-block-one .icon-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  opacity: 0;
  border-radius: 50%;
  background: #5270FC;
  background: -webkit-linear-gradient(top,#5270FC,#3859F2);
  background: -ms-linear-gradient(top,#5270FC,#3859F2);
  background: -moz-linear-gradient(top,#5270FC,#3859F2);
  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;
}

.app-block-one .inner-box:hover .icon-box{
  color: #ffffff;
}

.app-block-one .inner-box:hover .icon-box:before{
  opacity: 1;
}

.app-block-one h5{
  font-weight: 500;
  color: #101010;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.app-block-one .text{
  position: relative;
  max-width: 270px;
  color: #8D869B;
  font-size: 14px;
  line-height: 22px;
}

.mobile-app-one .lower-links{
  position: relative;
  padding-top: 30px;
}

.mobile-app-one .lower-links .link{
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.mobile-app-one .lower-links .theme-btn{
  line-height: 24px;
  padding: 14px 20px;
  border-radius: 16px;
}

.mobile-app-one .lower-links .theme-btn:before{
  border-radius: 16px;
}

.mobile-app-one .lower-links .theme-btn i{
  font-size: 22px;
  padding-left: 0;
  padding-right: 10px;
}

.mobile-app-one .lower-links .link:nth-child(2) .theme-btn i{
  font-size: 16px;
}

/*** 

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

***/

.roadmap-four{
  position: relative;
  padding: 100px 0px 90px;
  background: #FAFBFD;
}

.roadmap-four .title-box-three{
  margin-bottom: 100px;
}

.roadmap-four .carousel-box{
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.roadmap-four .carousel-box:before{
  content: '';
  position: absolute;
  left: 60px;
  right: 60px;
  top: 20px;
  height: 3px;
  background: #90A4FF;
  opacity: 0.50;
  border-radius: 3px;
}

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

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

.roadmap-block-four .inner-box{
  position: relative;
  display: block;
  margin: 0 -1px;
  text-align: center;
  padding: 0 20px;
  padding-top: 60px;
}

.roadmap-block-four.checked .inner-box:before{
  content: '';
  position: absolute;
  right: 50%;
  top: 20px;
  height: 3px;
  width: 300px;
  background: #5270FC;
}

.roadmap-block-four .inner-box:after{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 13px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 3px solid #90A4FF;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: 1;
}

.roadmap-block-four.checked .inner-box:after{
  background: #5270FC;
  border-color: #5270FC;
}

.roadmap-block-four .lower-box{
  position: relative;
  display: block;
  padding: 16px 16px;
  background: #ffffff;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  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-four .inner-box:hover .lower-box{
  background: #5270FC;
}

.roadmap-block-four .inner-box .date{
  position: relative;
  display: block;
  color: #101010;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.roadmap-block-four .inner-box .date span{
  position: relative;
  display: block;
}

.roadmap-block-four .text{
  position: relative;
  color: #8D869B;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5em;
}

.roadmap-block-four .inner-box:hover .lower-box .date,
.roadmap-block-four .inner-box:hover .lower-box .text{
  color: #ffffff;
}

.roadmap-four .owl-theme .owl-nav{
  position: absolute;
  left: -60px;
  right: -60px;
  top: 0;
}

.roadmap-four .owl-theme .owl-nav .owl-prev,
.roadmap-four .owl-theme .owl-nav .owl-next{
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: none;
  color: #101010;
  border: 1px solid #90A4FF;
  border-radius: 50%;
}

.roadmap-four .owl-theme .owl-nav .owl-next{
  left: auto;
  right: 0;
}

.roadmap-four .owl-theme .owl-nav .owl-prev:hover,
.roadmap-four .owl-theme .owl-nav .owl-next:hover{
  color: #ffffff;
  background: #5270FC;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-four{
  position: relative;
  padding: 130px 0px 100px;
}

.team-four .title-box-three{
  position: relative;
  margin-bottom: 100px;
}

.team-four .advisors{
  padding-top: 50px;
}

.team-four .advisors .title{
  margin-bottom: 60px;
}

.team-four .advisors .title-box-two h2{
  color: #101010;
  font-size: 32px;
}

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

.team-block-four .inner-box{
  position: relative;
  display: block;
  padding: 28px 28px;
  min-height: 100%;
  text-align: center;
  border-radius: 24px;
  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;
}

.team-block-four .inner-box:hover{
  box-shadow: 0px 40px 68px rgba(0, 0, 0, 0.05);
}

.team-block-four .lower-box{
  position: relative;
  display: block;
  padding: 28px 0 0;
}

.team-block-four .image-box{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  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;
}

.team-block-four .image-box img{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 28px;
    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;
}

.team-block-four .inner-box h5{
  color: #101010;
  line-height: 1.5em;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.team-block-four .designation{
  position: relative;
  color: #8D869B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.team-block-four .social{
  position: relative;
  padding-top: 20px;
}

.team-block-four .social li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.team-block-four .social li a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color:  rgba(84, 202, 239, 0.5);
  font-size: 18px;
  background: rgba(125, 213, 242, 0.1);
  border-radius: 6px;
  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;
}

.team-block-four .social li a:hover{
  color: #ffffff;
  background: #33BDE9;
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-four{
  position: relative;
  background: #FAFBFD;
  padding: 130px 0px 110px;
}

.faqs-four .content-box{
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.faqs-four .tabs-box{
  position: relative;
}

.faqs-four .tabs-box .tab-buttons{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.faqs-four .tabs-box .tab-buttons ul{
  position: relative;
}

.faqs-four .tabs-box .tab-buttons .tab-btn{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #8B8B8B;
  background: rgba(139, 139, 139, 0.07);
  text-transform: capitalize;
  padding: 12px 20px;
  margin: 0 6px 15px;
  border-radius: 14px;
}

.faqs-four .tabs-box .tab-buttons .active-btn{
  color: #5270FC;
  background: rgba(82, 112, 252, 0.1);
}

.faqs-four .tabs-box .tabs-content{
  position: relative;
}

.faqs-four .tabs-box .tab{
  position: relative;
}

.faqs-four .accordion-box{
  position: relative;
  margin: 0;
}

.faqs-four .accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}

.faqs-four .accordion-box .block.active-block{
    
}

.faqs-four .accordion-box .block .acc-btn{
  position:relative;
  width: 100%;
  font-size:20px;
  line-height:30px;
  font-weight:500;
  color: #101010;
  background: #ffffff;
  padding: 13px 62px 13px 50px;
  border-radius: 6px;
  cursor:pointer;
}

.faqs-four .accordion-box .block .acc-btn:before{
  content: '';
  position: absolute;
  left: 20px;
  top: 21px;
  width: 12px;
  height: 12px;
  border: 2px solid #54CAEF;
  border-radius: 4px;
  transform: rotate(45deg);
}

.faqs-four .accordion-box .block.active-block .acc-btn:before,
.faqs-four .accordion-box .block .acc-btn.active:before{
    border-color: #54CAEF;
    background: #54CAEF;
}

.faqs-four .accordion-box .block .acc-btn i{
  content: '+';
  position: absolute;
  right: 20px;
  top: 12px;
  margin-top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  background: #F6FAFF;
  color: #5270FC;
  font-size: 20px;
  line-height: 30px;
  border-radius: 8px;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.faqs-four .accordion-box .block .acc-btn.active i{
  color: #ffffff;
  background: #5674FF;
  transform: rotate(180deg);
}

.faqs-four .accordion-box .block.active-block .acc-btn,
.faqs-four .accordion-box .block .acc-btn.active{
  background: #5270FC;
  color: #ffffff;
  border-radius: 16px 16px 0 0;
}

.faqs-four .accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.03);
  display: none;
}

.faqs-four .accordion-box .active-block .acc-content{
  display:block;
}

.faqs-four .accordion-box .block .content{
  position:relative;
  padding: 20px 60px 20px 20px;
}

.faqs-four .accordion-box .block .content .text{
  display: block;
  line-height: 1.50em;
  color: #8B8B8B;
  margin: 0;
  font-size: 16px;
}

/*** 

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

***/

.contact-three{
  position: relative;
  padding: 130px 0px;
}

.contact-three .outer-container{
  position: relative;
  padding: 60px 60px 30px;
  color: #ffffff;
  background: #5270FC;
  background: -webkit-linear-gradient(left,#5270FC,#3859F2);
  background: -ms-linear-gradient(left,#5270FC,#3859F2);
  background: -moz-linear-gradient(left,#5270FC,#3859F2);
  border-radius: 28px;
}

.contact-three .info-col{
  position: relative;
  margin-bottom: 30px;
}

.contact-three .info-col .inner{
  position: relative;
  display: block;
  max-width: 400px;
}

.contact-three .info-col .title{
  position: relative;
  margin-bottom: 70px;
}

.contact-three .info-col .title h3{
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 16px;
}

.contact-three .info-col .title .text{
  font-size: 15px;
  line-height: 24px;
}

.contact-three .info-box{
  position: relative;
}

.contact-three .info-box li{
  position: relative;
  display: block;
  margin: 0 0 25px;
  padding: 15px 20px;
  padding-left: 55px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 12px;
}

.contact-three .info-box li .icon{
  position: absolute;
  left: 20px;
  top: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.contact-three .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-three .info-box li:hover{
  background: #5674FF;
}

.contact-three .info-box li a:hover{
  text-decoration: underline;
}

.contact-three .social-links{
  position: relative;
  padding-top: 45px;
}

.contact-three .social-links li{
  position: relative;
  float: left;
  margin-right: 40px;
}

.contact-three .social-links li a{
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 20px;
  color: #ffffff;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  -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-three .social-links li a:hover{
  background: rgba(255, 255, 255, 0.15);
}

.contact-three .form-col{
  position: relative;
  margin-bottom: 30px;
}

.contact-three .form-col .inner{
  position: relative;
}

.contact-three .form-box{
  position: relative;
  padding: 40px 40px 20px;
  background: #ffffff;
  margin-left: 60px;
  border-radius: 24px;
}

.contact-three .form-box h4{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.contact-three .form-box h4:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  border-bottom: 2px solid #48DCA8;
}

.contact-three .form-box .form-group{
  margin-bottom: 20px;
}

.contact-three .form-box .form-group .alt-icon{
  height: 24px;
  line-height: 24px;
  margin-top: -12px;
  right: auto;
  left: 0;
  width: 50px;
  text-align: center;
  border-right: 1px solid #BBC3CC;
}

.contact-three .form-box form input,
.contact-three .form-box form select,
.contact-three .form-box form textarea{
    position: relative;
    border-color: #E2E3E4;
    height: 54px;
    line-height: 30px;
    padding: 10px 20px;
    padding-left: 70px;
    font-weight: 500;
    border-width: 2px;
    border-radius: 12px;
}

.contact-three .form-box form textarea{
  padding-left: 20px;
  height: 130px;
  background: #F6FAFF;
}

.contact-three .form-box form input:focus,
.contact-three .form-box form select:focus,
.contact-three .form-box form textarea:focus{
  border-color: #5270FC;
}

.contact-three form ::-webkit-input-placeholder{color: #BBC3CC;}

.contact-three form ::-moz-input-placeholder{color: #BBC3CC; }

.contact-three form ::-ms-input-placeholder{color: #BBC3CC;}


.contact-three .form-box .theme-btn{
  width: 100%;
  max-width: 250px;
  margin: 8px 0 0;
  padding: 15px 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 14px;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
}

.contact-three .form-box .theme-btn:before{
  border-radius: 14px;
}

/*** 

====================================================================
  News Section
====================================================================

***/

.news-section{
  position: relative;
  background: #FAFBFD;
  padding: 130px 0px;
}

.news-section .title-box-three{
  margin-bottom: 100px;
}

.news-section .carousel-box{
  position: relative;
}

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

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

.news-block .inner-box{
  position: relative;
  display: block;
  padding: 0 0;
  min-height: 100%;
  border-radius: 20px;
  overflow: hidden;
  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;
}

.news-block .image-box{
  position: relative;
  display: block;
  background: #5270FC;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.news-block .image-box img{
    position: relative;
    display: block;
    width: 100%;
    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;
}

.news-block .inner-box:hover .image-box img{
  opacity: 0.70;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news-block .info{
  position: relative;
}

.news-block .info li{
  position: relative;
  float: left;
  font-size: 14px;
  line-height: 22px;
  color: #8B8B8B;
  margin-right: 24px;
  margin-bottom: 20px;
}

.news-block .info li .icon{
  position: relative;
  color: #5270FC;
  padding-right: 7px;
}

.news-block .lower-box{
  position: relative;
  display: block;
  padding: 20px 20px 24px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}

.news-block h5{
  line-height: 1.5em;
  margin-bottom: 10px;
}

.news-block h5 a{
  color: #101010;
}

.news-block h5 a:hover{
  color: #5270FC;
}

.news-block .text{
  position: relative;
  padding-top: 20px;
  border-top: 1px solid #E4E4E4;
  color: #8B8B8B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.news-block .more-link{
  position: relative;
  padding-top: 16px;
}

.news-block .more-link a{
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  color: #5674FF;
}

.news-block .more-link a:hover{
  text-decoration: underline;
}

.news-section .owl-theme .owl-nav{
  display: none;
}

.news-section .owl-theme .owl-dots{
  position: relative;
  text-align: center;
  padding-top: 55px;
}

.news-section .owl-theme .owl-dots .owl-dot{
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.news-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: block;
  width: 22px;
  height: 10px;
  background: #d6ddfc;
  margin: 0 2.5px;
  border-radius: 5px;
}

.news-section .owl-theme .owl-dots .owl-dot.active span{
  width: 48px;
  background: #5674ff;
}

/*** 

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

***/

.main-footer.footer-home-5 .footer-upper{
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

.main-footer.footer-home-5 .footer-bottom{
  position: relative;
  z-index: 1;
}

.main-footer.footer-home-5 .footer-bottom .inner{
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-home-5 .bg-layer{
    position:absolute;
    left:0px;
    bottom:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-home-5:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5270FC;
  background: -webkit-linear-gradient(left,#5270FC,#3859F2);
  background: -ms-linear-gradient(left,#5270FC,#3859F2);
  background: -moz-linear-gradient(left,#5270FC,#3859F2);
}

.footer-home-5:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.20);
}

.main-footer.footer-home-5 h2{
  color: #ffffff;
}

.main-footer.footer-home-5 form .form-group input[type="email"], 
.main-footer.footer-home-5 form .form-group input[type="text"]{
  background: #ffffff;
  color: #101010;
  border-radius: 16px;
}

.main-footer.footer-home-5 form ::-webkit-input-placeholder{color: #8B8B8B;}

.main-footer.footer-home-5 form ::-moz-input-placeholder{color: #8B8B8B; }

.main-footer.footer-home-5 form ::-ms-input-placeholder{color: #8B8B8B;}

.main-footer.footer-home-5 .form-box .theme-btn{
  border-radius: 16px;
}

.main-footer.footer-home-5 .social-links a{
  background: rgba(255, 255, 255, 0.08);
}

.main-footer.footer-home-5 .social-links a:hover{
  background: rgba(255, 255, 255, 0.80);
  color: #5270FC;
}

/*** 

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

  Home Six

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

***/

body.home-six{
  background: #1b1e32;
  color: #9399BC;
}

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

body.home-six .scroll-to-top{
  background: #6CE1F5;
}

/*** 

====================================================================
  Header Six
====================================================================

***/

.header-six .header-upper{
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.header-six.fixed-header .header-upper {
    background: #131523;
    border-bottom-color: rgba(255, 255, 255, 0.30);
}

.header-six .header-upper .links-box{
  padding-top: 20px;
  margin-left: 150px;
}

.header-six .header-upper .links-box .link .theme-btn{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 8px;
}

.header-six .header-upper .links-box .link .theme-btn:hover{
  color: #ffffff;
  background: #6CE1F5;
  border-color: #6CE1F5;
}

.header-six .lang-box:before{
  border-color: rgba(14, 213, 246, 0.38);
}

.header-six .lang-box .lang-btn .arrow{
  top: -1px;
  color: #ffffff;
  font-size: 12px;
  padding-left: 2px;
}

.header-six .lang-box .lang-list{
  background: #ffffff;
}

.header-six .lang-box .lang-list li{
  border-bottom-color: rgba(0, 0, 0, 0.10);
}

.header-six .lang-box .lang-list li a{
  color: #565656;
}

.header-six .lang-box .lang-list li a:hover{
  color: #ffffff;
  background: #6CE1F5;
}

.header-six .main-menu .navigation > li > a{
  color: #ffffff;
}

.header-six .main-menu .navigation > li > a:hover{
    color: #6CE1F5;
}

.header-six .main-menu .navigation > li > a.mPS2id-highlight-first, 
.header-six .main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #6CE1F5;
}

/*** 

====================================================================
  Banner Six
====================================================================

***/

.banner-six{
  position: relative;
  background: none;
}

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

.banner-six .curve-left{
  position: absolute;
  left: 0;
  top: 0;
}

.banner-six .curve-right{
  position: absolute;
  right: 0;
  top: 200px;
}

.banner-six .banner-container{
  padding: 230px 0 30px;
}

.banner-six .auto-container{
  
}

.banner-six .upper-content{
  position: relative;
  margin-bottom: 35px;
}

.banner-six .upper-content .text-col{
  position: relative;
  margin-bottom: 30px;
}

.banner-six .upper-content .text-col .inner{
  position: relative;
  display: block;
  max-width: 620px;
  z-index: 1;
}

.banner-six .upper-content .image-col{
  position: relative;
  margin-bottom: 30px;
}

.banner-six .upper-content .image-col .inner{
  position: relative;
  display: block;
}

.banner-six .upper-content .image-col .image{
  position: absolute;
  top: -230px;
  left: -100px;
}

.banner-six .upper-content .image-col .image img{
  max-width: none;
}

.banner-six .upper-content .text-col .text{
  font-size: 18px;
  color: #9399BC;
  font-weight: 500;
}

.banner-six .upper-content h1{
  position: relative;
  color: #ffffff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.45em;
  margin-bottom: 30px;
}

.banner-six .upper-content .text{
  position: relative;
  color: rgba(255, 255, 255, 0.80);
}

.banner-six .upper-content .links-box{
  position: relative;
  padding-top: 70px;
}

.banner-six .upper-content .links-box .theme-btn{
  padding: 15px 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.banner-six .lower-content{
  position: relative;
  padding-top: 60px;
}

.banner-six .lower-content .left-col{
  margin-bottom: 30px;
}

.banner-six .lower-content .right-col{
  margin-bottom: 30px;
}

.banner-six .lower-content .upper-box{
  position: relative;
  display: block;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  background: #272C44;
  padding: 25px 20px 10px;
  border-radius: 10px;
}

.banner-six .lower-content h5{
  text-transform: none;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 25px;
}

.banner-six .time-counter{
  position:relative;
  margin: 0 -25px;
}

.banner-six .time-countdown{
  position:relative;
}

.banner-six .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width:70px;
  font-size:14px;
  color:#A3A3A3;
  text-transform:capitalize;
  font-weight:500;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 16px 30px;
}

.banner-six .time-countdown .counter-column .period{
  position:relative;
  display:block;
  font-size: 14px;
  color: #9399BC;
  font-weight: 500;
  margin-top: 5px;
}

.banner-six .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:36px;
  line-height:40px;
  padding:10px 5px;
  width: 70px;
  height: 60px;
  color:#6CE1F5;
  font-weight:500;
  letter-spacing:1px;
  background: none;
  margin: 0 auto;
}

.banner-six .progress-box{
  position: relative;
  margin-bottom: 80px;
}

.banner-six .progress-box .info{
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.banner-six .progress-box .info span{
  font-weight: 500;
  color: #9399BC;
}

.banner-six .progress-box .info .raised{
  position: relative;
  float: left;
}

.banner-six .progress-box .info .target{
  position: relative;
  float: right;
}

.banner-six .progress-box .bar-outer{
  position: relative;
  display: block;
}

.banner-six .progress-box .bar-inner{
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  background: rgba(144, 164, 255, 0.30);
  border-radius: 5px;
}

.banner-six .progress-box .bar-inner .bar{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 12px;
  background: #1D5FEF;
  border-radius: 5px;
}

.banner-six .progress-box .bar-inner .bar:after{
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 16px;
  height: 16px;
  border: 3px solid #1D5FEF;
  background: #ffffff;
  border-radius: 50%;
}

.banner-six .progress-box .pt{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 45px;
  min-width: 70px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  z-index: 1;
}

.banner-six .progress-box .pt:before{
  content: '';
  position: absolute;
  left: 49%;
  top: 0;
  height: 40px;
  border-left: 1px solid #90A4FF;
}

.banner-six .progress-box .pt-one{
  left: 25%;
  top: 0;
}

.banner-six .progress-box .pt-two{
  left: 55%;
  top: 0;
}

.banner-six .progress-box .pt-three{
  left: 85%;
  top: 0;
}

.banner-six .lower-content .link-box{
  position: relative;
  padding-top: 50px;
}

.banner-six .lower-content .link-box .theme-btn{
  padding: 15px 25px;
  line-height: 28px;
  border-radius: 28px;
}

.banner-six .social-box{
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 16px 20px;
  background: #272C44;
  border-radius: 8px;
  margin-top: 15px;
}

.banner-six .social-box li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}

.banner-six .social-box li a{
  position: relative;
  display: block;
  line-height: 30px;
  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;
}

.banner-six .social-box li a .hvr-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  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;
}

.banner-six .social-box li a:hover{
    opacity: 0.50;
}

/*** 

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

***/

.contact-three.alternate{
  position: relative;
}

.contact-three.alternate .outer-container{
  background: #272C44;
  border-radius: 16px;
}

.contact-three.alternate .info-box li .icon{
  color: #6CE1F5;
}

.contact-three.alternate .info-box li:hover{
  background: #333854;
}

.contact-three.alternate .form-box{
  background: #333854;
  border-radius: 14px;
}

.contact-three.alternate .form-box .form-group .field-label{
  color: #ffffff;
}

.contact-three.alternate .form-box .form-group .alt-icon{
  border-right: 1px solid #9399BC;
  color: #6CE1F5;
}

.contact-three.alternate .form-box form input,
.contact-three.alternate .form-box form select,
.contact-three.alternate .form-box form textarea{
    background: #272C44;
    border-color: #272C44;
    height: 54px;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 20px;
    padding-left: 70px;
    font-weight: 500;
    border-width: 1px;
    border-radius: 10px;
}

.contact-three.alternate .form-box form textarea{
  background: #272C44;
  height: 130px;
  padding-left: 20px;
}

.contact-three.alternate .form-box form input:focus,
.contact-three.alternate .form-box form select:focus,
.contact-three.alternate .form-box form textarea:focus{
  border-color: #6CE1F5;
}

.contact-three.alternate form ::-webkit-input-placeholder{color: #9399BC;}

.contact-three.alternate form ::-moz-input-placeholder{color: #9399BC; }

.contact-three.alternate form ::-ms-input-placeholder{color: #9399BC;}


.contact-three.alternate .form-box .theme-btn{
  width: 100%;
  max-width: 210px;
  margin: 8px 0 0;
  padding: 15px 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 8px;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.05);
}

/*** 

====================================================================
  News Section
====================================================================

***/

.news-section.alternate{
  padding: 0 0;
  background: none;
}

.news-section.alternate .title-box-three{
  margin-bottom: 100px;
}

.news-section.alternate .news-block .lower-box{
  background: #272C44;
}

.news-section.alternate .news-block .text{
    border-top: 1px solid rgba(228, 228, 228, 0.2);
}

.news-section.alternate .news-block h5 a{
  color: #ffffff;
}

.news-section.alternate .news-block h5 a:hover{
  color: #6CE1F5;
}

.news-section.alternate .news-block .info li{
  color: #ffffff;
}

.news-section.alternate .news-block .info li .icon{
  color: #6CE1F5;
}

.news-section.alternate .news-block .text{
  color: #9399BC;
}

.news-section.alternate .news-block .more-link a{
  color: #6CE1F5;
}

.news-section.alternate .owl-theme .owl-dots{
  display: none;
}

.news-section.alternate .owl-theme .owl-nav{
  display: block;
  padding-top: 60px;
  text-align: center;
}

.news-section.alternate .owl-theme .owl-nav .owl-prev,
.news-section.alternate .owl-theme .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  background: none;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  opacity: 0.70;
  border-radius: 50%;
}

.news-section.alternate .owl-theme .owl-nav .owl-next{
  left: auto;
  right: 0;
}

.news-section.alternate .owl-theme .owl-nav .owl-prev:hover,
.news-section.alternate .owl-theme .owl-nav .owl-next:hover{
  color: #ffffff;
  opacity: 1;
}

/*** 

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

***/

.main-footer.footer-home-6 .footer-upper{
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

.main-footer.footer-home-6 .footer-bottom{
  position: relative;
  z-index: 1;
}

.main-footer.footer-home-6 .footer-bottom .inner{
  border-top: 1px solid rgba(255, 255, 255, 0.30);
}

.footer-home-6:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1B1E32;
}

.footer-home-6:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.30);
}

.main-footer.footer-home-6 h2{
  color: #ffffff;
}

.main-footer.footer-home-6 form .form-group input[type="email"], 
.main-footer.footer-home-6 form .form-group input[type="text"]{
  background: #ffffff;
  color: #101010;
  border-radius: 16px;
}

.main-footer.footer-home-6 form ::-webkit-input-placeholder{color: #8B8B8B;}

.main-footer.footer-home-6 form ::-moz-input-placeholder{color: #8B8B8B; }

.main-footer.footer-home-6 form ::-ms-input-placeholder{color: #8B8B8B;}

.main-footer.footer-home-6 .form-box .theme-btn{
  border-radius: 8px;
}

.main-footer.footer-home-6 .text{
  color: #9399BC;
}

.main-footer.footer-home-6 .social-links a{
  background: rgba(255, 255, 255, 0.08);
}

.main-footer.footer-home-6 .social-links a:hover{
  background: rgba(255, 255, 255, 0.80);
  color: #1D5FEF;
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-five{
  position: relative;
  background: none;
}

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

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

.faqs-five .text-col{
  position: relative;
  margin-bottom: 30px;
}

.faqs-five .text-col .inner{
  position: relative;
  display: block;
}

.faqs-five .image-col{
  position: relative;
  margin-bottom: 30px;
}

.faqs-five .image-col .inner{
  position: relative;
  display: block;
  padding-left: 50px;
  min-height: 100%;
}

.faqs-five .image-col .image{
  position: relative;
  margin-top: -50px;
}

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

.faqs-five .tabs-box{
  position: relative;
}

.faqs-five .tabs-box .tab-buttons{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.faqs-five .tabs-box .tab-buttons ul{
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #272C44;
  overflow: hidden;
  border-radius: 6px;
}

.faqs-five .tabs-box .tab-buttons .tab-btn{
  position: relative;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  text-transform: capitalize;
  padding: 10px 18px;
  margin: 0;
}

.faqs-five .tabs-box .tab-buttons .active-btn{
  color: #ffffff;
  background: #1D5FEF;
}

.faqs-five .tabs-box .tabs-content{
  position: relative;
}

.faqs-five .tabs-box .tab{
  position: relative;
}

.faqs-five .accordion-box{
  position: relative;
  margin: 0;
}

.faqs-five .accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}

.faqs-five .accordion-box .block.active-block{
    
}

.faqs-five .accordion-box .block .acc-btn{
  position:relative;
  width: 100%;
  font-size:20px;
  line-height:30px;
  font-weight:500;
  color: #ffffff;
  background: #272C44;
  padding: 12px 65px 12px 50px;
  border-radius: 6px;
  cursor:pointer;
}

.faqs-five .accordion-box .block .acc-btn:before{
  content: '';
  position: absolute;
  left: 20px;
  top: 21px;
  width: 12px;
  height: 12px;
  border: 2px solid #6CE1F5;
  border-radius: 4px;
  transform: rotate(45deg);
}

.faqs-five .accordion-box .block.active-block .acc-btn:before,
.faqs-five .accordion-box .block .acc-btn.active:before{
    border-color: #6CE1F5;
    background: #6CE1F5;
}

.faqs-five .accordion-box .block .acc-btn i{
  content: '+';
  position: absolute;
  right: 20px;
  top: 12px;
  margin-top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  background: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  border-radius: 8px;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.faqs-five .accordion-box .block .acc-btn.active i{
  color: #ffffff;
  transform: rotate(180deg);
}

.faqs-five .accordion-box .block.active-block .acc-btn,
.faqs-five .accordion-box .block .acc-btn.active{
  color: #ffffff;
  border-radius: 6px 6px 0 0;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.faqs-five .accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  background: #2A2F48;
  border-top: 1px solid rgba(255,255,255,0.10);
  border-radius: 0 0 6px 6px;
  display: none;
}

.faqs-five .accordion-box .active-block .acc-content{
  display:block;
}

.faqs-five .accordion-box .block .content{
  position:relative;
  padding: 20px 60px 20px 20px;
}

.faqs-five .accordion-box .block .content .text{
  display: block;
  line-height: 1.50em;
  color: #C5B5D6;
  margin: 0;
  font-size: 16px;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-five{
  position: relative;
  padding: 200px 0px 0;
}

.team-five .pattern-layer{
  position: absolute;
  left: 0;
  top: 300px;
  width: 100%;
  text-align: center;
}

.team-five .curve-right{
  position: absolute;
  right: 0;
  top: 270px;
}

.team-five .curve-left{
  position: absolute;
  left: 0;
  bottom: -270px;
}

.team-five .title-box-three{
  position: relative;
  margin-bottom: 100px;
}

.team-five .advisors{
  padding-top: 100px;
}

.team-five .advisors .title{
  margin-bottom: 80px;
}

.team-five .advisors .title h3{
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 0;
}

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

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

.team-block-five .inner-box{
  position: relative;
  display: block;
  padding: 24px 28px;
  min-height: 100%;
  text-align: left;
  border-radius: 24px;
  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;
}

.team-block-five .inner-box:hover{
  background: #272C44;
}

.team-block-five .lower-box{
  position: relative;
  display: block;
  padding: 28px 0 0;
}

.team-block-five .image-box{
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  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;
}

.team-block-five .image-box img{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 28px;
    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;
}

.team-block-five .inner-box h5{
  color: #6CE1F5;
  line-height: 1.5em;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.team-block-five .designation{
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.team-block-five .text{
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.team-block-five .social{
  position: relative;
  padding-top: 20px;
}

.team-block-five .social li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}

.team-block-five .social li a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color:  #565D86;
  font-size: 18px;
  background: #393F5B;
  text-align: center;
  border-radius: 6px;
  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;
}

.team-block-five:hover .social li a{
  color: #ffffff;
}

.team-block-five .social li a:hover{
  color: #ffffff;
  background: #6CE1F5;
}

.team-five .owl-theme .owl-dots{
  display: none;
}

.team-five .owl-theme .owl-nav{
  display: block;
  padding-top: 60px;
  text-align: center;
}

.team-five .owl-theme .owl-nav .owl-prev,
.team-five .owl-theme .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  background: none;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  opacity: 0.70;
  border-radius: 50%;
}

.team-five .owl-theme .owl-nav .owl-next{
  left: auto;
  right: 0;
}

.team-five .owl-theme .owl-nav .owl-prev:hover,
.team-five .owl-theme .owl-nav .owl-next:hover{
  color: #ffffff;
  opacity: 1;
}

/*** 

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

***/

.roadmap-five{
  position: relative;
  padding: 0px 0px;
}

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

.roadmap-five .carousel-box{
  position: relative;
}

.roadmap-five .carousel-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 1000%;
  border-bottom: 2px dashed #ffffff;
}

.roadmap-five .carousel-box:after{
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  width: 1000px;
  height: 2px;
  background: #6CE1F5;
}

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

.owl-theme .roadmap-block-five{
  margin-bottom: 0;
  padding: 0 25px;
  height: 390px;
}

.roadmap-block-five .inner-box{
  position: relative;
  display: block;
  margin: 0 -1px;
  text-align: center;
  padding: 0 0;
  height: 275px;
}

.roadmap-block-five.down-side{
  padding-top: 115px;
}

.roadmap-block-five.up-side{
  padding-top: 0;
}

.roadmap-block-five.checked:before{
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 240px;
  background: #6CE1F5;
}

.roadmap-block-five .radio-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-left: -19px;
  background: #272C44;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.roadmap-block-five.checked .radio-icon{
  border-color: #6CE1F5;
}

.roadmap-block-five .radio-icon:before{
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
  background: #3B4262;
  border-radius: 50%;
}

.roadmap-block-five.checked .radio-icon:before{
  background: #6CE1F5;
}

.roadmap-block-five:hover .radio-icon:before{
  background: #1D5FEF;
}

.roadmap-block-five .inner-box .date{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
}

.roadmap-block-five .inner-box .date span{
  position: relative;
  display: block;
}

.roadmap-block-five.up-side .inner-box .date{
  top: auto;
  bottom: 0;
}

.roadmap-block-five .lower-box{
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  padding: 24px 24px;
  background: #272C44;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  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-five .lower-box:before{
  content: '';
  position: absolute;
  left: 49.5%;
  height: 70px;
  border-left: 1px dashed rgba(255, 255, 255, 0.50);
}

.roadmap-block-five.down-side .lower-box:before{
    bottom: 100%;
    margin-bottom: 7px;
}

.roadmap-block-five.up-side .lower-box:before{
    top: 100%;
    margin-top: 7px;
}

.roadmap-block-five.down-side .lower-box{
  bottom: 0;
}

.roadmap-block-five.up-side .lower-box{
  top: 0;
}

.roadmap-block-five .inner-box:hover .lower-box{
  background: #1D5FEF;
}

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

.roadmap-block-five .inner-box:hover .lower-box .date,
.roadmap-block-five .inner-box:hover .lower-box .text{
  color: #ffffff;
}

.roadmap-five .owl-theme .owl-nav,
.roadmap-five .owl-theme .owl-dots{
  display: none;
}


/*** 

====================================================================
  Mobile App Section
====================================================================

***/

.mobile-app-two{
  position: relative;
  padding: 150px 0px 100px;
}

.mobile-app-two .pattern-layer{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  text-align: right;
}

.mobile-app-two .curve-left{
  position: absolute;
  left: 0;
  bottom: -220px;
}

.mobile-app-two .title-box-three{
  margin-bottom: 70px;
}

.mobile-app-two .image-col{
  position: relative;
  margin-bottom: 40px;
}

.mobile-app-two .image-col .inner{
  position: relative;
  display: block;
}

.mobile-app-two .text-col{
  position: relative;
  margin-bottom: 30px;
}

.mobile-app-two .text-col .inner{
  position: relative;
  display: block;
  padding-top: 30px;
}

.mobile-app-two .text-col .upper-text{
  position: relative;
  font-weight: 500;
  color: #9399BC;
  margin-bottom: 45px;
}

.mobile-app-two .text-col .upper-text a{
  color: #ffffff;
  font-weight: 500;
}

.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: 15px;
  line-height: 36px;
  text-align: center;
  background: #272C44;
  color: #6CE1F5;
  border-radius: 50%;
}

.mobile-app-two .lower-links{
  position: relative;
  padding-top: 40px;
}

.mobile-app-two .lower-links .link{
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.mobile-app-two .lower-links .theme-btn{
  line-height: 24px;
  padding: 14px 20px;
  border-radius: 8px;
}

.mobile-app-two .lower-links .theme-btn:before{
  border-radius: 8px;
}

.mobile-app-two .lower-links .theme-btn i{
  font-size: 22px;
  padding-left: 0;
  padding-right: 10px;
}

.mobile-app-two .lower-links .link:nth-child(2) .theme-btn i{
  font-size: 16px;
}

/*** 

====================================================================
  Intro Five
====================================================================

***/

.intro-five{
  position: relative;
}

.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{
  background: #272C44;
}

.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: 50px;
  height: 50px;
  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: 500;
  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;
}

/*** 

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

***/

.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;
}

/*** 

====================================================================
  Allocation Five
====================================================================

***/

.allocation-five{
  position: relative;
  padding: 0px 0px 160px;
}

.allocation-five .pattern-layer{
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
  text-align: center;
}

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

.allocation-five .graph-col{
  position: relative;
  margin-bottom: 25px;
}

.allocation-five .graph-col .inner{
  position: relative;
  display: block;
}

.allocation-five .graph-col .image-col{
  margin-bottom: 30px;
}

.allocation-five .graph-col .image-col .inner{

}

.allocation-five .graph-col .image-col .image{
  position: relative;
}

.allocation-five .graph-col .f-col .inner{
    position: relative;
    padding-left: 10px;
}

.allocation-five .graph-col .f-list{
  position: relative;
}

.allocation-five .graph-col .f-block{
  position: relative;
  margin-bottom: 24px;
}

.allocation-five .f-block .f-inner{
  position: relative;
  font-weight: 500;
  color: #9399BC;
  padding-left: 44px;
}

.allocation-five .f-block .f-inner:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: #1D5FEF;
  border-radius: 50%;
}

.allocation-five .f-block .percent{
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.allocation-five .f-block .f-text{
  line-height: 1.5em;
  font-weight: 500;
  color: #9399BC;
  margin-bottom: 0;
}

.allocation-five .f-block .color-1:before{
    background: #1D5FEF;
}

.allocation-five .f-block .color-2:before{
    background: #3EE6BF;
}

.allocation-five .f-block .color-3:before{
    background: #5638C8;
}

.allocation-five .f-block .color-4:before{
    background: #FC3352;
}

.allocation-five .f-block .color-5:before{
    background: #8C17C7;
}

.allocation-five .f-block .color-6:before{
    background: #5C94E7;
}

.allocation-five .f-block .color-7:before{
    background: #F07D13;
}

.allocation-five .f-block .color-8:before{
    background: #28CBF0;
}

.allocation-five .f-block .color-9:before{
    background: #895FF4;
}

.allocation-five .f-block .color-10:before{
    background: #9FCE35;
}

.allocation-five .f-block .color-11:before{
    background: #5270FC;
}

/*** 

====================================================================
  Token Sale Section
====================================================================

***/

.token-sale-five{
  position: relative;
  padding: 0px 0px;
}

.token-sale-five .curve-right{
  position: absolute;
  right: 0;
  top: -70px;
}

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

.sale-block-eight{
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.sale-block-eight:last-child{
  margin-bottom: 0;
}

.sale-block-eight .inner-box{
  position: relative;
  display: block;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.0);
  min-height: 100%;
  border-radius: 4px;
  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-eight .inner-box:hover{
  background: #272C44;
}

.sale-block-eight .inner-box h5{
  position: relative;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 0;
}

.sale-block-eight .text{
  position: relative;
  float: right;
  color: #9399BC;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.sale-block-eight .inner-box:hover h5,
.sale-block-eight .inner-box:hover .text{
  color: #6CE1F5;
}

.token-sale-five .big-col{
  margin-bottom: 20px;
}

.token-sale-five .big-inner{
  position: relative;
  min-height: 100%;
}

.token-sale-five .outer-box{
  position: relative;
  display: block;
  min-height: 100%;
  background:  #272C44;
  padding: 50px 30px;
  border-radius: 12px;
}

.token-sale-five .upper-box h5{
  position: relative;
  display: block;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.token-sale-five .time-counter{
  position:relative;
  text-align: center;
  margin: 0 -10px;
}

.token-sale-five .time-countdown{
  position:relative;
}

.token-sale-five .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width:70px;
  font-size:14px;
  color:#A3A3A3;
  text-transform:capitalize;
  font-weight:500;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 16px 30px;
}

.token-sale-five .time-countdown .counter-column .period{
  position:relative;
  display:block;
  font-size: 14px;
  color: #9399BC;
  font-weight: 500;
  margin-top: 5px;
}

.token-sale-five .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:36px;
  line-height:40px;
  padding:10px 5px;
  width: 70px;
  height: 60px;
  color:#6CE1F5;
  font-weight:500;
  letter-spacing:1px;
  background: none;
  margin: 0 auto;
}

.token-sale-five .progress-box{
  position: relative;
  padding-top: 10px;
  margin-bottom: 90px;
}

.token-sale-five .progress-box .bar-outer{
  position: relative;
  display: block;
}

.token-sale-five .progress-box .bar-inner{
  position: relative;
  display: block;
  width: 100%;
  height: 12px;
  background: #424864;
  border-radius: 4px;
}

.token-sale-five .progress-box .bar-inner .bar{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 12px;
  background: #6CE1F5;
  border-radius: 4px;
}

.token-sale-five .progress-box .pt{
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 45px;
  min-width: 60px;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 22px;
  color: #ffffff;
  z-index: 1;
}

.token-sale-five .progress-box .pt:before{
  content: '';
  position: absolute;
  left: 49%;
  top: 0;
  height: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.60);
}

.token-sale-five .progress-box .pt-one{
  left: 5%;
  top: 0;
}

.token-sale-five .progress-box .pt-two{
  left: 30%;
  top: 0;
}

.token-sale-five .progress-box .pt-three{
  left: auto;
  right: 5%;
  top: 0;
}

.token-sale-five .outer-box .social-box{
  position: relative;
  display: block;
  padding-top: 20px;
  text-align: center;
}

.token-sale-five .outer-box .social-box li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.token-sale-five .outer-box .social-box li a{
  position: relative;
  display: block;
  line-height: 30px;
  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;
}

.token-sale-five .outer-box .social-box li a:hover{
    opacity: 0.50;
}

.token-sale-five .links-box{
  position: relative;
  text-align: center;
}

.token-sale-five .links-box .link{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 25px;
}

.token-sale-five .links-box .link .theme-btn{
  min-width: 190px;
  padding: 15px 20px;
}

.calendar-view-five{
  position: relative;
  padding: 42px 20px;
  background: #272C44;
  border-radius: 12px;
  margin-top: 50px;
}

.calendar-view-five .owl-theme .owl-nav,
.calendar-view-five .owl-theme .owl-dots{
  display: none;
}

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

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

.sale-block-nine .inner-box{
  position: relative;
  display: block;
  padding: 24px 24px;
  background: none;
  text-align: center;
  min-height: 100%;
  border-radius: 8px;
  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-nine .inner-box:hover{
  background: #2A2F48;
}

.sale-block-nine .reward{
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.sale-block-nine .reward span{
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5em;
  padding-right: 3px;
}

.sale-block-nine .inner-box:hover .reward{
  color: #9399BC;
}

.sale-block-nine .inner-box:hover .reward span{
  color: #6CE1F5;
}

.sale-block-nine .inner-box .date{
  position: relative;
  display: block;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(118, 146, 218, 0.35);
}

/*** 

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

  Home Seven

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

***/

body.home-seven{
  background: #030b33;
  color: #ffffff;
  font-family: 'Zen Dots', cursive;
}

body.home-seven h1,
body.home-seven h2,
body.home-seven h3,
body.home-seven h4,
body.home-seven h5,
body.home-seven h6{
  font-weight: 400;
  color: #ffffff;
  font-family: 'Zen Dots', cursive;
}

body.home-seven h2{
  font-size: 40px;
}

body.home-seven .scroll-to-top{
  background: #00FF00;
}

/*** 

====================================================================
  Header Six
====================================================================

***/

.header-seven .header-upper{
  background: rgba(30, 30, 30, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.0);
}

.header-seven.fixed-header .header-upper {
    background: rgba(30, 30, 30, 0.8);
    border-bottom-color: rgba(255, 255, 255, 0.30);
}

.header-seven .header-upper .links-box{
  padding-top: 20px;
  margin-left: 140px;
}

.header-seven .header-upper .social-links{
  position: relative;
}

.header-seven .header-upper .social-links li{
  position: relative;
  float: left;
  margin-left: 10px;
}

.header-seven .header-upper .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;
}

.header-seven .header-upper .social-links li a:hover{
  color: #00FF00;
}

.header-seven .main-menu .navigation > li{
  margin-left: 60px;
}

.header-seven .main-menu .navigation > li > a{
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

.header-seven .main-menu .navigation > li > a:hover{
    color: #00FF00;
}

.header-seven .main-menu .navigation > li > a.mPS2id-highlight-first, 
.header-seven .main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #00FF00;
}

/*** 

====================================================================
  Banner Six
====================================================================

***/

.banner-seven{
  position: relative;
  background: none;
}

.banner-seven .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-seven:before{
  content: '';
  position:absolute;
  left:0px;
  bottom:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.banner-seven .banner-container{
  padding: 200px 0 500px;
}

.banner-seven .auto-container{
  
}

.banner-seven .upper-content{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 45px;
  z-index: 1;
}

.banner-seven .upper-content h1{
  position: relative;
  color: #ffffff;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 0;
}

.banner-seven .upper-content .info{
  position: relative;
  padding-bottom: 15px;
}

.banner-seven .upper-content .info .i-block{
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-left: 22px;
  margin: 0 16px 25px;
}

.banner-seven .upper-content .info .i-block:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 12px;
  height: 16px;
  background: #00FF00;
}

.banner-seven .upper-content .info .i-block span{
  color: #00FF00;
}

.banner-seven .upper-content .link-box{
  position: relative;
  padding-top: 50px;
}

.banner-seven .upper-content .link-box .theme-btn{
  padding: 12px 25px;
  font-weight: 400;
}

.banner-seven .lower-content{
  position: relative;
  padding-top: 60px;
  z-index: 1;
}

.banner-seven .lower-content .left-col{
  position: relative;
}

.banner-seven .lower-content .left-col .text{
  position: relative;
  width: 100%;
  max-width: 360px;
  padding-top: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #E8E8E8;
}

.banner-seven .lower-content .left-col .text:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  border-bottom: 4px solid #00FF00;
}

.banner-seven .lower-content .left-col .text:after{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 66px;
  border-bottom: 2px solid #00FF00;
}

.banner-seven .lower-content h5{
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  padding-left: 22px;
  margin: 0 0 25px;
}

.banner-seven .lower-content h5:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 12px;
  height: 16px;
  background: #00FF00;
}

.banner-seven .time-counter{
  position:relative;
  float: right;
}

.banner-seven .time-countdown{
  position:relative;
}

.banner-seven .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width: 80px;
  font-size:20px;
  color:#ffffff;
  text-transform:capitalize;
  font-weight:400;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 0 20px 30px;
}

.banner-seven .time-countdown .counter-column:first-child{
  margin-left: 0;
}

.banner-seven .time-countdown .counter-column:before{
  content: ':';
  position: absolute;
  top: -3px;
  left: -35px;
  width: 34px;
  text-align: center;
  font-size:40px;
  line-height:40px;
  color:#ffffff;
  font-weight:400;
}

.banner-seven .time-countdown .counter-column:first-child:before{
  display: none;
}

.banner-seven .time-countdown .counter-column .period{
  position:relative;
  display:none;
  font-size: 14px;
  color: #9399BC;
  font-weight: 500;
  margin-top: 5px;
}

.banner-seven .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:40px;
  line-height:40px;
  color:#ffffff;
  font-weight:400;
  background: none;
  margin: 0 auto;
}

.banner-seven .time-countdown .counter-column:hover .count{
  color: #00FF00;
}

.banner-seven .bottom-image{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/*** 

====================================================================
  About Section
====================================================================

***/

.about-section{
  position: relative;
  padding: 0 0px;
  background: #030B33;
  overflow: hidden;
}

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

.about-section .content-box{
  position: relative;
  display: block;
}

.about-section .content-inner{
  position: relative;
  display: block;
  max-width: 700px;
  padding: 160px 0 165px;
}

.about-section .circles-layer{
  position: absolute;
  left: 0;
  bottom: 0px;
}

.about-section .shine-layer{
  position: absolute;
  top: 120px;
  left: -100px;
}

.about-section .content{
  position: relative;
}

.about-section .content h2{
  position: relative;
  line-height: 1.3em;
  color: #ffffff;
  padding-top: 28px;
  margin-bottom: 45px;
}

.about-section .content h2 span{
  color: #00FF00;
}

.about-section .content h2:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  border-bottom: 3px solid #ffffff;
}

.about-section .content .text{
  position: relative;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.45em;
  color: #EBEBEB;
  max-width: 380px;
}

.about-section .link-box{
  position: relative;
  padding-top: 100px;
}

/*** 

====================================================================
  Features Section
====================================================================

***/

.features-section{
  position: relative;
  padding: 0 0px;
  background: #030B33;
  overflow: hidden;
}

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

.features-section .content-box{
  position: relative;
  display: block;
  padding: 160px 0 115px;
}

.features-section .content-box:before{
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: -310px;
  width: 1500px;
  height: 100%;
  background: rgba(13, 62, 255, 0.70);
  background: -webkit-linear-gradient(top,rgba(13, 62, 255, 1),rgba(13, 62, 255, 0));
  background: -ms-linear-gradient(top,rgba(13, 62, 255, 1),rgba(13, 62, 255, 0));
  background: -moz-linear-gradient(top,rgba(13, 62, 255, 1),rgba(13, 62, 255, 0));
}

.features-section .shine-layer{
  position: absolute;
  top: 115px;
  left: -120px;
}

.features-section .left-col{
  position: relative;
}

.features-section .left-col .inner{
  position: relative;
  max-width: 500px;
  padding-right: 50px;
}

.features-section .right-col{
  position: relative;
  margin-bottom: 45px;
}

.features-section .right-col .inner{
  position: relative;
  padding-top: 60px;
}

.feature-block{
  position: relative;
  margin-bottom: 45px;
}

.feature-block .inner-box{
  position: relative;
  padding-left: 95px;
  min-height: 72px;
  padding-top: 12px;
}

.feature-block:nth-child(1) .inner-box{
  padding-top: 25px;
}

.feature-block:nth-child(4) .inner-box{
  padding-top: 0px;
}

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

.feature-block .icon-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 72px;
  height: 72px;
  line-height: 72px;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.feature-block .icon-box img{
  max-width: 100%;
  max-height: 72px;
}

.feature-block .text{
  position: relative;
  font-size: 18px;
  line-height: 1.45em;
}

.features-section .quote{
  position: relative;
  padding-left: 50px;
  margin-left: -50px;
}

.features-section .quote:before{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  height: 75px;
  border-left: 7px solid #ffffff;
}

.features-section .quote .text{
  position: relative;
  font-size: 40px;
  line-height: 1.40em;
  color: #00FF00;
  max-width: 620px;
}

/*** 

====================================================================
  Creations Section
====================================================================

***/

.creations-section{
  position: relative;
  padding: 160px 0px 120px;
  background: #030B33;
  overflow: hidden;
}

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

.creations-section .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.creations-section .upper-title{
  position: relative;
  margin-bottom: 100px;
}

.creations-section .upper-title h2{
  position: relative;
  color: #ffffff;
  line-height: 1.40em;
  font-size: 40px;
  padding-left: 50px;
  margin-bottom: 0;
}

.creations-section .upper-title h2:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 72px;
  border-left: 7px solid #ffffff;
}

.creations-section .upper-title h2 span{
  color: #00FF00;
}

.creations-section .carousel-box{
  position: relative;
  padding: 0 20px;
  margin-bottom: 60px;
}

.creation-block{
  position: relative;
  margin-bottom: 30px;
}

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

.creation-block .inner-box{
  position: relative;
  display: block;
}

.creation-block .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
}

.creation-block .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 14px;
  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;
}

.creation-block:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.70;
}

.creation-block .title{
  position: relative;
  padding-top: 22px;
}

.creation-block .title h4{
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.creation-block .title h4 a{
  color: #ffffff;
}

.creation-block .title h4 a:hover{
  color: #00FF00;
  text-decoration: underline;
}

.creations-section .owl-theme .owl-nav,
.creations-section .owl-theme .owl-dots{
  display: none;
}

/*** 

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

***/

.roadmap-six{
  position: relative;
  padding: 160px 0px 130px;
  background: #030B33;
  overflow: hidden;
}

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

.roadmap-six .bg-layer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 62, 255, 0.15);
}

.roadmap-six .bg-layer:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(13, 62, 255, 0.70);
  background: -webkit-linear-gradient(top,rgba(13, 62, 255, 1),rgba(13, 62, 255, 0));
  background: -ms-linear-gradient(top,rgba(13, 62, 255, 1),rgba(13, 62, 255, 0));
  background: -moz-linear-gradient(top,rgba(13, 62, 255, 1),rgba(13, 62, 255, 0));
}

.roadmap-six .shine-layer{
  position: absolute;
  top: 115px;
  left: -120px;
}

.roadmap-six .left-col{
  position: relative;
}

.roadmap-six .left-col .inner{
  position: relative;
  max-width: 600px;
}

.roadmap-six .title{
  position: relative;
  margin-bottom: 260px;
}

.roadmap-six .title h1{
  position: relative;
  font-size: 70px;
  line-height: 1.35em;
  margin-bottom: 0;
}

.roadmap-six .title h1 span{
  color: #00FF00;
}

.roadmap-six .left-col .image-box{
  position: relative;
  max-width: 520px;
  text-align: center;
}

.roadmap-six .left-col .image-box .image{
  position: relative;
  display: block;
}

.roadmap-six .left-col .image-box .image-title{
  position: relative;
  display: block;
  line-height: 1.4em;
  font-size: 20px;
  padding-top: 100px;
}

.roadmap-six .right-col{
  position: relative;
  margin-bottom: 45px;
}

.roadmap-six .right-col .inner{
  position: relative;
  padding-left: 50px;
}

.roadmap-six .roadmap{
  position: relative;
}

.roadmap-block-six{
  position: relative;
  padding-left: 82px;
  padding-bottom: 50px;
}

.roadmap-six .roadmap .roadmap-block-six:last-child{
  padding-bottom: 0;
}

.roadmap-six .roadmap .roadmap-block-six:last-child:before{
  bottom: 0;
}

.roadmap-block-six:before{
  content: '';
  position: absolute;
  left: 18px;
  top: 40px;
  bottom: -2px;
  border-left: 4px solid #ffffff;
}

.roadmap-block-six.checked:before{
  border-color: #00FF00;
}

.roadmap-block-six .inner-box{
  position: relative;
  display: block;
  padding: 32px 32px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}

.roadmap-block-six.checked .inner-box{
  border-color: #00FF00;
}

.roadmap-block-six .radio{
  position: absolute;
  left: -83px;
  top: 0;
  width: 40px;
  height: 40px;
  border: 5px solid #ffffff;
  background: #101010;
  border-radius: 50%;
}

.roadmap-block-six.checked .radio{
  border-color: #00FF00;
}

.roadmap-block-six .radio:before{
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: #00FF00;
  border-radius: 50%;
  display: none;
}

.roadmap-block-six.checked .radio:before{
  display: block;
}

.roadmap-block-six .b-title{
  position: relative;
  margin-bottom: 18px;
  color: #ffffff;
}

.roadmap-block-six.checked .b-title{
  color: #00FF00;
}

.roadmap-block-six .text{
  position: relative;
  font-size: 18px;
  line-height: 1.45em;
  color: #ffffff;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-six{
  position: relative;
  padding: 160px 0px;
  background: #030B33;
  overflow: hidden;
}

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

.team-six .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.team-six .upper-title{
  position: relative;
  margin-bottom: 100px;
}

.team-six .upper-title h2{
  position: relative;
  color: #ffffff;
  line-height: 1.40em;
  font-size: 40px;
  padding-left: 50px;
  margin-bottom: 0;
}

.team-six .upper-title h2:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 72px;
  border-left: 7px solid #ffffff;
}

.team-six .upper-title h2 span{
  color: #00FF00;
}

.team-six .carousel-box{
  position: relative;
}

.team-block-six{
  position: relative;
  margin-bottom: 30px;
}

.team-block-six.margin-top{
  margin-top: 70px;
}

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

.team-block-six .inner-box{
  position: relative;
  display: block;
}

.team-block-six .image-box{
  position: relative;
  display: block;
  padding-left: 22px;
  padding-bottom: 22px;
}

.team-block-six .image-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 0;
  right: 22px;
  border: 2px solid #00FF00;
  border-radius: 4px;
  z-index: 1;
}

.team-block-six .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
}

.team-block-six .lower-box{
  position: relative;
  padding-top: 25px;
}

.team-block-six h6{
  font-size: 18px;
  margin-bottom: 12px;
}

.team-block-six .designation{
  font-family: 'Poppins', sans-serif;
  color: #00FF00;
  font-size: 16px;
  line-height: 24px;
}


.team-six .owl-theme .owl-dots{
  display: none;
}

.team-six .owl-theme .owl-nav{
  position: relative;
  display: block;
  padding-top: 65px;
  text-align: center;
}

.team-six .owl-theme .owl-nav .owl-prev,
.team-six .owl-theme .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #373737;
  color: #8F8F8F;
  border-radius: 50%;
}

.team-six .owl-theme .owl-nav .owl-prev:hover,
.team-six .owl-theme .owl-nav .owl-next:hover{
  color: #ffffff;
  opacity: 1;
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-six{
  position: relative;
  padding: 160px 0px 160px;
  background: #030B33;
  overflow: hidden;
}

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

.faqs-six .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.faqs-six .upper-title{
  position: relative;
  margin-bottom: 100px;
}

.faqs-six .upper-title h2{
  position: relative;
  color: #ffffff;
  line-height: 1.40em;
  font-size: 40px;
  padding-left: 50px;
  margin-bottom: 0;
}

.faqs-six .upper-title h2:before{
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 72px;
  border-left: 7px solid #ffffff;
}

.faqs-six .upper-title h2 span{
  color: #00FF00;
}

.faqs-six .content-box{
  position: relative;
  max-width: 940px;
}

.faqs-six .accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 33px;
  border-bottom: 1px solid #00FF00;
}

.faqs-six .accordion-box .block:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.faqs-six .accordion-box .block.active-block{
    
}

.faqs-six .accordion-box .block .acc-btn{
  position:relative;
  top: 0;
  width: 100%;
  font-size:20px;
  line-height:28px;
  font-weight:400;
  color: #ffffff;
  cursor:pointer;
  padding:33px 90px 0 50px;
}

.faqs-six .accordion-box .block .acc-btn:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 9px;
  width: 15px;
  height: 15px;
  background: #00FF00;
  border-radius: 50%;
}

.faqs-six .accordion-box .block.active-block .acc-btn{
    color: #00FF00;
}

.faqs-six .accordion-box .block .acc-btn i{
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -2px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #C7FF00;
  color: #101010;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.faqs-six .accordion-box .block .acc-btn.active i:before{
  content: "\f068";
}

.faqs-six .accordion-box .block .acc-btn.active i{
  background: #5F6EB6;
  color: #ffffff;
}

.faqs-six .accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  display: none;
}

.faqs-six .accordion-box .active-block .acc-content{
  display:block;
}

.faqs-six .accordion-box .block .content{
  position:relative;
  padding: 25px 90px 0 50px;
}

.faqs-six .accordion-box .block .content .text{
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #EBEBEB;
  font-size: 18px;
  line-height: 28px;
  padding-left: 28px;
}

.faqs-six .accordion-box .block .content .text:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  border-left: 1px solid #ffffff;
}

/*** 

====================================================================
  Join Section
====================================================================

***/

.join-section{
  position: relative;
  padding: 160px 0px;
  background: #0D3EFF;
  text-align: center;
}

.join-section.alternate{
  background: #121212;
}

.join-section.alternate .bg-layer{
    position:absolute;
    left:0;
    top: 0;
    width: 100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center 100px;
}

.join-section .auto-container{
  max-width: 900px;
}

.join-section.alternate .auto-container{
  max-width: 980px;
}

.join-section .content-box{
  position: relative;
}

.join-section .content-box h2{
  margin-bottom: 0px;
}

.join-section.alternate .content-box h2{
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.join-section .content-box .text{
  position: relative;
  font-size: 18px;
  padding-top: 40px;
}

.join-section.alternate .content-box .text{
  padding-top: 75px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.join-section .content-box .link-box{
  position: relative;
  padding-top: 60px;
}

/*** 

====================================================================
  Main Footer Two
====================================================================

***/

.main-footer-two{
  position: relative;
  padding: 64px 0px 40px;
  background: #101010;
}

.main-footer-two .inner{
  position: relative;
  display: block;
}

.main-footer-two .footer-left{
  position: relative;
  float: left;
  margin-bottom: 30px;
}

.main-footer-two .footer-left .logo{
  position: relative;
  display: block;
}

.main-footer-two .footer-left .logo img{
  height: 40px;
}

.main-footer-two .footer-right{
  position: relative;
  float: right;
}

.main-footer-two .copyright{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #AFAFAF;
  margin-bottom: 24px;
}

.main-footer-two .social-links{
  position: relative;
  text-align: right;
  margin-bottom: 24px;
}

.main-footer-two .social-links li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

.main-footer-two .social-links li a{
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -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;
}

.main-footer-two .social-links li a:hover{
  color: #00FF00;
  border-color: #00FF00;
}

/*** 

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

  Home Seven

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

***/

body.home-eight{
  background: #ffffff;
  color: #1F1F1F;
  font-family: 'Zen Dots', cursive;
}

body.home-eight h1,
body.home-eight h2,
body.home-eight h3,
body.home-eight h4,
body.home-eight h5,
body.home-eight h6{
  font-weight: 400;
  color: #101010;
  font-family: 'Zen Dots', cursive;
}

body.home-eight h2{
  font-size: 60px;
  line-height: 1.35em;
}

body.home-eight .scroll-to-top{
  background: #FF00DE;
}

/*** 

====================================================================
  Header Six
====================================================================

***/

.home-eight .header-upper{
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.90);
}

.home-eight.fixed-header .header-upper {
    background: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(0, 0, 0, 0.10);
}

.header-eight .header-upper .links-box{
  padding-top: 20px;
  margin-left: 140px;
}

.header-eight .header-upper .social-links{
  position: relative;
}

.header-eight .header-upper .social-links li{
  position: relative;
  float: left;
  margin-left: 10px;
}

.header-eight .header-upper .social-links li a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #101010;
  line-height: 40px;
  background: #E0E0E0;
  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;
}

.header-eight .header-upper .social-links li a:hover{
  color: #FF00DE;
  background: rgba(255, 0, 222, 0.10)
}

.header-eight .main-menu .navigation > li{
  margin-left: 60px;
}

.header-eight .main-menu .navigation > li > a{
  font-weight: 400;
  color: #282828;
  font-size: 16px;
  text-transform: capitalize;
}

.header-eight .main-menu .navigation > li > a:hover{
    color: #FF00DE;
}

.header-eight .main-menu .navigation > li > a.mPS2id-highlight-first, 
.header-eight .main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #FF00DE;
}

/*** 

====================================================================
  Banner Six
====================================================================

***/

.banner-eight{
  position: relative;
  background: none;
  padding-top: 85px;
}

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

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

.banner-eight .bg-white{
    position:absolute;
    right:50%;
    margin-right: 350px;
    bottom:0;
    left: 0;
    height:100%;
    opacity:1;
    z-index: 2;
    background: #F0F0F0;
}

.banner-eight .banner-container{
  padding: 0 0;
}

.banner-eight .auto-container{
  
}

.banner-eight .upper-content{
  position: relative;
  width: 100%;
  padding: 320px 0 90px;
  z-index: 3;
}

.banner-eight .upper-content .inner{
  position: relative;
  max-width: 295px;
  overflow: hidden;
}

.banner-eight .upper-content .player{
  position: relative;
  margin-bottom: 50px;
}

.banner-eight .upper-content h2{
  position: relative;
  width: 750px;
  color: #101010;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 1.25em;
  margin-bottom: 0;
}

.banner-eight .lower-content{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 90px;
  z-index: 1;
}

.banner-eight .lower-content .auto-container{
  position: relative;
}

.banner-eight .lower-content .h-title{
  position: absolute;
  left: 20px;
  bottom: 0px;
  width: 750px;
}

.banner-eight .lower-content h2{
  position: relative;
  color: #ffffff;
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 1.25em;
  margin-bottom: 0;
}

.banner-eight .bottom-image{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/*** 

====================================================================
  Artist Funfacts Section
====================================================================

***/

.artist-fun-facts{
  position: relative;
  padding: 65px 0px 10px;
  background: #FF00DE;
  color: #ffffff;
}

.artist-fun-facts .fact-block{
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.artist-fun-facts .fact-block .inner{
  position: relative;
  display: block;
}

.artist-fun-facts .fact-block .subtitle{
  position: relative;
  font-size: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}

.artist-fun-facts .fact-block .count{
  position: relative;
  font-size: 64px;
  line-height: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-seven{
  position: relative;
  padding: 160px 0px 160px;
  background: #ffffff;
  overflow: hidden;
}

.faqs-seven .bg-layer{
    position:absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
    margin-left: -250px;
    background: #F8F8F8;
    opacity:1;
    z-index: 0;
}

.faqs-seven .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.faqs-seven .faded-text-left{
  position: absolute;
  left: -400px;
  top: 100px;
  font-size: 160px;
  line-height: 1em;
  text-transform: uppercase;
  width: 880px;
  color: #F8F8F8;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

.faqs-seven .faded-text-right{
  position: absolute;
  right: -490px;
  top: 100px;
  font-size: 160px;
  line-height: 1em;
  text-transform: uppercase;
  width: 880px;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}

.faqs-seven .upper-title{
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.faqs-seven .upper-title h2{
  position: relative;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.faqs-seven .content-box{
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.faqs-seven .accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #101010;
}

.faqs-seven .accordion-box .block:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.faqs-seven .accordion-box .block.active-block{
    
}

.faqs-seven .accordion-box .block .acc-btn{
  position:relative;
  top: 0;
  width: 100%;
  font-size:20px;
  line-height:28px;
  font-weight:400;
  text-transform: uppercase;
  color: #101010;
  cursor:pointer;
  padding:30px 90px 0 40px;
}

.faqs-seven .accordion-box .block .acc-btn:before{
  content: "\f04b";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 0px;
  color: #FF00DE;
  font-family: 'Font Awesome 6 Pro';
}

.faqs-seven .accordion-box .block.active-block .acc-btn{
    color: #FF00DE;
}

.faqs-seven .accordion-box .block .acc-btn i{
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  margin-top: -1px;
  height: 32px;
  width: 32px;
  text-align: center;
  background: #FF00DE;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  border-radius: 50%;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.faqs-seven .accordion-box .block .acc-btn.active i:before{
  content: "\f068";
}

.faqs-seven .accordion-box .block .acc-btn.active i{
  background: #B6B6B6;
  color: #ffffff;
}

.faqs-seven .accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  display: none;
}

.faqs-seven .accordion-box .active-block .acc-content{
  display:block;
}

.faqs-seven .accordion-box .block .content{
  position:relative;
  padding: 20px 10px 0 40px;
}

.faqs-seven .accordion-box .block .content .text{
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #515151;
  font-size: 18px;
  line-height: 28px;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-seven{
  position: relative;
  padding: 160px 0px 160px;
  background: #121212;
  color: #ffffff;
  overflow: hidden;
}

.team-seven .bg-layer{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:200px;
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity:1;
    z-index: 0;
}

.team-seven .upper-title{
  position: relative;
  max-width: 1150px;
  margin-bottom: 100px;
}

.team-seven .upper-title h2{
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

.team-seven .content-box{
  position: relative;
  min-height: 200px;
  padding-left: 450px;
}

.team-seven .content-box .left-content{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 360px;
}

.team-seven .content-box .left-content .text{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
}

.team-block-seven{
  position: relative;
}

.team-block-seven .inner-box{
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.team-block-seven .image-box{
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.team-block-seven .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
}

.team-block-seven .hover-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.0);
  border-radius: 50%;
  -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;
}

.team-block-seven:hover .hover-box{
  background: rgba(255, 0, 222, 0.3);
}

.team-block-seven .hover-box .hvr-content{
  position: absolute;
  left: 0;
  top: 50%;
  height: 70px;
  margin-top: -35px;
  width: 100%;
  padding: 0 10px;
}

.team-block-seven .hover-box h4{
  position: relative;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.team-block-seven .hover-box h4 a{
  color: #ffffff;
}

.team-block-seven .designation{
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  text-transform: capitalize;
}

.team-seven .owl-theme .owl-dots{
  display: none;
}

.team-seven .owl-theme .owl-nav{
  position: absolute;
  left: -450px;
  top: 190px;
}

.team-seven .owl-theme .owl-nav .owl-prev,
.team-seven .owl-theme .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  width: 48px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #373737;
  color: #8F8F8F;
  border-radius: 50%;
}

.team-seven .owl-theme .owl-nav .owl-prev:hover,
.team-seven .owl-theme .owl-nav .owl-next:hover{
  color: #ffffff;
  opacity: 1;
}

/*** 

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

***/

.main-footer-two.footer-home-8{
  border-top: 2px solid #ffffff;
}

.main-footer-two.footer-home-8 .social-links li a:hover{
  color: #FF00DE;
  border-color: #FF00DE;
}

/*** 

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

***/

.roadmap-seven{
  position: relative;
  padding: 160px 0px;
  background: #F0F0F0;
  overflow: hidden;
}

.roadmap-seven .upper-title{
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

.roadmap-seven .upper-title h2{
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

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

.roadmap-seven .content-box{
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}

.roadmap-seven .content-box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.roadmap-seven .roadmap{
  position: relative;
}

.roadmap-block-seven{
  position: relative;
  padding-bottom: 40px;
}

.roadmap-block-seven .inner{
  position: relative;
  float: right;
  display: block;
  width: 50%;
  padding-left: 114px;
}

.roadmap-block-seven:nth-child(even) .inner{
  float: left;
  padding-right: 114px;
  padding-left: 0;
}

.roadmap-block-seven .inner-box{
  position: relative;
  display: block;
  padding: 32px 32px;
  background: #ffffff;
  border-left: 8px solid #C2C2C2;
  border-radius: 6px 6px;
}

.roadmap-block-seven:nth-child(even) .inner-box{
  border-left: none;
  border-right: 8px solid #C2C2C2;
  border-radius: 6px 6px;
}

.roadmap-block-seven.checked .inner-box{
  border-color: #FF00DE;
}

.roadmap-block-seven .inner-box:before{
  content: '';
  position: absolute;
  left: -124px;
  top: 0;
  bottom: -41px;
  border-left: 3px solid #868686;
}

.roadmap-block-seven:nth-child(even) .inner-box:before{
  left: auto;
  right: -123px;
}

.roadmap-block-seven.checked .inner-box:before{
  border-color: #FF00DE;
}

.roadmap-block-seven:last-child .inner-box:before{
  bottom: 0px;
}

.roadmap-block-seven .inner-box:after{
  content: '';
  position: absolute;
  left: -90px;
  width: 70px;
  top: 50%;
  margin-top: -1px;
  border-top: 2px dashed #161616;
}

.roadmap-block-seven:nth-child(even) .inner-box:after{
  left: auto;
  right: -90px;
}

.roadmap-block-seven .radio{
  position: absolute;
  left: -140px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border: 3px solid #101010;
  background: #F0F0F0;
  border-radius: 50%;
}

.roadmap-block-seven:nth-child(even) .radio{
  left: auto;
  right: -140px;
}

.roadmap-block-seven.checked .radio{
  border-color: #FF00DE;
}

.roadmap-block-seven .radio:before{
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: #FF00DE;
  border-radius: 50%;
  display: none;
}

.roadmap-block-seven.checked .radio:before{
  display: block;
}

.roadmap-block-seven .b-title{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 18px;
  color: #161616;
}

.roadmap-block-seven.checked .b-title{
  color: #161616;
}

.roadmap-block-seven .text{
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.50em;
  color: #1F1F1F;
}

.roadmap-seven .coming-soon{
  position: relative;
  padding-top: 40px;
  text-align: center;
}

.roadmap-seven .coming-soon span{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 6px 20px;
  color: #FF00DE;
  font-size: 16px;
  line-height: 28px;
  border-radius: 18px;
  background: rgba(255, 0, 222, 0.08);
}

/*** 

====================================================================
  Wallet Section
====================================================================

***/

.wallet-section{
  position: relative;
  padding: 100px 0px 160px;
  background: #121212;
  text-align: center;
}

.wallet-section .bg-layer{
    position:absolute;
    left:0;
    top: 0;
    width: 100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.wallet-section .auto-container{
  max-width: 980px;
}

.wallet-section .content-box{
  position: relative;
}

.wallet-section .content-box .text{
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.01em;
}

.wallet-section .content-box .link-box{
  position: relative;
  padding-top: 80px;
}

/*** 

====================================================================
  Creations Section
====================================================================

***/

.creations-two{
  position: relative;
  padding: 0px 0px;
  background: #121212;
  overflow: hidden;
}

.creations-two .upper-ticker{
  position: relative;
  padding: 34px 0px;
  height: 128px;
  border-bottom: 2px solid #ffffff;
}

.creations-two .upper-ticker .ticker-inner{
    position: absolute;
    left: 50%;
    margin-left: -1100px;
    width: 2200px;
    top: 34px;
    text-align: center;
}

.creations-two .upper-ticker .ticker-text{
  position: relative;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}

.creations-two .upper-ticker .ticker-text span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  color: #FF00DE;
}

.creations-two .outer-box{
  position: relative;
  padding-top: 90px;
}

.creations-two .row{
  margin: 0 -6px;
}

.creation-block-two{
  position: relative;
  margin-bottom: 12px;
}

.creations-two .row .creation-block-two{
  padding: 0 6px;
}

.creation-block-two .inner-box{
  position: relative;
  display: block;
}

.creation-block-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.creation-block-two .image-box img{
  position: relative;
  display: block;
  width: 100%;
  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;
}

.creation-block-two:hover .image-box img{
  opacity: 0.70;
}

.creation-block-two .hover-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.creation-block-two .hover-inner{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.creation-block-two .hover-content{
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.creation-block-two h3{
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}

.creation-block-two h3 a{
  color: #ffffff;
}

.creation-block-two h3 a:hover{
  color: #FF00DE;
}

.creation-block-two .overlink{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.creation-block-two .overlink .icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 24px;
  background: #FF00DE;
  color: #ffffff;
  border-radius: 50%;
}

/*** 

====================================================================
  About Section
====================================================================

***/

.about-two{
  position: relative;
  padding: 180px 0px 150px;
  background: #ffffff;
  overflow: hidden;
}

.about-two:before{
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f0f0f0;
}

.about-two .image-col{
  position: relative;
  margin-bottom: 30px;
}

.about-two .image-col .inner{
  position: relative;
  display: block;
  min-height: 740px;
  margin-right: -170px;
}

.about-two .image-col .image-box{
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  background: #FF00DE;
}

.about-two .image-col .image-box img{
  max-width: none;
  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;
}

.about-two .image-col .image-box:hover img{
  opacity: 0.70;
}

.about-two .image-col .image-box .overlink{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-two .image-col .image-box .overlink .icon{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 30px;
  background: #FF00DE;
  color: #ffffff;
  border-radius: 50%;
}

.about-two .text-col{
  position: relative;
  margin-bottom: 30px;
}

.about-two .text-col{
  position: relative;
  margin-bottom: 30px;
}

.about-two .text-col .inner{
  position: relative;
  display: block;
  padding-top: 150px;
  padding-left: 200px;
}

.about-two .text-col .info{
  position: relative;
}

.about-two .text-col .info .i-block{
  position: relative;
  margin: 0 0 15px;
}

.about-two .text-col .info .i-block span{
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 28px;
  padding: 5px 10px;
  border: 1px solid #BCBCBC;
  border-radius: 20px;
}

.about-two .text-col .info .i-block span i{
  color: #FF00DE;
  font-style: normal;
}

.about-two .text-col h2{
  position: relative;
  font-size: 60px;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-top: 50px;
}

.about-two .text-col h2 span{
  color: #FF00DE;
}

/*** 

====================================================================
  Features Section
====================================================================

***/

.features-two{
  position: relative;
  padding: 160px 0px 120px;
  background: #ffffff;
}

.feature-block-two{
  position: relative;
  margin-bottom: 40px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
}

.feature-block-two .icon-box{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  background: rgba(177, 177, 177, 0.1);
  margin-bottom: 20px;
  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;
}

.feature-block-two:hover .icon-box{
  color: #FF00DE;
  background: rgba(255, 0, 222, 0.06);
}

.feature-block-two h6{
  position: relative;
  color: #161616;
  text-transform: uppercase;
  line-height: 1.4em;
  max-width: 290px;
  margin-bottom: 20px;
}

.feature-block-two .text{
  position: relative;
  color: #515151;
  font-family: 'Poppins', sans-serif;
  max-width: 290px;
  padding-left: 30px;
}

.feature-block-two .text .icon{
  position: absolute;
  left: 0;
  top: 5px;
  color: #FF00DE;
  font-size: 14px;
}

/*** 

====================================================================
  Features Section
====================================================================

***/

.e-timer-section{
  position: relative;
  padding: 80px 0px 50px;
  background: #101010;
  color: #ffffff;
}

.e-timer-section .text-content{
  position: relative;
  max-width: 480px;
  float: left;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
}

.e-timer-section .timer-box{
  position: relative;
  float: left;
  margin-left: 120px;
  margin-bottom: 30px;
}

.e-timer-section .timer-box h6{
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 14px;
}

.e-timer-section .time-counter{
  position:relative;
  float: right;
}

.e-timer-section .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width: 50px;
  font-size:20px;
  color:#ffffff;
  text-transform:capitalize;
  font-weight:400;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 15px 10px 0;
}

.e-timer-section .time-countdown .counter-column:last-child{
  margin-left: 0;
}

.e-timer-section .time-countdown .counter-column:before{
  content: ':';
  position: absolute;
  top: -2px;
  left: -20px;
  width: 20px;
  text-align: center;
  font-size:22px;
  line-height:28px;
  color:#ffffff;
  font-weight:400;
}

.e-timer-section .time-countdown .counter-column:first-child:before{
  display: none;
}

.e-timer-section .time-countdown .counter-column .period{
  position:relative;
  display:none;
}

.e-timer-section .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:22px;
  line-height:28px;
  color:#ffffff;
  font-weight:400;
  background: none;
  margin: 0 auto;
}

.e-timer-section .time-countdown .counter-column:hover .count{
  color: #FF00DE;
}

.e-timer-section .link-box{
  position: relative;
  float: right;
  margin-bottom: 30px;
}

.e-timer-section .link-box .theme-btn{
  line-height: 30px;
  padding: 13px 30px;
  border-radius: 28px;
}

.e-timer-section .link-box .theme-btn i{
  top: 0;
  padding-left: 10px;
  padding-right: 0;
  transform: rotate(-45deg);
}

#example1{
  font-size: 40px;
  color: white;
  -webkit-text-stroke: 2px black;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  -webkit-text-fill-color: white;
}

/*** 

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

  Home Seven

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

***/

body.home-nine{
  background: #040404;
  color: #F0F0F0;
  font-family: 'Zen Dots', cursive;
}

body.home-nine h1,
body.home-nine h2,
body.home-nine h3,
body.home-nine h4,
body.home-nine h5,
body.home-nine h6{
  font-weight: 400;
  color: #ffffff;
  font-family: 'Zen Dots', cursive;
}

body.home-nine h2{
  font-size: 44px;
  line-height: 1.35em;
}

body.home-nine .scroll-to-top{
  background: #C7FF00;
  color: #101010;
}

body.home-nine .scroll-to-top img{
  filter: invert(100%);
  -webkit-filter: invert(100%);
  -ms-filter: invert(100%);
}

/*** 

====================================================================
  Header Six
====================================================================

***/

.header-nine .header-upper{
  background: #1E1E1E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.00);
}

.header-nine.fixed-header .header-upper {
    background: #1E1E1E;
    border-bottom-color: rgba(255, 255, 255, 0.20);
}

.header-nine .header-upper .links-box{
  padding-top: 20px;
  margin-left: 140px;
}

.header-nine .header-upper .social-links{
  position: relative;
}

.header-nine .header-upper .social-links li{
  position: relative;
  float: left;
  margin-left: 10px;
}

.header-nine .header-upper .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;
}

.header-nine .header-upper .social-links li a:hover{
  color: #C7FF00;
}

.header-nine .main-menu .navigation > li{
  margin-left: 60px;
}

.header-nine .main-menu .navigation > li > a{
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

.header-nine .main-menu .navigation > li > a:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 40px;
  height: 0;
  border-left: 2px solid #C7FF00;
  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;
}

.header-nine .main-menu .navigation > li > a:hover{
    color: #C7FF00;
}

.header-nine .main-menu .navigation > li > a.mPS2id-highlight-first, 
.header-nine .main-menu .navigation > li > a.mPS2id-highlight-last{
  color: #C7FF00;
}

.header-nine .main-menu .navigation > li > a.mPS2id-highlight-first:before,
.header-nine .main-menu .navigation > li > a.mPS2id-highlight-last:before{
  height: 24px;
}

/*** 

====================================================================
  Banner Six
====================================================================

***/

.banner-nine{
  position: relative;
  background: none;
  padding-top: 85px;
}

.banner-nine .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-nine:before{
  content: '';
  position:absolute;
  left:0px;
  bottom:0;
  width:100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.banner-nine .image-layer{
    position:absolute;
    left:50%;
    margin-left: -80px;
    bottom:0;
    top: 0;
    right: 0;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

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

.banner-nine .banner-container{
  padding: 135px 0 120px;
}

.banner-nine .auto-container{
  
}

.banner-nine .content-box{
  position: relative;
}

.banner-nine .t-layer{
  position: absolute;
  top: 120px;
  right: 100%;
  margin-right: -275px;
}

.banner-nine .t-layer img{
  max-width: none;
}

.banner-nine .upper-content{
  position: relative;
  max-width: 1050px;
  z-index: 1;
}

.banner-nine .upper-content h1{
  position: relative;
  color: #ffffff;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.25em;
  margin-bottom: 0;
}

.banner-nine .upper-content h1 span{
  font-size: 90px;
  text-transform: uppercase;
  color: #C7FF00;
}

.banner-nine .upper-content .lower{
  position: relative;
  padding-top: 70px;
  padding-left: 30px;
}

.banner-nine .upper-content .text{
  position: relative;
  font-size: 18px;
  line-height: 28px;
  max-width: 490px;
}

.banner-nine .upper-content .info{
  position: relative;
  padding-top: 50px;
}

.banner-nine .upper-content .info .i-block{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  padding-left: 28px;
  margin: 0 0 12px;
}

.banner-nine .upper-content .info .i-block:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 18px;
  border-bottom: 3px solid #C7FF00;
}

.banner-nine .upper-content .info .i-block span{
  color: #C7FF00;
}

.banner-nine .upper-content .link-box{
  position: relative;
  padding-top: 90px;
}

.banner-nine .upper-content .link-box .theme-btn{
  padding: 12px 25px;
  font-weight: 400;
}

.banner-nine .time-counter{
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -120px;
  padding: 80px 130px 50px;
  background: rgba(0, 0, 0, 0.50);
}

.banner-nine .time-counter h5{
  position: relative;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  padding-left: 22px;
  margin: 0 0 24px;
}

.banner-nine .time-counter h5:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 12px;
  height: 12px;
  background: #C7FF00;
}

.banner-nine .time-countdown{
  position:relative;
}

.banner-nine .time-countdown .counter-column{
  position:relative;
  display: inline-block;
  width: 80px;
  font-size:20px;
  color:#ffffff;
  text-transform:capitalize;
  font-weight:400;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 7;
  margin:0 0 25px 30px;
}

.banner-nine .time-countdown .counter-column:first-child{
  margin-left: 0;
}

.banner-nine .time-countdown .counter-column:before{
  content: ':';
  position: absolute;
  top: -3px;
  left: -32px;
  width: 34px;
  text-align: center;
  font-size:40px;
  line-height:40px;
  color:#ffffff;
  font-weight:400;
}

.banner-nine .time-countdown .counter-column:first-child:before{
  display: none;
}

.banner-nine .time-countdown .counter-column .period{
  position:relative;
  display:none;
  font-size: 14px;
  color: #9399BC;
  font-weight: 500;
  margin-top: 5px;
}

.banner-nine .time-countdown .counter-column .count{
  position:relative;
  display:block;
  font-size:40px;
  line-height:40px;
  color:#ffffff;
  font-weight:400;
  background: none;
  margin: 0 auto;
}

.banner-nine .time-countdown .counter-column:hover .count{
  color: #00FF00;
}

.banner-nine .bottom-image{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

/*** 

====================================================================
  Title Box Four
====================================================================

***/

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

.title-box-four.centered{
  max-width: 1020px;
  text-align: center;
  margin: 0 auto 80px;
}

.title-box-four h2{
  position: relative;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.42em;
  text-transform: none;
  margin: 0 0;
}

.title-box-four.t-lined h2:before{
  content: '';
  position: absolute;
  left: -42px;
  top: 0.9em;
  width: 32px;
  border-bottom: 4px solid #C7FF00;
}

.title-box-four .subtitle{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5em;
  color: #C7FF00;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: 0 0;
  margin-bottom: 14px;
}



/*** 

====================================================================
  About Section
====================================================================

***/

.about-three{
  position: relative;
  padding: 160px 0px 0;
  overflow: hidden;
}

.about-three .our-concept{
  position: relative;
}

.about-three .faded-text-one{
  position: absolute;
  left: -80px;
  bottom: 0px;
  text-transform: uppercase;
  width: 750px;
  font-size: 160px;
  line-height: 1.1em;
  -webkit-text-stroke: 1px rgba(255,255,255,0.30);
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.about-three .faded-text-two{
  position: absolute;
  left: 30px;
  bottom: -100px;
  text-transform: uppercase;
  width: 750px;
  font-size: 160px;
  line-height: 1.1em;
  -webkit-text-stroke: 1px rgba(255,255,255,0.30);
  -webkit-text-fill-color: rgba(0,0,0,0);
  z-index: 1;
}

.about-three .left-col{
  position: relative;
  margin-bottom: 30px;
}

.about-three .left-col .inner{
  position: relative;
  display: block;
}

.about-three .left-col .image{
  position: relative;
  display: block;
}

.about-three .left-col .image img{
  width: 100%;
}

.about-three .right-col{
  position: relative;
  margin-bottom: 30px;
}

.about-three .right-col .inner{
  position: relative;
  display: block;
}

.about-three .right-col .title-box-four{
  margin-bottom: 60px;
}

.about-three .right-col .upper-content{
  position: relative;
  padding-left: 70px;
}

.about-three .right-col .upper-content .text{
  position: relative;
  max-width: 510px;
  color: #F0F0F0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding-left: 54px;
}

.about-three .right-col .upper-content .text:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  border-bottom: 2px solid #C7FF00;
}

.about-three .right-col .image{
  position: relative;
  margin-top: 120px;
}

.about-three .right-col .image img{
  display: block;
  width: 100%;
}

.our-mission{
  position: relative;
  background: #040404;
  padding: 70px 0px 120px;
}

.mission-block{
  position: relative;
  margin-bottom: 40px;
}

.mission-block .inner-box{
  position: relative;
  display: block;
  padding-left: 25px;
}

.mission-block .icon-box{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  background: #2E2E2E;
  margin-bottom: 28px;
  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;
}

.mission-block:hover .icon-box{
  color: #C7FF00;
  background: rgba(255, 255, 255, 0.30);
}

.mission-block h6{
  position: relative;
  color: #ffffff;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.mission-block h6:before{
  content: '';
  position: absolute;
  left: -25px;
  top: -3px;
  height: 52px;
  border-left: 2px solid #C7FF00;
}

.mission-block .text{
  position: relative;
  color: #F0F0F0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.mission-block .text .icon{
  position: absolute;
  left: 0;
  top: 5px;
  color: #FF00DE;
  font-size: 14px;
}

/*** 

====================================================================
  Join US Section
====================================================================

***/

.joinus-two{
  position: relative;
  padding: 160px 0px 130px;
  overflow: hidden;
}

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

.joinus-two .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.joinus-two .title-box-four{
  position: relative;
  margin-bottom: 80px;
}

.joinus-two .text-col{
  position: relative;
  margin-bottom: 30px;
}

.joinus-two .text-col .inner{
  position: relative;
  display: block;
  max-width: 570px;
  padding-top: 35px;
}

.joinus-two .text-col .text{
  position: relative;
  font-size: 18px;
  line-height: 1.5em;
}

.joinus-two .text-col .link-box{
  position: relative;
  padding-top: 60px;
}

.joinus-two .image-col{
  position: relative;
  margin-bottom: 30px;
}

.joinus-two .image-col .inner{
  position: relative;
  display: block;
  padding-left: 40px;
}

.joinus-two .image-col .image{
  position: relative;
  display: block;
  border: 2px solid #C7FF00;
  float: right;
}

.joinus-two .image-col .image img{
  position: relative;
  display: block;
}

.joinus-two .image-col .image:nth-child(2){
  float: left;
  margin-top: -105px;
}

.joinus-two .image-col .image:nth-child(3){
  float: left;
  margin-left: 205px;
  margin-top: -182px;
}

/*** 

====================================================================
  FAQs Section
====================================================================

***/

.faqs-eight{
  position: relative;
  padding: 160px 0px 130px;
  background: #040404;
  overflow: hidden;
}

.faqs-eight .content-col{
  position: relative;
  order: 0;
}

.faqs-eight .content-col .inner{
  position: relative;
  display: block;
  padding-top: 40px;
}

.faqs-eight .title-col{
  position: relative;
  order: 12;
}

.faqs-eight .title-col .inner{
  position: relative;
  display: block;
  padding-bottom: 1px;
  padding-left: 30px;
}

.faqs-eight .title-col .lower-image{
  position: absolute;
  left: 10px;
  top: 100%;
}

.faqs-eight .title-col .lower-image img{
  max-width: none;
}

.faqs-eight .accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 24px;
}

.faqs-eight .accordion-box .block:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

.faqs-eight .accordion-box .block.active-block{
    
}

.faqs-eight .accordion-box .block .acc-btn{
  position:relative;
  top: 0;
  width: 100%;
  font-size:18px;
  line-height:28px;
  font-weight:400;
  color: #ffffff;
  background: #1C1C1C;
  cursor:pointer;
  padding:15px 70px 15px 42px;
  border-radius: 8px;
}

.faqs-eight .accordion-box .block .acc-btn:before{
  content: '';
  position: absolute;
  left: 16px;
  top: auto;
  bottom: 23px;
  margin-top: 0;
  width: 15px;
  height: auto;
  border-bottom: 3px solid #C7FF00;
  background: none;
  border-radius: 0%;
}

.faqs-eight .accordion-box .block.active-block .acc-btn{
    color: #C7FF00;
    border-radius: 8px 8px 0 0;
}

.faqs-eight .accordion-box .block .acc-btn i{
  position: absolute;
  right: 16px;
  top: 50%;
  margin: 0;
  margin-top: -16px;
  height: 32px;
  width: 32px;
  text-align: center;
  background: #C7FF00;
  color: #101010;
  font-size: 16px;
  line-height: 32px;
  border-radius: 50%;
  cursor:pointer;
  -webkit-transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
  transition:all 400ms ease;
}

.faqs-eight .accordion-box .block .acc-btn.active i:before{
  content: "\f068";
}

.faqs-eight .accordion-box .block .acc-btn.active i{
  background: #3C3C3C;
  color: #ffffff;
}

.faqs-eight .accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  padding: 0 16px;
  background: #1C1C1C;
  border-radius: 0 0 8px 8px;
  display: none;
}

.faqs-eight .accordion-box .active-block .acc-content{
  display:block;
}

.faqs-eight .accordion-box .block .content{
  position:relative;
  padding: 24px 64px 24px 26px;
  border-top: 1px solid #4E4E4E;
}

.faqs-eight .accordion-box .block .content .text{
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #F0F0F0;
  font-size: 16px;
  line-height: 28px;
}

/*** 

====================================================================
  Team Section
====================================================================

***/

.team-eight{
  position: relative;
  padding: 160px 0px 60px;
  background: #030B33;
  overflow: hidden;
}

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

.team-eight .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.team-eight .title-box-four{
  position: relative;
  margin-bottom: 100px;
}

.team-eight .title-block .inner{
  max-width: 500px;
}

.team-block-eight{
  position: relative;
  margin-bottom: 110px;
}

.team-block-eight .inner-box{
  position: relative;
  display: block;
  max-width: 220px;
  margin: 0 0;
}

.team-block-eight .image-box{
  position: relative;
  display: block;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border-radius: 50%;
}

.team-block-eight .image-box:before{
  content: '';
  position: absolute;
  left: -8px;
  top: -4px;
  width: 198px;
  height: 198px;
  background: #dbdbdb;
  border-radius: 50%;
  z-index: 1;
}

.team-block-eight .image-box img{
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  border-radius: 50%;
}

.team-block-eight .lower-box{
  position: relative;
  padding-top: 30px;
}

.team-block-eight .lower-box h4{
  font-size: 22px;
  line-height: 1.5em;
  color: #C7FF00;
  text-transform: capitalize;
  margin-right: -10px;
  margin-bottom: 12px;
}

.team-block-eight .lower-box h4 a{
  color: #C7FF00;
}

.team-block-eight .inner-box:hover .lower-box h4,
.team-block-eight .inner-box:hover .lower-box h4 a{
  color: #95BF00;
}

.team-block-eight .designation{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

/*** 

====================================================================
  Testimonials Section
====================================================================

***/

.testimonials-one{
  position: relative;
  padding: 160px 0px;
  background: #040404;
  overflow: hidden;
}

.testimonials-one .bg-layer{
    position:absolute;
    left:50%;
    top:0;
    width:50%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.testimonials-one .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.testimonials-one .carousel-box{
  position: relative;
  max-width: 850px;
}

.testimonials-one .slide-item{
  position: relative;
}

.testimonials-one .slide-item .text-content{
  position: relative;
}

.testimonials-one .slide-item .text-content .text{
  position: relative;
  font-size: 24px;
  line-height: 1.5em;
}

.testimonials-one .slide-item .info-content{
  position: relative;
  margin-top: 70px;
  padding-left: 72px;
}

.testimonials-one .slide-item .info-content:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  border-bottom: 5px solid #C7FF00;
}

.testimonials-one .slide-item .upper-info{
  position: relative;
  padding-left: 164px;
  min-height: 100px;
}

.testimonials-one .slide-item .upper-info .image{
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials-one .slide-item .upper-info .image img{
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonials-one .slide-item .upper-info .info{
  position: relative;
  padding-top: 20px;
  padding-left: 65px;
}

.testimonials-one .slide-item .upper-info .info:before{
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  height: 100px;
  border-left: 1px solid #A8A8A8;
}

.testimonials-one .slide-item .upper-info .name{
  position: relative;
  font-size: 28px;
  color: #C7FF00;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.testimonials-one .slide-item .upper-info .designation{
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.testimonials-one .social-links{
  position: relative;
  margin-top: 70px;
}

.testimonials-one .social-links li{
  position: relative;
  float: left;
  margin-right: 22px;
}

.testimonials-one .social-links li a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  background: none;
  border-radius: 6px;
  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;
}

.testimonials-one .social-links li a:hover{
  background: #2B2B2B;
  color: #C7FF00;
}

.testimonials-one .owl-theme .owl-nav,
.testimonials-one .owl-theme .owl-dots{
  display: none;
}

/*** 

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

***/

.roadmap-eight{
  position: relative;
  padding: 160px 0px;
  overflow: hidden;
}

.roadmap-eight .faded-text-right{
  position: absolute;
  width: 1400px;
  right: -600px;
  top: 100px;
  font-size: 160px;
  line-height: 1.1em;
  -webkit-text-stroke: 1px rgba(255,255,255,0.30);
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.roadmap-eight .faded-text-center{
  position: absolute;
  width: 3000px;
  left: 50%;
  margin-left: -1500px;
  top: 50%;
  text-align: center;
  margin-top: -150px;
  font-size: 160px;
  line-height: 1.1em;
  -webkit-text-stroke: 1px rgba(255,255,255,0.30);
  -webkit-text-fill-color: rgba(0,0,0,0);
}

.roadmap-eight .title-box-four{
  position: relative;
  margin-bottom: 80px;
}

.roadmap-eight .upper-title h2{
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}

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

.roadmap-eight .content-box{
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}

.roadmap-eight .content-box:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.roadmap-eight .roadmap{
  position: relative;
}

.roadmap-block-eight{
  position: relative;
  padding-bottom: 40px;
}

.roadmap-block-eight .inner{
  position: relative;
  float: right;
  display: block;
  width: 50%;
  padding-left: 65px;
}

.roadmap-block-eight:nth-child(even) .inner{
  float: left;
  padding-right: 65px;
  padding-left: 0;
}

.roadmap-block-eight .inner-box{
  position: relative;
  display: block;
  padding: 20px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #C7FF00;
  border-radius: 0 8px 8px 8px;
}

.roadmap-block-eight:nth-child(even) .inner-box{
  border-radius: 8px 0 8px 8px;
}

.roadmap-block-eight.checked .inner-box{
  border-color: #C7FF00;
}

.roadmap-block-eight .inner-box:before{
  content: '';
  position: absolute;
  left: -67px;
  top: 0;
  bottom: -56px;
  border-left: 3px solid #838383;
}

.roadmap-block-eight:nth-child(even) .inner-box:before{
  left: auto;
  right: -68px;
}

.roadmap-block-eight.checked .inner-box:before{
  border-color: #C7FF00;
}

.roadmap-block-eight:last-child .inner-box:before{
  bottom: 0px;
}

.roadmap-block-eight:last-child .inner-box:before{
  display: none;
}

.roadmap-block-eight .inner-box:after{
  content: '';
  position: absolute;
  left: -66px;
  width: 70px;
  top: -1px;
  border-top: 1px solid #C7FF00;
}

.roadmap-block-eight:nth-child(even) .inner-box:after{
  left: auto;
  right: -66px;
}

.roadmap-block-eight .radio{
  position: absolute;
  left: -83px;
  top: -18px;
  width: 32px;
  height: 32px;
  border: 3px solid #C7FF00;
  background: #101010;
  border-radius: 50%;
  z-index: 1;
}

.roadmap-block-eight:nth-child(even) .radio{
  left: auto;
  right: -83px;
}

.roadmap-block-eight.checked .radio{
  border-color: #C7FF00;
}

.roadmap-block-eight .radio .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  line-height: 25px;
  color: #C7FF00;
  font-size: 14px;
  border-radius: 50%;
  display: none;
}

.roadmap-block-eight.checked .radio .icon{
  display: block;
}

.roadmap-block-eight .b-title{
  position: relative;
  padding-top: 14px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  color: #C7FF00;
}

.roadmap-block-eight .b-title .percent{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -14px;
  line-height: 38px;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  background: #C7FF00;
  background: -webkit-linear-gradient(left,rgba(199, 255, 0, 1),rgba(199, 255, 0, 0));
  background: -ms-linear-gradient(left,rgba(199, 255, 0, 1),rgba(199, 255, 0, 0));
  background: -moz-linear-gradient(left,rgba(199, 255, 0, 1),rgba(199, 255, 0, 0));
  padding: 10px 20px;
  margin-right: 15px;
}

.roadmap-block-eight.checked .b-title{
  color: #C7FF00;
}

.roadmap-block-eight.checked .b-title .percent{
  color: #101010;
  background: #C7FF00;
}

.roadmap-block-eight .text{
  position: relative;
  font-size: 18px;
  line-height: 1.50em;
  color: #ffffff;
  max-width: 320px;
  padding-left: 34px;
}

.roadmap-block-eight .text:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  border-bottom: 3px solid #C7FF00;
}

.roadmap-eight .coming-soon{
  position: absolute;
  left: 0;
  bottom: 100px;
  padding-left: 45px;
}

.roadmap-eight .coming-soon span{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}

/*** 

====================================================================
  Artwork Section
====================================================================

***/

.artwork-section{
  position: relative;
  padding: 160px 0px 0;
  background: #040404;
  overflow: hidden;
}

.artwork-section .title-box-four{
  margin-bottom: 100px;
}

.artwork-block{
  position: relative;
  margin-bottom: 30px;
}

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

.artwork-block .inner-box{
  position: relative;
  display: block;
}

.artwork-block .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.artwork-block .image-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.60);
  background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.60));
  background: -ms-linear-gradient(top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.60));
  background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.60));
  z-index: 1;
  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;
}

.artwork-block:hover .image-box:before{
  opacity: 1;
}

.artwork-block .image-box img{
  position: relative;
  display: block;
  width: 100%;
  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;
}

.artwork-block:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.80;
}

.artwork-block .title{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0px 20px 25px 48px;
  opacity: 0;
  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;
  z-index: 2;
}

.artwork-block:hover .title{
  opacity: 1;
}

.artwork-block .title:before{
  content: '';
  position: absolute;
  left: 20px;
  top: 0.9em;
  width: 22px;
  border-bottom: 4px solid #C7FF00;
}

.artwork-block .title h4{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}

.artwork-block .title h4 a{
  color: #ffffff;
}

.artwork-block .title h4 a:hover{
  color: #C7FF00;
  text-decoration: underline;
}

.artwork-section .owl-theme .owl-nav,
.artwork-section .owl-theme .owl-dots{
  display: none;
}

/*** 

====================================================================
  Creations Section
====================================================================

***/

.creations-three{
  position: relative;
  padding: 160px 0px 80px;
  overflow: hidden;
}

.creations-three .faded-text-center{
  position: absolute;
  width: 3000px;
  left: 50%;
  margin-left: -1500px;
  top: 30%;
  text-align: center;
  font-size: 160px;
  line-height: 1.1em;
  -webkit-text-stroke: 1px rgba(255,255,255,0.30);
  -webkit-text-fill-color: rgba(0,0,0,0);
}

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

.creations-three .bg-layer:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.creations-three .title-box-four{
  position: relative;
  margin-bottom: 100px;
}

.creations-three .outer-box{
  position: relative;
}

.creation-block-three{
  position: relative;
  margin-bottom: 30px;
}

.creations-three .row{
  margin: 0 -25px;
}

.creations-three .row .creation-block-three{
  padding: 0 25px;
  margin-bottom: 80px;
}

.creation-block-three .inner-box{
  position: relative;
  display: block;
  padding-left: 57px;
}

.creation-block-three .inner-box:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  border-bottom: 4px solid #C7FF00;
}

.creation-block-three .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.creation-block-three .image-box img{
  position: relative;
  display: block;
  width: 100%;
  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;
}

.creation-block-three:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.70;
}

.creation-block-three .title{
  position: relative;
  padding-top: 20px;
}

.creation-block-three .title h5{
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.creation-block-three .title h5 a{
  color: #ffffff;
}

.creation-block-three .title h5 a:hover{
  color: #C7FF00;
  text-decoration: underline;
}

/*** 

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

***/

.main-footer-two.footer-home-9{
  padding: 150px 0 65px;
}

.main-footer-two.footer-home-9 .social-links li a:hover{
  color: #C7FF00;
  border-color: #C7FF00;
}