@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');

body {
	font-size:15px;
	font-family: 'Poppins', sans-serif;
	color: #777777;
	background-image: url("../img/body-bg.png") !important;
	background-color: #16181d;
}

h1, h2, h3, h4 {
	margin:10px 0;
	font-family: 'Poppins', sans-serif;
	/*font-weight:bold !important;*/
}

h3 {
	color: #222222;
	font-size:1.5em;
	/*font-weight: 600;*/
	
}
h1 {
	color:#000;
	font-size: 45px;
	padding-bottom: 25px;
	line-height:50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform:capitalize;
}

h1 span {
	color: #0c5adb;
}
.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;
}


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: #00247e;
	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;
}

.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;
}

/*========Welcome Section=========*/

#about {
	padding: 3.0em 0;
}

#about p {
	text-align:left;
	padding: 0px 0;
}

#about h1 {
	font-size: 45px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.2em;
}

#about h2 span {
text-transform: capitalize;
	color:#4d82da;
	letter-spacing: 2px;
	font-weight: bold !important;
}
.about-txt{
	margin-top: 40px;
}
.about-txt-bottom{
	margin-top: 40px;
	
}
.border-right {
  border-right: 4px dotted #636363 !important;
	height: 350px;
	padding: 0 20px;
}
#about h2{
font-size: 26px;
    color: #fff;
	
}
#about h3{
font-size: 24px;
    color: #fff;
	
}
/*========Income Section=========*/

#income {
	padding: 5.0em 0;
	background:url(income-bg.png);
}

#income p {
	text-align:center;
	padding: 0px 0;
}
#particles-js {
    width: 100%;
 
    background-size: cover;
}
/*===Company Section===*/

#feature {
	background:url(../img/feature-bg.png) top center;
	background-repeat: no-repeat;
	padding: 5.0em 0 5.0em;
}

#feature h1 {
	color: #fff;
	margin-bottom:15px;
}
#feature h2{
	    color: #fff;
    font-size: 40px;
    text-align: center;
	margin-top: 20px;
}
.Company-box {
	text-align: center;
	padding: 30px 25px 30px 25px;
	background: #0c0c0c;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0,0,0,0.10);
	min-height: 331px;
	    border-bottom: 10px solid #231dbc;
            background: rgba(12, 12, 12, 0.7);
}

.Company-box .icon-box {
    transition: all 0.5s ease-in-out 0s;
/*	background: url(../img/icon-bg.png) no-repeat;*/
	width: 130px;
	height: 130px;
	margin: 0 auto 20px;
	line-height: 73px;
}

.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;
}

/*========strategies Section=========*/

#strategies {
	/*background: #eff2f7;*/
	padding: 5.0em 0 4.0em;
}

#strategies h1 {
	text-align: center;
}
#strategies .icon-box img{
	width: 60px;
	height: 60px;
}
.features{
    position: relative;
}
.services-block-four{
  position:relative;
  margin-bottom:33px;
}

.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)
}
.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;
}
.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;
}
@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 20% !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 .text{
  font-size:16px;
  color:#ECECEC;
  margin-top:15px;
  margin-bottom:50px;
	line-height: 30px;
	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 #173970;
    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(8 6 63);
	text-align: center;
	min-height: 340px;
}

.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: 130px;
	height: 130px;
	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: 5.0em 0 7.0em;
	background: url("../img/solution-bg.png");
	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:#4d82da;
	letter-spacing: 2px;
	font-weight: bold !important;
}
#solution h2{
font-size: 40px;
    color: #fff;
}
	

/*========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-color: #0700d2;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin: 4px 2px;
    width: 55px;
    height: 55px;
}
.button i{
	font-size: 1.5em !important;
}
.btncir {border-radius: 50%;}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px 15px;
	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: 1.2;
	transition: .25s;
	letter-spacing: 0.01em;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}
.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: #0600b5;
	    border-radius: 10px;
	color: #ffffff;
	
}
.navbar-default .navbar-nav>li>a.login:hover{
    background: #221eb7;
    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: rgba(0, 0, 0, 0.28);
    min-height: 850px;
    text-align: center;
}
.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{
	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
}
/* ================================
Footer
================================= */
footer {
	background: #080808;
	color: #fff;
	padding: 10px 0 10px;
}
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: 2.2em;
}
	.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); }
}
@keyframes hue {
  from { filter: hue-rotate(0deg); }
  to   { 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: left;
	text-align: left;
}

}
.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;
}

@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: 26px !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: 10px;
	}
	#faq h1{
		font-size: 28px !important;
	}
	#strategies h1{
		font-size: 28px !important;
	}
	h1{
		font-size: 28px !important;
	}
	.border-right{
		    border-right: 0px !important;
		height: auto;
	}
}
@media (max-width: 600px) {
	.about-txt {
    margin-top: 69px;
}
	#about{
		padding: 0em 0;
	}
}
/*--------------
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);
}
}
@keyframes MOVE-BG {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-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);
  }
}
