@import url("https://fonts.googleapis.com/css?family=Open+Sans:800|Playfair+Display:400,400i,900|Roboto:300,400,500");
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

body {
	font-family: 'Muli', "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
a, a:hover {text-decoration: none; }
.logo{
  padding-top:10px;
}
.logo img{
	max-width: 375px;
}
h2{
    margin-bottom:20px;
}
DIV.dp-popup {
    margin-top: 30px;
    margin-left: -155px;
}
p{line-height: 1.8;}
.toplinks{
  padding: 20px 0;
}
.toplinks a{
  font-size: 18px;
  display: inline-block;
}
.toplinks a:hover{
  color: #555555;
}
.phonebtn{
  font-size:18px;
  color: #555555;
  font-weight: bold;
  display:inline-block;
  margin-right:175px;
}
.inner-page{
    margin-top:30px;
}
.fl{
    float:left;
    margin: 0 15px 15px 0;
    width:50%;
    border: 1px solid #ccc;
    padding: 2px;
}
.fr{
    float:right;
    margin: 0 0 15px 15px;
    width:50%;
    border: 1px solid #ccc;
    padding: 2px;
}
.bullet-gap li{
    margin-bottom:9px;
}
.social-block{
    display:inline-block;
}
.quotebtn{
  background: #f68040;
  padding:10px;
  color:#fff;
}
.header-social-icons ul li{
  display: inline-block;
  margin: 20px 5px;
}
.mainmenu{
  background:#343A40;
}
.banner{
	height:450px;
	position:relative;
    margin-bottom:60px;
}
.banner-inner{
	height:350px;
	overflow: hidden;
    margin-bottom:30px;
}
.topbanner1{
	background:url(../images/banner1.png);
    background-repeat:no-repeat;
	height:450px;
    background-position:center;
    background-size: cover;
}
.topbanner2{
	background:url(../images/banner2.png);
    background-repeat:no-repeat;
	height:450px;
    background-position:center;
    background-size: cover;
}
.card-title{
    text-align:center;
}
.card-text{
    line-height:1.3;
}
.card-body{
    text-align:center;
    min-height:240px;
}
.fa {
  padding: 7px;
  font-size: 18px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  color:#fff;
  background:#209AB4;
  height:30px;
}
.fa:hover {
    background:#F57C39;
    color:#fff !important;
}
.lntopbtm{
    border-top:1px solid #555555;
    border-bottom:1px solid #555555;
    padding:12px 0 0;
    text-align:center;
    background:#eee;
}
/* quote form */
.frm{
	position:absolute;
	z-index:90;
	/*width:980px;*/
	margin:0 auto;
	height:450px;
	top:0;
	bottom:0;
	left:0;
	right:140px;
	/*padding-right:40px;*/
}
.txtbx, .selectbx{
    font-size:13px;
}
.quoteform {
    background: none repeat scroll 0 0 #d5f8ff;
    border-radius: 5px;
    height: 435px;
    margin: 5px 0;
    padding: 10px;
    width: 280px;
	border:2px solid #666;
    font-size:13px;
	/*position:absolute;
	right:185px;
	top:130px;*/	
}
.quoteform h3{
    color: #f68245;
    font-size:22px;
    margin:10px 0;
}
.a-right{
    float:right;
}
.smalltxt {
    width: 125px;
}

input.dp-applied {
    float: left;
}
.datetxt {
    background: none repeat scroll 0 0 #fff;
    width: 100px;
}
/* Form Elements */
.txtbx{
	border:1px solid #ccc;
	box-shadow: 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
	padding:5px;
	border-radius:5px;
	margin:0 0 12px 0px;
}
.tarea{
	resize:none;
	text-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:8px;
}
input[type="button"]{
	background:#f58345;
	border-radius:5px;
	padding:5px 20px;
	border:1px solid #f58345;
cursor:pointer;
color:#fff;
}
.smalltxt{
	width:125px;
}
.largetxt {
    width: 255px;
}
.mediumtxt{
	width:150px;
}
select {
    -moz-appearance: menulist;
    -moz-user-select: none;
    box-sizing: border-box;
    color: -moz-comboboxtext;
    cursor: default;
    display: inline-block;
    font: ;
    line-height: normal !important;
    margin: 0;
    overflow: -moz-hidden-unscrollable;
    page-break-inside: avoid;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    white-space: nowrap !important;
    word-wrap: normal !important;
}
.styled {
    width: 255px;
}

.selecttext {
    background: none repeat scroll 0 0 transparent;
    color: #000;
    display: inline-block;
    left: 5px;
    padding-top: 6px;
    position: absolute;
    z-index: 9;
}
.selectbx{
  border:1px solid #ccc;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-radius: 5px;
  padding:5px 2px;
  
}
a.dp-choose-date {
    background: url("../images/calendar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 16px;
    margin: 5px 3px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -2000px;
    width: 16px;
}
.quoteform h1{
	text-align:center;
	color:#000;
}
/* qf */
.sectiona{
  margin-bottom:60px;
}
.topquotebtn{
    position: absolute;
    top: 10px;
    right: 0;
}
.page-heading{
    margin-bottom:25px;
}
.btn-orange, .btn-primary{
  background: #f68040;
  color:#fff;
  border:0;
}
.btn-orange:hover, .btn-primary:hover{
  color:#ffffff !important;
  background-color: #209AB4;
  border-color: #0062cc;
}

.select-tents{
  margin:20px 0;
  padding:35px 0;
  background: url(../images/types-img.png);
}
.navbar-nav{
  font-size:16px;
  text-transform: uppercase;
  
}
.navbar-dark .navbar-nav .nav-link{
  color:#fff;
}
.navbar-nav li a{
  color: #000;
}
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */  } 
.cf:after { clear: both; }
.cf { *zoom: 1; }
.areas-section{
    margin-top:30px;
}
.areas{
	list-style:none;
    margin:0;
    padding:0;
}
.areas li{
	float:left;
	width:20%;
}
.areas li a{
	color:#000;
	text-decoration:none;
}
.clients{
	background:#209ab4;
	text-align:center;
	padding:20px 0px;
  color:#fff;
  margin:30px 0 0 0;
}
.clients h2{
	color:#fff;
	text-transform:uppercase;
}
.clients .bx-wrapper .bx-viewport {
    background:none!important;
}
.clients  .bx-wrapper .bx-prev {
left: -32px;
 }
.clients .bx-wrapper .bx-next {
right: -30px;
 }
.clients .bx-wrapper .bx-prev {
    left: -50px;
}
.clients .bx-wrapper .bx-next {
    right: -50px;
}
.clients .clienttestimonials{
    width:80%;
    margin:0 auto;
}
.author{
    margin-right:15px;
    margin-top:10px;
    display:block;
    text-align:right;
}
.footer{
	background:#272727;
	padding:20px 0px;
	color:#fff;
}
.footer a{
	color:#fff;
	text-decoration:none;
}
.card{
    margin-bottom:30px;
}


@media (max-width: 768px) {  
  .logo, .phonebtn, .social-block{
    text-align: center;
    display:block;
  } 
  .phonebtn{
      margin:0;
  }
  .img-fluid{
    width:100%;
  }
  h2, h3{
    margin-top: 15px;
  }
  #areas ul li {
    width: 33%;
  }
  .areas li{
	float:left;
	width:50%;
}
.coln2 ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
  .m-center{
    text-align: center !important;
  }
  .frm{
	  right:35px;
  }
  .tresponsive td {display:block; box-sizing:border-box; clear:both;}
  .tresponsive .text-right {text-align: left !important;}
  .table-hover td, .table-striped td{background:#fff;}
  .tresponsive td:nth-child(odd) {background: #CCC}
.tresponsive  td:nth-child(even) {background: #FFF}
.table-bordered td {border:0;}
.table-striped tbody tr:nth-of-type(2n+1){background:#fff}
}
