body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway';
	font-size: 20px;
}
 /*navbar*/
nav{
	position: absolute;
	width: 100%;
	padding: 0;
	background-color: black;
}
nav ul{
	position: static;
	margin: 0;
	padding: 0;
	float: right;
}
.UP{
	text-align: center;
}
.ig,.fb,.tw{
	width: 30px;
	height: 30px;
}

.ig:hover,.fb:hover,.tw:hover{
	width: 40px;
	height: 40px;
	padding-left: 5px;
}
.head2{
	color: black;
	text-align: center;
	margin: 15% auto;
	font-size: 6rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
}
.head2 a{
	text-decoration: none;
}

.head2 a:hover{
	color: black;
	transition: 0.6s ease;
	border:3px solid white;
	text-shadow: rgba(0, 0, 0, .3);
}
nav ul li{
	list-style: none;
	display: inline-block;
}
nav ul li a{
	display: block;
	color: white;
	text-decoration: none!important;
	padding: 20px;
	font-weight: bold;
}

nav ul li a.active {
    background-color: #666;
 }
nav ul li a.active,nav ul li a:hover{
	background-color: white;
	color: black;
	transition: 0.8s ease;
}
.button{
	margin-bottom: 50%;
}
.fa-facebook,.fa-instagram,.fa-twitter,.fa-linkedin{
	color: black;
	text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.4);
	margin-left: 15px;
	transition: all ease-in-out 150ms;
}

.fa-facebook:hover,.fa-instagram:hover,.fa-twitter:hover,.fa-linkedin:hover {
	text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
	transform: translate(0, -8);
}
.togg{
	width: 100%;
	background-color: white;
	padding: 20px;
	box-sizing: border-box;
	text-align: right;
	display: none;
}
.togg span{
	color:white;
	padding: 5px 10px;
	cursor: pointer;
	background-color: black;
	border-radius: 5px;
}
@media(max-width: 770px){
	.togg{
		display: block;
	}
	nav{
		padding: 0;
	}
	nav ul{
		float: none;
		text-align: center;
		display: none;
	}
	nav ul.active{
		display: block;
		background-color: white
	}
	nav ul li{
		display: block;
	}
	nav ul li a{
		color: black;
	}
	nav ul li a:hover{
		color: white;
		background-color: black;
	}
	.logo{
		display: none;
	}
	.logo2{
		display: block;
		float: left;
	}
	.twitter-timeline{
		text-align: center;
		width: 10%;
	}
	.head2{
		margin: 50% auto;
		font-size: 3rem;
    	font-weight: 300;
        line-height: 1.2;
	}
}
	.apps{
		width: 40%;
		height: 40%;
		float:center;
		margin: 0 auto;
}
.logo2{
		width: 150px;
		height: 70px;
		margin-top: -20px;
	}
.logo{
	width: 150px;
	height: 70px;
}
.lo{
	width: 250px;
	height: 170px;
}
.ico{
	width: 150px;
	height: 150px;
}

.ico1{
	width: 120px;
	height: 120px;
	/*background-color: #194fa8;*/
}
.vid {
	color: black;
	border: 2px solid black;
	font-size: 20px;
	padding: 5px;
}
.cont{
	height: 50vh;
	background-color: white;
}
#aboutus{
	text-align: center;
}
.ab{
	background-color: grey;
}
#top{
	height: 100vh;
    width: 100%;
    background-image: url(../img/head.jpg);
    background-size: cover;
    display: table;
    background-attachment: fixed;
    font-style: normal;
}
.sub{
	color: black;
	text-align: center;
	font-weight: 30px;
}
.head{
	color: black;
	text-align: center;
}/*
.head2{
	color:white;
	text-align: center;
	padding-top: 3%;
}*/
#whyus{
	height: 50vh;
    width: 100%;
    padding: 2%;
    background-color: #1B1D26;
    background-size: cover;
    display: table;
    text-align: center;
    background-attachment: fixed;
    font-style: normal;
}
.why1{
	color: white;
}
.mi{
	text-align: center;
}
.ru3{
	height: 100%;
	width: 100%;
}
.apps{
	width: 40%;
	height: 40%;
	float:center;
}
  /*team*/
.rus{
	width: 100px;
	height: 100px;
	text-align: left;
}
.team {
    
    padding: 50px 0 80px;
    text-align: center;
}

.team b,
.team h2,
.team h4 {
    
    margin: 20px 0 20px;
    color: #4c4c4c;
}


.team p {
    
    color: #737373;
}

.team img {
    
    height: 150px;
    width: 150px;
    margin-top: 80px;
}


.team i {
    
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 17px;
    border-radius: 50%;
    background-color: #a0db8e;
    color: #fff;
}

.team a:hover i {
    
    background-color: #709963;
}

  /*How we work*/
#How{
	height: 50vh;
    width: 100%;
    padding: 2%;
    background-color: white;
    background-size: cover;
    display: table;
    text-align: center;
    background-attachment: fixed;
    font-style: normal;
    color: white;
}
.how1{
	color: #1B1D26;
}
/*SERVICES*/
#services{
	height: 50vh;
    width: 100%;
    padding: 2%;
    background-color:#1B1D26 ;
    background-size: cover;
    color: white;
    display: table;
    text-align: center;
    background-attachment: fixed;
    font-style: normal;
}
.ico2{
	width: 150px;
	height: 150px;
	/*margin-bottom: 10px;*/
}

footer{
    width: 100%;
    display: block;
    min-height: 400px;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
}
#exampleInputEmail1{
	width: 60%;
	padding: 12px 20px;
	margin: 8px auto;
	box-sizing: border-box;
	border:none;
	background-color: transparent;;
	border-bottom: 2px solid black;
}
#exampleInputPassword1{
	width: 60%;
	padding: 12px 20px;
	margin: 8px auto;
	box-sizing: border-box;
	border:none;
	background-color: transparent;;
	border-bottom: 2px solid black;
}
.submit{
	width: 40%;
	box-sizing: border-box;
	background-color: transparent;
	border: 2px solid black;
}
