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

body{margin:0px; font-family:'Montserrat', sans-serif; font-size:18px; color:#000; font-weight:400; line-height:24px; background:#000; }

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

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#fafafa; font-weight:700; line-height:30px;  text-decoration:none; text-transform:capitalize;}
a.footermenu:hover{color:#ffe6e7;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#ef1c26; padding:15px 18px;  font-weight:700; font-size:18px; margin-top:15px;  text-decoration:none; text-transform:uppercase; display: inline-block;  -webkit-transition: background 2s; /* For Safari 3.0 to 6.0 */   transition: background 2s; /* For modern browsers */}
a.btnlink:hover {background:#c6060f; text-decoration:none; color:#fff;}

/*********
HEADER
******/
#top_bg{width:100%; background:#ef1c26;}
#top_inn{width:1280px; margin:0 auto;}
#logo{width:35%; float:left;}
#right_info{width:40%; float:right; background:#000; color:#FFF;  text-align:right; font-weight:700; padding:0 20px 0 0;}


#menu_bg{width:100%; background:#000;}
#menu{width:900px; margin:0 auto; padding:8px 0;}

#location_details{width:100%; background: #ff0000;}
#location_inn{width:1280px; margin:0 auto; padding:20px 0; color:#FFF; text-transform:uppercase;}
.locationleft{width:48%; float:left; text-align:right;}
.locationright{width:48%; float:right; padding-top: 50px;}

/*******
BANNER
*********/

.container {
    position: relative;
	background: url(../images/bg1.jpg) center center;
	background-size:cover;
}
  
#banner{width:975px; margin:0 auto; text-align:center; padding:50px 0 0 0;}
#line{width:975px; height:2px; background:#000;  margin:0 auto; margin-bottom:30px;}

/****************/
#content{width:1260px; margin:0 auto;}
	#content_inn{width:1260px; margin:0 auto; background:#FFF; }
	#inn{width:1075px; margin:0 auto; text-align:center; padding:65px 0;}
	#white_bg{width:100%; background:#FFF;}
	#inner{width:1150px; margin:0 auto; padding:50px 0;}

#contact_left{width:45%; float:left; text-align:center; padding-top:80px; }
#contact_right{width:45%; float:right; text-align:center; margin-right:5%; padding-bottom:45px;}

/*******
FOOTER
*********/
#footer_bottom{width:96%; background:#000; text-align:center; padding:2%;}


/*******
STYLE
*********/
h1{font-family: "Khand", sans-serif; font-size:48px; line-height:40px;  font-weight:700; color:#d10711; margin-top:0; text-transform:uppercase;}
.style1{font-family: "Khand", sans-serif; font-size:26px; font-weight:700; color:#ef1c26; line-height:30px;}
.style2{font-family: "Kaushan Script", cursive; font-size:36px; font-weight:400; color:#fffac2; line-height:50px;}
.style3{font-family: "Khand", sans-serif; font-size:45px; font-weight:700; color:#fff; line-height:60px; text-transform:uppercase;}
.style4{font-family: "Kaushan Script", cursive; font-size:52px; font-weight:400; color:#ffd46f; line-height:55px; text-shadow:1px 4px #000;}
.style5{font-family: "Kaushan Script", cursive; font-size:40px; font-weight:400; color:#000; line-height:50px; }
.style6{font-family: "Khand", sans-serif; font-size:48px; font-weight:700; color:#ef1c26; line-height:55px; text-transform:uppercase;}
.red{color:#d10711; font-weight:700; line-height:30px;}
.white{font-size:14px; color:#fbf293; font-weight:700; line-height:20px;}
.smalltext{font-size:15px; color:#ef1c26; font-weight:700; line-height:30px;}


/*******
FORM
*********/
#contactform{width:95%;  font-family:'Montserrat', sans-serif; font-size:16px; line-height:26px;}
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:#fff; background:#ef1c26; border:1px solid #ef1c26; font-size:15px; 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:95%; margin-bottom:8px;}
.inputsizesmall{ width:100px; margin-bottom:8px;}
.inputsizesm{ width:40px; margin-bottom:8px;}
select{width:98%; margin-bottom:8px;}

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

.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%;
}

