/*==================================Header css================================*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}

div.logo_container {
	background: #ffffff url("../images/logo1.png") no-repeat left center;
	background-size: 100% 100%;
	height: 14%;
	width: 12%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	box-shadow: 0 0 10px rgba(0,0,0,.8);
}

.header {
	background: url("../images/logo.png") no-repeat left center;
	background-size: 100% 100%;
	padding: 1% 1% 6% 10%;
	text-align: left;
	margin: 10px 1% 1% 14%;
	box-sizing: border-box;
}
/*=============================Header End===============================*/

/*=====================Nav css goes here==============================*/
ul{
	list-style: none;
}
a{
	text-decoration: none;
} 
div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	border-bottom: 2px solid rgb(255, 255, 0, .2);
	z-index: 999;
}
nav{
	background: #00008b;
	height: 60px;
	width: 100%;
	z-index: 999;
}
label.logo{
	display: none;
	color: white;
	font-size: 35px;
	line-height: 50px;
	padding: 0 50px;
	font-weight: bold;
}
nav ul{
	float: right;
	margin-right: 60px;
	cursor: pointer;
}
.menu > li{
	display: inline-block;
	line-height: 40px;
	margin: 1% 0px;
}
nav ul li a{
	color: #ffffff;
	font-size: 18px;
	padding: 7px 13px;
	border-radius: 3px;
	text-transform: uppercase;
}
nav > ul > li > a:hover{
	background: #ffff00;
	color: #00008b;
	transition: .5s;
	text-decoration: none;
}
.checkbtn{
	font-size: 30px;
	color: #ffffff;
	float: right;
	line-height: 50px;
	margin-right: 8%;
	cursor: pointer;
	display: none;
}
.mybtn{
	background: #ffff00;
	color: #00008b;
	border: 2px solid #ffff00;
	border-radius: 4px;
	transition: .5s;
}
.mybtn:hover{
	color: #ffffff;
	background-color: rgba(0, 0, 139, .2);
}
.sub-menu{
	width: 20rem;
	display: block;
	position: absolute;
	border-top: 3px solid #ffff00;
	background-color: #191919;
	z-index: 1000;
	top: 8.7rem;
	opacity: 0;
	visibility: hidden;
	transition: all 650ms ease;
}
.sub-menu > li > a{
	color: #ffffff;
	text-transform: capitalize;
}
.sub-menu > li:hover a:hover{
	background: #ffff00;
	color: #00008b;
	width: 100%;
	transition: .5s;
	text-decoration: none;
}
.sub-menu::before{
	content: "";
	position: absolute;
	top: -2.5rem;
	left: 2.5rem;
	border: 1.2rem solid transparent;
	border-bottom-color: #ffff00;
}
nav li:hover > .sub-menu{
	top: 5.7rem;
	opacity: 1;
	visibility: visible;
}
#check{
	display: none;
}
/* ============================Respnsive Part================================*/
@media (max-width: 1000px){
	div.logo_container {
		display: none;
	}
	.header {
		display: none;
	}
	label.logo{
		display: block;
	}
	.logoimg{
		height: 60px;
		width: 70px;
		box-shadow: 0 0 10px rgba(0,0,0,.8);
	}
	.checkbtn{
		display: block;
	}
	nav ul{
		margin-right: 0px;
	}
	.menu{
		position: fixed;
		width: 100%;
		height: 100vh;
		flex-direction: column;
		align-items: initial;
		background-color: #00008b;
		top: 60px;
		left: -100%;
		transition: all .5s;
		z-index: 5000;
		overflow-y: scroll;
	}
	
	.menu li{
		width: 100%;
		margin-top: 12px;
	}
	
	.sub-menu{
		width: 100%;
		position: initial;
		border: 3px solid transparent;
		border-left-color: #ffff00;
		max-height: 0px;
	}
	
	.sub-menu::before{
		display: none;
	}
	
	.menu li:hover > .sub-menu{
		opacity: 1;
		visibility: visible;
		max-height: initial;
	}
	#check:checked ~ ul{
		left: 0;
	}
}
/*===============================End nav css======================================*/

/*==============================Footer style======================================*/
.clr {
	clear: both;
}
.footer-wrapper {
	width: 100%;
	height: auto;
	min-height: 250px;
	margin: auto;
	background-image: url(../images/slides3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding-top: 75px;
	bottom: 0px;
}

.footer-social-icons {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 40px;
}

.footer-social-icons ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.footer-social-icons ul li {
	display: inline-block;
	margin-right: 2px;
	width: 36px;
	height: 36px;
	text-align: center;
}

.footer-social-icons ul li a {
	color: #fff;
	display: block;
	font_size: 22px;
	text-shadow: 0px 0px 5px rgba(0,0,0,0,75);
}

.footer-social-icons ul li a i {
	line-height: 36px;
}

.footer-social-icons ul li:nth-child(1) {
	background: #3b5998;
}

.footer-social-icons ul li:nth-child(2) {
	background: #1da1f2;
}

.footer-social-icons ul li:nth-child(3) {
	background: #25d366;
}

.footer-social-icons ul li:nth-child(4) {
	background: #ff0000;
}

.footer-social-icons ul li:nth-child(5) {
	background: #007bb5;
}

.footer-social-icons ul li:nth-child(6) {
	background: #ff0000;
}

.footer-social-icons ul li:nth-child(7) {
	background: #db4437;
}

.footer-social-icons ul li:nth-child(8) {
	background: #00aff0;
}

.footer-social-icons ul li:nth-child(9) {
	background: #09b83e;
}

.footer-social-icons ul li:nth-child(10) {
	background: #bd081c;
}

.footer-mid-part {
	width: 100%;
	height: auto;
	margin: auto;
}

.footer-section-one {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	background: rgba(255,255,255,.1);
}

.footer-section-two {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
}

.footer-section-three {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 20px 20px;
	background: rgba(255,255,255,.1);
}

.footer-heading {
	width: 100%;
	height: auto;
	margin: auto;
}

.footer-heading h2 {
	font-size: 18px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}

.footer-contact-box {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 13px;
}

.footer-contact-icon {
	width: 25px;
	height: 25px;
	float: left;
}

.footer-contact-icon i {
	color: #fff;
	font-size: 20px;
}

.footer-contact-text {
	width: 85%;
	height: auto;
	float: left;
	margin-left: 10px;
}

.footer-contact-text p {
	font-size: 14px;
	text-align: left;
	color: #fff;
	cursor: pointer;
}

.footer-contact-text p a {
	font-size: 14px;
	text-align: left;
	color: #fff;
	text-decoration: none;
}

.footer-contact-text p:hover {
	color: #f00;
}

.footer-contact-box:hover .footer-contact-icon i {
	color: #f00;
}

.footer-contact-box:hover .footer-contact-text p a {
	color: #f00;
}

.footer-link {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}

.footer-link ul {
	margin: 0px;
	padding: 0px;
}

.footer-link ul li {
	list-style-type: none;
	text-align: center;
	padding-top: 5px;
}

.footer-link ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

.footer-link ul li a:hover {
	color: #f00;
}

.footer-section-two .footer-heading h2 {
	text-align: center;
}

.footer-form {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}

.footer-form-box {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 20px;
}
.footer-form-style {
	width: 100%;
	height: 40px;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255,.1);
	background: transparent;
	font-size: 14px;
	text-align: left;
	padding: 0px 10px;
	color: #fff;
}
.footer-form-submit-style {
	width: 129px;
	height: 35px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: rgba(255,255,255,.5);
	border: none;
	margin-top: 1px;
}

.footer-form-submit-style:active {
	background: #f00;
}

.footer-bottom {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-bottom {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

/*RESPONSIVE CODE*/
@media only screen and (max-width: 1199px) {
	.footer-wrapper {
		position: relative;
		background-attachment: scroll;
	}
	.footer-section-one {
		padding: 12px;
	}
	.footer-social-icons ul li {
		margin-bottom: 5px;
	}
}
/*===================================Footer end====================================*/

/*header-footer css end*/