/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);*/
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import url(//fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300);

 @font-face {
  font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),
  url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
  url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;
}

/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #26252a;
  color: #000;
  font: 300 17px/24px "Ubuntu", Arial, sans-serif;
}
p{
  font-size: 16px;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  float: left;
     margin-left: -65px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 31px/44px 'Ubuntu Condensed', Arial, sans-serif;
  color: #fff;
  margin-top: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 1px solid #fa858a;
}
h3 {
  font: 22px/30px 'Ubuntu Condensed', Arial, sans-serif;
       color: #f8565d;
  margin-top: 31px;
  margin-bottom: -18px;
  text-transform: uppercase;
}
h3.h3_banner {
  font: 22px/30px 'Ubuntu Condensed', Arial, sans-serif;
  color: #fff;
  margin-top: 71px;
  padding-bottom: 32px;
  border-bottom: 4px solid #3e3e43;
  text-transform: uppercase;
      height: 50px;
}
h4 {
  font: 600 18px/25px 'Ubuntu', Arial, sans-serif;
    color: #f8565d;
    margin-top: 39px;
    text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
      background: #fff;
    /* height: 200px; */
    padding: 20px;
    position: relative;
    z-index: 100;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
     margin-top: 20px;
    margin-bottom: 85px;
}
.sf-menu {
  float: right;
  margin-right: 16px;
}
.sf-menu > li {
     float: left;
    position: relative;
    margin: 0 0 0 15px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 10px 12px;
  font: 19px/24px 'Ubuntu Condensed', Arial, sans-serif;
  text-transform: uppercase;
    color: #26252a;
    background: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  background: #26252a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
     height: 10px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 55px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8565d;
  opacity: 0;
}
.sf-menu > li.current > a {
      color: #26252a;
    background: #ffffff;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #26252a;
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 116px;
  left: -20px;
  background: #343438;
  padding: 25px 10px 10px 21px;
  width: 175px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  line-height: 24px;
}
.sf-menu ul li a {
  font: 13px/16px 'Ubuntu Condensed', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #f8565d;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #f8565d;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -10px;
  left: 155px;
  background: #343438;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    /*padding: 10px 17px;*/
  }
  .sf-menu {
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    /*padding: 10px 4px;*/
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #f8565d;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 5px 0;
  z-index: 999;
}
.isStuck h1 img {
  /*height: 100px;*/
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #f8565d;
  text-decoration: none;
}
a.link1 {
  color: #fca8ac;
}
a.link1:hover {
  color: #000;
}
a.link2 {
     color: #000;
    font-size: 18px;
}
a.link2:hover {
  color: #000;
}
a.link3 {
  text-decoration: underline;
}
a.link3:hover {
  color: #f8565d;
}
.lh20 {
  line-height: 20px;
}
.txt1 {
  font: 126px/110px 'Ubuntu Condensed', Arial, sans-serif;
  color: #fff;
  margin-top: 64px;
  text-transform: uppercase;
  letter-spacing: -4px;
}
.color1 {
  color: #f8565d;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
         border: 2px solid #fff;
    padding: 5px;
    background: #545454e0;
    position: relative;
    overflow: hidden;
/*    width: 100%;*/
    border-radius: 5px;
}


.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 15px;
}
.marTop2 {
  margin-top: 22px;
}
.marTop3 {
  margin-top: 9px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #d9d9db;
  margin-top: 30px;
  margin-bottom: 0px;
}
.hline.v2 {
  margin-top: 53px;
  margin-bottom: -23px;
}
p {
      margin-top: 15px;
      /*    text-align: justify;*/
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 30px;
  margin-bottom: -7px;
}
.img2 {
  margin-top: -12px;
  margin-bottom: -6px;
}
.img3 {
  float: left;
  margin-top: 39px;
  margin-right: 30px;
}
.btn1 {
  /*float: left;*/
  margin-right: 20px;
  margin-top: 41px !important;
  padding: 26px 35px !important;
}
.icon1 {
  margin-top: 57px;
  font: normal normal 30px/40px 'FontAwesome';
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 300 52px/52px 'Raleway', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100px;
  max-width: 100px;
  float: left;
  text-align: left;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: 83px/83px 'Ubuntu Condensed', Arial, sans-serif;
  margin-top: 4px;
  display: block;
}
.month {
  font: 40px/40px 'Ubuntu Condensed', Arial, sans-serif;
  margin-top: -5px;
  display: block;
}
.blog_txt {
     max-width: 500px;
    padding: 30px;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker,
.listWithMarker2 {
  margin: 0;
  margin-top: 27px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker li a {
  display: inline-block;
  color: #3e3e43;
  text-decoration: none;
  font: 15px "Ubuntu", Arial;
  width: 100%;
}
.listWithMarker li a em {
  background: url(../images/line-hor.gif) repeat-x 0% 13px;
  display: block;
  overflow: hidden;
}
.listWithMarker li a .list_left {
  float: left;
}
.listWithMarker li a .list_right {
  float: right;
  margin-left: 4px;
}
.listWithMarker li a:hover {
  color: #f8565d;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 49px;
  padding: 16px 32px;
  text-decoration: none;
  font: 20px/18px "Ubuntu Condensed", Arial, sans-serif;
  color: #fff;
  background: #f8565d;
  text-transform: uppercase;
}
.blog .more_btn {
  margin-top: 35px;
}
.more_btn:hover {
  color: #343438;
  background: #fff;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Ubuntu", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #f8565d;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
     margin-top: 10px;
  white-space: nowrap;
  text-align: left;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 43px;
  height: 43px;
  display: inline-block;
  /* background: #fff; */
  text-align: center;
  border-radius: 500px;
  border: 2px solid #fff;
}
.soc_icons i {
  font: normal normal 15px/43px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #f8565d;
  border: 2px solid #f8565d;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
     padding: 0 0 10px 0;
       background: #26252a;
    overflow: hidden;
    width: 1270px;
    margin: 10px auto;
}
.col1 {
  float: left;
  width: 216px;
  margin-right: 55px;
}
.col1.last {
  margin-right: 0;
}
.box1 {
  position: relative;
  margin-top: 30px;
  background: #343438;
}
.box2 {
  width: 100%;
  position: relative;
  margin-top: 29px;
/*  background: #f8565d;*/
    background: #333333;
  padding: 49px 0 113px;
  font-size: 13px;
  color: #fff;
}
.box2.v2 {
  padding-bottom: 60px;
}
.box3 {
  width: 100%;
  position: relative;
  margin-top: 31px;
  background: #fcf9f1;
  padding: 54px 0 109px;
  font-size: 15px;
  color: #3e3e43;
}
.box3.v2 {
  margin-top: 0;
}
.box3 h2 {
  color: #3e3e43;
  border-color: #d9d9db;
  padding-bottom: 12px;
  margin-bottom: 48px;
}
.box4 {
  width: 100%;
  position: relative;
  margin-top: 30px;
  background: #343438;
  padding: 54px 0 109px;
  color: #fff;
}
.box5 {
  width: 100%;
  position: relative;
  margin-top: 0px;
  background: #343438;
  padding: 54px 0 85px;
  color: #fff;
  font-size: 14px;
}
.box5.v2 {
  padding-bottom: 144px;
}
.box5 h2 {
  color: #fff;
  border-color: #3e3e43;
  padding-bottom: 18px;
  margin-bottom: 16px;
}
.hline2 {
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
    margin: 18px 0 10px;
  background: #d9d9db;
}
.hline2.v2 {
  margin: 15px 0 -23px;
}
.hline2.v3 {
  margin: 8px 0 -20px;
}
.hline2.v4 {
  margin: 18px 0 -3px;
}
.hline3 {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #3e3e43;
  margin-top: -19px;
  margin-bottom: 17px;
}
.banner1 {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-bottom: 84px;
  z-index: 10;
}
.banner1 i {
  font: normal normal 50px/70px 'FontAwesome';
  color: #fff;
  display: block;
  margin-top: 39px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1 .hover_plane {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #343438;
  opacity: 0;
  z-index: -1;
  /*margin: -22px -10px;*/
  margin: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.banner1:hover .more_btn {
  color: #343438;
  background: #fff;
}
.banner1:hover {
  color: #fff;
}
.banner1:hover i {
  color: #f8565d;
}
.banner1:hover .hover_plane {
  background: #303033;
  margin: -22px -10px;
  opacity: 1;
}
/**** start Map ****/
.map {
  margin-top: 1px;
  overflow: hidden;
  /*width: 680px;*/
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 294px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0;
  color: #fff;
    font-size: 14px;

  overflow: hidden;
  line-height: 20px;
}
.txt_priv {
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 15px!important;
        margin-right: 8px!important;
    margin-left: 0px!important;
    overflow: hidden;
    border: none;
    color: #fff;
    width: 44px;
    height: 44px;
    font-size: 17px;
    line-height: 44px;
    border: 2px solid #ffffff;
    z-index: 20;
    border-radius: 500px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #fff;
  background: #f8565d;
  border: 2px solid #f8565d;
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1429px) {
  #content {
    width: 100%;
  }
  h1 {
    margin-left: 0;
  }
  .map {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .col1 {
    width: 189px;
    margin-right: 25px;
  }
  .blog_txt {
    max-width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .soc_icons > li {
    margin-right: 3px;
  }
  .soc_icons > li > a {
    width: 33px;
    height: 33px;
  }
  .soc_icons i {
    font: normal normal 15px/33px 'FontAwesome';
  }
  .col1 {
    width: 225px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  .col1 {
    width: 100%;
  }
  figure a {
    width: 100%;
  }
  .txt1 {
    font: 76px/80px 'Ubuntu Condensed', Arial, sans-serif;
    margin-top: 64px;
    letter-spacing: 0px;
  }
  .map {
    margin-top: 20px;
  }
  .img2 {
    margin-top: 25px;
  }
  .box3 h2 {
    margin-bottom: 8px;
  }
  .img3 {
    float: none;
    margin-top: 39px;
    margin-right: 0;
    margin-bottom: -20px;
  }
}
@media only screen and (max-width: 479px) {
  .btn1 {
    margin-right: 8px;
    padding: 16px 10px !important;
  }
  .icon1 {
    margin-top: 47px;
  }
  .txt1 {
    font: 36px/40px 'Ubuntu Condensed', Arial, sans-serif;
    margin-top: 64px;
    letter-spacing: 0px;
  }
  /*h1 {width: 100%;}
	h1 img{width: 100%;}*/
}
/*Core variables and mixins*/

.homeimgleft{
      float: right;
    margin-left: 20px;
    border: 2px solid #d30006;
}
.homelink{
   color: #f8565d;
}
.homeimgright{
     margin-top: 20px;
       height: 190px;
    /* margin-left: 20px; */
    border: 2px solid #d30006;
}   

li{
      margin: 5px;
}

/* about us*/
.aboutimgleft{
      margin: 0px;
    float: left;
    border: 2px solid #d30006;
    margin-top: 20px;
    margin-right: 20px;
}
.aboutlist{
  margin-top: 20px;

}
.aboutlist li{
  font-size: 15px;
}
ul.aboutlist li:before{
    content: "\f0ad";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
  /*  position: absolute;
    top: 10px;
    left: 0;*/
}
.wrapper h3{
       background: #e4484cc7;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
.serviceslist{
  column-count: 3;
}
.serviceslist li{
   font-size: 15px;
}
ul.serviceslist li:before{
    content: "\f0ad";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
  /*  position: absolute;
    top: 10px;
    left: 0;*/
}
.weofferimgleft{

    border: 2px solid #d30006;
}

.box img.img3{
       width: 253px;
    height: 200px;

}
/* contact*/
.contactinfo h3{
   font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
   

.contactinfo p.address:before{
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
  /*  position: absolute;
    top: 10px;
    left: 0;*/
}
.contactinfo p.phone:before{
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
  /*  position: absolute;
    top: 10px;
    left: 0;*/
}
.contactinfo p.mobile:before{
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
  /*  position: absolute;
    top: 10px;
    left: 0;*/
}
.contactinfo p.fax:before{
    content: "\f1ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
  /*  position: absolute;
    top: 10px;
    left: 0;*/
}

.contactinfo p.maill:before{
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
  /*  position: absolute;
    top: 10px;
    left: 0;*/
}

.map iframe{
  width: 100%;

}
.readmore{

}
.banner1 p{
   text-align: justify;
}
.headertop{
   color: #fff;
   font-size: 16px;
}
.call{
      padding: 5px;
    float: left;
   /* width: 250px;*/

}
.mail{
       padding: 5px;
    float: right;
   /* width: 250px;*/

}
a.address:before {
   
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff6300;
    font-size: 20px;
    padding-right: 0.5em;
    /* position: absolute; */
    /* top: 10px; */
    left: 0;
}
.call a:before {
   
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff6300;
    font-size: 20px;
    padding-right: 0.5em;
    /* position: absolute; */
    /* top: 10px; */
    left: 0;
}
.mail a:before {
   
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff6300;
    font-size: 20px;
    padding-right: 0.5em;
    /* position: absolute; */
    /* top: 10px; */
    left: 0;
}


 /*service*/
  .serviceimg img.img1{
       width:370px;
       height: 247px; 
    }
.blog.row {
    margin-left: 0;
  }
.blog  .grid_12 {
    width: 1180px;
  }
.blog [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }
.blog .hline3 {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
  margin-top: -19px;
  margin-bottom: 30px;
}


   
/*media query*/
@media (max-width: 1199px){
  .sf-menu > li {
    float: left;
    position: relative;
    margin: 0 0 0 5px;
  }
.sf-menu > li > a {
    display: inline-block;
       padding: 17px 5px;


    }
    /*resize*/
/*home*/
 .homeimg1 {
   width:239px!important;
   height: 164px!important;
}
.homeimgleft {
   width: 286px!important;
   height: 286px!important;
  }
  .homeimgright {
     width: 271px!important;
   height: 190px!important;
  }

 /*about*/
  .aboutimgleft {
       width: 560px;
       height: 450px;
   }
    /*service*/
  .serviceimg img.img1{
       width: 293px;
       height: 195px; 
    }
      /*offer*/
    .box img.img3{
       width: 253px;
    height: 200px;

}
.weofferimgleft {
    width: 220px;
    height: 260px;
}
.serviceimgleft{
      width:220px;
    height: 155px;

}
.blog.row {
    margin-left: 0;
  }
.blog  .grid_12 {
    width: 930px;
  }
.blog [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }
.blog .hline3 {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
  margin-top: -19px;
  margin-bottom: 30px;
}


  }
@media (max-width: 1023px){
  .sf-menu > li > a {
       padding: 17px 5px;
  }
  .sf-menu > li {
    float: left;
    position: relative;
    margin: 0 0 0 5px;
}



/*resize*/
/*home*/
 .homeimg1 {
   width: 359px!important;
   height: 201px!important;
}
.homeimgleft {
   width: 286px!important;
   height: 286px!important;
  }
  .homeimgright {
     width: 236px!important;
   height: 190px!important;
  }
 /*about*/
  .aboutimgleft {
       width: 480px;
       height: 450px;
       margin: 20px 20px 20px 0;
   }
    /*service*/
  .serviceimg img.img1{
       width: 359px;
       height: 239px; 
    }
      /*offer*/
    .box img.img3{
       width: 253px;
    height: 200px;

}
.weofferimgleft {
    width: 172px;
    height: 205px;
}
.serviceimgleft{
      width: 200px;
    height: 155px;

}
.blog.row {
    margin-left: 0;
  }
.blog  .grid_12 {
    width: 735px;
  }
.blog [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 0;
  }
.blog .hline3 {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 2px solid #fff;
  margin-top: -19px;
  margin-bottom: 30px;
}


}
     


@media (max-width: 767px){
.call{
      width: 100%;
}
.mail {
    padding: 5px;
      width: 100%;
    }

.serviceslist {
    column-count: 1;
}

/*resize*/
/*home*/
 .homeimg1 {
   width: 195px!important;
   height: 109px!important;
}
.homeimgleft {
   width: 420px!important;
   height: 420px!important;
   margin: 10px auto;
    display: block;
  }
  .homeimgright {
     width: 420px!important;
   height: 300px!important;
   margin: 20px auto;
    display: block;
  }
 /*about*/
  .aboutimgleft {
   
    width: 420px;
    height: 400px;
    margin: 0 auto 20px auto;
    display: block;
}
 /*service*/
  .serviceimg img.img1{
       width: 195px;
       height: 130px; 
    }
      /*offer*/
    .box img.img3{
       width: 253px;
    height: 200px;
    margin: 20px auto 0 auto;
    display: block;

   }
   .weofferimgleft {
    width: 420px;
    height: 498px;
    margin: 20px auto;
    display: block;
}
.serviceimgleft{
       width: 420px;
    height: 280px;
    margin: 20px auto;
    display: block;
}
.logo-sec img
{
 width: 210px;
  height: 98px;
  margin: 0 auto;
  display: block;
}
#owl p {
  max-width: 100%;
  text-align: justify;
  font-size: 14px !important;
}
#owl h3 {
  color: #fff;
  font-size: 20px;
}
 .blog .grid_12 {
    width: 100%;
  }
.responsive-table {
  width: 80% !important;
  margin: 0 auto;
}



}


@media (max-width: 639px){
.call{
      width: 100%;
      padding: 10px;
      margin: 0;
}
.mail {
    padding: 10px;
      width: 100%;
      margin: 0;
    }
  
.serviceslist {
    column-count: 1;
}
/*resize*/
/*home*/
 .homeimg1 {
   width: 195px!important;
   height: 109px!important;
}
.homeimgleft {
   width: 420px!important;
   height: 233px!important;
  }
  .homeimgright {
     width: 420px!important;
   height: 297px!important;
  }

 /*about*/
.aboutimgleft {
   
   width: 420px;
   height: 528px;
}
 /*service*/
  .serviceimg img.img1{
       width: 195px;
       height: 130px; 
    }
      /*offer*/
    .box img.img3{
       width: 253px;
    height: 200px;

}
.weofferimgleft {
    width: 420px;
    height: 498px;
}

.serviceimgleft{
       width: 341px;
    height: 260px;
}
.blog .wrapper {
  width: auto !important;
}
.box3
{
 padding: 30px 0 30px;
}
.map iframe {
  width: 100%;
  height: 300px !important;
}

}


@media (max-width: 479px){
img.no_resize, h1 img {
    width: 290px;
  }

.serviceslist {
    column-count:1;
}
 
 .responsive-table{
    width: 100%;
    margin: 0 auto;
}
/*resize*/
/*home*/
 .homeimg1 {
   width: 270px!important;
   height: 151px!important;
}
.homeimgleft {
    width: 100% !important;
    height: 273px !important;
  }
  .homeimgright {
    width: 100% !important;
    height: 192px !important;
  }

  /*about*/
  .aboutimgleft {
    width: 100%;
    height: 340px;
  }

     /*service*/
     .serviceimg img.img1{
       width: 270px;
       height: 180px; 
    }

  /*offer*/
    .box img.img3 {
    width: 100%;
    height: 203px;
  }
.weofferimgleft {
    width: 100%;
    height: 323px;
  }

.serviceimgleft {
    width: 100%;
    height: 183px;
  }
.map iframe {
  width: 100%;
  height: 240px !important;
}
.more_btn {
  padding: 8px 20px;
  font: 16px/18px "Ubuntu Condensed", Arial, sans-serif;
}

}


@media (max-width: 359px){
 .container {
    width: 280px;
    padding: 0 15px;
  }
.aboutimgleft {
    width: 100%;
    height: 315px;
  }
.serviceimgleft {
    width: 100%;
    height: 170px;
  }
.weofferimgleft {
    width: 100%;
    height: 299px;
  }
.box img.img3 {
    width: 100%;
    height: 187px;
  }
  
  
  
  
  

}

.responsive-table{
    width: 50%;
    margin: 0 auto;
}
 .responsive-table tr td{ 
  text-align: center;
      border: 1px solid #f3f3f3;
    padding: 5px;
  }

 .responsive-table a{ 
  font-size: 20px;
    font-weight: 400;
  }

#reload{
  display: inline-block;
  margin-top: 0px !important;
  padding: 16px 32px;
  text-decoration: none;
  font: 20px/18px "Ubuntu Condensed", Arial, sans-serif;
  color: #fff;
  background: #f8565d;
  text-transform: uppercase;
}


  


    