/*** Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { background: transparent; border: none; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; text-decoration:none; }
ol,ul { list-style: none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
img { vertical-align: bottom; max-width: 100%; height: auto; width: auto\9; /* ie8 */}
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
*{ padding:0 0 0 0; margin:0 0 0 0; }

/*** General Settings ***/
body { background:none;
  color:#222;
  font-family: Roboto,sans-serif;
  font-size: 18px;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
p { margin: 0 0 15px 0; line-height:1.6em}
element { cursor: pointer; }

/*** CSS IDs ***/
#top { padding:30px 0}
#logo {}
#phn-btn {
  display:flex;
  align-items:center;
  gap:0 40px
}
#phn {}
#phn a {
  display:block;
  color:#222;
  font-weight:600;
  font-size:17px;
  position:relative;
  padding:0 0 0 30px;
}
#phn a:before {
  content:'';
  background:url(../images/phone-icon.png) no-repeat scroll 0 0;
  background-size:100%;
  width:17px;
  height:17px;
  display:block;
  position:absolute;
  left:0;
  top:2px;
}
#btn {}
#btn a {
  display:block;
  color:#fff;
  font-weight: 600;
  font-size:17px;
  padding:10px 20px;
  background-image: linear-gradient(#2373bd, #0fbcdc);
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#banner {}
#banner img { width:100%;}
#main-content {}
#main-left {
  width:62%
}
#main-right { width:32%}
#formbox {
  box-shadow: 0px 0px 15px 0px rgba(128,128,128,0.25);
  padding:40px;
  background:#fff
}
#formbox .formheading {
  font-size:30px;
  font-weight:600;
  display:block;
  margin-bottom:15px
}
#formbox .formbox-note {font-size:16px;}
#formbox .formbox-note span { color:#0fbcdc}
#formbox form { margin-top:30px}
#formbox form > div { margin-bottom:15px}
#formbox form label {font-size:14px;}
#formbox form input[type=text],
#formbox form input[type=email],
#formbox form input[type=tel],
#formbox form textarea{
  font-family:Roboto;
  border:1px solid #e5e5e5;
  background:#f2f2f2;
  padding:15px 10px;
  display:inline-block;
  width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  resize:none
}
#formbox form .u-form-control-hidden {display: none !important;}
#formbox form .u-form-submit a {
  display:block;
  width:100%;
  font-weight:600;
  font-size:18px;
  background:#0fbcdc;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  cursor:pointer;
  text-align:center;
  padding:15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; 
}
div.u-form-send-error, 
div.u-form-send-success {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
    border: none;
}
#map-area {}
#map-area iframe { width:100%; height:500px;}
#copyright-area { background:#111; padding:50px 0; color:#fff}
/*** CSS Classes ***/
* html .clearfix { height: 1%; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }
.container {
    margin:0 auto;
    width:100%;
    max-width:1200px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-container {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.content-section { padding:50px 0}
.content-lr-area { background:#f8f8f8;}
.entry {}
.entry h1 {
  font-size:38px;
  font-weight:600;
  margin-bottom:20px;
}
.entry h2.head-h2  {
  font-size:35px;
  font-weight:600;
  margin:20px 0;
  display:inline-block;
  width:100%;
}
.entry h2.head-h2:first-child { margin-top:0}
.entry h2,
.entry h3 {
  font-size:30px;
  font-weight:600;
  margin:20px 0 15px 0
}
.entry > ul {
  margin:0;
  padding:0;
}
.entry > ul li {
  position:relative;
  padding:0 0 0 32px;
  margin:0 0 20px 0;
  line-height:1.5em;
}
.entry > ul li:before {
  content: "\f00c";
  color:#0fbcdc;
  position:absolute;
  top: 2px;
  left:0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}