html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #040c2c;
	position: relative;
}
a{

	color: #0db3c7;
}
/*header*/
header{
	position: absolute;
	top: 30px;
	width: 100%;
	left: 0;
	z-index: 101;
}
header .navbar-brand img{
height: 40px;
}
header .navbar-expand-lg .navbar-nav .nav-link{
font-size: 16px;
font-weight: 400;
color: #0db3c7;
padding-right: 15px;
padding-left: 15px;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover{
	color: #040c2c;
}

/*banner*/

#banner{
	position: relative;
	background: #cfcbff;
	padding: 130px 0px 50px 0px;
}


#banner h2{
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 10px;
}
#banner h1{
	 font-size: 60px;
	text-transform: uppercase;
}
#banner h1 span{
	color: #0db3c7;
}
#banner p{
	font-weight: 300;
}
 #banner .container{
 	position: relative;
 	z-index: 100;
 }
.bottom_banner{

    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;

}
#particles-js{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*how_it_work*/
.how_it_work{
	padding: 40px 0px;
}

.ss_heading{
	margin-bottom: 40px;
}
.ss_heading h5{
	font-size: 16px;
	margin-bottom: 10px;
	color: #0db3c7;

}
.ss_heading h2{
	font-size: 36px;
	margin-bottom: 10px;
	color: #040c2c;

}
/*services*/
.services{
	padding: 50px 0px;
	background: url(../img/bg.png) no-repeat ;
	background-size: auto;
}
.services .contents {
	background: #fff;
	padding: 25px 10%;
	border-radius: 10px;
	margin-bottom: 2em;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.07);
}
.services .contents h3 {

    margin: 0 0 0.7em;
    font-size: 24px;
    line-height: 1.5em;

}
.services .contents p{
	color:#808291;
}
.contents .s_icon img{
width: 60px;
}
/*brand*/
.our_brand{
	padding: 30px 0px;
}
.slick-next::before, .slick-prev::before{
text-shadow: 0px 0px 10px #777;
}
.brand_items{
	opacity: .8;
	padding:30px 10px;
	text-align: center;
}
.brand_items:hover{
	opacity: 1;

}
.brand_items img{
	max-width: 100%;
max-height: 48px;
margin: auto;
}
/*our_success*/
.our_success{
	background: url(../img/64952.jpg)no-repeat center center / cover fixed;
position: relative;
width: 100%;
padding: 50px 0px;
}
.our_success::before {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, rgba(50, 100, 245, 0.90), rgba(74, 84, 232, 0.88), rgba(91, 66, 219, 0.85), rgba(104, 44, 203, 0.88), rgba(114, 2, 187, 0.90));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.our_success .container{
position: relative;
z-index: 1;
color: #fff;
}
.ss_success_con{
	text-align: center;
}
.ss_success_con .col-md-6{
	border-bottom: 1px solid #bdaaff;
		border-right: 1px solid #bdaaff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ss_success_con .col-md-6:nth-child(2n){
border-right:none;

}
.ss_success_con .col-md-6:nth-child(3n){
border-bottom:none;

}
.ss_success_con .col-md-6:nth-child(4n){
border-bottom:none;

}
.our_success h1{
	margin-bottom: 30px;
}
.ss_success_con h3{
font-size: 50px;
font-weight: 600;
}
.ss_success_con h3 span{
font-size: 50px;
font-weight:300;
}
.ss_success_con p{
	font-weight: 500;
	font-size: 18px;
}

/*join_team*/

.join_team{
	padding: 60px 0px;
}

/*contact*/
.contact_us{
	padding: 50px 0px;
	background: #f9f9f9;
}
.contact_us .input_form form .theme_btn {
    background: #0db3c7;
    color: #fff;
    border-color: #0db3c7;
    font-size: 16px;
border-radius: 4px;
padding: 14px 38px 14px 42px;
}
.get_item img {
	height: 50px;
display: flex;
    margin-right: 20px;

}
.get_item .media-body h6 {

    font-size: 14px;
    color: #677294;
    font-weight: 400;
    margin-bottom: 12px;

}
.get_item .media-body a, .get_item .media-body p {

    font-size: 22px;
    color: #040c2c;
    font-weight: 600;
    margin-bottom: 0;

}
.media-body {
margin-bottom: 20px;
    flex: 1 1;

}
.get_item {

    align-items: center;

}
.contact_us .input_form form .form-control {

    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #494949;
    box-shadow: none;
    border: 1px solid #ededed;
    border-radius: 0;
    padding-left: 20px;
    text-transform: capitalize;
    min-height: 44px;
    margin-bottom: 30px;

}
/*footer*/
footer{
	background:#0db3c7;
	padding: 20px 0px;
}
footer .footer_top{
	webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
 footer p{
 	margin-bottom: 0;
 	color: #fff;
 }
.subfooter-nav{
	color: #fff;
	padding: 5px 4px;

}
.socils_share img{
	height: 40px;
}

@media only screen and (max-width: 991px) {

	.navbar-nav{
		background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	}

}
