@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
[class*="col-"] {
  display: inline-block;
  float: left;
}
.row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
}
.Column {
  display: table-cell;
  background-color: red;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/*.clearfix
{
	  clear: both;
	width: 100%;
	float: left;
}*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media only screen and (max-width: 1280px) {
  .container {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1180px) {
  .header-top .left,
  .header-top .right {
    width: 40%;
  }
  .gallery_img a img {
    width: 100%;
    padding: 0 10px;
  }
  #wowslider-container1 .ws-title {
    bottom: 18em !important;
  }
  #wowslider-container1 .ws-title span {
    font-size: 25px !important;
  }
  #wowslider-container1 .ws-title span p {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 1180px) {
  .tab_content [class*="col-"] {
    width: 100%;
  }
  .map img {
    width: 48%;
    margin-top: 10px;
  }
  .count {
    font-size: 65px;
  }
  /* .contact__info {
    width: 33.333%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
  } */
}
