body {
  font: normal 13px 'Open Sans', sans-serif;
  color: #000; }

a:hover, a:focus {
  text-decoration: none; }

*:focus, a:focus {
  outline: none; }

ul, li {
  list-style: none; }

select {
  box-shadow: inherit; }

a, input[type="submit"] {
  transition: all 0.5s ease 0s; }

.no-padding {
  padding: 0; }

textarea {
  resize: none; }

/*===== fonts ======*/
@font-face {
  font-family: 'brandon_grotesque_regularRg';
  src: url("../fonts/brandon_reg-webfont.eot");
  src: url("../fonts/brandon_reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_reg-webfont.woff2") format("woff2"), url("../fonts/brandon_reg-webfont.woff") format("woff"), url("../fonts/brandon_reg-webfont.ttf") format("truetype"), url("../fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff2") format("woff2"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype"), url("../fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url("../fonts/brandon_med-webfont.eot");
  src: url("../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_med-webfont.woff2") format("woff2"), url("../fonts/brandon_med-webfont.woff") format("woff"), url("../fonts/brandon_med-webfont.ttf") format("truetype"), url("../fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'brandon_grotesqueblack';
  src: url("../fonts/brandon_blk-webfont.eot");
  src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff2") format("woff2"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype"), url("../fonts/brandon_blk-webfont.svg#brandon_grotesqueblack") format("svg");
  font-weight: normal;
  font-style: normal; }

/*===== fonts end ======*/
.address {
  font: normal 15px/30px 'Open Sans', sans-serif;
  color: #fff;
}
.address a {
  color: #f49422;
}
.header {
  background: url(../images/header-bg.jpg) repeat-x 0 0 #F6F6F6;
  position: fixed;
  z-index: 101;
  width: 100%; }

.logo {
  float: left;
  padding-top: 30px;
  transition: all 0.5s ease 0s; }
  .logo img {
    transition: all 0.5s ease 0s; }

.header-top {
  float: left;
  width: 100%; }
  .header-top .social-link {
    float: right;
    padding: 0 15px;
    height: 48px;
    margin-top: 18px;
    transition: all 0.5s ease 0s; }
    .header-top .social-link a {
      padding: 5px 4px 5px 5px;
      margin: 10px;
      color: #989898;
      font-size: 14px; }
      .header-top .social-link a:hover {
        color: #f49422; }
  .header-top .call-top {
    float: right;
    height: 48px;
    background: #f49422;
    margin-top: 18px;
    padding: 0 20px 0 30px;
    transition: all 0.5s ease 0s; }
    .header-top .call-top a {
      display: block;
      background: url(../images/call-icon.png) no-repeat 0 15px;
      color: #e2e2e2;
      padding-left: 30px;
      font: normal 19px/48px 'brandon_grotesquebold', sans-serif;
      letter-spacing: 1px;
      cursor: default; }

/*=== Menu ===*/
.menu {
  float: left;
  width: 100%; }
  .menu ul {
    float: right; }

.menu, .menu ul, .menu ul li, .menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box; }

.menu:after, .menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.menu > ul > li {
  float: left;
  padding: 5px 20px 0 20px; }
  .menu > ul > li:last-child {
    padding-right: 0; }

.menu > ul > li > a {
  padding: 24px 17px 22px 17px;
  font-size: 12px;
  text-decoration: none;
  color: #606265;
  font-weight: 700;
  text-transform: uppercase;
  font: normal 13px 'brandon_grotesquemedium', sans-serif; }

.menu > ul > li > a:last-child {
  padding-right: 0; }

.menu > ul > li:hover > a, .menu .active {
  color: #f49422; }

.menu > ul > li.submenu > a {
  padding-right: 16px; }

.menu > ul > li.submenu > a:after {
  position: absolute;
  top: 26px;
  right: 1px;
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #ae9395;
  border-right: 1px solid #ae9395;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.2s ease; }

.menu > ul > li.submenu:hover > a::after {
  border-color: #f49422; }

.menu > ul > li.submenu:hover > a:before {
  top: 23px;
  height: 0; }

.menu ul ul {
  position: absolute;
  transition: all .5s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  top: 66px; }

.menu ul ul li {
  height: 0;
  transition: all .25s ease; }

.menu li:hover > ul {
  height: auto;
  opacity: 1; }

.menu li:hover > ul > li {
  height: auto; }

.menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 250px;
  color: #dddddd;
  background: #232426;
  line-height: 20px; }

.menu ul ul li:last-child > a, .menu ul ul li.last-item > a {
  border-bottom: 0; }

.menu ul ul li:hover > a, .menu ul ul li a:hover {
  color: #f49422;
  background: #191919; }

/*=== Menu end ===*/
.slim-header {
  background: url(../images/header-bg.jpg) repeat-x 0 -21px #f6f6f6;
  transition: all 0.5s ease 0s; }
  .slim-header .logo {
    padding-top: 10px; }
    .slim-header .logo img {
      max-width: 100%;
      width: 161px; }
  .slim-header .header-top .call-top, .slim-header .header-top .social-link {
    margin-top: 10px;
    height: 35px; }
  .slim-header .header-top .call-top {
    padding: 0 10px; }
  .slim-header .header-top .social-link a {
    margin: 5px; }
  .slim-header .header-top .call-top a {
    line-height: 35px;
    background: url(../images/call-icon.png) no-repeat 0 10px; }
  .slim-header .menu > ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px; }
  .slim-header .menu li > ul {
    top: 44px; }
  .slim-header .menu > ul > li.submenu > a::after {
    top: 13px;
    transition: all 0.5s ease 0s; }

.slim-banner {
  margin-top: 89px !important; }

.banner {
  height: 700px;
  background: url(../images/banner.jpg) no-repeat center top #f6f6f6;
  background-size: cover;
  position: fixed;
  margin-top: 132px;
  float: left;
  width: 100%;
  transition: all 0.5s ease 0s; }
  .banner .banner-content {
    text-align: center; }
  .banner h1 {
    font: bold 46px/50px 'brandon_grotesqueblack', sans-serif;
    color: #fff;
    margin: 231px 0 0 0; }
    .banner h1 span {
      color: #f49422;
      font: 300 46px 'brandon_grotesque_regularRg', sans-serif; }
  .banner .find {
    width: 228px;
    height: 45px;
    display: inline-block;
    margin: 16px 10px;
    color: #fff;
    font: 300 15px/45px 'brandon_grotesqueblack', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    background: #f49422 !important; }
    .banner .find:hover {
      background: #F5C70F;
      color: #191919; }
  .banner .request {
    width: 228px;
    height: 45px;
    border: 1px solid #fff;
    margin: 16px 10px;
    color: #fff;
    font: 300 15px/45px 'brandon_grotesqueblack', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer; }
    .banner .request:hover {
      color: #191919;
      border: 1px solid #F5C70F; }
  .banner .banner-mouse {
    width: 23px;
    height: 41px;
    background: url(../images/banner-mouse.png) 0 0;
    display: inline-block;
    margin-top: 77px; }
    .banner .banner-mouse:hover {
      background-position: 0 -51px; }
.banner.inner-banner {
  height: 400px;
}
.banner.inner-banner h1 {
  margin-top: 120px;
}
.left-homebx {
  width: 100%;
  height: 351px;
  background: url(../images/sheet-metal-bg.jpg) right top no-repeat;
  float: left; }
  .left-homebx .cnt {
    float: right;
    padding-right: 55px; }

.right-homebx {
  width: 100%;
  height: 351px;
  background: url(../images/precirion-bg.jpg) no-repeat;
  float: left; }
  .right-homebx .cnt {
    float: left;
    padding-left: 55px; }
    .right-homebx .cnt a {
      margin-top: 16px; }

.home-content {
  margin-top: 800px;
  width: 100%;
  background: #fff;
  float: left;
  z-index: 100;
  position: relative;
  overflow: hidden; }
  .home-content.inner-page {
    margin-top: 500px;
  }

.tophomebx .cnt {
  width: 545px;
  text-align: center; }

.tophomebx h2 {
  font: 300 33px 'brandon_grotesquemedium', sans-serif;
  text-transform: uppercase;
  margin-top: 59px;
  color: #363636; }
  .tophomebx h2 a {
    color: #363636; }
    .tophomebx h2 a:hover {
      color: #f7931f; }

.tophomebx p {
  font: normal 16px/24px 'Open Sans', sans-serif;
  color: #000; }

.tophomebx .find-btns {
  width: 198px;
  height: 45px;
  border: 1px solid #757575;
  display: inline-block;
  font: 300 14px/45px 'brandon_grotesque_regularRg', sans-serif;
  color: #373737;
  margin: 40px 0 0 0; }
  .tophomebx .find-btns:hover {
    border: 1px solid #F5C70F; }

.hd-brdr {
  display: block;
  width: 38px;
  height: 3px;
  background: #f49422;
  margin: 5px auto 40px auto; }

.home-serv {
  border-bottom: 1px solid #e7e7e7;
  padding: 50px 0 1px 0; }
  .home-serv h3 {
    font: bold 25px/20px 'brandon_grotesque_regularRg', sans-serif;
    color: #373737;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 55px; }
    .home-serv h3 a {
      color: #373737; }
      .home-serv h3 a:hover {
        color: #f49422; }
  .home-serv img {
    max-width: 100%; }

.no-l-padding {
  padding-left: 0; }

.no-r-padding {
  padding-right: 0; }

.left-hmpic {
  position: relative; }

.critical-btn {
  position: absolute;
  top: 50px;
  right: 0;
  font: bold 24px/28px 'brandon_grotesquemedium', sans-serif;
  color: #fff;
  width: 405px;
  padding: 13px 19px;
  text-transform: uppercase;
  background: #f49422;
  background: linear-gradient(to right, #f49422 50%, #F5C70F 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  margin-left: 10px;
  transition: all .5s ease; }
  .critical-btn:hover {
    color: #000;
    background-position: right bottom; }

.telecomm {
  position: absolute;
  top: 217px;
  left: -10px;
  font: bold 24px/28px 'brandon_grotesquemedium', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 19px;
  text-align: right;
  z-index: 100;
  background: #201C1D;
  background: linear-gradient(to right, #201C1D 50%, #F5C70F 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  margin-left: 10px;
  transition: all .5s ease; }
  .telecomm:hover {
    color: #000;
    background-position: right bottom; }

@media screen\0 {
  .telecomm:hover, .critical-btn:hover, .find-btns:hover, .lm-btn:hover {
    background: #F5C70F;
    /*IE9*/ } }

.metal-box {
  background: #f49422;
  float: left;
  width: 100%;
  text-align: center;
  min-height: 197px; }
  .metal-box h4 {
    font: bold 26px/28px 'brandon_grotesquemedium', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 33px 0 13px 0; }
    .metal-box h4 a {
      color: #fff; }
      .metal-box h4 a:hover {
        color: #F5C70F; }
  .metal-box p {
    font: normal 14px/20px 'Open Sans', sans-serif;
    color: #fff;
    padding: 0 110px; }
  .metal-box .lm-btn {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font: 600 14px/36px "brandon_grotesque_regularRg", sans-serif;
    height: 36px;
    margin: 5px 0 0 0;
    width: 124px; }
    .metal-box .lm-btn:hover {
      border: 1px solid #F5C70F;
      color: #000; }

.home-testimonial {
  text-align: center;
  max-width: 947px;
  padding-bottom: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #e7e7e7; }
  .home-testimonial h3 {
    font: bold 25px/20px 'brandon_grotesque_regularRg', sans-serif;
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 54px; }
    .home-testimonial h3 a {
      color: #373737; }
      .home-testimonial h3 a:hover {
        color: #f49422; }
  .home-testimonial p {
    color: #777676;
    font: italic 15px/24px 'Lora', serif; }
  .home-testimonial .testi {
    color: #575759;
    font: normal 12px/20px  'brandon_grotesqueblack', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 24px 0 14px 0;
    display: inline-block; }

.q-icon {
  width: 36px;
  height: 27px;
  background: url(../images/qts.jpg);
  margin: 60px auto 45px auto; }

.iso {
  width: 202px;
  height: 259px;
  margin: 63px auto 0 auto; }

.quality-box {
  height: 547px;
  background: url(../images/quality-bg.jpg) top center fixed no-repeat;
  text-align: center;
  width: 100%;
  float: left;
  background-size: cover; }
  .quality-box p {
    font: italic 21px/32px 'Lora', serif;
    color: #3a3a3a;
    margin-top: 30px; }

.home-cntrbox .why-choose {
  min-height: 662px;
  background: url(../images/why-bg.jpg);
  padding-top: 39px; }
  .home-cntrbox .why-choose .cont {
    float: right;
    width: 565px;
    padding-right: 53px; }
  .home-cntrbox .why-choose p {
    font: normal 16px/24px 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 20px; }

.home-cntrbox .hd-brdr {
  margin: 0 0 25px 0;
  width: 68px; }

.home-cntrbox h3 {
  font: normal 33px/38px 'brandon_grotesquemedium', sans-serif;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase; }
  .home-cntrbox h3 a {
    color: #fff; }
    .home-cntrbox h3 a:hover {
      color: #F5C70F; }

.home-cntrbox .check-out {
  background: url(../images/check-out.jpg);
  min-height: 662px;
  padding-top: 39px; }
  .home-cntrbox .check-out .cont {
    float: left;
    width: 565px;
    padding-left: 53px; }
  .home-cntrbox .check-out .hd-brdr {
    background: #2B2B2D; }
  .home-cntrbox .check-out img {
    margin-top: 20px;
    float: left; }

.request-box {
  padding: 50px 0; }
  .request-box h3 {
    font: bold 25px/20px 'brandon_grotesque_regularRg', sans-serif;
    color: #373737;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .request-box h3 a {
      color: #373737; }
      .request-box h3 a:hover {
        color: #f49422; }
  .request-box input[type="text"], .request-box input[type="file"], .request-box input[type="tel"], .request-box input[type="email"] {
    width: 100%;
    height: 45px;
    border: 1px  solid #c1c1c1;
    padding: 0 20px;
    color: #535454;
    font: normal 13px/20px 'brandon_grotesque_regularRg', sans-serif;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 26px 0; }
  .request-box textarea {
    width: 100%;
    height: 120px;
    border: 1px  solid #c1c1c1;
    padding: 20px;
    color: #535454;
    font: normal 13px/20px 'brandon_grotesque_regularRg', sans-serif;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 26px 0; }
  .request-box input[type="submit"] {
    height: 45px;
    width: 150px;
    float: right;
    color: #fff;
    text-transform: uppercase;
    border: none;
    background: #f49422; }
    .request-box input[type="submit"]:hover {
      color: #000;
      background: #F5C70F; }
  .request-box .input-group-addon, .request-box .input-group-btn {
    vertical-align: inherit; }
  .request-box input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1; }
  .request-box input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1; }
  .request-box ::-webkit-input-placeholder {
    color: #535454;
    opacity: 1 !important;
    /* for chrome */ }
  .request-box textarea:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1; }
  .request-box textarea::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1; }
  .request-box ::-webkit-textarea-placeholder {
    color: #535454;
    opacity: 1 !important;
    /* for chrome */ }

.captch-home p {
  font: 300 14px/24px 'Open Sans', sans-serif;
  font-weight: lighter;
  color: #8d8d8d;
  text-align: right; }
  .captch-home p span {
    text-transform: uppercase; }

/*=== File Upload ===*/
.btn-file {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 45px;
  background: #cdd7e0;
  border-radius: 0;
  border: 1px solid #c1c1c1;
  border-left: 0;
  color: #545454;
  font: normal 11px/45px 'brandon_grotesque_regularRg', sans-serif;
  padding: 0 20px;
  right: 0;
  top: 1px;
  cursor: pointer; }
  .btn-file:hover {
    background: #F5C70F; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block; }

input[readonly] {
  background-color: white !important;
  cursor: text !important; }

/*=== File Upload End ====*/
.sample-work {
  background: #F9F9F9;
  padding: 36px 0 50px 0;
  border-top: 1px solid #E7E7E7; }
  .sample-work h3 {
    font: bold 25px/20px 'brandon_grotesque_regularRg', sans-serif;
    color: #373737;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 42px; }
    .sample-work h3 a {
      color: #373737; }
      .sample-work h3 a:hover {
        color: #f49422; }
  .sample-work .tab-menu {
    padding-top: 5px; }
    .sample-work .tab-menu ul {
      padding: 0; }
    .sample-work .tab-menu li {
      font: normal 14px/20px  'brandon_grotesqueblack', sans-serif;
      color: #373737;
      text-transform: uppercase;
      text-align: right;
      transition: all 0.5s ease 0s;
      cursor: pointer;
      border-bottom: 1px solid #CBCBCB;
      margin-bottom: 10px; }
      .sample-work .tab-menu li a {
        color: #373737;
        padding: 15px 10px;
        display: block; }
        .sample-work .tab-menu li a:hover {
          color: #fff; }
      .sample-work .tab-menu li:last-child {
        border-bottom: 1px solid #F9F9F9; }
    .sample-work .tab-menu .current {
      background: #f49422;
      color: #fff;
      border-bottom: 1px solid #F9F9F9; }
      .sample-work .tab-menu .current a {
        color: #fff; }
  .sample-work .tab-content {
    padding-top: 5px;
    transition: all .5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    top: 80px;
    position: relative; }
  .sample-work .tab-content.current {
    opacity: 1;
    height: auto;
    top: 0; }

.tab-pic {
  height: 249px;
  position: relative;
  background: #fff;
  max-width: 100%;
  position: relative;
  margin-bottom: 30px; }
  .tab-pic img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .tab-pic p {
    font-size: 15px; }

.footer {
  position: relative;
  float: left;
  width: 100%; }

.bottom-map {
  height: 412px;
  float: left;
  width: 100%; }
  .bottom-map #map-canvas {
    height: 412px;
    margin: 0;
    padding: 0;
    width: 100%; }

.footer-top-box {
  background: #232426;
  padding: 68px 0 44px 0; }

.footer-top-box ul {
  padding: 0; }
  .footer-top-box ul li {
    margin-bottom: 11px; }
    .footer-top-box ul li a {
      color: #b3b3b3;
      font: normal 13px/20px 'Open Sans', sans-serif; }
      .footer-top-box ul li a:hover {
        color: #f49422; }
    .footer-top-box ul li .active {
      color: #f49422; }

.footer-top-box h5 {
  margin: 0 0 20px 0; }
  .footer-top-box h5 a {
    font: normal 15px/20px  'brandon_grotesqueblack', sans-serif;
    text-transform: uppercase;
    color: #fff; }
    .footer-top-box h5 a:hover {
      color: #f49422; }

.footer-top-box .address p {
  font: normal 15px/30px 'Open Sans', sans-serif;
  color: #fff; }
  .footer-top-box .address p a, .footer-top-box .address p span {
    cursor: inherit;
    color: #b3b3b3; }

.bottom-gap {
  margin-bottom: 38px; }

.footer-logo {
  margin: 0 0 0 -30px; }

.footer-bottom {
  border-top: 1px solid #383836;
  text-align: center;
  background: #232426;
  padding: 21px 0 27px 0; }
  .footer-bottom p {
    font: normal 13px/24px 'Open Sans', sans-serif;
    color: #969696;
    margin-bottom: 16px; }
    .footer-bottom p a {
      color: #969696; }
      .footer-bottom p a:hover {
        color: #e2e2e2; }

.techwyse-logo {
  width: 33px;
  height: 33px;
  background: url(../images/techwyse-logo.png) 0 0;
  display: block;
  margin: 0 auto; }
  .techwyse-logo:hover {
    background-position: 0 -40px; }

.form-pop {
  border-radius: 0; }
  .form-pop .hd {
    background: #f49422;
    padding: 1px;
    text-align: center; }
    .form-pop .hd h4 {
      font: normal 24px 'brandon_grotesquemedium', sans-serif;
      color: #fff;
      text-transform: uppercase; }
  .form-pop .close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #F5C70F;
    width: 40px;
    height: 40px;
    opacity: 1;
    font: normal 40px/40px 'brandon_grotesquemedium', sans-serif; }
    .form-pop .close:hover {
      background: #EF9B0F; }
  .form-pop input[type="text"], .form-pop input[type="file"], .form-pop input[type="tel"], .form-pop input[type="email"] {
    width: 100%;
    height: 45px;
    border: 1px  solid #c1c1c1;
    padding: 0 20px;
    color: #535454;
    font: normal 13px/20px 'brandon_grotesque_regularRg', sans-serif;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 26px 0; }
  .form-pop textarea {
    width: 100%;
    height: 128px;
    border: 1px  solid #c1c1c1;
    padding: 20px;
    color: #535454;
    font: normal 13px/20px 'brandon_grotesque_regularRg', sans-serif;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 26px 0; }
  .form-pop input[type="submit"] {
    height: 45px;
    width: 100px;
    background: #f49422;
    float: left;
    color: #fff;
    text-transform: uppercase;
    border: none; }
    .form-pop input[type="submit"]:hover {
      background: #F5C70F;
      color: #000; }
  .form-pop .form-popcont {
    padding: 25px 20px; }
  .form-pop input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1; }
  .form-pop input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1; }
  .form-pop ::-webkit-input-placeholder {
    color: #535454;
    opacity: 1 !important;
    /* for chrome */ }
  .form-pop textarea:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1; }
  .form-pop textarea::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1; }
  .form-pop ::-webkit-textarea-placeholder {
    color: #535454;
    opacity: 1 !important;
    /* for chrome */ }

.captch-popup {
  float: left;
  width: 100%; }
  .captch-popup p {
    font: 300 14px/24px 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #8d8d8d; }
    .captch-popup p span {
      text-transform: uppercase; }

/*=== Link Effect ===*/
.hd-effect a {
  text-shadow: none;
  overflow: hidden; }

.hd-effect a::before, .hd-effect a::after {
  position: relative;
  top: 39px;
  background: #f49422;
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 43px;
  bottom: 0;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  transform: scale(0.85); }

.hd-effect a::after {
  opacity: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, transform 0.3s; }

.hd-effect a:hover::before, .hd-effect a:hover::after, .hd-effect a:focus::before, .hd-effect a:focus::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  width: 50px; }

.hd-effect a::after {
  top: 0; }

.hd-effect a:hover::after, .hd-effect a:focus::after {
  top: -41px;
  opacity: 1; }

/*=== Link Effect End ====*/
/*==== Hover CSS =====*/
/* Shutter Out Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F5C70F;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white; }

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-out- horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/*==== Hover CSS End ======*/
.wow-stop {
  animation-iteration-count: unset !important; }

/*== Chrome Hack ===*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .quality-box {
    background-attachment: scroll !important; }
  .telecomm, .critical-btn {
    font: 600 24px/28px 'brandon_grotesque_regularRg', sans-serif; }
  .metal-box h4 {
    font: bold 26px/28px 'brandon_grotesque_regularRg', sans-serif; } }

/*==== Chrome Hack End ====*/
.inner-banner {
  height: 327px; }
  .inner-banner .banner-content {
    max-width: 1000px;
    margin: 0 auto; }
  .inner-banner h1 {
    margin: 58px 0 0 0;
    font: bold 39px/35px 'brandon_grotesqueblack', sans-serif; }
    .inner-banner h1 span {
      font: 300 40px 'brandon_grotesque_regularRg', sans-serif; }
  .inner-banner .find, .inner-banner .request {
    margin-top: 6px;
    font: 300 14px/45px 'brandon_grotesquemedium', sans-serif; }
  .inner-banner .banner-mouse {
    margin-top: 20px; }

/*=== Blog ====*/
.blog {
  margin-top: 30px;
  float: left;
  width: 100%;
  padding-top: 102px; }

.blog-lg-pic {
  border: 1px solid #e7e7e7;
  width: 552px;
  height: 479px;
  background: #F6F6F6;
  position: relative;
  overflow: hidden;
  margin-top: 58px; }
  .blog-lg-pic img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0; }

.blog-lg-cont {
  background: #fff;
  width: 388px;
  height: 360px;
  position: absolute;
  right: 20px;
  top: 108px;
  border: 1px solid #cfcfcf; }
  .blog-lg-cont .top-cont {
    padding: 15px; }

.blog {
  padding-bottom: 50px; }
  .blog h2 {
    font: normal 15px/18px 'Open Sans', sans-serif;
    color: #c0533f;
    margin: 19px 0 15px 0; }
    .blog h2 a {
      color: #c0533f; }
      .blog h2 a:hover {
        color: #000; }
  .blog .hd {
    border-bottom: 1px solid #eaeae9; }
    .blog .hd p {
      font-size: 13px;
      color: #000;
      margin-bottom: 8px; }
      .blog .hd p a {
        color: #9a9a9a; }
        .blog .hd p a:hover {
          color: #f7931f; }
  .blog .txt p {
    font: 300 15px/20px 'Open Sans', sans-serif;
    color: #4D4D4D; }

.plus-btn {
  background: #f7931f;
  width: 53px;
  height: 48px;
  display: block;
  float: left; }
  .plus-btn:hover {
    background: #8c1a05; }

.plus-btn:hover:before {
  top: 23px;
  height: 0; }

.plus-btn:after {
  position: absolute;
  top: 22px;
  left: 23px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: ''; }

.plus-btn:before {
  position: absolute;
  top: 19px;
  left: 26px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

.blog-btm {
  bottom: -1px;
  left: -1px;
  position: absolute;
  width: 100%; }

.b-date {
  color: #b9402a;
  font: bold 14px/20px 'Open Sans', sans-serif;
  margin-bottom: 3px;
  display: inline-block; }
  .b-date:hover {
    color: #000; }
  .b-date span {
    font-size: 14px;
    font-weight: normal; }

.comnt-ct {
  background: url(../images/comment-icon.png) no-repeat 5px 3px;
  display: inline-block;
  float: left;
  width: 115px;
  height: 20px;
  padding-left: 30px;
  margin: 12px 0 0 10px;
  color: #4d4d4d; }

.share {
  float: right;
  width: 65px;
  margin-top: 7px; }
  .share a {
    color: #7F7F7F;
    font-size: 20px;
    padding: 3px;
    float: left;
    margin-right: 3px; }
    .share a:hover {
      color: #f7931f; }
  .share .fa-google-plus {
    font-size: 18px;
    margin-top: 3px; }

.blog-sm-box {
  border: 1px solid #e7e7e7;
  position: relative;
  padding-bottom: 45px;
  margin-top: 30px; }
  .blog-sm-box .blog-sm-pic {
    height: 209px;
    background: #F6F6F6;
    position: relative;
    overflow: hidden; }
    .blog-sm-box .blog-sm-pic img {
      bottom: 0;
      height: auto;
      left: 0;
      margin: auto;
      max-height: 100%;
      max-width: 100%;
      overflow: auto;
      position: absolute;
      right: 0;
      top: 0; }
  .blog-sm-box .top-cont {
    padding: 15px; }

.blog-right {
  background: #C0533F;
  float: left;
  width: 100%;
  padding-bottom: 15px; }

.b-side-links {
  padding: 15px 15px 0 15px; }
  .b-side-links h3 {
    font: 300 18px/35px 'brandon_grotesquemedium', sans-serif;
    color: #f4e000;
    text-transform: uppercase;
    margin: 0; }
  .b-side-links ul {
    padding: 0; }
  .b-side-links li {
    border-bottom: 1px solid #d38779;
    padding: 5px 0 16px 0; }
    .b-side-links li a {
      font: 300 13px/20px 'Open Sans', sans-serif;
      color: #f9f2f1; }
      .b-side-links li a:hover {
        text-decoration: underline; }

.archives li:last-child {
  border: none; }

.pagination {
  font: 300 15px/25px 'Open Sans', sans-serif;
  padding: 5px 0 15px 0;
  float: left; }
  .pagination ul {
    list-style: none;
    padding: 0; }
    .pagination ul li {
      float: left;
      margin-right: 1px; }
      .pagination ul li a {
        color: #000;
        min-width: 25px;
        text-align: center;
        display: block;
        transition: all 1s ease 0s; }
      .pagination ul li span, .pagination ul li a:hover {
        display: block;
        background: #191919;
        border-radius: 4px;
        min-width: 25px;
        text-align: center;
        color: #fff; }
      .pagination ul li .nxt {
        padding: 0 8px; }

.leave-comnt {
  float: left;
  width: 100%;
  background: #FEFEFE;
  border: 1px solid #E7E7E7;
  margin-top: 34px;
  padding: 22px 22px 12px 22px; }
  .leave-comnt h3 {
    font: bold 20px 'Open Sans', sans-serif;
    color: #b9402a;
    margin: 5px 0 20px 0; }
  .leave-comnt input[type="text"], .leave-comnt input[type="file"], .leave-comnt input[type="tel"], .leave-comnt input[type="email"], .leave-comnt textarea {
    height: 34px;
    border-radius: 0;
    border: 1px dashed #9fa681;
    margin-bottom: 17px;
    padding: 0 14px;
    font: 300 13px 'Open Sans', sans-serif;
    font-style: italic;
    color: #696a69;
    width: 100%; }
    .leave-comnt input[type="text"]:focus, .leave-comnt input[type="file"]:focus, .leave-comnt input[type="tel"]:focus, .leave-comnt input[type="email"]:focus, .leave-comnt textarea:focus {
      box-shadow: inherit; }
  .leave-comnt textarea {
    height: 154px !important;
    padding: 5px 14px !important; }
  .leave-comnt input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #696a69; }
  .leave-comnt input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #696a69; }
  .leave-comnt ::-webkit-input-placeholder {
    /* for chrome */
    opacity: 1 !important;
    color: #696a69; }
  .leave-comnt textarea-placeholder, .leave-comnt textarea:-moz-placeholder, .leave-comnt textarea::-moz-placeholder {
    opacity: 1 !important;
    color: #696a69; }
  .leave-comnt input[type="submit"] {
    border: none;
    text-transform: capitalize;
    background: #f7931f;
    font: bold 20px/48px 'Open Sans', sans-serif;
    color: #fff;
    width: 133px;
    height: 48px;
    margin-bottom: 15px; }
    .leave-comnt input[type="submit"]:hover {
      background: #F5C70F;
      color: #000; }

.comt-bottom {
  float: left;
  width: 100%;
  padding: 28px 30px 0 30px; }
  .comt-bottom h4 {
    font: bold 16px 'Open Sans', sans-serif;
    color: #c0533f; }
  .comt-bottom .comt-btmcont {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
    .comt-bottom .comt-btmcont p {
      font: 300 15px/21px 'Open Sans', sans-serif;
      color: #414141; }
    .comt-bottom .comt-btmcont img {
      margin-bottom: 11px; }
  .comt-bottom .btm-posted {
    position: absolute;
    color: #9a9a9a;
    font: 300 14px/25px 'Open Sans', sans-serif;
    left: 65px;
    top: 10px; }
    .comt-bottom .btm-posted .p-date, .comt-bottom .btm-posted a {
      color: #c0533f; }
    .comt-bottom .btm-posted a:hover {
      color: #000; }

.subscribe-btn {
  background: #F6E001;
  width: 100%;
  height: 49px;
  float: left;
  color: #57585A;
  text-align: center;
  margin-bottom: 20px; }
  .subscribe-btn span {
    display: inline-block; }
  .subscribe-btn .fa {
    color: #57585A;
    font-size: 18px; }
  .subscribe-btn .txt-box {
    margin-top: 15px; }
  .subscribe-btn .txt {
    font: 300 18px/22px 'Open Sans', sans-serif;
    margin-left: 16px; }
  .subscribe-btn:hover {
    background: #f7931f;
    color: #fff; }
    .subscribe-btn:hover .fa {
      color: #fff; }

/*=== Blog End ====*/
.back {
  font: 800 15px/15px 'Open Sans', sans-serif;
  color: #c0533f;
  text-decoration: underline;
  width: 55px;
  height: 18px;
  display: block;
  float: right;
  background: url(../images/back-arrow.png) no-repeat 0 3px;
  padding-left: 18px; }
  .back:hover {
    background: url(../images/back-arrow-hover.png) no-repeat 0 3px;
    text-decoration: underline;
    color: #000; }

/*==== Inner Page Style ====*/
.content-sec {
  margin-top: 460px;
  width: 100%;
  background: #fff;
  float: left;
  z-index: 100;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7; }
  .content-sec h2 {
    font: 300 33px 'brandon_grotesquemedium', sans-serif;
    text-transform: uppercase;
    margin-top: 59px;
    margin-bottom: 30px;
    color: #363636;
    line-height: 22px; }
  .content-sec h3 {
    font: 600 25px 'brandon_grotesquemedium', sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 28px 0px;
    color: #363636;
    line-height: 22px; }
    .content-sec h3 a {
      color: #363636; }
      .content-sec h3 a:hover {
        color: #f49422; }
  .content-sec p {
    font: normal 15px/21px 'Open Sans', sans-serif;
    color: #26282a;
    margin-bottom: 28px; }
    .content-sec p a {
      text-decoration: none;
      font: normal 15px/24px 'Open Sans', sans-serif;
      color: #f49422; }
      .content-sec p a:hover {
        color: #26282a; }
  .content-sec span {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block; }
  .content-sec img {
    float: left;
    margin: 0px 30px 30px 0px; }
  .content-sec ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 10px 0px; }
  .content-sec li {
    list-style: none;
    padding: 0px 0px 18px 17px;
    margin: 0px 0px 0px 20px;
    font: normal 15px/24px 'Open Sans', sans-serif;
    color: #26282a;
    background: url(../images/bullet-li.png) left 6px no-repeat; }
  .content-sec .hd-brdr {
    display: block;
    width: 71px;
    height: 3px;
    background: #f49422;
    margin: 5px 0px 20px 0px; }
  .content-sec .find-btns {
    width: 153px;
    height: 45px;
    border: 1px solid #777777;
    display: inline-block;
    font: 300 14px/45px 'brandon_grotesque_regularRg', sans-serif;
    color: #373737;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    float: right; }
    .content-sec .find-btns:hover {
      border: 1px solid #F5C70F; }
  .content-sec .outr-wrap {
    margin-bottom: 61px; }

.innerbtm-content {
  background: #fff;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 100; }
  .innerbtm-content .request-box {
    padding-top: 33px; }

.brdcm {
  float: left;
  display: block;
  width: 100%;
  font-size: 15px;
  padding-bottom: 15px; }
  .brdcm a {
    color: #4c4c4c;
    display: inline-block;
    float: left; }
  .brdcm span {
    background: url(../images/brcomb.jpg) no-repeat center;
    width: 30px;
    height: 12px;
    display: inline-block;
    float: left;
    margin-top: 5px; }
  .brdcm .active {
    cursor: default;
    color: #e67167; }

@media (min-width: 768px) {
  .mt-40 {
    margin-top: 40px; } }

@media (max-width: 1024px) {
  /*=== Responsive Menu ===*/
  .mob-btn {
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 0 0 0;
    right: 15px;
    top: 80px;
    float: right;
    position: absolute;
    background: #191919;
    display: block;
    z-index: 110;
    display: block;
    width: 55px;
    height: 40px;
    border-radius: 3px;
    transition: all 0.5s ease 0s; }
  .mob-btn span {
    background: none repeat #fff;
    display: block;
    height: 3px;
    position: relative;
    transition: all 0.5s ease-in-out 0s;
    width: 35px;
    margin: 5px 10px 0 10px;
    float: left; }
  .open .menu {
    right: 0px;
    top: 0;
    height: 100%; }
  .open .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 120; }
  .menu {
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0px;
    background: #191919;
    padding: 0px;
    margin: 0px;
    overflow-y: scroll;
    transition: all 0.3s;
    z-index: 1002;
    right: -280px; }
  .menu > ul {
    width: 100%;
    padding-bottom: 30px; }
  .menu li {
    float: none !important; }
  .menu > ul > li > a {
    padding: 12px 15px;
    color: #fff; }
  .menu > ul > li {
    border-bottom: 1px solid #343537; }
  .menu > ul > li:last-child {
    border: none; }
  .menu > ul > li.submenu > a:after {
    display: none;
    transform: inherit;
    transition: inherit; }
  .menu ul ul li {
    height: auto !important;
    transition: inherit; }
  .menu ul ul li a {
    width: 100%; }
  .menu li.submenu i {
    position: absolute;
    width: 43px;
    height: 41px;
    top: 0px;
    right: 0;
    cursor: pointer;
    background: #232426; }
  .menu li.submenu .submenu i, .menu li.submenu .submenu i:hover {
    height: 40px;
    background: #191919; }
  .menu li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #ccc;
    position: absolute;
    right: 17px;
    top: 12px;
    z-index: 10; }
  .menu ul ul, .menu ul ul ul, .menu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    display: none;
    height: 0;
    top: 0 !important; }
  .menu li.submenu i::after {
    top: 20px; }
  .submenu.open > ul {
    display: block;
    height: inherit !important;
    z-index: 120;
    margin-bottom: 15px;
    top: 0;
    opacity: 1;
    border-bottom: 1px solid #343537; }
  .submenu.open > ul a {
    padding: 10px 30px; }
  .submenu.open > ul ul a {
    padding: 10px 40px; }
  .menu, .menu ul, .menu ul li, .menu ul li a {
    line-height: 18px; }
  .menu > ul > li.submenu:hover > a:before {
    height: auto;
    top: 0; }
  .menu li:hover > ul {
    left: 0; }
  /*==== Responsive Menu End ====*/
  .header {
    padding-bottom: 20px;
    overflow: hidden; }
  .slim-header .mob-btn {
    top: 53px; }
  .slim-header .logo {
    padding-top: 11px; }
  .banner h1, .banner h1 span {
    font-size: 40px; }
  .tophomebx .cnt, .home-cntrbox .why-choose .cont, .home-cntrbox .check-out .cont {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; }
  .telecpic {
    height: 303px; }
  .home-cntrbox .why-choose, .home-cntrbox .check-out {
    padding-top: 10px; }
  .footer-logo {
    margin: 0; }
  .footer-logo img {
    max-width: 100%; }
  .slim-header {
    padding-bottom: 34px;
    background-color: #F6F6F6; }
  .banner .banner-mouse {
    display: none; }
  .content-sec {
    margin-top: 490px; } }

@media (max-width: 991px) {
  .header {
    padding-bottom: 42px; }
  .slim-header {
    padding-bottom: 30px; }
  .banner {
    height: 400px; }
  .banner h1 {
    margin-top: 80px; }
  .banner h1, .banner h1 span {
    font-size: 36px; }
  .home-content {
    margin-top: 532px; }
  .left-homebx, .right-homebx {
    height: auto;
    padding-bottom: 40px; }
  .tophomebx h2, .home-cntrbox h3 {
    font-size: 28px; }
  .left-hmpic {
    width: 50%;
    float: left; }
    .left-hmpic img {
      height: 300px;
      width: 100%; }
  .home-serv .no-r-padding {
    padding-right: 15px; }
  .home-serv .no-l-padding {
    padding-left: 15px; }
    .home-serv .no-l-padding img {
      width: 100%; }
  .critical-btn, .telecomm {
    width: 90%;
    font-size: 18px;
    right: 0;
    left: 0;
    top: 150px;
    text-align: left;
    padding: 15px;
    margin: 0;
    z-index: 999; }
  .logo img {
    max-width: 100%; }
  .home-cntrbox .why-choose, .home-cntrbox .check-out {
    min-height: inherit;
    float: left;
    width: 100%;
    padding-bottom: 20px; }
  .home-cntrbox .check-out {
    padding-bottom: 40px; }
  .home-cntrbox h3 br {
    display: none; }
  .footer-logo {
    margin: 50px 0 30px 0;
    float: left; }
  .right-homebx .cnt a, .tophomebx a {
    margin-top: 25px; }
  .request-box {
    padding: 30px 0 35px 0; }
  .home-serv {
    padding-top: 30px; }
  .home-testimonial {
    padding-bottom: 35px; }
  .tab-pic {
    height: 154px; }
  .home-cntrbox .no-padding {
    padding: 0 15px; }
  .blog-lg-cont {
    width: 100%;
    position: static; }
  .blog-lg-pic {
    width: 100%; }
  .blog-lg-cont {
    height: auto;
    left: 0;
    padding-bottom: 40px;
    position: relative;
    top: 0;
    border-top: none; }
  .blog {
    margin-top: 80px; }
  .blog-right {
    margin-top: 30px; }
  .content-sec h3 {
    font-size: 22px;
    line-height: 26px; }
  .content-sec img {
    max-width: 100%;
    width: 100%; } }

@media (max-width: 767px) {
  .logo {
    padding-top: 10px; }
    .logo img {
      margin: 0 auto;
      display: block;
      width: 210px; }
      .service-page-box .content-wrap {
        padding: 20px 10px 30px 10px;
      }
      .service-page-box .content-wrap h3 {
        font: 20px/22px "Conv_ProximaNova-Light", Sans-Serif;
      }
  .header-top .call-top {
    background: inherit;
    margin: 25px auto 10px auto;
    float: none;
    width: 232px;
    height: 35px; }
    .header-top .call-top a {
      color: #f7931f;
      background: url(../images/call-icon-mob.png) no-repeat 0 9px;
      line-height: 35px;
      font-size: 20px; }
  .header-top .social-link {
    width: 165px;
    margin: 0 auto;
    border: none;
    float: none; }
    .header-top .social-link a {
      background: #f7931f;
      padding: 12px;
      border-radius: 3px;
      color: #fff;
      margin: 0 2px; }
      .header-top .social-link a:hover {
        background: #191919;
        color: #fff; }
  .mob-btn, .slim-header .mob-btn {
    right: 10px !important;
    top: -14px; }
  .header {
    padding-bottom: 10px;
    background: url(../images/header-bg.jpg) repeat-x 0 -21px #F6F6F6;
    position: inherit; }
  .banner, .slim-banner {
    margin: 0 !important;
    position: inherit; }
  .banner h1 {
    margin-top: 60px; }
  .banner h1, .banner h1 span {
    font-size: 27px;
    line-height: 30px; }
  .banner h1 span {
    display: block; }
  .left-hmpic {
    width: 100%; }
  .critical-btn, .telecomm {
    float: left;
    position: inherit;
    top: inherit;
    width: 100%;
    font-size: 15px;
    text-align: center; }
  .metal-box {
    min-height: inherit;
    padding-bottom: 25px; }
  .metal-box h4 {
    font-size: 15px;
    padding: 15px 15px 5px 15px;
    margin: 0; }
  .metal-box p {
    padding: 0 15px; }
  .q-icon {
    margin: 30px auto; }
  .home-testimonial h3 {
    font-size: 17px; }
  .iso {
    width: 120px;
    height: auto;
    margin-top: 30px; }
    .iso img {
      max-width: 100%; }
  .quality-box {
    height: 410px; }
    .quality-box p {
      padding: 0 15px;
      font-size: 16px;
      line-height: 28px; }
      .quality-box p br {
        display: none; }
  .tophomebx h2, .home-cntrbox h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px; }
  .tophomebx .cnt, .home-cntrbox .why-choose .cont, .home-cntrbox .check-out .cont {
    padding: 0 15px; }
  .home-cntrbox .why-choose p {
    font-size: 14px; }
  .sample-work h3 {
    font-size: 18px; }
  .sample-work {
    padding: 30px 0; }
    .sample-work .no-r-padding {
      padding-right: 15px; }
  .sample-work .tab-menu li a {
    text-align: center; }
  .sample-work .tab-menu li {
    margin: 0; }
  .footer-top-box ul li a {
    text-align: center;
    display: block; }
  .footer-top-box {
    padding: 30px 0; }
  .footer-top-box h5 {
    text-align: center;
    margin: 20px 0 10px 0; }
  .bottom-gap {
    margin-bottom: 0; }
  .footer-top-box ul li {
    margin-bottom: 20px; }
  .footer-logo img {
    max-width: 100%; }
  .footer-logo {
    display: block;
    width: 190px;
    float: none;
    margin: 20px auto; }
  .footer-top-box .address {
    text-align: center;
    margin: 20px 0 0 0;
    width: 100%; }
  .home-content {
    margin: 0; }
    .home-content.inner-page {
      margin-top: 0;
    }
    .inner-title-wrap{
      padding: 30px 0!important;
    }
  .left-hmpic img {
    height: auto; }
  .slim-header {
    transition: inherit;
    background: url(../images/header-bg.jpg) repeat-x 0 -21px #fff; }
  .slim-header .logo {
    padding-top: 10px; }
  .slim-header .header-top .call-top {
    padding: 0 20px 0 30px;
    margin-top: 25px; }
  .slim-header .header-top .call-top a {
    background: url(../images/call-icon-mob.png) no-repeat 0 9px;
    line-height: 35px; }
  .slim-header .header-top .social-link a {
    margin: 0 2px; }
  .slim-banner {
    margin: 0; }
  .slim-header .header-top .social-link {
    height: 48px; }
  .left-homebx, .right-homebx {
    background-size: cover; }
  .form-pop input[type="text"], .form-pop input[type="file"], .form-pop input[type="tel"], .form-pop input[type="email"], .request-box input[type="text"], .request-box input[type="file"], .request-box input[type="tel"], .request-box input[type="email"] {
    padding: 0 10px; }
  .form-pop textarea, .request-box textarea {
    padding: 8px 10px; }
  .blog-lg-pic {
    height: 209px;
    margin-top: 30px; }
  .blog {
    margin-top: 0;
    padding-top: 0; }
  .btm-posted {
    top: 0;
    left: 70px; }
  .content-sec h2 {
    font-size: 24px;
    line-height: 26px; }
  .content-sec h3 {
    margin-bottom: 15px;
    font-size: 19px; }
  .content-sec {
    margin-top: 0px; }
  .content-sec .outr-wrap {
    margin-bottom: 30px; }
  .content-sec img {
    margin-bottom: 25px; }
  .brdcm {
    display: none; } }

.inner-title-wrap {
  padding: 50px 0;
}    
.inner-title-wrap h1 {
  font: 50px/27px brandon_grotesque_regularRg;
  color: #231f20
}

.our-services-wrap {
  padding: 0 0 30px 0;
}

.our-services-wrap p {
  font: 16px/23px "Conv_ProximaNova-Light", Sans-Serif;
  padding-bottom: 10px
}

.service-page-box {
  border-bottom: 1px solid #d3d2d2;
  padding-bottom: 20px
}

.service-page-box .service-page-inner {
  padding-bottom: 28px
}

.service-page-box .content-wrap {
  padding: 30px;
  background: #F5F5F5
}

.service-page-box .content-wrap h3 {
  font: 26px/22px brandon_grotesque_regularRg;
  color: #231f20;
  margin-top: 0;
}

.service-page-box .content-wrap .devider {
  border-bottom: 1px solid #cbcaca;
  margin: 10px 0 30px 0
}

.service-page-box .content-wrap p {
  font: 16px/23px "Conv_ProximaNova-Light", Sans-Serif;
  padding-bottom: 24px
}

.service-page-box .content-wrap .more {
  font: 15px 'Conv_ProximaNova-Light', Sans-Serif;
  color: #fff;
  padding: 9px 25px;
  float: left;
  background: #007a9a;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s
}

.service-page-box .content-wrap .more:hover {
  background: #3599b9;
  color: #000
}

.service-detail-page h4 {
  color: #007a9a;
  font: 22px/22px brandon_grotesque_regularRg;
  padding-bottom: 25px;
  margin: 0
}

.service-detail-page p {
  color: #231f20;
  font: 17px/22px "Conv_ProximaNova-Light", Sans-Serif;
  padding-bottom: 20px
}

.service-detail-page img {
  float: left;
  max-width: 100%;
  padding: 0 30px 50px 0px
}

.service-detail-page ul {
  list-style: none;
  padding: 0 0 38px 23px;
  display: inline-block
}

.service-detail-page ul li {
  background: url(../img/service-li.png) left 19px no-repeat;
  padding: 0 0 0 21px;
  color: #231f20;
  font: 17px/45px "Conv_ProximaNova-Light", Sans-Serif
}

.contact-wrap {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
  padding-bottom: 0;
  font-size: 15px;
}

.contact-wrap h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
  font-family: 'brandon_grotesquemedium', sans-serif;
}

.contact-wrap h5 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 8px;
  font-family: 'brandon_grotesquemedium', sans-serif;
}

.contact-map {
  padding-top: 50px
}

.form-grp {
  margin-bottom: 25px
}

.sub-wrap1 {
  font-size: 13px
}

.sub-wrap1 p {
  margin-top: 0
}

.sub-wrap1 p span {
  color: #3983c5;
  font-weight: 500;
  text-transform: uppercase
}

.sub-wrap1 .btn {
  height: 36px;
  border: 1px solid #3983c5;
  padding: 0 30px;
  background: #fff;
  color: #3983c5;
  text-transform: uppercase;
  margin-left: 10px;
  top: -3px
}

.form-control,
.contact-wrap input[type="text"],
.contact-wrap input[type="password"],
.contact-wrap input[type="email"],
.contact-wrap input[type="number"],
.contact-wrap input[type="tel"],
.contact-wrap input[type="url"],
.contact-wrap textarea,
.contact-wrap select {
  height: 38px;
  padding: 7px 8px;
  font-size: 13px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease 0.1s
}

.form-control.focus,
.form-control:focus,
input[type="text"].focus,
input[type="text"]:focus,
input[type="password"].focus,
input[type="password"]:focus,
input[type="email"].focus,
input[type="email"]:focus,
input[type="number"].focus,
input[type="number"]:focus,
input[type="tel"].focus,
input[type="tel"]:focus,
input[type="url"].focus,
input[type="url"]:focus,
textarea.focus,
textarea:focus,
select.focus,
select:focus {
  border-color: #51a7e8;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5)
}

.cta-contact {
  width: 180px;
  height: 45px;
  display: inline-block;
  margin: 16px 10px;
  color: #fff;
  font: 300 15px/45px 'brandon_grotesqueblack', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  background: #f49422 !important;
  text-align: center;
}

.content-wrap {

}

.content-wrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #2c2c2c;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
}
.content-wrap .img-lft {
  float: left;
  padding-right: 25px;
  padding-bottom: 25px;
}
@media (max-width: 570px) {
  .content-wrap .img-lft {
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
}
.content-wrap .img-ryt {
  float: right;
  padding-left: 25px;
  padding-bottom: 25px;
}


@media (max-width: 479px) {
  .sub-wrap1 .btn {
    padding: 0 10px
  }
  .inner-title-wrap h1 {
    font-size: 29px
  }
  .service-detail-page ul {
    padding: 0 0 38px 10px
  }
  .service-detail-page img {
    float: none;
    width: 100%;
    margin: 0 auto
  }
  .service-detail-page ul li {
    font: 17px/30px "Conv_ProximaNova-Light", Sans-Serif;
    background: url(../img/service-li.png) left 10px no-repeat
  }
}


