/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,700&display=swap');
@font-face {
	font-family: 'Conv_Calibri Regular';
	src: url('../webfonts/Calibri Regular.eot');
	src: local('☺'), url('../webfonts/Calibri Regular.woff') format('woff'), url('../webfonts/Calibri Regular.ttf') format('truetype'), url('../webfonts/Calibri Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif; 
font-family: 'Conv_Calibri Regular';
*/


html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:12px;
	color:#8A8F9C;
	line-height:1.3;
}

/* Headings
______________________*/
h1
{
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: white;
	text-align: center;
	padding-bottom: 20px;
}

h2{
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	color: #060606;
}

h3
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #4D4949;
}




h6
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #0E0E0E;
	font-weight: 600;
}

p{
	font-family: 'Conv_Calibri Regular';
	color: #8C8C8C;
	font-size: 16px;
	font-weight: 400;
}

/* Links
______________________*/
a{
	-webkit-transition: 0.1s ease-out 0.1s;
	-moz-transition: 0.1s ease-out 0.1s;
	transition: 0.1s ease-out 0.1s;
}
a:hover{
	text-decoration:none;
}

/* input , textarea , button
______________________*/

input, 
textarea,
select{
	display:block;
	width:100%;
	border:1px solid #CBCBCB;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	padding:11px 14px;
	color:#585858;
	font-size:14px;
}
input:focus,
select:focus{
	border-color:#026E35;
	box-shadow:0 3px 6px rgba(3, 130, 63, 0.2) inset;
}


button{
	color: white;
	background: rgb(116,7,7);
	background: linear-gradient(190deg, rgba(116,7,7,1) 0%, rgba(158,4,4,1) 100%);
	padding-top: 20px;
	border-radius: 5px;
	font-size: 20px;
	font-family:'Poppins', sans-serif;
	font-weight: 800;
	display: inline-block;
	border: none;
	margin-top: 28px;
	border: 1px solid #720606;
}

button:hover{
	color: #720606;
	background: white;
}

.nav-bar ul li
{
	display: inline-block;
	
}

.nav-bar ul li a
{
	text-decoration: none;
	font-family:'Poppins', sans-serif;
	font-size: 16px;
	padding: 9px 25px;
	display: block;
	color: #353333;
	font-weight: 600;
}


.content a 
{
	text-decoration: none;
	color: white;
	background: rgb(116,7,7);
	background: linear-gradient(190deg, rgba(116,7,7,1) 0%, rgba(158,4,4,1) 100%);
	padding: 15px 75px;
	border-radius: 5px;
	font-size: 20px;
	font-family:'Poppins', sans-serif;
	font-weight: 800;
	padding: 10px 55px;
	display: inline-block;
}

.row-inlineblocking .row
{
	display: flex !important;
}

#services .row
{
	display: block;
}

#services .row .col-sm-6:first-child{
	float: right;
}

#services .row .col-sm-6:nth-child(2)
{
	float: left;
}
.services-content a 
{
	margin-top: 10px;
}
.content a:hover
{
	background: linear-gradient(180deg, rgba(158,4,4,1) 50%, rgba(116,7,7,1) 100%);
	
}

.services-content p
{
	padding-bottom: 30px;
}


.nav-bar ul li a:hover
{
	color: #940707;
}


#Main-banner
{
	position: relative;
}

#header
{
	padding: 10px 0px;
}


#menu ul
{
	text-align: right;
}

.common-padding
{
	padding: 0px 50px;
}

.Main-logo a
{
	background: url(../images/main-logo.png) no-repeat;
    width: 131px;
    height: 39px;
    display: block;
    background-size: 100% auto;
}

#Main-banner .content h2
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: white;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
}







#services
{
	background-color: #FAF5F5;
	position: relative;
	padding: 0px 0px 30px 0px;
	z-index: 1;
	overflow: hidden;
}

.services-background
{
	position: absolute;
	top: 0%;
	right: 0%;
}
#Main-banner .content
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.content h2 em
{
	color: #A00000;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
}


.services-content {
	padding-top: 100px;
}

.services-content h2
{
	padding-bottom: 20px;
}

.bottom-block
{
	margin-top: 20px;
}
.default-styling
{
text-align: center;
padding: 40px 0px;
background: white;
}


.video-wrap {
    height: 575px;
    overflow: hidden;
}

.video-wrap video {
    display: block;
    width: 100%;
    height: auto;
}


.upper-block
{
	margin-top: 30px;
	background: #FFFFFF;
}


.services-images
{
	height: 93px;
	width: 90px;
	display: block;
	margin: 0 auto;
}

.aboutus-image .image-wrapper{
	width: 90%;
}

.image-wrapper img {
	width: 100%;
	display: block;
	height: auto;
}


.default-styling p
{
	font-family: 'Conv_Calibri Regular';
	font-size: 12px;
	font-weight: 400;
	color: #A9A9A9;
}

.default-styling h3
{
	color: #000000;
	font-size: 14px;
    font-weight: 700;
	padding: 10px 20px;
}

.services-content h3
{
	padding-bottom: 35px;
}

.lower-block
{
	margin-top: 50px;
}

#about-us
{
	position: relative;
}

.about-us-bg
{
	position: absolute;
	top: 0px;
	left: 0px;
}



.aboutus-content h2
{
	padding-bottom: 20px;
}
.aboutus-content p
{
	
	padding-bottom: 30px;
    line-height: 28px;
}

.aboutus-image
{
	position: absolute;
	top: -110px;
	right: 0;
	z-index: 1;
}

.aboutus-image:hover
{
	transition: 3s;
	transform: scale(0.8);
}

.aboutus-content-image
{
	width: 90px;
	height: 90px;
	display: inline-block;
}

.aboutus-content h6
{
	padding-bottom: 50px;
	line-height: 35px;
}

.small-headings h5
{
	font-size: 13px;
	color: #0E0E0E;
	font-weight: 700;
	padding-top: 25px;
}

.small-headings h5 em
{
	font-style: normal;
	color: #A00000;
}


.margin-bottom
{
	margin-bottom: 10px;
}
#about-us
{
	background: url("../images/about-us-bg.png") no-repeat;
	padding: 80px 0px;
}
#our-goal
{
	background: url("../images/ourgoal-bg.jpg") no-repeat;
	background-size: cover;
	height: 670px;
	padding: 50px 0px;
}


.our-goal-content h2
{
	text-align: center;
	color: white;
	padding-bottom: 20px;
}

.our-goal-content h3
{
	text-align: center;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	padding-bottom: 50px;
}

.our-goal-images
{
	width: 125px;
	height: 127px;
	margin: 0 auto;
	transition: all .2s ease-in-out;
}
.our-goal-images:hover
{
	transform: scale(1.2);
}

.our-goal-content h4
{
	text-align: center;
	color: white;
	font-size: 15px;
	padding-bottom: 30px;
}

#offers
{
	padding: 50px 0px;
	position: relative;
	overflow: hidden;
}





.offers-content h2
{
	padding-bottom: 50px;
	text-align: center;
}

.offers-content h3
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #070707;
	font-weight: 700;
	padding-top: 20px;
	line-height: 1.3;
	padding-bottom: 10px;
	text-align: center;
}


.offers-content p
{
	height: 90px;
	font-size: 17px;
	color: #A7A7A7;
}

.offers-content a
{
	background: #FCE9E9;
	color: #A60E0E;
	border: 1px solid #FCE9E9;
	padding: 5px 35px 5px 15px;
	font-size: 14px;
}

.offers-content a:hover
{
	background: white;
}

.readmore-button
{
	position: relative;
}

.readmore-button i
{
	color: #A60E0E;
	position: absolute;
	top: 9px;
	left: 105px;
	font-size: 14px;
}


.form-contact-phone a
{
	background: url("../images/call.png");
	width: 81px;
	height: 81px;
	display: block;
	margin: 0 auto;
}

.form-contact-location a
{
	background: url("../images/location.png");
	width: 81px;
	height: 81px;
	display: block;
	margin: 0 auto;
}

.form-contact-email
{
	background: url("../images/mail.png");
	width: 81px;
	height: 81px;
	display: block;
	margin: 0 auto;
}

#connect-form
{
	background-color: #FAFAFA;
	padding: 70px 0px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.background
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.form-content-left h3
{
	font-size: 18px;
	color: white;
	font-weight: 600;
	font-family: 'Poppins', sans-serif; 
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 20px;	
}

.form-content-left .row
{
	padding-bottom: 50px;
}

.bordering
{
	border-left: 1px solid #EEEEEE;
}

.form-content-left h4
{
	padding-left: 20px;	
	font-size: 15px;
	color: white;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 8px;	
}


.form-content-left h4 a
{
	text-decoration: none;
	font-size: 15px;
	color: white;
} 

.form-content-left
{
	background-image: url(../images/connent-form-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	padding: 100px;
}

.form-content h3
{
	font-size: 20px;
	font-weight: 500;
	color: #0A0A0A;
}

.form-content
{
	padding-top: 20px;
}

.form-content h4
{
	font-size: 20px;
	font-weight: 500;
	color: #5D5959;
	padding-bottom: 20px;
}

.form-content input
{
	padding: 15px 15px;
	margin-bottom: 20px;
}

#footer
{
	background: url("../images/footer-bg.png") no-repeat;
	background-size: cover;
	height: auto;
	padding: 100px 0px;
}

.footer-logo
{
	width: 105px;
	height: 35px;
}

.footer-content h3
{
	padding-top: 20px;
	color: white;
	font-weight: 400;
	padding-bottom: 20px;
}

.footer-content 
{
	padding-top: 30px;
}

.social-links ul li
{
	display: inline-block;
}

.footer-content ul li a i
{
	color: white;
	font-size: 25px;
	margin-right: 15px;
}

.footer-content h4
{
	font-size: 22px;
    color: white;
    font-weight: 600;
    border-left: 5px solid #AE0F0F;
	padding-left: 10px;
} 



.footer-content ul li a
{
	margin-top: 20px;
	display: block;
	padding-left: 17px;
	color: white;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding-right: 10px;
}

.footer-content ul li a:hover
{
	color: #AE0F0F;
}

.footer-input
{
	margin-top: 25px;
}

.footer-input input
{
	background: black;
	border: 1px solid white;
	color: white;
	border-radius: 22px;
	width: 300px;
	padding: 13px 110px 13px 20px;
}

.footer-input
{
	position: relative;
}

.footer-input button
{
	background: white;
	color: #8A0909;
	border: 1px solid white;
	padding: 7px 10px;
	font-size: 15px;
	border-radius: 15px;
	position: absolute;
	top: 5px;
	right: 155px;
	margin-top: 0px;
}

.footer-input button:hover
{
	background: #8A0909;
	color: white;
	border: 1px solid #8A0909;
}


.social-links ul li a
{
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
}

.form-button button
{
	width: 100%;
	padding: 20px 0px;
}


.navbar-header
{
	display: none;
}

#services .row .col-sm-6
{
	position: relative;
}


.ripple {
	position: absolute;
	top: 52%;
    left: 48%;
	background-color: #630707;
	opacity: 0.60;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	animation: ripple 1.5s linear infinite;
  }


  @keyframes ripple {
		0% {
		  box-shadow: 0 0 0 .10px rgba(99,7,7,0.21);
		  box-shadow: 0 0 0 15px rgba(99,7,7,0.34);
		  box-shadow: 0 0 0 30px rgba(99,7,7,0.55);
		}
		100% {
		  box-shadow: 0 0 0 15px rgba(138,8,8,0.35);
		  box-shadow: 0 0 0 30px rgba(138,8,8,0.35);
		  box-shadow: 0 0 0 50px rgba(138,8,8,0.35);
		  }
	  }

	.large-header {
		position: relative;
		width: 100%;
		overflow: hidden;
		z-index: 1;
		height: auto !important;
	}
	.demo-canvas{
		width: 1800px !important;
	}
	.spider-wrap{
		position: absolute;
		right: -40%;
		top: -35%;	
		opacity: 0.7;
		z-index: -1;
	}


	.spider-wrap-2{
		position: absolute;
		right: 30%;
		top: -35%;	
		opacity: 0.7;
		z-index: -1;
	}

	.spider-wrap-3{
		position: absolute;
		right: -40%;
		top: -35%;	
		opacity: 0.7;
		z-index: -1;
	}


	
	

	  
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}



/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }


/* Responsive */
@media (max-width: 1400px){}
@media (max-width: 1024px){

	h1 {
		font-size: 50px;
	}

	#Main-banner .content h2 {
		font-size: 26px;
	}


	#Main-banner {
		height: 477px;
	}
	.nav-bar ul li a {
		font-size: 14px;
		padding-left: 20px;
		padding-top: 15px;
		padding: 9px 12px;
	}
	.aboutus-image {
		right: 0%;
	}

	.default-styling p {
		font-size: 10px;
	}

	.default-styling h3 {
	}

	.aboutus-image img{
		width: 87%;
	}

	p {
		font-size: 14px;
	}

	.aboutus-content p {
		font-size: 14px;
	}

	h6
	{
		font-size: 16px;
	}

	.small-headings h5 {
		font-size: 10px;
		padding-left: 8px;
	}

	.our-goal-content h4 {
		font-size: 18px;
	}

	.offers-content h3 {
		text-align: center;
	}

	.offers-content p {
		height: 130px;
		text-align: center;
	}

	.offers-content a {
		margin-left: 80px;
	}

	.readmore-button i {
		top: 8px;
    	left: 180px;
	}

	.form-content-left h3 {
		font-size: 16px;
	}
	.form-content-left {
		padding: 100px 50px;
	}

	.form-contact-location {
		margin-left: -10px;
	}

	.form-contact-email {
		margin-left: -10px;
	}

	.form-contact-phone
	{
		margin-left: -10px;
	}

	.footer-input button {
		right: -10px;
	}

	.footer-content ul li a {
		font-size: 14px;
	}

	.spider-wrap {
		right: -75%;
    	top: -175%;
	}

	.spider-wrap-2 {
		right: 25%;
		top: -160%;
	}

	.spider-wrap-3 {
		right: -81%;
		top: -170%;
	}
}

@media (max-width: 768px){
	h1 {
		font-size: 40px;
	}

	p {
		font-size: 11px;
	}

	.nav-bar ul li a {
		padding-top: 18px;
	}

	#Main-banner .content h2 {
		font-size: 20px;
	}

	#Main-banner {
		height: 358px;
	}


	.services-images {
		width: 75px;
		height: 75px;
	}

	.default-styling h3 {
		padding: 0px;
		font-size: 12px;
		height: 30px;
	}
	
	.default-styling p {
		font-size: 8px;
	}

	.default-styling {
		padding: 20px 0px;
	}

	h3 {
		font-size: 13px;
	}

	.aboutus-image {
		width: 100%;
		display: block;
		position: static;
	}

	.aboutus-image img {
		width: 100%;
	}

	.small-headings h5 {
		font-size: 10px;
		padding-left: 35px;
		padding-top: 14px;
	}

	.our-goal-content h2 {
		padding-bottom: 10px;
	}

	.our-goal-content h3 {
		padding-bottom: 10px;
	}

	.our-goal-images {
		width: 80px;
		height: 80px;
	}

	#our-goal {
		height: 420px;
	}

	.offers-content p {
		font-size: 12px;
	}

	.offers-content p {
		height: 85px;
		
	}

	.readmore-button i {
		top: 13px;
			left: 140px;
	}

	.offers-content a {
		margin-left: 40px;
		margin-top: 5px;
	}

	.offers-content a {
		padding: 5px 25px 5px 15px;
	}

	.form-content input {
		padding: 10px 15px;
	}

	.form-contact-location
	{
		margin-left: -35px;
	}

	.form-contact-email {
		margin-left: -35px;
	}

	.form-contact-phone {
		margin-left: -35px;
	}

	.form-content-left h3 {
		font-size: 14px;
	}

	.form-content-left h4 {
		font-size: 12px;
	}

	.form-content-left h4 a {
		font-size: 12px;
	}

	.form-content-left {
		padding: 100px 39px;
	}

	.footer-content h4 {
		font-size: 17px;
	}

	.footer-content ul li a {
		padding-right: 0px;
		font-size: 10px;
	}

	.footer-input button {
		right: -25px;
	}

	.spider-wrap {
		right: -140%;
		top: -265%;
	}


	h2 {
		font-size: 30px;
	}
	
	.our-goal-content h4 {
		font-size: 12px;
	}

	.our-goal-content h3 {
		font-size: 18px;
	}
	.nav-bar ul li a {
		font-size: 12px;
		padding: 9px 5px;
	}

	.footer-input input {
		width: 190px;
	}

	.spider-wrap-2 {
		right: 25%;
		top: -210%;
	}

	.spider-wrap-3 {
		right: -115%;
		top: -195%;
	}

	#footer {
		height: 300px;
		padding: 50px 0px;
	}
	.aboutus-content p {
		font-size: 10px;
	}

	.footer-input input {
		padding: 10px 110px 10px 20px;
	}

	.footer-input button {
		padding: 4px 10px;
	}
	h6 {
		font-size: 12px;
	}
	.footer-input button {
		right: 15px;
	}

	.offers-content h3 {
		font-size: 16px;
	}


	.services-content h3 {
		padding-bottom: 15px;
	}

	.services-content p {
		padding-bottom: 15px;
	}
}
@media (max-width: 640px){

	.aboutus-content h6 br{
		display: none;
	}

	.nav-bar ul li a {
		padding: 10px 0px 10px 0px;
		text-align: center;
		font-size: 16px;
		border-top: 1px solid black;
	}

	.nav-bar ul li:last-child
	{
		border-bottom: 1px solid black;
	}

	.nav-bar ul li a:hover{
		color: #630707;
	}

	.nav-bar ul li:last-child {
		margin-bottom: 21px;
	}
	h1
	{
		font-size: 24px;
	}

	.navbar-header {
		position: absolute;
		right: 15px;
		top: 6px;
		float: none;
		display: block;
	}

	.nav-bar ul li
	{
		display: none;
	} 

	.Main-logo a {
		margin: 20px -20px;
	}

	#menu ul
	{
		display: block;
	}

	#header
	{
		position: relative;
	}

	#header .menu li a {
		display: block;
	}

	.navbar-header {
		position: absolute;
		right: 15px;
		top: 6px;
		float: none;
		display: block;
	}

	.navbar-header .collapse-button {
	background: linear-gradient(
	190deg, rgba(116,7,7,1) 0%, rgba(158,4,4,1) 100%);
    border: none;
    height: 38px;
    transition: all 450ms ease-out 0s;
    width: auto;
    vertical-align: middle;
    border-radius: 3px;
    padding: 10px;
	}
	
	.navbar-header .collapse-button span {
		display: block;
		width: 25px;
		height: 3px;
		margin-bottom: 5px;
		background: #ffffff;
	}

	.navbar-header {
		top: 0px;
	}

	h1 {
		font-size: 22px;
		padding-bottom: 10px;
	}

	#Main-banner .content h2 {
		font-size: 11px;
	}

	#Main-banner {
		height: 193px;
	}

	.common-padding {
		padding: 0px 15px;
	}


	.services-images {
		width: 75px;
		height: 80px;
	}

	.default-styling h3 {
		font-size: 16px;
	}

	.default-styling p {
		font-size: 14px;
	}

	.ripple
	{
		display: none;
	}

	.default-styling
	{
		margin-bottom: 30px;
	}

	.upper-block
	{
		margin-bottom: 0px;
	}

	h2
	{
		text-align: center;
	}

	.services-content {
		padding-top: 30px;
	}

	h3 {
		text-align: center;
	}
	
	p {
		text-align: center;
	}

	.services-content a {
		padding: 10px 35px;
		font-size: 15px;
		text-align: center;
	}

	.services-content {
		text-align: center;
	}

	.aboutus-content
	{
		text-align: center;
	}

	.aboutus-content p {
		font-size: 12px;
	}

	h6 {
		font-size: 14px;
	}

	.small-headings h5 {
		padding-left: 0px;
		padding-top: 5px;
		font-size: 16px;
	}
	.aboutus-content-image {
		width: 110px;
		height: 110px;
	}

	.our-goal-content h3 {
		font-size: 11px;
	}

	.aboutus-image {
		display: none;
	}

	h2 {
		font-size: 25px;
	}

	#our-goal {
		height: auto;
	}

	.our-goal-images {
		width: 130px;
		height: 145px;
	}

	.our-goal-content h4 {
		font-size: 20px;
	}

	.offers-content h3 br{
		display: none;
	}

	.offers-content h3 {
		font-size: 20px;
	}

	.offers-content p {
		height: 55px;
	}

	.upper-block {
		margin-top: 0px;
	}

	.lower-block {
		margin-top: 30px;
	}

	.form-content-left {
		padding: 50px 39px;
	}
	

	.bottom-block {
		margin-top: 0px;
	}

	.offers-content a {
		width: 100%;
		margin: 0px;
		text-align: center;
		margin-bottom: 50px;
		font-size: 20px;
	}

	.readmore-button i {
		top: 5px;
		left: 310px;
		font-size: 28px;
	}

	.form-contact-location {
		margin-left: 0px;
	}

	.form-content-left h3 {
		font-size: 22px;
	}

	.form-content-left h4 {
		font-size: 14px;
		text-align: center;
	}

	.form-contact-email {
		margin: 0 auto;
	}

	.form-content-left h4 a {
		font-size: 20px;
	}

	.form-content-left {
		height: auto;
	}

	.bordering {
		border: none;
	}
	.form-contact-phone {
		margin: 0 auto;
	}

	.form-content h3 {
		font-size: 25px;
		padding-top: 20px;
	}

	.form-content h4 {
		text-align: center;
		font-size: 18px;
	}

	.footer-logo {
		margin: 0 auto;
	}

	h3 {
		font-size: 14px;
	}


	.footer-content ul li a i {
		font-size: 40px;
		margin-left: 42px;
	}

	#footer {
		height: auto;
	}

	.footer-content ul li a {
		font-size: 14px;
		display: block;
	}

	.footer-content h4 {
		font-size: 20px;
	}

	.footer-content ul li {
		display: inline-block;
	}

	.block ul li a
	{
		display: block;
	}

	.block ul li{
		display: block;
	}

	.footer-input input {
		width: 100%;
	}

	.form-button button {
		width: 100%;
		padding: 10px 0px;
		font-size: 15px;
	}
}

@media (max-width: 320px){

	#Main-banner {
		height: 180px;
	}
	h2 {
		font-size: 23px;
	}

	h1 {
		font-size: 18px;
	}

	#Main-banner .content h2 {
		font-size: 10px;
	}

	p {
		font-size: 9px;
	}

	h3 {
		font-size: 11px;
	}

	.aboutus-content p {
		font-size: 9px;
	}

	h6 {
		font-size: 10px;
	}

	.aboutus-content h6 {
		padding-bottom: 25px;
	}

	.small-headings h5 {
		font-size: 14px;
	}

	.our-goal-content h3 {
		font-size: 14px;
	}

	.our-goal-content h4 {
		font-size: 16px;
	}

	.our-goal-images {
		width: 85px;
		height: 95px;
	}

	.offers-content h3 {
		font-size: 20px;
	}

	.offers-content p {
		height: 75px;
	}

	.footer-content ul li a i {
		margin-left: 30px;
	}

	
}