﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* Table of contents:
	1. Variables
	2. General
	3. Header
	4. Content
	5. Footer
	6. Contact form
	7. Responsive layouts
 */
/* ========================================================
 * 1. VARIABLES
 * ======================================================== */
/* ======== BODY ========== */
/* ======== BUTTONS ========== */
/* ======== TITLES ========== */
/* ======== MENU ========== */
/* ======== MENU LINKS ========== */
/* ======== SUB_MENU========== */
/* ======== SUB_MENU LINKS ========== */
/* ======== SUB SUB_MENU========== */
/* ======== SUB SUB_MENU LINKS ========== */
/* ======== END MENU========== */
/* ======== LIST ========== */
/* ======== END LIST ========== */
/* ======== MAP ========== */
/* ======== END MAP ========== */
/* ======== FORM ========== */
/* ======== END FORM ========== */
/* ========================================================
 * 2. GENERAL
 * ======================================================== */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
textarea, input[type=text], input[type=email], input[type=search], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
  font: normal 13px/24px 'Open Sans', sans-serif;
  color: #969696;
  position: relative;
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/* Images
 	* ------------------------------------------------------- */
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  max-width: 100%;
}
.img_fleft {
  float: left;
  margin-right: 30px;
}
.img_fright {
  float: right;
  margin-left: 20px;
}
.full_width {
  width: 100%;
  margin-bottom: 26px;
}
.wrapper_img {
  overflow: hidden;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */
.btn1 {
  background: #ee4455;
  color: #ffffff;
  display: inline-block;
  font: normal 13/18px Arial, Helvetica, sans-serif;
  padding: 10px 12px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn1 .btn:hover {
  background: #323232;
  color: #ffffff;
  text-decoration: none;
}
/* Indents
	 * ------------------------------------------------------- */
p {
  margin-bottom: 15px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #0073BC;
  margin-bottom: 0;
}
h2 {
  font: bold 18px/18px Arial, Helvetica, sans-serif;
  color: #000000;
  margin-bottom: 20px;
}
h3 {
  font: bold 36px/40px 'Open Sans', sans-serif;
  color: #2a2b3a;
  margin-bottom: 28px;
  margin-top: 0px;
}
h3.castom {
  position: relative;
}
h3.castom:after {
  position: absolute;
  content: '';
  width: 46px;
  height: 3px;
  background: #ccccd0;
  left: 50%;
  margin-left: -23px;
  bottom: -10px;
}
h3.apper {
  text-transform: uppercase;
  margin-bottom: 40px;
}
h4 {
  font: bold 26px Arial, Helvetica, sans-serif;
  color: #0073BC;
  margin-bottom: 20px;
}
h5 {
  font: bold 18px/21px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #2a2b3a;
  margin-bottom: 15px;
  margin-top: 0;
}
h6 {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #969696;
  margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ffc153;
  text-decoration: none;
}
/* ========================================================
	 * LIST
	 * ======================================================== */
.list {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
  margin-bottom: 30px;
}
.list li {
  font: 400 13px/24px 'Open Sans', sans-serif;
  color: #2a2b3a;
  background: url(../img/list_marker.png) 0 8px no-repeat;
  margin-top: 11px;
  padding-left: 23px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #2a2b3a;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list li a:hover {
  color: #ffc153;
  text-decoration: none;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
}
h1 a {
  display: inline-block;
}
h1 a:hover {
  text-decoration: none;
}
/* ======== MENU ========== */
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 25px;
  padding-bottom: 22px;
  background: #005490;
}
.isStuck {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.isStuck .menuBox {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ======== GENERAL MENU ========== */
.menuheader {
  float: right;
  margin-top: 0;
  margin-right: 0;
}
.tm_navbar {
  position: relative;
  padding: 10px 0 0 31px;
  margin: 0;
  background: none;
  border: none;
  min-height: 20px;
}
.tm_navbar .nav {
  float: right;
  position: relative;
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
  /* ======== SUB_MENU========== */
}
.tm_navbar .nav > li {
  text-align: center;
  font: 700 14px/17px 'Open Sans', sans-serif;
  float: left;
  padding: 0;
  margin-left: 44px;
  position: relative;
  zoom: 1;
}
.tm_navbar .nav > li:first-child {
  margin-left: 0;
}
.tm_navbar .nav > li a {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background: none;
  padding: 0;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm_navbar .nav > li a:hover,
.tm_navbar .nav > li.active > a,
.tm_navbar .nav > li.active > a:hover {
  color: #ffc153;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav ul {
  border-top: 3px solid #f0b651;
  border-right: 1px solid #f0b651;
  border-bottom: 1px solid #f0b651;
  border-left: 1px solid #f0b651;
  position: absolute;
  display: none;
  top: 31px;
  left: -41px;
  width: 132px;
  padding: 10px 0 11px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #ffffff;
  margin: 0;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul li {
  font: 400 12px/14px 'Open Sans', sans-serif;
  text-align: center;
  padding: 0;
  margin: 6px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
  text-transform: none;
}
.tm_navbar .nav ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul a {
  text-transform: none;
  position: relative;
  display: block;
  padding: 5px 0px 4px 0px;
  margin: 0;
  text-shadow: none;
  color: #929292;
  background: none;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #ffffff;
  background: #ffc153;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 9px 0 13px;
  left: 140px;
  top: -14px;
  width: 133px;
  background: #ffffff;
  border: none;
  border-top: 3px solid #f0b651;
  border-right: 1px solid #f0b651;
  border-bottom: 1px solid #f0b651;
  border-left: 1px solid #f0b651;
}
.tm_navbar .nav ul ul li {
  font: 400 12px/14px 'Open Sans', sans-serif;
  text-align: center;
  padding: 0;
  margin: 6px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul ul a {
  position: relative;
  display: block;
  padding: 5px 0px 4px 0px;
  margin: 0;
  text-shadow: none;
  color: #929292;
  background: none;
}
.tm_navbar .nav ul ul a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ffc153;
}
.select-menu {
  display: none !important;
  outline: none;
}
.central {
  text-align: center;
}
.left {
  float: left;
}

.stellar-section {
  overflow: hidden;
}
.stellar-block {
  background-position: 50% 50%;
  position: relative;
  background-repeat: no-repeat;
  padding-top: 32px;
  padding-bottom: 45px;
  z-index: 8;
}
.stellar-block .castom_btn {
  display: inline-block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #ffc153;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #40414d;
  padding: 12px 22px 10px 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.stellar-block .castom_btn:hover {
  color: #fff;
  background: #2a2b3a;
}
.stellar-block h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 34px;
}
.stellar-block h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
}
.slide_box {
  background-image: url(../img/slide_box.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 155px;
  padding-bottom: 180px;
}
.parallax_box1 {
  background-image: url(/img/GCD-tech-pattern-01.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 38px;
  padding-bottom: 52px;
  margin-bottom: 45px;
}
.parallax_box1 h3 {
  margin-bottom: 7px;
}
.parallax_box1 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
.parallax_box1 h5.sinple_title {
  text-align: center;
  text-transform: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.parallax_box1 h5 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parallax_box1 h5 a:hover {
  color: #ffc153;
}
.parallax_box1 p {
  text-align: left;
  color: #fff;
}
.parallax_box2 {
  background-image: url(/img/GCD-tech-pattern-02.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 38px;
  padding-bottom: 52px;
  margin-bottom: 45px;
}
.parallax_box2 h5 {
  position: relative;
  margin-bottom: 30px;
}
.parallax_box2 h5.sinple_title {
  text-align: center;
  text-transform: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #d5d5d5;
}
.parallax_box2 h5:before {
  position: absolute;
  width: 38px;
  height: 33px;
  content: '';
  background:
  top: -50px;
  left: 50%;
  margin-left: -19px;
}
.parallax_box2 h5:after {
  position: absolute;
  width: 80px;
  height: 1px;
  content: '';
  background: #a1a3aa;
  bottom: -19px;
  left: 50%;
  margin-left: -40px;
}
.parallax_box2 .castom_btn {
  background: none;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parallax_box2 .castom_btn:hover {
  background: none;
  color: #f2b445;
}
.parallax_box3 {
  background-image: url(/img/GCD-tech-pattern-03.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 38px;
  padding-bottom: 52px;
  margin-bottom: 45px;
}
.parallax_box3 h3 {
  margin-bottom: 7px;
}
.parallax_box3 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
.parallax_box3 h5.sinple_title {
  text-align: center;
  text-transform: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.parallax_box3 h5 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parallax_box3 h5 a:hover {
  color: #ffc153;
}
.parallax_box3 p {
  text-align: left;
  color: #000000;
}
.parallax_box4 {
  background-image: url(/img/GCD-tech-pattern-04.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 38px;
  padding-bottom: 52px;
  margin-bottom: 45px;
}
.parallax_box4 h3 {
  margin-bottom: 7px;
}
.parallax_box4 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
.parallax_box4 h5.sinple_title {
  text-align: center;
  text-transform: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.parallax_box4 h5 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parallax_box4 h5 a:hover {
  color: #ffc153;
}
.parallax_box4 p {
  text-align: left;
  color: #fff;
}
.parallax_box5 {
  background-image: url(/img/GCD-tech-pattern-05.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 38px;
  padding-bottom: 52px;
  margin-bottom: 45px;
}
.parallax_box5 h3 {
  margin-bottom: 7px;
}
.parallax_box5 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
.parallax_box5 h5.sinple_title {
  text-align: center;
  text-transform: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.parallax_box5 h5 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parallax_box5 h5 a:hover {
  color: #ffc153;
}
.parallax_box5 p {
  text-align: left;
  color: #fff;
}

@media only screen and (max-width: 979px) {
  .stellar-block {
    background-attachment: scroll;
    background-position: 50% 50% !important;
    position: relative;
    background-repeat: no-repeat;
    z-index: 8;
  }
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#content {
  width: 100%;
}
.row_1 {
  padding-top: 45px;
}
.fiture_box {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 50px;
}

.fiture_box2 {
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}

.fiture_box .fiture {
  display: inline-block;
  padding-top: 27px;
  padding-bottom: 26px;
  width: 90px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #a6a6ac;
  margin-bottom: 20px;
  overflow: hidden;
}
.fiture_box h4 {

  font-size: bold 26px Arial, Helvetica, sans-serif;
  line-height: 29px;

  color: #0073BC;
  margin-top: 0;
  margin-bottom: 8px;
}
.fiture_box p {
  margin-bottom: 19px;
}
.fiture_box .castom_btn {
  display: inline-block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #ffc153;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #40414d;
  padding: 12px 22px 10px 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fiture_box .castom_btn:hover {
  color: #fff;
  background: #2a2b3a;
}
.owl_wrap {
  position: relative;
  margin-bottom: 53px;
}
.owl_wrap .owl_btn {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 153px;
  margin-left: -76px;
  display: inline-block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #40414d;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 12px 0 10px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl_wrap .owl_btn:hover {
  color: #fff;
  background: #ffc153;
}
#owl {
  padding-top: 20px;
  padding-bottom: 75px;
  position: relative;
}
#owl .owl-buttons {
  position: absolute;
  height: 34px;
  width: 250px;
  overflow: hidden;
  bottom: 0;
  left: 50%;
  margin-left: -125px;
}
#owl .owl-buttons .owl-prev {
  float: left;
  width: 38px;
  height: 34px;
  background: url(../img/owl_naw.jpg) no-repeat 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0;
  line-height: 0;
}
#owl .owl-buttons .owl-prev:hover {
  background-position: 0px -34px;
}
#owl .owl-buttons .owl-next {
  float: right;
  width: 38px;
  height: 34px;
  background: url(../img/owl_naw.jpg) no-repeat -38px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0;
  line-height: 0;
}
#owl .owl-buttons .owl-next:hover {
  background-position: -38px -34px;
}
#owl .item {
  position: relative;
  overflow: hidden;
}
#owl .item img {
  width: 100%;
}
#owl .item .hover_bg {
  text-align: center;
  padding: 15% 10% 10% 10%;
  position: absolute;
  height: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  background: url(../img/hover_bg.png) repeat 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#owl .item .hover_bg h5 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
#owl .item .hover_bg p {
  text-align: center;
  color: #c7c7c7;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 22px;
}
#owl .item .hover_bg .castom_btn {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #85858e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0;
  padding: 12px 15px 11px 15px;
}
#owl .item .hover_bg .castom_btn:hover {
  background: #ffc153;
}
#owl .item:hover .hover_bg {
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.soc_box {
  background: #3a3b48;
  padding-top: 50px;
  padding-bottom: 50px;
}
.soc_box .soc_icons {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.soc_box .soc_icons li {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 45px;
  margin-left: 120px;
  color: #fff;
  font-style: normal;
}
.soc_box .soc_icons li:before {
  position: absolute;
  left: -89px;
  top: 24px;
  content: '';
  width: 60px;
  height: 1px;
  background: #777881;
}
.soc_box .soc_icons li:first-child {
  margin-left: 0;
}
.soc_box .soc_icons li:first-child:before {
  display: none;
}
.soc_box .soc_icons li .fa-twitter {
  font-size: 45px;
}
.soc_box .soc_icons li .fa-facebook {
  font-size: 35px;
}
.soc_box .soc_icons li .fa-pinterest {
  font-size: 41px;
}
.soc_box .soc_icons li .fa-google-plus {
  font-size: 40px;
}
.soc_box .soc_icons li .fa-rss {
  font-size: 34px;
}
.soc_box .soc_icons li a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.soc_box .soc_icons li a:hover {
  color: #f2b445;
}
#form1 {
  overflow: hidden;
  margin-bottom: 37px;
}
#form1 fieldset {
  overflow: hidden;
  position: relative;
  padding-top: 15px;
}
#form1 h4 {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2a2b3a;
  margin-right: 115px;
  margin-bottom: 0;
}
#form1 h4 span {
  display: block;
  font-size: 14px;
  color: #7d7d7d;
  text-transform: none;
  font-weight: 400;
}
#form1 .button {
  display: inline-block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #ffc153;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 16px 23px 17px 27px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#form1 .button:hover,
#form1 .button:focus,
#form1 .button:active {
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #40414d;
}
#form1 .email input {
  background: none;
  border: 1px solid #bebebe;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #353535;
  padding: 15px 20px 13px 32px;
  width: 563px;
  margin-right: 12px;
}
#form1 .error {
  display: block;
  overflow: hidden;
  height: 0px;
  font-size: 10px;
  color: #F00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#form1 .success {
  padding: 15px 0 15px 8px;
  font-family: 'Inder', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400 !important;
  background: #fff;
  color: #353535;
  position: absolute;
  z-index: 10;
  right: 0;
  left: 0;
  top: 1;
  border: 1px solid #bebebe;
}
#form1 .error {
  position: absolute;
  top: 43px;
  left: 5px;
}
#form1 label.invalid .error {
  height: 19px;
}
.qoutes1 {
  overflow: hidden;
  margin-bottom: 10px;
}

.partnerBox {
	text-align: center;
}
.partnerBox .description {
	font: normal 17px/17px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 150%;
	color: #787777;
	margin-top: 10px;
	margin-bottom: 14px;
}

.partnerBox .description > span {
	color: #787777;
}
.partnerBox hr {
	margin: 0;
	border-top: 1px solid #928781;
	width: 570px;
	display: inline-block;
}

 .partnerBox .description br {
 display: none;
}

.qoutes1 .qoute {
  float: left;
  width: 65px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2b3a;
  text-align: center;
  margin-right: 35px;
}
.qoutes1 .qoute span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}
.qoutes1 .qoute_cont {
  overflow: hidden;
}
.qoutes2 {
  overflow: hidden;
  margin-bottom: 14px;
  padding-left: 15px;
}
.qoutes2 .qoute {
  margin-top: 5px;
  float: left;
  width: 70px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #2a2b3a;
  text-align: center;
  margin-right: 29px;
  border-radius: 50%;
  border: 1px solid #2a2b3a;
  padding-top: 16px;
  padding-bottom: 14px;
}
.qoutes2 .qoute_cont {
  overflow: hidden;
  padding-top: 1px;
}
.qoutes3 {
  overflow: hidden;
  margin-bottom: 14px;
}
.qoutes3 .qoute {
  float: left;
  width: 37px;
  height: 34px;
  background: url(../img/qoutes3.png) no-repeat center 0;
  margin-right: 12px;
}
.qoutes3 .qoute_cont {
  overflow: hidden;
  padding-top: 1px;
}
#thumbs .touch_img {
  position: relative;
  display: block;
  overflow: hidden;
}
#thumbs .touch_img img {
  width: 100%;
  display: block;
}
#thumbs .touch_img span.expand {
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -27px;
  margin-left: -30px;
  width: 60px;
  height: 55px;
  background: url(../img/zoom_icon.png) no-repeat 0 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
#thumbs .touch_img:hover span.expand {
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -30px;
  background: url(../img/zoom_icon.png) no-repeat 0 0;
}
#thumbs .touch_img:hover img {
  opacity: 0.7;
}
#thumbs .border_box {
  border-left: 1px solid #ccccd0;
  border-right: 1px solid #ccccd0;
  border-bottom: 1px solid #ccccd0;
  padding: 26px 10px 17px 20px;
}
#thumbs .border_box h5 {
  margin-top: 0;
}
#thumbs .product_box {
  margin-bottom: 40px;
}
.mail_link {
  display: inline-block;
  margin-bottom: 30px;
  font: normal 13px/18px 'Open Sans', sans-serif;
  color: #969696;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mail_link:hover {
  color: #ffc153;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#footer {
  width: 100%;
  background: #005490;
  text-align: center;
  padding-top: 19px;
  padding-bottom: 17px;
}
#footer .copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
#footer .copyright a {
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .copyright a:hover {
  text-decoration: none;
  color: #FFBA54;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 0 65px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 430px;
  border: none;
  margin: 0;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  border: 1px solid #2a2b3a;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 54px;
  width: 54px;
  right: 50% !important;
  margin-right: -800px !important;
  bottom: 90px;
  background: url(../img/to_top_marker.png) no-repeat center center #ffffff;
  z-index: 20;
}
#toTop:hover {
  background-color: #f2b445;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
.info h5 {
  margin-bottom: 18px;
  font-weight: 400;
  color: #2a2b3a;
  font: 700 18px/21px 'Open Sans', sans-serif;
}
.info strong {
  font: 400 13px/24px 'Open Sans', sans-serif;
  color: #969696;
  display: block;
  margin-bottom: 25px;
}
.info p {
  font: 400 13px/24px 'Open Sans', sans-serif;
  color: #969696;
  margin-bottom: 18px;
}
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 20px;
  margin-right: 21px;
  width: 242px;
  display: block;
  float: left;
}
.contact-form .coll-3 {
  margin-right: 0;
  width: 243px;
}
.coll-message {
  position: relative;
}
#contact-form {
  padding-top: 8px;
  margin-bottom: 85px;
  position: relative;
}
#contact-form label {
  position: relative;
  display: block;
  margin-bottom: 0;
}
#contact-form span {
  display: block;
}
#contact-form input,
#contact-form textarea {
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font: normal 13px/18px 'Open Sans', sans-serif;
  color: #969696;
  width: 100%;
  padding: 13px 23px 15px 23px;
  border: 1px solid #d7d7d7;
  background: #ffffff;
}
#contact-form textarea {
  height: 200px;
  resize: none;
  margin: 0 0 30px;
  overflow: hidden;
}
#contact-form ._placeholder {
  width: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  font: normal 13px/18px 'Open Sans', sans-serif;
  color: #969696;
  padding: 14px 10px 10px 26px;
  display: block;
}
#contact-form ._placeholder.focused {
  opacity: .4;
  filter: alpha(opacity=40);
  box-shadow: none;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .success-message {
  font: normal 13px/18px 'Open Sans', sans-serif;
  color: #969696;
  background: #ffffff;
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 0;
}
#contact-form.success .success-message {
  height: 50px;
  color: #969696;
  padding: 15px 0;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px/20px 'Open Sans', sans-serif;
  color: #969696;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 0;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .btn {
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  background: #f2b445;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 27px 17px 27px;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 1px;
}
#contact-form .btn:hover,
#contact-form .btn:active,
#contact-form .btn:focus {
  box-shadow: none;
  border: none;
  background: #2a2b3a;
  text-decoration: none;
}
#contact-form span.fields {
  display: inline-block;
  margin-left: 40px;
  margin-top: 3px;
  color: #979797;
  font: 400 12px/22px 'Istok Web', sans-serif;
  vertical-align: top;
}
/* Contact Form Error messages
			========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 9999;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
			========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../img/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
			========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1150;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
			========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*------------ End Contact form ------------*/
/*------------ 404 ------------*/
.block-404 {
  padding-bottom: 280px;
}
.block-404 p {
  margin-bottom: 10px;
}
.form-404 {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  margin-top: 23px;
}
.form-404 input {
  background: none;
  border: 1px solid #bebebe;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #353535;
  padding: 15px 20px 13px 32px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
}
.form-404 a {
  display: inline-block;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #ffc153;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 16px 23px 17px 27px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-404 a:hover {
  box-shadow: none;
  text-decoration: none;
}
/*------------End 404 ------------*/
/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
@media (max-width: 1290px) {
  #owl .item .hover_bg {
    padding: 5% 10% 5% 10%;
  }
  #owl .item .hover_bg h5 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 1220px) {
  #owl .item .hover_bg {
    padding: 2% 2% 2% 2%;
  }
  #form1 .email input {
    width: 530px;
  }
}
@media (max-width: 1200px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 191px;
    margin-right: 17px;
  }
  .contact-form .coll-3 {
    margin-right: 0;
  }
  .img_fleft {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .slide_box {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #form1 .email input {
    width: 333px;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  .isStuck {
    background: transparent !important;
  }
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  #stuck_container.isStuck {
    background: #2a2b3a !important;
    padding-top: 25px !important;
    padding-bottom: 22px !important;
  }
  #owl .item .hover_bg {
    padding: 15% 2% 14% 2%;
  }
}
/*------------End Stuck menu------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    width: 100%;
    display: inline-block;
  }
  #form1 .email input {
    width: 260px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
  .sf-menu {
    display: none !important;
  }
  .select-menu {
    display: block !important;
    border: 1px solid #343434;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  .select-menu option {
    padding: 0;
  }
  .tm_navbar {
    position: relative;
    padding: 10px 0 0 10px;
  }
  .menuheader {
    float: none;
  }
  .tm_navbar .nav {
    background: #fff;
  }
  #form1 h4 {
    float: none;
    font-size: 25px;
    line-height: 36px;
  }
  #form1 .email input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #form1 label {
    display: block;
  }
  .soc_box .soc_icons li {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }
  .soc_box .soc_icons li:first-child {
    margin-top: 0;
  }
  .soc_box .soc_icons li:before {
    display: none;
  }
  .stellar-block .castom_btn {
    margin-bottom: 30px;
  }
  .map iframe {
    width: 100%;
    height: 250px;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .stellar-block h3 {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (max-width: 325px) {
  #owl .item .hover_bg {
    padding: 8% 2% 8% 2%;
  }
}
/*Core variables and mixins*/
