/*
Theme Name: Simurg
Theme URI: https://www.mojomarketplace.com/user/mexelina
Author: Theme Tosia
Author URI: http://www.themetosia.com
Description: Simurg - Multi-Purpose WordPress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simurg
Tags: custom-menu, featured-images,theme-options,post-formats

*/

/***** Table Of Contents *****
    1.0 Body and Core Css        
      1.1 Loading
    2.0 Header
      2.1 Menu
      2.2 Header
      2.3 Slider
      2.4 (Help)Top Sidebar
    3.0 Shortcodes 
      3.1 Services Shortcode
      3.2 Header Shortcode
      3.3 Why Shortcode
      3.4 Clients Shortcode
      3.5 Instagram Shortcode
      3.6 Newsletter Shortcode
      3.7 Team Member Shortcode
      3.8 Latest Posts Shortcode
      3.9 Funfact Shortcode
      3.10 Price Shortcode
      3.11 Contact Shortcode
      3.12 Skills Shortcode
      3.13 Banner Shortcode
      3.14 Collection Shortcode
      3.15 Faqs Shortcode
      3.16 Best Seller Shortcode
      3.17 Phone Mockup Shortcode
    4.0 Footer 
    4.1 404 Page 
    4.2 Blog Page
    4.3 Shop Page
    4.5 Responsive
*/

/** 1.0 Body And Core Css **/

body {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #494646;
  background-color: transparent; }

h1, h2, h3, h4, h5 {
  font-weight: 700;
  color: #000; }

h1 {
  font-size: 85px;
  line-height: 85px; }

h2 {
  font-size: 52px;
  line-height: 52px;}

h3 {
  font-size: 38px;
  line-height: 38px; }

h4 {
  font-size: 20px;
  line-height: 20px; }

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

p {
  font-weight: 400;
  color: #000;
  font-size: 15px;}

i {
  color: #000;
}

.clear_both {
  clear: both;
}

.right_block {
  max-width: 100%;
  width: 600px;
  float: right;
  padding-right: 30px;
  clear: both;
}

.left_block {
  max-width: 600px;
  float: left;
  background: #fff;
}

.social {
  list-style: none;
  display: inline-block;
}

.social li {
  float: left;
  margin-right: 5px;
}

.social i {
  color: #000;
  border: 1px solid #000;
  padding: 7px 7px;
  width: 28px;
  height: 28px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }

.social i:hover,
.social i:focus,
.social i:active {
  border-color:#05b7db !important;
  background: #05b7db;
  color: #fff;
  width: 28px;
  height: 28px; }

a {
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; 
  color: #000;}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color:#05b7db; 
  font-weight: 500}

button, input[type="submit"]{ 
  padding: 20px 40px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  background-color: #05b7db !important;
  color: #ffffff !important;
  border: 2px solid #fff !important;
  box-shadow: none !important;
  width: inherit !important;
  text-transform: uppercase !important;
  border-radius: 0px !important;
}

button:hover, input[type="submit"]:hover,
button:focus, input[type="submit"]:focus,
button:active, input[type="submit"]:active {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #05b7db !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; 
}

input[type="email"], 
input[type="number"],
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="text"],
input[type="time"], 
input[type="week"], 
input[type="search"],
input[type="month"], 
input[type="datetime"],
input[type="date"],
textarea, 
textarea.form-control, 
select{
  border: 1px solid #000;
  background-color:#ffffff;
  color: #000;
  background-image:none;
  width: 100%;
  padding:12px 10px;
  min-height: 50px;
  font-weight: 700;
  font-size: 16px;
  box-shadow: none;
  outline:none;}

input[type="email"]:hover, 
input[type="email"]:focus, 
input[type="email"]:active, 
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"]:active, 
input[type="password"]:hover, 
input[type="password"]:focus, 
input[type="password"]:active,  
input[type="tel"]:hover,
input[type="tel"]:focus, 
input[type="tel"]:focus,  
input[type="url"]:hover,
input[type="url"]:focus, 
input[type="url"]:active,  
input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active,
textarea:hover,
textarea:focus,
textarea:active{
  border-color:#eaeaea;}

.form-control:focus {
  box-shadow: none;
  border-color:#eaeaea;}

.wpcf7-form textarea,
.wpcf7-form input[type="email"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"] {
  border:none;
  border-bottom:1px solid #eaeaea;
  font-size: 15px;
  font-weight: 500
}

.wpcf7-form input[type="text"]::-moz-placeholder {  font-weight: 500; }
.wpcf7-form input[type="text"]::-webkit-input-placeholder {  font-weight: 500; }
.wpcf7-form input[type="text"]::-ms-input-placeholder {  font-weight: 500; }

.wpcf7-form button, 
.wpcf7-form input[type="submit"] {
  font-size: 15px !important;
  padding: 10px 40px !important;
  float: right !important;
}

.page-content-banner {
  width: 100%;
  background-size: cover;
  padding: 400px 0px 60px;
  text-align: center;
  color: #FFF;
  position: relative;
  overflow: hidden;
}

.page-content-banner .title {
  color: #fff;
}

.simurg_line {
  position: relative;
  display: inline-table;
}

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

.simurg_line_style_2 {
  top:0px;
}

.simurg_line_style_2 img {
  margin: 0 10px;
}

.simurg_line_style_2 .simurg_line {
  top: -25px;
}

.simurg_line_style_3 {
  display: table;
  width: 100%;
  height: 10px;
}

.simurg_line_style_3 .circle {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 10px;
  display: inline-block;
}

.simurg_line_style_3 .simurg_line {
  top: -5px;
}

.cbpw-fullWidth-force {
  left: 0px !important;
}

.vc_btn3-container {
  margin-bottom: 0px !important;
}

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

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px !important;
}

.header .header-search {
  margin-top: 28px;
  float: right;
  z-index: 22;
  position: relative;
}
.modal-backdrop {
  z-index: 1;
}

#header_search {
  background: rgba(0,0,0,0.6);
}

.header-search>a, .header-search>a:visited {
  display: block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #757575;
  font-size:16px;
}

.modal.fade .search_modal {
  bottom: 50%;
  position: absolute;
  left: 0;
  right: 0;
}

.modal.fade .search_modal .modal-header {
  border-bottom:0px;
}

.modal.fade .search_modal .modal-header:after, .modal.fade .search_modal .modal-header:before {
  content:'';
  display:block;
  clear:both;
}

.modal.fade .search_modal .modal-content {
  border-radius:0px;
  border:0px;
  background-color: rgba(0, 0, 0, 1);
}

.modal.fade .search_modal .modal-content button {
  border: none !important;
  background-color: transparent !important;
  color: #fff !important;
}

.modal.fade .search_modal .modal-content .modal-body input[type="text"] {
  border:0px;
  border-bottom: 1.5px solid #fff;
  color: #fff;
  width:95%;
  float: left;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  font-weight: 500;
}

.modal.fade .search_modal .modal-content .modal-body input[type="text"]::-moz-placeholder { color: #fff; }
.modal.fade .search_modal .modal-content .modal-body input[type="text"]::-webkit-input-placeholder { color: #fff; }
.modal.fade .search_modal .modal-content .modal-body input[type="text"]::-ms-input-placeholder { color: #fff; }

.modal.fade .search_modal .modal-content .modal-body button {
  display: none;
}

.modal.fade .search_modal .modal-content .modal-body {
  padding:20px 15% 150px;
}

.modal.fade .search_modal .close, .modal.fade .search_modal .close:visited {
  font-size:27px;
}

/** 1.1 Loading **/
#overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  opacity: 1;
  z-index: 9999999; }

#overlay.hidden {
  opacity: 0; }

#loadWrapper {
  width: 330px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -165px; }

#logo {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  text-transform: uppercase;
  width: 100%;
  margin-top: -10px;
  z-index: 99999999;
  color: #000; }

#left,
#right {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  z-index: 99999999; }

/* setup */
.topStroke,
.bottomStroke,
.leftStroke,
.rightStroke,
.leftStrokeMaskTop,
.leftStrokeMaskBottom,
.rightStrokeMaskTop,
.rightStrokeMaskBottom {
  background: #ffffff;
  position: absolute; }

.topStroke,
.bottomStroke {
  height: 3px;
  z-index: 2; }

.leftStroke,
.rightStroke,
.leftStrokeMaskTop,
.leftStrokeMaskBottom,
.rightStrokeMaskTop,
.rightStrokeMaskBottom {
  width: 3px;
  height: 100%; }

.topStroke {
  top: 0;
  left: 0; 
  background: #000;}

.bottomStroke {
  bottom: 0;
  left: 0; 
background: #000;}

#right .topStroke,
#right .bottomStroke {
  left: auto;
  right: 0; }

.leftStroke {
  top: 0;
  left: 0; background: #000;}

.rightStroke {
  top: 0;
  right: 0;background: #000; }

.leftStrokeMaskTop,
.leftStrokeMaskBottom,
.rightStrokeMaskTop,
.rightStrokeMaskBottom {
  background: #fff;
  top: 0;
  left: 0;
  z-index: 3; }

.rightStrokeMaskTop,
.rightStrokeMaskBottom {
  left: auto;
  right: 0; }

/* keyframes */
@-webkit-keyframes pulsate {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 1.0; } }
@-moz-keyframes pulsate {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 1.0; } }
@-o-keyframes pulsate {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 1.0; } }
@keyframes pulsate {
  0%, 100% {
    opacity: 0.5; }
  50% {
    opacity: 1.0; } }
@-webkit-keyframes destroy {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes destroy {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes destroy {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes destroy {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* transitions */
#overlay,
#loadWrapper {
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

#logo {
  opacity: 1;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

#logo.active {
  opacity: 0.5;
  -webkit-animation: pulsate 1.75s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite; }

.leftStrokeMaskTop,
.rightStrokeMaskTop {
  top: 50%;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.leftStrokeMaskBottom,
.rightStrokeMaskBottom {
  top: -50% !important;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.topStroke,
.bottomStroke {
  width: 0%;
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.loaded .topStroke,
.loaded .bottomStroke {
  width: 100%;
  transition-delay: 1s; }

.loaded .leftStrokeMaskTop,
.loaded .rightStrokeMaskTop {
  top: 100%; }

.loaded .leftStrokeMaskBottom,
.loaded .rightStrokeMaskBottom {
  top: -100% !important; }
/** 2.0 Header And Menu **/

/** 2.1 Menu**/

.navbar {
  margin-bottom: 0px;
  border: none;
  border-radius: 0px;
}

.navbar-custom {
  padding-top: 50px;
}

.navbar-nav li.dropdown >ul {
  -webkit-transition: 0.3;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.style-menu-2-white .navbar-header h3,
.style-menu-1-white .navbar-header h3 {
  color: #fff;
  margin-top: 8px;
}

.navbar-custom.style-menu-1-white.fixed-header,
.navbar-custom.style-menu-1.fixed-header {
  padding-top: 10px;
  padding-bottom: 3px;
}

.navbar-custom.style-menu-2-white.fixed-header,
.navbar-custom.style-menu-2.fixed-header{
  padding-top: 10px;
  padding-bottom: 3px;
}

.style-menu-2.fixed-header .dropdown-menu>li:after {
  background: #000;
}

.style-menu-2.fixed-header .dropdown-menu, 
.style-menu-1.fixed-header .dropdown-menu {
  border:none;
  background: #fff;
  border-top: 3px solid #05b7db;
}

.style-menu-2-white .navbar-nav>li>a,
.style-menu-1-white .navbar-nav>li>a {
  color: #fff;
}

.navbar.style-menu-2-white.fixed-header .dropdown-menu,
.navbar.style-menu-1-white.fixed-header .dropdown-menu {
  border:none;
  background: #000;
  border-top: 3px solid #05b7db;
} 

.navbar.style-menu-2-white.fixed-header .dropdown-menu a,
.navbar.style-menu-1-white.fixed-header .dropdown-menu a {
  color: #fff;
}

.navbar.style-menu-2-white.fixed-header .second-menu-button, 
.navbar.style-menu-1-white.fixed-header .second-menu-button {
  border-left-color: #fff;
}

.navbar.style-menu-2-white.fixed-header,
.navbar.style-menu-1-white.fixed-header {
  background-color: #000 !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: transparent !important;
}

.style-menu-2.white a {color:#fff;}
.style-menu-2.white i {color:#fff;}
.style-menu-1.white a {color:#fff;}
.style-menu-1.white i {color:#fff;}

.style-menu-2-white .second-menu-button,
.style-menu-1-white .second-menu-button {
  border-left-color: #fff;
}

.style-menu-2-white i,
.style-menu-1-white i {
  color: #fff !important;
}

.navbar-nav>li>a {
  font-size: 13px;
  font-weight: 600;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: transparent;
}

.navbar-right .dropdown-menu {
  left: auto;
  right: auto;
  padding: 30px;
  border: 1px solid #fff;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  -webkit-transition: 0.3;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

header.style-menu-1 {
  position: absolute;
}

.dropdown-menu>li>a {
  display: block;
  padding: 10px 5px;
  left: 0px;
  clear: both;
  font-weight: 600;
  line-height: 15px;
  color: #fff;
  white-space: nowrap;
  margin-bottom: -7px;
}

.dropdown-menu>li:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #fff;
  display: inline-block;
}

.dropdown-menu>li {
  padding: 0;
}

.dropdown-menu .dropdown-menu {
  position: relative;
  border-top: none !important;
  border: none;
  background: transparent;
  margin-top: 0;
  padding: 10px 10px 10px 10px;
  border-radius: 0px;
  margin-top: 5px;
}

.dropdown-menu>li:last-child:after {
  display: none;
}

.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #05b7db;
  font-weight: 600;
}

.dropdown-menu>.active>a {
  background: transparent;
 }

header.style-menu-2{
  position: absolute;
}

.style-menu-2 .fixed-header .dropdown-menu>li>a {
  color: #000;
}

.navbar-custom.fixed-header {
  margin-top: 0px !important;
}

.style-menu-1 .fixed-header .dropdown-menu>li>a  {
  color: #000;
}

.style-menu-1 .fixed-header .dropdown-menu>li>a:hover,
.style-menu-1 .fixed-header .dropdown-menu>li>a:focus,
.style-menu-1 .fixed-header .dropdown-menu>li>a:active {
  color: #fff !important;
}
.style-menu-1 .fixed-header .dropdown-menu>li:after {
  background: #000; 
}

.style-menu-1.white .fixed-header .dropdown-menu>li:after { 
  background: #fff;
}

#nav-primary{
  -webkit-transition: 0.3;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;}

.navbar.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: 0.3;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  background: #fff;}

/** 2.2 HEADER **/

header {
  width: 100%;
  z-index: 9;
  top:0px;
}

header .first_level,
header .second_level {
  float: left;
  color: #000;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 600;
}

header .third_level {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

header .top-header {
  padding:50px 0 50px;
  border-bottom: 1px solid #05b7db;
}

header .top-header i {
  margin-top: 3px;
}

header i {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-right: 10px;
  float: left;
  color:#000;
}

header a {
  font-size: 13px;
  font-weight: 600;
}

header a:hover,
header a:focus,
header a:active {
  font-size: 13px;
  font-weight: 600;
  color: #05b7db !important;
}

.navbar-right {
  margin-right: 0px;
}

header .right_section{
  display: block;
  float: right;
  text-align: right;
  margin-top: 16px;
  margin-left: 20px;
}

header .right_section .header-search {
  float: left;
}

header .right_section .woocommerce_menu {
  float: left;
}

.second-menu-button {
  border-left: 1px solid #000;
  padding-left: 10px;
  display: inline-block;
  position: relative;
}

.second-menu-button i {
  cursor: pointer;
}

.second-menu-button i:before {
  opacity: 1;
}

.page_light_title {font-size: 85px; font-weight: 200; color: #000;}
.page_bold_title  {font-size: 85px; font-weight: 700; color: #000; margin-left: 5px;}


.page-content-wrap {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.page-content-wrap .content-wrap {
  position: relative;
  overflow: hidden;
}

.page-content-wrap .content-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: opacity 0.8s, -webkit-transform 0s 0.8s;
  transition: opacity 0.8s, transform 0s 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.offset-canvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: -moz-linear-gradient(70deg, rgba(42,50,103,1) 0%, rgba(41,133,156,1) 49%, rgba(41,134,156,1) 50%, rgba(44,162,170,1) 76%, rgba(53,180,167,1) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(53,180,167,1)), color-stop(24%, rgba(44,162,170,1)), color-stop(50%, rgba(41,134,156,1)), color-stop(51%, rgba(41,133,156,1)), color-stop(100%, rgba(42,50,103,1))); /* safari4+,chrome */
  background: -webkit-linear-gradient(70deg, rgba(42,50,103,1) 0%, rgba(41,133,156,1) 49%, rgba(41,134,156,1) 50%, rgba(44,162,170,1) 76%, rgba(53,180,167,1) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(70deg, rgba(42,50,103,1) 0%, rgba(41,133,156,1) 49%, rgba(41,134,156,1) 50%, rgba(44,162,170,1) 76%, rgba(53,180,167,1) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(70deg, rgba(42,50,103,1) 0%, rgba(41,133,156,1) 49%, rgba(41,134,156,1) 50%, rgba(44,162,170,1) 76%, rgba(53,180,167,1) 100%); /* ie10+ */
  background: linear-gradient(20deg, rgba(42,50,103,1) 0%, rgba(41,133,156,1) 49%, rgba(41,134,156,1) 50%, rgba(44,162,170,1) 76%, rgba(53,180,167,1) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b4a7', endColorstr='#2a3267',GradientType=0 ); /* ie6-9 */
  display: block;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  -o-transform: translateX(300px);
  transform: translateX(300px);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 999999999999;
}
.offset-canvas a.toggle-off-offset-canvas {
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 18px;
  color: #fff;
  margin-left: -7px;
}
.active-canvas .offset-canvas {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.active-canvas .page-content-wrap .content-wrap:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.active-canvas .page-content-wrap {
  -webkit-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.offset-canvas .menu {
  overflow: visible;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 30px 20px 20px 20px;
}

.offset-canvas .description {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.offset-canvas ul.social {
  margin: 20px;
}
.offset-canvas ul.social li {
  margin-bottom: 5px;
}

.offset-canvas ul.social a {
  border:none;
  padding: 0px;
}

.offset-canvas ul.social i {
  border-color:#fff;
}

.offset-canvas .scroller {
  height: 100%;
  overflow-y: auto;
}

.offset-canvas .second-menu-logo {
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
}

.offset-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offset-canvas ul li {
  display: block;
  font-size: 16px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  position: relative;
  z-index: 101;
  line-height: 12px;
}

.offset-canvas ul li.has-submenu > a {
  cursor: text;
}

.offset-canvas ul li.has-submenu:after {
  content: "\f107";
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 17px;
  cursor: pointer;
  font-family: "FontAwesome";
  z-index: -1;
}

.offset-canvas ul li a {
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #a0c1cf;
}

.offset-canvas ul li a:hover {
  color: #a0c1cf;
}

.offset-canvas i {
  color: #fff;
}

.offset-canvas ul li ul {
  display: none;
  margin: 0;
  padding: 0 0 0 15px;
}

/**2.3 Slider**/

.slider_line {
  border-bottom: 1px solid #05b7db;
  width: 600px;
}

/**2.4 Top Sidebar**/

aside.top-sidebar {
  width: 30px;
  background: #05b7db;
  padding: 10px 5px 5px 8px;
  position: fixed;
  top: 50%;
  font-size: 16px;
  margin-top: -63px;
  transition: padding .2s, margin-top .2s;
  border-left: none;
  z-index: 9999;
  right: 0;
}

aside.top-sidebar i {
  color: #fff;
  font-size: 15px; 
  padding-bottom: 5px;
}

aside.top-sidebar ul {
  list-style: none;
}

aside.top-sidebar span {
  background: #000;
  color: #fff;
  padding: 8px 10px;
  width: 150px;
  font-size: 13px;
  position: absolute;
  left: 0;
  font-weight: 500;
  line-height: 13px;
  display: none;
  transition: left 1s ease-in-out;

}

aside.top-sidebar .one:hover .one_layer,
aside.top-sidebar .two:hover .two_layer, 
aside.top-sidebar .three:hover .three_layer {
  display: inline-block;
  left: -150px;
}

aside.top-sidebar .one span {
  top: 0px;
}

aside.top-sidebar .two span {
  top: 29px;
}

aside.top-sidebar .three span {
  top: 52px;
}


/** 3 Shortcodes **/

/** 3.1 Services Shortcodes **/

.services_box.service-style-2 .box {
  float: left;
}

.services_box.service-style-2.phone {
  margin-right: 80px;
}

.services_box.service-style-3.phone {
  margin-left: 80px;
}

.services_box.service-style-3 .box {
  float: right;
}

.services_box.service-style-3 .title {
  margin-top: 0px;
}

.services_box.service-style-3,
.services_box.service-style-2 {
  display: inline-block;
}

.services_box.service-style-2 .box .title {
  margin-top: 0px;
}

.services_box i {
  font-size: 30px;
  color:#000;
  padding: 30px;
  border: 1px solid #b2b2b2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.services_box .title {
  margin: 30px 0 30px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.services_box .description {
  font-weight: 300;
}

.services_box:hover i,
.services_box:focus i {
  background: #05b7db;
  color: #fff;
  border-color: #05b7db;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.services_box:hover .title,
.services_box:focus .title {
  color: #05b7db;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}


/** 3.2 Header Shortcodes **/

.section_header {
  position: relative;
}
.section_header .right_title {
  padding-left: 10px;
}

/** 3.3 Why Shortcode **/

.why_box i{
  font-size: 38px;
  color: #fff;
  border: 1px solid #fff;
  width: 180px;
  height: 180px;
  padding: 71px;
}

.why_box .title{
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin: 30px 0 15px;
}

.why_box .description {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

.why_box .line {
  border-top: 3px solid #fff;
  text-align: center;
  width: 60px;
  margin: 55px 0 0;
  display: inline-block;
opacity: 0;}

.why_box:hover .line,
.why_box:hover .focus {
  opacity: 1;
}

.why_box:hover {
  border: 1px solid #fff;
  background: rgba(5, 183, 219, 0.7);
}

.why_box {
  display: inline-block;
  border:1px solid transparent;
  padding: 55px 25px 55px 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.why_box:hover i {
  background: #fff;
  color: #05b7db;
}

/** 3.4 Clients **/

.owl-clients .content {
  color: #000;
  font-size: 38px;
  line-height: 50px;
}

.owl-clients .company {
  font-size: 15px;
  font-weight: 300;
  color: #000;  
}

.owl-clients .clients_item {
  margin: 0 10%;
  text-align: center;
}

.owl-clients .line{
  margin: 45px 0;
  border-top: 1px solid #000;
}

.owl-clients .title {
  color: #000;
  margin: 15px 0 50px;
}

.owl-clients .owl-controls .owl-dots span {
  width: 15px;
  height: 1.2px;
  margin: 5px 5px;
  border-radius: 0px;
  background: #000;
  opacity: 0.5;
}

.owl-clients .owl-dots .owl-dot.active span, 
.owl-clients .owl-dots .owl-dot:hover span{
  background: #000;
  opacity: 1;
}

.clients img {
  margin-bottom: 60px;
}

/** 3.5 Instagram Shortcode **/
.footer-instagram{
  text-align: center;
  padding-top: 5px;
}

.footer-instagram .title {
  font-weight: 400;
  font-size: 15px;
}

/** 3.6 Newsletter **/
.mc4wp-form label {
  display: none;
}

.mc4wp-form input[type="email"] {
  width: 260px !important;
  float: left;
  border-color: #bcbbbb;
  border-right-color: transparent;
}

.mc4wp-form input[type="submit"] {
  border: none !important;
  background: #05b7db !important;
  color: #fff !important;
  padding: 14px 15px !important;
  font-size: 12px !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; 
}
.mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:focus,
.mc4wp-form input[type="submit"]:active {
  background: #000 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; 
}


.mc4wp-form input[type="email"]::-webkit-input-placeholder { /* WebKit */
  color:#000;
  font-size: 14px;
  font-weight: 400;
}
.mc4wp-form input[type="email"]::-moz-placeholder { /*Firefox */
  color:#000;
  font-size: 14px;
  font-weight: 400;
}
.mc4wp-form input[type="email"]:-ms-input-placeholder { /* IE */
  color:#000;
  font-size: 14px;
  font-weight: 400;
}

/** 3.7 Team Member **/

.team {
  position: relative;
}

.team img {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.team .hover {
  position: absolute;
  background-image: url("img/team_hover.png");
  z-index: 9;
  background-repeat: no-repeat;
  top: 0;
  height: calc(100% - 64px);
  left: 32px;
  right: 32px;
  top: 32px;
  opacity: 0;
}

.team:hover .hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; 
  opacity: 1;
}

.team .hover .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  width: 211px;
}

.team .hover .name h4 {
  font-size: 22px;
  color: #fff;
}

.team .hover .name {
  padding: 30px;
  border: 1px solid #fff;
  display: inline-block;
}

.team .hover .title {
  background: #05b7db;;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: table;
  padding: 5px 10px;
  margin: -15px auto 0;
  position: relative;
}

.team .hover .social {
  position: absolute;
  bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
}

.team .hover .social a {
  margin-left: 5px;
}

.team .hover .social i {
  color: #fff;
  border-color: #efefef;
}

.team .hover .social i:hover, 
.team .hover .social i:focus, 
.team .hover .social i:active {
  border-color: #05b7db !important;
}

.team .hover .social .social_account {
  position: absolute;
  bottom: 20px;
}

/** 3.8 Latest Posts **/

.owl_latest_posts .blog-box{
  text-align: center;
  padding: 50px 20px;
  border-right: 1px solid #000;
}

.owl_latest_posts .blog-box .title {
  font-size: 24px;
  font-weight: 700;
}

.owl_latest_posts .blog-box .category {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
}

.owl_latest_posts .blog-box .date {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0;
}

.owl_latest_posts .blog-box .paragraph {
  font-size: 14px;
  font-weight: 400;
  height: 82px;
  overflow: hidden;
}

.owl_latest_posts .owl-dots  {
  width: 100%;
  margin-top: 50px;
}

.owl_latest_posts .owl-dots .owl-dot {
  width: 50%;
}

.owl_latest_posts .owl-dot span {
  height: 1px !important;
  width: 100% !important;
  background: #000 !important;
  border-radius: 0 !important; 
  margin:0px !important;
}

.owl_latest_posts .owl-dot.active span {
  width: 100% !important;
}

.owl_latest_posts .owl-dot.active span,
.owl_latest_posts  .owl-dot:hover span,
.owl_latest_posts  .owl-dot:active span{
  height: 20px !important;
  background: #05b7db !important;
} 




/** 3.9 Funfacts Shortcode **/

.funfact i {
  font-size: 70px;
  color: #fff;
  font-weight: 300;
}

.funfact .counter_number {
  font-size: 58px;
  color: #fff;
  margin: 30px 0 20px;
  font-weight: 600;
}

.funfact .counter_title {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}

/** 3.10 Price Shortcode **/
.pricing-container {
  max-width: 1170px;
}

.pricing-container ul {
  list-style-type: none;
}

.pricing-container.full-width {
  width: 100%;
  max-width: none;
}

.pricing-switcher {
  text-align: center;
}

.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 2px solid #05b7db;
}

.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
  width: 90px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

.pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 40px;
  width: 90px;
  background-color: #243336;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  -o-transform: translateX(90px);
  transform: translateX(90px);
}

.no-js .pricing-switcher {
  display: none;
}

.pricing-list {
  margin: 2em 0 0;
}

.pricing-list > li {
  position: relative;
  margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  .pricing-list {
    margin: 3em 0 0;
  }
  .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.pricing-wrapper {
  position: relative;
}

.touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}

.pricing-wrapper > li {
  background-image: url("img/price_bg.png");
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  border:1px solid #fff;
}

.pricing-wrapper > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-wrapper > li.is-ended::after {
  display: none;
}

.pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
}

.pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
  z-index: 3 !important;
}

.no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

.pricing-header h2 {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 36px;
}

.pricing-header {
  height: auto;
  padding: 50px 0;
  pointer-events: auto;
  text-align: center;
  color: #173d50;
  background-color: transparent;
  position: relative;
}

.pricing-header .price {
  margin-top: 40px;
}

.exclusive .pricing-header {
  color: #1bbc9d;
  background-color: transparent;
}

.currency,
.value {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
}

.duration {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.exclusive .duration {
  color: #f3b6ab;
}

.duration::before {
  content: '/';
  margin-right: 2px;
}

.exclusive .currency,
.exclusive .duration {
  color: #fff;
}

.currency {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}


.pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
  overflow: hidden;
}

.pricing-body {
  overflow-x: visible;
}

.pricing-features:after {
  content: "";
  display: table;
  clear: both;
}

.pricing-features li {
  float: none;
  width: auto;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.pricing-features li:after {
  content: "";
  height: 1px;
  width: 100px;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  text-align: center;
  margin: 20px auto;
}

.pricing-features {
  width: auto;
}


.exclusive .pricing-features li {
  margin: 0 3px;
}

.pricing-features em {
  display: inline-block;
  margin-bottom: 0;
  font-style: normal;
}

.has-margins .exclusive .pricing-features li {
  margin: 0;
}

.pricing-footer {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  height: auto;
  padding: 10px 0 30px;
  text-align: center;
}

.pricing-footer::after {
  display: none;
}

.has-margins .pricing-footer {
  padding-bottom: 0;
}

.select {
  position: static;
  display: inline-block;
  height: auto;
  padding: 20px 50px;
  color: #fff;
  border-radius: 2px;
  border: 2px solid #fff;
  font-size: 18px;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all .6s;
  font-weight: 500;
}

.no-touch .select:hover {
  background-color: #05b7db;
  color: #ffffff;
}

.exclusive .select {
  background-color: #05b7db;
  color: #ffffff;
}

.no-touch .exclusive .select:hover {
  background-color: #153465 !important;
}

.secondary-theme .exclusive .select {
  background-color: #05b7db;
}

.no-touch .secondary-theme .exclusive .select:hover {
  background-color: #153465;
}

.has-margins .select {
  display: block;
  padding: 1.7em 0;
  border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

/** 3.11 Contact Shortcode **/
.contact-content i {
  float: left;
  margin-right: 15px;
  font-size: 25px;
  color: #05b7db;
}


.contact-content .box a {
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
  color: #05b7db;
  font-weight: 400;
}

.contact-content .box a:hover,
.contact-content .box a:focus,
.contact-content .box a:active {
  font-weight: 400;
  font-size: 13px;
  color: #000 !important;
}


.contact-content .box {
  display: inline-block;
}

.contact-content .box h5 {
  font-size: 17px;
  color: #000;
  line-height: 17px;
}

.contact-content .lines {
  background: #05b7db;
  width: 65px;
  height: 1px;
  margin: 15px 0;
}

.contact-content .description {
  line-height: 20px;
}

.contact_grid {
  list-style: none;
}

.contact_grid li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.contact_grid_bottom_line {
  border-bottom: 1px solid #bbb;
}

.contact_grid_height_line {
  border-left: 1px solid #bbb;
}

.contact_grid button,
.contact_grid input[type="submit"] {
  float: right;
  width: auto !important;
}

/** 3.12 Skills Feature **/
.chart {
  display: inline-block;
  margin: 40px auto 20px;
  padding: 0 10px;
  text-align: center;
}

.chart span {
  font-weight: 100;
  font-size: 35px;
}

.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  line-height: 120px;
}

.easyPieChart .inchart {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 4px solid rgba(255,255,255,0.5);
  border-radius: 100%;
}

.chart .label {
  margin-bottom: 20px !important;
  display: inline-block;
}

.chart .percentage,
.chart .label {
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.chart .percentage {
  font-size: 30px;
}

.percentage.easyPieChart {
  width: 120px !important;
  line-height: 120px !important;
  height: 120px !important;
}

.chart sup {
  font-size: 30px;
  font-weight: 100;
  top: 0px;
  margin-left: 2px;
}

/** 3.13 Banner Shortcode **/
.banner {
  padding: 45px;
  display: inline-block;
}

.banner .content {
  background: #fff;
  padding: 45px;
}

.banner .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}

.banner .header {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
} 

.banner i{
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.banner .description {
  margin-bottom: 45px;
  padding-right: 25px;
  height: 83px;
  overflow: hidden;
}

.banner img {
  background-size: cover;
}
.banner a {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.banner a:hover i,
.banner a:focus i,
.banner a:active i,
.banner a:hover,
.banner a:focus,
.banner a:active {
  color: #05b7db;
}

.banner .discount{
  background: #05b7db;
  position: absolute;
  top: 101.5px;
  right: -60px;
  padding: 50px 10px;
  border-radius: 100%;
  font-size: 45px;
  color: #fff;
}

/** 3.14 Collection **/

.collection {
  position: relative;
}

.collection img {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.collection .hover {
  position: absolute;
  background-image: url("img/team_hover.png");
  z-index: 9;
  background-repeat: no-repeat;
  top: 0;
  height: calc(100% - 64px);
  left: 25px;
  right: 25px;
  top: 25px;
  opacity: 0;
}

.collection:hover .hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s; 
  opacity: 1;
}

.collection .hover .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  width: 275px;
}

.collection .hover .name h4 {
  font-size: 20px;
  color: #fff;
}

.collection .hover .name {
  padding: 30px;
  border: 1px solid #fff;
  display: inline-block;
}

.collection .hover .title {
  background: #05b7db;;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  display: table;
  padding: 5px 10px;
  margin: -15px auto 0;
  position: relative;
}

/** 3.15 Faqs **/

.faqs dt {
  padding: 30px;
  color: #797979;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.faqs .item {
  border: 1px solid #cdcdcd;
  margin-top: -1px;
}

.faqs dt i {
  float: right; color: #797979;
  font-size: 13px;
}

.faqs .content {
  padding: 0 30px 30px 30px;
  font-size: 15px;
  color: #797979;
}

.wpb_widgetised_column .widget-title {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 30px;
}

.wpb_widgetised_column .widget {
  margin-bottom: 70px;
}

/** 3.16 Best Seller **/

.best_seller {
  position: relative;
}

.best_seller .customNavigation .product_next{
  margin-right: 0px;
  position: absolute;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: table;}

.best_seller .customNavigation .product_prev{
  margin-left: 0px;
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  display: table;}


.best_seller .customNavigation .product_prev i,
.best_seller .customNavigation .product_next i{
  color:#666;
  font-size: 30px;
}

.best_seller .customNavigation .product_prev i:hover,
.best_seller .customNavigation .product_next i:hover{
  color: #000;}

.best_seller .title a {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}  

.best_seller .item {
  text-align: center;
}

.best_seller .price {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 22px;
}

/** 3.17 Phone Mockup **/

#mockup-carousel {
  background-image: url(img/phone_mockup.png);
  padding: 91px 19px;
  background-size: contain;
  max-width: 350px;
  max-height: 730px;
}

#mockup-carousel .owl-stage-outer {
  max-height: 547px;
}

#mockup-carousel .owl-controls .owl-dots span {
  width: 15px;
  height: 1.2px;
  margin: 5px 5px;
  border-radius: 0px;
  background: #000;
  opacity: 0.5;
}

#mockup-carousel .owl-dots .owl-dot.active span, 
#mockup-carousel .owl-dots .owl-dot:hover span{
  background: #000;
  opacity: 1;
}

#mockup-carousel .owl-controls {
  margin-top: 130px;
}


/** 4.0 Footer **/

#footer {
  padding: 70px 0 20px;
}

#footer .widget-container .widget-title {
  font-weight: 600;
  margin-bottom: 50px;
}

#footer .widget-container .widget-title:after {
  border-bottom: 1px solid #000;
  content: "";
  position: absolute;
  background: #000;
  width: 50px;
  left: 15px;
  top: 30px;
}

#footer .last_widget .widget-container .widget-title:after {
  left: 15px;
}

#footer .widget-container ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  display: none;
  text-decoration: inherit;
  font-size: 15px;
  left: 0px !important;
  position: absolute;
  font-weight: 600;
  color: #05b7db;
}

#footer .widget-container ul li a:hover:before {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; 
}

#footer .widget-container {
  margin-bottom: 30px
}

#footer .widget-container a {
  font-weight: 500;
  margin-left: 0px !important
}

#footer .widget-container ul {
  list-style:none;
}

#footer .widget-container ul li {
  margin-bottom: 20px;
}

#footer .widget-container a:hover,
#footer .widget-container a:focus,
#footer .widget-container a:active {
  font-weight: 500;
}

.subfooter {
  padding-bottom: 100px;
}

.subfooter .copyright {
  font-size: 15px;
  margin-top: 60px;
}

.subfooter .social i{
  border-color: #bcbbbb;
}

/** 4.1 404 PAGE **/
.error-page-header{
  height: 500px;
  background: #05b7db;
  padding: 0;
  margin: 0;
  border: none;
}

#error-page {
  background: #f3f3f3;
}

#error-page .error-404 {
  padding: 100px 0;
}

#error-page p {
  margin-top: 40px;
  margin-bottom: 100px;
}

/** 4.2 BLOG PAGE **/

.sticky {}

.bypostauthor{}

#blog-bg {
  background-color: #000;
  width: 100%;
  position: relative;
  padding: 400px 0px 60px;
  display: inline-block;
}

#blog-bg .left_title {
  font-size: 85px;
  font-weight: 200;
  color: #000;
}

#blog-bg .right_title {
  font-size: 85px;
  font-weight: 700;
  color: #000;
  margin-left: 5px;
}

.blog-content {
  margin-top:80px;
  margin-bottom: 80px;
}

.blog-content .entry-title a {
  font-size: 50px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}

.blog-content .category a {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
}

.blog-content .post-date {
  font-size: 15px;
  margin-top: 20px;
  color: #000;
}

.entry-content a {
  font-weight: 500;
}

.blog-content .entry-content {
  margin-top: 30px;
  padding-bottom: 45px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 45px;
}

.blog-content a.more-button span {
  font-size: 15px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 500;
}

.archives .post-desc,
.blog-content .post-desc {
  list-style-type: none;
  margin-top: 30px;
  clear: both;
}

.archives .post-desc li,
.blog-content .post-desc li {
  float: left;
  color: #000;
  margin-right: 10px;
}


.blog-content .post-desc li span a,
.blog-content .post-desc li span {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}

.archives .entry-content,
.blog-content .entry-content .blog-writer {
  margin-top: 50px;
}

.blog-content .entry-content .blog-writer .social-share {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  float: left;
  margin-top: 7px;}


.blog-content .entry-content .blog-writer .social i {
  border: none;
}


.blog-page-links .page-links-title,
.blog-content .entry-content .blog-writer .single-tag-list-title {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-right: 30px;
  text-transform: uppercase;
  border:none;
}

.blog-page-links .page-links-title {
  padding:0px;
}

.blog-page-links {
  display: inline-block;
  margin-top: 30px;
}

.blog-content .entry-content .blog-writer .single-tag-list {
  margin-top: 30px;
}

.page-links span, 
.blog-content .entry-content .blog-writer .single-tag-list span a {
  font-size: 15px;
  padding:10px;
  border-radius: 10px;
  border:1px solid #000;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
}

.post-nav .pager-post-name p {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}

.pager li>a, .pager li>span {
  border: none;
  border-radius: 0px;
  font-weight: 400;
}

.pager li>a:focus, .pager li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.pager li.previous {
  text-align: left;
}

.pager li.next {
  text-align: right;
}

.pager li.next i {
  margin-left: 20px;
}

.pager li.previous i {
  margin-right: 20px;
}

.pager li.next:hover i,
.pager li.previous:hover i {
  color: #05b7db;
    -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; 
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6,
#blog-page h1,
#blog-page h2,
#blog-page h3,
#blog-page h4,
#blog-page h5,
#blog-page h6 {
  color: #000;
  margin: 30px 0 15px 0;}

blockquote {
  border: 0px;
  font-size: 18px;
  font-style: italic;
  margin: 55px 0px 25px;
  padding: 0px;
  color:#000;}

blockquote:after, blockquote:before {
  display: inline-block;
  color: #000;
  font-size: 70px;
  font-style: normal;}

blockquote:after {
  content: '”';
    display: inline-block;
  line-height: 0;
  width:6%;
  text-align: right;
  vertical-align:bottom;}

blockquote:before {
  content: '“';
  display:inline-block;
  line-height: 0;
  width:6%;
  text-align:left;
  vertical-align: top;}

blockquote p {
  width:87%;
  display:inline-block;
  margin-top: -25px;}

blockquote p, 
blockquote ol:last-child, 
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom:10px;}

.entry-content ol, .entry-content ul {
  margin-left: 5%;
}

.blog-content ul li, .archives ul li, #blog-page ul li,
.blog-content ol li, .archives ol li, #blog-page ol li {
  line-height: 30px;
}

.blog-content p, .archives p, #blog-page p {
  line-height: 25px;
  font-weight: 400;
  color: #000;
  margin-bottom: 25px;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

.wp-caption p,
.wp-caption-text {
 font-size: 13px;
font-weight: 600;}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  max-width: 100%;
}

.wp-caption-text a {
  font-weight: 400;
}

b, strong {
  color: #000;
  font-weight: 700;
}

.entry-header .h2o_media img {
  width: 100%;}

.blog-content-paragraph a {
  font-weight: 600;}

.comments-area {
  margin: 90px 0 90px 0;}

.comments-area-col {
  padding:0px 7.5px;}

.comments-area-row {
  margin:0px -7.5px;}

.comment-list li .comment-body ul li, .comment-list li .comment-body ol li {
  margin-bottom: 5px;}

.comment-list li .comment-body ul li:after, .comment-list li .comment-body ol li:after {
  display:none;}

#comments .comments-title, #comments .comment-reply-title {
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin: 0px 0px 25px;
  text-transform:uppercase;
  color: #000}

#comments ul ul,
#comments ol ol { margin-left:20px }

.page #comments {
  margin-top: 50px;}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0px 0px 50px;}

.comment-list .children {
  list-style: none;
  padding: 0;
  margin: 0 0 0 30px;}

.comment .avatar {
  border-radius:50%;
  float:left;
  overflow: hidden;
  margin-right: 20px;
  border:1px solid #f0f0f0;}

.comment .comment-body .comment-author .comment-meta {
  font-size:10px;
  margin:6px 0px;}

.comment .comment-body .comment-author .comment-meta i {
  margin-right:5px;}

.comment .comment-body .comment-author cite {
  font-weight: 600;
  font-size:18px;
  font-style: normal;
  color:#000;}

.comment .comment-body .reply {
  background:#05b7db;
  text-transform:uppercase;
  display:table;
  float:right;
  transition: opacity 0.2s, transform 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s, transform 0.2s ease-in-out;}

.comment .comment-body .reply:hover, .comment .comment-body .reply:focus {
  background: #000;
  transition: opacity 0.2s, transform 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s, transform 0.2s ease-in-out;}

.comment .comment-body .reply a, .comment .comment-body .reply a:visited {
  color: #FFFFFF;
  display: block;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;}

.comment .comment-body p {
  margin:0px;}

.comment .comment-body .comment-meta {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  color: #939393;}

.comment .comment-body .comment-meta a, 
.comment .comment-body .comment-meta a:visited {
  color: #05b7db;
  font-weight: 600;
  font-size: 15px;}

.comment .comment-body .comment-meta:hover a,
.comment .comment-body .comment-meta:focus a {
  color: #000;}

.comment .comment-body .comment-author {
  margin-bottom: 10px;}

.comment .comment-body .comment-author .says {
  display:none;}

.comment .comment-body:after,
.comment .comment-body:before {
  clear:both;
  display:block;
  content:'';}

.comment-list li {
  margin-bottom:25px;}

.comment-list li:last-child:after {
  display:none;}

.comment-list li:after {
  content: '';
  clear: both;
  display: block;
  padding-top: 25px;
  border-bottom: 1px solid #E1E1E1;
  width: 75%;
  margin: 0 auto;}

.comment-list .children li {
  margin-bottom:0px;
  margin-top:30px;}

#comments button, #comments input[type="submit"] {
  text-transform:uppercase;}

#comments .form-control::-webkit-input-placeholder { color:#464646; font-weight: 500;}
#comments .form-control::-moz-placeholder { color:#464646; font-weight: 500; } /* firefox 19+ */
#comments .form-control:-ms-input-placeholder { color:#464646; font-weight: 500;} /* ie */
#comments .form-control input:-moz-placeholder { color:#464646;  font-weight: 500;}

#comments input[type="email"],
#comments input[type="number"],
#comments input[type="password"],
#comments input[type="tel"],
#comments input[type="url"],
#comments input[type="text"],
#comments input[type="time"],
#comments input[type="week"],
#comments input[type="search"],
#comments input[type="month"],
#comments input[type="datetime"],
#comments input[type="date"],
#comments textarea,
#comments textarea.form-control,
#comments select{
  border: 1px solid #f0f0f0;
  color: #000;
  font-size: 15px;
}

#comments button,#comments input[type="submit"] {
  font-size: 15px !important;
  line-height: 15px;
  float: right;
  margin-top: 10px;
}

.search-page .entry-header { margin-top: 0;}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2em;}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;}

.no-comments {
  border-top: 1px solid #eaeaea;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;}

.comment-navigation + .no-comments {
  border-top: 0;}

.required {
  color: #c0392b;}

.comment-reply-title small {
  font-size: 100%;}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;}

.post-entry .gallery {
  margin: auto;}

.post-entry .gallery .gallery-item, #blog-page .gallery-item {
  display: inline;
  margin-top: 10px;
  text-align: center;}

.post-entry .gallery img, #blog-page .gallery img {
  border: 2px solid #cfcfcf;}

.post-entry .gallery .gallery-caption, #blog-page .gallery-caption {
  margin-left: 0;}
 
.not-found p,
.not-found h2 {
  color: #000;}  

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-play button {
  background-position: 0 0;
  width: 16px !important;
  padding: 0px !important;
  border: none !important;
  background-color: transparent !important;  }

table td {
  padding: 5px;
  border: 1px solid #eee;
}

dl dt {
  padding: 5px;
}

.pagination>.active>a, 
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #05b7db;
  border-color: #05b7db;
}
.pagination>li>a:focus, 
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover { 
  background: transparent;}
  
.pagination>li>a, .pagination>li>span {
  color: #05b7db; }


/* 13. Widgets */

.other-post .other-post-title h2,
.other-post .other-post-title h2,
.blog-content-title {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 20px;
  text-transform: uppercase;}

.other-post-content {
  list-style-type: none; }

.other-post-content li {
  margin-bottom: 30px;
  display: flex; }

.other-post-content a {
  color: #000; 
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;}

.other-post-content p {
  margin: 10px 0 10px 0;
  line-height: 20px;
  font-weight: 400;
  text-align: left; 
  max-height: 63px;
  overflow: hidden;}

 .other-post-content .post-date {
  margin-top: 0px;
 } 

.other-post-content .read-more {
  font-size: 18px;
  font-weight: 700;
  line-height: 13px;
  color: #000; }

.other-post-content a:hover,
.other-post-content a:focus,
.other-post-content a:active {
  color: #05b7db; }


.widget-area .widget {
  color: #000;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 0 auto 60px;
  width: 100%;
  word-wrap: break-word;}

.widget-area  .widget pre {
  line-height: 1.2;}

.widget-area .widget-title {
  color: #000;
  line-height: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;}

.widget-area  .widget > :last-child {
  margin-bottom: 0;}

.widget_calendar table {
  margin: 0;
  width:100%;}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;}

.widget_calendar caption {
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  color: #fff;
  display: block;
  font-weight: 700;}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #000;
  color: #fff;}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
  border: 0;
  color:#000;
  font-weight: 500;
  margin-left: 15px;}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
  color:#05b7db;;
  text-decoration:none;
  font-weight: 500;
}

.widget_archive a:hover:before,
.widget_categories a:hover:before,
.widget_pages a:hover:before {
  color: #05b7db;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.widget_pages a:before,
.widget_categories a:before,
.widget_archive a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-size: 15px;
  margin-left: 15px;
  left: 0px !important;
  position: absolute;
  font-weight: 600;
  color: #000;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding-left:0;}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
  padding: 2px 0;}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
  border-top: 0;
  padding-top: 0;}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
  padding-bottom: 0;}

.widget_recent_entries .post-date {
  display: block;}

.widget.widget_pages ul ul,
.widget.widget_pages ol ol,
.widget.widget_pages ul ol,
.widget.widget_pages ol ul,
.widget.widget_nav_menu ul ul,
.widget.widget_nav_menu ol ol,
.widget.widget_nav_menu ul ol,
.widget.widget_nav_menu ol ul {
  margin-left: 15px;
}

.widget.widget_tag_cloud .tagcloud a {
  padding:0px 5px;
}


.widget_rss ul {
  list-style: none;
  margin: 0;}

.widget_rss li {
  margin-bottom: 1.6em;}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;}

.widget_rss .rsswidget img {
  margin-top: -4px;}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;}

.textwidget > :last-child {
  margin-bottom: 0;}

.textwidget a {
  border-bottom: 1px solid #333;}

.textwidget img,
.textwidget .size-large {
  width:100%;
  height:auto;}

.textwidget a:hover,
.textwidget a:focus {
  border-bottom: 0;}

.search-page header a {
  font-size: 15px;
}
.search-field   {
  max-width: 241px;
  padding: 8px;
  border:none !important;
  margin: 0 0 15px;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -webkit-box-shadow: 5px 6px 9px -6px rgba(0,0,0,0.3) !important;
  -moz-box-shadow: 5px 6px 9px -6px rgba(0,0,0,0.3) !important;
  box-shadow: 5px 6px 9px -6px rgba(0,0,0,0.3) !important; }

.search-field::-webkit-input-placeholder { color:#494646; font-weight: 500;}
.search-field::-moz-placeholder { color:#494646; font-weight: 500; } /* firefox 19+ */
.search-field:-ms-input-placeholder { color:#494646; font-weight: 500;} /* ie */
.search-field input:-moz-placeholder { color:#494646;  font-weight: 500;}

.search-submit {
  display:none;}

label .screen-reader-text,
h2.screen-reader-text {
  display:none;}

.tagcloud a {
  padding: 10px !important;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 15px !important;
  font-weight: 500;
  display: inline-block;
  margin: 5px;
}

.vc_inline-link,
.post-edit-link,
.post-edit-link span  {
  font-weight: 500;
}

/* 4.5 Shop Page */ 
.shop-content{
  margin-top: 150px;
  -webkit-box-shadow: 0px -4px 5px -4px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px -4px 5px -4px rgba(0,0,0,0.15);
  box-shadow: 0px -4px 5px -4px rgba(0,0,0,0.15);
  padding: 60px 0 60px;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  width: 150px;
  height: 150px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  height: 50px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}

.woocommerce-page #content table.cart td.actions .input-text::-moz-placeholder { color: #000; font-weight: 500;}
.woocommerce-page #content table.cart td.actions .input-text::-webkit-input-placeholder { color: #000; font-weight: 500; }
.woocommerce-page #content table.cart td.actions .input-text::-ms-input-placeholder { color: #000; font-weight: 500; }

.cart_totals.calculated_shipping h2 {
  font-size: 22px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  color: #000;
}

.return-to-shop {
  margin-top: 30px;
}

.place-order .button,
.woocommerce .cart .button, 
.woocommerce .cart input.button {
  border: 1px solid #05b7db !important;
  font-size: 15px !important;
  border-radius: 0px;
  padding: 16px 40px !important;
}

.place-order input[type="submit"]:hover,
.place-order input[type="submit"]:focus,
.place-order input[type="submit"]:active,
.woocommerce .cart input[type="submit"]:hover, 
.woocommerce .cart input[type="submit"]:focus,
.woocommerce .cart input[type="submit"]:active {  
  background-color: #05b7db !important;
  color: #fff !important;
  border-color: #05b7db !important;
  opacity: .7;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color:  #05b7db !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color:  rgba(5, 183, 219, 0.7) !important;
  color: #fff !important;
}


.form-submit input[type="submit"] {
  border:none !important;
}

.form-submit input[type="submit"]:hover, 
.form-submit input[type="submit"]:focus, 
.form-submit input[type="submit"]:active {
  color: #fff !important;
  background-color:  rgba(5, 183, 219, 0.7) !important;
}

.woocommerce table.shop_table {
  border-radius: 0px;
}

.woocommerce table.shop_table a,
.woocommerce table.shop_table span {
  font-weight: 600;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin: 30px 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

.product-single .product-info p {
  font-style: normal;
}

.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 600;
  padding: 8px;
  font-size: 15px;
  color: #000;
}

.shop-content .woocommerce-tabs h4,
.shop-content .woocommerce-tabs h2 {
  font-size: 22px !important;
  line-height: 22px !important;
  margin-bottom: 30px;
}

.woocommerce #reviews h3 {
  font-size: 15px;
}

.woocommerce table.shop_attributes {
  margin: 30px 0;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  width: 100%;
  float:none;}

.woocommerce span.onsale {
  top: 0px;
  left: inherit;
  padding: inherit;
  font-weight: 500;
  line-height: 100px !important;
  position: absolute;
  text-align: center;
  right: 15px;
  font-size: 25px !important;
  margin: 0;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #05b7db;
  color: #fff;
  font-size: .857em;
  -webkit-font-smoothing: antialiased;
  width: 100px;
  height: 100px;
  color: #000;
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  font-size: 22px;
  line-height: 22px;
}

.single .product-info .related.products {
  display: none;
}

.product-single .product-info del span {
  color: #000;
  font-weight: 600;
  font-size: 24px;
}

.product-single .product-info .price {
  margin: 40px 0;
}

.product-single .product-info p {
  font-weight: 500;
}

.product-single .product-info ins span {
  color: #ff0000;
  font-weight: 600;
  font-size: 24px;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
  font-size: 1.25em;
}

.woocommerce #order_review_heading {
  margin-top: 30px;
  font-size: 22px;
}

.woocommerce form  textarea,
.woocommerce form  input[type="email"],
.woocommerce form  input[type="tel"],
.woocommerce form  input[type="text"] {
  font-size: 15px;
  font-weight: 600;
  border:1px solid rgba(0,0,0,0.1);
}

.woocommerce .woocommerce-shipping-fields h3,
.woocommerce .woocommerce-billing-fields h3 {
  font-size: 22px;
}

.product-sale .price del .amount {
  display: none;
}

.product-sale .price ins {
  background-color: transparent;
}

.product-sale .price ins .amount {
  font-size: 24px;
  font-weight: 400;
}


/*---------------------------------------------------------------*/
/* Shopping Cart Widget / #cart-widget */
/*---------------------------------------------------------------*/
.shopping-container {
  position: relative;
}

.shopping-container .medium-h {
  border-bottom: 1px solid  #e4e4e4;
}

.shopping-container .small-h {
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  line-height: 25px;
  text-transform: uppercase;
  border-bottom: none;
}

.shopping-container .big-coast {
  color: #252525;
  font-size: 16px;
}

.shopping-container .big-coast:hover {
  color: #252525;
}

.shopping-container .btn.border-blue {
  padding: 10px 6px !important;
  margin-bottom: 10px;
  font-size: 13px !important;
  background-color: #05b7db;
  border-color: #05b7db;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shopping-container .btn.border-blue:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.shopping-container:hover .cart-popup-container {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 55px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}


.cart-popup-container {
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.25s;
  -ms-transition: all 0.3s ease 0.25s;
  -o-transition: all 0.3s ease 0.25s;
  transition: all 0.3s ease 0.25s;
  padding: 20px 25px 25px;
  width: 300px;
  background: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 40px !important;
  right: 0;
  -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.07000000000000001);
}
.cart-popup-container p {
  font-size: 14px;
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-popup-container a {
  color: #000 !important;
}
.cart-popup-container a:hover,
.cart-popup-container a:focus,
.cart-popup-container a:active {
  color: #05b7db !important;
}

.cart-popup-container .cart-popup .empty {
  margin-bottom: 0;
}

.cart-popup-container:before {
  content: '';
  display: block;
  top: -15px;
  left: 248px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #000;
  border-width: 7px 8px;
  margin-left: -6px;
}

.cart-popup-container:after {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  width: 100%;
  height: 30px;
  right: 0;
}

.cart-summ {
  color: #000;
}

.cart-summ:hover,
.cart-summ:focus {
  color: #000;
  text-decoration: none;
}

.cart-popup-container .widget_shopping_cart_content img {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  float: right;
}

.cart-popup-container .widget_shopping_cart_content .quantity {
  display: inherit;
}

.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product_list_widget li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.product_list_widget .media > .pull-left {
  margin-right: 15px;
  padding: 5px;
  border: 1px solid #ddd;
}
.product_list_widget .media-heading {
  margin: 0 0 8px;
}

.product_list_widget .media-heading a:hover {
  color: #767676;
}
.product_list_widget .rating {
  margin: 7px 0 0;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #000;
  text-decoration: none;
  background-image: none;
  color: #fff;
}

.woocommerce a.remove,
.cart-popup-container .total,
.cart-popup-container .buttons {
  padding-top: 8px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #05b7db;
  color: #fff;
  font-size: 15px !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: #05b7db;
}

.woocommerce .woocommerce-message:before {
  color: #05b7db;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  font-weight: 600;
  font-size: 15px;
}

.shop_table thead {
  background:#e1e1e1;
  text-transform: uppercase;
  color: #000;
}

/*************************************/
/***** Screen Max. Width = 1024px *****/
/*************************************/
@media screen and (max-width: 1024px) { 

.left_title {
  line-height: 60px;
}


.mc4wp-form input[type="email"] {
  width: 200px !important;
}

.easyPieChart canvas {
  width: 120px !important;
  height: 120px !important;
}


.padding-button {
  padding-top: 30px;
}

.team {
  height: 285px !important;
  min-height: 285px !important;
  display: inline-block;
}

.team .hover {
 height: 360px !important;
}

.team .hover .name {
  padding: 30px 20px;
}

.services-height .vc_empty_space {
  height: 20px;
}

.wpcf7-form textarea {
  height: 150px;
}

.right_block {
  padding-left: 15px;
}

.contact-content .box {
  margin-top: 15px;
}

.collection img {
  height: 425px;
}

.collection .hover .desc {
  width: auto;
  padding: 0 15px;
}

}

/*************************************/
/***** Screen Max. Width = 767px *****/
/*************************************/
@media (min-width:767px) {
  .navbar li:hover>ul { display:block; }
}

/*************************************/
/***** Screen Max. Width = 768px *****/
/*************************************/
@media (max-width:768px) {

.navbar-toggle {
  background: transparent !important;
  border: none !important;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-right .dropdown-menu {
  right: 0px;
}

header .right_section {
  display: none !important;
}

.nav>li>a {
  padding: 15px 7px;
}

.left_title {
  line-height: 20px;
  font-size: 20px;
}

.padding-button {
  padding-top: 10px;
}

.team .hover {
  height: 265px !important;
}

.collection .hover,
.team .hover {
  left: 10px;
  right: 10px;
  top: 10px;
}

.collection .hover {
  height: 295px !important;
}

.collection .hover .name,
.team .hover .name {
  padding: 30px 10px;
}

.team .hover .desc {
  width: 190px;
}

.collection img {
  height: 315px !important; 
}

button, input[type="submit"] {
  padding: 20px 20px !important;}

.team img {
  height: 285px;
}

.value {
  font-size: 50px;
}
.currency {
  font-size: 20px;
}

.pricing-features li:after {
  margin: 10px auto;
}

.pricing-header .price {
  margin-top: 20px;
}

.pricing-header {
  padding: 30px 0;
}

.faqs dt {
  font-size: 15px;
}

.page_bold_title {
  line-height: 85px;
}

.section_header.shop_main .right_title,
.section_header.shop_main .left_title {
  font-size: 50px !important;
}

.navbar-right {
  margin-top: 2px;
}

#footer .last_widget .widget-container .widget-title:after {
  left: 15px;
}

#footer .widget-container .widget-title {
  margin-top: 50px;
}

.subfooter .newsletter {
  margin-bottom: 30px;
}

.subfooter .social-block {
  text-align: left;
  margin-bottom: 30px;
}

.subfooter .logo {
  margin-left: 15px;
}

}


/*************************************/
/***** Screen Max. Width = 736px *****/
/*************************************/
@media (max-width:736px) {

.style-menu-2-white,
.style-menu-1-white {
  background: #000;
}

.style-menu-2,
.style-menu-1 {
  background: #fff;
}


.style-menu-1-white .navbar-toggle span,
.style-menu-2-white .navbar-toggle span {
  background: #fff !important;
  margin-top: 8px;
}

.style-menu-2 .navbar-toggle span,
.style-menu-1 .navbar-toggle span {
  background: #000;
}

.style-menu-2 .navbar-toggle,
.style-menu-1 .navbar-toggle {
  margin-top: 8px;
}

.style-menu-1-white .dropdown-menu>li>a,
.style-menu-2-white .dropdown-menu>li>a{
  color: #fff !important;
}

.style-menu-1-white .dropdown-menu>li:after,
.style-menu-2-white .dropdown-menu>li:after {
  background: #fff !important;
}

.dropdown-menu {
  border:none !important;
}


.style-menu-2 .dropdown-menu>li>a,
.style-menu-1 .dropdown-menu>li>a {
  color: #000;
}

.style-menu-2 .dropdown-menu>li:after,
.style-menu-1 .dropdown-menu>li:after {
  background: #000;
}

.dropdown-menu>li>a {
  margin-left: 15px;
}

.dropdown-menu>li {
  margin-left: 15px;
}

.dropdown-menu>li:after {
  width: 95%;
}

.caret { float: right;}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
  padding: 5px 15px 5px 15px;
}

.style-menu-1-white .dropdown-menu>.active>a:focus, 
.style-menu-1-white .dropdown-menu>.active>a:hover, 
.style-menu-1-white .dropdown-menu>li>a:focus, 
.style-menu-1-white .dropdown-menu>li>a:hover {
  color: #fff !important;
}

.dropdown-menu>li>a{
  display: table;
}

header .top-header {
  display: none;
}

.navbar-custom {
  padding-top: 10px;
}

.navbar-right .dropdown-menu {
  padding:0px;
}

.dropdown-menu>li:after {
  margin-left: 15px;
}

.navbar-right {
  margin-right: 0px;
  margin-left: 0px;}

.navbar-collapse {
  margin-top: 5px;
}

.scroll-to {
  margin-left: 15px;
}

.left_title {
  font-size: 30px;
  line-height: 100%;
}

.center_class .vc_btn3-right {
  text-align: center !important;
  margin-bottom: 30px !important;
}

.center_class .vc_btn3-left {
  text-align: center !important;
}

.services_box {
  margin-bottom: 50px;
}

.height_0px {
  height: 0px !important;
}

.height_50px {
  height: 50px !important;
}

.section_paragraph .paragraph_content {
  margin-bottom: 30px;
}

.mc4wp-form input[type="email"] {
  width: 150px !important;
}

.chart {
  display: table;
}

.button-none {
  display: none !important;
}

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

.team {
  margin-bottom: 30px;
}

.funfact {
  margin-bottom: 50px;
}
.contact_grid_bottom_line {
  border: none;
}

.right_block {
  width: 100% !important;
}

.pricing-wrapper > li {
  background-repeat: round;
}

.contact_grid_height_line {border:none;}

.contact-content i {
  float: inherit;
  display: inherit;
  margin-right: 0px !important;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-content .lines {
  display: inline-block;
}

}

/*************************************/
/***** Screen Max. Width = 414px *****/
/*************************************/
@media (max-width:414px) {

.simurg_line_style_2 .simurg_line {
  display: none;
}
.services_box.service-style-2 .box {
  margin-bottom: 30px;
}

#mockup-carousel {
  display: none;
}

.services_box.service-style-2.phone {
  margin-right: 0px;
}

.services_box {
  margin-bottom: 0px;
}

.services_box.service-style-3.phone {
  margin-left: 0px;
}
.services_box.service-style-3 .box {
  float: none; 
  margin-bottom: 30px;
}

.section_header .right_title {
  line-height: 100%;
}

.margin-50px {
  margin-bottom: 50px;
}

.services_section .left_title {
  font-size: 60px !important;
}

.services_section .right_title {
  font-size: 40px !important;
}

.services_page .right_title,
.services_page .left_title {
  font-size: 30px !important;
}

.page_light_title,
.page_bold_title {
  font-size: 75px !important;
}

}

/*************************************/
/***** Screen Max. Width = 320px *****/
/*************************************/
@media (max-width:320px) { 

.subfooter .social li {
  margin-bottom: 5px;
}

}