*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.cover-bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mt-20{
	margin-top: 20px;
}

.mb-20{
	margin-bottom: 20px;
}

.py-15{
	padding-top: 15px;
	padding-bottom: 15px;
}

.section_padding{
	padding: 100px 0;
}

.mb-30{
	margin-bottom: 30px;
}

.pb-35{
	padding: 35px;
}

.mt-35{
	margin-top: 35px;
}

.mt-30{
	margin-top: 30px;
}

h1, h2, h3, h4{
	font-family: 'lato' , sans-serif;
	color: #151515;
	font-weight: 700;
}

p{
	line-height: 1.6;
	color: #777;
}

span, a{
	display: inline-block;
}

/**section title css**/

.section_title{
	position: relative;
	margin-bottom: 70px;
	width: 100%;
}
.section_title p{
	background-color: #1957f3;
	color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 12px;
	letter-spacing: 1px;
}

.section_title h3{
	position: relative;
	font-size: 36px;
	text-transform: capitalize;
	line-height: 1.14;
	letter-spacing: 1.4px;
	padding-bottom: 13px;
}

.section_title h3:after{
	content: '';
	position: absolute;
	display: block;
	height: 30px;
	width: 2px;
	bottom: -30px;
	left: 50%;
	background-color: #1957f3;
	transform: translate(-50%, 0);
}


.butn{
	background-color: #1957f3;
	border: 2px solid #1957f3;
	padding: 15px 20px;
	box-shadow: inset 0 0 0 0 #fff;
	letter-spacing: 1px;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	transition: 0.5s;
}

.butn:hover{
	box-shadow: inset 10em 0 0 0 #fff;
	color: #1957f3;
}

/** navbar section section css **/
html{
	scroll-behavior: smooth;
}

.logo{
	width: 100%;
	margin-bottom: 30px;
}

.custom_logo{
	padding: 0 25px;
	line-height: 2;
}

.navbar-nav .nav-link{
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	transition: 0.5s all;
	color: black;
}

.navbar-nav .nav-link.active{
	color: #1957f3 !important;
}

.navbar-nav .nav-link:hover{
	color: #1957f3 !important;
}
.navbar{
	padding: 15px 0;
	background: #fff;
}


.nav-scroll{
	background: #fff;
	box-shadow: 0 1px 8px 3px rgba(0,0,0,0.05);
	transition: 0.5s all;
}

.nav-scroll .navbar-nav li a{
	color: #333; 
}

.navbar .navbar-toggler span{
	color: black!important;
}
.navbar .navbar-toggler{
    padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: grey;
border: 1px solid transparent;
border-radius: .25rem;
color: black;
}
.navbar .navbar-toggler{
	border: none ;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active{
	outline: none;
	box-shadow: none;
}

/*------------about us page---------------------*/
.background{
	height: 50vh;
	width: 100%;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../images/bg-0.jpg);
	background-position: center;
	background-size: cover;
}
	
.firstsection{
	height:50vh;
}
	
.box-main{
	display:flex;
	justify-content:center;
	align-items:center;
	color:white;
	max-width:50%;
	margin:auto;
	height:50%;
}
	
.firstHalf{	
	width: 55%;
	display:flex;
	flex-direction:column;
	justify-content:center
}
	
.firstHalf img{	
	display:flex;
	border-radius:9050px;
}
.text-big{
	font-weight: bold;
	font-size: 41px;
	text-align:center;
	color: #fff;
	margin-top: 250px;
}

.about-us{
	width: 80%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 50px;
}

.about-col{
	flex-basis: 48%;
	padding: 30px 2px;
}

.about-col img{
	width: 100%;
}

.about-col h1{
	padding: 0;

}

.about-col p{
	padding: 15px 0 25px;
}


/** Contact Us Section**/


		.main{
			width: 500px;
			margin: 50px auto;
			border-radius: 10px;
			border: 5px solid #dc143c;
			border-left: 40px solid #dc143c;
			box-shadow: 1px 2px 10px #555;
		}
		.info{
			width: 100%;
			background-color: #dc143c;
			padding: 7px;
			text-shadow: 1px 1px 1px #222;
			color: #fff;
			font-size: 20px;
		}
		.form-box{
			padding: 20px;
			background-color: #eee;
		}
		label{
			color: navy;
			font-size: 18px;
		}
		.inp,.msg-box{
			width: 100%;
			padding: 10px;
			margin-top: 4px;
			margin-bottom: 5px;
			border-radius: 5px;
			border: 2px solid #dc143c;
			font-weight: bold;
			color: #dc143c;
			border-right: 15px solid #dc143c;
			border-left: 15px solid #dc143c;
			resize: none;
		}
		.msg-box{
			height: 80px;
		}
		.inp:focus,.msg-box:focus{
			outline: none;
			border: 2px solid navy;
			border-right: 15px solid navy;
			border-left: 15px solid navy;
		}
		.sub-btn{
			width: 100%;
			padding: 10px;
			border-radius: 5px;
			margin-top: 5px;
			border: none;
			background: linear-gradient(#dc143c,#800000);
			cursor: pointer;
			color: #fff;
			font-size: 20px;
			text-shadow: 1px 1px 1px #444;
		}
		.sub-btn:hover{
			background: linear-gradient(#800000,#dc143c);
			opacity: 0.8;
			transition: all ease-out 0.2s;
		}
		.sub-btn:focus{
			outline: none;
		}
		@media(max-width: 720px){
			.main{
				width: 90%;
			}
		}
/** footer section css **/

footer{
	position: fixed;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.footer-distributed{
	background-color: #2c292f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left img{
	width: 50%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-icons a:hover{
	background-color: rgb(155, 148, 148);
	color: #fff;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

@media only screen and (max-width: 991px){
	.navbar .container{
		max-width: 100%;
	}
	.navbar .custom_logo{
		margin-left: 20px;
		padding: 0 10px;
		font-size: 16px;
	}
}

