


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 , p {
    font-family: "Riyadhcity" !important;
}


html {
    font-family: "Riyadhcity" !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
text-align: right !important;
font-size: 18px;
}



body {
    margin: 0;
    font-family: "Riyadhcity" !important;
}




﻿@charset "UTF-8";

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/*
@FONT-FACE {
	font-family: "Riyadhcity";
	src: url("Cairo-Regular.ttf");
}
*/


@FONT-FACE {
	font-family: "pop";
    src: url(pop.woff2)
}

@FONT-FACE {
	font-family: "Riyadhcity";
src: url(Riyadhcity-SemiLight.woff);
}


body { font-family: "Riyadhcity" !important;
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# WordPress Core
--------------------------------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 40px 40px 0; }

img.alignnone {
  max-width: 100%;
  height: auto; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 40px 40px; }

.alignleft {
  float: left;
  margin: 5px 40px 40px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 40px 40px; }

a img.alignnone {
  margin: 5px 40px 40px 0; }

a img.alignleft {
  float: left;
  margin: 5px 40px 40px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 0 40px; }

.wp-caption figcaption {
  padding: 5px 0 0; }

.wp-caption.alignleft {
  margin: 5px 40px 40px 0; }

.wp-caption.alignright {
  margin: 5px 0 40px 40px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.gallery {
  margin-bottom: 30px; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.bypostauthor {
  text-decoration: none; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 12px;
  color: #808080;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  body.boxed_bg_image_pattern {
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto; }
  body.bg_img_1 {
    background-image: url("assets/images/bg/img_1.html"); }
  body.bg_img_2 {
    background-image: url("assets/images/bg/img_2.html"); }
  body.bg_img_3 {
    background-image: url("assets/images/bg/img_3.html");
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto; }
  body.bg_img_4 {
    background-image: url("assets/images/bg/img_4.html");
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto; }
  body.bg_img_5 {
    background-image: url("assets/images/bg/img_5.html");
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto; }

#main {
  position: relative;
  overflow: hidden; }

#wrapper {
  position: relative;
  background: #fff;
  z-index: 40; }

#content {
  position: relative;
  z-index: 20; }

.wpb_row:last-child {
  margin-bottom: 100px; }

body .wpb_button, body .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child {
  margin-bottom: 0; }
body .vc_col-has-fill > .vc_column-inner, body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

body.boxed_layout #main {
  max-width: 1230px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }

#frontend_customizer_button {
  background: #34ccff; }
  #frontend_customizer_button:before {
    border-right-color: #34ccff; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  background: #183650;
  background-position: 50% 0;
  color: #fff;
  z-index: 50;
}

    body.transparent_header #header:before {
      display: none; }
  #header .page_title {
    position: relative; }
    #header .page_title h1 {
      color: inherit;
      margin: 0;
      padding: 57px 0; }
      #header .page_title h1:before {
        display: none; }




body.header_style_4 .top_bar {
border-bottom: 1px solid #eee;}
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher {
	background: #34ccff; }
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher ul {
	background: #183650; }
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher ul li a:hover {
	background: #34ccff; }

.top_bar {
	position: relative;
	z-index: 20;
	font-size: 13px; }

.wpml-ls {
	position: relative;
	float: left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }
.wpml-ls > ul {
	list-style: none;
	margin: 0;
	padding: 0; }
.wpml-ls > ul > li.wpml-ls-current-language a {
	position: relative;
	display: block;
	padding: 18px 40px 19px 20px;
	color: #fff;
	text-decoration: none !important; }
.wpml-ls > ul > li.wpml-ls-current-language > a:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -7px 0 0; }
.wpml-ls > ul {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 100%;
	min-width: 100%;
	background: #183650;
	list-style: none;
	padding: 2px 0 12px;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }
.wpml-ls > ul li{
	visibility: hidden;
	opacity: 0;
}
.wpml-ls > ul li ul {
	list-style: none;
	padding: 0;
}
.wpml-ls > ul a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	text-decoration: none !important;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease; }
.wpml-ls > ul a:hover {
	background: #34ccff; }
.wpml-ls:hover {
	background: #183650; }
.wpml-ls > ul li.wpml-ls-current-language{
	visibility: visible;
	opacity: 1;  }
.wpml-ls:hover > ul,.wpml-ls:hover > ul li {
	visibility: visible;
	opacity: 1; }

.top_bar_info_wr {
  position: relative;
 }
  .top_bar_info_wr .top_bar_info_switcher {
    position: relative;
    float: right;
    background: #183650; }
    .top_bar_info_wr .top_bar_info_switcher .active {
      position: relative;
      cursor: pointer;
      padding: 17px 40px 17px 20px;
      color: #fff;
      text-decoration: none !important;
      min-width: 210px; }
      .top_bar_info_wr .top_bar_info_switcher .active i {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
        font-size: 16px; }
      .top_bar_info_wr .top_bar_info_switcher .active span {
        display: inline-block;
        vertical-align: middle; }
      .top_bar_info_wr .top_bar_info_switcher .active:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        position: absolute;
        right: 20px;
        top: 50%;
        margin: -7px 0 0; }
    .top_bar_info_wr .top_bar_info_switcher ul {
      position: absolute;
      left: 0;
      top: 100%;
      display: none;
      background: #183650;
      list-style: none;
      padding: 12px 0;
      margin: 0;
      min-width: 100%; }
      .top_bar_info_wr .top_bar_info_switcher ul a {
        color: #fff;
        display: block;
        padding: 10px 20px;
        text-decoration: none !important;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        .top_bar_info_wr .top_bar_info_switcher ul a:hover {
          background: #34ccff; }
  .top_bar_info_wr .top_bar_info {
    display: none;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none; }
    .top_bar_info_wr .top_bar_info:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 50px; }
    .top_bar_info_wr .top_bar_info li {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 35px;
      color: #fff; }
      .top_bar_info_wr .top_bar_info li a {
        color: #fff;
        text-decoration: none !important;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .top_bar_info_wr .top_bar_info li a:hover span {
          text-decoration: underline; }
      .top_bar_info_wr .top_bar_info li i {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 0;
        font-size: 16px;
        color: #34ccff; }
        .top_bar_info_wr .top_bar_info li i.stm-email {
          font-size: 12px; }
      .top_bar_info_wr .top_bar_info li span {
        display: inline-block;
        vertical-align: middle; }

.affix {
position: fixed;
top: 0;
background: #f3f3f3;
right: 0;
left: 0; }

/*--------------------------------------------------------------
# Visual Composer
--------------------------------------------------------------*/
body .vc_row.overlay.vc_parallax .vc_parallax-inner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5); }

.rev_slider_nav {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none !important; }
  .rev_slider_nav .icon {
    margin: -117px 0 0;
    padding: 0 0 28px;
    border-bottom: 2px solid transparent;
    font-size: 89px;
    height: 117px;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rev_slider_nav .icon i {
      display: inline-block;
      vertical-align: middle; }
      .rev_slider_nav .icon i.stm-transport839 {
        font-size: 75px; }
      .rev_slider_nav .icon i.stm-warehouse {
        font-size: 79px; }
  .rev_slider_nav .title {
    display: block;
    font-size: 18px;
    padding: 26px 0;
    color: #fff;
     }
  .rev_slider_nav:hover .icon, .rev_slider_nav.active .icon {
    color: #34ccff;
    border-bottom-color: #fff; }

body .hermes .tp-bullet {
  width: 10px;
  height: 10px;
  padding: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-shadow: none;
  background: none !important; }
  body .hermes .tp-bullet:after {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    box-shadow: none;
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #8a929d;
    background: #8a929d;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  body .hermes .tp-bullet.selected {
    padding: 0; }
    body .hermes .tp-bullet.selected:after {
      width: 10px;
      height: 10px;
      background: transparent;
      border-color: #34ccff; }

.rev_slider > ul > li.overlay:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 37, 60, 0.45);
  z-index: 1; }

body .vc_general.vc_btn3 {
  text-transform: uppercase;
  font-weight: 700; }
  body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom, body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-flat {
    padding: 15px 42px; }
  body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-flat {
    padding: 11px 40px; }
  body .vc_general.vc_btn3.vc_btn3-shape-round {
    border-radius: 50px; }
  body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline {
    color: #183650;
    border-color: #34ccff;
    background: transparent; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline:hover {
      background: #34ccff;
      color: #fff; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline:active {
      background: #34ccff;
      color: #183650; }
  body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline, body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #fff;
    border-color: #fff;
    background: transparent; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:hover, body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
      background: #fff;
      color: #183650; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:active, body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active {
      background: #fff;
      color: #34ccff; }
  body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline {
    color: #fff;
    border-color: #34ccff;
    background: transparent; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline:hover {
      background: #34ccff;
      color: #fff; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline:active {
      background: #34ccff;
      color: #183650; }
  body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat {
    color: #fff;
    border-color: #34ccff;
    background: #34ccff;
    border-width: 2px; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover {
      background: transparent;
      color: #183650; }
    body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:active {
      background: #34ccff;
      color: #183650; }
  body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty), body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-left: 30px;
    padding-right: 55px; }
    body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
      right: 22px; }
  body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty), body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 55px;
    padding-right: 30px; }
    body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon, body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
      left: 22px; }
  body .vc_general.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 20px; }
    body .vc_general.vc_btn3.vc_btn3-size-md .vc_btn3-icon.stm-arrow-next {
      font-size: 14px; }

.vc_services {
  position: relative; }
  .vc_services .vc_services_carousel_wr {
    position: relative;
    margin: -25px -15px; }
    .vc_services .vc_services_carousel_wr .vc_services_carousel {
      position: relative; }
      .vc_services .vc_services_carousel_wr .vc_services_carousel .item {
        position: relative;
           margin: 15px 0; }
        .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr {
          background: #fff;
          box-shadow: none;
          border: 1px solid #e6e6e6;
          border-radius: 1px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
          -webkit-transform: translateZ(0); }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr:hover {
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
            border-color: transparent; }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail {
            position: relative;
            margin: -1px -1px 0 -1px; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail img {
              width: 100%; }
          .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content {
            padding: 30px;
            font-size: 13px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 {
              font-weight: 600; }
              .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a {
                text-decoration: none !important;
                color: #183650;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a:hover {
                  color: #34ccff; }
              .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6:before {
                display: none; }
            .vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content p {
              line-height: 24px; }
  .vc_services .owl-dots {
    position: relative;
    margin: 0 0 30px; }
    .vc_services .owl-dots:after {
      content: "";
      display: table;
      clear: both; }
    .vc_services .owl-dots .owl-dot {
      float: left;
      width: 10px;
      height: 10px;
      padding: 3px;
      margin: 0 15px 0 0;
      cursor: pointer;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .vc_services .owl-dots .owl-dot span {
        display: block;
        width: 4px;
        height: 4px;
        border: 1px solid #8a929d;
        background: #8a929d;
        padding: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .vc_services .owl-dots .owl-dot.active {
        padding: 0; }
        .vc_services .owl-dots .owl-dot.active span {
          width: 10px;
          height: 10px;
          background: transparent;
          border-color: #34ccff; }

.vc_services_grid {
  position: relative;
  margin: 0 -15px;
  font-size: 0; }
  .vc_services_grid .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px;
    margin: 0 0 40px;
    font-size: 14px; }
    .vc_services_grid .item .item_wr {
      background: #fff;
      box-shadow: none;
      border-radius: 1px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: translateZ(0);
      border: 1px solid #e6e6e6; }
      .vc_services_grid .item .item_wr:hover {
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
        border-color: transparent; }
      .vc_services_grid .item .item_wr .item_thumbnail {
        margin: -1px -1px 0 -1px; }
        .vc_services_grid .item .item_wr .item_thumbnail img {
          display: block;
          max-width: 100%;
          height: auto; }
      .vc_services_grid .item .item_wr .content {
        border-top: none;
        padding: 30px;
        font-size: 13px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .vc_services_grid .item .item_wr .content h6 a {
          text-decoration: none !important;
          color: #183650;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .vc_services_grid .item .item_wr .content h6 a:hover {
            color: #34ccff; }
        .vc_services_grid .item .item_wr .content h6:before {
          display: none; }
        .vc_services_grid .item .item_wr .content p {
          line-height: 24px; }
  .vc_services_grid.cols_4 .item {
    width: 25%; }
  .vc_services_grid.cols_2 .item {
    width: 50%; }
  .vc_services_grid.cols_1 .item {
    width: 100%; }

.stm_counter {
  position: relative;
  color: #fff; }
  .stm_counter .icon {
    color: #34ccff;
    font-size: 66px;
    width: 90px;
    float: left; }
    .stm_counter .icon svg {
      stroke: #34ccff; }
  .stm_counter .text {
    overflow: hidden;
    padding: 11px 0 0; }
    .stm_counter .text .value {
      font-size: 42px;
      font-weight: 300;
      margin: 0 0 11px;
       }
    .stm_counter .text .title {
      font-size: 14px;
      line-height: 22px; }

body .vc_general.vc_cta3 {
  padding: 55px 0; }
  body .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
    width: 1000px; }
  body .vc_general.vc_cta3.vc_cta3-style-classic.secondary_bg_color, body .vc_general.vc_cta3.vc_cta3-style-custom.secondary_bg_color {
    background-color: #34ccff;
    border-color: #34ccff;
    border: none; }
  body .vc_general.vc_cta3 h2 {
    margin: 0;
    font-size: 30px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    text-transform: none; }
    body .vc_general.vc_cta3 h2:before {
      display: none; }
  body .vc_general.vc_cta3 h4 {
    margin: 0;
    text-transform: none; }
    body .vc_general.vc_cta3 h4:before {
      display: none; }

.vc_testimonials {
  position: relative;
  padding-left: 95px; }
  .vc_testimonials:before {
    content: "\e948";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 75px;
    color: #34ccff; }
  .vc_testimonials .vc_testimonials_carousel {
    position: relative;
    margin: 0 0 58px; }
    .vc_testimonials .vc_testimonials_carousel .item {
      position: relative; }
      .vc_testimonials .vc_testimonials_carousel .item:after {
        content: "";
        display: table;
        clear: both; }
      .vc_testimonials .vc_testimonials_carousel .item p {
        font-style: italic;
        color: #595959;
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 36px;
        font-weight: 300; }
      .vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail {
        position: relative;
        float: left;
        width: 40px;
        margin: 0 10px 0 0;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        overflow: hidden; }
        .vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail img {
          display: block;
          max-width: 40px;
          height: auto;
          -webkit-border-radius: 40px;
          -moz-border-radius: 40px;
          -ms-border-radius: 40px;
          border-radius: 40px;
          overflow: hidden; }
      .vc_testimonials .vc_testimonials_carousel .item .testimonial_info {
        overflow: hidden; }
        .vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6 {
          color: #404040;
          margin: 0 0 10px;
          font-weight: 600; }
          .vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6:before {
            display: none; }
        .vc_testimonials .vc_testimonials_carousel .item .testimonial_info .position {
          font-size: 14px;
          line-height: 16px; }
  .vc_testimonials .owl-dots {
    position: relative; }
    .vc_testimonials .owl-dots:after {
      content: "";
      display: table;
      clear: both; }
    .vc_testimonials .owl-dots .owl-dot {
      float: left;
      width: 10px;
      height: 10px;
      padding: 3px;
      margin: 0 15px 0 0;
      cursor: pointer;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .vc_testimonials .owl-dots .owl-dot span {
        display: block;
        width: 4px;
        height: 4px;
        border: 1px solid #8a929d;
        background: #8a929d;
        padding: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .vc_testimonials .owl-dots .owl-dot.active {
        padding: 0; }
        .vc_testimonials .owl-dots .owl-dot.active span {
          width: 10px;
          height: 10px;
          background: transparent;
          border-color: #34ccff; }
  .vc_testimonials.style_2 {
    padding: 80px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .vc_testimonials.style_2:before {
      display: none; }
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
      max-width: 635px;
      background: rgba(255, 255, 255, 0.95);
      padding: 38px 50px 47px;
      text-align: center; }
      .vc_testimonials.style_2 .vc_testimonials_carousel_wr:before {
        content: '\e958';
        font-family: 'stm';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        vertical-align: top;
        font-size: 64px;
        color: #34ccff;
        margin: 0 0 15px; }
      .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel {
        margin-bottom: 38px; }
        .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep {
          position: relative;
          color: #34ccff;
          font-size: 15px;
          margin-bottom: 32px;
          display: inline-block;
          vertical-align: top; }
          .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:before {
            content: '';
            position: absolute;
            left: -85px;
            top: 50%;
            width: 70px;
            height: 1px;
            background: #34ccff; }
          .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:after {
            content: '';
            position: absolute;
            right: -85px;
            top: 50%;
            width: 70px;
            height: 1px;
            background: #34ccff; }
        .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item p {
          
          font-size: 20px;
          line-height: 36px;
          font-style: normal;
          font-weight: 400;
          margin-bottom: 30px; }
        .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .position {
          font-size: 13px; }
    .vc_testimonials.style_2 .owl-dots {
      text-align: center; }
      .vc_testimonials.style_2 .owl-dots .owl-dot {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 7px; }

.vc_news {
  position: relative; }
  .vc_news .vc_news_footer {
    position: relative; }
    .vc_news .vc_news_footer:after {
      content: "";
      display: table;
      clear: both; }
    .vc_news .vc_news_footer .button {
      float: right; }
  .vc_news .news_list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px; }
    .vc_news .news_list li {
      margin: 0 0 30px;
      background: #fff;
      border-radius: 1px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border: 1px solid #e5e5e5; }
      .vc_news .news_list li:after {
        content: "";
        display: table;
        clear: both; }
      .vc_news .news_list li:hover {
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07); }
      .vc_news .news_list li:last-child {
        margin-bottom: 0; }
      .vc_news .news_list li .news_thumbnail {
        position: relative;
        float: left;
        margin: -1px 0 -1px -1px; }
        .vc_news .news_list li .news_thumbnail .date {
          position: absolute;
          top: 0;
          right: 0;
          width: 75px;
          height: 75px;
          background: #34ccff;
          color: #fff;
          text-align: center;
          padding: 20px 0 0;
           }
          .vc_news .news_list li .news_thumbnail .date .day {
            font-size: 30px;
            font-weight: 400;
            line-height: 18px;
            margin: 0 0 5px; }
          .vc_news .news_list li .news_thumbnail .date .month {
            font-size: 16px;
            text-transform: lowercase; }
      .vc_news .news_list li .news_content {
        overflow: hidden;
        padding: 33px 37px 25px; }
        .vc_news .news_list li .news_content h4 {
          line-height: 30px;
          text-transform: none;
          font-weight: 400;
          margin-bottom: 16px; }
          .vc_news .news_list li .news_content h4:before {
            display: none; }
          .vc_news .news_list li .news_content h4 a {
            color: #183650;
            text-decoration: none !important;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .vc_news .news_list li .news_content h4 a:hover {
              color: #34ccff; }
        .vc_news .news_list li .news_content p {
          font-size: 13px;
          line-height: 22px;
          margin-bottom: 20px; }
  .vc_news .owl-dots {
    position: relative;
    margin: 15px 0 30px;
    float: left; }
    .vc_news .owl-dots:after {
      content: "";
      display: table;
      clear: both; }
    .vc_news .owl-dots .owl-dot {
      float: left;
      width: 10px;
      height: 10px;
      padding: 3px;
      margin: 0 15px 0 0;
      cursor: pointer;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .vc_news .owl-dots .owl-dot span {
        display: block;
        width: 4px;
        height: 4px;
        border: 1px solid #cccccc;
        background: #cccccc;
        padding: 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .vc_news .owl-dots .owl-dot.active {
        padding: 0; }
        .vc_news .owl-dots .owl-dot.active span {
          width: 10px;
          height: 10px;
          background: transparent;
          border-color: #34ccff; }

.stm_icon {
  position: relative;
  color: #fff; }
  .stm_icon .icon {
    font-size: 71px;
    margin: 0 0 19px;
    color: #34ccff; }
    .stm_icon .icon svg {
      stroke: #34ccff; }
  .stm_icon .title {
    font-size: 14px;
    
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    color: #183650; }
  .stm_icon .text {
    padding: 24px 0 0; }
  .stm_icon.center {
    text-align: center; }
  .stm_icon.right {
    text-align: right; }
  .stm_icon.icon_position_left:after {
    content: "";
    display: table;
    clear: both; }
  .stm_icon.icon_position_left .icon {
    display: table-cell;
    vertical-align: middle; }
  .stm_icon.icon_position_left .icon_text {
    display: table-cell;
    vertical-align: middle; }
    .stm_icon.icon_position_left .icon_text .title {
      font-weight: 600; }

.vc_image_carousel_wr {
  margin: 0 -40px; }
  .vc_image_carousel_wr .vc_image_carousel {
    position: relative; }
    .vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item {
      float: none;
      display: inline-block;
      vertical-align: middle; }
      .vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item .item {
        padding: 0 40px; }
  .vc_image_carousel_wr.grayscale .owl-item img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6; }
    .vc_image_carousel_wr.grayscale .owl-item img:hover {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      filter: grayscale(0);
      opacity: 1; }

.vc_image_gallery_wr {
  position: relative;
  margin: 0 auto 35px;
  max-width: 100%; }
  .vc_image_gallery_wr .vc_image_gallery {
    position: relative; }
    .vc_image_gallery_wr .vc_image_gallery.owl-carousel .owl-item img {
      display: block;
      width: auto;
      margin: 0 0 20px; }
    .vc_image_gallery_wr .vc_image_gallery.owl-carousel .owl-item p {
      margin: 0;
      font-size: 13px;
      line-height: 22px; }
  .vc_image_gallery_wr.vertical_navigation .vc_image_gallery.owl-carousel .owl-item img {
    margin: 0 0 20px; }
  .vc_image_gallery_wr.vertical_navigation .vc_image_gallery.owl-carousel .owl-item p {
    margin: 0 0 20px; }
  .vc_image_gallery_wr.vertical_navigation .owl-dots-wr {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    text-align: center; }
    .vc_image_gallery_wr.vertical_navigation .owl-dots-wr:after {
      display: none; }
    .vc_image_gallery_wr.vertical_navigation .owl-dots-wr .owl-dots {
      display: inline-block;
      vertical-align: top; }
      .vc_image_gallery_wr.vertical_navigation .owl-dots-wr .owl-dots .owl-dot {
        float: left;
        margin: 0 12px; }
  .vc_image_gallery_wr .owl-dots-wr {
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%; }
    .vc_image_gallery_wr .owl-dots-wr:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .vc_image_gallery_wr .owl-dots-wr .owl-dots {
      display: inline-block;
      vertical-align: middle; }
      .vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        padding: 3px;
        margin: 12px 0;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot span {
          display: block;
          width: 4px;
          height: 4px;
          border: 1px solid rgba(24, 54, 80, 0.5);
          background: rgba(24, 54, 80, 0.5);
          padding: 0;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot.active {
          padding: 0; }
          .vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot.active span {
            width: 10px;
            height: 10px;
            background: transparent;
            border-color: #34ccff; }

.stm_gmap_wrapper {
  position: relative; }
  .stm_gmap_wrapper .stm_gmap {
    height: 688px;
    width: 100%; }
    .stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
      text-align: center;
      margin-top: -6px; }
      .stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw > div > div {
        overflow: hidden !important; }
      .stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6 {
        display: block;
        margin: 0;
        text-transform: none;
        font-size: 14px;
        color: #fff;
        font-weight: 400; }
        .stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6:before {
          display: none; }
      .stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw + div {
        display: none !important; }
    .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
      border: none !important;
      background: #183650 !important;
      border-radius: 30px !important;
      margin-top: -6px; }
    .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child > div {
      left: 7px !important;
      transform: skewX(42deg) !important;
      box-shadow: none !important;
      background: #183650 !important;
      z-index: 40; }
    .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-child(2) > div {
      left: -1px !important;
      transform: skewX(-42deg) !important;
      box-shadow: none !important;
      background: #183650 !important;
      z-index: 40; }
    .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:nth-child(2) {
      background-color: transparent !important;
      box-shadow: none !important; }
  .stm_gmap_wrapper .gmap_addresses {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 57px 0 49px;
    background: rgba(24, 54, 80, 0.9); }
    .stm_gmap_wrapper .gmap_addresses .container {
      position: relative; }
    .stm_gmap_wrapper .gmap_addresses .addresses {
      position: relative; }
      .stm_gmap_wrapper .gmap_addresses .addresses .item {
        padding: 0 66px 0 1px;
        border-right: 1px solid rgba(255, 255, 255, 0.25); }
        .stm_gmap_wrapper .gmap_addresses .addresses .item .title {
          
          color: #fff;
          font-weight: 600;
          text-transform: uppercase;
          margin: 0 0 20px; }
        .stm_gmap_wrapper .gmap_addresses .addresses .item ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .stm_gmap_wrapper .gmap_addresses .addresses .item ul li {
            color: rgba(255, 255, 255, 0.7);
            margin: 0 0 13px; }
            .stm_gmap_wrapper .gmap_addresses .addresses .item ul li:after {
              content: "";
              display: table;
              clear: both; }
            .stm_gmap_wrapper .gmap_addresses .addresses .item ul li:last-child {
              margin: 0; }
            .stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon {
              float: left;
              width: 16px;
              line-height: 20px;
              font-size: 16px;
              margin-right: 14px;
              text-align: center; }
              .stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon .stm-email {
                font-size: 12px;
                padding: 2px 0 0; }
            .stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text {
              overflow: hidden;
              font-size: 13px;
              line-height: 20px; }
              .stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text p {
                margin: 0;
                font-size: 13px;
                line-height: 20px; }
    .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
      position: absolute;
      right: 15px;
      top: 0;
      height: 100%; }
      .stm_gmap_wrapper .gmap_addresses .owl-dots-wr:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots {
        display: inline-block;
        vertical-align: middle; }
        .stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot {
          width: 10px;
          height: 10px;
          padding: 3px;
          margin: 12px 0;
          cursor: pointer;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          .stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot span {
            display: block;
            width: 4px;
            height: 4px;
            border: 1px solid #fff;
            background: #fff;
            padding: 0;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%; }
          .stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active {
            padding: 0; }
            .stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active span {
              width: 10px;
              height: 10px;
              background: transparent;
              border-color: #34ccff; }

body .wpb_image_grid .wpb_image_grid_ul {
  width: 110%; }
  body .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 12px 12px 0; }

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: -1px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
  margin-top: -1px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 1px; }
  body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    font-weight: 400; }
    body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:before {
      display: none; }
    body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 13px;
      padding-bottom: 13px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
      padding-right: 42px; }
      body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
        right: 14px;
        top: 15px;
        transform: none;
        height: auto;
        width: auto;
        line-height: 1;
        font-size: 16px; }
        body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
          content: "\f107";
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          transition: none;
          transform: none;
          border: none;
          position: relative;
          top: auto;
          bottom: auto;
          left: auto;
          right: auto; }
    body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
      padding-left: 42px; }
      body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
        left: 14px;
        top: 15px;
        transform: none;
        height: auto;
        width: auto;
        line-height: 1;
        font-size: 16px; }
        body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
          content: "\f107";
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          transform: none;
          border: none;
          position: relative;
          top: auto;
          bottom: auto;
          left: auto;
          right: auto; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  border-width: 1px;
  padding: 20px 30px; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading, body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
  border-color: #34ccff;
  background-color: #34ccff; }
  body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a, body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
    color: #fff; }
    body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon::before, body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a .vc_tta-controls-icon::before {
      border-color: #fff; }
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading {
  border-color: #e6e6e6; }
  body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #34ccff;
    border-color: #34ccff; }
    body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
      color: #fff; }
  body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #183650; }

.pricing_table {
  position: relative;
  margin-bottom: 80px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .pricing_table .pricing_table_wr {
    position: relative;
    overflow: hidden; }
    .pricing_table .pricing_table_wr .header {
      position: relative;
      text-align: center;
      background: #183650;
      padding: 30px 20px 24px;
      overflow: hidden; }
      .pricing_table .pricing_table_wr .header .sticker {
        position: absolute;
        left: -92px;
        top: 24px;
        background-color: #7fba00;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        width: 100%;
        padding: 5px 0;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .pricing_table .pricing_table_wr .header .title {
        font-size: 14px;
        color: #34ccff;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 30px; }
      .pricing_table .pricing_table_wr .header .price_wr {
        position: relative;
        color: #fff; }
        .pricing_table .pricing_table_wr .header .price_wr .prefix {
          display: inline;
          font-size: 20px; }
        .pricing_table .pricing_table_wr .header .price_wr .price {
          display: inline;
          font-size: 30px;
          text-transform: uppercase; }
        .pricing_table .pricing_table_wr .header .price_wr .suffix {
          display: inline;
          font-size: 13px; }
    .pricing_table .pricing_table_wr .content {
      position: relative;
      padding: 36px 30px 46px;
      border: 1px solid #e6e6e6;
      border-top: none;
      margin: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .pricing_table .pricing_table_wr .content ul {
        margin-bottom: 0; }
        .pricing_table .pricing_table_wr .content ul li {
          margin-bottom: 27px;
          font-size: 13px; }
      .pricing_table .pricing_table_wr .content .buy_now {
        position: absolute;
        left: 0;
        bottom: 35px;
        opacity: 0;
        width: 100%;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .pricing_table .pricing_table_wr .content .buy_now .button {
          display: inline-block; }
  .pricing_table:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07); }
  .pricing_table.has_link:hover {
    margin-bottom: 0 !important;
    transform: translate(0, -30px); }
    .pricing_table.has_link:hover .content {
      padding-bottom: 114px; }
      .pricing_table.has_link:hover .content .buy_now {
        opacity: 1; }

.circle_progress_wr {
  text-align: center; }
  .circle_progress_wr .circle_progress {
    position: relative;
    margin: 0 auto;
    display: table; }
    .circle_progress_wr .circle_progress > div {
      display: table-cell;
      vertical-align: middle; }
      .circle_progress_wr .circle_progress > div canvas {
        position: absolute;
        left: 0;
        top: 0; }
      .circle_progress_wr .circle_progress > div .info {
        display: inline-block;
        vertical-align: middle; }
        .circle_progress_wr .circle_progress > div .info .value {
          font-size: 30px;
          text-transform: uppercase;
          color: #183650;
          text-align: center;
          margin: 0 0 5px; }
        .circle_progress_wr .circle_progress > div .info .title {
          font-size: 13px;
          color: #808080;
          text-align: center; }

.vc_progress_bar .vc_general.vc_single_bar {
  background: none;
  box-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 45px; }
  .vc_progress_bar .vc_general.vc_single_bar .vc_label {
    color: #183650 !important;
    text-shadow: none !important;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px; }
    .vc_progress_bar .vc_general.vc_single_bar .vc_label:after {
      content: "";
      display: table;
      clear: both; }
    .vc_progress_bar .vc_general.vc_single_bar .vc_label em {
      font-style: normal;
      float: left; }
    .vc_progress_bar .vc_general.vc_single_bar .vc_label span {
      float: right;
      font-weight: 500;
      font-size: 12px; }
  .vc_progress_bar .vc_general.vc_single_bar .vc_bar_wr {
    position: relative;
    background-color: #e6e6e6;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }
  .vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-theme_style .vc_bar {
    background-color: #34ccff; }

body .vc_separator.vc_sep_double .vc_sep_line {
  height: 4px; }
body .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-top: 1px solid #E6E6E6; }
body .vc_separator.vc_separator_align_center h4 {
  padding: 0 20px; }
body .vc_separator h4:before {
  display: none; }

body .vc_message_box {
  font-size: 14px;
  padding: 11px 20px 11px 56px;
  margin: 0 0 20px; }
  body .vc_message_box.vc_message_box-solid.vc_color-info {
    background-color: #cceeff;
    color: #00aaff; }
    body .vc_message_box.vc_message_box-solid.vc_color-info .vc_message_box-icon {
      color: #00aaff; }
  body .vc_message_box.vc_message_box-solid.vc_color-success {
    background-color: #c9f7b2;
    color: #61a600; }
    body .vc_message_box.vc_message_box-solid.vc_color-success .vc_message_box-icon {
      color: #61a600; }
  body .vc_message_box.vc_message_box-solid.vc_color-warning {
    background-color: #fff2b2;
    color: #ff9900; }
    body .vc_message_box.vc_message_box-solid.vc_color-warning .vc_message_box-icon {
      color: #ff9900; }
  body .vc_message_box.vc_message_box-solid.vc_color-danger {
    background-color: #ffd9d9;
    color: #ff0000; }
    body .vc_message_box.vc_message_box-solid.vc_color-danger .vc_message_box-icon {
      color: #ff0000; }

.vacancy_table_wr {
  position: relative;
  margin: 0 0 45px; }
  .vacancy_table_wr .vacancy_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .vacancy_table_wr .vacancy_table thead th {
      position: relative;
      background: #183650;
      color: #fff;
      font-size: 14px;
      padding: 18px 20px;
      cursor: pointer;
      font-weight: 700;
      text-transform: uppercase; }
      .vacancy_table_wr .vacancy_table thead th.headerSortDown {
        background: #34ccff;
        color: #fff; }
        .vacancy_table_wr .vacancy_table thead th.headerSortDown:after {
          content: "\f107";
          color: #fff; }
      .vacancy_table_wr .vacancy_table thead th.headerSortUp {
        background: #34ccff;
        color: #fff; }
        .vacancy_table_wr .vacancy_table thead th.headerSortUp:after {
          content: "\f106";
          color: #fff; }
      .vacancy_table_wr .vacancy_table thead th:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        font-size: 16px;
        color: #B2B2B2;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -8px; }
    .vacancy_table_wr .vacancy_table tbody td {
      font-size: 14px;
      line-height: 24px;
      color: #808080;
      padding: 18px 20px;
      border-bottom: 1px solid #e5e5e5; }
      .vacancy_table_wr .vacancy_table tbody td a {
        color: #808080;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .vacancy_table_wr .vacancy_table tbody td a:hover {
          text-decoration: none;
          color: #34ccff; }

.staff_list {
  position: relative; }
  .staff_list.list > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .staff_list.list > ul > li {
      position: relative;
      margin: 0 0 30px;
      border: 1px solid #e6e6e6;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .staff_list.list > ul > li:after {
        content: "";
        display: table;
        clear: both; }
      .staff_list.list > ul > li:hover {
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07); }
        .staff_list.list > ul > li:hover .staff_info .staff_socials {
          opacity: 1; }
      .staff_list.list > ul > li .staff_image {
        float: left;
        max-width: 350px;
        margin: -1px 0 -1px -1px; }
        .staff_list.list > ul > li .staff_image img {
          display: block;
          max-width: 100%;
          height: auto; }
      .staff_list.list > ul > li .staff_info {
        position: relative;
        overflow: hidden;
        padding: 37px 30px 10px; }
        .staff_list.list > ul > li .staff_info h5 {
          margin: 0 0 13px; }
          .staff_list.list > ul > li .staff_info h5:before {
            display: none; }
        .staff_list.list > ul > li .staff_info .staff_department {
          margin: 0 0 30px;
          font-size: 13px; }
        .staff_list.list > ul > li .staff_info .staff_socials {
          position: absolute;
          right: 31px;
          top: 50%;
          list-style: none;
          padding: 0;
          margin: 0;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          opacity: 0;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .staff_list.list > ul > li .staff_info .staff_socials:after {
            content: "";
            display: table;
            clear: both; }
          .staff_list.list > ul > li .staff_info .staff_socials li {
            margin: 0 0 13px; }
            .staff_list.list > ul > li .staff_info .staff_socials li:last-child {
              margin: 0; }
            .staff_list.list > ul > li .staff_info .staff_socials li a {
              display: block;
              width: 32px;
              height: 32px;
              -webkit-border-radius: 32px;
              -moz-border-radius: 32px;
              -ms-border-radius: 32px;
              border-radius: 32px;
              background: #d9d9d9;
              text-align: center;
              line-height: 32px;
              color: #fff;
              font-size: 14px;
              text-decoration: none !important;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              .staff_list.list > ul > li .staff_info .staff_socials li a i {
                line-height: 34px; }
                .staff_list.list > ul > li .staff_info .staff_socials li a i.fa-vimeo {
                  font-size: 14px; }
                .staff_list.list > ul > li .staff_info .staff_socials li a i.stm-google-plus {
                  font-size: 13px; }
              .staff_list.list > ul > li .staff_info .staff_socials li a:hover {
                background: #34ccff; }
              .staff_list.list > ul > li .staff_info .staff_socials li a.social-facebook:hover {
                background: #3a5897; }
              .staff_list.list > ul > li .staff_info .staff_socials li a.social-twitter:hover {
                background: #00aced; }
              .staff_list.list > ul > li .staff_info .staff_socials li a.social-linkedin:hover {
                background: #0077b5; }
              .staff_list.list > ul > li .staff_info .staff_socials li a.social-google-plus:hover {
                background: #db4437; }
        .staff_list.list > ul > li .staff_info .staff_phone {
          position: relative;
          padding: 0 0 0 25px;
          margin: 0 0 20px; }
          .staff_list.list > ul > li .staff_info .staff_phone:before {
            content: "\e93e";
            font-family: 'stm';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: -2px;
            color: #34ccff;
            font-size: 14px; }
        .staff_list.list > ul > li .staff_info .staff_email {
          position: relative;
          padding: 0 0 0 25px;
          margin: 0 0 20px; }
          .staff_list.list > ul > li .staff_info .staff_email:before {
            content: "\e902";
            font-family: 'stm';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: 2px;
            color: #34ccff;
            font-size: 12px; }
        .staff_list.list > ul > li .staff_info .staff_skype {
          position: relative;
          padding: 0 0 0 25px;
          margin: 0 0 20px; }
          .staff_list.list > ul > li .staff_info .staff_skype:before {
            content: "\e94a";
            font-family: 'stm';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: -1px;
            color: #34ccff;
            font-size: 16px; }
  .staff_list.grid.cols_2 > ul > li {
    width: 50%; }
  .staff_list.grid > ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    font-size: 0; }
    .staff_list.grid > ul:after {
      content: "";
      display: table;
      clear: both; }
    .staff_list.grid > ul > li {
      float: left;
      padding: 0 15px;
      margin: 0 0 30px;
      font-size: 14px;
      width: 33%; }
      .staff_list.grid > ul > li .staff_wr {
        border: 1px solid #e6e6e6;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .staff_list.grid > ul > li .staff_wr:hover {
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
          border-color: transparent; }
          .staff_list.grid > ul > li .staff_wr:hover .staff_image .staff_socials {
            opacity: 1; }
          .staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr {
            transform: translateY(-75px);
            -webkit-transform: translateY(-75px); }
            .staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr .staff_name_position {
              opacity: 0; }
            .staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr .staff_phone_email {
              opacity: 1; }
        .staff_list.grid > ul > li .staff_wr .staff_image {
          position: relative;
          margin: -1px -1px 0 -1px; }
          .staff_list.grid > ul > li .staff_wr .staff_image img {
            display: block;
            max-width: 100%;
            height: auto; }
          .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials {
            position: absolute;
            left: 50%;
            bottom: 21px;
            list-style: none;
            padding: 0;
            margin: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            opacity: 0;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials:after {
              content: "";
              display: table;
              clear: both; }
            .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li {
              margin: 0 3px;
              float: left; }
              .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li:last-child {
                margin: 0; }
              .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a {
                display: block;
                width: 32px;
                height: 32px;
                -webkit-border-radius: 32px;
                -moz-border-radius: 32px;
                -ms-border-radius: 32px;
                border-radius: 32px;
                background: #d9d9d9;
                text-align: center;
                line-height: 32px;
                color: #fff;
                font-size: 14px;
                text-decoration: none !important;
                color: rgba(255, 255, 255, 0.8);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease; }
                .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i {
                  line-height: 34px; }
                  .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i.fa-vimeo {
                    font-size: 14px; }
                  .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i.stm-google-plus {
                    font-size: 13px; }
                .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a:hover {
                  background: #34ccff;
                  color: #fff; }
                .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-facebook {
                  background: #3a5897; }
                .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-twitter {
                  background: #00aced; }
                .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-linkedin {
                  background: #0077b5; }
                .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-google-plus {
                  background: #db4437; }
        .staff_list.grid > ul > li .staff_wr .staff_info {
          position: relative;
          overflow: hidden;
          height: 96px; }
          .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            padding: 25px 30px 10px; }
            .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_name_position {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              opacity: 1; }
            .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone_email {
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              opacity: 0; }
            .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr h5 {
              margin: 0 0 13px; }
              .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr h5:before {
                display: none; }
            .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_department {
              margin: 0 0 30px;
              font-size: 13px; }
            .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone {
              position: relative;
              padding: 0 0 0 25px;
              margin: 0 0 20px; }
              .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone:before {
                content: "\e93e";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: -2px;
                color: #34ccff;
                font-size: 14px; }
            .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_email {
              position: relative;
              padding: 0 0 0 25px;
              margin: 0 0 20px; }
              .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_email:before {
                content: "\e902";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: 2px;
                color: #34ccff;
                font-size: 12px; }
            .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_skype {
              position: relative;
              padding: 0 0 0 25px;
              margin: 0 0 20px; }
              .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_skype:before {
                content: "\e94a";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: -1px;
                color: #34ccff;
                font-size: 16px; }

.stm_gallery_wr {
  position: relative; }
  .stm_gallery_wr .stm_gallery_nav_wr {
    position: relative;
    margin-bottom: 50px; }
    .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul:after {
        content: "";
        display: table;
        clear: both; }
      .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li {
        position: relative;
        float: left;
        font-size: 16px;
        color: #183650;
        font-weight: 700;
        margin: 15px 60px 0 0;
        padding-bottom: 24px; }
        .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li.active:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 4px;
          background: #34ccff; }
        .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li a {
          color: #183650;
          text-decoration: none !important;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li a:hover {
            color: #34ccff; }
    .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher {
      position: relative;
      display: block;
      width: 40px;
      height: 40px;
      border: 2px solid #34ccff;
      font-size: 8px;
      color: #34ccff !important; }
      .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher .left {
        position: absolute;
        left: 9px;
        bottom: 7px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher .right {
        position: absolute;
        right: 8px;
        top: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher.active .left {
        left: 20px;
        bottom: 18px; }
      .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher.active .right {
        right: 19px;
        top: 21px; }
  .stm_gallery_wr .stm_gallery {
    position: relative; }
    .stm_gallery_wr .stm_gallery.container .row {
      margin-left: -15px;
      margin-right: -15px; }
      .stm_gallery_wr .stm_gallery.container .row .item {
        padding: 0 15px;
        margin: 0 0 30px; }
    .stm_gallery_wr .stm_gallery .row {
      margin: 0; }
      .stm_gallery_wr .stm_gallery .row .item {
        width: 25%; }
        .stm_gallery_wr .stm_gallery .row .item a {
          position: relative;
          display: block; }
          .stm_gallery_wr .stm_gallery .row .item a:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(24, 54, 80, 0.75);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: 0; }
          .stm_gallery_wr .stm_gallery .row .item a:after {
            content: "\e954";
            font-family: 'stm';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            color: #fff;
            font-size: 28px;
            opacity: 0; }
          .stm_gallery_wr .stm_gallery .row .item a img {
            display: block;
            max-width: 100%;
            height: auto; }
          .stm_gallery_wr .stm_gallery .row .item a:hover:before, .stm_gallery_wr .stm_gallery .row .item a:hover:after {
            opacity: 1; }
  .stm_gallery_wr.cols_3 .stm_gallery .row .item {
    width: 33%; }
  .stm_gallery_wr.cols_2 .stm_gallery .row .item {
    width: 50%; }
  .stm_gallery_wr.cols_1 .stm_gallery .row .item {
    width: 100%; }

.vc_service_info {
  position: relative;
  border: 1px solid #e6e6e6; }
  .vc_service_info .service_thumbnail {
    position: relative;
    margin: -1px -1px 0 -1px; }
    .vc_service_info .service_thumbnail img {
      display: block;
      max-width: 100%;
      height: auto; }
  .vc_service_info .service_info {
    padding: 30px;
    font-size: 13px;
    line-height: 24px; }
    .vc_service_info .service_info h6:before {
      display: none; }
    .vc_service_info .service_info .wpb_text_column {
      margin: 0; }
      .vc_service_info .service_info .wpb_text_column ul {
        margin-bottom: 22px; }
        .vc_service_info .service_info .wpb_text_column ul li {
          margin-bottom: 10px; }
          .vc_service_info .service_info .wpb_text_column ul li:before {
            top: 0; }

.stm_video_popup img {
  display: block;
  max-width: 100%;
  height: auto; }
.stm_video_popup .fancy_video {
  position: relative;
  display: block; }
  .stm_video_popup .fancy_video:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    background: #34ccff;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: -43px 0 0 -43px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .stm_video_popup .fancy_video:hover:before {
    background: #183650; }
  .stm_video_popup .fancy_video:after {
    content: '\e900';
    position: absolute;
    left: 50%;
    margin: -12px 0 0 -7px;
    top: 50%;
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #fff;
    z-index: 20; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
a,
a:hover,
a:active {
  color: #34ccff;
  outline: none !important; }

a:hover {
  text-decoration: underline; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  text-transform: uppercase;
  margin: 0;
  color: #183650;
  font-weight: 300;
   }

/*
  h1:before, .h1:before,
  h2:before, .h2:before,
  h3:before, .h3:before,
  h4:before, .h4:before,
  h5:before, .h5:before,
  h6:before, .h6:before {
    content: '';
    border-bottom: 3px solid #34ccff;
    width: 50px;
    display: block;
    margin-bottom: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  h1.white_stripe:before, .h1.white_stripe:before,
  h2.white_stripe:before, .h2.white_stripe:before,
  h3.white_stripe:before, .h3.white_stripe:before,
  h4.white_stripe:before, .h4.white_stripe:before,
  h5.white_stripe:before, .h5.white_stripe:before,
  h6.white_stripe:before, .h6.white_stripe:before {
    border-bottom-color: #fff; }
*/
h1, .h1 {
  font-size: 42px;
  margin: 0 0 33px; }

h2, .h2, .comment-reply-title {
  font-size: 30px;
  margin: 0 0 32px;
  line-height: 42px; }


  h2:before, .h2:before, .comment-reply-title:before {
    margin-bottom: 0 !important;
border: 0 !important; }

h3, .h3 {
  font-size: 30px;
  margin: 0 0 33px; }
h4, .h4 {
  font-size: 20px;
  margin: 0 0 21px; }
  h4:before, .h4:before {
    margin-bottom: 26px; }

h5, .h5 {
  font-size: 18px;
  margin: 0 0 25px; }
  h5:before, .h5:before {
    margin-bottom: 27px; }

h6, .h6 {
  font-size: 14px;
  margin: 0 0 19px;
  letter-spacing: 0.04em; }
  h6:before, .h6:before {
    margin-bottom: 22px; }

p {
  line-height: 26px;
  margin: 0 0 26px; }

blockquote {
  margin: 0 0 26px 42px;
  border-left: 3px solid #34ccff;
  padding: 9px 0 9px 50px;
  color: #595959;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 36px; }
  blockquote p {
    line-height: 36px;
    font-weight: 300; }

.without_vc {
  margin-bottom: 100px; }

.wpb_text_column ol, .comment-body ol {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  counter-reset: item; }
  .wpb_text_column ol li, .comment-body ol li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 20px;
    line-height: 26px; }
    .wpb_text_column ol li:before, .comment-body ol li:before {
      position: absolute;
      left: 0;
      top: 0;
      content: counter(item) ".";
      counter-increment: item;
      color: #34ccff; }
    .wpb_text_column ol li ol, .wpb_text_column ol li ul, .comment-body ol li ol, .comment-body ol li ul {
      margin-top: 12px; }
.wpb_text_column ul, .comment-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px; }
  .wpb_text_column ul li, .comment-body ul li {
    position: relative;
    margin: 0 0 12px;
    line-height: 26px;
    padding-left: 14px; }
    .wpb_text_column ul li:before, .comment-body ul li:before {
      content: '•';
      position: absolute;
      left: 0;
      top: -1px;
      font-size: 18px;
      color: #34ccff; }
    .wpb_text_column ul li ol, .wpb_text_column ul li ul, .comment-body ul li ol, .comment-body ul li ul {
      margin-top: 12px; }
  .wpb_text_column ul.style_2 li, .comment-body ul.style_2 li {
    padding-left: 25px; }
    .wpb_text_column ul.style_2 li:before, .comment-body ul.style_2 li:before {
      content: '';
      top: 12px;
      width: 10px;
      height: 1px;
      background: #34ccff; }
  .wpb_text_column ul.style_3 li, .comment-body ul.style_3 li {
    padding-left: 30px; }
    .wpb_text_column ul.style_3 li:before, .comment-body ul.style_3 li:before {
      content: "\e93f";
      font-family: 'stm';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      top: 8px;
      left: 0;
      font-size: 10px; }
.wpb_text_column table, .comment-body table {
  width: 100%;
  margin: 0 0 40px; }
  .wpb_text_column table td, .wpb_text_column table th, .comment-body table td, .comment-body table th {
    padding: 10px;
    border: 1px solid #e6e6e6; }
.wpb_text_column dl, .comment-body dl {
  margin: 0 0 40px; }
  .wpb_text_column dl dd, .comment-body dl dd {
    margin: 0 0 10px; }
.wpb_text_column embed, .wpb_text_column iframe, .comment-body embed, .comment-body iframe {
  max-width: 100%; }

.read_more {
  position: relative;
  text-decoration: none !important; }
  .read_more em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    border-bottom: 1px solid transparent;
    line-height: 1; }
  .read_more span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    border-bottom: 1px solid transparent;
    padding-left: 5px;
    padding-top: 1px; }
  .read_more:hover em {
    border-bottom-color: #34ccff; }

mark {
  background: #7fba00;
  color: #fff; }

strong {
  color: #404040; }

small {
  font-size: 13px; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0 0 28px;
  vertical-align: middle;
  font-size: 13px; }
  .breadcrumbs .container > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0; }
    .breadcrumbs .container > span:first-child {
      margin-left: 0; }
  .breadcrumbs .container a {
    color: #183650; }

.button {
  background: transparent;
  position: relative;
  color: #183650;
  border: 2px solid #34ccff;
  padding: 15px 30px 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none !important;
  -webkit-transition: all .3s ease !important;
  -moz-transition: all .3s ease !important;
  -ms-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important;
  outline: none !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: inline-block; }
  .button i {
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    height: 14px;
    line-height: 14px;
    font-size: 13px;
    margin: -7px 0 0; }
  .button:hover {
    color: #fff;
    background: #34ccff; }
  .button:active {
    color: #183650;
    background: #34ccff; }
  .button.style_2 {
    color: #fff; }
    .button.style_2:hover {
      color: #fff;
      background: #34ccff; }
    .button.style_2:active {
      background: #34ccff;
      color: #183650; }
  .button.fullwidth {
    width: 100%; }
    .button.fullwidth i {
      position: relative;
      right: auto;
      top: auto;
      display: inline-block;
      vertical-align: middle;
      line-height: 14px;
      margin: 0 0 0 13px; }
  .button.icon_right {
    padding-right: 55px; }
  .button.icon_left {
    padding-left: 55px; }
  .button.size-sm {
    padding-top: 10px;
    padding-bottom: 10px; }
  .button.wpcf7-submit:before {
    content: '';
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .button.white-text {
    }
    .button.white-text:active {
      color: #183650;
      background: #34ccff; }

input[type="text"],
input[type="text"].form-control,
input[type="email"],
input[type="email"].form-control,
input[type="tel"],
input[type="tel"].form-control,
input[type="search"],
input[type="search"].form-control,
textarea,
textarea.form-control {
  font-size: 14px;
  line-height: 17px;
  padding: 10px 16px 9px;
  width: 100%;
  border: 1px solid #e6e6e6 !important;
  background: #fff;
  outline: none !important;
  height: auto;
  color: #a6a6a6;
  border-radius: 0;
  box-shadow: none !important;
  box-sizing: border-box;
  -webkit-appearance: none; }
  input[type="text"].wpcf7-not-valid,
  input[type="text"].form-control.wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="email"].form-control.wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="tel"].form-control.wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="search"].form-control.wpcf7-not-valid,
  textarea.wpcf7-not-valid,
  textarea.form-control.wpcf7-not-valid {
    border-color: #f00 !important; }
  input[type="text"]:focus,
  input[type="text"].form-control:focus,
  input[type="email"]:focus,
  input[type="email"].form-control:focus,
  input[type="tel"]:focus,
  input[type="tel"].form-control:focus,
  input[type="search"]:focus,
  input[type="search"].form-control:focus,
  textarea:focus,
  textarea.form-control:focus {
    border: 2px solid #34ccff !important;
    padding-top: 9px;
    padding-bottom: 8px;
   }

textarea {
  height: 100px;
  resize: vertical;
  display: block; }

.input-group {
  position: relative;
  width: 100%;
  margin: 0 0 20px; }

.select2-container .selection,
.select2-container--default .select2-selection--single,
.select2-container {
  outline: none !important; }

.select2-container.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  height: 45px; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    padding-left: 16px;
    padding-right: 38px;
    color: #a6a6a6; }
  .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 38px;
    height: 38px; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: "\f107";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      position: absolute;
      right: 12px;
      top: 50%;
      margin: -7px 0 0;
      color: #15253c; }
    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: none; }
.select2-container .select2-dropdown {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #34ccff; }
  .select2-container .select2-dropdown .select2-results__option {
    padding: 10px 18px; }

span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  margin: 0 0 10px;
  background-color: #c9f7b2;
  color: #61a600;
  padding: 18px 30px 18px 20px;
  font-size: 14px;
  border: none; }
  div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #ffd9d9;
    color: #ff0000; }
  div.wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: #fff2b2;
    color: #ff9900; }

.contact_form {
  padding: 40px 40px 10px;
  background: #f7f7f7; }
  .contact_form .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    display: block;
    padding-top: 10px; }
    .contact_form .wpcf7-checkbox .wpcf7-list-item label {
      font-weight: 400;
      display: block;
      margin: 0; }
      .contact_form .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
        margin-top: 0;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle; }
      .contact_form .wpcf7-checkbox .wpcf7-list-item label span {
        display: inline-block;
        vertical-align: middle; }

.track_your_shipment_form {
  max-width: 540px; }
  .track_your_shipment_form .wpcf7-form-control-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .track_your_shipment_form .input-group {
    display: block; }
    .track_your_shipment_form .input-group.v-align p {
      padding-top: 12px; }
    .track_your_shipment_form .input-group p {
      margin: 0; }
  .track_your_shipment_form p {
    line-height: 16px; }
  .track_your_shipment_form .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 18px;
    display: block;
    padding: 0; }
    .track_your_shipment_form .wpcf7-radio .wpcf7-list-item label {
      font-weight: 400;
      display: block;
      margin: 0; }
      .track_your_shipment_form .wpcf7-radio .wpcf7-list-item label:after {
        content: "";
        display: table;
        clear: both; }
      .track_your_shipment_form .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
        margin-top: 0;
        margin-right: 8px;
        float: left; }
      .track_your_shipment_form .wpcf7-radio .wpcf7-list-item label span {
        overflow: hidden; }
  .track_your_shipment_form .reset {
    background: none;
    border: none;
    padding: 0;
    float: right;
    margin: 14px 0 0;
    color: #34ccff; }
    .track_your_shipment_form .reset i {
      color: #aaaaaa;
      font-size: 12px; }

.search-form {
  position: relative;
  margin: 0 0 40px; }
  .search-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .search-form button:hover {
      color: #34ccff; }

.blog_grid {
  position: relative;
  margin: 0 -15px 30px;
  font-size: 0; }
  .blog_grid:after {
    content: "";
    display: table;
    clear: both; }
  .blog_grid > article {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px 30px;
    font-size: 14px; }
    .blog_grid > article.sticky .post_wr {
      border-color: #34ccff; }
    .blog_grid > article .post_wr {
      box-shadow: none;
      border-radius: 1px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: translateZ(0);
      border: 1px solid #e6e6e6; }
      .blog_grid > article .post_wr:hover {
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
        border-color: transparent; }
      .blog_grid > article .post_wr .post_thumbnail {
        position: relative;
        margin: -1px -1px 0; }
        .blog_grid > article .post_wr .post_thumbnail img {
          max-width: 100%;
          height: auto; }
        .blog_grid > article .post_wr .post_thumbnail .date {
          position: absolute;
          top: 0;
          left: 0;
          width: 75px;
          height: 75px;
          background: #34ccff;
          color: #fff;
          text-align: center;
          padding: 20px 0 0; }
          .blog_grid > article .post_wr .post_thumbnail .date .day {
            font-size: 20px;
            font-weight: 700;
            line-height: 18px;
            margin: 0 0 5px; }
      .blog_grid > article .post_wr .content {
        border-top: none;
        padding: 23px 30px 43px;
        font-size: 13px; }
        .blog_grid > article .post_wr .content h5 {
          line-height: 24px;
          margin: 0 0 17px; }
          .blog_grid > article .post_wr .content h5 a {
            text-decoration: none !important;
            color: #183650;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .blog_grid > article .post_wr .content h5 a:hover {
              color: #34ccff; }
          .blog_grid > article .post_wr .content h5:before {
            display: none; }
        .blog_grid > article .post_wr .content .post_excerpt {
          line-height: 24px; }
          .blog_grid > article .post_wr .content .post_excerpt p {
            line-height: 24px;
            margin: 0 0 20px; }

.blog_list {
  position: relative;
  margin: 0 0 30px; }
  .blog_list:after {
    content: "";
    display: table;
    clear: both; }
  .blog_list > article {
    margin: 0 0 30px; }
    .blog_list > article.sticky .post_wr {
      border-color: #34ccff; }
    .blog_list > article .post_wr {
      box-shadow: none;
      border-radius: 1px;
      border: 1px solid #e6e6e6;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: translateZ(0); }
      .blog_list > article .post_wr:after {
        content: "";
        display: table;
        clear: both; }
      .blog_list > article .post_wr:hover {
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
        border-color: transparent; }
      .blog_list > article .post_wr .post_thumbnail {
        max-width: 350px;
        position: relative;
        margin: -1px 0 -1px -1px;
        float: left; }
        .blog_list > article .post_wr .post_thumbnail img {
          max-width: 100%;
          height: auto; }
        .blog_list > article .post_wr .post_thumbnail .date {
          position: absolute;
          top: 0;
          right: 0;
          width: 75px;
          height: 75px;
          background: #34ccff;
          color: #fff;
          text-align: center;
          padding: 20px 0 0; }
          .blog_list > article .post_wr .post_thumbnail .date .day {
            font-size: 20px;
            font-weight: 700;
            line-height: 18px;
            margin: 0 0 5px; }
      .blog_list > article .post_wr .content {
        overflow: hidden;
        border-top: none;
        padding: 26px 30px;
        font-size: 13px; }
        .blog_list > article .post_wr .content h5 {
          line-height: 24px;
          margin: 0 0 12px; }
          .blog_list > article .post_wr .content h5 a {
            text-decoration: none !important;
            color: #183650;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            .blog_list > article .post_wr .content h5 a:hover {
              color: #34ccff; }
          .blog_list > article .post_wr .content h5:before {
            display: none; }
        .blog_list > article .post_wr .content .categories {
          font-size: 13px;
          margin: 0 0 20px; }
          .blog_list > article .post_wr .content .categories:after {
            content: "";
            display: table;
            clear: both; }
          .blog_list > article .post_wr .content .categories span {
            float: left;
            margin: 0 5px 0 0; }
          .blog_list > article .post_wr .content .categories ul.post_categories {
            overflow: hidden;
            list-style: none;
            padding: 0;
            margin: 0; }
            .blog_list > article .post_wr .content .categories ul.post_categories li {
              display: inline-block;
              vertical-align: baseline;
              margin: 0 5px 0 0;
              line-height: 15px; }
              .blog_list > article .post_wr .content .categories ul.post_categories li a:after {
                content: ","; }
              .blog_list > article .post_wr .content .categories ul.post_categories li:last-child a:after {
                display: none; }
        .blog_list > article .post_wr .content .post_excerpt {
          line-height: 24px; }
          .blog_list > article .post_wr .content .post_excerpt p {
            line-height: 24px;
            margin: 0 0 20px; }
            .blog_list > article .post_wr .content .post_excerpt p:last-child {
              margin: 0; }

ul.page-numbers {
  position: relative;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 100px; }
  ul.page-numbers li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
    ul.page-numbers li a.page-numbers {
      display: inline-block;
      vertical-align: middle;
      padding: 16px 19px;
      margin: 0 4px;
      border: 2px solid transparent;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none !important;
      color: #183650; }
      ul.page-numbers li a.page-numbers:hover {
        border-color: #34ccff;
        background: #34ccff;
        color: #fff; }
    ul.page-numbers li span.page-numbers {
      display: inline-block;
      vertical-align: middle;
      padding: 16px 19px;
      margin: 0 4px;
      border: 2px solid #d9d9d9;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    ul.page-numbers li a.next {
      padding-left: 22px;
      padding-right: 22px;
      border-color: #34ccff; }
      ul.page-numbers li a.next i {
        margin: 0 0 0 12px; }
    ul.page-numbers li a.prev {
      padding-left: 22px;
      padding-right: 22px;
      border-color: #34ccff; }
      ul.page-numbers li a.prev i {
        margin: 0 12px 0 0; }

.with_sidebar + .page-numbers {
  text-align: left; }
  .with_sidebar + .page-numbers span.page-numbers, .with_sidebar + .page-numbers a.page-numbers {
    margin-left: 0; }

.page-links {
  position: relative;
  padding: 0;
  text-align: left;
  margin: 0 0 100px; }
  .page-links label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    color: #183650; }
  .page-links a {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 19px;
    margin: 0 4px;
    border: 2px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: #183650; }
    .page-links a:hover {
      border-color: #34ccff;
      background: #34ccff;
      color: #fff; }
  .page-links > span {
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 19px;
    margin: 0 4px;
    border: 2px solid #d9d9d9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }


.wpb_text_column {
  margin: 0 0 60px; }

.post_details_wr {
  position: relative;
  margin: 0 0 42px; }
  .post_details_wr .post_date {
    float: left;
    width: 75px;
    height: 75px;
    background: #34ccff;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 20px 0 0; }
    .post_details_wr .post_date .day {
      font-size: 20px;
      font-weight: 700;
      line-height: 18px;
      margin: 0 0 5px; }
  .post_details_wr .post_details {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 29px 20px;
    min-height: 75px; }
    .post_details_wr .post_details:after {
      content: "";
      display: table;
      clear: both; }
    .post_details_wr .post_details > div {
      font-size: 13px; }
      .post_details_wr .post_details > div.posted_by {
        float: left;
        min-width: 160px;
        padding-right: 20px; }
      .post_details_wr .post_details > div.categories {
        font-size: 13px;
        float: left;
        max-width: 400px; }
        .post_details_wr .post_details > div.categories:after {
          content: "";
          display: table;
          clear: both; }
        .post_details_wr .post_details > div.categories span {
          float: left;
          margin: 0 5px 0 0; }
        .post_details_wr .post_details > div.categories ul.post_categories {
          overflow: hidden;
          list-style: none;
          padding: 0;
          margin: 0; }
          .post_details_wr .post_details > div.categories ul.post_categories li {
            display: inline-block;
            vertical-align: baseline;
            margin: 0 5px 0 0;
            line-height: 15px; }
            .post_details_wr .post_details > div.categories ul.post_categories li a:after {
              content: ","; }
            .post_details_wr .post_details > div.categories ul.post_categories li:last-child a:after {
              display: none; }
      .post_details_wr .post_details > div.comments {
        float: right; }
        .post_details_wr .post_details > div.comments a {
          position: relative;
          padding: 0 0 0 24px; }
          .post_details_wr .post_details > div.comments a:before {
            content: "\e94e";
            font-family: 'stm';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 0;
            top: -1px;
            font-size: 16px;
            color: #183650;
            opacity: .5; }

.post_bottom {
  position: relative;
  margin: 0 0 52px; }
  .post_bottom .tags a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px 8px;
    font-size: 13px !important;
    color: #183650;
    border: 1px solid #34ccff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin: 0 8px 8px 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .post_bottom .tags a:hover {
      background: #34ccff;
      color: #fff; }
  .post_bottom .share_buttons {
    white-space: nowrap; }
    .post_bottom .share_buttons .addtoany_header {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px 0 0;
      font-size: 11px;
      line-height: 1; }
    .post_bottom .share_buttons .addtoany_list {
      display: inline-block;
      vertical-align: middle;
      margin: 0 -4px;
      line-height: 1 !important; }
      .post_bottom .share_buttons .addtoany_list a {
        line-height: 1; }
        .post_bottom .share_buttons .addtoany_list a span {
          vertical-align: middle; }

.about_author {
  background: #f7f7f7;
  padding: 30px 30px 23px;
  margin: 0 0 80px; }
  .about_author:after {
    content: "";
    display: table;
    clear: both; }
  .about_author .author_image {
    float: left;
    width: 87px;
    height: 87px;
    margin: 0 23px 0 0; }
    .about_author .author_image img {
      display: block;
      max-width: 100%;
      height: auto; }
  .about_author .author_info {
    position: relative; }
    .about_author .author_info .author_name {
      margin: 0 0 20px; }
      .about_author .author_info .author_name span {
        display: block;
        font-size: 13px;
        color: #808080;
        text-transform: uppercase;
        margin: 0 0 6px; }
      .about_author .author_info .author_name strong {
        font-weight: 700;
        color: #183650;
        text-transform: uppercase; }
    .about_author .author_info .author_content {
      line-height: 26px;
      color: #808080; }

.stm_post_comments {
  position: relative;
  margin: 0 0 100px; }
  .stm_post_comments .comment-list {
    border-top: 1px solid #e6e6e6;
    list-style: none;
    padding: 0;
    margin: 0 0 82px; }
    .stm_post_comments .comment-list li {
      border-top: 1px solid #e6e6e6;
      padding: 30px 0; }
      .stm_post_comments .comment-list li .comment-respond {
        margin-top: 30px; }
        .stm_post_comments .comment-list li .comment-respond .comment-reply-title small {
          font-size: 16px; }
      .stm_post_comments .comment-list li:last-child {
        padding-bottom: 0; }
      .stm_post_comments .comment-list li:first-child {
        border: none; }
      .stm_post_comments .comment-list li > .comment-body {
        position: relative; }
        .stm_post_comments .comment-list li > .comment-body:after {
          content: "";
          display: table;
          clear: both; }
        .stm_post_comments .comment-list li > .comment-body .comment-author {
          float: left;
          margin: 0 24px 0 0; }
        .stm_post_comments .comment-list li > .comment-body:hover .comment-body .comment-meta .comment-edit-link, .stm_post_comments .comment-list li > .comment-body:hover .comment-body .comment-meta .comment-reply-link {
          opacity: 1; }
        .stm_post_comments .comment-list li > .comment-body .comment-body {
          position: relative;
          overflow: hidden; }
          .stm_post_comments .comment-list li > .comment-body .comment-body .comment-awaiting-moderation {
            display: block;
            color: #34ccff; }
          .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta {
            margin: 0 0 20px; }
            .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta:after {
              content: "";
              display: table;
              clear: both; }
            .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite {
              float: left;
              text-transform: uppercase;
              color: #183650;
              font-weight: 700;
              font-style: normal;
              line-height: 14px;
              margin: 0 20px 0 0; }
              .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite a {
                color: #183650;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                text-decoration: none !important; }
                .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite a:hover {
                  color: #34ccff; }
            .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-date {
              float: left;
              font-size: 13px;
              line-height: 15px; }
            .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link {
              position: relative;
              float: right;
              font-size: 13px;
              padding: 0 0 0 23px;
              margin: 0 30px 0 0;
              opacity: 0;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link:before {
                content: "\e94d";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: 0;
                font-size: 12px;
                color: #aaaaaa; }
            .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link {
              position: relative;
              float: right;
              font-size: 13px;
              padding-left: 23px;
              opacity: 0;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link:before {
                content: "\e94c";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                left: 0;
                top: 0;
                font-size: 10px;
                color: #aaaaaa; }
          .stm_post_comments .comment-list li > .comment-body .comment-body li {
            padding: 0 0 0 14px;
            border-top: none; }
          .stm_post_comments .comment-list li > .comment-body .comment-body *:last-child {
            margin-bottom: 0; }
      .stm_post_comments .comment-list li .children {
        border-top: 1px solid #e6e6e6;
        list-style: none;
        margin: 30px 0 0;
        padding: 0 0 0 110px; }
        .stm_post_comments .comment-list li .children li:last-child {
          padding-bottom: 0; }
  .stm_post_comments .comment-respond .comment-form {
    background: #f7f7f7;
    padding: 40px 40px 20px; }
    .stm_post_comments .comment-respond .comment-form .form-group {
      margin-bottom: 20px; }
      .stm_post_comments .comment-respond .comment-form .form-group.comment-form-comment {
        margin-bottom: 30px; }
      .stm_post_comments .comment-respond .comment-form .form-group .button {
        padding-top: 11px;
        padding-bottom: 11px; }
    .stm_post_comments .comment-respond .comment-form .form-submit {
      display: none; }
    .stm_post_comments .comment-respond .comment-form textarea.form-control {
      height: 100px; }

.alert, .mc4wp-alert {
  padding: 18px 30px 18px 20px;
  border-radius: 0;
  border: none;
  font-size: 14px; }
  .alert.alert-info, .alert.mc4wp-notice, .mc4wp-alert.alert-info, .mc4wp-alert.mc4wp-notice {
    background-color: #cceeff;
    color: #00aaff; }
  .alert.alert-success, .alert.mc4wp-success, .mc4wp-alert.alert-success, .mc4wp-alert.mc4wp-success {
    background-color: #c9f7b2;
    color: #61a600; }
  .alert.alert-warning, .alert.mc4wp-warning, .mc4wp-alert.alert-warning, .mc4wp-alert.mc4wp-warning {
    background-color: #fff2b2;
    color: #ff9900; }
  .alert.alert-danger, .alert.mc4wp-error, .mc4wp-alert.alert-danger, .mc4wp-alert.mc4wp-error {
    background-color: #ffd9d9;
    color: #ff0000; }
  .alert .close, .mc4wp-alert .close {
    top: -5px;
    right: -15px;
    font-weight: 300;
    font-size: 20px;
    opacity: 1;
    text-shadow: none;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.mc4wp-alert {
  margin: 10px 0 0;
  padding: 10px 15px; }

.about_vacantion {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #34ccff;
  padding: 32px 30px;
  margin: 0 0 80px;
  color: #fff; }
  .about_vacantion .info {
    display: table-cell;
    line-height: 26px; }
    .about_vacantion .info strong {
      display: block; }

.vacancy_bottom {
  position: relative;
  margin: 0 0 60px;
  padding-top: 40px;
  border-top: 1px solid #e6e6e6; }
  .vacancy_bottom .share_buttons {
    white-space: nowrap; }
    .vacancy_bottom .share_buttons .addtoany_header {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px 0 0;
      font-size: 11px;
      line-height: 1; }
    .vacancy_bottom .share_buttons .addtoany_list {
      display: inline-block;
      vertical-align: middle;
      margin: 0 -4px;
      line-height: 1 !important; }
      .vacancy_bottom .share_buttons .addtoany_list a {
        line-height: 1; }
        .vacancy_bottom .share_buttons .addtoany_list a span {
          vertical-align: middle; }

#loading_wr {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999999; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*
#footer {
  position: relative;
  background: #183650; }
  #footer .widgets_row {
    position: relative; }
    #footer .widgets_row .footer_logo {
      position: relative;
      margin: -13px 0 20px; }
      #footer .widgets_row .footer_logo a {
        display: inline-block;
        vertical-align: top; }
        #footer .widgets_row .footer_logo a img {
          display: block;

          }
    #footer .widgets_row .footer_text {
      color: #fff;
      opacity: .7;
      margin: 0 0 40px; }
      #footer .widgets_row .footer_text p {
        margin: 0; }
  #footer .copyright_row {
    position: relative; }
    #footer .copyright_row .copyright_row_wr {
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding: 20px 0 12px; }
      #footer .copyright_row .copyright_row_wr:after {
        content: "";
        display: table;
        clear: both; }
      #footer .copyright_row .copyright_row_wr .socials {
        position: relative;
        float: right;
        width: 50%; }
        #footer .copyright_row .copyright_row_wr .socials ul {
          list-style: none;
          padding: 0;
          margin: 0;
          float: right; }
          #footer .copyright_row .copyright_row_wr .socials ul:after {
            content: "";
            display: table;
            clear: both; }
          #footer .copyright_row .copyright_row_wr .socials ul li {
            float: left;
            margin: 0 0 8px 8px; }
            #footer .copyright_row .copyright_row_wr .socials ul li a {
              display: block;
              width: 32px;
              height: 32px;
              -webkit-border-radius: 32px;
              -moz-border-radius: 32px;
              -ms-border-radius: 32px;
              border-radius: 32px;
              background: rgba(255, 255, 255, 0.25);
              text-align: center;
              line-height: 32px;
              color: #183650;
              font-size: 14px;
              text-decoration: none !important;
              -webkit-transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -ms-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
              #footer .copyright_row .copyright_row_wr .socials ul li a i {
                line-height: 34px; }
                #footer .copyright_row .copyright_row_wr .socials ul li a i.fa-vimeo {
                  font-size: 14px; }
                #footer .copyright_row .copyright_row_wr .socials ul li a i.stm-google-plus {
                  font-size: 13px; }
              #footer .copyright_row .copyright_row_wr .socials ul li a:hover {
                background: #34ccff;
                color: #fff; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-facebook:hover {
                background: #3a5897; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-twitter:hover {
                background: #00aced; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-instagram:hover {
                background: #ac907a; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-google-plus:hover {
                background: #db4437; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-vimeo:hover {
                background: #44bbff; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-linkedin:hover {
                background: #0077b5; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-behance:hover {
                background: #1769ff; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-dribbble:hover {
                background: #ec4989; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-flickr:hover {
                background: #128fdc; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-github:hover {
                background: #fff;
                color: #333333; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-pinterest:hover {
                background: #cb2027; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-yahoo:hover {
                background: #500095; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-delicious:hover {
                background: #3399ff; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-dropbox:hover {
                background: #1081de; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-reddit:hover {
                background: #f8f4500; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-soundcloud:hover {
                background: #ff6600; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-google:hover {
                background: #4285f4; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-skype:hover {
                background: #00aff0; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-youtube:hover {
                background: #cc181e; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-tumblr:hover {
                background: #529ecc; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-vk:hover {
                background: #49739f; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-odnoklassniki:hover {
                background: #f58220; }
              #footer .copyright_row .copyright_row_wr .socials ul li a.social-whatsapp:hover {
                background: #4cda64; }
      #footer .copyright_row .copyright_row_wr .copyright {
        float: left;
        font-size: 13px;
        line-height: 15px;
        color: rgba(255, 255, 255, 0.7);
        width: 50%;
        padding: 9px 0 17px; }
        #footer .copyright_row .copyright_row_wr .copyright a {
          color: #34ccff; }

#footer .footer_widgets {
  position: relative;
  padding: 68px 0 0; }
  #footer .footer_widgets .widget_title {
    margin-bottom: 40px; }
#footer .widget_title {
  position: relative;
  color: #fff;
  opacity: .7;
  margin: 0 0 27px;
  font-weight: 600; }
  #footer .widget_title:before {
    display: none; }
#footer .widget_mc4wp_form_widget .widget_title {
  margin-bottom: 28px; }
#footer .widget_mc4wp_form_widget form.mc4wp-form {
  position: relative; }
  #footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="email"] {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    padding: 11px 40px 11px 15px;
    outline: none !important;
    box-shadow: none !important; }
    #footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="email"]:focus {
      border: 2px solid #34ccff !important;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 14px; }
  #footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden; }
  #footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    background: none;
    color: #34ccff;
    outline: none !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    #footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label:hover {
      color: #183650; }
#footer .widget_categories, #footer .widget_archive, #footer .widget_pages, #footer .widget_meta, #footer .widget_recent_comments, #footer .widget_recent_entries, #footer .widget_rss, #footer .widget_nav_menu {
  position: relative;
  border: none;
  padding: 0; }
  #footer .widget_categories ul, #footer .widget_archive ul, #footer .widget_pages ul, #footer .widget_meta ul, #footer .widget_recent_comments ul, #footer .widget_recent_entries ul, #footer .widget_rss ul, #footer .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer .widget_categories ul li, #footer .widget_archive ul li, #footer .widget_pages ul li, #footer .widget_meta ul li, #footer .widget_recent_comments ul li, #footer .widget_recent_entries ul li, #footer .widget_rss ul li, #footer .widget_nav_menu ul li {
      position: relative;
      margin: 0 0 22px;
      padding: 0 0 0 20px;
      text-transform: none;
      line-height: 1; }
      #footer .widget_categories ul li:before, #footer .widget_archive ul li:before, #footer .widget_pages ul li:before, #footer .widget_meta ul li:before, #footer .widget_recent_comments ul li:before, #footer .widget_recent_entries ul li:before, #footer .widget_rss ul li:before, #footer .widget_nav_menu ul li:before {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        position: absolute;
        left: 0;
        top: 0;
        color: rgba(255, 255, 255, 0.25); }
      #footer .widget_categories ul li a, #footer .widget_archive ul li a, #footer .widget_pages ul li a, #footer .widget_meta ul li a, #footer .widget_recent_comments ul li a, #footer .widget_recent_entries ul li a, #footer .widget_rss ul li a, #footer .widget_nav_menu ul li a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none !important;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #footer .widget_categories ul li a:hover, #footer .widget_archive ul li a:hover, #footer .widget_pages ul li a:hover, #footer .widget_meta ul li a:hover, #footer .widget_recent_comments ul li a:hover, #footer .widget_recent_entries ul li a:hover, #footer .widget_rss ul li a:hover, #footer .widget_nav_menu ul li a:hover {
          color: #fff; }
      #footer .widget_categories ul li.current_page_item a, #footer .widget_categories ul li.current-menu-parent a, #footer .widget_archive ul li.current_page_item a, #footer .widget_archive ul li.current-menu-parent a, #footer .widget_pages ul li.current_page_item a, #footer .widget_pages ul li.current-menu-parent a, #footer .widget_meta ul li.current_page_item a, #footer .widget_meta ul li.current-menu-parent a, #footer .widget_recent_comments ul li.current_page_item a, #footer .widget_recent_comments ul li.current-menu-parent a, #footer .widget_recent_entries ul li.current_page_item a, #footer .widget_recent_entries ul li.current-menu-parent a, #footer .widget_rss ul li.current_page_item a, #footer .widget_rss ul li.current-menu-parent a, #footer .widget_nav_menu ul li.current_page_item a, #footer .widget_nav_menu ul li.current-menu-parent a {
        color: #fff; }
      #footer .widget_categories ul li ul.children, #footer .widget_categories ul li ul.sub-menu, #footer .widget_archive ul li ul.children, #footer .widget_archive ul li ul.sub-menu, #footer .widget_pages ul li ul.children, #footer .widget_pages ul li ul.sub-menu, #footer .widget_meta ul li ul.children, #footer .widget_meta ul li ul.sub-menu, #footer .widget_recent_comments ul li ul.children, #footer .widget_recent_comments ul li ul.sub-menu, #footer .widget_recent_entries ul li ul.children, #footer .widget_recent_entries ul li ul.sub-menu, #footer .widget_rss ul li ul.children, #footer .widget_rss ul li ul.sub-menu, #footer .widget_nav_menu ul li ul.children, #footer .widget_nav_menu ul li ul.sub-menu {
        margin-top: 20px; }
#footer .tp_recent_tweets {
  position: relative;
  float: none; }

#footer .widget_nav_menu {
padding-left: 50px;
}

#footer .widget_nav_menu ul li {
width: 50%;
float: right;
}



  #footer .tp_recent_tweets ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #footer .tp_recent_tweets ul li {
      position: relative;
      float: none;
      background: none;
      padding: 0 0 0 30px;
      margin: 0 0 30px;
      line-height: 22px;
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7); }
      #footer .tp_recent_tweets ul li span {
        line-height: 20px; }
      #footer .tp_recent_tweets ul li a {
        font-weight: 400; }
      #footer .tp_recent_tweets ul li:before {
        content: "\f099";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.5); }
      #footer .tp_recent_tweets ul li .twitter_time {
        position: relative;
        font-size: 11px;
        color: rgba(255, 255, 255, 0.4);
        text-decoration: none !important;
        padding-left: 12px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #footer .tp_recent_tweets ul li .twitter_time:before {
          content: '';
          width: 8px;
          height: 1px;
          background: rgba(255, 255, 255, 0.4);
          position: absolute;
          left: 0;
          top: 5px; }
        #footer .tp_recent_tweets ul li .twitter_time:hover {
          color: #fff; }
#footer .widget_contacts {
  position: relative; }
  #footer .widget_contacts ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer .widget_contacts ul li {
      margin: 0 0 19px; }
      #footer .widget_contacts ul li:after {
        content: "";
        display: table;
        clear: both; }
      #footer .widget_contacts ul li .icon {
        float: left;
        text-align: center;
        width: 16px;
        margin-right: 14px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 16px; }
        #footer .widget_contacts ul li .icon .stm-email {
          font-size: 12px;
          display: block;
          padding-top: 4px; }
      #footer .widget_contacts ul li .text {
        overflow: hidden;
        color: rgba(255, 255, 255, 0.7); }
        #footer .widget_contacts ul li .text p {
          line-height: 20px;
          font-size: 13px;
          margin: 0; }
#footer .widget_calendar .widget_title {
  margin-bottom: 25px; }
#footer .widget_calendar #calendar_wrap table {
  width: 100%;
  color: rgba(255, 255, 255, 0.7); }
  #footer .widget_calendar #calendar_wrap table caption {
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 15px; }
  #footer .widget_calendar #calendar_wrap table td, #footer .widget_calendar #calendar_wrap table th {
    text-align: center;
    font-size: 14px;
    padding: 10px 5px; }
  #footer .widget_calendar #calendar_wrap table thead th {
    background: #34ccff;
    color: #fff; }
  #footer .widget_calendar #calendar_wrap table tbody {
    border: 1px solid rgba(255, 255, 255, 0.25); }
  #footer .widget_calendar #calendar_wrap table tfoot #prev {
    text-align: left; }
  #footer .widget_calendar #calendar_wrap table tfoot #right {
    text-align: right; }
#footer .widget_tag_cloud .tagcloud {
  font-size: 0; }
  #footer .widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px 8px;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid #34ccff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin: 0 8px 10px 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #footer .widget_tag_cloud .tagcloud a:hover {
      background: #34ccff;
      color: #fff; }*/

/*--------------------------------------------------------------
# Extra Classes
--------------------------------------------------------------*/
.base_bg_color {
  background-color: #183650; }

.secondary_bg_color {
  background-color: #34ccff; }

.slider_line {
  border-color: #34ccff !important;
  background-color: #34ccff !important; }

.bg_white_opacity_10 {
  background: rgba(52, 204, 255, 0.1); }

.slider_text_bg {
  background-color: rgba(24, 54, 80, 0.65) !important; }

.base_font_color {
  color: #183650; }

.secondary_font_color {
  color: #34ccff; }

.heading_without_line {
  text-transform: none; }
  .heading_without_line:before {
    display: none; }

.convert_to_table {
  display: table; }
  .convert_to_table > .wpb_column {
    display: table-cell;
    vertical-align: top;
    float: none; }
  .convert_to_table.v_align > .wpb_column {
    vertical-align: middle; }



.convert_to_table {
background:url(wp-content/bg-cta-2.jpg);
}


@media only screen and (max-width: 768px) {
  body .vc_row.reset-sm-paddings {
    margin-left: -15px !important;
    margin-right: -15px !important; }
    body .vc_row.reset-sm-paddings > .wpb_column > .vc_column-inner {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.page_404 {
  margin: 0 0 160px; }
  .page_404 .container {
    position: relative; }
    .page_404 .container .image_404 {
      position: absolute;
      right: 0;
      top: 0;
      width: 529px;
      height: 344px;
      background: url("assets/images/page_404.html") no-repeat 0 0; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .top_bar_info_wr .top_bar_info li {
    padding: 5px 7px;
    font-size: 12px; }
  .top_bar_info_wr .top_bar_info_switcher .active {
    min-width: 200px; }

  .top_nav_wr .top_nav ul.top_nav_menu {
    margin: 0 20px; }

  body .vc_row.services_icons > .wpb_column {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media only screen and (max-width: 768px) {

  #frontend_customizer {
    display: none; }

.top_search {
    display: none; }

  .top_nav_wr {
    position: relative;
    z-index: 10;
    min-height: 90px; }
    .top_nav_wr .container {
      width: auto;
      padding-left: 0;
      padding-right: 0; }
    .top_nav_wr .media, .top_nav_wr .media-body {
      overflow: inherit; }
    .top_nav_wr .top_nav {
      position: relative; }
      .top_nav_wr .top_nav #menu_toggle {
        position: absolute;
       
        top: 18px;
        margin: 0;
        cursor: pointer;
        width: 40px;
        height: 32px;
        display: block; }
      .top_nav_wr .top_nav #menu_toggle button {
        position: absolute;
        left: 10px;
        top: 50%;
        background: #183650;
        height: 2px;
        width: 20px;
        padding: 0;
        border: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        outline: none !important;
        margin: -1px 0 0; }
      .top_nav_wr .top_nav #menu_toggle button:before {
        content: '';
        position: absolute;
        left: 0;
        top: -7px;
        width: 20px;
        height: 2px;
        background: #183650;
        -webkit-transform-origin: 1.5px center;
        -moz-transform-origin: 1.5px center;
        -o-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .top_nav_wr .top_nav #menu_toggle button:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 20px;
        height: 2px;
        background: #183650;
        -webkit-transform-origin: 1.5px center;
        -moz-transform-origin: 1.5px center;
        -o-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .top_nav_wr .top_nav #menu_toggle.open button {
        background: transparent; }
      .top_nav_wr .top_nav #menu_toggle.open button:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .top_nav_wr .top_nav #menu_toggle.open button:after {
        bottom: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .top_nav_wr .top_nav .logo {
        display: none; }
      .top_nav_wr .top_nav .mobile_logo {
        display: block; }

          .top_nav_wr .top_nav .mobile_logo a.logo_text {
            margin: 0 40px;
            padding-top: 35px;
            padding-bottom: 35px;
            white-space: nowrap;
            font-weight: 500;
            font-size: 20px;
            text-transform: uppercase;
            text-decoration: none !important; }
          .top_nav_wr .top_nav .mobile_logo a img {
width: 200px;padding: 8px;
         }
      .top_nav_wr .top_nav .top_nav_menu_wr {
        display: none; }
      .top_nav_wr .top_nav .top_mobile_menu_wr.active {
        display: block !important; }
      .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form {
        background: #34ccff;
        padding: 20px 20px 16px; }
        .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form:after {
          content: "";
          display: table;
          clear: both; }
        .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form p {
          float: left;
          width: 50%;
          font-size: 13px;
          line-height: 22px;
          margin: 0; }
        .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form {
          width: 50%;
          overflow: hidden;
          position: relative;
          padding-left: 10px; }
          .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form .search_button {
            position: absolute;
            left: 10px;
            top: 0;
            background: #34ccff;
            font-size: 28px;
            width: 60px;
            height: 43px;
            padding-top: 6px; }
          .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form input[type="text"] {
            width: 100%;
            display: block;
            border: none;
            font-size: 14px;
            padding: 12px 50px 12px 74px;
            outline: none !important;
            box-shadow: none !important;
            border: none !important; }
          .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form button {
            position: absolute;
            left: 0;
            top: 0;
            border: none;
            width: 40px;
            height: 40px;
            padding: 0;
            text-align: center;
            font-size: 13px;
            background: none;
            color: #34ccff;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease; }
            .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form button:hover {
              color: #183650; }
      .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu {
        padding: 0;
        margin: 0; }
        .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu:after {
          content: "";
          display: table;
          clear: both; }
        .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li {
          position: relative;
          font-size: 16px;
          font-weight: 500;
          border-top: 1px solid #dddddd;
          text-align: left; }
          .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li a {
            display: block;
            padding: 16px 20px 17px;
            color: #183650;
            text-decoration: none !important; }
          .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: left;
            background: #183650;
            border-top: 4px solid #34ccff; }
            .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li {
              padding: 0;
              float: none;
              font-size: 13px;
              font-weight: 500;
              border-top: 1px solid rgba(255, 255, 255, 0.25); }
              .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li:first-child {
                border-top: none; }
              .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li.active > a {
                background: #34ccff; }
              .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li a {
                color: #fff;
                display: block;
                padding: 18px 20px 18px 50px;
                text-decoration: none !important;
                -webkit-transition: background 0.3s ease;
                -moz-transition: background 0.3s ease;
                -ms-transition: background 0.3s ease;
                -o-transition: background 0.3s ease;
                transition: background 0.3s ease; }
              .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li ul {
                border-top: 1px solid rgba(255, 255, 255, 0.25); }
                .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li ul li a {
                  padding-left: 80px; }
        .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu #stm_magic_line {
          display: none; }

  .convert_to_table > .wpb_column {
    display: block;
    float: left; }

  .breadcrumbs {
    margin-bottom: 40px; }

  .staff_list.grid > ul > li {
    width: 50%; }

  .stm_gallery_wr .stm_gallery .row .item {
    width: 33%; }

  .stm_icon {
    text-align: center; }

  .page_404 {
    margin-bottom: 60px; }
    .page_404 .container .image_404 {
      width: 389px;
      height: 254px;
      background-size: contain; }

  body.header_style_4 .top_nav_wr .logo a {
    margin-left: 20px; }

  body.header_style_4 .top_nav_wr .top_nav {

    border-bottom: none; } }
@media only screen and (max-width: 667px) {
  .vc_news .news_list li .news_thumbnail {
    height: 240px;
    overflow: hidden; }

  .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form {
    padding-bottom: 28px; }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form p {
      float: none;
      width: auto;
      margin-bottom: 20px; }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form {
      width: auto;
      float: none;
      padding-left: 0; }
      .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form .search_button {
        left: 0; }

  .vc_services .owl-dots {
    position: relative;
    margin: 0 0 30px;
    text-align: center; }
    .vc_services .owl-dots:after {
      content: "";
      display: table;
      clear: both; }
    .vc_services .owl-dots .owl-dot {
      float: none;
      display: inline-block;
      vertical-align: top; }

  .stm_counter {
    text-align: center;
    padding-left: 20px; }

  body .vc_general.vc_cta3 {
    text-align: center;
    padding: 55px 0; }
    body .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
      width: auto; }
    body .vc_general.vc_cta3 h2 {
      text-align: center;
      margin-bottom: 30px; }

  .vc_testimonials .vc_testimonials_carousel {
    margin-bottom: 20px; }

  .vc_news .news_list li .news_thumbnail {
    float: none;
    margin: -1px -1px 0 -1px; }
    .vc_news .news_list li .news_thumbnail img {
      display: block;
      width: 100%;
      height: auto; }

  .stm_icon {
    text-align: center; }

  .vc_image_carousel_wr {
    margin: 0 -20px; }
    .vc_image_carousel_wr .vc_image_carousel .owl-item .item {
      text-align: center;
      padding: 0 20px; }

  .stm_gmap_wrapper .gmap_addresses .addresses .item {
    border-right-color: transparent; }

  #footer .copyright_row .copyright_row_wr .socials {
    float: none;
    width: auto;
    margin: 0 0 20px; }
    #footer .copyright_row .copyright_row_wr .socials:after {
      content: "";
      display: table;
      clear: both; }
    #footer .copyright_row .copyright_row_wr .socials ul {
      float: none;
      text-align: center; }
      #footer .copyright_row .copyright_row_wr .socials ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 8px; }
  #footer .copyright_row .copyright_row_wr .copyright {
    width: auto;
    float: none;
    text-align: center;
    line-height: 17px; }

  .top_nav_wr .top_nav #menu_toggle {
    	 }

  .vc_services_grid .item {
    width: 100% !important; }

  .blog_grid > article {
    width: 100%; }

  .post_details_wr .post_date {
    display: none; }
  .post_details_wr .post_details {
    padding: 15px 10px; }
    .post_details_wr .post_details > div.posted_by {
      float: none;
      padding-right: 0;
      margin: 0 0 15px; }
    .post_details_wr .post_details > div.categories {
      float: none;
      max-width: inherit;
      margin: 0 0 15px; }
    .post_details_wr .post_details > div.comments {
      float: none;
      margin: 0; }

  blockquote {
    padding-left: 30px;
    margin-left: 12px; }

  .post_bottom_wr .media-body, .vacancy_bottom .media-body {
    display: block;
    width: auto;
    margin: 0 0 30px; }
  .post_bottom_wr .media-right, .vacancy_bottom .media-right {
    display: block;
    width: auto; }

  .breadcrumbs {
    margin-bottom: 30px;
    line-height: 17px; }

  .staff_list.grid > ul > li {
    width: 100%; }

  .vacancy_table_wr .vacancy_table thead th {
    text-transform: none;
    padding: 15px 5px; }
    .vacancy_table_wr .vacancy_table thead th.location {
      display: none; }
    .vacancy_table_wr .vacancy_table thead th:after {
      display: none !important; }
  .vacancy_table_wr .vacancy_table tbody td {
    padding: 15px 5px;
    font-size: 13px; }
    .vacancy_table_wr .vacancy_table tbody td.location {
      display: none; }

  .vc_testimonials.style_2 {
    padding: 40px 0; }

  .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
    padding-left: 20px;
    padding-right: 20px; }

  .about_vacantion .info {
    display: block;
    margin: 0 0 20px; }
    .about_vacantion .info:last-child {
      margin: 0; }

  .stm_gallery_wr .stm_gallery .row .item {
    width: 50%;
    padding: 0 !important;
    margin: 0 !important; }
  .stm_gallery_wr .stm_gallery_nav_wr .media-right {
    display: none; }
  .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul {
    text-align: center; }
    .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li {
      float: none;
      margin: 0 0 20px; }

  .page_404 .container .image_404 {
    display: none; }

  .stm_post_comments .comment-list li .children {
    padding-left: 20px; }
  .stm_post_comments .comment-list li > .comment-body .comment-author {
    width: 60px;
    margin-right: 14px; }
    .stm_post_comments .comment-list li > .comment-body .comment-author img {
      display: block;
      max-width: 100%;
      height: auto; }
  .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite {
    float: none;
    margin: 0 0 10px;
    display: block; }
  .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-date {
    display: block;
    float: none;
    margin: 0 0 10px; }
  .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link, .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link {
    opacity: 1;
    float: none;
    margin: 0 20px 10px 0; }

  .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials {
    opacity: 1 !important;
    text-align: center;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    width: 100%; }
    .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 2px 5px; }
  .staff_list.grid > ul > li .staff_wr .staff_info {
    height: inherit; }
    .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr {
      transform: translateY(0) !important;
      -webkit-transform: translateY(0) !important; }
      .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_name_position {
        opacity: 1 !important; }
      .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone_email {
        opacity: 1 !important; }

  .staff_list.list > ul > li .staff_image {
    float: none;
    margin: -1px -1px 0 -1px; }
  .staff_list.list > ul > li .staff_info .staff_socials {
    position: relative;
    right: auto;
    top: auto;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    text-align: center; }
    .staff_list.list > ul > li .staff_info .staff_socials li {
      display: inline-block;
      vertical-align: top;
      margin: 0 2px 5px; } }

/*# sourceMappingURL=style.css.map */

body .no_overflow_hidden.vc_row[data-vc-full-width] {
    overflow: visible;
}

body .vc_row[data-vc-full-width] {
   overflow: visible;
}
body .vc_row[data-vc-full-width].vc_parallax {
   overflow: hidden;
}
.stm_gmap_wrapper .alert {
	margin-bottom: 0px;
}
.stm_gmap_wrapper .alert strong {
	color: #ff0000;
}

/*Google Map Api*/
/*body .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div > div:first-child > div:first-child {
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-top: 25px solid #002e5b !important;
    top: 30px !important;
    margin-left: -11px !important;
}
body .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div > div:first-child > div:nth-child(3) {
    display: none !important;
}
body .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div > div:first-child > div:nth-child(2) {
    background: #002e5b !important;
    border-radius: 25px !important;
}
body .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div > div:first-child > div:last-child {
    background: transparent !important;
}
body .stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child > div {
    transform: skewX(0) !important;
}
.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
    margin-top: 0px;
}*/








    #myCarousel {
        width: 100%;
        height: 100%;
    }
    
    #myCarousel h1 {
        font-size: 24px;
        color: #fff;
font-weight: bold;
text-align: left;
text-transform: capitalize;

    }
    
    #myCarousel h2 {
text-align: left;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
text-transform: capitalize;
/*
display: inline-block;
background: #1ebcfb66;
padding: 4px 8px;*/
    }
    
    #myCarousel .prev {
        left: 0px;
    }
    
    #myCarousel .prev,
    #myCarousel .next {
        position: absolute;
        top: 50%;
        background-color: #AB0036;
        color: #fff;
        display: inline-block;
        margin-top: -25px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        z-index: 5;
    }
    


#myCarousel .prev {
    border-radius: 0 50px 50px 0;
}

    #myCarousel {
        position: relative;
    }
    
    .no-margin {
        margin: 0;
        padding: 0;
    }
    
    #myCarousel.carousel {
        position: relative;

    }
    
    #myCarousel.carousel .carousel-content {

    width: 50%;

        text-align: left;
background: #00000080;
padding:45px;
z-index:6;
        position: relative;
 }

#myCarousel.carousel .item .container {
height: 100%;

}

.conta {
display: grid;
align-items: center;
height: 100%;
}

    
    #myCarousel.carousel .slide-margin {}
    
    #myCarousel.carousel .btn-slide {
        padding: 8px 20px;
        background: #1eabda;
        color: #fff;
        border-radius: 4px;
        margin-top: 25px;
        display: inline-block;
    }
    
    #myCarousel.carousel .slider-img {
        text-align: right;
        position: absolute;
        top: 100px;
    }
    
    #myCarousel.carousel .slider-img img {
        width: 400px;
        height: 100%;
    }
    
    #myCarousel.carousel .item {
        background-position: 50%;
        background-repeat: no-repeat;

        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        height: 500px;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
background-size: 100% 100% !important;

    }
    
    #myCarousel.carousel .item:first-child {
        top: auto;
        position: relative;
    }
    
    #myCarousel.carousel .item.active {
        opacity: 1;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 1;
    }
    
    #myCarousel .prev,
    #myCarousel .next {
        position: absolute;
        top: 50%;
background-color: #CFCFCF33;
        color: #fff;
        display: inline-block;
        margin-top: -25px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        z-index: 5;
    }
    
    #myCarousel .prev:hover,
    #myCarousel .next:hover {
background-color: #0003;
    }
    
    #myCarousel .prev {
        left: 0px;
    }
    
    #myCarousel .next {
        right: 0px;
    }
    


#myCarousel .next {
    border-radius: 50px 0 0 50px;
}
/*
    #myCarousel .carousel-indicators li {
        width: 20px;
        height: 20px;
        background-color: #fff;
        margin: 0 15px 0 0;
        position: relative;
    }
    
    #myCarousel .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0);
        border: 5px solid #FFF;
        left: -3px;
        top: -3px;
    }

    #myCarousel .carousel-indicators .active {
        width: 20px;
        height: 20px;
        background-color: #0058AB;
        margin: 0 15px 0 0;
        border: 1px solid #0058AB;
        position: relative;
    }
    
    #myCarousel .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #0058AB;
        border: 1px solid #0058AB;
        left: -3px;
        top: -3px;
    }
        */
    #myCarousel .active .animation.animated-item-1 {
        -webkit-animation: fadeInUp 300ms linear 300ms both;
        -moz-animation: fadeInUp 300ms linear 300ms both;
        -o-animation: fadeInUp 300ms linear 300ms both;
        -ms-animation: fadeInUp 300ms linear 300ms both;
        animation: fadeInUp 300ms linear 300ms both;
    }
    
    #myCarousel .active .animation.animated-item-2 {
        -webkit-animation: fadeInUp 300ms linear 600ms both;
        -moz-animation: fadeInUp 300ms linear 600ms both;
        -o-animation: fadeInUp 300ms linear 600ms both;
        -ms-animation: fadeInUp 300ms linear 600ms both;
        animation: fadeInUp 300ms linear 600ms both;
    }
    
    #myCarousel .active .animation.animated-item-3 {
        -webkit-animation: fadeInUp 300ms linear 900ms both;
        -moz-animation: fadeInUp 300ms linear 900ms both;
        -o-animation: fadeInUp 300ms linear 900ms both;
        -ms-animation: fadeInUp 300ms linear 900ms both;
        animation: fadeInUp 300ms linear 900ms both;
    }
    
    #myCarousel .active .animation.animated-item-4 {
        -webkit-animation: fadeInUp 300ms linear 1200ms both;
        -moz-animation: fadeInUp 300ms linear 1200ms both;
        -o-animation: fadeInUp 300ms linear 1200ms both;
        -ms-animation: fadeInUp 300ms linear 1200ms both;
        animation: fadeInUp 300ms linear 1200ms both;
    }
    
    .carousel-indicators {

    padding-left: 0;
    text-align: center;
    list-style: none;


line-height: 70px;
}


.gr-back {
    background: #273242;
    position: absolute;	
    bottom: -70px;
    z-index: 15;
    width: 100%;
min-height: 70px;
}



.carousel-indicators li {
cursor: pointer;
width: 25%;
color: #fff; 
float: right;
position: relative;
border-top: 2px solid transparent;
}
span.title {
display: block;
font-size: 18px;
color: #fff;

}
.carousel-indicators li i {
position: absolute;
top: -110px;
font-size: 90px;
left: 50%;
margin-left: -45px;
}


.carousel-indicators li.active {
border-top: 2px solid #f39f1d ;
}


.carousel-indicators li.active i {
color:#f39f1d 
}




#myCarousel .carousel-indicators li:hover {
border-top: 2px solid #f39f1d ;
}


    /*
    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }
    
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        width: 100%;
        height: 500px;
    }
*/
#myCarousel.carousel .item:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.15);
z-index: 1;

}

    
    .carousel-inner>.item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }
    
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        line-height: 1
    }


.wpb_content_element h2 span {
font-size: 18px;
margin: 0;
}




#footer .widget_nav_menu {
    padding-left: 50px !important;
}


@media (max-width: 767px) { 

    #myCarousel.carousel .slider-img img,
    #myCarousel,
#myCarousel.carousel .item {
height:300px;
}

#footer .widget_nav_menu {
padding-left: 0px !important;
}

.carousel-indicators li i {
top: 20px !important;
font-size: 30px !important;
position: absolute;
float: left;
left: 60px;

}


#footer .widgets_row .footer_logo {
margin: -13px 0 0px;
}

#footer .footer_widgets {
padding: 28px 0 0;
}


.carousel-indicators li {

width: 48%;
margin-right: 2%;
padding-top: 2px;
display: block;
}



#footer .footer_widgets .widget_title {
margin-bottom: 20px;
margin-top: 20px;
}

span.title {
font-size: 14px;
}

#wrapper {

}

#myCarousel.carousel {

}

#myCarousel.carousel .carousel-content {
padding: 25px 17px;
width: 80%;
margin: 0 auto;
margin-top: 70px;
}

#myCarousel.carousel .slider-img {
top: 20px;
left: 50%;
margin-left: -150px;
}

#myCarousel.carousel .slider-img img {
width: 90%;
height: 300px;

}


#myCarousel h1 {
    font-size: 16px;
    text-align: right;
margin-bottom: 20px; }


#myCarousel h2 {
    text-align: center;
    font-size: 14px; 
max-height: 95px;
overflow: hidden;}

.abo-img {
width: 100% !important;
}


.tit {

    position: relative;
font-size: 15px !important;
    line-height: 25px;

}

.vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
}



}






#footer .socail_icon {
  padding: 0;
  margin: 0;

}
#footer .socail_icon li {
  display: inline-block;
  list-style: none;
  padding-left: 8px;
}
#footer .socail_icon li:first-child {
  padding: 0;
}
#footer .socail_icon li a {
  border: 2px solid #f39f1d ;
  display: block;
  line-height: 26px;
  width: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#footer .socail_icon li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f39f1d ;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .socail_icon li a i {
  font-size: 14px;
  color: #f6f8f8;
  display: inline-block;
  padding-top: 7px;
}
#footer .socail_icon li a:hover:after, #footer .socail_icon li a:focus:after {
  transform: scaleY(1) !important;
}

#text-2 {
margin: 0;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;text-decoration: none !important;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {

    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.alignnone {
    margin: 5px 40px 40px 0;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: left;
    margin: 5px 0 40px 40px;
}

.alignleft {
    float: right;
    margin: 5px 40px 40px 0;
}

a img.alignright {
    float: left;
    margin: 5px 0 40px 40px;
}

a img.alignnone {
    margin: 5px 40px 40px 0;
}

a img.alignleft {
    float: right;
    margin: 5px 40px 40px 0;
}

a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    /* Image does not overflow the content area */
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 0 40px;
}

.wp-caption figcaption {
    padding: 5px 0 0;
}

.wp-caption.alignleft {
    margin: 5px 40px 40px 0;
}

.wp-caption.alignright {
    margin: 5px 0 40px 40px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    /* Text meant only for screen readers. */
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    /* Above WP toolbar. */
    z-index: 100000;
}

.gallery {
    margin-bottom: 30px;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.bypostauthor {
    text-decoration: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
}

body {
font-size: 14px;

    color: #111;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

body.boxed_bg_image_pattern {
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto;
}

#main {
    position: relative;
    overflow: hidden;
}

#wrapper {
    position: relative;
    background: #fff;
    z-index: 40;
}

#content {
    position: relative;
    z-index: 20;
}

.wpb_row:last-child {
    margin-bottom: 100px;
}

body .wpb_button,
body .wpb_column > .vc_column-inner > .wpb_wrapper >:last-child {
    margin-bottom: 0;
}

body .vc_col-has-fill > .vc_column-inner,
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}

body.boxed_layout #main {
    max-width: 1230px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

#frontend_customizer_button {
    background: #f39f1d ;
}

#frontend_customizer_button:before {
    border-left-color: #f39f1d ;
}

.customizer_colors span.active {
    border-color: #f39f1d  !important;
}


#header:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(36, 38, 40, .35);
}

body.transparent_header #header {
    top: 0;
    right: 0;
    left: 0;
    background: none;
background: #fff;
}

body.transparent_header #header:before {
    display: none;
}

.top_bar_info_wr {
    position: relative;
    font-size: 15px !important;
}

#header .page_title {
    position: relative;
}

#header .page_title h1 {
    color: inherit;
    margin: 0;
    padding: 57px 0;
}

#header .page_title h1:before {
    display: none;
}


/*
body.header_style_4 .top_bar {
background: #2981f2;
background: linear-gradient(to right, #3fc5f0, #2981f2);
background: linear-gradient(to left, #92bb3b, #f39f1d);
background: linear-gradient(to right, #438eef, #256ecd);
background: linear-gradient(to right, #6dab3c, #f39f1d);
background: linear-gradient(to right, #525252, #484848);
}
*/
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher {
    background: #f39f1d ;
}

body.header_style_4 .top_bar_info_wr .top_bar_info_switcher ul {
    background: #273242;
}

body.header_style_4 .top_bar_info_wr .top_bar_info_switcher ul li a:hover {
    background: #f39f1d ;
}

.top_bar {
    position: relative;
    z-index: 20;
    font-size: 12px;
}

#lang_sel {
    position: relative;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#lang_sel > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#lang_sel > ul > li .lang_sel_sel {
    position: relative;
    display: block;
    padding: 18px 40px 19px 20px;
    color: #fff;
    text-decoration: none !important;
}

#lang_sel > ul > li .lang_sel_sel:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    left: 12px;
    top: 50%;
    margin: -7px 0 0;
}

#lang_sel > ul > li > ul {
    position: absolute;
    visibility: hidden;
    right: 0;
    top: 100%;
    min-width: 100%;
    background: #273242;
    list-style: none;
    padding: 2px 0 12px;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#lang_sel > ul > li > ul a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none !important;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

#lang_sel > ul > li > ul a:hover {
    background: #f39f1d ;
}

#lang_sel:hover {
    background: #273242;
}

#lang_sel:hover > ul > li > ul {
    visibility: visible;
    opacity: 1;
}

.top_bar_info_wr {
    position: relative;
}

.top_bar_info_wr .top_bar_info_switcher {
    position: relative;
    float: left;
    background: #273242;
}

.top_bar_info_wr .top_bar_info_switcher .active {
    position: relative;
    cursor: pointer;
    padding: 17px 40px 17px 20px;
    color: #fff;
    text-decoration: none !important;
    min-width: 210px;
}

.top_bar_info_wr .top_bar_info_switcher .active i {
display: inline-block;
vertical-align: middle;
margin: 0 0px 0px 15px;
font-size: 16px;
float: right;
}

.top_bar_info_wr .top_bar_info_switcher .active span {
    display: inline-block;
    vertical-align: middle;
}

.top_bar_info_wr .top_bar_info_switcher .active:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -7px 0 0;
}

.top_bar_info_wr .top_bar_info_switcher ul {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    background: #273242;
    list-style: none;
    padding: 12px 0;
    margin: 0;
    min-width: 100%;
}

.top_bar_info_wr .top_bar_info_switcher ul a {
    color: #fff;
    display: block;
    padding: 10px 20px;
    text-decoration: none !important;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.top_bar_info_wr .top_bar_info_switcher ul a:hover {
    background: #f39f1d ;
}

.top_bar_info_wr .top_bar_info {
    display: none;
    float: right;
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;direction: rtl;height:36px;
}

.top_bar_info_wr .top_bar_info:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.top_bar_info_wr .top_bar_info li {
    display: block;
padding: 10px 20px;
color: #333;
position: relative;
float: right;border-left: 1px solid #eee;
}

.top_bar_info_wr .top_bar_info li a {
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_bar_info_wr .top_bar_info li a:hover span {

}

.top_bar_info_wr .top_bar_info li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    font-size: 16px;
    color: #333;
}

.top_bar_info_wr .top_bar_info li i.stm-email {
    font-size: 12px;
}

.top_bar_info_wr .top_bar_info li span {
    display: inline-block;
    vertical-align: middle;
/*
font-family: arial;*/
}

body.header_style_4 .top_nav_wr .logo a {
    margin-right: 0;
}

body.header_style_4 .top_nav_wr .top_nav {
    background: transparent;
    border-bottom: 0px solid rgba(255, 255, 255, .35);
}

body.header_style_4 .top_nav_wr .top_nav ul.top_nav_menu li a {
   font-family: "Riyadhcity" !important; font-weight: lighter;
}



body.sticky_header.admin-bar .top_nav_wr .top_nav_affix.affix {
    top: 32px;
}

body.sticky_header .top_nav_wr .top_nav_affix {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    box-shadow: none;
}

body.sticky_header .top_nav_wr .top_nav_affix.affix {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    background-color: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
}

body.sticky_header.header_style_4 .top_nav_wr .top_nav_affix.affix {
    background: #273242;
    box-shadow: none;
}

body.sticky_header.header_style_4 .top_nav_wr .top_nav_affix.affix .top_nav {
    border: none;
}

body.admin-bar .top_nav_wr {
    position: relative;
    z-index: 10;
}

.top_nav_wr {
    position: relative;
    z-index: 10;
    min-height: 90px;
}

.top_nav_wr .media,
.top_nav_wr .media-body {
    overflow: inherit;
    margin-top: auto;direction: rtl;
}

.top_nav_wr .top_nav {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_nav_wr .top_nav .top_mobile_menu_wr.active {
    display: none !important;
}

.top_nav_wr .top_nav #menu_toggle,
.top_nav_wr .top_nav .top_mobile_menu_wr {
    display: none;
}

.top_nav_wr .top_nav .media-right {
    padding: 0;
}

.top_nav_wr .top_nav .logo a {
    display: block;
    margin: 0;
}

.top_nav_wr .top_nav .logo a.logo_text {
    margin: 0 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.top_nav_wr .top_nav .logo a img {
width: 200px;
}

.top_nav_wr .top_nav .mobile_logo {
    display: none;
}

.top_nav_wr .top_nav ul.top_nav_menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    float: left;
    font-family: Titillium Web;direction: ltr;
}

.top_nav_wr .top_nav ul.top_nav_menu:after {
    content: "";
    display: table;
    clear: both;
}

.top_nav_wr .top_nav ul.top_nav_menu li {
float: right;
font-size: 15px;
font-weight: 600;
padding: 0px 21px;
white-space: nowrap;direction: rtl;white-space: nowrap;
position: relative;
}

.top_nav_wr .top_nav ul.top_nav_menu li a {
    display: block;
    padding: 36px 0;
    color: #333;
    text-decoration: none !important;
}

.top_nav_wr .top_nav ul.top_nav_menu li ul {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
top: 100%;

right: 0;

list-style: none;

padding: 0;

margin: 0;

text-align: right;

background: #f9f9f9;
width: 260px;
}

.top_nav_wr .top_nav ul.top_nav_menu li ul li {
    padding: 0;
    float: none;
    font-size: 13px;
    font-weight: 400;    font-family: "Riyadhcity" !important;
padding: 0 20px;
}

.top_nav_wr .top_nav ul.top_nav_menu li ul li a {
    color: #333;
    display: block;
    padding: 14px 0;
    text-decoration: none !important;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;border-bottom: 1px solid #ddd3;    color: #333;
}

.top_nav_wr .top_nav ul.top_nav_menu li ul li:hover {
    background: #1c406f ;
}
.top_nav_wr .top_nav ul.top_nav_menu li ul > li:hover > a {
color:#fff;
}

.top_nav_wr .top_nav ul.top_nav_menu li ul ul {
    top: 0;
    right: 100%;
}

.top_nav_wr .top_nav ul.top_nav_menu li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.top_nav_wr .top_nav ul.top_nav_menu #stm_magic_line {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    padding: 0;
    background: #ef9f1e;
}

.top_search {
    position: relative;
}

.top_search .search_button {
    position: relative;
    width: 88px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    padding: 27px 0;
    color: #f39f1d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_search .search_button:before {
    content: '';
    position: absolute;
left: 101%;
    top: 50%;
    margin: -25px 0 0;
    height: 50px;
    width: 1px;
    background: #eee ;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top_search .top_search_form {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    top: 100%;
    background: #1c406f;
    width: 315px;
    padding: 20px 30px 28px;
}

.top_search .top_search_form p {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 16px;
}

.top_search .top_search_form form {
    position: relative;
}

.top_search .top_search_form form input[type="text"] {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    padding: 10px 15px 9px 40px;
    outline: none !important;
    box-shadow: none !important;direction: rtl;
}

.top_search .top_search_form form input[type="text"]:focus {
    border: 2px solid #1c406f  !important;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-right: 15px;
}

.top_search .top_search_form form button {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    background: none;
    color: #f39f1d ;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.top_search .top_search_form form button:hover {
    color: #273242;
}

.top_search:hover .search_button {
    background: #1c406f;
    color: #fff !important;
}

.search_button:hover {

    color: #fff !important;
}

.top_search:hover .search_button:before {
    opacity: 0;
}

.top_search:hover .top_search_form {
    opacity: 1;
    visibility: visible;
}

body .vc_row.overlay.vc_parallax .vc_parallax-inner:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .5);
}

.rev_slider_nav {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none !important;
}

.rev_slider_nav .icon {
    margin: -117px 0 0;
    padding: 0 0 28px;
    border-bottom: 2px solid transparent;
    font-size: 89px;
    height: 117px;
    color: #fff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rev_slider_nav .icon i {
    display: inline-block;
    vertical-align: middle;
}

.rev_slider_nav .icon i.stm-transport839 {
    font-size: 75px;
}

.rev_slider_nav .icon i.stm-warehouse {
    font-size: 79px;
}

.rev_slider_nav .title {
    display: block;
    font-size: 18px;
    padding: 26px 0;
    color: #fff;
    font-family: Titillium Web;
}

.rev_slider_nav:hover .icon,
.rev_slider_nav.active .icon {
    color: #f39f1d ;
    border-bottom-color: #fff;
}

.hermes .tp-bullet {
    width: 10px;
    height: 10px;
    padding: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: none;
    background: none !important;
}

.hermes .tp-bullet:after {
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
    box-shadow: none;
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #8a929d;
    background: #8a929d;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.hermes .tp-bullet.selected {
    padding: 0;
}

.hermes .tp-bullet.selected:after {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #f39f1d ;
}

.rev_slider > ul > li.overlay:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 37, 60, 0.45);
    z-index: 1;
}

body .vc_general.vc_btn3 {
    text-transform: uppercase;
    font-weight: 700;
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom,
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-flat {
    padding: 15px 42px;
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom,
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-flat {
    padding: 11px 40px;
}

body .vc_general.vc_btn3.vc_btn3-shape-round {
    border-radius: 50px;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline {
    color: #273242;
    border-color: #f39f1d ;
    background: transparent;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline:hover {
    background: #f39f1d ;
    color: #fff;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-outline:active {
    background: #f39f1d ;
    color: #273242;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline,
body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:hover,
body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    background: #fff;
    color: #273242;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:active,
body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active {
    background: #fff;
    color: #f39f1d ;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline {
    color: #fff;
    border-color: #f39f1d ;
    background: transparent;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline:hover {
    background: #f39f1d ;
    color: #fff;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-outline:active {
    background: #f39f1d ;
    color: #273242;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat {
    color: #fff;
    border-color: #f39f1d ;
    background: #f39f1d ;
    border-width: 2px;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover {
    background: transparent;
    color: #273242;
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:active {
    background: #f39f1d ;
    color: #273242;
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty),
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-right: 30px;
    padding-left: 55px;
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon,
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 22px;
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty),
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 55px;
    padding-left: 30px;
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon,
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 22px;
}

body .vc_general.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 20px;
}

body .vc_general.vc_btn3.vc_btn3-size-md .vc_btn3-icon.stm-arrow-next {
    font-size: 14px;
}

.vc_services {
    position: relative;
}

.vc_services .vc_services_carousel_wr {
    position: relative;
    margin: -25px -15px;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel {
    position: relative;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item {
    position: relative;
    margin: 15px 0;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr {
    background: #fff;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail {
    position: relative;
    margin: -1px -1px 0 -1px;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail img {
    width: 100%;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content {
    padding: 7px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 {
    font-weight: 400;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a {
    text-decoration: none !important;
    color: #273242;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a:hover {
    color: #f39f1d ;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6:before {
    display: none;
}

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content p {
    line-height: 24px;
}

.vc_services .owl-dots {
    position: relative;
    margin: 0 0 30px;
}

.vc_services .owl-dots:after {
    content: "";
    display: table;
    clear: both;
}

.vc_services .owl-dots .owl-dot {
    float: right;
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vc_services .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #8a929d;
    background: #8a929d;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.vc_services .owl-dots .owl-dot.active {
    padding: 0;
}

.vc_services .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #f39f1d ;
}

.vc_services_grid {
    position: relative;
    margin: 0 -15px;
    font-size: 0;
}

.vc_services_grid .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px;
    margin: 0 0 40px;
    font-size: 14px;
}

.vc_services_grid .item .item_wr {
    background: #fff;
    box-shadow: none;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    border: 1px solid #e6e6e6;
}

.vc_services_grid .item .item_wr:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.vc_services_grid .item .item_wr .item_thumbnail {
    margin: -1px -1px 0 -1px;
}

.vc_services_grid .item .item_wr .item_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.vc_services_grid .item .item_wr .content {
    border-top: none;
    padding: 30px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_services_grid .item .item_wr .content h6 a {
    text-decoration: none !important;
    color: #273242;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_services_grid .item .item_wr .content h6 a:hover {
    color: #f39f1d ;
}

.vc_services_grid .item .item_wr .content h6:before {
    display: none;
}

.vc_services_grid .item .item_wr .content p {
    line-height: 24px;
}

.vc_services_grid.cols_4 .item {
    width: 25%;
}

.vc_services_grid.cols_2 .item {
    width: 50%;
}

.vc_services_grid.cols_1 .item {
    width: 100%;
}

.stm_counter {
    position: relative;
    color: #fff;
}

.stm_counter .icon {
    color: #f39f1d ;
    font-size: 66px;
    width: 90px;
    float: right;
}

.stm_counter .icon svg {
    stroke: #f39f1d ;
}

.stm_counter .text {
    overflow: hidden;
    padding: 11px 0 0;
}

.stm_counter .text .value {
    font-size: 42px;
    font-weight: 300;
    margin: 0 0 11px;
    font-family: Titillium Web;
}

.stm_counter .text .title {
    font-size: 14px;
    line-height: 22px;
}

body .vc_general.vc_cta3 {
    padding: 55px 0;
}

body .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
    width: 1000px;
}

body .vc_general.vc_cta3.vc_cta3-style-classic.secondary_bg_color,
body .vc_general.vc_cta3.vc_cta3-style-custom.secondary_bg_color {
    background-color: #f39f1d ;
    border-color: #f39f1d ;
    border: none;
}

body .vc_general.vc_cta3 h2 {
    margin: 0;
    font-size: 30px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
}

body .vc_general.vc_cta3 h2:before {
    display: none;
}

body .vc_general.vc_cta3 h4 {
    margin: 0;
    text-transform: none;
}

body .vc_general.vc_cta3 h4:before {
    display: none;
}

.vc_testimonials {
    position: relative;
    padding-right: 95px;
}

.vc_testimonials:before {
    content: "\e948";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 75px;
    color: #f39f1d ;
}

.vc_testimonials .vc_testimonials_carousel {
    position: relative;
    margin: 0 0 58px;
}

.vc_testimonials .vc_testimonials_carousel .item {
    position: relative;
}

.vc_testimonials .vc_testimonials_carousel .item:after {
    content: "";
    display: table;
    clear: both;
}

.vc_testimonials .vc_testimonials_carousel .item p {
    font-style: italic;
    color: #595959;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 36px;
    font-weight: 300;
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail {
    position: relative;
    float: right;
    width: 40px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail img {
    display: block;
    max-width: 40px;
    height: auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info {
    overflow: hidden;
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6 {
    color: #404040;
    margin: 0 0 10px;
    font-weight: 600;
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6:before {
    display: none;
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info .position {
    font-size: 14px;
    line-height: 16px;
}

.vc_testimonials .owl-dots {
    position: relative;
}

.vc_testimonials .owl-dots:after {
    content: "";
    display: table;
    clear: both;
}

.vc_testimonials .owl-dots .owl-dot {
    float: right;
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vc_testimonials .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #8a929d;
    background: #8a929d;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.vc_testimonials .owl-dots .owl-dot.active {
    padding: 0;
}

.vc_testimonials .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #f39f1d ;
}

.vc_testimonials.style_2 {
    padding: 80px 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.vc_testimonials.style_2:before {
    display: none;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr {
    max-width: 635px;
    background: rgba(255, 255, 255, .95);
    padding: 38px 50px 47px;
    text-align: center;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr:before {
    content: '\e958';
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    font-size: 64px;
    color: #f39f1d ;
    margin: 0 0 15px;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel {
    margin-bottom: 38px;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep {
    position: relative;
    color: #f39f1d ;
    font-size: 15px;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:before {
    content: '';
    position: absolute;
    right: -85px;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #f39f1d ;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:after {
    content: '';
    position: absolute;
    left: -85px;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #f39f1d ;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item p {
    font-family: Titillium Web;
    font-size: 20px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .position {
    font-size: 13px;
}

.vc_testimonials.style_2 .owl-dots {
    text-align: center;
}

.vc_testimonials.style_2 .owl-dots .owl-dot {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}

.vc_news {
    position: relative;
}

.vc_news .vc_news_footer {
    position: relative;
}

.vc_news .vc_news_footer:after {
    content: "";
    display: table;
    clear: both;
}

.vc_news .vc_news_footer .button {
    float: left;
}

.vc_news .news_list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.vc_news .news_list li {
    margin: 0 0 30px;
    background: #fff;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #e5e5e5;
}

.vc_news .news_list li:after {
    content: "";
    display: table;
    clear: both;
}

.vc_news .news_list li:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
}

.vc_news .news_list li:last-child {
    margin-bottom: 0;
}

.vc_news .news_list li .news_thumbnail {
    position: relative;
    float: right;
    margin: -1px 0 -1px -1px;
}

.vc_news .news_list li .news_thumbnail .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    background: #f39f1d ;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
    font-family: Titillium Web;
}

.vc_news .news_list li .news_thumbnail .date .day {
    font-size: 30px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 5px;
}

.vc_news .news_list li .news_thumbnail .date .month {
    font-size: 16px;
    text-transform: lowercase;
}

.vc_news .news_list li .news_content {
    overflow: hidden;
    padding: 33px 37px 25px;
}

.vc_news .news_list li .news_content h4 {
    line-height: 30px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 16px;
}

.vc_news .news_list li .news_content h4:before {
    display: none;
}

.vc_news .news_list li .news_content h4 a {
    color: #273242;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_news .news_list li .news_content h4 a:hover {
    color: #f39f1d ;
}

.vc_news .news_list li .news_content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
}

.vc_news .owl-dots {
    position: relative;
    margin: 15px 0 30px;
    float: right;
}

.vc_news .owl-dots:after {
    content: "";
    display: table;
    clear: both;
}

.vc_news .owl-dots .owl-dot {
    float: right;
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vc_news .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #ccc;
    background: #ccc;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.vc_news .owl-dots .owl-dot.active {
    padding: 0;
}

.vc_news .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #f39f1d ;
}

.stm_icon {
    position: relative;
    color: #fff;
}

.stm_icon .icon {
    font-size: 71px;
    margin: 0 0 19px;
    color: #f39f1d ;
}

.stm_icon .icon svg {
    stroke: #f39f1d ;
}

.stm_icon .title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
    color: #273242;
}

.stm_icon .text {
    padding: 24px 0 0;
}

.stm_icon.center {
    text-align: center;
}

.stm_icon.right {
    text-align: left;
}

.stm_icon.icon_position_right:after {
    content: "";
    display: table;
    clear: both;
}

.stm_icon.icon_position_left .icon {
    display: table-cell;
    vertical-align: middle;
}

.stm_icon.icon_position_left .icon_text {
    display: table-cell;
    vertical-align: middle;
}

.stm_icon.icon_position_left .icon_text .title {
    font-weight: 600;
}

.vc_image_carousel_wr {
    margin: 0 -40px;
}

.vc_image_carousel_wr .vc_image_carousel {
    position: relative;
}

.vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item .item {
    padding: 0 40px;
}

.vc_image_carousel_wr.grayscale .owl-item img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

.vc_image_carousel_wr.grayscale .owl-item img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.vc_image_gallery_wr {
    position: relative;
    margin: 0 auto 35px;
    max-width: 100%;
}

.vc_image_gallery_wr .vc_image_gallery {
    position: relative;
}

.vc_image_gallery_wr .vc_image_gallery.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 0 20px;
}

.vc_image_gallery_wr .vc_image_gallery.owl-carousel .owl-item p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}

.vc_image_gallery_wr.vertical_navigation .vc_image_gallery.owl-carousel .owl-item img {
    margin: 0 0 20px;
}

.vc_image_gallery_wr.vertical_navigation .vc_image_gallery.owl-carousel .owl-item p {
    margin: 0 0 20px;
}

.vc_image_gallery_wr.vertical_navigation .owl-dots-wr {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    text-align: center;
}

.vc_image_gallery_wr.vertical_navigation .owl-dots-wr:after {
    display: none;
}

.vc_image_gallery_wr.vertical_navigation .owl-dots-wr .owl-dots {
    display: inline-block;
    vertical-align: top;
}

.vc_image_gallery_wr.vertical_navigation .owl-dots-wr .owl-dots .owl-dot {
    float: right;
    margin: 0 12px;
}

.vc_image_gallery_wr .owl-dots-wr {
    position: absolute;
    left: -50px;
    top: 0;
    height: 100%;
}

.vc_image_gallery_wr .owl-dots-wr:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.vc_image_gallery_wr .owl-dots-wr .owl-dots {
    display: inline-block;
    vertical-align: middle;
}

.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 12px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid rgba(36, 38, 40, .5);
    background: rgba(36, 38, 40, .5);
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot.active {
    padding: 0;
}

.vc_image_gallery_wr .owl-dots-wr .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #f39f1d ;
}

.stm_gmap_wrapper {
    position: relative;
}

.stm_gmap_wrapper .stm_gmap {
    height: 688px;
    width: 100%;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
    text-align: center;
    margin-top: -6px;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw > div > div {
    overflow: hidden !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6 {
    display: block;
    margin: 0;
    text-transform: none;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6:before {
    display: none;
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw + div {
    display: none !important;
}

.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
    border: none !important;
    background: #273242 !important;
    border-radius: 30px !important;
    margin-top: -6px;
}

.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:first-child > div {
    right: 7px !important;
    transform: skewX(42deg) !important;
    box-shadow: none !important;
    background: #273242 !important;
    z-index: 40;
}

.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div:nth-child(2) > div {
    right: -1px !important;
    transform: skewX(-42deg) !important;
    box-shadow: none !important;
    background: #273242 !important;
    z-index: 40;
}

.stm_gmap_wrapper .stm_gmap .gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:nth-child(2) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.stm_gmap_wrapper .gmap_addresses {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 57px 0 49px;
    background: rgba(36, 38, 40, .9);
}

.stm_gmap_wrapper .gmap_addresses .container {
    position: relative;
}

.stm_gmap_wrapper .gmap_addresses .addresses {
    position: relative;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item {
    padding: 0 66px 0 1px;
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.stm_gmap_wrapper .gmap_addresses .addresses .item .title {
    font-family: Titillium Web;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li {
    color: #fff;
    margin: 0 0 13px;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li:after {
    content: "";
    display: table;
    clear: both;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li:last-child {
    margin: 0;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon {
    float: right;
    width: 16px;
    line-height: 20px;
    font-size: 16px;
    margin-left: 14px;
    text-align: center;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon .stm-email {
    font-size: 12px;
    padding: 2px 0 0;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots {
    display: inline-block;
    vertical-align: middle;
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 12px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active {
    padding: 0;
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #f39f1d ;
}

body .wpb_image_grid .wpb_image_grid_ul {
    width: 110%;
}

body .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 12px 12px 0;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
    margin-bottom: -1px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: -1px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-width: 1px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:before {
    display: none;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    padding-left: 42px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
    left: 14px;
    top: 15px;
    transform: none;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 16px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    transition: none;
    transform: none;
    border: none;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
    padding-right: 42px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
    right: 14px;
    top: 15px;
    transform: none;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 16px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: none;
    border: none;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
    border-width: 1px;
    padding: 20px 30px;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading,
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
    border-color: #f39f1d ;
    background-color: #f39f1d ;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a,
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
    color: #fff;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon::before,
body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a .vc_tta-controls-icon::before {
    border-color: #fff;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading {
    border-color: #e6e6e6;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading:hover {
    background-color: #f39f1d ;
    border-color: #f39f1d ;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
    color: #fff;
}

body .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-outline.vc_tta-color-theme_style .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #273242;
}

.pricing_table {
    position: relative;
    margin-bottom: 80px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing_table .pricing_table_wr {
    position: relative;
    overflow: hidden;
}

.pricing_table .pricing_table_wr .header {
    position: relative;
    text-align: center;
    background: #273242;
    padding: 30px 20px 24px;
    overflow: hidden;
}

.pricing_table .pricing_table_wr .header .sticker {
    position: absolute;
    right: -92px;
    top: 24px;
    background-color: #7fba00;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pricing_table .pricing_table_wr .header .title {
    font-size: 14px;
    color: #f39f1d ;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.pricing_table .pricing_table_wr .header .price_wr {
    position: relative;
    color: #fff;
}

.pricing_table .pricing_table_wr .header .price_wr .prefix {
    display: inline;
    font-size: 20px;
}

.pricing_table .pricing_table_wr .header .price_wr .price {
    display: inline;
    font-size: 36px;
    text-transform: uppercase;
}

.pricing_table .pricing_table_wr .header .price_wr .suffix {
    display: inline;
    font-size: 13px;
}

.pricing_table .pricing_table_wr .content {
    position: relative;
    padding: 36px 30px 46px;
    border: 1px solid #e6e6e6;
    border-top: none;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing_table .pricing_table_wr .content ul {
    margin-bottom: 0;
}

.pricing_table .pricing_table_wr .content ul li {
    margin-bottom: 27px;
    font-size: 13px;
}

.pricing_table .pricing_table_wr .content .buy_now {
    position: absolute;
    right: 0;
    bottom: 35px;
    opacity: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pricing_table .pricing_table_wr .content .buy_now .button {
    display: inline-block;
}

.pricing_table:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
}

.pricing_table.has_link:hover {
    margin-bottom: 0 !important;
    transform: translate(0, -30px);
}

.pricing_table.has_link:hover .content {
    padding-bottom: 114px;
}

.pricing_table.has_link:hover .content .buy_now {
    opacity: 1;
}

.circle_progress_wr {
    text-align: center;
}

.circle_progress_wr .circle_progress {
    position: relative;
    margin: 0 auto;
    display: table;
}

.circle_progress_wr .circle_progress > div {
    display: table-cell;
    vertical-align: middle;
}

.circle_progress_wr .circle_progress > div canvas {
    position: absolute;
    right: 0;
    top: 0;
}

.circle_progress_wr .circle_progress > div .info {
    display: inline-block;
    vertical-align: middle;
}

.circle_progress_wr .circle_progress > div .info .value {
    font-size: 36px;
    text-transform: uppercase;
    color: #273242;
    text-align: center;
    margin: 0 0 5px;
}

.circle_progress_wr .circle_progress > div .info .title {
    font-size: 13px;
    color: #111;
    text-align: center;
}

.vc_progress_bar .vc_general.vc_single_bar {
    background: none;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 45px;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label {
    color: #273242 !important;
    text-shadow: none !important;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label:after {
    content: "";
    display: table;
    clear: both;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label em {
    font-style: normal;
    float: right;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label span {
    float: left;
    font-weight: 500;
    font-size: 12px;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_bar_wr {
    position: relative;
    background-color: #e6e6e6;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.vc_progress_bar .vc_general.vc_single_bar.vc_progress-bar-color-theme_style .vc_bar {
    background-color: #f39f1d ;
}

body .vc_separator.vc_sep_double .vc_sep_line {
    height: 4px;
}

body .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-top: 1px solid #e6e6e6;
}

body .vc_separator.vc_separator_align_center h4 {
    padding: 0 20px;
}

body .vc_separator h4:before {
    display: none;
}

body .vc_message_box {
    font-size: 14px;
    padding: 11px 20px 11px 56px;
    margin: 0 0 20px;
}

body .vc_message_box.vc_message_box-solid.vc_color-info {
    background-color: #cef;
    color: #0af;
}

body .vc_message_box.vc_message_box-solid.vc_color-info .vc_message_box-icon {
    color: #0af;
}

body .vc_message_box.vc_message_box-solid.vc_color-success {
    background-color: #c9f7b2;
    color: #61a600;
}

body .vc_message_box.vc_message_box-solid.vc_color-success .vc_message_box-icon {
    color: #61a600;
}

body .vc_message_box.vc_message_box-solid.vc_color-warning {
    background-color: #fff2b2;
    color: #f90;
}

body .vc_message_box.vc_message_box-solid.vc_color-warning .vc_message_box-icon {
    color: #f90;
}

body .vc_message_box.vc_message_box-solid.vc_color-danger {
    background-color: #ffd9d9;
    color: #f00;
}

body .vc_message_box.vc_message_box-solid.vc_color-danger .vc_message_box-icon {
    color: #f00;
}

.vacancy_table_wr {
    position: relative;
    margin: 0 0 45px;
}

.vacancy_table_wr .vacancy_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.vacancy_table_wr .vacancy_table thead th {
    position: relative;
    background: #273242;
    color: #fff;
    font-size: 14px;
    padding: 18px 20px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}

.vacancy_table_wr .vacancy_table thead th.headerSortDown {
    background: #f39f1d ;
    color: #fff;
}

.vacancy_table_wr .vacancy_table thead th.headerSortDown:after {
    content: "\f107";
    color: #fff;
}

.vacancy_table_wr .vacancy_table thead th.headerSortUp {
    background: #f39f1d ;
    color: #fff;
}

.vacancy_table_wr .vacancy_table thead th.headerSortUp:after {
    content: "\f106";
    color: #fff;
}

.vacancy_table_wr .vacancy_table thead th:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 16px;
    color: #b2b2b2;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -8px;
}

.vacancy_table_wr .vacancy_table tbody td {
    font-size: 14px;
    line-height: 24px;
    color: #111;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.vacancy_table_wr .vacancy_table tbody td a {
    color: #111;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vacancy_table_wr .vacancy_table tbody td a:hover {
    text-decoration: none;
    color: #f39f1d ;
}

.staff_list {
    position: relative;
}

.staff_list.list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff_list.list > ul > li {
    position: relative;
    margin: 0 0 30px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.staff_list.list > ul > li:after {
    content: "";
    display: table;
    clear: both;
}

.staff_list.list > ul > li:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
}

.staff_list.list > ul > li:hover .staff_info .staff_socials {
    opacity: 1;
}

.staff_list.list > ul > li .staff_image {
    float: right;
    max-width: 350px;
    margin: -1px 0 -1px -1px;
}

.staff_list.list > ul > li .staff_image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.staff_list.list > ul > li .staff_info {
    position: relative;
    overflow: hidden;
    padding: 37px 30px 10px;
}

.staff_list.list > ul > li .staff_info h5 {
    margin: 0 0 13px;
}

.staff_list.list > ul > li .staff_info h5:before {
    display: none;
}

.staff_list.list > ul > li .staff_info .staff_department {
    margin: 0 0 30px;
    font-size: 13px;
}

.staff_list.list > ul > li .staff_info .staff_socials {
    position: absolute;
    left: 31px;
    top: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.staff_list.list > ul > li .staff_info .staff_socials:after {
    content: "";
    display: table;
    clear: both;
}

.staff_list.list > ul > li .staff_info .staff_socials li {
    margin: 0 0 13px;
}

.staff_list.list > ul > li .staff_info .staff_socials li:last-child {
    margin: 0;
}

.staff_list.list > ul > li .staff_info .staff_socials li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background: #d9d9d9;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 17px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff_list.list > ul > li .staff_info .staff_socials li a i {
    line-height: 34px;
}

.staff_list.list > ul > li .staff_info .staff_socials li a i.fa-vimeo {
    font-size: 14px;
}

.staff_list.list > ul > li .staff_info .staff_socials li a i.stm-google-plus {
    font-size: 13px;
}

.staff_list.list > ul > li .staff_info .staff_socials li a:hover {
    background: #f39f1d ;
}

.staff_list.list > ul > li .staff_info .staff_socials li a.social-facebook:hover {
    background: #3a5897;
}

.staff_list.list > ul > li .staff_info .staff_socials li a.social-twitter:hover {
    background: #00aced;
}

.staff_list.list > ul > li .staff_info .staff_socials li a.social-linkedin:hover {
    background: #0077b5;
}

.staff_list.list > ul > li .staff_info .staff_socials li a.social-google-plus:hover {
    background: #db4437;
}

.staff_list.list > ul > li .staff_info .staff_phone {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

.staff_list.list > ul > li .staff_info .staff_phone:before {
    content: "\e904";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: -2px;
    color: #f39f1d ;
    font-size: 17px;
}

.staff_list.list > ul > li .staff_info .staff_email {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

.staff_list.list > ul > li .staff_info .staff_email:before {
    content: "\e902";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 2px;
    color: #f39f1d ;
    font-size: 12px;
}

.staff_list.list > ul > li .staff_info .staff_skype {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

.staff_list.list > ul > li .staff_info .staff_skype:before {
    content: "\e94a";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: -1px;
    color: #f39f1d ;
    font-size: 16px;
}

.staff_list.grid.cols_2 > ul > li {
    width: 50%;
}

.staff_list.grid > ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    font-size: 0;
}

.staff_list.grid > ul:after {
    content: "";
    display: table;
    clear: both;
}

.staff_list.grid > ul > li {
    float: right;
    padding: 0 15px;
    margin: 0 0 30px;
    font-size: 14px;
    width: 33%;
}

.staff_list.grid > ul > li .staff_wr {
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.staff_list.grid > ul > li .staff_wr:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.staff_list.grid > ul > li .staff_wr:hover .staff_image .staff_socials {
    opacity: 1;
}

.staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr {
    transform: translateY(-75px);
    -webkit-transform: translateY(-75px);
}

.staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr .staff_name_position {
    opacity: 0;
}

.staff_list.grid > ul > li .staff_wr:hover .staff_info .staff_info_wr .staff_phone_email {
    opacity: 1;
}

.staff_list.grid > ul > li .staff_wr .staff_image {
    position: relative;
    margin: -1px -1px 0 -1px;
}

.staff_list.grid > ul > li .staff_wr .staff_image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials {
    position: absolute;
    right: 50%;
    bottom: 21px;
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials:after {
    content: "";
    display: table;
    clear: both;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li {
    margin: 0 3px;
    float: right;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li:last-child {
    margin: 0;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background: #d9d9d9;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 17px;
    text-decoration: none !important;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i {
    line-height: 34px;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i.fa-vimeo {
    font-size: 14px;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a i.stm-google-plus {
    font-size: 13px;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a:hover {
    background: #f39f1d ;
    color: #fff;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-facebook {
    background: #3a5897;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-twitter {
    background: #00aced;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-linkedin {
    background: #0077b5;
}

.staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li a.social-google-plus {
    background: #db4437;
}

.staff_list.grid > ul > li .staff_wr .staff_info {
    position: relative;
    overflow: hidden;
    height: 96px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 25px 30px 10px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_name_position {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone_email {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr h5 {
    margin: 0 0 13px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr h5:before {
    display: none;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_department {
    margin: 0 0 30px;
    font-size: 13px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone:before {
    content: "\e904";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: -2px;
    color: #f39f1d ;
    font-size: 17px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_email {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_email:before {
    content: "\e902";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 2px;
    color: #f39f1d ;
    font-size: 12px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_skype {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 20px;
}

.staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_skype:before {
    content: "\e94a";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: -1px;
    color: #f39f1d ;
    font-size: 16px;
}

.stm_gallery_wr {
    position: relative;
}

.stm_gallery_wr .stm_gallery_nav_wr {
    position: relative;
    margin-bottom: 50px;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul:after {
    content: "";
    display: table;
    clear: both;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li {
    position: relative;
    float: right;
    font-size: 16px;
    color: #273242;
    font-weight: 700;
    margin: 15px 60px 0 0;
    padding-bottom: 24px;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li.active:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f39f1d ;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li a {
    color: #273242;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li a:hover {
    color: #f39f1d ;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #f39f1d ;
    font-size: 8px;
    color: #f39f1d  !important;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher .left {
    position: absolute;
    right: 9px;
    bottom: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher .right {
    position: absolute;
    left: 8px;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher.active .left {
    right: 20px;
    bottom: 18px;
}

.stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_switcher.active .right {
    left: 19px;
    top: 21px;
}

.stm_gallery_wr .stm_gallery {
    position: relative;
}

.stm_gallery_wr .stm_gallery.container .row {
    margin-right: -15px;
    margin-left: -15px;
}

.stm_gallery_wr .stm_gallery.container .row .item {
    padding: 0 15px;
    margin: 0 0 30px;
}

.stm_gallery_wr .stm_gallery .row {
    margin: 0;
}

.stm_gallery_wr .stm_gallery .row .item {
    width: 25%;
}

.stm_gallery_wr .stm_gallery .row .item a {
    position: relative;
    display: block;
}

.stm_gallery_wr .stm_gallery .row .item a:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(36, 38, 40, .75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.stm_gallery_wr .stm_gallery .row .item a:after {
    content: "\e954";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 28px;
    opacity: 0;
}

.stm_gallery_wr .stm_gallery .row .item a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.stm_gallery_wr .stm_gallery .row .item a:hover:before,
.stm_gallery_wr .stm_gallery .row .item a:hover:after {
    opacity: 1;
}

.stm_gallery_wr.cols_3 .stm_gallery .row .item {
    width: 33%;
}

.stm_gallery_wr.cols_2 .stm_gallery .row .item {
    width: 50%;
}

.stm_gallery_wr.cols_1 .stm_gallery .row .item {
    width: 100%;
}

.vc_service_info {
    position: relative;
    border: 1px solid #e6e6e6;
}

.vc_service_info .service_thumbnail {
    position: relative;
    margin: -1px -1px 0 -1px;
}

.vc_service_info .service_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.vc_service_info .service_info {
    padding: 30px;
    font-size: 13px;
    line-height: 24px;
}

.vc_service_info .service_info h6:before {
    display: none;
}

.vc_service_info .service_info .wpb_text_column {
    margin: 0;
}

.vc_service_info .service_info .wpb_text_column ul {
    margin-bottom: 22px;
}

.vc_service_info .service_info .wpb_text_column ul li {
    margin-bottom: 10px;
}

.vc_service_info .service_info .wpb_text_column ul li:before {
    top: 0;
}

.stm_video_popup img {
    display: block;
    max-width: 100%;
    height: auto;
}

.stm_video_popup .fancy_video {
    position: relative;
    display: block;
}

.stm_video_popup .fancy_video:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    background: #f39f1d ;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: -43px 0 0 -43px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm_video_popup .fancy_video:hover:before {
    background: #273242;
}

.stm_video_popup .fancy_video:after {
    content: '\e900';
    position: absolute;
    right: 50%;
    margin: -12px 0 0 -7px;
    top: 50%;
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #fff;
    z-index: 20;
}

a,
a:hover,
a:active {
    color: #f39f1d ;
    outline: none !important;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    text-transform: uppercase;
    margin: 0;
    color: #273242;
    font-weight: 300;
    font-family: Titillium Web;
}
/*
h1:before,
.h1:before,
h2:before,
.h2:before,
h3:before,
.h3:before,
h4:before,
.h4:before,
h5:before,
.h5:before,
h6:before,
.h6:before {
    content: '';
    border-bottom: 3px solid #f39f1d ;
    width: 50px;
    display: block;
    margin-bottom: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

h1.white_stripe:before,
.h1.white_stripe:before,
h2.white_stripe:before,
.h2.white_stripe:before,
h3.white_stripe:before,
.h3.white_stripe:before,
h4.white_stripe:before,
.h4.white_stripe:before,
h5.white_stripe:before,
.h5.white_stripe:before,
h6.white_stripe:before,
.h6.white_stripe:before {
    border-bottom-color: #fff;
}*/

h1,
.h1 {
    font-size: 42px;
    margin: 0 0 33px;
}

h2,
.h2,
.comment-reply-title {
    font-size: 18px;
    margin: 0 0 16px;
    line-height: 42px;
}

h2:before,
.h2:before,
.comment-reply-title:before {
    margin-bottom: 35px;
}

h3,
.h3 {
    font-size: 30px;
    margin: 0 0 33px;
}

h4,
.h4 {
    font-size: 18px;
    margin: 0 0 21px;
}

h4:before,
.h4:before {
    margin-bottom: 26px;
}

h5,
.h5 {
    font-size: 18px;
    margin: 0 0 25px;
}

h5:before,
.h5:before {
    margin-bottom: 27px;
}

h6,
.h6 {
    font-size: 14px;
    margin: 0 0 19px;
    letter-spacing: 0.04em;
}

h6:before,
.h6:before {
    margin-bottom: 22px;
}

p {
    line-height: 26px;
    margin: 0 0 26px;
}

blockquote {
    margin: 0 0 26px 42px;
    border-right: 3px solid #f39f1d ;
    padding: 9px 0 9px 50px;
    color: #595959;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
}

blockquote p {
    line-height: 36px;
    font-weight: 300;
}

.without_vc {
    margin-bottom: 100px;
}

.wpb_text_column ol,
.comment-body ol {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
    counter-reset: item;
}

.wpb_text_column ol li,
.comment-body ol li {
    position: relative;
    margin: 0 0 12px;
    padding-right: 20px;
    line-height: 26px;
}

.wpb_text_column ol li:before,
.comment-body ol li:before {
    position: absolute;
    right: 0;
    top: 0;
    content: counter(item) ".";
    counter-increment: item;
    color: #f39f1d ;
}

.wpb_text_column ol li ol,
.comment-body ol li ol,
.wpb_text_column ol li ul,
.comment-body ol li ul {
    margin-top: 12px;
}

.wpb_text_column ul,
.comment-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 26px;
}

.wpb_text_column ul li,
.comment-body ul li {
    position: relative;
    margin: 0 0 12px;
    line-height: 26px;
    padding-right: 14px;
}

.wpb_text_column ul li:before,
.comment-body ul li:before {
    content: '•';
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 18px;
    color: #f39f1d ;
}




.read_more {
    position: relative;
    text-decoration: none !important;
font-size: 14px !important;

color: #111 !important;
}

.read_more em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    border-bottom: 1px solid transparent;
    line-height: 1;
}

.read_more span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    border-bottom: 1px solid transparent;
    padding-right: 5px;
    padding-top: 1px;
}

.read_more:hover em {
    border-bottom-color: #f39f1d ;
}

mark {
    background: #7fba00;
    color: #fff;
}

strong {
    color: #404040;
}

small {
    font-size: 13px;
}

.breadcrumbs {
    position: relative;
    margin: 0 0 25px;
    vertical-align: middle;
    font-size: 13px;
}

.breadcrumbs .container > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0;
}

.breadcrumbs .container > span:first-child {
    margin-right: 0;
}

.breadcrumbs .container a {
    color: #273242;
}

.button {
    background: transparent;
    position: relative;
    color: #273242;
    border: 2px solid #f39f1d ;
    padding: 15px 30px 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}

.button i {
    display: block;
    position: absolute;
    top: 50%;
    left: 22px;
    height: 14px;
    line-height: 14px;
    font-size: 13px;
    margin: -7px 0 0;
}

.button:hover {
    color: #fff;
    background: #f39f1d ;
}

.button:active {
    color: #273242;
    background: #f39f1d ;
}

.button.style_2 {
    color: #fff;
}

.button.style_2:hover {
    color: #fff;
    background: #f39f1d ;
}

.button.style_2:active {
    background: #f39f1d ;
    color: #273242;
}

.button.fullwidth {
    width: 100%;
}

.button.fullwidth i {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    margin: 0 13px 0 0;
}

.button.icon_right {
    padding-left: 55px;
}

.button.icon_left {
    padding-right: 55px;
}

.button.size-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}

.button.wpcf7-submit:before {
    content: '';
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.white-text {

}

.button.white-text:active {
    color: #273242;
    background: #f39f1d ;
}

textarea {
    height: 100px;
    resize: vertical;
    display: block;
}

.input-group {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.select2-container .selection,
.select2-container--default .select2-selection--single,
.select2-container {
    outline: none !important;
}

.select2-container.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    height: 40px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    padding-right: 16px;
    padding-left: 38px;
    color: #a6a6a6;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 38px;
    height: 38px;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    left: 12px;
    top: 50%;
    margin: -7px 0 0;
    color: #15253c;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container .select2-dropdown {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #f39f1d ;
}

.select2-container .select2-dropdown .select2-results__option {
    padding: 10px 18px;
}

span.wpcf7-not-valid-tip {
    display: none;
}

div.wpcf7-response-output {
    margin: 0 0 10px;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #ffd9d9;
    color: #f00;
}

div.wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: #fff2b2;
    color: #f90;
}

.contact_form {
    padding: 40px 40px 10px;
    background: #f7f7f7;
}

.contact_form .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 0;
    display: block;
    padding-top: 10px;
}

.contact_form .wpcf7-checkbox .wpcf7-list-item label {
    font-weight: 400;
    display: block;
    margin: 0;
}

.contact_form .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
    margin-top: 0;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.contact_form .wpcf7-checkbox .wpcf7-list-item label span {
    display: inline-block;
    vertical-align: middle;
}

.track_your_shipment_form {
    max-width: 540px;
}

.track_your_shipment_form .wpcf7-form-control-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.track_your_shipment_form .input-group {
    display: block;
}

.track_your_shipment_form .input-group.v-align p {
    padding-top: 12px;
}

.track_your_shipment_form .input-group p {
    margin: 0;
}

.track_your_shipment_form p {
    line-height: 16px;
}

.track_your_shipment_form .wpcf7-radio .wpcf7-list-item {
    margin-right: 0;
    margin-bottom: 18px;
    display: block;
    padding: 0;
}

.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label {
    font-weight: 400;
    display: block;
    margin: 0;
}

.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label:after {
    content: "";
    display: table;
    clear: both;
}

.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
    margin-top: 0;
    margin-left: 8px;
    float: right;
}

.track_your_shipment_form .wpcf7-radio .wpcf7-list-item label span {
    overflow: hidden;
}

.track_your_shipment_form .reset {
    background: none;
    border: none;
    padding: 0;
    float: left;
    margin: 14px 0 0;
    color: #f39f1d ;
}

.track_your_shipment_form .reset i {
    color: #aaa;
    font-size: 12px;
}

.search-form {
    position: relative;
    margin: 0 0 40px;
}

.search-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-form button:hover {
    color: #f39f1d ;
}

.blog_grid {
    position: relative;
    margin: 0 -15px 30px;
    font-size: 0;
}

.blog_grid:after {
    content: "";
    display: table;
    clear: both;
}

.blog_grid > article {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px 30px;
    font-size: 14px;
}

.blog_grid > article.sticky .post_wr {
    border-color: #f39f1d ;
}

.blog_grid > article .post_wr {
    box-shadow: none;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    border: 1px solid #e6e6e6;
}

.blog_grid > article .post_wr:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.blog_grid > article .post_wr .post_thumbnail {
    position: relative;
    margin: -1px -1px 0;
}

.blog_grid > article .post_wr .post_thumbnail img {
    max-width: 100%;
    height: auto;
}

.blog_grid > article .post_wr .post_thumbnail .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: #f39f1d ;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
}

.blog_grid > article .post_wr .post_thumbnail .date .day {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 5px;
}

.blog_grid > article .post_wr .content {
    border-top: none;
    padding: 23px 30px 43px;
    font-size: 13px;
}

.blog_grid > article .post_wr .content h5 {
    line-height: 24px;
    margin: 0 0 17px;
}

.blog_grid > article .post_wr .content h5 a {
    text-decoration: none !important;
    color: #273242;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog_grid > article .post_wr .content h5 a:hover {
    color: #f39f1d ;
}

.blog_grid > article .post_wr .content h5:before {
    display: none;
}

.blog_grid > article .post_wr .content .post_excerpt {
    line-height: 24px;
}

.blog_grid > article .post_wr .content .post_excerpt p {
    line-height: 24px;
    margin: 0 0 20px;
}

.blog_list {
    position: relative;
    margin: 0 0 30px;
}

.blog_list:after {
    content: "";
    display: table;
    clear: both;
}

.blog_list > article {
    margin: 0 0 30px;
}

.blog_list > article.sticky .post_wr {
    border-color: #f39f1d ;
}

.blog_list > article .post_wr {
    box-shadow: none;
    border-radius: 1px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
}

.blog_list > article .post_wr:after {
    content: "";
    display: table;
    clear: both;
}

.blog_list > article .post_wr:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.blog_list > article .post_wr .post_thumbnail {
    max-width: 350px;
    position: relative;
    margin: -1px 0 -1px -1px;
    float: right;
}

.blog_list > article .post_wr .post_thumbnail img {
    max-width: 100%;
    height: auto;
}

.blog_list > article .post_wr .post_thumbnail .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    background: #f39f1d ;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
}

.blog_list > article .post_wr .post_thumbnail .date .day {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 5px;
}

.blog_list > article .post_wr .content {
    overflow: hidden;
    border-top: none;
    padding: 26px 30px;
    font-size: 13px;
}

.blog_list > article .post_wr .content h5 {
    line-height: 24px;
    margin: 0 0 12px;
}

.blog_list > article .post_wr .content h5 a {
    text-decoration: none !important;
    color: #273242;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog_list > article .post_wr .content h5 a:hover {
    color: #f39f1d ;
}

.blog_list > article .post_wr .content h5:before {
    display: none;
}

.blog_list > article .post_wr .content .categories {
    font-size: 13px;
    margin: 0 0 20px;
}

.blog_list > article .post_wr .content .categories:after {
    content: "";
    display: table;
    clear: both;
}

.blog_list > article .post_wr .content .categories span {
    float: right;
    margin: 0 5px 0 0;
}

.blog_list > article .post_wr .content .categories ul.post_categories {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_list > article .post_wr .content .categories ul.post_categories li {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 0;
    line-height: 15px;
}

.blog_list > article .post_wr .content .categories ul.post_categories li a:after {
    content: ",";
}

.blog_list > article .post_wr .content .categories ul.post_categories li:last-child a:after {
    display: none;
}

.blog_list > article .post_wr .content .post_excerpt {
    line-height: 24px;
}

.blog_list > article .post_wr .content .post_excerpt p {
    line-height: 24px;
    margin: 0 0 20px;
}

.blog_list > article .post_wr .content .post_excerpt p:last-child {
    margin: 0;
}

ul.page-numbers {
    position: relative;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 0 100px;
}

ul.page-numbers li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

ul.page-numbers li a.page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 19px;
    margin: 0 4px;
    border: 2px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: #273242;
}

ul.page-numbers li a.page-numbers:hover {
    border-color: #f39f1d ;
    background: #f39f1d ;
    color: #fff;
}

ul.page-numbers li span.page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 19px;
    margin: 0 4px;
    border: 2px solid #d9d9d9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.page-numbers li a.next {
    padding-right: 22px;
    padding-left: 22px;
    border-color: #f39f1d ;
}

ul.page-numbers li a.next i {
    margin: 0 0 0 12px;
}

ul.page-numbers li a.prev {
    padding-right: 22px;
    padding-left: 22px;
    border-color: #f39f1d ;
}

ul.page-numbers li a.prev i {
    margin: 0 12px 0 0;
}

.with_sidebar + .page-numbers {
    text-align: right;
}

.with_sidebar + .page-numbers span.page-numbers,
.with_sidebar + .page-numbers a.page-numbers {
    margin-right: 0;
}

.page-links {
    position: relative;
    padding: 0;
    text-align: right;
    margin: 0 0 100px;
}

.page-links label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    color: #273242;
}

.page-links a {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 19px;
    margin: 0 4px;
    border: 2px solid transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: #273242;
}

.page-links a:hover {
    border-color: #f39f1d ;
    background: #f39f1d ;
    color: #fff;
}

.page-links > span {
    display: inline-block;
    vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    padding: 16px 19px;
    margin: 0 4px;
    border: 2px solid #d9d9d9;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.default_widgets,
.stm_sidebar {
    position: relative;
}

.default_widgets .wpb_content_element,
.stm_sidebar .wpb_content_element {
    margin: 0 0 50px;
}

.default_widgets .wpb_content_element .widget,
.stm_sidebar .wpb_content_element .widget {
    margin: 0;
}

.widget {
    margin: 0 0 50px;
}

.widget .widget_title {
    margin: 0 0 26px;
}

.widget.widget_categories,
.widget.widget_archive,
.widget.widget_pages,
.widget.widget_meta,
.widget.widget_recent_comments,
.widget.widget_recent_entries,
.widget.widget_rss,
.widget.widget_nav_menu {
    padding: 25px;
    border: 1px solid #f39f1d ;
}

.widget.widget_categories ul,
.widget.widget_archive ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_recent_entries ul,
.widget.widget_rss ul,
.widget.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li,
.widget.widget_nav_menu ul li {
    position: relative;
    text-transform: capitalize;
    margin: 0 0 14px;
padding: 0px 13px 0px 0;
    line-height: 20px;
}

.widget.widget_categories ul li:last-child,
.widget.widget_archive ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
.widget.widget_recent_entries ul li:last-child,
.widget.widget_rss ul li:last-child,
.widget.widget_nav_menu ul li:last-child {
    margin: 0;
}

.widget.widget_categories ul li:before,
.widget.widget_archive ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_rss ul li:before,
.widget.widget_nav_menu ul li:before {
    content: ">";
    position: absolute;
    right: 0;
    top: -1px;

    font-weight: 700;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_rss ul li a,
.widget.widget_nav_menu ul li a {
    color: #273242;
    z-index: 2;
position: relative;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_recent_comments ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_rss ul li a:hover,
.widget.widget_nav_menu ul li a:hover {
    color: #f39f1d ;
}

.widget.widget_categories ul li ul.children,
.widget.widget_archive ul li ul.children,
.widget.widget_pages ul li ul.children,
.widget.widget_meta ul li ul.children,
.widget.widget_recent_comments ul li ul.children,
.widget.widget_recent_entries ul li ul.children,
.widget.widget_rss ul li ul.children,
.widget.widget_nav_menu ul li ul.children,
.widget.widget_categories ul li ul.sub-menu,
.widget.widget_archive ul li ul.sub-menu,
.widget.widget_pages ul li ul.sub-menu,
.widget.widget_meta ul li ul.sub-menu,
.widget.widget_recent_comments ul li ul.sub-menu,
.widget.widget_recent_entries ul li ul.sub-menu,
.widget.widget_rss ul li ul.sub-menu,
.widget.widget_nav_menu ul li ul.sub-menu {
    margin-top: 20px;
}

.widget.widget_calendar .widget_title {
    margin-bottom: 25px;
}

.widget.widget_calendar #calendar_wrap table {
    width: 100%;
}

.widget.widget_calendar #calendar_wrap table caption {
    font-weight: 700;
    text-transform: uppercase;
    color: #273242;
    margin: 0 0 15px;
}

.widget.widget_calendar #calendar_wrap table td,
.widget.widget_calendar #calendar_wrap table th {
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
}

.widget.widget_calendar #calendar_wrap table thead th {
    background: #f39f1d ;
    color: #fff;
}

.widget.widget_calendar #calendar_wrap table tbody {
    border: 1px solid #e6e6e6;
}

.widget.widget_calendar #calendar_wrap table tfoot #prev {
    text-align: right;
}

.widget.widget_calendar #calendar_wrap table tfoot #right {
    text-align: left;
}

.widget.widget_tag_cloud .tagcloud {
    font-size: 0;
}

.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px 8px;
    font-size: 13px !important;
    color: #273242;
    border: 1px solid #f39f1d ;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin: 0 8px 10px 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    background: #f39f1d ;
    color: #fff;
}

.widget.widget_text .textwidget img {
    max-width: 100%;
    height: auto;
}

.widget.stm_widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget.stm_widget_recent_entries ul li {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
}

.widget.stm_widget_recent_entries ul li:after {
    content: "";
    display: table;
    clear: both;
}

.widget.stm_widget_recent_entries ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.widget.stm_widget_recent_entries ul li .post_thumbnail {
    position: relative;
    float: right;
    width: 65px;
    height: 65px;
    margin: 0 15px 0 0;
}

.widget.stm_widget_recent_entries ul li .post_thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.widget.stm_widget_recent_entries ul li .post_info {
    overflow: hidden;
}

.widget.stm_widget_recent_entries ul li .post_info .post-date {
    display: block;
    color: #bfbfbf;
    font-size: 11px;
    margin: 0 0 3px;
}

.widget.stm_widget_recent_entries ul li .post_info a {
    color: #273242;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget.stm_widget_recent_entries ul li .post_info a:hover {
    color: #f39f1d ;
}

.wpb_text_column {
    margin: 0 0 60px;
}

.post_details_wr {
    position: relative;
    margin: 0 0 42px;
}

.post_details_wr .post_date {
    float: right;
    width: 75px;
    height: 75px;
    background: #f39f1d ;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 20px 0 0;
}

.post_details_wr .post_date .day {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 5px;
}

.post_details_wr .post_details {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 29px 20px;
    min-height: 75px;
}

.post_details_wr .post_details:after {
    content: "";
    display: table;
    clear: both;
}

.post_details_wr .post_details > div {
    font-size: 13px;
}

.post_details_wr .post_details > div.posted_by {
    float: right;
    min-width: 160px;
    padding-left: 20px;
}

.post_details_wr .post_details > div.categories {
    font-size: 13px;
    float: right;
    max-width: 400px;
}

.post_details_wr .post_details > div.categories:after {
    content: "";
    display: table;
    clear: both;
}

.post_details_wr .post_details > div.categories span {
    float: right;
    margin: 0 5px 0 0;
}

.post_details_wr .post_details > div.categories ul.post_categories {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.post_details_wr .post_details > div.categories ul.post_categories li {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 0;
    line-height: 15px;
}

.post_details_wr .post_details > div.categories ul.post_categories li a:after {
    content: ",";
}

.post_details_wr .post_details > div.categories ul.post_categories li:last-child a:after {
    display: none;
}

.post_details_wr .post_details > div.comments {
    float: left;
}

.post_details_wr .post_details > div.comments a {
    position: relative;
    padding: 0 0 0 24px;
}

.post_details_wr .post_details > div.comments a:before {
    content: "\e94e";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 16px;
    color: #273242;
    opacity: 0.5;
}

.post_bottom {
    position: relative;
    margin: 0 0 52px;
}

.post_bottom .tags a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px 8px;
    font-size: 13px !important;
    color: #273242;
    border: 1px solid #f39f1d ;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin: 0 8px 8px 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post_bottom .tags a:hover {
    background: #f39f1d ;
    color: #fff;
}

.post_bottom .share_buttons {
    white-space: nowrap;
}

.post_bottom .share_buttons .addtoany_header {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 11px;
    line-height: 1;
}

.post_bottom .share_buttons .addtoany_list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px;
    line-height: 1 !important;
}

.post_bottom .share_buttons .addtoany_list a {
    line-height: 1;
}

.post_bottom .share_buttons .addtoany_list a span {
    vertical-align: middle;
}

.about_author {
    background: #f7f7f7;
    padding: 30px 30px 23px;
    margin: 0 0 80px;
}

.about_author:after {
    content: "";
    display: table;
    clear: both;
}

.about_author .author_image {
    float: right;
    width: 87px;
    height: 87px;
    margin: 0 23px 0 0;
}

.about_author .author_image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.about_author .author_info {
    position: relative;
}

.about_author .author_info .author_name {
    margin: 0 0 20px;
}

.about_author .author_info .author_name span {
    display: block;
    font-size: 13px;
    color: #111;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.about_author .author_info .author_name strong {
    font-weight: 700;
    color: #273242;
    text-transform: uppercase;
}

.about_author .author_info .author_content {
    line-height: 26px;
    color: #111;
}

.stm_post_comments {
    position: relative;
    margin: 0 0 100px;
}

.stm_post_comments .comment-list {
    border-top: 1px solid #e6e6e6;
    list-style: none;
    padding: 0;
    margin: 0 0 82px;
}

.stm_post_comments .comment-list li {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0;
}

.stm_post_comments .comment-list li .comment-respond {
    margin-top: 30px;
}

.stm_post_comments .comment-list li .comment-respond .comment-reply-title small {
    font-size: 16px;
}

.stm_post_comments .comment-list li:last-child {
    padding-bottom: 0;
}

.stm_post_comments .comment-list li:first-child {
    border: none;
}

.stm_post_comments .comment-list li > .comment-body {
    position: relative;
}

.stm_post_comments .comment-list li > .comment-body:after {
    content: "";
    display: table;
    clear: both;
}

.stm_post_comments .comment-list li > .comment-body .comment-author {
    float: right;
    margin: 0 24px 0 0;
}

.stm_post_comments .comment-list li > .comment-body:hover .comment-body .comment-meta .comment-edit-link,
.stm_post_comments .comment-list li > .comment-body:hover .comment-body .comment-meta .comment-reply-link {
    opacity: 1;
}

.stm_post_comments .comment-list li > .comment-body .comment-body {
    position: relative;
    overflow: hidden;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-awaiting-moderation {
    display: block;
    color: #f39f1d ;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta {
    margin: 0 0 20px;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta:after {
    content: "";
    display: table;
    clear: both;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite {
    float: right;
    text-transform: uppercase;
    color: #273242;
    font-weight: 700;
    font-style: normal;
    line-height: 14px;
    margin: 0 20px 0 0;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite a {
    color: #273242;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite a:hover {
    color: #f39f1d ;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-date {
    float: right;
    font-size: 13px;
    line-height: 15px;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link {
    position: relative;
    float: left;
    font-size: 13px;
    padding: 0 0 0 23px;
    margin: 0 30px 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link:before {
    content: "\e94d";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #aaa;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link {
    position: relative;
    float: left;
    font-size: 13px;
    padding-right: 23px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link:before {
    content: "\e94c";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: #aaa;
}

.stm_post_comments .comment-list li > .comment-body .comment-body li {
    padding: 0 0 0 14px;
    border-top: none;
}

.stm_post_comments .comment-list li > .comment-body .comment-body *:last-child {
    margin-bottom: 0;
}

.stm_post_comments .comment-list li .children {
    border-top: 1px solid #e6e6e6;
    list-style: none;
    margin: 30px 0 0;
    padding: 0 0 0 110px;
}

.stm_post_comments .comment-list li .children li:last-child {
    padding-bottom: 0;
}

.stm_post_comments .comment-respond .comment-form {
    background: #f7f7f7;
    padding: 40px 40px 20px;
}

.stm_post_comments .comment-respond .comment-form .form-group {
    margin-bottom: 20px;
}

.stm_post_comments .comment-respond .comment-form .form-group.comment-form-comment {
    margin-bottom: 30px;
}

.stm_post_comments .comment-respond .comment-form .form-group .button {
    padding-top: 11px;
    padding-bottom: 11px;
}

.stm_post_comments .comment-respond .comment-form .form-submit {
    display: none;
}

.stm_post_comments .comment-respond .comment-form textarea.form-control {
    height: 100px;
}

.alert,
.mc4wp-alert {
    padding: 18px 30px 18px 20px;
    border-radius: 0;
    border: none;
    font-size: 14px;
}

.alert.alert-info,
.mc4wp-alert.alert-info,
.alert.mc4wp-notice,
.mc4wp-alert.mc4wp-notice {
    background-color: #cef;
    color: #0af;
}

.alert.alert-success,
.mc4wp-alert.alert-success,
.alert.mc4wp-success,
.mc4wp-alert.mc4wp-success {
    background-color: #c9f7b2;
    color: #61a600;
}

.alert.alert-warning,
.mc4wp-alert.alert-warning,
.alert.mc4wp-warning,
.mc4wp-alert.mc4wp-warning {
    background-color: #fff2b2;
    color: #f90;
}

.alert.alert-danger,
.mc4wp-alert.alert-danger,
.alert.mc4wp-error,
.mc4wp-alert.mc4wp-error {
    background-color: #ffd9d9;
    color: #f00;
}

.alert .close,
.mc4wp-alert .close {
    top: -5px;
    left: -15px;
    font-weight: 300;
    font-size: 20px;
    opacity: 1;
    text-shadow: none;
    outline: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mc4wp-alert {
    margin: 10px 0 0;
    padding: 10px 15px;
}

.about_vacantion {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #f39f1d ;
    padding: 32px 30px;
    margin: 0 0 80px;
    color: #fff;
}

.about_vacantion .info {
    display: table-cell;
    line-height: 26px;
}

.about_vacantion .info strong {
    display: block;
}

.vacancy_bottom {
    position: relative;
    margin: 0 0 60px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
}

.vacancy_bottom .share_buttons {
    white-space: nowrap;
}

.vacancy_bottom .share_buttons .addtoany_header {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 11px;
    line-height: 1;
}

.vacancy_bottom .share_buttons .addtoany_list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px;
    line-height: 1 !important;
}

.vacancy_bottom .share_buttons .addtoany_list a {
    line-height: 1;
}

.vacancy_bottom .share_buttons .addtoany_list a span {
    vertical-align: middle;
}

#loading_wr {
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 999999;
}

#footer {
    position: relative;
background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: url(../images/back.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
}

#footer > div { 
    position: relative;    z-index: 2;
}
/*
#footer:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000c;    z-index: 1;
}*/

#footer .widgets_row {
    position: relative;
}

#footer .widgets_row .footer_logo {
    position: relative;
    margin: -13px 0 20px;
}

#footer .widgets_row .footer_logo a {
    display: inline-block;
    vertical-align: top;
}

#footer .widgets_row .footer_logo a img {
    display: block;
}

#footer .widgets_row .footer_text {
    color: #fff;
    opacity: 0.7;
    margin: 0 0 40px;
}

#footer .widgets_row .footer_text p {
    margin: 0;
}

#footer .copyright_row {
    position: relative;
}

#footer .copyright_row .copyright_row_wr {
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding: 0;
}

#footer .copyright_row .copyright_row_wr:after {
    content: "";
    display: table;
    clear: both;
}

#footer .copyright_row .copyright_row_wr .socials {
    position: relative;
    float: left;
    width: 50%;
}

#footer .copyright_row .copyright_row_wr .socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

#footer .copyright_row .copyright_row_wr .socials ul:after {
    content: "";
    display: table;
    clear: both;
}

#footer .copyright_row .copyright_row_wr .socials ul li {
    float: right;
    margin: 0 0 8px 8px;
}

#footer .copyright_row .copyright_row_wr .socials ul li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background: rgba(255, 255, 255, .25);
    text-align: center;
    line-height: 32px;
    color: #273242;
    font-size: 17px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .copyright_row .copyright_row_wr .socials ul li a i {
    line-height: 34px;
}

#footer .copyright_row .copyright_row_wr .socials ul li a i.fa-vimeo {
    font-size: 14px;
}

#footer .copyright_row .copyright_row_wr .socials ul li a i.stm-google-plus {
    font-size: 13px;
}

#footer .copyright_row .copyright_row_wr .socials ul li a:hover {
    background: #f39f1d ;
    color: #fff;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-facebook:hover {
    background: #3a5897;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-twitter:hover {
    background: #00aced;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-instagram:hover {
    background: #ac907a;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-google-plus:hover {
    background: #db4437;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-vimeo:hover {
    background: #4bf;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-linkedin:hover {
    background: #0077b5;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-behance:hover {
    background: #1769ff;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-dribbble:hover {
    background: #ec4989;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-flickr:hover {
    background: #128fdc;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-github:hover {
    background: #fff;
    color: #333;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-pinterest:hover {
    background: #cb2027;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-yahoo:hover {
    background: #500095;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-delicious:hover {
    background: #39f;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-dropbox:hover {
    background: #1081de;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-reddit:hover {
    background: #ff4500;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-soundcloud:hover {
    background: #f60;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-google:hover {
    background: #4285f4;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-skype:hover {
    background: #00aff0;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-youtube:hover {
    background: #cc181e;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-tumblr:hover {
    background: #529ecc;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-vk:hover {
    background: #49739f;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-odnoklassniki:hover {
    background: #f58220;
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-whatsapp:hover {
    background: #4cda64;
}

#footer .copyright_row .copyright_row_wr .copyright {
text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    padding: 9px 0 17px;
}

#footer .copyright_row .copyright_row_wr .copyright a {
    color: #f39f1d ;
}

#footer .footer_widgets {
position: relative;
padding: 30px 0px 0px;
font-size: 14px;
color: #FFF;
}

#footer .footer_widgets .widget_title {
    margin-bottom: 40px;
font-weight: bold;
font-size: 17px;
}

#footer .widget_title {
    position: relative;
    color: #fff;
    opacity: 0.7;
    margin: 0 0 27px;
    font-weight: 600;
}

#footer .widget_title:before {
    display: none;
}

#footer .widget_mc4wp_form_widget .widget_title {
    margin-bottom: 28px;
}

#footer .widget_mc4wp_form_widget form.mc4wp-form {
    position: relative;
}

#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="email"] {
    width: 100%;
    display: block;
    border: none;
    font-size: 14px;
    padding: 11px 40px 11px 15px;
    outline: none !important;
    box-shadow: none !important;
}

#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="email"]:focus {
    border: 2px solid #f39f1d  !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 14px;
}

#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}

#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    background: none;
    color: #f39f1d ;
    outline: none !important;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#footer .widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label:hover {
    color: #273242;
}

#footer .widget_categories,
#footer .widget_archive,
#footer .widget_pages,
#footer .widget_meta,
#footer .widget_recent_comments,
#footer .widget_recent_entries,
#footer .widget_rss,
#footer .widget_nav_menu {
    position: relative;
    border: none;
    padding: 0;
}

#footer .widget_categories ul,
#footer .widget_archive ul,
#footer .widget_pages ul,
#footer .widget_meta ul,
#footer .widget_recent_comments ul,
#footer .widget_recent_entries ul,
#footer .widget_rss ul,
#footer .widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .widget_categories ul li,
#footer .widget_archive ul li,
#footer .widget_pages ul li,
#footer .widget_meta ul li,
#footer .widget_recent_comments ul li,
#footer .widget_recent_entries ul li,
#footer .widget_rss ul li,
#footer .widget_nav_menu ul li {
    position: relative;
    margin: 0 0 22px;
    padding: 0 15px 0 0;
    text-transform: none;
    line-height: 1;
}

#footer .widget_categories ul li:before,
#footer .widget_archive ul li:before,
#footer .widget_pages ul li:before,
#footer .widget_meta ul li:before,
#footer .widget_recent_comments ul li:before,
#footer .widget_recent_entries ul li:before,
#footer .widget_rss ul li:before,
#footer .widget_nav_menu ul li:before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 0;
    top: 0;
color: #f39f1d;
}

#footer .widget_categories ul li a,
#footer .widget_archive ul li a,
#footer .widget_pages ul li a,
#footer .widget_meta ul li a,
#footer .widget_recent_comments ul li a,
#footer .widget_recent_entries ul li a,
#footer .widget_rss ul li a,
#footer .widget_nav_menu ul li a {
    color: #fff;
    text-decoration: none !important;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .widget_categories ul li a:hover,
#footer .widget_archive ul li a:hover,
#footer .widget_pages ul li a:hover,
#footer .widget_meta ul li a:hover,
#footer .widget_recent_comments ul li a:hover,
#footer .widget_recent_entries ul li a:hover,
#footer .widget_rss ul li a:hover,
#footer .widget_nav_menu ul li a:hover {
    color: #fff;
}

#footer .widget_categories ul li.current_page_item a,
#footer .widget_archive ul li.current_page_item a,
#footer .widget_pages ul li.current_page_item a,
#footer .widget_meta ul li.current_page_item a,
#footer .widget_recent_comments ul li.current_page_item a,
#footer .widget_recent_entries ul li.current_page_item a,
#footer .widget_rss ul li.current_page_item a,
#footer .widget_nav_menu ul li.current_page_item a,
#footer .widget_categories ul li.current-menu-parent a,
#footer .widget_archive ul li.current-menu-parent a,
#footer .widget_pages ul li.current-menu-parent a,
#footer .widget_meta ul li.current-menu-parent a,
#footer .widget_recent_comments ul li.current-menu-parent a,
#footer .widget_recent_entries ul li.current-menu-parent a,
#footer .widget_rss ul li.current-menu-parent a,
#footer .widget_nav_menu ul li.current-menu-parent a {
    color: #fff;
}

#footer .widget_categories ul li ul.children,
#footer .widget_archive ul li ul.children,
#footer .widget_pages ul li ul.children,
#footer .widget_meta ul li ul.children,
#footer .widget_recent_comments ul li ul.children,
#footer .widget_recent_entries ul li ul.children,
#footer .widget_rss ul li ul.children,
#footer .widget_nav_menu ul li ul.children,
#footer .widget_categories ul li ul.sub-menu,
#footer .widget_archive ul li ul.sub-menu,
#footer .widget_pages ul li ul.sub-menu,
#footer .widget_meta ul li ul.sub-menu,
#footer .widget_recent_comments ul li ul.sub-menu,
#footer .widget_recent_entries ul li ul.sub-menu,
#footer .widget_rss ul li ul.sub-menu,
#footer .widget_nav_menu ul li ul.sub-menu {
    margin-top: 20px;
}

#footer .tp_recent_tweets {
    position: relative;
    float: none;
}

#footer .tp_recent_tweets ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .tp_recent_tweets ul li {
    position: relative;
    float: none;
    background: none;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
}

#footer .tp_recent_tweets ul li span {
    line-height: 20px;
}

#footer .tp_recent_tweets ul li a {
    font-weight: 400;
}

#footer .tp_recent_tweets ul li:before {
    content: "\f099";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, .5);
}

#footer .tp_recent_tweets ul li .twitter_time {
    position: relative;
    font-size: 11px;
    color: rgba(255, 255, 255, .4);
    text-decoration: none !important;
    padding-right: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .tp_recent_tweets ul li .twitter_time:before {
    content: '';
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    position: absolute;
    right: 0;
    top: 5px;
}

#footer .tp_recent_tweets ul li .twitter_time:hover {
    color: #fff;
}

#footer .widget_contacts {
    position: relative;
}

#footer .widget_contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .widget_contacts ul li {
    margin: 0 0 19px;text-transform: capitalize;
}

#footer .widget_contacts ul li:after {
    content: "";
    display: table;
    clear: both;
}

#footer .widget_contacts ul li .icon {
float: right;
text-align: center;
width: 16px;
margin-left: 14px;
color: #f39f1d;
font-size: 16px;
}

#footer .widget_contacts ul li .icon .stm-email {
    font-size: 12px;
    display: block;
    padding-top: 4px;
}

#footer .widget_contacts ul li .text {
    overflow: hidden;
    color: #fff;
}

#footer .widget_contacts ul li .text p {
line-height: 20px;
font-size: 15px;
margin: 0px;
direction: rtl;
}

#footer .widget_calendar .widget_title {
    margin-bottom: 25px;
}

#footer .widget_calendar #calendar_wrap table {
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
}

#footer .widget_calendar #calendar_wrap table caption {
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 15px;
}

#footer .widget_calendar #calendar_wrap table td,
#footer .widget_calendar #calendar_wrap table th {
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
}

#footer .widget_calendar #calendar_wrap table thead th {
    background: #f39f1d ;
    color: #fff;
}

#footer .widget_calendar #calendar_wrap table tbody {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

#footer .widget_calendar #calendar_wrap table tfoot #prev {
    text-align: right;
}

#footer .widget_calendar #calendar_wrap table tfoot #right {
    text-align: left;
}

#footer .widget_tag_cloud .tagcloud {
    font-size: 0;
}

#footer .widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 12px 8px;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid #f39f1d ;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin: 0 8px 10px 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .widget_tag_cloud .tagcloud a:hover {
    background: #f39f1d ;
    color: #fff;
}

.base_bg_color {
background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.secondary_bg_color {
    background-color: #f39f1d ;
}

.slider_line {
    border-color: #f39f1d  !important;
    background-color: #f39f1d  !important;
}

.bg_white_opacity_10 {
    background: rgba(244, 120, 36, .1);
}

.slider_text_bg {
    background-color: rgba(36, 38, 40, .65) !important;
}

.base_font_color {
    color: #273242;
}

.secondary_font_color {
    color: #f39f1d ;
}

.heading_without_line {
    text-transform: none;
}

.heading_without_line:before {
    display: none;
}

.convert_to_table {
    display: table;
}

.convert_to_table > .wpb_column {
    display: table-cell;
    vertical-align: top;
    float: none;
}

.convert_to_table.v_align > .wpb_column {
    vertical-align: middle;
}

@media only screen and (max-width:768px) {
    body .vc_row.reset-sm-paddings {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }
    body .vc_row.reset-sm-paddings > .wpb_column > .vc_column-inner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.page_404 {
    margin: 0 0 160px;
}

.page_404 .container {
    position: relative;
}

.page_404 .container .image_404 {
    position: absolute;
    left: 0;
    top: 0;
    width: 529px;
    height: 344px;
}

@media only screen and (max-width:1024px) {
    .top_bar_info_wr .top_bar_info li {
        padding: 5px 7px;
        font-size: 12px;
    }
    .top_bar_info_wr .top_bar_info_switcher .active {
        min-width: 200px;
    }
    .top_nav_wr .top_nav ul.top_nav_menu {
        margin: 0 20px;
    }
    body .vc_row.services_icons > .wpb_column {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media only screen and (max-width:768px) {
    #frontend_customizer {
        display: none;
    }
.top_bar_info,
    .top_search {
        display: none;
    }
    .top_nav_wr {
        position: relative;
        z-index: 10;
        min-height: auto;
    }
    .top_nav_wr .container {
        width: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .top_nav_wr .media,
    .top_nav_wr .media-body {
        overflow: inherit;
    }
    .top_nav_wr .top_nav {
        position: relative;
    }
    .top_nav_wr .top_nav #menu_toggle {
        position: absolute;
        left: 30px;
        top: 20px;
        margin: 0;
        cursor: pointer;
        width: 40px;
        height: 32px;
        display: block;
    }
    .top_nav_wr .top_nav #menu_toggle button {
        position: absolute;
        right: 10px;
        top: 50%;
        background: #f39f1d ;
        height: 2px;
        width: 20px;
        padding: 0;
        border: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        outline: none !important;
        margin: -1px 0 0;
    }
    .top_nav_wr .top_nav #menu_toggle button:before {
        content: '';
        position: absolute;
        right: 0;
        top: -7px;
        width: 20px;
        height: 2px;
        background: #f39f1d ;
        -webkit-transform-origin: 1.5px center;
        -moz-transform-origin: 1.5px center;
        -o-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .top_nav_wr .top_nav #menu_toggle button:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 20px;
        height: 2px;
        background: #f39f1d ;
        -webkit-transform-origin: 1.5px center;
        -moz-transform-origin: 1.5px center;
        -o-transform-origin: 1.5px center;
        transform-origin: 1.5px center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .top_nav_wr .top_nav #menu_toggle.open button {
        background: transparent;
    }
    .top_nav_wr .top_nav #menu_toggle.open button:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -moz-transform: rotate3d(0, 0, 1, -45deg);
        -o-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .top_nav_wr .top_nav #menu_toggle.open button:after {
        bottom: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -moz-transform: rotate3d(0, 0, 1, 45deg);
        -o-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .top_nav_wr .top_nav .logo {
        display: none;
    }
    .top_nav_wr .top_nav .mobile_logo {
        display: block;
    }

    .top_nav_wr .top_nav .mobile_logo a.logo_text {
        margin: 0 40px;
        padding-top: 35px;
        padding-bottom: 35px;
        white-space: nowrap;
        font-weight: 500;
        font-size: 20px;
        text-transform: uppercase;
        text-decoration: none !important;
    }
    .top_nav_wr .top_nav .mobile_logo a img {


    }
    .top_nav_wr .top_nav .top_nav_menu_wr {
        display: none;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr.active {
        display: block !important;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form {
        background: #f39f1d ;
        padding: 20px 20px 16px;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form:after {
        content: "";
        display: table;
        clear: both;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form p {
        float: right;
        width: 50%;
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form {
        width: 50%;
        overflow: hidden;
        position: relative;
        padding-right: 10px;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form .search_button {
        position: absolute;
        right: 10px;
        top: 0;
        background: #f39f1d ;
        font-size: 28px;
        width: 60px;
        height: 43px;
        padding-top: 6px;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form input[type="text"] {
        width: 100%;
        display: block;
        border: none;
        font-size: 14px;
        padding: 12px 74px 12px 50px;
        outline: none !important;
        box-shadow: none !important;direction: rtl;
        border: none !important;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form button {
        position: absolute;
        left: 0;
        top: 0;
        border: none;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        font-size: 13px;
        background: none;
        color: #f39f1d ;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease; z-index: 555555555555555;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form button:hover {
        color: #273242;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu {
        padding: 0;background: #fff;
        margin: 0;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu:after {
        content: "";
        display: table;
        clear: both;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        border-top: 1px solid #ddd;
        text-align: right;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li a {
        display: block;
        padding: 16px 20px 17px;
        color: #333;text-transform: capitalize;
        text-decoration: none !important;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
        background: #273242;
        border-top: 4px solid #f39f1d ;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li {
        padding: 0;
        float: none;
        font-size: 13px;
        font-weight: 500;
        border-top: 1px solid rgba(255, 255, 255, .25);
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li:first-child {
        border-top: none;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li.active > a {
        background: #f39f1d ;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li a {
        color: #fff;
        display: block;
        padding: 18px 20px 18px 50px;
        text-decoration: none !important;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li ul {
        border-top: 1px solid rgba(255, 255, 255, .25);
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu li ul li ul li a {
        padding-right: 80px;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr ul.top_mobile_menu #stm_magic_line {
        display: none;
    }
    .convert_to_table > .wpb_column {
        display: block;
        float: right;
    }
    .breadcrumbs {
        margin-bottom: 40px;
    }
    .staff_list.grid > ul > li {
        width: 50%;
    }
    .stm_gallery_wr .stm_gallery .row .item {
        width: 33%;
    }
    .stm_icon {
        text-align: center;
    }
    .page_404 {
        margin-bottom: 60px;
    }
    .page_404 .container .image_404 {
        width: 389px;
        height: 254px;
        background-size: contain;
    }
    body.header_style_4 .top_nav_wr .logo a {
        margin-right: 20px;
    }
    body.header_style_4 .top_nav_wr .top_nav {
        border-bottom: none;
    }
}

@media only screen and (max-width:667px) {
    .vc_news .news_list li .news_thumbnail {
        height: 240px;
        overflow: hidden;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form {
        padding-bottom: 28px;direction: rtl;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form p {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form {
        width: auto;
        float: none;
        padding-right: 0;
    }
    .top_nav_wr .top_nav .top_mobile_menu_wr .mobile_search_form form .search_button {
        right: 0;
    }
    .vc_services .owl-dots {
        position: relative;
        margin: 0 0 30px;
        text-align: center;
    }
    .vc_services .owl-dots:after {
        content: "";
        display: table;
        clear: both;
    }
    .vc_services .owl-dots .owl-dot {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .stm_counter {
        text-align: center;
        padding-right: 20px;
    }
    body .vc_general.vc_cta3 {
        text-align: center;
        padding: 55px 0;
    }
    body .vc_general.vc_cta3.vc_cta3-actions-left .vc_cta3-content {
        width: auto;
    }
    body .vc_general.vc_cta3 h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    .vc_testimonials .vc_testimonials_carousel {
        margin-bottom: 20px;
    }
    .vc_news .news_list li .news_thumbnail {
        float: none;
        margin: -1px -1px 0 -1px;
    }
    .vc_news .news_list li .news_thumbnail img {
        display: block;
        width: 100%;
        height: auto;
    }
    .stm_icon {
        text-align: center;
    }
    .vc_image_carousel_wr {
        margin: 0 -20px;
    }
    .vc_image_carousel_wr .vc_image_carousel .owl-item .item {
        text-align: center;
        padding: 0 20px;
    }
    .stm_gmap_wrapper .gmap_addresses .addresses .item {
        border-left-color: transparent;
    }
    #footer .copyright_row .copyright_row_wr .socials {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    #footer .copyright_row .copyright_row_wr .socials:after {
        content: "";
        display: table;
        clear: both;
    }
    #footer .copyright_row .copyright_row_wr .socials ul {
        float: none;
        text-align: center;
    }
    #footer .copyright_row .copyright_row_wr .socials ul li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 4px 8px;
    }
    #footer .copyright_row .copyright_row_wr .copyright {
        width: auto;
        float: none;
        text-align: center;
        line-height: 17px;
    }
    .top_nav_wr .top_nav #menu_toggle {
        left: 15px;
    }
    .vc_services_grid .item {
        width: 100%;
    }
    .blog_grid > article {
        width: 100%;
    }
    .post_details_wr .post_date {
        display: none;
    }
    .post_details_wr .post_details {
        padding: 15px 10px;
    }
    .post_details_wr .post_details > div.posted_by {
        float: none;
        padding-left: 0;
        margin: 0 0 15px;
    }
    .post_details_wr .post_details > div.categories {
        float: none;
        max-width: inherit;
        margin: 0 0 15px;
    }
    .post_details_wr .post_details > div.comments {
        float: none;
        margin: 0;
    }
    blockquote {
        padding-right: 30px;
        margin-right: 12px;
    }
    .post_bottom_wr .media-body,
    .vacancy_bottom .media-body {
        display: block;
        width: auto;
        margin: 0 0 30px;
    }
    .post_bottom_wr .media-left,
    .vacancy_bottom .media-left {
        display: block;
        width: auto;
    }
    .breadcrumbs {
        margin-bottom: 30px;
        line-height: 17px;
    }
    .staff_list.grid > ul > li {
        width: 100%;
    }
    .vacancy_table_wr .vacancy_table thead th {
        text-transform: none;
        padding: 15px 5px;
    }
    .vacancy_table_wr .vacancy_table thead th.location {
        display: none;
    }
    .vacancy_table_wr .vacancy_table thead th:after {
        display: none !important;
    }
    .vacancy_table_wr .vacancy_table tbody td {
        padding: 15px 5px;
        font-size: 13px;
    }
    .vacancy_table_wr .vacancy_table tbody td.location {
        display: none;
    }
    .vc_testimonials.style_2 {
        padding: 40px 0;
    }
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
        padding-right: 20px;
        padding-left: 20px;
    }
    .about_vacantion .info {
        display: block;
        margin: 0 0 20px;
    }
    .about_vacantion .info:last-child {
        margin: 0;
    }
    .stm_gallery_wr .stm_gallery .row .item {
        width: 50%;
        padding: 0 !important;
        margin: 0 !important;
    }
    .stm_gallery_wr .stm_gallery_nav_wr .media-left {
        display: none;
    }
    .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul {
        text-align: center;
    }
    .stm_gallery_wr .stm_gallery_nav_wr .stm_gallery_nav ul li {
        float: none;
        margin: 0 0 20px;
    }
    .page_404 .container .image_404 {
        display: none;
    }
    .stm_post_comments .comment-list li .children {
        padding-right: 20px;
    }
    .stm_post_comments .comment-list li > .comment-body .comment-author {
        width: 60px;
        margin-left: 14px;
    }
    .stm_post_comments .comment-list li > .comment-body .comment-author img {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta cite {
        float: none;
        margin: 0 0 10px;
        display: block;
    }
    .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-date {
        display: block;
        float: none;
        margin: 0 0 10px;
    }
    .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-reply-link,
    .stm_post_comments .comment-list li > .comment-body .comment-body .comment-meta .comment-edit-link {
        opacity: 1;
        float: none;
        margin: 0 20px 10px 0;
    }
    .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials {
        opacity: 1 !important;
        text-align: center;
        right: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        width: 100%;
    }
    .staff_list.grid > ul > li .staff_wr .staff_image .staff_socials li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 2px 5px;
    }
    .staff_list.grid > ul > li .staff_wr .staff_info {
        height: inherit;
    }
    .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr {
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
    }
    .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_name_position {
        opacity: 1 !important;
    }
    .staff_list.grid > ul > li .staff_wr .staff_info .staff_info_wr .staff_phone_email {
        opacity: 1 !important;
    }
    .staff_list.list > ul > li .staff_image {
        float: none;
        margin: -1px -1px 0 -1px;
    }
    .staff_list.list > ul > li .staff_info .staff_socials {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        text-align: center;
    }
    .staff_list.list > ul > li .staff_info .staff_socials li {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px 5px;
    }
}




.wpb_text_column ul li ol,
.comment-body ul li ol,
.wpb_text_column ul li ul,
.comment-body ul li ul {
    margin-top: 12px;
}

.wpb_text_column ul.style_2 li,
.comment-body ul.style_2 li {
    padding-right: 25px;
}

.wpb_text_column ul.style_2 li:before,
.comment-body ul.style_2 li:before {
    content: '';
    top: 12px;
    width: 10px;
    height: 1px;
    background: #f39f1d ;
}

.wpb_text_column ul.style_3 li,
.comment-body ul.style_3 li {
    padding-right: 30px;
font-family: "Riyadhcity" !important;
}

.wpb_text_column ul.style_3 li:before,
.comment-body ul.style_3 li:before {
    content: "\e93f";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 8px;
    right: 0;
    font-size: 10px;
}

.wpb_text_column table,
.comment-body table {
    width: 100%;
    margin: 0 0 40px;
}

.wpb_text_column table td,
.comment-body table td,
.wpb_text_column table th,
.comment-body table th {
    padding: 10px;
    border: 1px solid #e6e6e6;
}

.wpb_text_column dl,
.comment-body dl {
    margin: 0 0 40px;
}

.wpb_text_column dl dd,
.comment-body dl dd {
    margin: 0 0 10px;
}

.wpb_text_column embed,
.comment-body embed,
.wpb_text_column iframe,
.comment-body iframe {
    max-width: 100%;
}






ul.style_33 li,
ul.style_33 li {
    padding-right: 30px;
font-family: "Riyadhcity" !important;
position: relative;
list-style: none;
line-height: 30px;
}

ul.style_33 li:before,
ul.style_33 li:before {
    content: "\e93f";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 8px;
    right: 0;
    font-size: 10px;
position: absolute;
    color: #f39f1d ;
}


.choose ul.style_33 li {
width: 50%;
float: right;
}



.mmap {
width: 100%;
margin: 40px 0;
}



.first {
width: 100%;
background: #efefef;
display: inline-block;
padding:2px 4px;
}




/*****************************/


/******************************/


/***************/

.cardHolder {
    padding: 10px;
    border: 1px solid #dedede;
margin-bottom: 20px;
}

.cardHolder:after {
    content: "";
    display: table;
    clear: both
}

.cardHolder .card {
    width: 100%
}

.cardHolder .card:after {
    content: "";
    display: table;
    clear: both
}

.cardHolder .card .card-image .item .col-md-12 {
    min-height: 183px;
    position: relative
}

.cardHolder .card .card-image .item .col-md-12:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.cardHolder .card .card-image .item .col-md-12>img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto
}

.cardHolder .card .card-image .carousel-control.left,
.cardHolder .card .card-image .carousel-control.right {
    background-image: none;
    color: #333;
    font-size: 25px
}

.cardHolder .card .card-image .carousel-control {
    top: auto;
    bottom: 0;
    width: 5%;
    text-shadow: none
}

.cardHolder .card .card-image img {
    margin: auto;
width:100%;
height:100%;
}

.cardHolder .card .cardType {
    margin-top: 10px
}

.cardHolder .card .cardType:after {
    content: "";
    display: table;
    clear: both
}

.cardHolder .card .cardType .cardFix {
    display: inline-block;
    margin-left: 10px
}

.cardHolder .card .cardType .brand img {
    width: 100%;
}

.cardHolder .card .cardType .brand {
    max-width: 62px;
    margin: 13px 0
}

.cardHolder .card .cardType .price span {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
float:right;

}

.cardHolder .card .cardType .price h4 {
    color: #65ba08;
    font-weight: 700;
    margin: 0;
font-size:15px;float:right;
margin-right:5px;
direction: rtl;
}

.cardHolder .card .card-details .cardPlace {
    margin: 0 0 2px;
    font-size: 12px;
margin-right:20px;
}

.cardHolder .card .card-details .cardTitle {
    margin: 0;
    font: 700 18px/1.3 avenir, sans-serif;
    overflow: hidden;
    position: relative;
    line-height: 1.3em;
    max-height: 1.3em;
    padding-right: 1em
}

.cardHolder .card .card-details .cardPower li {
    display: inline-block
}

.cardHolder .card .card-details .cardPower li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: normal;
}

.cardHolder .card .card-details .cardPower li a:before {
    content: "-";
    padding: 0 3px;
    color: #333
}

.cardHolder .card .card-details .cardPower li a:hover {
    color: #1fbd66;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cardHolder .card .card-details .cardPower li:first-child a:before {
    content: none
}

.cardHolder .card .card-details .cardPower li.extraFeature h5 {
    border-left: 1px solid #333;
    padding-left: 8px;
    margin-left: 5px
}

.cardHolder .card .card-details .feature {
    overflow: hidden;
    position: relative;
    line-height: 17px;
    max-height: 34px;
    padding-right: 1em
}

.cardHolder .card .card-details .feature li {
    display: inline;
    color: #1fbd66;
    font-size: 12px;
    font-weight: 700
}

.cardHolder .card .card-details .feature li:before {
    content: "\F111";
    font-family: fontawesome;
    padding: 5px;
    position: relative;
    font-size: 5px;
    bottom: 2px
}

.cardHolder .card .card-details .description {
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
height: 135px;
overflow: hidden;
margin-bottom: 15px;

}

.cardHolder .card .card-details .avilabilty {
    color: #65ba08;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 10px;
}

.cardHolder .card .btnHolder .btn {
    width: 50%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #65ba08;
    color: #fff;
    line-height: 20px;
    border: 2px solid #65ba08;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cardHolder .card .btnHolder .btn:hover {
    color: #fff;
    background: #f39f1d;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid #f39f1d;
}

.cardHolder .card .btnHolder .btn:first-child {
    width: 49%;
    border: 2px solid #65ba08;
    color: #65ba08;
    background: none;
float:right;
margin-left: 3px;
}

.cardHolder .card .btnHolder .btn:first-child:hover {
    color: #fff;
    background: #f39f1d;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid #f39f1d;
}

.cardHolder .card .col-md-12 {
    width: 100%
}


/***********/

.list-view .col-md-4 {
    width: 100%
}

.list-view .col-md-4 .cardHolder:after {
    content: "";
    display: table;
    clear: both
}

.list-view .col-md-4 .cardHolder .card .card-image {
    width: 38%;
    float: right
}

.list-view .col-md-4 .cardHolder .card .cardType {
    margin-top: 0
}

.list-view .col-md-4 .cardHolder .card .card-details {
    float: left;
    width: 59%;
padding-top: 20px;
padding-left: 20px;
}

.list-view .col-md-4 .cardHolder .card .item .col-md-3 {
    min-height: 283px
}


ul.cardPower {
padding:0;
margin:0;
}




#footer #text-2 {
height: 100px;
overflow: hidden;
}


#footer #text-2 p,
#footer #text-2 strong { 

font-weight: normal;
}




/****************************************/


/******************************************
29. products view
******************************************/

.large-image img {
    max-width: 100%;
    height: auto
}

.product-view-area .product-img-box .product-image {
    margin: 0 0 13px;
    position: relative;
    overflow: hidden width: 100% !important;
}

.magnifier img {
    max-width: inherit
}

.product-big-image {
    position: relative;
    overflow: hidden;
    padding: 0px;
float: right;
}

@media (max-width:480px) {
    .product-big-image {
        border-right: none
    }
}

@media (max-width:480px) {
    .magnifier {
        left: 15px !important
    }
}

.product-view-area {
    margin: auto;
    position: relative;
    z-index: 0;
    margin: 10px 15px;
    background: #fff;
    border: 1px #e5e5e5 solid;
    display: inline-block;
    padding: 22px 22px 0px;
    width: 100%;
}

@media (max-width:480px) {
    .product-view-area {
        width: 90%;
        padding: 15px 15px 0;
    }
}

.product-view-area .flexslider-thumb {
    max-width: 455px;
    padding: 22px 62px;
    position: relative;
    border-top: 1px #e5e5e5 solid
}

@media (max-width:479px) {
    .product-view-area .flexslider-thumb {
        padding: 22px 32px;
        border-bottom: 1px #e5e5e5 solid
    }
}

@media (max-width:767px) {
    .product-view-area .flexslider-thumb {
        padding: 22px 18px;
        border-bottom: 1px #e5e5e5 solid
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product-view-area .flexslider-thumb {
        padding: 22px 35px;
        border-bottom: 1px #e5e5e5 solid
    }
}

.product-view-area-compact .flexslider-thumb {
    margin: 17px auto 0
}

.product-view-area .flexslider-thumb .flex-viewport {
    z-index: 10
}

.product-view-area .flexslider-thumb .flex-direction-nav {
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 100
}

.product-view-area .flexslider-thumb .flex-prev {
    position: absolute;
    left: 20px;
    top: 8px;
    border: 1px #e5e5e5 solid;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

@media (max-width:768px) {
    .product-view-area .flexslider-thumb .flex-prev {
        left: 0
    }
}

.product-view-area .flexslider-thumb .flex-direction-nav a:hover {
    background-color: #1fbd66;
    color: #333e48;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

.product-view-area .flexslider-thumb .flex-next {
    position: absolute;
    right: 20px;
    top: 8px;
    border: 1px #e5e5e5 solid;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    font-size: 11px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}

@media (max-width:480px) {
    .product-view-area .flexslider-thumb .flex-next {
        right: 0
    }
}

@media (max-width:768px) {
    .product-view-area .flexslider-thumb .flex-next {
        right: 0px
    }
}

.product-view-area .flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none;
    border: 1px #e5e5e5 solid;
    padding: 2px
}

.product-view-area .previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center
}

.product-view-area .previews-list li {
    margin-right: 15px;
    padding: 0;
    float: none;
    display: inline-block
}

.product-view-area .flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1
}

.product-view-area .flexslider-thumb-vertical .flex-viewport {
    height: 300px !important
}

.product-view-area .flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none
}

.product-view-area .flexslider-thumb-vertical .slides li {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.product-view-area .flexslider-thumb-vertical .slides li img {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    -moz-user-select: none
}

.flex-direction-nav,
.slider-controls {
    -webkit-transform: translate3d(0, 0, 0)
}

.product-view-area li {
    list-style: none
}

.product-color-size-area {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px
}

.product-color-size-area .color-area {
    display: inline-block;
    width: 40%;
    float: left;
    margin-right: 18px
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .product-color-size-area .color-area {
        width: 42%
    }
}

@media (max-width:480px) {
    .product-view-area .color ul li,
    .product-view-area .size li {
        margin-bottom: 5px
    }
    .product-color-size-area .color-area {
        margin-right: 0px;
        width: 100%;
    }
}

.product-color-size-area .size-area {
    display: inline-block;
    width: 40%
}

@media (max-width:768px) {
    .product-color-size-area .size-area {
        width: 52%
    }
}

.product-view-area .product-details-area {
    margin-top: 0;
    z-index: -9;
   padding: 0px 22px 20px 0;
}

@media (max-width:768px) {
    .product-view-area .product-details-area {
        padding: 12px 0px 0px 0px
    }
}

.product-view-area .product-name h1 {
    font-size: 20px;
    margin: 0 0 18px;
    text-align: right;
    line-height: normal;
    padding-bottom: 4px;
    letter-spacing: normal;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5
}

@media (max-width:480px) {
    .product-view-area .product-name h1 {
        font-size: 24px
    }
}

.product-view-area .short-description {
    font-size: 13px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 15px
}

.product-view-area .short-description h2 {
    font-size: 15px;
    text-transform: uppercase;
    color: #333e48;
    margin-bottom: 5px;
    font-weight: bold
}

.product-view-area .short-description p {
    font-size: auto
}

.product-view-area .product-details-area .ratings {
    padding: 5px 0 0;
    margin: auto
}

.product-view-area .product-details-area .ratings .rating {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px
}

.product-view-area .product-details-area .ratings .rating i {
    font-size: 15px
}

.product-view-area .product-details-area .ratings .rating-links {
    margin-bottom: 12px;
    display: inline-block
}

@media (max-width:768px) {
    .product-view-area .product-details-area .ratings .rating-links {
        display: none
    }
}

.availability.in-stock span {
    color: #fff;
    background-color: #5cb85c;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold
}

.availability.out-of-stock span {
    color: #fff;
    background-color: #d9534f;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold
}

.product-view-area .product-details-area .price-box {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5
}

.product-view-area .product-details-area .price-box .old-price {
    margin-right: 5px;
    margin-top: 0;
    display: inline-block
}

.product-view-area .product-details-area .special-price {
    display: inline-block;
    margin: 0;
    padding: 0
}

.product-view-area .product-details-area .old-price .price {
    font-size: 20px;
    font-weight: normal;
    color: #ccc;
    margin-left: 10px
}

.product-view-area .product-details-area .price {
    font-size: 28px;
    color: #1fbd66;
    font-weight: bold
}

.cart-plus-minus .qty {
    border: 1px solid #e0e0e0;
    color: #333e48;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    margin-right: 0;
    padding: 0 5px 1px;
    text-align: center;
    width: 65px
}

.dec.qtybutton {
    background-color: #e5e5e5;
    border: 1px #ddd solid;
    border-right: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #333e48;
    font-size: 14px;
    line-height: normal;
    padding: 12px 14px 9px 16px;
    line-height: 18px;
    display: inline-block;
    border-radius: 50px 0 0 50px;
    height: 40px;
    float: left;
    cursor: pointer
}

.dec.qtybutton:hover,
.inc.qtybutton:hover {
    background-color: #0083c1;
    color: #fff
}

.inc.qtybutton {
    background-color: #e5e5e5;
    border: 1px #ddd solid;
    border-left: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #333e48;
    font-size: 14px;
    line-height: normal;
    padding: 12px 14px 9px 16px;
    line-height: 18px;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    height: 40px;
    float: left;
    cursor: pointer
}

.cart-plus-minus label {
    display: inline-block;
    float: right;
    margin-top: 10px;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px
}

@media (min-width:768px) and (max-width:991px) {
    .cart-plus-minus label {
        display: none
    }
}

.cart-plus-minus {
    display: inline-block;
    float: right;
    margin-left: 18px
}

@media (max-width:480px) {
    .cart-plus-minus {
        margin-right: 0px;
        margin-bottom: 8px
    }
}

.product-variation {
    display: inline-block;
    width: 100%;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    padding: 15px 0px;
    margin-bottom: 15px
}

.numbers-row {
    float: left
}

.pro-add-to-cart {
    float: left
}

button.button.pro-add-to-cart {
    background: #1fbd66;
    color: #333e48;
    padding: 7px 22px;
    border: 2px #1fbd66 solid;
}

button.button.pro-add-to-cart:hover {
    background: #333e48;
    border: 2px #333e48 solid;
    color: #fff;
}

button.button.pro-add-to-cart span {
    font-size: 16px
}

button.button.pro-add-to-cart span i {
    margin-right: 10px;
position: relative;

left: auto;

right: auto;

display: inline-block;
}

.email-addto-box {
    display: inline-block;
    margin-top: 30px
}

.product-cart-option ul {
    margin: auto;
    display: inline-block
}

.product-cart-option ul li {
    border-right: 1px solid #e5e5e5;
    float: left;
    margin-right: 15px;
    padding-right: 15px
}

@media (max-width:480px) {
    .product-cart-option ul li {
        border-right: none;
        margin-right: 0px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product-cart-option ul li {
        margin-right: 6px;
        padding-right: 6px
    }
}

.product-cart-option ul li a {
    color: #636363;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.product-cart-option ul li a:hover,
.product-cart-option ul li a:hover i {
    color: #0083c1
}

.product-cart-option ul li:last-child {
    border: none
}

.product-cart-option ul li a i {
    color: #bbb;
    font-size: 14px;
    margin-right: 8px
}

.product-cart-option ul li a i.fa.fa-heart {
    font-size: 12px
}

.product-overview-tab {
    margin-top: 18px;
    margin-bottom: 15px;
}

.product-tab-inner {
    border: 1px solid #e5e5e5;
    padding: 22px;
    background-color: #fff;
}

div.stars {
    width: 100%;
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: a;
    padding-right: 4px;
    font-size: 13px;
    color: #444;
    transition: all .2s;
    margin-top: 5px;
    cursor: pointer;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #0ca2a3;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #0ca2a3;
}

input.star-1:checked ~ label.star:before {
    color: #0ca2a3;
}

label.star:hover {
    transform: scale(1.2);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}









@media (max-width: 767px) { 
.list-view .col-md-4 .cardHolder .card .card-details, .list-view .col-md-4 .cardHolder .card .card-image {
    width: 100%;
}

.list-view .col-md-4 .cardHolder .card .card-details {
padding:0;
}

#footer .footer_widgets {
padding-top:0;
}


.product-view-area {  width: auto !important;}


}



@media (max-width: 548px) {

.cardHolder .card .card-details .feature 
{
display:none;
}


.cardHolder .price {
width: 100%;
margin-top: 30px;
}


  }



.img-log img {
max-width:280px;
}

#myCarousel h1 {
    position: relative;
}

#myCarousel h1:before {
content: '';
border-bottom: 3px solid #1fbd66;
width: 50px;
display: block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;

bottom: -20px;
position: absolute;

}


.in-cli {
display: grid;
align-items: center;height: 110px;
background: #fff;padding: 10px;
}



.abo-img {
width: 75%;
height: 235px;
margin: 0 auto;
display: block;
margin-bottom: 20px;
}








/*


.vc_services_carousel 

*/


.item_wr .content {
padding:15px;
 background: rgb(235,235,238);
background: linear-gradient(0deg, rgba(235,235,238,1) 0%, rgba(253,255,253,1) 100%);
}



.item_wr {
position: relative;}

.item .item_wr {
position: relative;
margin-bottom: 25px;
padding-bottom: 25px;
}


.tr-time {
position: absolute;

top: 0;

right: 0;

background: #f39f1d;

padding: 4px 8px;

color: #fff;

}



.item_thumbnail {
position: relative;
overflow: hidden;
}

.item_wr img { 
transition: all ease-in-out 0.4s;max-width: 100%;

}

/*
.item_wr:hover img {
transform: scale(1.1);
}
*/


.vc_custom_1450269319951 {
background: url(../images/bgg.jpg);
background-attachment: fixed;
position: relative;
display: inline-block;
}

.vc_custom_1450269319951:after {
content: "";
position: absolute;
top: 0;

    display: inline-block !important;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}



.vc_column_container {
position: relative;
z-index: 2;
}




















.vc_column_container {
position: relative;
z-index: 2;
}





.welcome-section-top {
    padding: 40px 0;
    padding-bottom: 0;
}







/*welcome section*/

.img-colarge-new {
    position: relative;
    height: 100%;
    margin-bottom: 80px;
}

.colarge-1-new {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}

.colarge-1-new img {
width:100%;
}

.colarge-1-new:before {
    position: absolute;
    border: 10px solid #cfe1e5;
    content: "";
    width: 60%;
    z-index: -1;
    left: -40px;
    top: -40px;
    bottom: -40px;
}

.welcom-to-section-new {
    padding-top: 40px;
    text-align: right;
}

.welcom-to-section-new p {
    margin-bottom: 50px;
    line-height: 28px;
}


.welcom-to-section-bottom {
display: inline-block;

margin: 20px 0;
}

@media only screen and (max-width: 991px) {
    .img-colarge-new .colarge-1-new img {
        width: 100%;
    }
    .welcom-to-section-new {
        padding-top: 0px;
    }
    .welcom-to-section-new p {
        margin-bottom: 0;font-size: 14px;
    }
}

.welcom-to-section-new .wt-small-separator div {
    text-align: right;
    font-size: 24px;
    line-height: 40px;
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.15em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-bottom: 25px;
}

.welcom-to-section-new .wt-small-separator {
    display: inline-block;

    width: 100%;

    text-align: right;
}






.sec-btn {

    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff !important;
    height: 45px;    line-height: 45px;
    background-color: #f1a01e;
    display: inline-block;
    padding: 0 45px;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    position: relative;
    z-index: 1;border: 0;
}

.sec-btn:hover {
    box-shadow: 0px 10px 24px 0px rgb(5,13,54,0.2)
}

.sec-btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #1c406f;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-btn:hover::before {
    width: 100%;
    height: 100%;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}






.base_bg_color {
    background-color: #273242;
    padding: 40px 0;
        padding-bottom: 40px;
    padding-bottom: 50px;
}





.ser-sections {
background-image: url(../images/bg-pattern-1.png);
background-color: #f0f3fb;
padding: 40px 0 20px;
}



.sec-title {

    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
text-align: center;

}

.sec-title h2{
	position: relative;
	display: block;
	font-size:22px;
	line-height: 1.15em;
	color: #222222;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title.hydro-theme h2{
	color: #1c2562;
}

.sec-title .bottom-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.sec-title.centered .bottom-dots{
	left: 50%;
	margin-left: -25px;
}

.sec-title .bottom-dots .dot{
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #406fe6;
	margin-right: 3px;
}

.sec-title.bio-theme .bottom-dots .dot{
	border-right-color: #f1a01e;
}

.sec-title.hydro-theme .bottom-dots .dot{
	border-right-color: #f39f1d;
}

.sec-title .bottom-dots .line-dot{
	border-right: 40px solid #406fe6;
}

.sec-title.fuel-theme .bottom-dots .dot{
	border-right-color: #0a394d;
}




/*--------------------------------------------------------------
## Call To Action
--------------------------------------------------------------*/
.feature-home {

background: url("../images/bg-image-5.jpg");
background-size: cover;
position: relative;
background-attachment: fixed;
background-position: center center;


}

.feature-home .align-items-center {
    display: flex;
    align-items: center;
}

.feature-home .section-worker img {
max-width: 100%;

height: auto;
}

.feature-home:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
}


.cta-home {
padding: 0;

}

.cta-box {
  padding:60px;
  color: #fff; 
  margin: 0;
  background-size: cover;
}
.cta-box .row, .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-self-center {
  -ms-flex-item-align: center; 
  align-self: center;
}
.cta-box h3 {
  color: #ffffff;
  margin-bottom: 16px;
}
.cta-box .btn:first-child {
  margin-left: 10px;
}
.cta-box .btn:last-child {
  margin-left: 0;
}

.btn.btn-download {
  padding-left: 82px;
}
.career-download a{
  position: relative;
}
.i-btn {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -1px;
  margin-top: -1px; 
  display:block;
  max-width: 60px;
  font-size: 26px;
  line-height: 28px;
  padding: 15px 20px;
  color: #fff;
  background-color: #d72727;
  border:1px solid #d72727;
}

.career-box{
  padding:60px;
  background-color: #f2f4f6;
  margin-bottom: 30px;
}
.career-box h2 {
  margin-bottom: 50px;
}
.career-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}







/*
* 14. blog style
*/
.blog-one {

  padding: 30px 0 20px;

background-color: #f1f6fb;


}

.gallery-one__image {
background-color: #f1f6fb;
padding:10px;box-shadow: 2px 4px 8px #dddddd80;
}
.blog-one__single {
  margin-bottom: 30px;
background: #fff;
border-radius: 7px;
overflow: hidden;
box-shadow: 1px 6px 15px #dddddd80;
}

.blog-one__content {
padding: 15px 20px;
}

.blog-one__image {
  position: relative;
  overflow: hidden;border-radius: 6px 6px 0 0;
}

.blog-one__image a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;height: 250px;
height: 350px !important;
}

.blog-one__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
opacity:0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity .4s ease;
  transition: all .4s ease;
}

.blog-one__image-hover a {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  background-color: #fff;
  color: #255275;
  font-size: 23px;
  line-height: 47px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.blog-one__image-hover a:hover {
  background-color: #30475e;
  color: #fff;
}

.blog-one__date {
  display: inline-block;
  vertical-align: middle;
  background-color: #30475e;
  font-size: 16px;
  color: #fff;
  	
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 13px 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;

border-radius: 25px;


}

.blog-one__date-number {
font-size: 17px;
font-weight: normal;
display: block;
direction: rtl;
}

.blog-one__title {
font-size: 16px;

line-height: 26px;



font-weight: bold;

margin: 0;

height: 54px;

overflow: hidden;

}

.blog-one__title a {
  color: #30475e;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;text-transform: capitalize;
}

.blog-one__title a:hover {
  color: #30475e;
}

.blog-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #6d7a8c;
  margin-top: 10px;
  margin-bottom: 10px;
height: 80px;

overflow: hidden;
}

.blog-one__link {
  display: inline-block;
  vertical-align: middle;
  color: #30475e;
  	
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #30475e;
}

.blog-one__link:hover {
  color: #2982f2;
  border-color: #2982f2;
}


.blog-one__image > img {
transition:all ease-in-out 0.4s;
}

.blog-one__single:hover .blog-one__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-one__single:hover .blog-one__image-hover {
opacity:1;
}


.blog-two {
  padding: 40px 0 0;
}

@media (min-width: 992px) {
  .blog-two__single {
    margin-right: 30px;
  }
}

.blog-two__single + .blog-two__single {
  margin-top: 80px;
}

.blog-two__image {
  position: relative;
  overflow: hidden;
}

.blog-two__image > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-two__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 160, 186, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.blog-two__image-hover a {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  background-color: #fff;
  color: #30475e;
  font-size: 23px;
  line-height: 47px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.blog-two__image-hover a:hover {
  background-color: #30475e;
  color: #fff;
}

.blog-two__date {
     display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    font-size: 17px;
    color: #999;
    
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    padding: 5px 15px;
    z-index: 10;
    margin-left: 15px;
position: absolute;
right: 0;
top: 0;
background: #30475e;
color: #fff;
}

.blog-two__single:hover .blog-two__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-two__single:hover .blog-two__image-hover {
  opacity: 1;
}


.blog-two__meta {
  margin: 0;
  padding: 24px 0;
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.blog-two__meta-item + .blog-two__meta-item {
  margin-left: 28px;
}

.blog-two__meta-link {
  color: #B8B8B8;
  font-size: 15px;
  font-weight: 500;
  	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__meta-link i {
  font-size: 16px;
  color: #9A9EA5;
  margin-right: 15px;
}

.blog-two__meta-link i.fa-tag {
  font-size: 17px;
}

.blog-two__meta-link i.fa-comments-o {
  font-size: 18px;
}

.blog-two__meta-link:hover {
  color: #30475e;
}

.blog-two__sub-title, .blog-two__title {
  margin: 0;
  color: #30475e;
  font-size: 26px;
  	
}

.blog-two__sub-title a, .blog-two__title a {
  color: #30475e;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__sub-title a:hover, .blog-two__title a:hover {
  color: #30475e;
}

.blog-two__sub-title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 15px;
}

.blog-two__text {
  font-size: 16px;
  line-height: 28px;
  color: #797979;
  margin: 0;
  margin-top: 10px;
}

.blog-two__btn {
  border-style: solid;
  border-width: 1px;
  border-color: #e43838;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  	
  font-size: 14px;
  font-weight: 500;
  color: #30475e;
  padding: 6px 29px;
  margin-top: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__btn:hover {
  background-color: #30475e;
  color: #fff;
}
.base_bg_color {
    background-color: #273242;
    padding: 40px 0;
        padding-bottom: 40px;
    padding-bottom: 50px;
}




.ser-sections {
background-image: url(../images/bg-pattern-1.png);
background-color: #f0f3fb;
padding: 40px 0 20px;
}



.sec-title {

    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
text-align: center;

}

.sec-title h2{
	position: relative;
	display: block;
	font-size:22px;
	line-height: 1.15em;
	color: #222222;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title.hydro-theme h2{
	color: #1c2562;
}

.sec-title .bottom-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.sec-title.centered .bottom-dots{
	left: 50%;
	margin-left: -25px;
}

.sec-title .bottom-dots .dot{
	position: relative;
	display: block;
	float: left;
	width: 3px;
	height: 3px;
	border-right: 3px solid #406fe6;
	margin-right: 3px;
}

.sec-title.bio-theme .bottom-dots .dot{
	border-right-color: #f1a01e;
}

.sec-title.hydro-theme .bottom-dots .dot{
	border-right-color: #f39f1d;
}

.sec-title .bottom-dots .line-dot{
	border-right: 40px solid #406fe6;
}

.sec-title.fuel-theme .bottom-dots .dot{
	border-right-color: #0a394d;
}




/*--------------------------------------------------------------
## Call To Action
--------------------------------------------------------------*/
.feature-home {

background: url("../images/bg-cta-2.jpg");
background-size: cover;position: relative;


}

.feature-home .align-items-center {
    display: flex;
    align-items: center;
}

.feature-home .section-worker img {
max-width: 100%;

height: auto;
}

.feature-home:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
}


.cta-home {
padding: 0;

}

.cta-box {
  padding:60px;
  color: #fff; 
  margin: 0;
  background-size: cover;
}
.cta-box .row, .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-self-center {
  -ms-flex-item-align: center; 
  align-self: center;
}
.cta-box h3 {
  color: #ffffff;
  margin-bottom: 16px;
}
.cta-box .btn:first-child {
  margin-left: 10px;
}
.cta-box .btn:last-child {
  margin-left: 0;
}

.btn.btn-download {
  padding-left: 82px;
}
.career-download a{
  position: relative;
}
.i-btn {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -1px;
  margin-top: -1px; 
  display:block;
  max-width: 60px;
  font-size: 26px;
  line-height: 28px;
  padding: 15px 20px;
  color: #fff;
  background-color: #d72727;
  border:1px solid #d72727;
}

.career-box{
  padding:60px;
  background-color: #f2f4f6;
  margin-bottom: 30px;
}
.career-box h2 {
  margin-bottom: 50px;
}
.career-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}







/*
* 14. blog style
*/
.blog-one {

  padding: 30px 0 20px;
background: #f9f9f9;


}

.gallery-one__image {
background-image: url(../images/pattern-3.png) !important;
background-position: 0 0 !important;
background-repeat: repeat !important;
background-color: #f1f6fb;
padding:10px;box-shadow: 2px 4px 8px #dddddd80;
}
.blog-one__single {
  margin-bottom: 30px;
background: #fff;
border-radius: 7px;
overflow: hidden;
box-shadow: 1px 6px 15px #dddddd80;
}

.blog-one__content {
padding: 15px 20px;
}

.blog-one__image {
  position: relative;
  overflow: hidden;border-radius: 6px 6px 0 0;
}

.blog-one__image a img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;height: 250px;
height: 350px !important;
}

.blog-one__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
opacity:0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: opacity .4s ease;
  transition: all .4s ease;
}

.blog-one__image-hover a {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  background-color: #fff;
  color: #255275;
  font-size: 23px;
  line-height: 47px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.blog-one__image-hover a:hover {
  background-color: #30475e;
  color: #fff;
}

.blog-one__date {
  display: inline-block;
  vertical-align: middle;
  background-color: #30475e;
  font-size: 16px;
  color: #fff;
  	
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  padding: 13px 12px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;

border-radius: 25px;


}

.blog-one__date-number {
font-size: 17px;

font-weight: normal;

display: block;

}

.blog-one__title {
font-size: 16px;

line-height: 26px;



font-weight: bold;

margin: 0;

height: 54px;

overflow: hidden;

}

.blog-one__title a {
  color: #30475e;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;text-transform: capitalize;
}

.blog-one__title a:hover {
  color: #30475e;
}

.blog-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #6d7a8c;
  margin-top: 10px;
  margin-bottom: 10px;
height: 80px;

overflow: hidden;
}

.blog-one__link {
  display: inline-block;
  vertical-align: middle;
  color: #30475e;
  	
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #30475e;
}

.blog-one__link:hover {
  color: #2982f2;
  border-color: #2982f2;
}


.blog-one__image > img {
transition:all ease-in-out 0.4s;
}

.blog-one__single:hover .blog-one__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-one__single:hover .blog-one__image-hover {
opacity:1;
}


.blog-two {
  padding: 40px 0 0;
}

@media (min-width: 992px) {
  .blog-two__single {
    margin-right: 30px;
  }
}

.blog-two__single + .blog-two__single {
  margin-top: 80px;
}

.blog-two__image {
  position: relative;
  overflow: hidden;
}

.blog-two__image > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.blog-two__image-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 160, 186, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.blog-two__image-hover a {
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 47px;
  background-color: #fff;
  color: #30475e;
  font-size: 23px;
  line-height: 47px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.blog-two__image-hover a:hover {
  background-color: #30475e;
  color: #fff;
}

.blog-two__date {
     display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    font-size: 17px;
    color: #999;
    
    font-weight: normal;
    line-height: 15px;
    text-align: center;
    padding: 5px 15px;
    z-index: 10;
    margin-left: 15px;
position: absolute;
right: 0;
top: 0;
background: #30475e;
color: #fff;
}

.blog-two__single:hover .blog-two__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-two__single:hover .blog-two__image-hover {
  opacity: 1;
}


.blog-two__meta {
  margin: 0;
  padding: 24px 0;
  list-style: none;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.blog-two__meta-item + .blog-two__meta-item {
  margin-left: 28px;
}

.blog-two__meta-link {
  color: #B8B8B8;
  font-size: 15px;
  font-weight: 500;
  	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__meta-link i {
  font-size: 16px;
  color: #9A9EA5;
  margin-right: 15px;
}

.blog-two__meta-link i.fa-tag {
  font-size: 17px;
}

.blog-two__meta-link i.fa-comments-o {
  font-size: 18px;
}

.blog-two__meta-link:hover {
  color: #30475e;
}

.blog-two__sub-title, .blog-two__title {
  margin: 0;
  color: #30475e;
  font-size: 26px;
  	
}

.blog-two__sub-title a, .blog-two__title a {
  color: #30475e;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__sub-title a:hover, .blog-two__title a:hover {
  color: #30475e;
}

.blog-two__sub-title {
  font-size: 22px;
  margin: 0;
  margin-bottom: 15px;
}

.blog-two__text {
  font-size: 16px;
  line-height: 28px;
  color: #797979;
  margin: 0;
  margin-top: 10px;
}

.blog-two__btn {
  border-style: solid;
  border-width: 1px;
  border-color: #e43838;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  	
  font-size: 14px;
  font-weight: 500;
  color: #30475e;
  padding: 6px 29px;
  margin-top: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-two__btn:hover {
  background-color: #30475e;
  color: #fff;
}

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.post-pagination__link {
  width: 44px;
  height: 44px;
  border-style: solid;
  border-width: 2px;
  border-color: #d4d4d4;
  line-height: 41px;
  font-size: 18px;
  font-weight: bold;
  color: #242424;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.post-pagination__link.current, .post-pagination__link:hover {
  color: #fff;
  background-color: #30475e;
  border-color: #30475e;
}

.post-pagination__link i {
  line-height: 41px;
}

.post-pagination__link + .post-pagination__link {
  margin-left: 10px;
}

.blog-two__two-col {
  padding-top: 20px;
}

.blog-two__two-col .blog-two__single {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .blog-two__two-col .blog-two__single {
    margin-right: 0;
  }
}

.blog-two__two-col .post-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}





.blog-carousel .owl-nav {
position: absolute;
top: -60px;
left: 0;
}



.blog-carousel .owl-nav > div {
position: absolute;
left: 0;
width: 32px;
height: 32px;
border: 1px solid #666;
text-align: center;
line-height: 31px;
font-size: 16px;
color: #666;
}



.blog-carousel .owl-nav .owl-next {
left: 35px;
}



.blog_carousel .owl-nav > div:hover {
border: 1px solid #f1a01e;
color: #fff;background: #f1a01e;
}






.about-four__content ul {
  padding: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}




.about-four__content ul li i {
display: none;
}






.about-four__content ul li {
  margin-bottom: 16px; 
position: relative;
padding-right: 30px;line-height: 25px;

}



.about-four__content ul li:before {

    content: '\f00c';
    font-family: fontawesome;
    color: #f47629;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    line-height: 1;


  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;

color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 13px;
  position: absolute;



}




.about-four__content ul li:hover:before {
  color: #2982f2;
}

.about-four__content ul li:last-child {
  margin-bottom: 0;
}


}

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.post-pagination__link {
  width: 44px;
  height: 44px;
  border-style: solid;
  border-width: 2px;
  border-color: #d4d4d4;
  line-height: 41px;
  font-size: 18px;
  font-weight: bold;
  color: #242424;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.post-pagination__link.current, .post-pagination__link:hover {
  color: #fff;
  background-color: #30475e;
  border-color: #30475e;
}

.post-pagination__link i {
  line-height: 41px;
}

.post-pagination__link + .post-pagination__link {
  margin-left: 10px;
}

.blog-two__two-col {
  padding-top: 20px;
}

.blog-two__two-col .blog-two__single {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .blog-two__two-col .blog-two__single {
    margin-right: 0;
  }
}

.blog-two__two-col .post-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}










 #footer .widget_nav_menu ul li {
width: 50%;
float: right;text-transform: capitalize;
}






.top-right {
    overflow: hidden;
float:left;direction: rtl;
}
.top-right .social-links {
line-height: 35px;
}
.top-right .social-links li {
    display: inline-block;
    float: left;border-right: 1px solid #fff6;
}






.top-right .social-links li:last-child {
    margin: 0px;
}
.top-right .social-links li a i {
color: #fff;
font-size: 17px;
transition: all 500ms ease;
opacity: 1;
padding: 10px 10px;
}
.top-right .social-links li a:hover i{
    color: #2598a1;
}






/*===================================================================================*/
/*	SOCIAL ICONS header
/*===================================================================================*/

.social-links {

    margin: 0;
}
.social-links li {
    font-family: 'fontello-social';
}
.social-links li {
    position: relative; display:inline-table
}
.text-center .social-links li {
    margin: 0 2px;
}
.social-links li a {
    display: table;
	position: relative;
text-decoration: none;
}
.social-links li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #73879C;
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
text-decoration:none;
}
.social-links li a i:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.social-links li:hover i {
	color: #fff !important;

}
.social-links li a:hover i:after {
	height: 100%;
}
.social-links a .fa-facebook:after {
    background: #3B5998;
    background: #4668B3;
}
.social-links a .fa-google-plus:after {
    background: #DD4B39;
    background: #DE5745;
}
.social-links a .fa-twitter:after {
    background: #00ACED;
    background: #2FBBED;
}
.social-links a .fa-youtube:after {
    background: #CB2027;
    background: #D94348;
}
.social-links a .fa-behance:after {
    background: #1769FF;
    background: #3079FF;
}
.social-links a .fa-dribbble:after {
    background: #EA4C89;
    background: #EB6397;
}
.social-links a .fa-linkedin:after {
    background: #1769FF;
    background: #1075af;
}


.dash {
    color: #fff;
    font-size: 19px;
    display: inline-block;
    float: left;
}


.item_wr .content h6 a {
color:#111;
line-height:25px;
letter-spacing:0;
font-size:17px;

height: 50px;
overflow: hidden;
display: block;

}



.news-des {
overflow: hidden;
height: 52px;
}

















/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four {
	position:relative;
	padding: 40px 0px;
	background: #fafafa;
}

.services-section-four.default-theme{
	background: #f9f9f9 url(../images/background/dotted-pattern.png) repeat;
}

.services-section-four .upper-content{
	max-width: 870px;
	text-align: center;
	margin: 0 auto 60px;
}

.services-section-four .upper-content .sec-title{
	margin-bottom: 40px;
}

.service-block-five{
	position: relative;
	margin-bottom: 10px;
}

.service-block-five:hover img {
transform: scale(1.1);
}


.service-block-five .inner-box{
	position: relative;
	display: block;
}

.service-block-five .image-box{
	position: relative;
	display: block;
	border:9px solid #ffffff;
	overflow: hidden;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
}

.service-block-five .image-box .image{
	position: relative;
	display: block;margin: 0;overflow: hidden;
}

.service-block-five .image-box .image img{
	position: relative;
	display: block;height: 240px;
	width: 100%;transition: all ease-in-out 0.4s;
}

.service-block-five .title-box{
width: 100%;
padding: 0;
}

.service-block-five .title-inner{
position: relative;
display: table;
width: 100%;
padding: 5px 15px;
background: #fff;
}

.service-block-five .title-inner:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: #1c2460;
	color: #ffffff;
	font-size: 36px;
	line-height: 80px;
	text-align: center;transition: all ease-in-out 0.4s;
}


.service-block-five:hover .title-inner:after{ 
width:100%;
}

.default-theme .service-block-five .title-inner .icon{
	background: #3f6ee3;
}

.service-block-five .inner-box:hover .title-inner .icon{
	background: #e65628;
}

.default-theme .service-block-five .inner-box:hover .title-inner .icon{
	background: #f39f1d;
}



.service-block-five .title-box h3{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
line-height: 25px;

	text-transform: capitalize;
	margin: 0;
font-size: 16px;text-align: center;
font-weight: normal;height: 57px;
}

.service-block-five .title-box h3 a{
	color: #222222;
}

.service-block-five .title-box h3 a:hover{
	color: #f39f1d;
}

.default-theme .service-block-five .title-box h3 a:hover{
	color: #f39f1d;
}

/*

.service-block-five .hover-box{
	position: absolute;
	display: block;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
	color: #ffffff;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.service-block-five .inner-box:hover .hover-box{
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}*/

.service-block-five .hover-inner{
	position: absolute;
	display: table;
	vertical-align: middle;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 1000ms ease 500ms;
	-moz-transition: all 1000ms ease 500ms;
	-ms-transition: all 1000ms ease 500ms;
	-o-transition: all 1000ms ease 500ms;
	transition: all 1000ms ease 500ms;
}

.service-block-five .inner-box:hover .hover-inner{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.service-block-five .hover-inner .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 50px 20px 20px;
}

.service-block-five .hover-inner .text{
	position: relative;
	margin-bottom: 20px;
}

.service-block-five .hover-inner .link-box{
	position: relative;display: none;
}

.service-block-five .hover-inner .link-box a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}

.default-theme .service-block-five .hover-inner .link-box a{
	color: #f39f1d;
}

.service-block-five .hover-inner .link-box a .txt{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

.default-theme .service-block-five .hover-inner .link-box a .txt{
	border-bottom-color: #f39f1d;
}

.service-block-five .hover-inner .link-box a .icon{
	position: relative;
	top: 2px;
	color: #ffffff;
	font-size: 16px;
	padding-left: 7px;
	font-weight: 600;
	text-decoration: none;
}

.service-block-five .hover-inner .link-box a:hover .txt{
	color: #ffffff;
	border-bottom-color: #ffffff;
}

.services-section-four .bottom-text{
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

.services-section-four .bottom-text .text{
	position: relative;
	font-size: 20px;
	line-height: 1.5em;
}

.services-section-four .bottom-text .text .phone,
.services-section-four .bottom-text .text .phone a{
	color: #f39f1d;
	font-weight: 600;
}

.default-theme.services-section-four .bottom-text .text .phone,
.default-theme.services-section-four .bottom-text .text .phone a{
	color: #3e6cdf;
}

.services-section-four .bottom-text .text .phone a:hover{
	text-decoration: underline;
}













.services_carousel .owl-nav {
position: absolute;
top: -60px;
left: 0;
}



.services_carousel .owl-nav > div {
position: absolute;
left: 0;
width: 32px;

height: 32px;

border: 1px solid #999;

text-align: center;

line-height: 31px;

font-size: 18px;

color: #999;

}



.services_carousel .owl-nav .owl-next {
left: 35px;
}







.services_carousel .owl-nav > div:hover {
border: 1px solid #f1a01e;
color: #f1a01e;
}















/*** 

====================================================================
	Projects Section Three
====================================================================

***/

.projects-section-three{
	position:relative;
	padding: 0px 0px;
}

.projects-section-three .outer-container{
	position: relative;
	overflow: hidden;
}

.projects-section-three .image-column{
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 50%;
	height: 100%;
}

.projects-section-three .text-column{
	position: relative;
	float: right;
	width: 50%;
}

.projects-section-three .text-column .bg-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	opacity:1;
	background: #24345d;background: linear-gradient(to right, #0d4895, #256ecd);
}

.projects-section-three .text-column .inner{
	position: relative;
	float: right;
	width: 100%;
	max-width: 680px;
	padding: 80px 60px;
}

.projects-section-three .content{
	position: relative;
	max-width: 530px;
	color: #ffffff;
}

.projects-section-three .content .title{
	position: relative;
	margin-bottom: 20px;
}

.projects-section-three .content .title .sub-title{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.projects-section-three .content .title .sub-title .icon{
	position: relative;
	top: 2px;
	font-size: 18px;
	line-height: 24px;
	padding-right: 5px;
}

.projects-section-three .content .title h2{
	position: relative;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: capitalize;
	margin: 0;color: #fff;
}

.projects-section-three .content .text{
	position: relative;
	margin: 0 0 25px;
}

.projects-section-three .content .features{
	position: relative;
	margin-bottom: 40px;
}

.projects-section-three .content .features li{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 7px;
}

.projects-section-three .content .features li .gap-icon{
	position: relative;
	font-size: 20px;
	padding-right: 5px;
}

.projects-section-three .image-column .inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.projects-section-three .image-column .text-over-block{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.projects-section-three .image-column .text-over-block:nth-child(2){
	left: 50%;
}

.projects-section-three .text-over-block .inner-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;overflow: hidden;
}

.projects-section-three .text-over-block .block-image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
}

.projects-section-three .text-over-block .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0px 20px 30px;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.projects-section-three .text-over-block:hover .title{
	opacity: 0;
	visibility: hidden;
}

.projects-section-three .text-over-block .block-image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: rgba(0,0,0,0.70);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.80),rgba(0,0,0,0.0));
	background: -ms-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.80),rgba(0,0,0,0.0));
	background: -moz-linear-gradient(bottom,rgba(0,0,0,0.95),rgba(0,0,0,0.80),rgba(0,0,0,0.0));
}

.projects-section-three .text-over-block .title .icon{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 48px;
	line-height: 32px;
}

.projects-section-three .text-over-block .title .txt{
	position: relative;
}

.projects-section-three .text-over-block:hover .over-link{
	opacity: 1;
}

.projects-section-three .text-over-block .over-link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -15px;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.text-over-block .inner-box .overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 100%;
	display: table;
	vertical-align: middle;
	color: #ffffff;
	background: rgba(64,111,230,0.90);
	opacity: 0.5;
	visibility: hidden;
	transform: translateY(-100%);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.text-over-block .inner-box:hover .overlay{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

.text-over-block .inner-box .overlay a{
	color: #ffffff;
}

.text-over-block .inner-box .overlay .icon-box{
	position: relative;
	font-size: 54px;
	margin-bottom: 20px;
	line-height: 1em;
}

.text-over-block .inner-box .overlay .over-inner{
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 20px 50px;
}

.text-over-block .inner-box .overlay h3{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0  20px;
}

.text-over-block .inner-box .overlay .cat,
.text-over-block .inner-box .overlay .cat a{
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
}

.text-over-block .inner-box .overlay h3 a:hover{
	text-decoration: underline;
}

















.client-sec {
background: #eceeef;
padding: 30px 0;
}












.whats-icon{
position: fixed;
bottom: 120px;
right: 17px;
width: 40px;
height: 40px;
color: #ffffff;
font-size: 23px;
text-transform: uppercase;
line-height: 40px;
text-align: center;
z-index: 99999;
cursor: pointer;
border-radius: 3px;
background: #4dc247;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;	
}


.whats-icon a { 
color: #fff;
}


.whats-icon:hover a {
	color:#4dc247;

}


.whats-icon:hover{
	color:#4dc247;
	background:#333;
}






.phone-icon{
position: fixed;
bottom: 75px;
right: 17px;
width: 40px;
height: 40px;
color: #ffffff;
font-size: 23px;
text-transform: uppercase;
line-height: 40px;
text-align: center;
z-index: 99999;
cursor: pointer;
border-radius: 3px;
background: #0d4895;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;	
}


.phone-icon a { 
color: #fff;
}



.phone-icon:hover a {
	color:#0d4895;

}


.phone-icon:hover{
	color:#0d4895;
	background:#fff;
}

.scrollToTopBtn {
  background-color: #e02626;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  
  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 17px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}


.services-block-two{transition:all ease-in-out 0.9s;cursor:pointer;position:relative;margin:10px 0;}
.services-block-two .inner-box{overflow:hidden;position:relative;}
.services-block-two .inner-box:hover img{filter:grayscale(100%);}
.services-block-two .inner-box .image{
overflow: hidden;
position: relative;
height: 110px;
background: #fff;
display: grid;
align-items: center;padding: 12px;
}
.services-block-two .inner-box .image .icon-box{position:absolute;left:15px;bottom:15px;width:50px;height:50px;color:#ffffff;font-size:28px;line-height:50px;text-align:center;z-index:2;background-color:#bc070d;}
.services-block-two .inner-box .image img{

filter: grayscale(0%);
transition: all ease-in-out 0.9s;
position: relative;
width: auto;
display: block;
height: ;
max-height: 80px;
max-width: 100%;
margin: 0 auto;


}
.services-block-two .inner-box .prod-0{transition:all ease-in-out 0.4s; text-transform: capitalize;}
.services-block-two .inner-box:hover .prod-0{ color:#fff; }





.select2-container--default .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}



.half-w li {
width: 33.3333%;
float: right;
}








.wpb_wrapper.about-four__content img {
max-width:100%;border: 1px dashed #eee;margin: 5px auto;
display: block;
}



.wpb_wrapper p {
margin:0;
}






/***

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .container{
position: relative;
height: 100%;
display: grid;
align-items: center;
}

.main-slider .slide{height:500px;
	position:relative;
background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position:center center;direction: rtl;
}



.main-slider .slide:before {

	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;/*
background-color: rgba(4, 15, 40, .80);
background-color: rgba(4, 15, 40, 0.55);
background-color: rgba(4, 15, 40, 0.21);
background-color: rgba(4, 15, 40, 0.12);*/
background-image: url(../images/bg-pattern-1.png);
}



.main-slider .title{
	position:relative;
	color:#0d4895;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 24px;
	text-transform: uppercase;
	opacity: 0;
	letter-spacing:1px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;font-family: "pop";
}

.main-slider .active .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	line-height:30px;
	margin-bottom:30px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active h2{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1000ms;
}

.main-slider .text{
	position:relative;
	color:#eeeeee;
	font-size:16px;
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	line-height: 1.9em;
	font-weight:400;
	margin-bottom:42px !important;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .text.alternate{
	color:#1f1f1f;
}

.main-slider .active .text{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 1500ms;
}

.main-slider .link-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .active .link-box{
	opacity: 1;
	transform: scaleY(1);
	transition-delay: 2000ms;
}

.main-slider .link-box .theme-btn{
	margin-left:20px;
	float:right;
}
/*
.main-slider .owl-dots{
	display:none;
}*/

.main-slider .owl-nav{
	position:absolute;
	left:35px;
	bottom:90px;
	z-index:1;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:0;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	left:60px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffaa00;
}

.main-slider .mouse-btn-down{
	position:absolute;
	left:50%;
	margin-right:-20px;
	bottom:60px;
	width:30px;
	height:68px;
	cursor:pointer;
	display:block;
	z-index:20;
	color:#3d2a63;
	font-size:30px;
}

.main-slider .mouse-btn-down {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.main-slider .mouse-btn-down {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



.main-slider .owl-dots {
  top: 50%;
  left: 35px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .main-slider .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 15px 0px;
    position: relative;
    border-radius: 100%;
    background-color: #fff; }
    .main-slider .owl-dots .owl-dot:before {
      content: '';
      top: -4px;
      left: -4px;
      z-index: -1;
      width: 22px;
      height: 22px;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      position: absolute;
      border-radius: 100%;
      background-color: #f1a01e;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .main-slider .owl-dots .owl-dot.active:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }




/*****************************/

.header-top{
    position: relative;
    display: block;background: #006cb5;
background: #fff;
background: linear-gradient( to bottom , #000c ,#0003);
}

.header-top .outer-box{
    position: relative;
    display: block;
}
.header-top-left {
    position: relative;
    display: flex;
    align-items: center;
margin-left: 15px;
}


.top-right .social-links {
    position: relative;
    margin-bottom: 0;float: right;
}

.top-right .social-links li {
    position: relative;
    float: right;
    color: #111;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.top-right .social-links li a  > div {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;

}

.top-right .social-links li:hover a  > div {
    top: -40px;
}


.top-right .social-links li:hover a {
color:#fff;
}

.main-ico {
    border-right: 1px solid #a8a8a833;
}


.top-right .social-links li:last-child .main-ico {
    border-left: 1px solid #a8a8a833;
}

.hover-ico span {
    display: block;
    line-height: 40px;
    color: #fff;
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #55acee
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .whatsapp {
    background: #24cc63
}

.top-right .social-links li a {
    position: relative;
    display: block;

    color: #DA7E40;color: #333;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}



.top-right .btn-one {
padding-right: 20px;
padding-left: 20px;
line-height: 40px;
float:left;
}


.top-right .btn-one:hover {
color:#fff;
}







.lang-bo {
position: relative;
float: left;
padding: 9px 20px 9px 0;
color: #333;
border-right: 1px solid #eee;
}


.lang-bo a {
color: #333;
}

/**************************************/



footer {
  color: #878e9c;
  font-size: 15px; }
  footer .widget {
    margin-bottom: 0; }

footer .widget p {
color: #878e9c;margin: 0;
}
  footer strong {
    color: #878e9c; }
  footer .footer-logo {
    max-width: 180px; }
    footer .footer-logo img {
      width: 100%; }
    @media only screen and (max-width: 575px) {
      footer .footer-logo {
        margin: 0 10px; } }
  footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    footer .widget-logo ul img {
      opacity: 0.9; }
    footer .widget-logo ul li {
      display: inline-block;
      flex: 50%;
      padding: 0 15px 15px 0px; }
  footer .ttr-social-icon li {
    display: inline-block;
    margin-right: 20px; }
  footer .ttr-social-icon a {
    color: #878e9c;
    font-size: 17px; }
  footer .widget_about p {
    margin-bottom: 20px; }
  footer .footer-title {
    margin: 0;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2;font-size: 22px;
    text-transform: uppercase; }
    footer .footer-title:before {
      content: "//";
      color: #f1a01e;
      font-weight: 900;
      transform: scale(0.93) translateY(-3%);
      display: inline-block;
      margin-left: 5px; }
    @media only screen and (max-width: 767px) {
      footer .footer-title {
        margin-bottom: 10px;
font-size: 18px;
margin-top: 10px; } }
  footer .footer-top {
    background: #171a1e;
    padding: 30px 0 10px; overflow: hidden;}
    @media only screen and (max-width: 767px) {
      footer .footer-top {
        padding: 30px 0 0px; } }
  footer .footer-bottom {
    background-color: #171a1e;
    padding: 11px 0;
    font-size: 13px;
border-top: 1px solid rgba(255, 255, 255, 0.09);}
    @media only screen and (max-width: 767px) {
      footer .footer-bottom {
        padding: 10px 0; } }
    footer .footer-bottom a {
      color: #878e9c; }
    @media only screen and (max-width: 767px) {
      footer .footer-bottom .text-center {
        padding-top: 8px;
        padding-bottom: 8px; } }


footer .footer-bottom p {
margin:0;
}
  footer .widget-link li {
    display: inline-block;
    text-transform: capitalize;
    margin-left: 0; }
  footer .widget-link a {
    color: #878e9c; }
  footer .recent-posts-entry .ttr-post-info .post-title {
    font-size: 16px;
    font-weight: 500; }
  footer .wp-block-latest-posts li:after,
  footer .wp-block-categories-list li:after,
  footer .wp-block-archives-list li:after,
  footer .widget_categories ul li:after {
    background: #fff; }
  footer .wp-block-latest-posts li,
  footer .wp-block-categories-list li,
  footer .wp-block-archives-list li,
  footer .widget_categories ul li,
  footer .widget_archive ul li,
  footer .widget_meta ul li,
  footer .widget_pages ul li,
  footer .widget_recent_comments ul li,
  footer .widget_nav_menu li,
  footer .widget_recent_entries ul li,
  footer .widget_services ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #878e9c; }
    footer .wp-block-latest-posts li a,
    footer .wp-block-categories-list li a,
    footer .wp-block-archives-list li a,
    footer .widget_categories ul li a,
    footer .widget_archive ul li a,
    footer .widget_meta ul li a,
    footer .widget_pages ul li a,
    footer .widget_recent_comments ul li a,
    footer .widget_nav_menu li a,
    footer .widget_recent_entries ul li a,
    footer .widget_services ul li a {
      color: #878e9c; }
      footer .wp-block-latest-posts li a:hover,
      footer .wp-block-categories-list li a:hover,
      footer .wp-block-archives-list li a:hover,
      footer .widget_categories ul li a:hover,
      footer .widget_archive ul li a:hover,
      footer .widget_meta ul li a:hover,
      footer .widget_pages ul li a:hover,
      footer .widget_recent_comments ul li a:hover,
      footer .widget_nav_menu li a:hover,
      footer .widget_recent_entries ul li a:hover,
      footer .widget_services ul li a:hover {
        color: white; }
    footer .wp-block-latest-posts li li,
    footer .wp-block-categories-list li li,
    footer .wp-block-archives-list li li,
    footer .widget_categories ul li li,
    footer .widget_archive ul li li,
    footer .widget_meta ul li li,
    footer .widget_pages ul li li,
    footer .widget_recent_comments ul li li,
    footer .widget_nav_menu li li,
    footer .widget_recent_entries ul li li,
    footer .widget_services ul li li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
    footer .wp-block-latest-posts li:before,
    footer .wp-block-categories-list li:before,
    footer .wp-block-archives-list li:before,
    footer .widget_categories ul li:before,
    footer .widget_archive ul li:before,
    footer .widget_meta ul li:before,
    footer .widget_pages ul li:before,
    footer .widget_recent_comments ul li:before,
    footer .widget_nav_menu li:before,
    footer .widget_recent_entries ul li:before,
    footer .widget_services ul li:before {
      background: #878e9c; }
  footer .wp-block-latest-posts ul,
  footer .wp-block-categories-list ul,
  footer .wp-block-archives-list ul,
  footer .widget_categories ul ul,
  footer .widget_archive ul ul,
  footer .widget_meta ul ul,
  footer .widget_pages ul ul,
  footer .widget_recent_comments ul ul,
  footer .widget_nav_menu li ul,
  footer .widget_services li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  footer .widget_recent_comments ul li {
    color: #878e9c; }
  footer .rss-date {
    color: white; }
  footer ul a.rsswidget:hover,
  footer .widget_text b,
  footer .widget_text strong,
  footer .wp-caption p.wp-caption-text,
  footer ul cite {
    color: #878e9c; }
  footer ul a.rsswidget,
  footer .footer-title a {
    color: #fff; }
  footer .widget_calendar tr:nth-child(2n+2) {
    background: #f10c0c; }
  footer .widget_calendar caption,
  footer .wp-calendar-nav {
    background: #c00a0a; }
  footer .widget_rss ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  footer .search-bx {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    footer .search-bx .form-control {
      height: 45px;
      border-radius: 6px 0 0 6px; }
    footer .search-bx .btn-primary, footer .search-bx .wp-block-button__link {
      background: #d80b0b;
      border-color: #d80b0b; }
  footer .widget_tag_cloud a {
    background: #f10c0c; }
    footer .widget_tag_cloud a:hover {
      background: #d80b0b; }
  footer .widget_recent_comments ul li:before {
    background: transparent;
    color: #878e9c; }
  footer .recent-posts-entry .widget-post {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  footer .recent-posts-entry .ttr-post-info .post-title a {
    color: #fff; }

.contact-info-bx li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  padding-top: 2px; }
  .contact-info-bx li strong {
    font-weight: 400; }

.contact-info-bx i {
  width: auto;
  height: 22px;
  line-height: 26px;
  text-align: center;
  border-radius: 30px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px; }

.wp-block-button {
  margin-bottom: 5px; }

.site-footer .footer-link li {
  display: inline; }

.site-footer .footer-link > li > a {
  color: #878e9c;
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    .site-footer .footer-link > li > a i {
      display: none; } }

.footerlink li ul {
  display: inline; }


.footer-info-bx {
  display: flex;
  align-items: center; margin-bottom: 15px;}
  .footer-info-bx.left .icon-lg {
    width: 40px;
    margin-right: 15px; }
    .footer-info-bx.left .icon-lg img {
      height: 30px; }
  .footer-info-bx .icon-content p {
    line-height: 26px;
    font-size: 16px;
    color: #878e9c; }
  @media only screen and (max-width: 1199px) {
    .footer-info-bx .icon-lg {
      width: 50px;
      max-width: 50px;
      min-width: 50px; }
      .footer-info-bx .icon-lg img {
        height: 50px; } }

/* Footer */
@media only screen and (min-width: 767px) {
  /* Footer Nav */
  .footer-link .sub-menu {
    background-color: #ffffff;
    border: 0;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 5px;
    position: absolute;
    visibility: hidden;
    width: 180px;
    z-index: 10;
    padding: 10px 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    bottom: 100%;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
    text-align: left; }
    .footer-link .sub-menu li {
      padding: 0 20px;
      display: block; }
      .footer-link .sub-menu li a {
        color: #555;
        display: block;
        font-size: 15px;
        padding: 8px 0;
        text-transform: capitalize;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 500;
        position: relative; }
        .footer-link .sub-menu li a:hover {
          color: #f1a01e; }
      .footer-link .sub-menu li:last-child a {
        border-bottom: 0; }
    .footer-link .sub-menu .sub-menu {
      left: 180px;
      top: 0;
      bottom: auto; }
  .footer-link li.menu-item-has-children > a > i {
    font-size: 11px; }
  .footer-link li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-bottom: 5px; } }


.widget.widget-link-2 ul {
 
display: inline-block;
width: 100%;
padding: 0;
}

  .widget.widget-link-2 ul li {
    width: 50%;float: right;
    padding: 0;list-style: none; }
    .widget.widget-link-2 ul li a {
      color: #878e9c;
      display: block;
padding: 9px 0;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;font-size: 16px;
      transition: all 0.5s; text-transform: capitalize;}
      .widget.widget-link-2 ul li a:hover {
        color: #fff; }

.ft-social-bx {
margin-top:30px;
}

.widget .ft-social-bx li {
  margin-right: 5px; }
  .widget .ft-social-bx li a {
background: #fff;

color: #1c406f;

height: 40px;

width: 40px;

border-radius: 50px;

padding: 0;

line-height: 40px;

display: block;

text-align: center;}
    .widget .ft-social-bx li a:hover {
      background-color: #f1a01e;
      color: #fff; }

.widget .subscribe-form .form-control {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  height: 60px;text-align: right;
  border-radius: 0; }
  .widget .subscribe-form .form-control::placeholder {
    color: #878e9c;
    font-size: 14px; }

.subscribe-form 
{
margin-top: 15px;
}

.input-group-append {
position: absolute;

left: 0;
z-index: 2;
top: 0;
}

.widget .ft-content {

  padding: 15px 80px 15px 15px;
  position: relative; }
  .widget .ft-content i {
    background: #f1a01e;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    right: 15px; }
    .widget .ft-content i:after {
      content: "";
      position: absolute;
      left: 2px;
      top: 50%;
      transform: rotate(45deg) translateX(-50%);
      height: 15px;
      width: 15px;
      background: #f1a01e; }
  .widget .ft-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; }
  .widget .ft-content h4, .widget .ft-content .h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px; }

  .widget .ft-content h4 span {

    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px; 
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-icon-box,
.list-chevron-circle,
.list-hand-point,
.list-cup,
.list-pen,
.list-heart,
.list-star {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none; }

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-icon-box li,
.list-chevron-circle li,
.list-hand-point li,
.list-cup li,
.list-pen li,
.list-heart li,
.list-star li {
  padding: 5px 5px 5px 30px;
  position: relative; }

.right.list-circle li,
.right.list-angle-right li,
.right.list-arrow li,
.right.list-check li,
.right.list-checked li,
.right.list-icon-box li,
.right.list-chevron-circle li,
.right.list-hand-point li,
.right.list-cup li,
.right.list-pen li,
.right.list-heart li,
.right.list-star li {
  padding: 5px 30px 5px 5px;
  position: relative; }

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-icon-box li:before,
.list-chevron-circle li:before,
.list-hand-point li:before,
.list-cup li:before,
.list-pen li:before,
.list-heart li:before,
.list-star li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  font-size: 15px;
  color: #777; }

.right.list-circle li:before,
.right.list-angle-right li:before,
.right.list-arrow li:before,
.right.list-check li:before,
.right.list-checked li:before,
.right.list-icon-box li:before,
.right.list-chevron-circle li:before,
.right.list-hand-point li:before,
.right.list-cup li:before,
.right.list-pen li:before,
.right.list-heart li:before,
.right.list-star li:before {
  font-family: "FontAwesome";
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
  display: block;
  font-size: 15px;
  color: #777; }

ul[class*="list-"] {
  font-size: 15px; }

.list-circle li:before {
  font-size: 16px; }

.list-circle li:before {
  content: "\f00c"; }

.list-angle-right li:before {
  content: "\e628"; }

.list-arrow li:before {
  content: "\e661"; }

.list-check.right li:before,
.list-check li:before {
  content: "\f00c";
  color: #171a1e; }

.list-checked li:before {
  content: "\e64d";
  font-family: 'themify';
  font-size: 15px; }

.list-icon-box li:before {
  content: "\e6e8"; }

.list-chevron-circle li:before {
  content: "\e65d"; }

.list-hand-point li:before {
  content: "\e71b"; }

.list-star li:before {
  content: "\e60a"; }

.list-cup li:before {
  content: "\e641"; }

.list-pen li:before {
  content: "\e61c"; }

.list-heart li:before {
  content: "\e634"; }

.widget .ft-content h4, .widget .ft-content .h4 {

    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px;

}


.blog-card .post-media a {
display: block;
overflow: hidden;
}

.blog-card {
  margin-bottom: 0;background: #fff; }

.blog-card:hover .post-media img {
transform: scale(1.1);
}


.blog-wraper1,
.service-wraper1 {
  position: relative; }
  .blog-wraper1:after,
  .service-wraper1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 43%;
    width: 100%;
    background-color: #f7f7f7; }
  @media only screen and (max-width: 767px) {
    .blog-wraper1:after,
    .service-wraper1:after {
      content: none; } }



.blog-card {
  position: relative;
  margin-bottom: 10px; }
  .blog-card .post-media img {
    width: 100%; transition: all ease-in-out 0.4s;}
  .blog-card.blog-list {
    display: flex; }
    .blog-card.blog-list .post-media {
      width: 200px;
      min-width: 200px; }
      .blog-card.blog-list .post-media img {
        height: 100%;
        object-fit: cover; }
    .blog-card.blog-list.list-large .post-media {
      width: 300px;
      min-width: 300px; }
    @media only screen and (max-width: 1199px) {
      .blog-card.blog-list.list-large .post-media {
        width: 250px;
        min-width: 250px; } }
    @media only screen and (max-width: 767px) {
      .blog-card.blog-list.list-large {
        display: block; }
        .blog-card.blog-list.list-large .post-media {
          width: 100%;
          min-width: 100%; } }
    @media only screen and (max-width: 575px) {
      .blog-card.blog-list {
        display: block; }
        .blog-card.blog-list .post-media {
          width: 100%;
          min-width: 100%; } }
  .blog-card.blog-overlay .post-info {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .blog-card.blog-overlay .post-info .post-meta li, .blog-card.blog-overlay .post-info .post-meta a, .blog-card.blog-overlay .post-info .post-meta i {
      color: #fff; }
    .blog-card.blog-overlay .post-info .post-title a {
      color: #fff; }
  .blog-card.style-1 .post-title {
    margin-bottom: 12px; }


.blog-card.style-1 .post-title a {
color: #000;
font-size: 16px;
line-height: 27px;
font-weight: bold;transition: all ease-in-out 0.4s;
}

.blog-card.style-1 .post-title a:hover {

color:#f39f1d;
}


  .blog-card.style-1 .post-info {
    padding: 30px; }
    .blog-card.style-1 .post-info .post-meta {
      border-top: 1px solid #eee;
      margin-bottom: -5px;
      padding-top: 15px;
      margin-top: 20px; }



.blog-card.style-1 .post-info .post-content p {
height: 66px;
height: 75px;
overflow: hidden;
}

  .blog-card.style-1.blog-overlay .post-info {
    z-index: 2; }
    .blog-card.style-1.blog-overlay .post-info .post-meta {
      margin-bottom: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 15px;
      margin-bottom: 0; }
  .blog-card.style-1.blog-overlay .post-media {
    position: relative;
    z-index: 1; }
    .blog-card.style-1.blog-overlay .post-media img {
      min-height: 300px;
      object-fit: cover; }
    .blog-card.style-1.blog-overlay .post-media:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background: -moz-linear-gradient(top, rgba(23, 26, 30, 0) 0%, rgba(23, 26, 30, 0.8) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(23, 26, 30, 0) 0%, rgba(23, 26, 30, 0.8) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(23, 26, 30, 0) 0%, rgba(23, 26, 30, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      z-index: 1;
      width: 100%;
      height: 100%; }
  .blog-card.style-1.blog-list .post-info {
    padding: 35px 30px; }
  @media only screen and (max-width: 991px) {
    .blog-card.style-1.blog-list .post-info {
      padding: 25px 20px; }
    .blog-card.style-1 .post-info {
      padding: 15px; } }
  @media only screen and (max-width: 575px) {
    .blog-card.style-1.blog-list .post-info {
      padding: 30px 25px; } }

.post-meta {
  padding: 0;
  margin: 0;
  list-style: none; }
  .post-meta li {
    display: inline-block;
    position: relative;
    font-size: 14px; }
    .post-meta li:after {
      content: "-";
      margin-left: 10px;
      margin-right: 10px;
      display: inline-block; }
    .post-meta li:last-child:after {
      content: none; }
    .post-meta li a {
      color: #777777; }
  .post-meta .author img {
    border-radius: 30px;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 10px; }
  .post-meta .author a {
    color: #f42222; }



.btn-more {
padding:0 18px;
height:60px;
background:#f1a01e;
color:#fff;
border-radius:0;
border:0;
}





.bg-ovd {
background: #f6f2eb;
}

.products-wrapper {
padding:50px 0 30px;
}

.el-wrapper {
padding: 15px;
background-color: #f2f3f8;
border-radius: 0 30px 30px;
overflow: hidden;
}

@media (max-width: 991px) {
  .el-wrapper {
    width: 290px;
  }
}

@media (max-width: 767px) {
  .el-wrapper {
    width: 290px;
    margin: 0 auto;
  }
}

.el-wrapper:hover .h-bg {
  right: 0px;
}

.el-wrapper:hover .img {
/*
  webkit-filter: blur(7px);
  -o-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: blur(7px);
  filter: progid:DXImageTransform.Microsoft.Blur(pixelradius='7', shadowopacity='0.0');
  opacity: 0.4;*/

transform:scale(1.1)
}


.el-wrapper:hover .a-size {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  bottom: 50px;
  opacity: 1;
}

.el-wrapper .box-down {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.el-wrapper .box-up {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;display: grid;
}

.el-wrapper .img {
  padding: 20px 0;
  -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
}

.h-bg {
  -webkit-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 800ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  width: 660px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: -661px;
}

.h-bg .h-bg-inner {
  width: 50%;
  height: 100%;
  background-color: #464646;
}

.info-inner {
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 400ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  position: absolute;
  width: 100%;
  bottom: 25px;
}

.info-inner .p-name,
.info-inner .p-company {
  display: block;
}

.info-inner .p-name {
font-family: "reg";
  font-size: 18px;
  color: #252525;
}

.info-inner .p-company {
font-family: "reg";
  font-size: 12px;
  text-transform: uppercase;
  color: #8c8c8c;
}

.a-size {
  -webkit-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
  -o-transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
  transition: all 300ms cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.18, 1);
  /* ease-out */
  position: absolute;
  width: 100%;
  bottom: -20px;
font-family: "reg";
  color: #828282;
  opacity: 0;
}

.a-size .size {
  color: #252525;
}

/*
.cart {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
font-family: "reg";
  font-weight: 700;
}*/

.cart .info-pr {
  display: block;
width: 100%;
text-align: center;
  font-size: 15px;
  color: #252525;
}

.cart .add-to-cart {
display: block;
width: 100%;
text-align: center;
font-size: 15px;
color: #252525;margin-top: 5px;
}

.cart .add-to-cart .txt {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;text-align: center;

}



footer .featured-desc p {
float:right;
}

footer .featured-desc h3 {
font-size: 17px;
display: block;
margin:0;
font-size:17px;
}

/*
.reds {
color:#000
}*/




.welcome-section .featured-desc p  {

height: 78px;
overflow: hidden;
}



.client-section {
padding: 50px 0;
background: #f2f3f8;
}


.client-section .owl-stage-outer {
padding-top: 50px;margin-top: -40px;
}






.custom-txt {


color:#fff;
font-size:50px;
width:80%;
margin:0 auto;
font-weight: normal;line-height: 80px;

}

.custom-txt span {
color:#0cf}







.form-card {
  padding: 50px 0 30px;

 }
  .form-card .form-group {
    margin-bottom: 10px; }
    .form-card .form-group .form-control {
      background-color: #fff;
      height: 45px;
      font-size: 14px;
      border: 0;
      padding: 10px 25px;
      border-radius: 0;letter-spacing: 0;text-align: right; }
    .form-card .form-group .btn, .form-card .form-group .wp-block-button__link {
      height: 45px;line-height: 45px; }
  @media only screen and (max-width: 575px) {
    .form-card {
      padding: 20px 0; } }


.form-card .form-head h6 {
font-weight: bold;
text-align: right;
direction: rtl;
}

.form-card .form-head h6 p { 
display: inline-block;
}
.full-w {
width:100%;
}



.cta-section:after {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background-color: rgba(4, 15, 40, .80);
background-color: rgba(4, 15, 40, 0.55);
background-image: url(../images/bg-pattern-1.png);
}

.cta-section img {
height: 280px;
width: 100%;
}



.service-block-five.inter-box .inner-box { 
border: 3px solid #f6f6f6;
border-radius: 10px;
overflow: hidden;
}

.service-block-five.inter-box .title-inner {
background: linear-gradient( to bottom, #eee , #ddd)
}



.service-block-five.inter-box .title-box h3 { 

font-size: 15px;
}

.info-steps {
padding: 0;
margin: 0;
}

.info-steps li {
list-style: none;
font-size: 14px;
margin-bottom: 10px;
}

.info-steps li strong {
color:#0d4895;margin-left: 10px;

}









.emag-prod {
border: 1px solid #eee;
}


.emag-prod img {
margin: 0 auto;
display: block;max-width: 100%;
}


.faf-gallery {
padding: 50px 0;
}

.afa-title {
font-size: 24px;
text-transform: capitalize;
margin-bottom: 25px;
}



.desc-prod p strong {
color: #0d4895;
}

.desc-prod p strong:first-child {
font-size: 22px;
margin-top: 10px;
display: block;color: #ef9f1e;
}


.wpb_wrapper.desc-prod p {
line-height: 35px;
letter-spacing: 1px;
}

.wpb_wrapper.desc-prod p,
.wpb_wrapper.desc-prod {
line-height: 27px;
}


.faf-gallery,
.wpb_wrapper.desc-prod {
text-align: left;
}

@media (max-width: 767px) {

.main-slider .owl-dots {
transform: translate(-50%,-50%);
bottom: 5px;

left: 50%;

display: flex;
justify-content: center;
top: auto;
}
.main-slider .owl-dots .owl-dot {
margin: 0 5px;
}

	.main-slider .title{

font-size: 18px;

margin-bottom: 6px;

	}

	

	.main-slider .title.title-two{

		font-size:28px;

	}


.main-slider h2 {
font-size: 15px;
line-height: 23px;margin-bottom: 5px;	
}

.main-slider .slide {
    height: 200px;
}
  
.sec-title h2 {
font-size: 17px;
}

.home .services .single_service {
margin-bottom: 0;
}

.colarge-1-new {
margin: 10px 10px 0px 40px;
}

.client-sec {
padding-top: 20px;
}

.img-colarge-new {
margin-bottom: 50px;
}



.welcom-to-section-new .wt-small-separator div {
margin-bottom: 15px;
font-size: 16px;
}


.md-hidden.sm-hidden {
display: none;
}


.cta-section img {
height: 130px;
}

.text-worker {
padding: 20px;
}


.text-over-block .inner-box .overlay h3,
.text-worker h3 {
font-size: 18px;
}

.text-worker > div {
line-height: 25px;color: #333;
}

.client-sec {
padding: 20px 0 !important;
}





.projects-section-three .text-column .inner {
float: none;
width: auto;
max-width: 100%;position: relative;padding: 25px;
}


.projects-section-three .text-column {
float: none;
display: block;
position: relative;
width: 100%;
}


.projects-section-three .image-column {
float: none;
display: block;
position: relative;
width: 100%;
min-height: 300px;
display: inline-block;}


.text-over-block .inner-box .overlay .over-inner {
padding: 10px;
}


.sec-title {
margin-bottom: 10px;
}

.services-section-four {

    position: relative;
    padding: 20px 0px 0;}


.service-block-five .title-inner {
height: auto;
padding: 10px 12px;
}
.service-block-five .title-box h3 {
font-size: 14px;
height: 45px;
overflow: hidden;
display: grid;
align-items: center;
line-height: 22px;
}

.form-card .form-head h3,
.projects-section-three .text-over-block .title {
    font-size: 18px;
}

.text-worker {
text-align: center;
}

.text-worker p,
.text-worker h3 {
margin-bottom: 10px;
}


.form-card .form-head h3 {
margin-bottom: 15px;
}




.top-right {
float: right;border-left: 1px solid #eee;
}
.lang-bo {
border-right: 0;
}

.top-right .social-links 
{

padding: 0;
}




.form-card .pull-right {
float:none !important;
}


.sec-btn { 
padding: 0 18px;height: 33px;
line-height: 33px;
}


.main-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;}

.main-slider .owl-dots .owl-dot::before {
width: 17px;
height: 17px;
}

    .widget.widget-link-2 ul li a { 
padding: 5px 0;
}

.form-card .form-head h6 p {
margin: 0;
}



.services-block-two {
padding: 0 5px;
}


.breadcrumbs {
margin-bottom: 10px;}




form.contactform > [class*="col-"] {
padding:0
}

.widget.widget_categories, .widget.widget_archive, .widget.widget_pages, .widget.widget_meta, .widget.widget_recent_comments, .widget.widget_recent_entries, .widget.widget_rss, .widget.widget_nav_menu {
padding: 15px;
}

.service-block-five .image-box .image img {
min-height: 160px;height: 160px;
}

}

