/* mbhuju@gmail.com */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Montserrat:300,400,500,600,700');

body{margin:0px; font-family: 'Poppins', sans-serif;  font-size:16px; color:#292929; background:#FEEBCF; padding-bottom:11px; font-weight: normal; line-height:24px; }

a:link, a:active, a:visited{ color:#22905c; font-weight: normal; text-decoration: underline; }
a:hover{color:#000; text-decoration:underline;}

a.more:link, a.more:active, a.more:visited{ color:#0e9255; font-weight:500; text-decoration:none;} 
a.more:hover{ text-decoration:none;}

a.footermenu:link, a.footermenu:active, a.footermenu:visited { font-size:12px; color:#86a6c4; font-weight:bold; line-height:24px;  text-decoration:none;}
a.footermenu:hover{color: #fff;}

a.btnlink:link, a.btnlink:active, a.btnlink:visited { display:inline-block; color: #ffffff; font-size:25px; background: #000; padding:20px; border-radius:10px; font-weight:500;  text-decoration: none; text-transform:uppercase; margin-top:10px; }
a.btnlink:hover { background: #292929; text-decoration: none;}


ul .arrow{
  list-style-image: url(../images/01.jpg);
 
}
/*********
HEADER
******/
#header_top{width:100%; background:#FFF;  }
#header_inn{width:955px; margin:0 auto;  }
#logo{width:55%; float:left; padding:30px 0 10px 0;}
#right_part{width:40%; float:right; text-align:right; padding:70px 0 0 0;}
#menu{width:750px; margin:0 auto; background:#fab045; }

/*******
BANNER
*********/
#banner{width:100%; background:url(../images/bg.jpg) repeat-x #014224; padding:20px 0 0 0;}
#photo{width:923px; margin:0 auto; padding:40px 0 20px 0;}

/****************/
#content{width:100%; background:#fcb041; }
#content_inn{width:955px; margin:0 auto; }

#left{width:45%; float:left; padding:20px 0 30px 0; font-size:18px; line-height:30px; }
#right{width:50%; float:right;   padding:20px 0 30px 0; font-size:18px; line-height:30px; }

		#inner{width:955px; margin:0 auto;  background: #FFF; }
		#inn{width:92%; margin:0 auto; padding:40px 0;}
		
.pricingleft{width:40%; float:left;}
.pricingright{width:58%; float:right;}

/*******
FOOTER
*********/
#footer_bottom{width:98%; margin:0 auto; padding:1%; background:#FEEBCF; font-size:11px; color:#393939; font-weight:600; padding:20px 0; text-align:center;}

	
/*******
STYLE
*********/
h1{ color:#0f9054; font-size:35px; font-weight:600; line-height:40px; text-transform: uppercase; margin-top:0;}
.style1{font-size:20px; font-weight:500; color:#fab243; line-height:30px;}
.style2{font-size:30px; color:#004224; font-weight:600; line-height:30px;}
.style3{font-size:20px; color:#fab142; font-weight:600; line-height:30px;}
.style4{font-size:20px; font-weight:500; line-height:30px;}

/*******
FORM
*********/
.form1{ width:100%;}
input, textarea, select { height:25px; background:#f3f3f3; border:1px solid #dedede; font-size:13px;}
textarea{ height:100px; }
.btn{ width:128px; height:40px; font-weight:bold; text-align:center; color:#fff;	background:#0f9054;  font-size:15px; margin-top:20px; text-align:center; text-transform:uppercase;}
.email_error{ padding:2px; border:1px solid white; color:white; margin-bottom:5px;}
.inputsize{ width:100%;}
.inputzipsize{ width:50px;}
.textright{ text-align:right;}

/*******
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:10px; padding-top:8px; }

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


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