html{
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-ms-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
}
.el-left{
	text-align: left;
}
.el-right{
	text-align: right;
}
.el-center{
	display: block;
	text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
    text-align: -ms-center;
}
.sec-title{
	color:#2e2c42;
	font-size: 30px;
}
.white{
	color:white;
}
#header{
	/*background-image: url("../img/bg.png");*/
	/*background-attachment: fixed;*/
	color:white;
	font-family: "Myriad Pro",sans-serif;
	background: #0a0722;
}

.hideme {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.hideme-left{
	transform: translate(-1000px);
	-ms-transform: translate(-1000px);
	-moz-transform: translate(-1000px);
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.hideme-right{
	transform: translate(1000px);
	-ms-transform: translate(1000px);
	-moz-transform: translate(1000px);
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.hideme-rotate{
	transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
	opacity: 0;
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}
.element-open {
    transform: scale(1);
    -moz-transform: scale(1);
}
.on-top{
	z-index: 999;
}
.particle-top{
	z-index: 999;
	position: relative;
}
.pos-relative{
	position: relative;
}

#header .header-part-2{
	padding-bottom: 108px;
}
#header .header-title{
	font-size: 20px;
	font-family: "Roboto",sans-serif;
	width: 100%;
}
.title{
	font-size: 20px;
}
@media (min-width: 768px){
	#header .header-title{
		font-size: 40px;
	}
}

.form-input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
    -o-transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
    -ms-transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
}
.form-input:focus{
    /*border: 1px solid #fbdf3c;*/
    background: #0a0722;
    outline: none;
}

@media (min-width: 768px){
	.form-inline .form-input {
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	    width: 100%;
	}
}

.btn-custom-color {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-custom {
    display: inline-block;
    padding: 11px 46px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 170px;
}
.btn-custom:hover{
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.btn2{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn2:hover, .btn2:focus, .btn2.focus {
    text-decoration: none;
}
.btn2:active, .btn2.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn2:focus, 
.btn2:active:focus, 
.btn2.active:focus, 
.btn2.focus, 
.btn2:active.focus, 
.btn2.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-yellow{
	color: black;
    font-size: 18px;
    background-image: linear-gradient(to right, #fffc67 , #ffd800);
    border-color: #255625;
    outline: none;
}
.btn-yellow:active:hover, .btn-yellow.active:hover, .open > .dropdown-toggle.btn-yellow:hover, .btn-yellow:active:focus, .btn-yellow.active:focus, .open > .dropdown-toggle.btn-yellow:focus, .btn-yellow:active.focus, .btn-yellow.active.focus, .open > .dropdown-toggle.btn-yellow.focus {
    
    background-image: linear-gradient(to right,yellow, #ffeb78);
    border-color: #255625;
    -webkit-box-shadow: inset 0px 0px 15px 3px rgb(136, 136, 136);
	-moz-box-shadow: inset 0px 0px 15px 3px rgb(136, 136, 136);
	box-shadow: inset 0px 0px 15px 3px rgb(136, 136, 136);

	
}


.btn-yellow:hover {
    background-color: #e8ca22;
    background-image: linear-gradient(to right, #ffd800 , #fffc67);
}

.btn-blue{
	color: white;
    font-size: 18px;
    background-image: linear-gradient(to right, #0a0722 , #271a90);
    border-color: black;
    outline: none;
}


.btn-blue:active:hover,
.btn-blue.active:hover,
.open > .dropdown-toggle.btn-blue:hover, 
.btn-blue:active:focus, .btn-blue.active:focus, 
.open > .dropdown-toggle.btn-blue:focus, 
.btn-blue:active.focus, .btn-blue.active.focus, 
.open > .dropdown-toggle.btn-blue.focus {
    
    background-image: linear-gradient(to right,#271a90, #0a0722);
    -webkit-box-shadow: inset 0px 0px 15px 3px rgb(136, 136, 136);
	-moz-box-shadow: inset 0px 0px 15px 3px rgb(136, 136, 136);
	box-shadow: inset 0px 0px 15px 3px rgb(136, 136, 136);
	outline: none;
	color: white !important;

	
}

.btn-blue:hover {
    background-color: #0a0722;
    color: white;
    background-image: linear-gradient(to right,#271a90, #0a0722);
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
    text-decoration: none;
    font-weight: bold;
}


.header-part-1{
	padding: 30px;
}
.nav ul li a{
	columns: white;
}



.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#header a {
    color: white;
    text-decoration: none;
}
@media (min-width: 992px){
	.navbar-nav > li > a {
	    padding: 15px 30px;
	    margin: 15px 0px;
	}
	.navbar-toggle{
		display: none;
	}
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffd800;
    border-radius: 2px;
    color: black !important;
    transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.navbar-toggle{
	font-size: 45px;
	float: right;
	margin: 0;
    padding: 0;
}
.form-div{
  display: inline-block;
  margin: 5px;
  position: relative;
}



#service{
	background-color:#2e2c42;
	color:white;
	background-image: url(../img/bg-service.png);
}
.service-el-wrapper .service-el{
	padding: 10px;
}

.title-wrapper .title-el{
  display: inline-block;
  padding: 6px;
}
section{
	padding:20px;
}

@media (max-width: 992px){
	.form-div{
	  width: 100%;
	}
	.service-logo{
		display: none;
	}
	p{
		font-size: 18px;
	}
	#service, body, html{
		overflow-x: hidden;
		width: 100%;
	}
	.about-us-logo{
		display: none;
	}
	.send-message, .address-wrapper {
	    margin: 20px 0px !important;
	}
	.rights{
		text-align: center !important;
	}

}

@media (min-width: 992px){
	.service-logo{
		float: right;
		margin-top:15%;
	}
	p{
		font-size: 18px;
	}
	body,html{
		overflow-x: hidden;
		width: 100%
	}
	.address-wrapper,.send-message{
		min-height: 400px;
	}
}
@media (min-width: 1190px){
	.service-logo {
	    float: left;
	    margin:auto;
	}
	.service-logo img{
		margin-top: -150px;
	}
	.header-part-1 div{
		display: inline-block;;
	}
	.navbar-nav{
		flex-direction: row;
	}
	#navigation-index{
		float: right;
	}
	p{
		font-size: 14px;
	}
	.form-inline .form-input{
		width: 300px;
	}


}
@media (min-width: 1600px){
	#header .header-part-2{
		padding-bottom: 230px;
		padding-top: 108px;
	}
	#header .header-title{
		font-size: 51px;
	}
}
.how-works-el{
	text-align: center;
	padding: 15px;
}
.section-head{
	text-align: center;
}
.section-head .sec-title{
	font-size: 30px;
	font-weight: bold;
}
#how-works{
	background: #fbdf3c;
}
#how-works , .section-content{
	padding: 60px 4px;	
}
#download{
	background: #0a0722;
	overflow:hidden;
}
#download img{
	height: 55px;
    width: 50px;
}

#download .download-here .logo{
	float: left;
	transition: all 1s ease-in-out;
  	-webkit-transition: all 1s ease-in-out;
  	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
  	-ms-transition: all 1s ease-in-out;
  	position:absolute;
}
#download .download-here:active{
	background: #fbdf3c;
	-webkit-box-shadow: inset 0px 0px 1px -8px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 0px 1px -8px rgba(0, 0, 0, 1);
	-ms-box-shadow: inset 0px 0px 1px -8px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 1px -8px rgba(0, 0, 0, 1);
}
#download .download-here:active .download-here-google-logo{
  transform: translate(230px,0);
  -webkit-transform: translate(230px,0);
  -moz-transform: translate(230px,0);
  -o-transform: translate(230px,0);
  -ms-transform: translate(230px,0);
}
#download .download-here:active .download-here-apple-logo{
  transform: translate(230px,0);
  -webkit-transform: translate(230px,0);
  -moz-transform: translate(230px,0);
  -o-transform: translate(230px,0);
  -ms-transform: translate(230px,0);
}

#download .download-here .content{
	float: right;
	text-align: left;
}
#download .download-here .content p, #download .download-here .content p b,#download .download-here .logo{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#download .download-here:active .download-here-google-content{
	opacity: 0;
}
#download .download-here:active .download-here-apple-content{
	opacity: 0;
}
#download .download-here:hover{
	-webkit-box-shadow: inset -1px -1px 48px -10px rgba(0,0,0,1);
	-moz-box-shadow: inset -1px -1px 48px -10px rgba(0,0,0,1);
	-ms-box-shadow: inset -1px -1px 48px -10px rgba(0,0,0,1);
	box-shadow: inset -1px -1px 48px -10px rgba(0,0,0,1);
	cursor: pointer;
}
#download .download-here{
	height: 100px;
	width: 300px;
	padding: 20px;
	background: white;
	box-shadow: 3px 1px 57px -3px grey;
	border-radius: 7px;
	margin: 15px 0px;

}
#download .download-here .content p{
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
}

.particles-wrapper {
  background-color: #222;
  width: 100%;/*
  height: 100%;*/
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

#particles-js canvas{
	position: fixed;
    top: 0;
}
#footer{
	background: #2e2c42;
	font-size: 17px;
}
#footer div,#footer div a{
	color:#616262;	
}

#footer .container div{
	display: inline-block;
}
.header-part-2 .links a div {
	background: #2e2c42;
	border-radius: 50%;
	
}
.header-part-2 .links a div{
	color:#ffd800 !important;
}
.header-part-2 .links a div:hover{
	background:yellow;
}
.header-part-2 .links a div:hover i{
	color:black !important;
}

.links-inline{
	text-align: center;
}
.links a div{
	margin: 2px;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	display: inline-block;

}
.links a div i{
	padding-top: 6px;

	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.links a div:hover{
	background: black;
	border-radius: 50%;
	
}
.links a div:hover  i{
	color:yellow;
}

.links div a i:active, .links div a i:focus{
	text-shadow: 0px 0px 4px black;
}

.links div:active, .links div:focus{
	box-shadow: 0px 0px 4px white;
}

.rights{
	text-align: right;
	vertical-align: middle;
	margin-top: 5px;
}

.piramid-btn {
    width: 47px;
    height: 40px;
    bottom: 5px;
    right: 8px;
    position: fixed;
    border-bottom: 50px solid black;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition: all 1s;
    z-index: 999;
}
.piramid-btn span {
    position: absolute;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: -11px;
    top: 17px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: white;
}
.piramid-btn:hover .inner-piramid{
	top: 10px;
}
.piramid-btn:hover {
    cursor: pointer;
}
.scroll-top{
	display: none;
}

#about-us{
	background: #2e2c42;
	color:white;
	padding: 90px 10px;
}
#about-us .title{
	border-left: 5px solid yellow;
}
#about-us .title h3{
	padding-left: 20px;
}
#team{
	background: #fbdf3c;
	padding: 70px 10px;
}
.team-description h3{
	font-weight: bold;
}
#contact{
	background-image: url('../img/bg2.png') !important;
	padding: 20px 0;
	overflow:hidden;
}

@media (max-width: 480px){
	#download .download-here .content p{
		font-size: 17px;
	}
	#download .download-here{
		width: 245px;
	}

	#download .download-here:active .download-here-google-logo{
	  transform: translate(170px,0);
	  -webkit-transform: translate(170px,0);
	  -moz-transform: translate(170px,0);
	  -o-transform: translate(170px,0);
	  -ms-transform: translate(170px,0);
	}
	#download .download-here:active .download-here-apple-logo{
	  transform: translate(170px,0);
	  -webkit-transform: translate(170px,0);
	  -moz-transform: translate(170px,0);
	  -o-transform: translate(170px,0);
	  -ms-transform: translate(170px,0);
	}
}