
 @font-face { font-family: gadugi; src: url('gadugi.ttf'); } 
 @font-face { font-family: Venera-300; src: url('Venera-300.otf'); } 


* {
	color: #292C2F;
	outline: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: 'gadugi';
}

wrapper {
	width: 100%;

}

.indi {
	font-family: 'Venera-300';
}

/* Header */

header {
	z-index: 1;
	position: fixed;
	width: 100%;
}

.menu1 {
	background: #010B5B;
	padding: 20px;
	margin-top: -8px;
}

.menu1 a {
	color: #FFF;
	margin-right: 18px;
	font-size: 18px;
	-webkit-transition: .5s;
}

.menu1 a:hover {
	color: #D14D42;
	-webkit-transition: .5s;
}

.menu1 .active {
	color: #D14D42;
}

.logo img {
	width: 60%;
	margin-top: 120px;
	margin-bottom: 20px;
	
}

#top {
	background: #444;
	padding: 10px;
	margin-bottom: 10px;
}

#top p {
	color: #F9F9F9;
	margin-left: 50px;
}

.top_social {
	margin: 0 20px;
}

.top_social .fa{
	color: #FFF;
	margin: 0 10px;
	cursor: pointer;
}

.menu2_container {
	display: none;
}

.su {
	font-size: 18px;
	background: transparent;
	border: none;
	padding: 0px;
	color: #FFF;
	cursor: pointer;
	position: relative;
    display: inline-block;
}

.su:hover {
	color: #D14D42;
	-webkit-transition: .5s;
			transition: .5s;
}

.links {
	display: none;
    position: absolute;
    background-color: #F9F9F9;
    box-shadow: 0px 8px 16px 10px rgba(0,0,0,0.4);
    z-index: 1;
	width: 250px;
	height: 230px;
	padding-top: 10px;
	line-height: 2px;
	margin-left: 270px;
}

.links a {
	color: #666;
	text-align: left;
	font-size: 17px;
	display: block;
	margin: 10px;
	padding: 15px 5px;
	cursor: pointer;
	border-left: 5px solid #D14D42;
}

.links a:hover {
	background: #010B5B;
}

.top:hover .links {
    display: block;
}
/* Header Ends */

/* Container */

body {
	background: #F9F9F9;
	width: 100%;
}

.container {
	padding: 20px;
	box-shadow: 0px 2px 16px 10px rgba(0,0,0,0.4);
}

.request_box2 {
	width: 80%;
	height: 35px;
	font-size: 13px;
	padding: 2px 10px;
	color: #D14D42;
	border: none;
	background: inherit;
	-webkit-transition: 1s;
}

.request_box {
	width: 80%;
	height: 35px;
	font-size: 16px;
	padding: 2px 10px;
	color: #010B5B;
	border: 2px solid #BBB;
	border-radius: 5px;
	-webkit-transition: 1s;
}

.request_box:focus {
	box-shadow: 0px 2px 30px 2px rgba(1, 11, 91, 0.7);
	-webkit-transition: 1s;
}

.request_send {
	width: 35%;
	margin: 0 20px;
	height: 40px;
	border: none;
	border-radius: 5px;
	background: #010B5B;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}

.clear {
	background: #D14D42;
}

::placeholder {
    color: #D14D42;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #D14D42;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #D14D42;
}

 /* The alert message box */
.alert {
    padding: 20px;
    background-color: #F44336; /* Red */
    color: white;
    margin-bottom: 15px;
	border-left: 10px solid #B20000;
	font-size: 20px;
	outline: none;
}

.success {
    padding: 20px;
    background-color: #6ABC6E;
    color: white;
    margin-bottom: 15px;
	border-left: 10px solid green;
	font-size: 20px;
	outline: none;
}

/* The close button */
.closebtn {
    margin-right: 50px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: #0085B2;
} 

footer {
	background: #F3F3F3;
	margin-top: 50px;
	padding: 50px 0;
}

footer .fa {
	color: #D14D42;
}

footer p{
	word-break: keep-all;
}

#scrollme {
	width: 250px;
	border: 1px solid #D14D42;
	border-radius: 5px;
	margin-bottom: 10px;
	background: #010B5B;
	color: #FFF;
	font-size: 17px;
	height: 40px;
	cursor: pointer;
}

/* Container Ends */

@media screen and (max-width: 1000px) {
	
	* {
		font-size: 17px;
		-webkit-transition: 1s;
				transition: 1s;
				
	}
	
	.menu1_container {
		display: none;
	}
	
	body {
		width: 100%;
	}
	
	.menu2_container {
			display: block;
			width: 100%;
	}
		
	.menu2_links_container {
		background: rgba(1, 11, 91, 0.4);
		width: 100%;
		height: 0%;
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		overflow: auto;
		-webkit-transition: 1s;
			transition: 1s;
	}
		
	.menu2_links {
		margin-top: 60px;
		background: #333;
		border-radius: 10px;
		width: 90%;
		padding: 20px 0;
		text-align: left;
	}
	
	.menu2_links a {
		color: #FFF;
		margin-left: 20px;
		font-size: 16px;
		width: 50%;
		-webkit-transition: .5s;
		display: block;
		margin-bottom: 15px;
		
		/*white-space: nowrap;*/

	}

	.menu2_links a:hover {
		color: #D14D42;
		-webkit-transition: .5s;
	}	
	
	.menu2_links .active {
	color: #D14D42;
}
	
	#close {
		position: absolute;
		top: 30px;
		right: 25px;
		font-size: 30px;
		margin-left: 50px;
		color: #FFF;
		cursor: pointer;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	#close:hover {
		color: #D14D42;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	#top2 {
		background: #444;
		padding: 20px 0;
		margin-bottom: 10px;
	}

	.logo2 {
		padding: 10px 20px;
	}
	
	.logo2 img{
		width: 70%;
	}
	
	#open {
		position: absolute;
		top: 80px;
		right: 25px;
		font-size: 30px;
		margin-left: 50px;
		color: #010B5B;
		cursor: pointer;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	#open:hover {
		color: #D14D42;
		-webkit-transition: .5s;
				transition: .5s;
	}
	
	
	.top_social2 {
		margin: 0 20px;
	}	
	
	.top_social2 .fa{
		color: #FFF;
		margin: -15px 10px;
		cursor: pointer;
	}
	.logo {
		display: none;
	}
	
	
	
}

@media (max-width: 450px) {
	
		* {
			font-size: 15px;
		}
	
		.logo2 {
		padding: 10px 5px;
	}
	
	
	.logo2 img {
		width: 80%;
	}
	
	.request_send {
		width: 30%;
	}
}