
body {
  font: 400 14px/30px "Lato", sans-serif;
  color: #000000;
  background: #f7f6f5;
  padding-top:10px;
  
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #fb8302;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 22px/30px "Lato", Arial, Helvetica, sans-serif;
}
h3 {
  font: 400 18px/30px "Lato", sans-serif;
}
.heading1 {margin-bottom: 10px; margin-top:10px;}
.heading1 h1 {font: 400 28px/32px "Lato", Arial, Helvetica, sans-serif; color:#fb8302; padding-top:14px;}
.heading1 h4 {font: 400 22px/26px "Lato", Arial, Helvetica, sans-serif;}
.heading1res {margin-bottom: 20px; margin-top:10px; background-color:#93c066; padding-left:10px; border-top-left-radius:5px; border-top-right-radius:5px;}
.heading1res h5 {font: 400 20px/20px "Lato", Arial, Helvetica, sans-serif; color:#333333; padding:8px;}
.heading1res h4 {font: 400 20px/26px "Lato", Arial, Helvetica, sans-serif; color:#333333; padding:8px;}
.heading1com {margin-bottom: 20px; margin-top:10px; background-color:#74a6c9; padding-left:10px; border-top-left-radius:5px; border-top-right-radius:5px;}
.heading1com h5 {font: 400 20px/20px "Lato", Arial, Helvetica, sans-serif; color:#333333; padding:8px;}
.txtimgs {margin:10px 10px 6px 0px; border-radius: 8px;}
.txtimgs2 {margin:10px 0px 6px 10px; border-radius: 8px;}


/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 300 14px/14px "Lato", sans-serif;
  text-transform: uppercase;
}
.btn-big {
  display: inline-block;
  background: #faaa2b;
  text-align: center;
  font: 400 24px/25px "Lato", Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 14px 34px 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border:0px;
}
.btn-big:hover {
  background: #444444;
  color: #ffffff;
}
#form-submit-button {
  display: inline-block;
  background: #faaa2b;
  text-align: center;
  font: 400 18px/20px "Lato", Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 8px 34px 8px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border:0px;
  margin-bottom: 10px;
}
#form-submit-button:hover {
  background: #444444;
  color: #ffffff;
}
/* ======= Wrappers ======= */
.background-wrap1 {
  overflow: hidden;
 /* background: url(../images/pattern1.png) repeat;*/
 background-color:rgba(238, 238, 238, 0.54);;
}
.wrap1 {
  overflow: hidden;
  padding: 38px 0 39px;
}
.wrap_text {
  overflow: hidden;
  padding: 20px 0 39px;
  font-size:16px;
  
}
.wrap_textc {
  overflow: hidden;
  padding: 20px 0 39px;
  font-size:16px;
  
}
.wrap2 {
  overflow: hidden;
  padding: 39px 0 40px;
  background: #025 none repeat scroll 0 0;
  border-top:1px solid #025;
  color:#FFF;
}
.wrap2 .heading1 {
  margin-bottom: 21px;
}
.wrap3 {
  overflow: hidden;
  padding: 49px 0 35px;
}
.wrap__inset1 {
  padding-bottom: 61px;
}
.wrap4 {
  overflow: hidden;
  padding: 51px 0 48px;
}
.wrap5 {
  overflow: hidden;
  padding-bottom: 60px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}

#divimg img{
	width:100%;
	height:100vh;
	opacity:0.4;
		
}

#buttoncontainer{

width:160px;
position:absolute;
height:50px;
top:60vh;
left:0;
right:0;
margin-left:auto;
margin-right:auto;

}
#buttonone {
text-align:center;
background-color:yellow;
font-size:18px;
height:35px;
border-radius:5px;
	
padding:3px;
}

#buttonone:hover {
	cursor:pointer;
	text-decoration:none;
	list-style:none;
	
	
}

#header.common #menu_container {
  position: relative;
}
#header #menu_container {
  padding: 24px 0 25px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  /*background: url(../images/pattern2.png) repeat;*/
  z-index: 10;
}
#header #menu_container:after {
  display: block;
  position: absolute;
  content: '';
  height: 23px;
  width: 100%;
  /*background: url(../images/pattern3.png) repeat;*/
  bottom: -23px;
  left: 0;
}
#header h5 {
  float: left;
}
#header .contacts-block {
  text-align: right;
  margin-top: -10px;
  float: right;
}
#header .contacts-block .phone {
  display: inline-block;
  font: 600 30px/30px "Lato", sans-serif;
  color:#fb8302;
  margin-bottom: 12px;
  position: relative;
  padding-left: 33px;
}
.col_41 .phone {
  display: inline-block;
  font: 600 24px/24px "Lato", sans-serif;
  color:#fb8302;
  margin-bottom: 6px;
  position: relative;
  padding-top:4px;
}
#header .contacts-block .phone:before {
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  /*content: '\f098';*/
  line-height: 30px;
  left: 0;
  top: 3px;

}
#header .contacts-block .location {
  display: block;
  font: italic 400 14px/18px "Lato", Arial, Helvetica, sans-serif;
}
#header nav {
  clear: both;
  float: right;
  position: relative;
  z-index: 20;
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
  #header #menu_container {
    position: relative;
  }
  #header .contacts-block {
    display: block;
    text-align: center;
    margin-top: 30px;
    float: none;
  }
  #header h5 {
    float: none;
  }
  #header nav {
    float: none;
    margin-top: 30px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #header #menu_container {
    padding-top: 20px;
  }
}
/* ======= Logo ======= */
h5 {
  font: 400 72px/72px sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
}
h5 a {
  display: block;
}
h5 a:hover {
  color: #000000;
}
@media (max-width: 479px) {
  h5 {
    font-size: 50px;
    line-height: 50px;
  }
  h5 img { width:100%}
  
  
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: none;
  margin-top: 0px;
}
/* Main menu styles
========================================================
.h-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  list-style-type:none;
}
.h-menu > li + li {
  margin-left: 38px;
}
.h-menu > li > .h-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #000000;
  bottom: -5px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-menu > li > a {
  text-transform: none;
  font: 200 16px/18px "Lato", Arial, Helvetica, sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #000000;
  text-decoration:none;
}
.h-menu > li > a:hover {
  color: #fb8302;
}
.h-menu .sfHover > a {
  color: #fb8302;
}
.h-menu .sfHover > a:after {
  color: #fb8302;
}
.h-menu > li.current > a {
  color: #fb8302;
}
.h-menu > li.current > a:after {
  color: #fb8302;
}
/* First level sub-menu styles
========================================================*
.h-menu ul {
  display: none;
  min-width: 180px;
  font: 200 14px/18px "Lato", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 34px;
  left: 50%;
  margin-left: -90px;
  background: #e9e9e9;
  text-align: left;
  padding: 18px 10px 18px 15px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h-menu ul > li + li {
  margin-top: 18px;
}
.h-menu ul li {
  position: relative;
  display: block;
  border-bottom:1px dotted #999999;
}
.h-menu ul li > .h-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #000000;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h-menu ul li a {
  color: #000000;
  text-transform: none;
}
.h-menu ul li a:hover {
  color: #fb8302;
}
.h-menu ul > .sfHover > a {
  color: #fb8302;
}
.h-menu ul > .sfHover > a:after {
  color: #fb8302;
}
/* Second level sub-menu styles
========================================================*
.h-menu ul ul {
  position: absolute;
  top: -18px;
  left: 164px;
  margin-left: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .h-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #faaa2b;
    width: 100%;
    background: #ffffff;
    font: 200 15px/18px "Lato", Arial, Helvetica, sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/*========================================================
                    CONTENT styles
=========================================================*/

#content {
  background: #ffffff;
}
#content.common {
  padding-top: 72px;
}
#content.common2 {padding-top:0px;}

/* ======= Box 1 Our work ======= */
.box1 h2 {
  margin-bottom: 29px;
}
.box1 .img-wrapper {
  margin-bottom: 20px;
  padding: 10px;
  background: url(../images/pattern3.png) repeat;
  
}
.box1 .img-wrapper img {
  width: 100%;
}
.box1 p {
  padding-bottom: 21px;
  border-bottom: 1px solid #e6e6e6;
}
.box1 .btn-default {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 60px;
  }
}
.box1-wrapper1 {
  margin-top: 49px;
  margin-bottom: 47px;
  overflow: hidden;
}
/* ======= BOx 2 Our projects ======= */
.box2 .content {
  background: #93c066;
  color: #ffffff;
  padding: 12px 20px 13px;
}
.box2 .content h2 {
  color: #ffffff;
  margin-bottom: 5px;
}
.box2 .content h2 a {
  color: #333333;
}
.box2 .content h2 a:hover {
  color: #ffffff;
}
@media (max-width: 979px) {
  .box2 .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.box2 .content2 {
  background: #74a6c9;
  color: #ffffff;
  padding: 12px 20px 13px;
}
.box2 .content2 h2 {
  color: #ffffff;
  margin-bottom: 5px;
}
.box2 .content2 h2 a {
  color: #333333;
}
.box2 .content2 h2 a:hover {
  color: #ffffff;
}
@media (max-width: 979px) {
  .box2 .content2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
  .box2 img {
    width: 100%;
  }
}
.box2-wrapper1 {
  overflow: hidden;
}
.box2-wrapper1 .box2 {
  margin-bottom: 29px;
}
/* ======= Box 3 Reviews ======= */
.box3 .rating {margin-bottom: 10px; margin-left:120px; margin-top:16px;}
.revpic img {border-radius: 20px; position: absolute; float:left; border:2px solid #faaa2b}
.cardspic {display:block;}
.cardspic img {float:left;}
.box3 .heading {
  clear: both;
  display: block;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 10px; margin-left:120px; padding-top:10px;}
.box3 .heading a {
  color: #faaa2b;
  font-weight: 700;
}
.box3 .heading a:hover {
  color: #000000;
}
.box3 p a {
  font-weight: 800;
  color: #faaa2b;
}
.box3 p a:hover {
  color: #000000;
}
.box3-wrapper1 {
  overflow: hidden;
  margin-top: -2px;
  margin-bottom: 20px;
}
.box3-wrapper1 .box3 {
  margin-bottom: 32px;
}
/* ======= Post 1 Our news ======= */
.post1 {
  position: relative;
  padding-left: 100px;
}
.post1 time {
  padding: 12px 0 0;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background: #faaa2b;
  width: 70px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.post1 time span {
  display: block;
}
.post1 time span.day {
  font: 400 48px/38px "Times New Roman", sans-serif;
  margin-bottom: -1px;
}
.post1 time span.month {
  font: 400 24px/38px "Times New Roman", sans-serif;
}
.post1 h3 {
  margin-bottom: -2px;
}
.post1 p a {
  font-weight: 800;
  color: #faaa2b;
}
.post1 p a:hover {
  color: #000000;
}
.post1-wrapper1 {
  overflow: hidden;
  margin-top: -9px;
}
.post1-wrapper1 .post1 {
  margin-bottom: 22px;
}
/* ======= Banner 1 ======= */
.banner1 {
  padding: 39px 0 47px;
  background: url(../images/page1_img8.png) no-repeat center top;
  background-size: cover;
}
.banner1__inset1 {
  background-image: url(../images/page2_img8.png);
  padding: 50px 0 58px;
}
.banner1__inset1 h2 {
  margin-bottom: 20px;
}
.banner1__inset1 p {
  font-size: 18px;
}
.banner1__inset1 .btn-default {
  margin-top: 21px;
}
@media (max-width: 767px) {
  .banner1 h2,
  .banner1 p {
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
  }
}
/* ======= Blockquote 1 Our expert ======= */
.blockquote1 h2 {
  margin-bottom: 22px;
}
.blockquote1 cite {
  display: block;
  font: 18px/30px "Lato", sans-serif;
  margin-bottom: 13px;
}
.blockquote1 .author {
  font: 400 12px/30px "Lato", sans-serif;
}
.blockquote1 .author .name {
  color: #faaa2b;
  font-weight: 700;
}
.blockquote1 .author .name:hover {
  color: #000000;
}
/* ======= Box 4 Special Project ======= */
.box4 .gallery_image {
  margin-bottom: 21px;
}
/* ======= Post 2 Featured posts ======= */
.post2 time {
  display: block;
  font: 12px/30px "Lato", sans-serif;
}
.post2-wrapper1 {
  overflow: hidden;
  margin-top: -3px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 21px;
}
/* ======= Post 3 Latest Videos ======= */
.post3 .heading {
  font-size: 12px;
  margin-bottom: -3px;
}
.post3 .heading a {
  color: #faaa2b;
  font-weight: 700;
}
.post3 .heading a:hover {
  color: #000000;
}
.post3-wrapper1 {
  overflow: hidden;
  margin-top: -3px;
}
.post3-wrapper1 .post3 {
  margin-bottom: 23px;
}
/* ======= Box 1 Wrapper 2 A Few words about us======= */
.box1-wrapper2 {
  overflow: hidden;
  margin-bottom: 58px;
  margin-top: -10px;
}
.box1-wrapper2 h3 {
  margin-bottom: 15px;
}
.box1-wrapper2 > p {
  margin-bottom: 30px;
}
.box1-wrapper2 .box1 .img-wrapper {
  margin-bottom: 19px;
}
.box1-wrapper2 .box1 h2 {
  margin-bottom: 9px;
}
/* ======= Box 5 Mission, Vision... ======= */
.box5 {
  position: relative;
  padding-left: 100px;
}
.box5 h3 {
  margin-bottom: 15px;
}
.box5 i {
  position: absolute;
  display: block;
  width: 70px;
  height: 74px;
  background: #faaa2b;
  color: #ffffff;
  font-size: 48px;
  line-height: 74px;
  text-align: center;
  left: 0;
  top: 9px;
}
.box5-wrapper1 {
  overflow: hidden;
  margin-top: -10px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 16px;
}
/* ======= Box 6 How to hire ======= */
.box6 {
  position: relative;
  padding-left: 100px;
}
.box6 .label {
  position: absolute;
  left: 0;
  top: 8px;
  width: 70px;
  height:70px;
  text-align: center;
  background: #faaa2b;
  text-transform: uppercase;
  padding: 4px;
  border-radius: 50px;
}
.box6 .label span {
  display: block;
  color: #ffffff;
  font: 200 15px/32px "Lato", Arial, Helvetica, sans-serif;
}
.box6 .label span.second {
  font-size: 48px;
  margin-top: -2px;
}
.box6 h3 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 60px;
  }
}
.box6-wrapper1 {
  overflow: hidden;
  margin-top: -8px;
  padding-bottom:25px;
}
/* ======= Box 2 Wrapper 3 Residential Services ======= */
.box2-wrapper3 {
  overflow: hidden;
  margin-top: -2px;
  margin-bottom: 60px;
}
.box2-wrapper3 .box2 .content {
  padding-right: 10px;
}
.box2 .content2 {padding-right: 10px;}
/* ======= Box 7 Turn your house... ======= */
.box7 {
  margin-top: -10px;
  margin-bottom: 15px;
}
.box7 h2 {
  margin-bottom: 10px;
}
.box7 h3 {
  margin-bottom: 10px;
}
.box7 p {
  margin-bottom: 15px;
}
.box7 hr {
  border: none;
  height: 1px;
  background: #e6e6e6;
  margin-top: 21px;
}
.box7 .btn-default {
  margin-top: 8px;
}
/* ======= Box 8 Our design process ======= */
.box8 .heading {
  background: #faaa2b;
  font-size: 18px;
  padding: 12px 18px 13px;
  margin-bottom: 11px;
}
.box8 .heading .highlighted {
  color: #ffffff;
}
.box8 p {
  padding: 0 18px;
}
.box8 .list2 {
  margin-top: 9px;
  padding: 0 18px;
}
.box8 .list3 {
  margin-top: 9px;
  padding: 0 18px;
}
@media (max-width: 767px) {
  .box8 {
    margin-bottom: 50px;
  }
}
.box8-wrapper1 {
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: 21px;
}
/* ======= Banner 2 Style, comfort, quality, selection! ======= */
.bannerres {padding:0px; background: url(../images/bannerres.png) no-repeat center top; background-size: cover; height:60px; margin-bottom:20px}
.bannercom {padding:0px; background: url(../images/bannercom.png) no-repeat center top; background-size: cover; height:60px; margin-bottom:20px}
.bannergen {padding:0px; background: url(../images/bannergen.png) no-repeat center top; background-size: cover; height:60px; margin-bottom:20px}
.bannercall {padding:0px; background: url(../images/bannerres.png) no-repeat center top; background-size: cover; height:24px; margin-bottom:20px}
.banner2 {padding: 50px 0 53px; background: url(../images/page3_img5.png) no-repeat center top; background-size: cover;}
.banner2 h2 {margin-bottom: 20px;}
.banner3 {padding: 20px 0 20px; background-color: #FFF;}
.banner3 h2 {margin-bottom:50px; font: 400 30px "Lato",Arial,Helvetica,sans-serif;}
.banner3 h4 {font-size:22px; margin-bottom:6px; line-height:128px; text-indent:30px;}

#breadcrumb {padding-top:28px;}
#breadcrumb li {display: inline; list-style-type: none; margin-left: 0; color:#333}
#breadcrumb li a {text-decoration: none; color:#333; padding:0px 6px;}
#breadcrumb li a:hover {color:#333; text-decoration:underline}

@media (max-width: 767px) {
  .banner2 h2,
  .banner2 p {padding: 5px; background: rgba(255, 255, 255, 0.5);}
  .banner3 h2,
  .banner3 p {padding: 5px; background: rgba(255, 255, 255, 0.5);}
}
/* ======= Blockquote 2 Testimonials ======= */
.blockquote2 cite {
  display: block;
}
.blockquote2 cite a {
  font-weight: 800;
  color: #faaa2b;
}
.blockquote2 cite a:hover {
  color: #000000;
}
.blockquote2 hr {
  border: none;
  height: 1px;
  background: #e6e6e6;
  margin-top: 22px;
  margin-bottom: 7px;
}
.blockquote2 .author {
  font: 400 12px/30px "Lato", sans-serif;
}
.blockquote2 .author .name {
  color: #faaa2b;
  font-weight: 700;
}
.blockquote2 .author .name:hover {
  color: #000000;
}
.blockquote2-wrapper1 {
  overflow: hidden;
  margin-top: -11px;
  margin-bottom: 14px;
}
/* ======= Box 2 Wrapper 2 Our Gallery ======= */
.box2-wrapper2 {
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: 22px;
}
.box2-wrapper2 .box2 {
  margin-bottom: 39px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 427px;
  margin-bottom: 50px;
}
.google-map1 img {
  max-width: none !important;
}
/* ======= Address  ======= */
.address-block {
  margin-top: 37px;
  margin-bottom: 60px;
}
.address-block address {
  display: block;
  position: relative;
  padding-left: 100px;
}
.address-block address span {
  display: block;
}
.address-block address:before {
  display: block;
  font-family: FontAwesome;
  font-size: 36px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  width: 70px;
  height: 72px;
  background: #faaa2b;
  color: #ffffff;
  line-height: 72px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -35px;
  -moz-border-radius: 35px; -webkit-border-radius: 35px; border-radius: 35px; 
}
.address-block address.location:before {
  margin-top: -38px;
  content: '\f015';
}
.address-block address.phones {
  margin-top: 33px;
}
.address-block address.phones:before {
  content: '\f095';
  margin-top: -37px;
}
.address-block address.mail {
  margin-top: 49px;
}
.address-block address.mail:before {
  content: '\f0e0';
  font-size: 30px;
  margin-top: -36px;
}
#mobile {
	display:none;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 70px;
  }
  #mobile {
	  display: block;
	  
  }
  #mobiletab{
	  display:none;
  }
   {
	  display:none;
  }
}
/* ======= Box 9 Privacy policy ======= */
.box9 h3 {
  margin-bottom: 14px;
}
.box9-wrapper1 {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: -10px;
}
.box9-wrapper1 .box9 {
  margin-bottom: 22px;
}
.box9-wrapper1 .simple-link {
  margin-top: 2px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #faaa2b;
}
.simple-link:hover {
  color: #000000;
}
/* ======= List 1 ======= */
.list1 li {
  position: relative;
  font: 400 14px/30px "Lato", sans-serif;
}
.list1__offset1 {
  margin-top: -4px;
}
/* ======= List 2 ======= */
.list2 li {
  position: relative;
  padding-left: 30px;
  border-bottom:1px dotted #999999;
}
.list2 li:before {
  content: '';
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 30px;
  left: 0;
  top: 11px;
  background: #faaa2b;
  margin-left:10px;
}
.list2 li + li {
  margin-top: 6px;
}
.list2__offset1 {
  margin-top: -11px;
}
/* ======= List 3 ======= */
.list3 li {
  position: relative;
  padding-left: 30px;
}
.list3 li:before {
  content: '';
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 30px;
  left: 0;
  top: 11px;
  background: #333333;
  margin-left:10px;
}
.list3 li + li {
  margin-top: 6px;
}
.list3__offset1 {
  margin-top: -11px; margin-bottom:20px; margin-left:30px;
}
/* ======= Rating List ======= */
ul.rating {
  font-size: 0;
  line-height: 0;
}
ul.rating li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 0;
}
.socials1 li a i {
  width: 30px;
  height: 30px;
  line-height: 20px;
  color: #ffffff;
  background: #faaa2b;
  text-align: center;
  font-size: 14px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #faaa2b;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #faaa2b;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -17px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  background: #000;
  padding: 7px 0;
  color:#fff;
}
#footer .divider {
  display: inline-block;
  margin: 0 14px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #444444;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
/*Custom css*/

#accordion a {background: url("../images/plus.png") no-repeat scroll right 0 #9fc282;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 15px;
    margin: 3px 0;
    padding: 10px 5px 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
#accordion a.collapsed {background: url("../images/minus.png") no-repeat scroll right 0 #9fc282;}

.phead {
	height:100px;
	background-color:rgb(22, 162, 228);
		
}
.phead h1 {
	padding-top:20px;
	color:#fff;
}
.pheada {
	height:100px;
	background-color:rgb(22, 162, 228);
		
}
.pheada h1 {
	padding-top:20px;
	color:#fff;
}
.phead h3 a {
	padding-top:30px;
	color:#fff;
	float:right;
	text-decoration:none;
}
.phead h3 a:hover {
	color: #FF3;
}
ul,ol {
	list-style:none;
}
.col_4 p {
	padding-top:30px;
}
@media (min-width: 1200px)
.textboxX {
    width: 30%;
	padding-left:20px;
}
.tab_container {
	width:75%;
	padding-left:20px;
}
