@import url("https://fonts.googleapis.com/css?family=Raleway:300");
@import url("https://fonts.googleapis.com/css?family=Roboto");
.height5 {
  height: 5px;
  clear: both; }

.height6 {
  height: 6px;
  clear: both; }

.height7 {
  height: 7px;
  clear: both; }

.height8 {
  height: 8px;
  clear: both; }

.height9 {
  height: 9px;
  clear: both; }

.height10 {
  height: 10px;
  clear: both; }

.height11 {
  height: 11px;
  clear: both; }

.height12 {
  height: 12px;
  clear: both; }

.height13 {
  height: 13px;
  clear: both; }

.height14 {
  height: 14px;
  clear: both; }

.height15 {
  height: 15px;
  clear: both; }

.height16 {
  height: 16px;
  clear: both; }

.height17 {
  height: 17px;
  clear: both; }

.height18 {
  height: 18px;
  clear: both; }

.height19 {
  height: 19px;
  clear: both; }

.height20 {
  height: 20px;
  clear: both; }

.height21 {
  height: 21px;
  clear: both; }

.height22 {
  height: 22px;
  clear: both; }

.height23 {
  height: 23px;
  clear: both; }

.height24 {
  height: 24px;
  clear: both; }

.height25 {
  height: 25px;
  clear: both; }

.height26 {
  height: 26px;
  clear: both; }

.height27 {
  height: 27px;
  clear: both; }

.height28 {
  height: 28px;
  clear: both; }

.height29 {
  height: 29px;
  clear: both; }

.height30 {
  height: 30px;
  clear: both; }

.font-size10 {
  font-size: 10px; }

.font-size11 {
  font-size: 11px; }

.font-size12 {
  font-size: 12px; }

.font-size13 {
  font-size: 13px; }

.font-size14 {
  font-size: 14px; }

.font-size15 {
  font-size: 15px; }

.font-size16 {
  font-size: 16px; }

.font-size17 {
  font-size: 17px; }

.font-size18 {
  font-size: 18px; }

.font-size19 {
  font-size: 19px; }

.font-size20 {
  font-size: 20px; }

.font-size21 {
  font-size: 21px; }

.font-size22 {
  font-size: 22px; }

.font-size23 {
  font-size: 23px; }

.font-size24 {
  font-size: 24px; }

.font-size25 {
  font-size: 25px; }

.font-size26 {
  font-size: 26px; }

.font-size27 {
  font-size: 27px; }

.font-size28 {
  font-size: 28px; }

.font-size29 {
  font-size: 29px; }

.font-size30 {
  font-size: 30px; }

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-top: 10px; }

p {
  font-family: "Roboto", sans-serif; }

.clr {
  clear: clear; }

.text-white {
  color: #fff; }

.text-off {
  color: #C9CBCC; }

.text-bold {
  font-weight: bold; }

.text-theme {
  color: #178e1a; }

.text-theme-light {
  color: #ee8169; }

.margin-tb {
  margin-top: 10px;
  margin-bottom: 10px; }

.row_5 {
  margin-left: -5px;
  margin-right: -5px; }

.pad0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad3 {
  padding-left: 3px;
  padding-right: 3px; }

.pad5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-bottom10 {
  margin-bottom: 10px; }

.margin-bottom20 {
  margin-bottom: 20px; }

textarea {
  resize: vertical; }

.height60 {
  height: 60px; }

.mar-4 {
  margin-left: -4px; }

.gap10 {
  margin: 5px 0; }

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .display-flex {
      display: block; } }

a {
  color: #30afd6;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s; }
  a:hover, a:focus {
    text-decoration: none;
    color: #1b6981; }

.rounded-0 {
  border-radius: 0; }

.margin-padding0 {
  margin: 0;
  padding: 0; }

ul.list {
  margin: 0;
  padding: 0; }
  ul.list li {
    margin-left: 15px; }

ul.list2 {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block; }
  ul.list2 li {
    margin: 0;
    padding: 0 10px 5px 0;
    min-width: 30%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      ul.list2 li {
        min-width: 100%; } }
    ul.list2 li:before {
      font-family: 'FontAwesome';
      content: "\f178";
      color: #B88E63;
      margin-right: 5px; }

.relative_block {
  position: relative; }

.img100 {
  width: 100%; }

#back-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 1000;
  display: none;
  margin-left: 500px;
  width: 35px;
  height: 35px;
  background: #178e1a;
  border: 1px solid #fff;
  color: white;
  text-align: center;
  cursor: pointer; }
  @media (max-width: 767px) {
    #back-top {
      bottom: 45px;
      right: 10px; } }
  #back-top:hover {
    color: white;
    border: 1px solid #fff;
    background: #333; }
  #back-top i {
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px; }

header {
  background: url(../images/header-bg-left.png) left top no-repeat, url(../images/header-bg-right.png) right top no-repeat;
  width: 100%;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 100; }
  @media (max-width: 767px) {
    header {
      background-image: none;
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    header {
      background-color: #fff;
      position: relative; } }
  header .logo {
    position: absolute;
    top: -46px;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    width: 300px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (max-width: 767px) {
      header .logo {
        width: 170px;
        top: 0px;
        left: 5px; } }
  header .top-right-section {
    width: auto;
    display: inline-block; }
  header ul.contact {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    display: table;
    text-align: right;
    width: auto;
    margin-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #efefef; }
    header ul.contact li {
      display: inline-block;
      text-align: left;
      color: #000;
      vertical-align: top;
      margin-right: 10px; }
      header ul.contact li .icon-color {
        width: 27px;
        height: 27px;
        line-height: 24px;
        display: inline-block;
        border: 1px solid #fff;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        color: #178e1a; }
      header ul.contact li a.social {
        display: block;
        padding: 2px;
        width: 30px;
        height: 30px;
        line-height: 25px;
        border: 1px solid #178e1a;
        background-color: #fff;
        border-radius: 50%;
        text-align: center;
        color: #178e1a; }
        header ul.contact li a.social:hover {
          background-color: #178e1a;
          border: 1px solid #178e1a;
          color: #fff; }
          header ul.contact li a.social:hover i {
            color: #fff; }
  header.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
    header.sticky ul.contact {
      display: none; }
    header.sticky .logo {
      width: 145px;
      top: -3px; }
      @media (max-width: 767px) {
        header.sticky .logo {
          width: 140px; } }

.menu-block {
  margin-top: 5px; }
  @media (max-width: 767px) {
    .menu-block {
      margin-top: -5px; } }
  .menu-block .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 2px;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    position: relative; }
    .menu-block .navbar-nav > li > a:hover {
      background: none;
      color: #178e1a; }
    .menu-block .navbar-nav > li > a:after {
      content: "";
      background: #178e1a;
      height: 2px;
      position: absolute;
      width: 100%;
      left: 0px;
      bottom: -1px;
      transition: all 250ms ease 0s;
      transform: scale(0); }
      @media (max-width: 767px) {
        .menu-block .navbar-nav > li > a:after {
          height: 1px; } }
    .menu-block .navbar-nav > li > a:before {
      content: "";
      background: #178e1a;
      height: 2px;
      position: absolute;
      width: 100%;
      left: 0px;
      top: -1px;
      transition: all 250ms ease 0s;
      transform: scale(0); }
      @media (max-width: 767px) {
        .menu-block .navbar-nav > li > a:before {
          height: 1px; } }
    .menu-block .navbar-nav > li > a:hover:after {
      transform: scale(1); }
    .menu-block .navbar-nav > li > a:hover:before {
      transform: scale(1); }
    .menu-block .navbar-nav > li > a.active-menu {
      color: #178e1a; }
      .menu-block .navbar-nav > li > a.active-menu:after {
        transform: scale(1); }
    .menu-block .navbar-nav > li > a:focus {
      background: none; }
  @media (max-width: 767px) {
    .menu-block .navbar-nav {
      margin-top: 0;
      margin-bottom: 0; } }
  .menu-block .navbar-toggle {
    margin: 10px 0 0 0;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 17px; }
  @media (max-width: 767px) {
    .menu-block .navbar-collapse {
      width: 200px;
      background-color: rgba(255, 255, 255, 0.9);
      position: fixed;
      top: 55px;
      right: 0;
      z-index: 52;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
    .menu-block .dropdown-menu > li > a {
      color: #6B6B6B; }
      .menu-block .dropdown-menu > li > a:hover {
        background-color: transparent;
        color: #178e1a; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-block .nav > li > a {
      padding: 10px 10px; } }

.sticky .menu-block {
  margin-top: 5px; }
  @media (max-width: 767px) {
    .sticky .menu-block {
      margin-top: -5px; } }

/*Slider-Part--------------->*/
.left-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: table; }

.banner-bg-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 16;
  display: table;
  width: 100%; }

.slider-animated-1 {
  position: absolute;
  top: 30px;
  left: 20%;
  z-index: 6;
  display: table; }

.overflow-hidden {
  overflow: hidden; }

.slider-block {
  margin-top: -60px; }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 15; }

.carousel-control {
  width: 6%; }
  @media (max-width: 767px) {
    .carousel-control {
      width: 10%; } }

.arrow-top {
  top: 48%;
  left: 0;
  right: 0;
  position: absolute; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.carousel-indicators {
  right: 10px;
  top: -30px;
  width: auto;
  height: 30px;
  margin: 0;
  left: inherit; }

.carousel-indicators li {
  border-color: #178e1a; }

.carousel-indicators .active {
  background-color: #178e1a; }

/*End-Slider--------------->*/
.bot-bg {
  background: #fff url(../images/bg-5.png);
  width: 100%;
  display: block;
  position: relative;
  z-index: 2; }

/*----Paralax-css-----*/
.patteren {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3); }

.fixed_img {
  width: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 100% !important;
  display: block; }

.sec-bg1 {
  background: url(../images/resource/paralax-1.jpg) no-repeat center; }

.sec-bg2 {
  background: url(../images/resource/paralax-2.jpg) no-repeat right; }

.block50-gap {
  padding-top: 50px;
  padding-bottom: 50px;
  display: block; }

/*----End-Paralax-css-----*/
footer {
  background: #ebebeb url(../images/slider/footer-bg.jpg) center bottom no-repeat; }
  footer .hadding-style {
    position: relative;
    display: table; }
    footer .hadding-style:after {
      content: '';
      position: absolute;
      top: 15px;
      left: 115%;
      border-bottom: 1px solid #fff;
      width: 50px; }
  footer .contact-icon {
    font-size: 18px;
    color: #fff;
    background-color: #178e1a;
    position: relative;
    margin-top: 0px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    float: left; }

.form-style .form-control {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-radius: 0; }
.form-style .btn-default {
  background: none;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 22px; }
  .form-style .btn-default:hover {
    background-color: #efefef;
    color: #000; }

.footer-bottom {
  background-color: #178e1a;
  width: 100%;
  display: block;
  padding: 12px 0; }

.product_block {
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 2px;
  margin-bottom: 10px;
  overflow: hidden; }

.product_block a img {
  height: 170px; }

.gallery_block {
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  padding: 15px;
  overflow: hidden; }

.image-effect {
  transition: transform .2s;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block; }
  .image-effect img {
    width: 100%; }

.image-effect:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(175, 128, 82, 0.6); }

.image-effect:hover:after {
  font-family: 'FontAwesome';
  content: "\f06e";
  color: #fff;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }

.image-effect:hover {
  transform: scale(1.2); }

.map {
  border: 1px solid #178e1a;
  padding: 5px;
  display: block; }

ul.social-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }
  ul.social-footer li {
    display: inline-block; }
    ul.social-footer li a.social {
      display: block;
      padding: 2px;
      width: 30px;
      height: 30px;
      line-height: 25px;
      border: 1px solid #fff;
      border-radius: 50%;
      text-align: center;
      color: white; }
      ul.social-footer li a.social:hover {
        background-color: white;
        border: 1px solid #fff;
        color: #178e1a; }

.btn-style {
  background: none;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 22px; }
  .btn-style:hover {
    background-color: #178e1a;
    border-color: #178e1a;
    color: #fff; }

.contact-det {
  display: block; }
  .contact-det p {
    position: relative;
    padding-left: 40px; }
    .contact-det p i {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }

.other-banner {
  width: 100%;
  position: relative;
  display: block; }
  @media (max-width: 767px) {
    .other-banner {
      top: 0px; } }
  .other-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding-top: 120px; }
    @media (max-width: 767px) {
      .other-banner .overlay {
        padding-top: 20px; } }
  .other-banner .text-shadow {
    text-shadow: 1px 1px 1px #fff; }

ul.email-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.email-list li {
    position: relative;
    padding: 2px 2px 2px 25px;
    font-size: 15px; }
    ul.email-list li:before {
      font-family: 'FontAwesome';
      content: '\f003';
      width: 18px;
      height: 18px;
      border: 1px solid #178e1a;
      display: block;
      border-radius: 50%;
      color: #178e1a;
      font-size: 9px;
      line-height: 15px;
      text-align: center;
      position: absolute;
      top: 6px;
      left: 0; }

ul.company-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.company-list li {
    position: relative;
    padding: 3px 2px 3px 25px;
    font-size: 15px; }
    ul.company-list li:before {
      font-family: 'FontAwesome';
      content: '\f0f7';
      width: 18px;
      height: 18px;
      border: 1px solid #178e1a;
      display: block;
      border-radius: 50%;
      color: #178e1a;
      font-size: 9px;
      line-height: 15px;
      text-align: center;
      position: absolute;
      top: 4px;
      left: 0; }

ul.company-logo-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.company-logo-list li {
    position: relative;
    padding: 3px;
    font-size: 15px; }
    ul.company-logo-list li img {
      margin-right: 5px; }

.image-about1 {
  width: 100%;
  height: 410px;
  overflow: hidden;
  position: relative; }

.image-about2 {
  width: 100%;
  overflow: hidden;
  position: relative; }

.hide-content {
  width: 100%;
  overflow: hidden;
  float: left; }

.about-section.pad-30p {
  padding-left: 30px; }
.about-section p::first-letter {
  font-size: 200%;
  color: #178e1a; }

/* -------------------------------- 
            Portfolio
-------------------------------- */
.portfolio {
  display: block; }

ul.project-nav {
  margin: 0;
  padding: 0 5px;
  margin-top: 20px; }

ul.project-nav li {
  display: inline-block;
  margin-right: 15px; }
  @media (max-width: 767px) {
    ul.project-nav li {
      margin-bottom: 5px; } }

ul.project-nav li .btn {
  border-radius: 0;
  padding: 10px 15px;
  color: #000;
  background: none;
  border: 1px solid #e5e2e2;
  font-size: 13px; }

ul.project-nav li .btn.is-checked {
  color: #fff;
  border: 1px solid #178e1a;
  background-color: #178e1a; }

ul.project-nav li .btn:focus {
  outline: 0; }

.work-list {
  margin-top: 20px;
  margin-bottom: 5px; }

.margin-bottom10 {
  margin-bottom: 10px; }

@media only screen and (min-width: 768px) and (max-width: 1920px) {
  .gap-side {
    padding-left: 10%;
    padding-right: 10%; }

  .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    outline: none; }

  .dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px; }

  .dropdown-menu > li > a:hover {
    background-color: #178e1a;
    color: #fff; }

  .dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    padding: 1px 0; }

  .dropdown:hover .dropdown-menu {
    max-height: 400px;
    opacity: 1; }

  .cal20 {
    width: 20%; } }
@media (max-width: 767px) {
  .dropdown:hover .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1; }

  .row-mob {
    margin-left: -5px;
    margin-right: -5px; }

  .font-size26, .font-size24, .font-size23 {
    font-size: 20px; } }
.vldeo-block {
  overflow: hidden; }
  .vldeo-block img {
    height: 100%;
    max-width: 100%; }

.news-block {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  display: block;
  padding: 5px 15px 5px 15px; }

.no-list {
  display: inline-block;
  background-color: #178e1a;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 14px; }

.hide-content-height {
  height: 90px;
  overflow: hidden;
  margin-bottom: 3px; }

.date-block {
  position: relative;
  bottom: 0px;
  background-color: #eee;
  padding: 3px 10px;
  font-size: 10px;
  width: auto; }

/*----Services----*/
.about-text {
  position: relative; }

.vertical-text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #178e1a;
  font-family: "Montserrat";
  position: absolute;
  top: 200px;
  left: 3px;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  margin: 0;
  font-style: normal;
  width: auto;
  height: 30px; }
  .vertical-text:before {
    background-color: #178e1a;
    content: "";
    position: absolute;
    right: -43px;
    top: 10px;
    width: 35px;
    height: 2px; }

.service-block {
  background-color: #fff;
  border: 1px solid #eff0f1;
  -webkit-box-shadow: 0 5px 15px #e6f0fa;
  box-shadow: 0 5px 15px #e6f0fa;
  position: relative;
  height: 100%; }
  .service-block img {
    border: 1px solid #eff0f1;
    height: 140px; }
  .service-block .services-content {
    padding: 20px 20px 20px 40px;
    display: block;
    margin: 0 0 10px;
    position: relative; }
    .service-block .services-content .pro-icon {
      display: inline-block;
      position: absolute;
      top: 30px;
      left: 10px;
      background: url(../images/small-style.png) no-repeat;
      width: 23px;
      height: 18px; }
    .service-block .services-content h4 {
      font-size: 16px;
      margin-bottom: 5px; }
  .service-block:hover {
    border: 1px solid #FFEBE6;
    -webkit-box-shadow: 0 5px 15px #ffcbbf;
    box-shadow: 0 5px 15px #ffcbbf; }

.gap-m30 {
  margin-top: 20px; }

.effect-hover {
  position: relative;
  vertical-align: top; }
  .effect-hover:before {
    border: 10px solid rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    width: 100%; }
  .effect-hover:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible; }

.gallery-img {
  height: 220px;
  margin-bottom: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .gallery-img:hover a:after {
    content: 'VIEW';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #178e1a;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  .gallery-img img {
    height: auto;
    width: 350px; }
    @media (max-width: 767px) {
      .gallery-img img {
        width: 100%;
        height: auto; } }

.image-wrap {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7) url(../images/bglogo.png) no-repeat center center;
  min-height: 250px;
  position: relative; }
  .image-wrap img {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .image-wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/* Play Box */
.video-block {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }
  .video-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2); }

/* Play Box Two */
.play-box-two {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.play-box-two .icon {
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 99;
  display: inline-block;
  color: #178e1a;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  line-height: 60px;
  background-color: #ffffff;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); }

.play-box-two .icon-outer {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto; }

.play-box-two .icon-outer:before {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%; }

.play-box-two .icon:after {
  content: '';
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%; }

.play-box-two .ripple,
.play-box-two .ripple:before,
.play-box-two .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite; }

.play-box-two .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute; }

.play-box-two .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute; }

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.heading-style {
  position: relative;
  width: auto;
  display: table; }
  .heading-style:before {
    content: '';
    width: 70px;
    height: 2px;
    display: block;
    background-color: #f68116;
    position: absolute;
    left: 5px;
    bottom: -5px; }
  .heading-style:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    background-color: #178e1a;
    position: absolute;
    left: 5px;
    bottom: -9px; }

/*# sourceMappingURL=style.css.map */
