/* 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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


body{margin:0px; font-family: "Lato", sans-serif; font-size:18px; color:#161616; font-weight:400; line-height:30px; background:#000; }

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

a.more:link, a.more:active, a.more:visited { color:#fff; font-weight:700; line-height:24px;  text-decoration:none; }
a.more:hover{color:#fff;}

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

a.btnlink:link, a.btnlink:active, a.btnlink:visited {color:#ffffff; background:#69a82f; padding:10px 35px; text-shadow:1px 1px #038d03; border-radius:30px; font-weight:700; font-size:20px; 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:#016b01; text-decoration:none; color:#fff;}

/*********
HEADER
******/
#top_bg{width:100%; background:#ca000b;}
#top_inn{width:1280px; margin:0 auto;}
#left_address{float:left; width:43%; padding:13px; background:#000; font-size:16px; color:#FFF; font-weight:400; text-transform:uppercase;}
#location{width:65%; float:left;}
#phone{float:right; width:30%;}
#menu{width:50%; float:right;}

.white_bg{width:100%; background:#FFF;}
#header_inn{width:1250px; margin:0 auto;}
#logo{float:left; width:30%;}
#right_part{float:right; width:50%; text-align:right; padding:30px 0 20px 0;}

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

.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#gap{height:20px;}

/****************/
#content{width:1185px; margin:0 auto;}
	#left{float:left; width:45%; padding:185px 0 60px 0; margin-left:2%; }
	#right{float:right; width:47%;  padding:80px 0; }
	
	#inner{width:1150px; margin:0 auto; padding:50px 0;}

#contact_left{width:45%; float:left; text-align:center; }
#contact_right{width:45%; float:right; text-align:center; }

/*******
FOOTER
*********/
#footer_bottom{width:100%; background:#000;}
	#footer_inn{width:1185px; margin:0 auto; }
	#left_footer{width:40%; float:left; margin-left:2%;  font-weight:700;  font-size:20px; color:#fff;  padding:24px 0; line-height:24px; text-align:center; text-transform:uppercase;}
	#left_footer1{ display:none; font-weight:700;  font-size:20px; color:#fff;  padding:15px 0 0 0; line-height:24px; text-align:center; text-transform:uppercase;}
	#logos{float:left; width:20%;}
	#right_footer{width:30%; float:right; text-align:center; font-size:20px; color:#fff;  padding:24px 0; line-height:24px; margin-right:6%;   padding:24px 0; text-transform:uppercase;}
#comm{padding:20px 0;}

/*******
STYLE
*********/
h1{font-family: "Oswald", sans-serif; font-size:45px; line-height:40px;  font-weight:600; color:#ca000b; margin-top:0; text-transform:uppercase;}
.style1{font-size:24px; font-weight:700; color:#fb3b42; line-height:30px;}
.style2{font-size:24px; font-weight:700; color:#000; line-height:30px; text-transform:uppercase;}
.style3{font-size:28px; font-weight:900; color:#ca000b; line-height:30px; text-transform:uppercase;}
.style4{font-size:20px; font-weight:700; color:#f67446; line-height:30px;}
.style5{font-family: "Oswald", sans-serif; font-size:32px; font-weight:300;  line-height:35px; text-transform:uppercase;}
.style6{font-family: "Playball", cursive; font-size:48px; font-weight:400; color:#ca000b; line-height:50px;}


/*******
FORM
*********/
#contactform{width:90%;}
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:#000; border:1px solid #000; 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: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:30px; }
.imgleft{ max-width:95%; float:left; margin-right:60px;  }


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


.wrap {
 position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.wrap iframe{
	position: absolute;
	width:100%;
	height:100%;}
