/* mbhuju@gmail.com */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body{margin:0px; font-family: 'Arimo', sans-serif; font-size:16px; color:#000; font-weight: normal; line-height:30px; background:#1f1f1f; }

a:link, a:active, a:visited{ color:#0154b0; font-weight:400; text-decoration:none; }
a:hover{color:#383838; text-decoration:underline;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:15px; color:#fff; font-weight:400; line-height:30px; text-decoration:none;}
a.footermenu:hover{color: #fff;  text-decoration: underline;}

a.more:link, a.more:active, a.more:visited { color:#474747; font-weight:700; text-decoration:none;}
a.more:hover{color: #000;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#0e76bc; padding:15px 35px; font-weight:500;  text-decoration:none;  display: inline-block; border-radius:5px;}
a.btnlink:hover {background:#0b6eb1; text-decoration:none;}


/*********
HEADER
******/
#header_bg {
    position: relative;
	background: url(../images/main-banner.jpg) center center;
	background-size:cover;
}

#header_bg1 {
	background: url(../images/bg1.jpg) repeat-x;
	
}

#header_inn{width:1280px; margin:0 auto;  }
#logo{float:left; width:30%; margin-left:5%; text-align:center; padding:18px 0; }
#menu{width:55%; float:right; padding-top:30px;  }

#address{width:1000px; margin:0 auto; text-align:center; font-size:48px; color:#000; text-shadow:1px 2px #fff; font-family: 'Oswald', sans-serif; font-weight:400; padding:340px 0 100px 0; line-height:65px; }

/*******
BANNER
*********/
#banner{width:100%;}
 
/****************/
#content{width:100%; background:#FFF; }
#content_inn{width:1100px; margin:0 auto; padding:40px 0; font-size:18px;}

#inner{width:1150px; margin:0 auto; padding:35px 0 55px 0; }


#contact_left{float:left; width:45%; font-size:15px; }
#contact_right{float:right; width:50%;}


/*******
FOOTER
*********/
	#footer_bottom{width:100%; background:#1f1f1f;  }
	#footer_inn{width:1150px; margin:0 auto; padding:30px 0; }
	#left_footer{float:left; width:50%; color:#FFF; font-size:16px;}
	#facebook{float:left; width:10%;}
	#comm{float:right; width:30%;}
	

/*******
STYLE
*********/
h1{font-size:35px; line-height:40px; color:#0154b0; font-weight:600; margin-top:0; }

.style1{font-size:24px; font-weight:700; color:#0154b0; line-height:35px;}
.style2{font-size:50px; font-weight:700; color:#0000fe; line-height:35px;}
.red{font-size:16px; color:#F00;}
.style3{font-size:22px; font-weight:700; color:#0000fe; line-height:35px;}


/*******
FORM
*********/
#contactform{width:100%;}
input, textarea, select {padding:5px 10px; font-family:'Montserrat', sans-serif; border:1px solid #dedede; font-size:16px; background:#FFF;}
textarea{height:100px;}

.btn{ height:40px; font-weight:bold; font-family:'Montserrat', sans-serif; text-align:center; color:#FFFFFF; background:#000; border:1px solid #0e76bc;  font-size:14px; margin-top:10px; padding:5px 20px; text-transform:uppercase; cursor:pointer;}
.email_error{ padding:2%; width:96%; border:1px solid red; color:red; margin:0 auto; text-align:center;}
.inputsize{ width:80%; margin-bottom:8px;}
.inputsizesmall{ width:100px; margin-bottom:8px;}
.inputsizesm{ width:40px; margin-bottom:8px;}


/*******
MISC
*********/
.img{border:1px solid #cecac8; padding:5px; }
.imgright{ max-width:95%; float:right; margin-left:40px;  }
.imgleft{ max-width:95%; float:left; margin-right:40px;  }


.clear{clear:both;}
img{max-width:100%;}
a[href^=tel] { color:inherit; text-decoration:none; }

.tbar{ border-bottom:#b2b2b2 1px solid; padding:10px 10px 10px 0;}

.back-to-top { position: fixed; bottom: 2em; right: 40px; display: none;}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

:focus {outline:0 !important;}

iframe, object, embed {
    max-width: 100%;
}

