﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster|Merriweather:700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root {
    --white:#ffffff;
    --header:#ffffff;
    --side-bar: #00260f;
    --sidemenu-color: #ffffff;
    --side-sub-menu-bg:#181e25;
    --primary: #183756;
    --secondary:#d61626;
   
    --primary-gradient:  linear-gradient(90deg, #183756 0%, #e31423 100%);
	--primary-gradient-hvr:  linear-gradient(90deg, #e31423 0%, #183756 100%);
    --button-primary-color:#ffffff;
}



body {
	font-size:16px !important;
	font-family: 'Poppins', sans-serif;
	color: #FFFFFF;
	background-image: url("../img/body-bg.png") !important;
background-color: #0F1326 !important;
}

h1, h2, h3, h4 {
	margin:10px 0;
	font-family: 'Poppins', sans-serif;
	
	/*font-weight:bold !important;*/
}

h3 {
	color: #ffffff;
	font-size:1.2em;
	/*font-weight: 600;*/
	
}
h1 {
	color:#ffffff;
	font-size: 45px;
	padding-bottom: 25px;
	line-height:50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform:capitalize;
}

h1 span {
	color: #0c5adb;
}

.mt-30{
	margin-left: 30px !important;
}
.mt-50{
	margin-top: 50px !important;
}
.em_bar {
    height: 2px;
    width: 62px;
	margin-bottom: 20px;
}
.em_bar_bg {
    height: 5px;
    width: 90px;
    background: #cbbded;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

.em_bar_center {
    height: 2px;
    width: 62px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.em_bar_center {
    height: 5px;
    width: 90px;
    background: #cbbded;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.em_bar_center::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #0C5ADB;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

p {
	/* color: #ECECEC; */
	line-height: 30px;
	font-size: 16px;
}

p span {
	font-weight: 600;
	font-size: 1.2em;
	font-style: italic;
	    color: #d48630;
}


hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.more-info {
	background: var(--primary-gradient);
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	margin: 15px 0;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color;
	border-radius: 20px;
	    box-shadow: 0px 0px 13px 0px rgb(107 100 165) !important;
	  /*box-shadow: 0px 0px 10px 0px #edbb75 !important;*/
	  font-size: 18px;
}

.more-info:hover {
	color:#fff;
	text-decoration: none;
	/*background: #0c5adb;*/
}

.top-space {
	margin: 15px 0;
}

.list-style {
	list-style-image: url(../img/bullet.png);
	margin-top: 15px;
	padding: 0 0 0 25px;
}
.list-style li {
	padding: 5px 0;
}

.clr {
	clear:both;
}
.bank-box{
	
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(10 6 36), rgb(197 0 26), rgb(10 6 36));
    border-image-slice: 1;
    /* width: 300px; */
    border-bottom: 1px solid #ca9024 !important;
	padding: 20px;
	margin: 0 auto;
}
.bank-box h3, p{
	margin-bottom: 20px;
}
.bank-box p{
	margin-bottom: 20px !important;
}
.bank-bg{background-color: #393747;}
.drop-menu{ border-radius: 10px!important; font-weight: bold;
	background-color: #0A0620;color: #da943e;
  box-shadow: 0 0 15px #edbb75;
  text-shadow: 0 0 15px #edbb75;}
.drop-menu li a { font-weight: bold;color: #FFF; font-size: 15px;text-transform: uppercase;}
.drop-menu:hover { font-weight: bolder; border: 1px solid transparent;}
.drop-menu li a:hover { background-color: #110b35;color: #da943e; }
.divider{background-color: #393747!important;}
/*========Welcome Section=========*/

#about {
	padding: 3.0em 0;
}

#about p {
	/*text-align:left;*/
	padding: 0px 0;
	margin-bottom: 15px;
}

#about h1 {
	font-size: 45px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.2em;
}

#about h2 span {
text-transform: capitalize;
	color:#e19d44;
	letter-spacing: 1px;
	font-weight: bold !important;
}
.about-txt{
	margin-top: 40px;
}
.about-txt h4{
	color: #ffffff;
}
.about-txt-bottom{
	margin-top: 40px;
	
}
.about-txt-bottom p{
	
}
.border-right {
  border-right: 2px dashed #636363 !important;
	height: 260px;
	padding: 0 20px;
}
#about h2{
font-size: 40px;
    color: #fff;
	    text-shadow: 0 0 20px #edbb75;
	
}
#about h3{
font-size: 24px;
    color: #fff;
	line-height: 35px;
}
.about-one {
  position: relative;
  padding: 100px 0px 100px;
}
.about-one_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -280px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/*========Income Section=========*/
span.cash{
	font-size: 30px;
	text-shadow: 0 0 20px #edbb75;
	font-weight: bold;
}

#income {
	padding: 5.0em 0;
	background:url(../img/income-bg.png);
}

#income p {
	text-align:center;
	padding: 0px 0;
}
#particles-js {
    width: 100%;
 
    background-size: cover;
}
/*===Company Section===*/

#feature {
	background:url("../img/services-bg.jpg")  0 0 / contain;
	animation: 200s linear infinite animate;
	
	padding: 4em 0;
	position: relative;
	
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000vw 0;
  }
}
#feature h2 span {
    text-transform: capitalize;
    color: #e19d44;
    letter-spacing: 2px;
    font-weight: bold !important;
}

#feature h1 {
	color: #fff;
	margin-bottom:15px;
}
#feature h2{
	    color: #fff;
    font-size: 40px;
    text-align: center;
	
	    text-shadow: 0 0 20px #edbb75;
}
.Company-box {
	text-align: center;
	padding: 15px 25px 0px 25px;
	background: #0c0c0c;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.10);
	min-height: 331px;
	    border-bottom: 5px solid #d48630;
             background: rgb(41 2 90 / 16%);
	    box-shadow: 0 0 15px #edbb75;
    text-shadow: 0 0 15px #edbb75;
	    margin-top: 30px;
}

.Company-box .icon-box {
    transition: all 0.5s ease-in-out 0s;
/*	background: url(../img/icon-bg.png) no-repeat;*/
	width: 162px;
	height: 140px;
	margin: 0 auto 20px;
	line-height: 73px;
	/*    border: 4px solid #d48630;
    border-radius: 50%;
    padding: 12px;*/
}

.Company-box i {
	display: inline-block;
    font-size: 4.5rem;
    color: #fff;
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;line-height: 73px;
}

.Company-box h3 {
	text-align: center;
	margin: 5px 0 0px;
	position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
}

.Company-box p {
	text-align: center;
	font-size: 16px;
	margin: 10px 0 30px;
}

/*========why Section=========*/

#Why {
	/*background: #eff2f7;*/
	padding: 4.0em 0 4.0em;
	background-image: url("../img/why-bg.png");
	background-size: cover;
}

#Why h1 {
	text-align: center;
}
#Why .icon-box img{
	width: 60px;
	height: 60px;
}
.why-one{
	position: relative;
}

.why-one_pattern{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
}
.features{
    position: relative;
}
.services-block-four{
  position:relative;
  margin-bottom:33px;
	    margin-top: 50px;
}

.services-block-four .inner-box{
  position:relative;
  padding-left:130px;
}
.licenes .services-block-four .inner-box .icon-box{
    font-size: 56px;
    border-radius: 0%
}
.licenes .services-block-four .inner-box .icon-box:after{
    border-radius: 0%
}
.services-block-four .inner-box .icon-box:after, .services-block-four .inner-box .icon-box:before{
    background: linear-gradient(90deg, #27a4ff, #3354ff 28%, #7433ff 50%, #f64abb 79%, #ff7c33);
	     background: linear-gradient(90deg, #335284, #253a4d 28%, #456593 50%, #aa1320 79%, #d61626);
}
.services-block-four .inner-box .icon-box{
  position:absolute;
  left:0px;
  top:0px;
  width:100px;
  height:100px;
 border: 4px double;
    font-size: 40px;
    line-height: 85px;
  text-align:center;
  border-radius:50%;
  margin-bottom:20px !important;
  transition: .3s ease;
	    background-color: #0f1529;
}
.service-img-wrapper .image-box{
    position: relative;
}
/*===FAQ Section===*/
#faq{
	padding: 5.0em 0;
	background:url(../img/body-bg.png);
}
/*===disclaimer Section===*/
#disclaimer{
	padding: 3.0em 0;
}
#disclaimer h1{
	font-size: 30px;
}
#disclaimer p{
	font-size: 14px;
	text-align: justify;
}
.bullet li{
	list-style-image: url("../img/bullet.png");
	line-height: 55px;
	color: #ffffff;
	font-size: 16px;
}
.bullet2 li{
	list-style-image: url("../img/bullet.png");
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;
}
@media (max-width: 1200px){
    .service-img-wrapper .image-box .rings{
        left: 3% !important;
    }
    .service-img-wrapper .image-box{
        margin-top: 0 !important
    }
}
@media (max-width: 992px){
    .service-img-wrapper .image-box{
        margin-top: 30px !important
    }
    .service-img-wrapper .phone-img{
        padding: 0 10% !important
    }
    .service-img-wrapper .image-box .rings {
        left: 17% !important;
        width: 66%;
    }
}

.service-img-wrapper .image-box .rings{
    position: absolute;
    top: 56%;
    z-index: -1;
    margin: 0 auto;
    right: -65%;
    transform: translate(-50%, -50%);
}
.services-block-four .inner-box .icon-box span {
  position: relative;
  z-index: 99;
}

.services-block-four .inner-box:hover .icon-box,
.services-block-four .inner-box:hover .icon-box span {
    color: #fff;
    transition: .5s ease;
}

.services-block-four .inner-box .icon-box:after {
  position:absolute;
  content:'';
  left:0;
  top:0;
  width:100%;
  height:100%;
  border-radius: 50%;
  transform: scale(0);
  transition: .7s ease;
  
}
.services-block-four .inner-box:hover .icon-box:after {
  transform: scale(1);
  transition: .7s ease;
}

.services-block-four .inner-box .icon-box:before{
  position:absolute;
  content:'';
  left:50%;
  top:100%;
  width:1px;
  height:135%;
  background: #ecebfe;
}

.services-block-four:last-child .inner-box .icon-box:before{
  display:none;
}

.services-block-four .inner-box h3{
  position:relative;
  font-size:24px;
  
  text-transform:capitalize;
	color: #fff;
}

.services-block-four.how .inner-box{
    padding-left: 70px
}

.services-block-four.how{
    padding: 30px;
    margin-bottom: 30px;
    background: #291674
}

@media (max-width: 992px){
    .service-img-wrapper.how .image-box img{
        width: 100%;
        margin-bottom: 50px
    }
}

.services-block-four .inner-box .step{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    background: #7d60f9;
    border-color: #7d60f9;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px !important;
    transition: .3s ease;
}
.services-block-four.how .inner-box .text{
    margin-bottom: 0
}

.services-block-four .inner-box h3 a{
  color: #fff;
  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;
}
.services-block-four .inner-box .icon-box{
    color: #ecebfe;
}

.services-block-four .inner-box h3 a:hover{
  
}

.services-block-four .inner-box .text{
  font-size:16px;
  color:#ECECEC;
  margin-top:15px;
  margin-bottom:50px;
	line-height: 22px;
	text-align: justify;
}

.services-block-four .inner-box .read-more{
  font-weight:500;
  font-size:13px;
  text-transform:uppercase;
  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;
}

.services-block-four .inner-box .read-more:hover{
  color:#253267;
}
.service-img-wrapper .image-box img,
.aminated-header{
    animation: floating2 7s infinite;
    -webkit-animation: floating2 7s infinite;
}
/*========Service Section=========*/

#service {
	padding: 7.0em 0;
	background:url(../img/service-bg.jpg) no-repeat;
}

#service p span {
	color:#fff;
}
#service h1 {
	font-size: 40px;
	margin-bottom:0px;
	text-align: center;
	color:#fff;
}
#service h1 span {
	font-size:25px;
	color:#9c4f22;
}

.service-box {
    margin-bottom: 2rem;
    border-radius: .5rem;
    border: 1px solid #660109;
    box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
	padding: 3rem 2rem;
	transition: all 0.5s ease-in-out 0s;
	  box-shadow: 0px 0px 18px 0px rgb(60 69 128);
	
	text-align: center;
	/*min-height: 340px;*/
	/*margin-top: 70px;*/
}
.service-box h2{
	font-size: 40px !important;
    color: #fff;
    text-shadow: 0 0 20px #edbb75;
}
.service-box h3 {
	color:#fff;
	text-transform: capitalize;
}
.service-box p {
	color:#fff;
	text-align: center;
}
/*.service-box:hover {
    background-color: #0700d2;
}*/
.service-box .service-icon {
    transition: all 0.5s ease-in-out 0s;
	/*background: url(../img/icon-bg.png) no-repeat;*/
	width: 200px;
	
	margin: 0 auto 20px;
	line-height: 73px;
}
.service-box:hover .service-icon {
    transform: translateY(-10px);
}
.service-box:hover .service-icon .font-icon {
    color:#fff;
}
.font-icon {
    display: inline-block;
    font-size: 4.5rem;
    color: #fff;
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;line-height: 73px;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

/*========Welcome Section=========*/

#solution {
	padding: 4.0em 0 7.0em;
	background: url("../img/solution-bg.jpg");
	background-size: cover;
}

#solution p {
	text-align:justify;
	padding: 0px 0;
}

#solution h1 {
	font-size: 45px;
	margin-bottom: 20px;
	text-align: center;
}

#solution h2 span {
	text-transform: capitalize;
	color:#e19d44;
	letter-spacing: 2px;
	font-weight: bold !important;
}
#solution h2{
font-size: 40px;
    color: #fff;
	    text-shadow: 0 0 20px #edbb75;
}
	

/*========Opportunity Section=========*/

#market{
	padding: 5em 0;
}

#market h2 span {
	text-transform: capitalize;
	color:#4d82da;
	letter-spacing: 2px;
	font-weight: bold !important;
	
}
#market h2{
	color: #fff;
	font-size: 40px;text-align: center;
}
.update {
	padding: 2.0em 0em;
	
	border-bottom:10px solid #231dbc;
	-webkit-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.10);
	background-color: #202328;
border-radius: 20px;
background-image: url("../img/graph.png");
	background-position: bottom;
background-repeat: no-repeat;
	position: relative;
    background-color: rgba(0, 0, 0, 0.7);
}
.opportunity {
	/*background:url(../img/opportunity-bg.jpg) no-repeat;
	background-size: cover;*/
	padding: 6em 4.0em;
}

.opportunity-box {
	text-align: center;
	padding:25px 25px 25px 25px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.10);
	padding: 60px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  background: url(../img/gradient.svg) no-repeat center;
    background-size: auto;
  background-size: cover;
  box-shadow: 0 10px 80px rgba(15,62,153,.3);
}
.opportunity h1 {
	color: #fff;
	text-align: center;
}
.opportunity p{
	text-align: justify;
}

.line-on-center, .line-on-side {
    display: block;
    width: 8px;
    height: 8px;
    margin: 1rem auto;
        margin-right: auto;
        margin-left: auto;
    position: relative;
    background: #9c4f22;
}

.line-on-center::after, .line-on-side::after {
    right: 0;
    left: auto;
    transform: translate(150%, -50%);
}

.line-on-center::before, .line-on-side::before {

    left: 0;
    right: auto;
    transform: translate(-150%, -50%);

}
.line-on-center::before, .line-on-side::before, .line-on-center::after, .line-on-side::after {

    content: '';
    position: absolute;
    background: inherit;
    width: 25px;
    height: 4px;
    border-radius: 1rem;
    top: 50%;

}

.box-images-parallax {
	position: relative;
	display: flex;
	justify-content: flex-end;
	/*margin-top: 20px;*/
}
.box-images-parallax .front-element {
	margin-left: 40px;
	position: relative;
	/*margin-top: -20px;*/
	z-index: 2;
}
.box-images-parallax .back-element {
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 1;
}
/* ================================
Navbar
================================= */
 .button {

   /* background:var(--primary);*/
    border: none;
    color: #000000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    width: 40px;
    height: 40px;
}
.button i{
	font-size: 1.5em !important;
}
.btncir {border-radius: 50%;}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px 5px;
	font-size: 18px;
	line-height: 20px;
}
nav.navbar {
	/*position: fixed;*/
	/*top: -80px;*/
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}
.navbar-nav {
	float: right;
}
nav.navbar.fixed-to-top {
	top: 0px;
}
.navbar-default {
	border: none;
	border-bottom: none;
	opacity: 1;
 /*   display: none;*/
	z-index: 9999;
}
.navbar-default .navbar-nav>li>a {
		font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	line-height: 0.5;
	transition: .25s;
	letter-spacing: 0.01em;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
	transition: .5s;
	margin-top: 20px;
}


.navbar-nav > li > a:hover {
  color: #da943e;
  box-shadow: 0 0 15px #edbb75;
  text-shadow: 0 0 15px #edbb75;
}
.navbar-nav > li > a.active {
  color: #da943e;
  box-shadow: 0 0 15px #edbb75;
  text-shadow: 0 0 15px #edbb75;
	 border-radius: 10px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	outline: 0;
	/*background: var(--primary-gradient);*/
	    border-radius: 10px;
	color: #ffffff;
	
}
.navbar-default .navbar-nav>li>a.login:hover{
    /*background: #edbb75;*/
    border-radius: 50%;
}
/* brand / logo */
.navbar-default .navbar-brand {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2em;
}
.nav>li>a.login{
	padding: 0px 2px !important;
}
button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
button.navbar-toggle {
	background: #ffffff;
	border: none;
	color: #fff;
}
.btn-theme, .btn-theme:hover, .btn-theme:focus {
	color: #fff;
}
.btn-theme:hover {
	background: transparent !important;
	border-color: #999;
	color: #999;
}
.video-w3l {
    background: rgb(15 19 38 / 38%);
    min-height: 750px;
    text-align: center;
	margin-top: 46px;
}
.video-w3l h5 {
    color: #fff;
    font-size: 45px;
    letter-spacing: 2px;
    text-align: center;
    width: 70%;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 133px;
    text-shadow: 6px 4px 2px rgba(10, 10, 10, 0.78);
}
/**********Text animation***************************/

/* ================================
Bottom widget
================================= */
.contact-box{
	
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgb(10 6 36), rgb(72 90 173), rgb(10 6 36));
    border-image-slice: 1;
    width: 100%;
    border-bottom: 1px solid #ca9024 !important;
	margin-bottom: 25px;
}


.contact-box h3, p{
	margin-bottom: 20px;
}
.contact-box p{
	margin-bottom: 20px !important;
}
#contact{
	padding: 3em 0;
	background: url("../img/bottom-bg.png");
	
}
#contact h2{
	color: #fff;
}
#bottom-widget {
	overflow: hidden;
}
ul.social-network {
	margin: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul.social-network li {
	display: inline;
	margin: 5px 5px;
}
ul.social-network li a:hover span .fa-circle {
	color: #2b2b2b;
}
ul.social-network li a i {
	transition: 0.3s
}
/* ================================
Services
================================= */
.Strategy{
	margin-top: 2em;
	text-align: center;
	text-shadow: 0 0 15px #edbb75;
}
.Strategy .icon-box {
    transition: all 0.5s ease-in-out 0s;
    /* background: url(../img/icon-bg.png) no-repeat; */
    width: 200px;
   
    margin: 0 auto 20px;
    line-height: 73px;
}
.icon-box img:hover{
	 transform: rotateY(180deg);
	transition: 0.3s linear; 
    transform: rotateY(0);
	  -webkit-transition: all var(--transition) ease-out 0s;
    -moz-transition: all var(--transition) ease-out 0s;
    -ms-transition: all var(--transition) ease-out 0s;
    -o-transition: all var(--transition) ease-out 0s;
    transition: all var(--transition) ease-out 0s;
    
}
.Strategy-box{
	    border-image: linear-gradient(0.25turn, rgb(10 6 36), rgb(212 134 48), rgb(10 6 36));
    border-image-slice: 1;
    /* width: 100%; */
    border-bottom: 1px solid #ca9024 !important;
}
/* ================================
Times Of Income
================================= */
#income {
	background:url("../img/income-bg.jpg")  0 0 / contain;
	animation: 200s linear infinite animate;
	
	padding: 4em 0;
	position: relative;
	background-repeat: repeat;
	background-size: contain;
	
}
@keyframes animate {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000vw 0;
  }
}
#income h2 span {
    text-transform: capitalize;
    color: #e19d44;
    letter-spacing: 2px;
    font-weight: bold !important;
}

#income h1 {
	color: #fff;
	margin-bottom:15px;
}
#income h2{
	    color: #fff;
    font-size: 40px;
    text-align: center;
	
	    text-shadow: 0 0 20px #edbb75;
}
.income-box{
	margin-top: 2em;
	text-align: center;
	text-shadow: 0 0 15px #edbb75;
	
}
.income-box h3{
	color: #ffffff;
}
.income-box .icon-box {
    transition: all 0.5s ease-in-out 0s;
    /* background: url(../img/icon-bg.png) no-repeat; */
    width: 200px;
  
    margin: 0 auto 20px;
    line-height: 73px;
}
.icon-box img:hover{
	 transform: rotateY(180deg);
	transition: 0.3s linear; 
    transform: rotateY(0);
	  -webkit-transition: all var(--transition) ease-out 0s;
    -moz-transition: all var(--transition) ease-out 0s;
    -ms-transition: all var(--transition) ease-out 0s;
    -o-transition: all var(--transition) ease-out 0s;
    transition: all var(--transition) ease-out 0s;
    
}
.income-box{
	    border-image: linear-gradient(0.25turn, rgb(10 6 36), rgb(212 134 48), rgb(10 6 36));
    border-image-slice: 1;
    /* width: 100%; */
    border-bottom: 1px solid #ca9024 !important;
}



/* ================================
Footer
================================= */
footer {
	/*background: #080808;*/
	color: #fff;
	padding: 25px 0 10px 0;
	background: #090c1e70;
	
}
footer p{
	text-align: center;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.home-section {
	width: 100%;
	padding: 50px 0px 50px 0px;
}
	#about h1 {
    text-align: left;
    font-size: 55px;
		    text-shadow: 0 0 15px #edbb75;
}
	.box-images-parallax .front-element {
    margin-right: 0px;
}
	.front-element img {
		width: 300px !important;
		height: auto !important;
	}
	.box-images-parallax {
	position: relative;
	display: flex;
	justify-content: flex-end;
	/*margin-top: 40px;*/
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

@media (max-width:1024px) {
	.nav>li>a{
		    padding: 20px 8px !important; 
}
}
@media (max-width:768px) {

.nav > li > a {
	position: relative;
	padding: 20px 7px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
}

.navbar-nav {
	float: none;
	text-align: center;
}
	.navbar-nav > li > a.active{
		border-radius: 0px;
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
		border-radius: 0px;
	}
	.navbar-nav > li > a{
		margin-top: 5px;
	}
	.inner-banner-img {
    padding: 50px 0px 50px;
}
.inner-banner h1 {
    font-size: 3.8rem;
}
	.ml-100{
	margin-left: 0px !important;
}
h1{
	line-height: 34px;
}
.service-block_one-inner:before{
	display: none;
}
}
.back-to-top {
	position: fixed;
	display: none;
	padding: 6px 12px 9px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 1000;
}
.inner-banner h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.inner-banner h1 span {
	color: #000;
}
/*===========Inner Banner Style Start============*/
.inner-banner {
	background-position: center;
    background-size: cover;
	background: url("../img/inner-banner.jpg") no-repeat;
	    background-size: cover;
}
.inner-banner-img {
    position: relative;
    width: 100%;
    display: block;
    padding: 100px 0px 100px;
}
.inner-banner-img:before {
    position: absolute;
    content: '';
	background: rgb(15 19 38 / 67%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner-banner h2 {
	position: relative;
    color: #ffffff;
    font-size: 4.0rem;
    text-align: center;
	font-size: 55px;
    color: #fff;
    text-shadow: 0 0 20px #edbb75;
	text-transform: uppercase;
    font-weight: bold;
}
.inner-banner h2 span{
	    text-transform: capitalize;
    color: #6ac6f3;
    letter-spacing: 2px;
    font-weight: bold !important;
	text-transform: uppercase;
    font-weight: bold;
}



/*--------------
Animation
--------------*/

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}

@-webkit-keyframes MOVE-BG {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
	100% {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
}
}
/*--------------
Animation
--------------*/

.scale-up-center {
	-webkit-animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
	        animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate both;
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/**********FOOTER******************************/
/*footer {
	background: #042211;
	padding: 45px 0px;
	background-image: url("../img/servicebg.png");
	background-size: cover;
}
*/
footer p {
	color:#fff;
	font-size: 16px;
	    margin: 10px 0px;
}
footer ul li {
padding: 3px 0;	
	list-style: none;
}
footer ul li a {
	color: #fff;
	line-height: 2.5em;
}
footer ul li a:hover {
	color: #c12c22;
	text-decoration: none;
}
footer .social-box ul li a{
	line-height: 1.5em;
}
footer .social-box ul {
	    padding: 0;
	margin: 15px 0;
}
footer .social-box ul li {
	    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #c12c22;
    text-align: center;
    line-height: 22px;
    padding-top: 10px;
    margin: 0 3px;
}
footer .social-box ul li img {
	    width:25px;
}
footer .social-box ul li:hover {
	background: #173652;
}

.footer-bg .pattern-layer .pattern-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 363px;
  height: 376px;
  background-repeat: no-repeat;
}
.footer-bg .pattern-layer .pattern-2 {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 470px;
  height: 365px;
  background-repeat: no-repeat;
}
.footer-bg{
	
}


.main-footer {
  position: relative;
  padding-top: 65px;
  margin-top: -57.5px;
  /*background-color: rgb(41,41,41);*/
}
.main-footer_stars {
  position: absolute;
  left: 10%;
  bottom: 20%;
  width: 210px;
  height: 130px;
  background-repeat: no-repeat;
}
.main-footer_pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
/************Vision*****************/
.vision img{
	width: 80px;
}

.rocket-pic {
	position: relative;
	z-index: 2;
	text-align:center;
}

.rocket-pic .rocket-animation{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}


.rocket-pic .rocket-animation{
	position:relative;
	top:-3px;
}

.rocket-pic .rocket-fire{
	position:absolute;
	bottom:-20px;
	left:0px;
	z-index:-1;
	width:100%;
}

@media only screen and (max-width:991px) {
.rocket-pic{
	width:50%;
	margin:0px auto;	
}
.rocket-pic .rocket-animation{
	position:inherit;
	top:auto;
}

} 

@media only screen and (max-width:420px) {
.rocket-animation img{
	width:50%;
}
.rocket-animation .rocket-fire img{
	width:20%;
}

} 

.earth-bg {
 
  animation-name: spin;
  animation-duration: 25000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-------------------------------------
	51.2 Floating  Rocket
	-------------------------------------*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}		
}	
/*-------------------------------------
	51.1 Spinner 
	-------------------------------------*/

.spin-city {
	-webkit-animation: fa-spin 25s infinite linear;
	animation: fa-spin 25s infinite linear
}

@-webkit-keyframes spin-city {
0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
@keyframes spin-city {
0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100% {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
/*-------------------------------------
	51.3 Floating  Coin
	-------------------------------------*/
.floating-coin{
	top:0px !important;
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 5s;	
	-webkit-animation-duration: 5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating-coin {
	0% {
		transform: translateY(-300%);	
	}
	25% {
		transform: translateY(-150%);	
	}
	50% {
	transform: translateY(0%);	
	}
	75% {
	transform: translateY(150%);	
	}			
	100% {
		transform: translateY(300%);
	}			
}

@-webkit-keyframes floating-coin {
	0% {
		-webkit-transform: translateY(-300%);	
	}
	25% {
		-webkit-transform: translateY(-150%);	
	}	
	50% {
		-webkit-transform: translateY(0%);
	}
	75% {
		-webkit-transform: translateY(150%);	
	}	
	100% {
		-webkit-transform: translateY(300%);
	}			
}	



/**********wave*************/
.icon-style {
	
/*background: #ca2758;
background: -moz-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ca2758), color-stop(50%, #a41440), color-stop(100%, #7d0028));
background: -webkit-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: -o-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: -ms-radial-gradient(center, ellipse cover, #ca2758 0%, #a41440 50%, #7d0028 100%);
background: radial-gradient(ellipse at center, #ca2758 0%, #a41440 50%, #7d0028 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2758', endColorstr='#7d0028', GradientType=1 );*/
	background: linear-gradient(90deg, #3D008D 0%, #C5001A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca2758', endColorstr='#780026', GradientType=0 );
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
    color: #fff;
    width:100px;
    height:100px;
    border: 2px solid #ffeeda;
    text-align: center;
    line-height:100px;
	border-radius: 100%;
	font-size: 33px;
}
.icon-style:hover {
	
	background: linear-gradient(90deg, #C5001A 0%, #3D008D 100%);
}
.icon-style i {
    color: #fff;
	font-size: 33px;
	padding-top: 18px;
	
}
.icon-bg {
  position: relative;
  background-color: rgba($color: $primary-color, $alpha: .2);
  display: inline-block;
  height: 95px !important;
  width: 90px !important;
  border-radius: 120px 135px 110px 90px;

  &::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 5px;
    background: rgba($color: $primary-color, $alpha: .05);
    border: 2px solid $primary-color;
    border-radius: 130px 120px 160px 130px;
  }

  .icon {
    line-height: 100px;
  }
}

.water-wave {
  position: relative;
  animation-name: water-wave;
  animation-duration: 3s !important;
  animation-iteration-count: infinite !important;
  animation-timing-function: linear !important;

  &::before {
    animation-name: water-wave;
    animation-duration: 3s !important;
    animation-iteration-count: infinite !important;
    animation-timing-function: linear !important;
  }
}

@keyframes water-wave {
  0% {
    border-radius: 120px 135px 110px 90px;

    &::before {
      border-radius: 130px 120px 160px 130px;
    }
  }

  25% {
    border-radius: 130px 140px 100px 110px;

    &::before {
      border-radius: 100px 147px 140px 120px;
    }
  }

  50% {
    border-radius: 110px 97px 150px 100px;

    &::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  75% {
    border-radius: 80px 107px 120px 90px;

    &::before {
      border-radius: 102px 147px 140px 120px;
    }
  }

  100% {
    border-radius: 120px 135px 110px 90px;

    &::before {
      border-radius: 130px 120px 160px 130px;
    }
  }
}

.ml-100{
	margin-left: 180px !important;
}
/************************ Shine ******************************/
.column {
	margin: 15px 15px 0;
	padding: 0;
	text-shadow: 0 0 15px #edbb75;
	text-align: center;
}
.column h3 {
    text-align: center;
    margin: 30px 0 0px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
	
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 300px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.img-w{width:50%}
@media (max-width: 768px) {
	.img-w{width:100%}
    .ml-100 {
        margin-left: 0px !important;
    }
	.slide-down{
		animation: none;
	}
	.inner-banner-img{
		    padding: 15px 0px 15px;
	}
	
	.inner-banner h2{
		font-size: 30px !important;
	}
	#about {
        padding: 2em 0 1em 0;
    }
	#about h3{
		    font-size: 18px;
	}
	nav.navbar{
		padding: 0px 0px 0px 0px;
	}
	.box-images-parallax{
		    margin-top: 0px;
	}
	#solution{
		padding: 2em 0 5em 0;
	}
	#feature{
		 padding: 2em 0 1em 0;
	}
	footer ul{
		padding-left: 1px !important;
	}
	footer ul li {
    padding: 3px 0;
    list-style: none;
    font-size: 14px;
}
	.about-txt {
    margin-top: 0px;
}
	.service-box{
		    margin-bottom: 0rem;
		       margin-top: 30px;
		    padding: 1rem 2rem;
	}
	span.cash{
		font-size: 18px;
	}
	#income h2{
		font-size: 26px;
	}
	#income{
		padding: 2em 0 1em 0;
	}
	/*.welcome-icon{
		text-align: center;
	}*/
	.income-box .icon-box{
		    width: 150px;
	}
	
}
@media (min-width: 767px) {
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.navbar-nav>li{margin-left: 4px;}
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ffc17d;
		text-align: center;
    }
}

/*** 

====================================================================
	Services One
====================================================================

***/

.services-one{
	position: relative;
	overflow:hidden;
	z-index:10;
	padding: 4.0em 0 4.0em;
}

.services-one .inner-container{
	position: relative;
	/*! margin-left:320px; */
	padding: 40px 0px 15px 40px;
}

.services-one .inner-container:before{
	position: absolute;
	content:'';
	left:0px;
	top:0px;
	right:-500px;
	bottom:0px;
	border-radius:250px 0px 0px 250px;
	background-color:var(--secondary);
}

.services-one_pattern{
	position:absolute;
	right:-200px;
	bottom:0px;
	width:450px;
	height:365px;
	background-repeat:no-repeat;
}

.service-block_one{
	position:relative;
	margin-bottom:30px;
}

.service-block_one-inner{
	position:relative;
	text-align: center;
}

.service-block_one-inner:before{
	content:'';
	position:absolute;
	right:0%;
	top:0px;
	width:2px;
	height:100%;
	background:#F7F7F7;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),#F7F7F7,rgba(0,0,0,0));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),#F7F7F7,rgba(0,0,0,0));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),#F7F7F7,rgba(0,0,0,0));
	background:-o-linear-gradient(top,rgba(0,0,0,0),#F7F7F7,rgba(0,0,0,0));
}

.service-block_one:last-child .service-block_one-inner:before{
	display:none;
}

.service-block_one-icon{
	position:relative;
	font-size:40px;
	line-height:1em;
	color:var(--white-color);

}

.service-block_one-title{
	position:relative;
	margin-top:20px;
}

.service-block_one-title{
	position:relative;
	color:var(--white);
}

.service-block_one-text{
	position:relative;
	font-size:16px;
	opacity:0.90;
	line-height:25px;
	margin-top:12px;
	max-width:240px;
	color:var(--white);
}
 h4.service-block_one-title{
  line-height: 34px;
  font-weight: 700;
  font-size: 26px;
	     margin-top: 5px;

}
.service-block_one-inner img{
	width: 80px;
}
h1.about{
	    text-align: center !important;
    font-size: 45px !important;
    text-shadow: 0 0 15px #edbb75;

}
/*** 

====================================================================
	Why us
====================================================================

***/

.elementor-widget-container {
/*  margin: 121px 0 0;*/
  padding: 40px 0 15px;
  background-image: url("../img/icon-title.png");
  background-position: top center;
  background-repeat: no-repeat;
}

/*** 

====================================================================
	Testimonial
====================================================================

***/

#testimonial{
	padding: 4.0em 0 4.0em;
}
/*** 

====================================================================
	Download App
====================================================================

***/
.download-app{
	padding: 6.0em 0 4.0em;
}

@media only screen and (max-width: 990px) {
  .services-one .inner-container {
    padding: 30px 30px 0px 30px;
	  margin-left: 0px;
  }
	  .services-one .inner-container::before {
    border-radius: 0px;
  }
}
/*** 

====================================================================
	ABOUT PAGE
====================================================================

***/
.what-box {
	background: rgba(255,255,255,0.02);
	border-radius: 14px;
	padding: 24px 16px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.3), 0 6px 12px rgba(0,0,0,0.18);
	transition: transform 200ms ease, box-shadow 200ms ease;
	background-color: #29356e59;
	border: 1px dashed;
}
.what-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(0,0,0,0.3), 0 6px 12px rgba(0,0,0,0.18);
}
.what-box p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.blue{
	color: #6ac6f3;
	font-style: normal;
	font-weight: bold;
}
/*========How We Section=========*/

#how-we {
	/*background: #eff2f7;*/
	padding: 4.0em 0 4.0em;
	
}

#how-we h1 {
	text-align: center;
}
#how-we .icon-box img{
	width: 60px;
	height: 60px;
}
#how-we p{
	text-align: center;
}
.hvr-wobble-vertical {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.value-wrapper {
    padding: 5px;
    /* border: 2px solid #744d24; */
    border-radius: 60px 0px 60px 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 535px;
    margin-top: 100px;
	background-color: #0f14288c;
}
.value-box {
    padding: 20px 20px;
    transition: all 0.5s ease-in-out 0s;
    text-align: center !important;

}
.value-box p{
	text-align: center !important;
}
.value-box h2{
	font-size: 30px !important;
}
.value-box img {
    margin: 0 auto;
    border-radius: 50%;
    border: 4px double #6ac6f3;
    width: 150px;
    height: 150px;
    margin-top: -131px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.movement-section{
	padding: 0em 0 4.0em;
	background-image: url("../img/why-bg.png");
	background-size: cover;
}

@media only screen and (max-width: 600px) {
.services-block-four .inner-box h3{
	    font-size: 20px;
}
}


@media (max-width: 768px) {
.back-to-top {
	bottom: 15px;
}
.nav > li > a {
    padding: 14px 8px !important;
	}
.back-to-top:focus {
	outline: none;
}
	.nav > li > a.login{
		float: left !important;
	}
	.services-block-four .inner-box .text{
		text-align: left;
	}
	#about h1{
		font-size: 28px !important;
	}
	#about h2{
		font-size: 26px !important;
	}
	#about h2{
		font-size: 22px !important;
	}
	
	#solution h1{
		font-size: 28px !important;
	}
	#solution h2{
		font-size: 26px !important;
	}
	#solution p{
		text-align: left;
	}
	#market h1{
		font-size: 28px !important;
	}
	#market h2{
		font-size: 26px !important;
	}
	#feature h1{
		font-size: 28px !important;
	}
	#feature h2{
		font-size: 26px !important;
	}
	.Company-box{
		margin-top: 30px;
	}
	#faq h1{
		font-size: 28px !important;
	}
	#strategies h1{
		font-size: 28px !important;
	}
	h1{
		font-size: 28px !important;
	}
    h1.about{
        font-size: 28px !important;
    }
	.border-right{
		    border-right: 0px !important;
		height: auto;
	}
		.video-w3l {
   /* background: rgba(0, 0, 0, 0.28);*/
    min-height: 260px;
    text-align: center;
    
}
	.mt-30 {
    margin-left: 0px !important;
}
.mt-50 {
    margin-top: 0px !important;
}
#testimonial{
	padding: 1em 0 2em !important;
}
.services-one{
	padding: 1em 0 2em !important;

}
#Why{
	padding: 1em 0 2em !important;
}
.download-app{
	padding: 1em 0 2em !important;
}
}
@media (max-width: 600px) {
	.about-txt {
    margin-top: 5px;
}
	#about{
		padding: 2em 0;
	}
	#how-we{
		padding: 2em 0;
	}
	.bullet li{
		line-height: 40px;
	}
	.service-box h2{
		font-size: 22px !important;
	}
}

.master-wrapper-page{
    width: 100%;
}
.center-1{
    margin: -20px 0;

}
.page-title h1{
    display: none;
	
}
.page-title{

	margin: 0 0 10px;
}