/*
[Main Stylesheet]
Theme: Avas - Responsive Multi-Purpose WordPress Theme.
Author: theme-x
[Table of contents]
--------------------------------------------------------------------
1. Body
2. Preloader
3. Header
4. Sub Header
5. Breadcrumbs
6. Menu
7. Search
8. Slider
9. Social Media
10. Posts / Blog
11. Related Posts
12. Services
13. Portfolio
14. Team
15. Comments
16. Widgets
17. Pagination
18. Footer
19. Contact Form 7
20. Mailchimp
21. Error 404
22. Back to top
23. Login / Register
24. Testimonial
--------------------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Body
------------------------------------------------------------ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #5a5a5a;
}
a {color: #00BCD4;}
a:hover, a:focus {
  text-decoration: none !important;
  color: #222;
}
textarea:focus, input:focus{
    outline: none;
}
textarea {resize: none !important}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left{float: left}
.right{float: right;}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.center{text-align: center;}
embed,
object,
img {
  max-width: 100%;
    height: auto;
  border: 0;
}
iframe{
    max-width: 100%;
  border: 0;  
}
/*Default Table style*/
table {
border-collapse: collapse !important;
}
table td,
table th {
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
/* 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-size: 0.875rem;
  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. */
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.zoom-thumb {
  position: relative;
  overflow: hidden;
}
.zoom-thumb img {
  max-width: 100%;
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
.zoom-thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
.space-team{padding-bottom: 80px;}
.space-content {
  padding: 80px 0;
}
.space-author{padding: 50px 0;}
.space-eng {
  padding: 75px 0 60px;
}
.space-service {
  padding: 75px 0 45px;
}
.space-single { padding: 50px 0; }
.space-content-bottom {padding-bottom: 60px}
.col-centered{
    float: none !important;
    margin: 0 auto;
}
.desktop {display: none}
.navigation.post-navigation {
  clear: both;
  padding-top: 20px;
}
@media(min-width: 768px){
.space_home{padding-top: 140px}
.space_business_no_top{padding-top: 164px}
}
@media(max-width: 768px){
  .space_business{padding-top: 110px}
}
.space_news{padding-top:20px;}
.space-50{margin-bottom: 50px}
.space-100{margin-bottom: 100px}
abbr[data-original-title], abbr[title] {
    border-bottom: 0 !important;
}
.mt40{margin-top: 40px}
.m-l-md{margin-left:1em;}

/* ---------------------------------------------------------
   2. Preloader
------------------------------------------------------------ */
.elementor-editor-active .pre-loader,
.elementor-editor-preview .pre-loader{display: none}
.pre-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
.sk-fading-circle {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
/* ---------------------------------------------------------
   3. Header
------------------------------------------------------------ */
/* wp admin bar display properly */
.admin-bar .header {
  top: 32px;
}
.admin-bar .fixed-top #main_head {
    top: 0px;
    position: absolute;
}
/* Sticky header */
.fixed-top #main_head {
  top:0;
  position: absolute;
  animation-duration: 0.6s;
  animation-name: sticky;
  animation-timing-function: ease-out;
}
.no-sticky.fixed-top {display: none}
@keyframes sticky {
  0% {
    margin-top: -100px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes sticky {
  0% {
    margin-top: -100px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
.fixed-top #top_head {display: none}
.header {
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
    position: absolute;
}
.header.fixed-top {position: fixed;}
.header, .fixed-top.header, 
.fixed-top.double-header, 
.admin-bar .fixed-top #main_head, 
.fixed-top #main_head {
    transition: all 0.5s ease-in-out; 
}
#top_head {
  width: 100%;
  position: relative;
  z-index: 99;
}
.head_contact li {
  display: inline-block; 
  margin: 8px;
}
.head_contact li:first-child {
  margin-left: 0;
}
.head_contact li a {
  color: #fff;
}
.head_contact li a:hover {
  color: #F2F2F2;
}
.head_contact i {
  color: #fff;
  margin-right: 10px;
}
#main_head {
  width: 100%;
  position: relative;
}
.head_contact ul, .social_media ul {
    margin: 0;
    padding: 0;
}
.navbar-brand{height: auto !important}

/*business header*/
@media(min-width: 768px){
.fixed-top .sticky_hide{display: none}
}
.info-box {
    position: relative;
    float: left;
    font-size: 13px;
    color: #777777;
    padding: 0px 40px 0px 10px;
}
.upper-column.info-box.last{padding-right: 0;}
.info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #1F365C;
    font-size: 34px;
    text-align: left;
    line-height: 1.2em;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-box strong {
    font-weight: 600;
    color: #111111;
    font-size: 15px;
    display: block;
    margin-bottom: 4px;
}
.info-box li {
    position: relative;
    line-height: 20px;
    color: #777777;
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    list-style: none;
}
.info-box:after {
    position: absolute;
    content: '';
    right: 0px;
    top: -1px;
    width: 1px;
    height: 50px;
    background-color: #ededed;
}
.info-box.last:after {
  content:none;
}
.icon-box img{width: 40px}

/*header center*/
.logo-center{float:none;margin:0 auto;}
.logo-center .navbar-header{margin:0 auto;float:none;}
.logo-center .navbar-brand>img{margin:0 auto;float:none;}
.logo-center .navbar-brand{margin:0 auto;float:none;display: block;}

.hp-abs{position: absolute;}
.hp-inh{position: inherit;}

/*show / hide - normal / sticky logo*/
.header.fixed-top .bddex_logo img,
.header .bddex_sticky_logo img{display: none}
.header.fixed-top .bddex_sticky_logo img{display: block;}
/* ---------------------------------------------------------
   4. Sub header
------------------------------------------------------------ */ 
.sub-header-default {
  margin-top: 150px;
}
.sub-header-title-default {margin-top: 0}
.sub-header-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #00BCD4;
    text-align: center;
}
/* ---------------------------------------------------------
   5. Breadcrumbs
------------------------------------------------------------ */ 
.breadcrumbs{
  text-align: center;
}
.breadcrumbs a {
    color: #fff;
}
span.sep {
  color: #888;
  padding: 0 5px;
}
.breadcrumbs a:hover {
    color: #00BCD4;
}
/* ---------------------------------------------------------
   6. Menu
------------------------------------------------------------ */ 
.bddex-menu-list > ul > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.current-menu-item > a {
    cursor: text;
}
.navbar-toggle {margin: 20px 0 !important;}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
     background-color: transparent !important; 
}
.navbar-default .navbar-toggle {
    border-color: #00cee6 !important;
    border-radius: 0 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333 !important;
}

.navbar-default {
  background-color: transparent !important;
  border: none !important;
}
/*.navbar-default .navbar-nav > li:first-child a {
    padding-left: 0;
}*/
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent !important;
}
.dropdown-menu {
  border-radius: 0 !important;
  padding: 0 !important;
}
.dropdown-menu > li > a {
    padding: 10px 20px !important;
    font-size: 13px;
}
.dropdown-menu > li {
  border-bottom: 1px solid #f1f1f1;
}
@media(min-width: 991px) {
.navbar-nav > li > a {
    padding-top: 32px;
    padding-bottom: 32px;
}
}
.navbar {margin-bottom: 0 !important}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  background: transparent !important
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  background: transparent !important
}
/* 3rd level */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
      }
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -1px !important;
    margin-left: 1px !important;
}
.dropdown-submenu {
    position: relative !important;
}
.dropdown-submenu.pull-left {
    float: none !important;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100% !important;
}
.no-menu {
  padding: 22px 0;
  color: #222;
}
/*top menu*/
.top_menu {
    float: right;
    list-style: none;
    margin:0;
}
.top_menu > li {
    display: inline-block;
    padding: 8px;
}

/*footer menu*/
.footer-menu {
    float: right;
    list-style: none;
    margin:0;
}
.footer-menu li {
    padding-right: 10px;
    display: inline-block;
}
.footer-menu li:last-child {
  padding-right: 0;
}
.footer-menu li:after {
    content: '/';
    padding-left: 10px;
}
.footer-menu li:last-child:after {
  content: '';
}
.widget_nav_menu .menu-item a:before {
    content: '\f105';
    font-family: Fontawesome;
    padding-right: 10px;
}
.widget_nav_menu .menu-item {
    padding-bottom: 5px;
}
/*Mega Menu*/
@-webkit-keyframes menuEffect {
  0% {
    opacity:0;
    top:calc(100% + 20px);
  }
  100% {
    opacity:1;
    top:100%;
  }
}
@keyframes menuEffect {
  0% {
    opacity:0;
    top:calc(100% + 20px);
  }
  100% {
    opacity:1;
    top:100%;
  }
}
@-webkit-keyframes menuEffectSub {
  0% {
    opacity:0;
    top:20px;
  }
  100% {
    opacity:1;
    top:0;
  }
}
@keyframes menuEffectSub {
  0% {
    opacity:0;
    top:20px;
  }
  100% {
    opacity:1;
    top:0;
  }
}
.bddex-hamburger {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  top:25px;
  display:none;
  position:absolute;
  top:50%;
  right:15px;
  background:transparent;
  border:0;
  width:22px;
  height:16px;
  padding:0;
  cursor:pointer;
  z-index:999;
  overflow:hidden;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}
.bddex-hamburger:before, .bddex-hamburger:after, .bddex-hamburger span {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  background:#ffffff;
}
.bddex-hamburger:before, .bddex-hamburger:after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  height:2px;
  width:100%;
}
.bddex-hamburger:after {
  top:auto;
  bottom:0;
}
.bddex-hamburger span {
  position:absolute;
  width:100%;
  height:2px;
  left:0;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  -o-transform:translateY(-50%);
}
/*.bddex-hamburger:hover:before, .bddex-hamburger:hover:after, .bddex-hamburger:hover span { background:#fb383b; }*/
.bddex-hamburger.active span { display:none; }
.bddex-hamburger.active:before {
  top:7px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.bddex-hamburger.active:after {
  bottom:7px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
@media (max-width: 991px) {
  .bddex-hamburger { display:block; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bddex-menu-list > ul > li > a { min-width:70px !important; }
  
}
@media (min-width: 1599px) and (max-width: 3500px) {
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4,
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 { width:1136px !important; }
}
@media (min-width: 992px) {
 
  .bddex-menu-list > ul {
    margin:0;
    padding:0;
    float: right;
  }
.business .bddex-menu-list > ul,
.news .bddex-menu-list > ul {
  float: left;
}  
.bddex-menu-list > ul > li {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:inline-block;
    list-style:none;
}
/*.bddex-menu-list > ul > li:last-child {
    border-right: 0;
}*/
.bddex-menu-list > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    position:relative;
    display:inline-block;
    padding:32px 10px;
   /* margin-left: -4px;*/
}
/*menu item border top on hover*/
.bddex-menu-list > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    border-top: 2px solid;
    transform: scale(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.55s ease;
    -moz-transition: -moz-transform 0.45s ease,opacity 0.55s ease;
    -ms-transition: -ms-transform 0.45s ease,opacity 0.55s ease;
    -o-transition: -o-transform 0.45s ease,opacity 0.55s ease;
    transition: transform 0.45s ease,opacity 0.55s ease;
}
.bddex-menu-list > ul > li > a:hover:before {
    /*opacity: 1;*/
    transform: scale(1) translateZ(0);
}
.bddex-menu-list > ul > li .bddex-dropdown-menu-item {
    /*Dropdown style*/
    position:relative;
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:100%;
    left:0;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:8px 15px;
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li.menu-item-has-children > a, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li.page_item_has_children > a { position:relative; }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li.menu-item-has-children > a:after, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li.page_item_has_children > a:after {
    content:"\f105";
    font-family:FontAwesome;
    position:absolute;
    margin-left:5px;
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li:hover > a, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li.current-menu-item > a, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li.current-menu-ancestor > a, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li.current_page_item > a { background:#313131; }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:0;
    left:100%;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:8px 15px;
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul > li:hover > a, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul > li.current-menu-item > a, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul > li.current-menu-ancestor > a, .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li > ul > li.current_page_item > a { background:#313131; }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item > ul > li:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.4s both;
  }
  .bddex-menu-list > ul > li .bddex-dropdown-menu-item:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.4s both;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item {
    /*Dropdown style*/
    position:relative;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:100%;
    left:0;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:8px 15px;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a { position:relative; }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li.menu-item-has-children > a:after, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li.page_item_has_children > a:after {
    content:"\f105";
    font-family:FontAwesome;
    position:absolute;
    margin-left:5px;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > a, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-item > a, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li.current-menu-ancestor > a, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li.current_page_item > a { background:#313131; }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:0;
    left:100%;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:8px 15px;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li:hover > a, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-item > a, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current-menu-ancestor > a, .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li > ul > li.current_page_item > a { background:#313131; }
  .bddex-menu-list > ul > li.page_item_has_children.page_item > ul > li:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.4s both;
  }
  .bddex-menu-list > ul > li.page_item_has_children.page_item:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.4s both;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item {
    /*Dropdown style*/
    position:relative;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:100%;
    left:0;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow:0 0 20px 0 rgba(0,0,0,0.5);
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:24px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:10px 5px 5px 0;
    border-bottom: 1px solid;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.menu-item-has-children > a:after, 
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.page_item_has_children > a:after {
    content:"\f105";
    font-family:FontAwesome;
    position:absolute;
    margin-left:5px;
  }
  /*.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > a, .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-item > a, .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current-menu-ancestor > a, .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li.current_page_item > a { background:#313131; }*/
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:0;
    left:100%;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:10px 5px 5px 0;
    border-bottom: 1px solid;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a > i { margin-right:5px; }
  /*.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li:hover > a, .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-item > a, .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current-menu-ancestor > a, .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.current_page_item > a { background:#313131; }*/

  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.4s both;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.4s both;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:100%;
    left:0;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:0;
    z-index:-1;
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li {
    list-style:none;
    position:relative;
    margin:25px 0;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:8px 15px;
  }


 /*4th level start*/

/*3rd level arrow*/
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.menu-item-has-children > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.page_item_has_children > a { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.menu-item-has-children > a:after, 
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li.page_item_has_children > a:after {
    content:"\f105";
    font-family:FontAwesome;
    position:absolute;
    margin-left:5px;
  }
/*3rd level arrow end*/

.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:0;
    left:100%;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
}
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
}
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:10px 5px 5px 0;
    border-bottom: 1px solid;
 }
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.4s both;
}
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li > a > i { margin-right:5px; }
/*4th level end*/

/*5th level start*/
/*4th level arrow*/
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li.menu-item-has-children > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li ul > li.page_item_has_children > a { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li ul > li.menu-item-has-children > a:after, 
  .bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li ul > li.page_item_has_children > a:after {
    content:"\f105";
    font-family:FontAwesome;
    position:absolute;
    margin-left:5px;
  }
/*4th level arrow end*/
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li > ul {
    display:none;
    background:#252525;
    position:absolute;
    top:0;
    left:100%;
    min-width:215px;
    text-align:left;
    margin:0;
    padding:25px 0;
    z-index:-1;
    -webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
}
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li > ul > li {
    list-style:none;
    position:relative;
    padding:3px 15px;
}
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:14px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:10px 5px 5px 0;
    border-bottom: 1px solid;
 }
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffectSub 0.4s both;
    -moz-animation:menuEffectSub 0.4s both;
    -o-animation:menuEffectSub 0.4s both;
    animation:menuEffectSub 0.4s both;
}
.bddex-menu-list > ul > li.menu-item-has-children.nomega-menu-item > ul > li > ul > li > ul > li > ul > li > a > i { margin-right:5px; }

/*5th level end*/


  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 { width:420px; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li { width:50%; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 { width:630px; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li { width:33.3333%; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 { width:840px; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li { width:25%; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 { padding:0; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li {
    list-style:none;
    float:left;
    padding:0 15px;
    border-right:1px solid rgba(255,255,255,0.1);
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li:last-child, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li:last-child, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li:last-child { border-right:none; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:12px;
    font-weight:700;
    line-height:20px;
    letter-spacing:0.1em;
    text-transform:uppercase;
    color:#b5b5b5;
    padding:5px 15px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 > li > a > i,
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a > i,
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a > i, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 > li > a.hide_link,
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > a.hide_link,
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > a.hide_link, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > a.hide_link { display:none; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul {
    margin:0;
    padding:0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li {
    list-style:none;
    padding:3px 0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 > li > ul > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > ul > li {
    list-style:none;
    padding:3px 0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 > li > ul > li > ul > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > ul > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > ul > li > ul > li, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > ul > li > ul > li {
    list-style:none;
    padding:3px 0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 > li > ul > li > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:block;
    font-size:13px;
    font-weight:400;
    line-height:24px;
    letter-spacing:0.06em;
    color:#b5b5b5;
    padding:3px 15px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns1 > li > ul > li > a > i, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > i, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > i, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > i { margin-right:5px; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li > a > sup, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li > a > sup, .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li > a > sup {
    font-size:8px;
    vertical-align:baseline;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li:hover > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-item > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns2 > li > ul > li.current-menu-ancestor > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li:hover > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-item > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns3 > li > ul > li.current-menu-ancestor > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li:hover > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-item > a, 
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul.columns4 > li > ul > li.current-menu-ancestor > a { 
    /*font-weight: 600; */
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li { list-style:none; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.bddex-banner {
    margin:0;
    padding:0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.bddex-banner .bddex-banner-wrap {
    position:relative;
    min-height:374px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.bddex-banner .bddex-banner-wrap .bddex-overlay {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    opacity:0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.bddex-banner .bddex-banner-wrap .bddex-overlay > a {
    position:absolute;
    top:50%;
    left:50%;
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#ffffff;
    background:#fb383b;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -moz-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -o-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    -ms-transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
    transform:translateX(-50%) translateY(-50%) scale(0.8) rotate(-90deg);
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.bddex-banner .bddex-banner-wrap .bddex-overlay > a:hover {
    color:#fb383b;
    background:#ffffff;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.bddex-banner .bddex-banner-wrap:hover .bddex-overlay { opacity:1; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li.bddex-banner .bddex-banner-wrap:hover .bddex-overlay > a {
    -webkit-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    -moz-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    -o-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    -ms-transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
    transform:translateX(-50%) translateY(-50%) scale(1) rotate(0deg);
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget .wg-title {
    font-size:14px;
    line-height:32px;
    letter-spacing:0.08em;
    color:#b5b5b5;
    margin-bottom:0;
    padding:3px 0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li {
    list-style:none;
    margin-bottom:10px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li:last-child { margin-bottom:0; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a { line-height:0; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img {
    float:left;
    width:55px;
    height:auto;
    margin-left:0;
    margin-right:10px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a img:hover { opacity:0.8; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title {
    display:inline-block;
    font-size:11px;
    font-weight:900;
    line-height:11px;
    letter-spacing:0.1em;
    color:#b5b5b5;
    max-width:110px;
    overflow:hidden;
    text-overflow:ellipsis;
    text-transform:uppercase;
    white-space:nowrap;
    margin-top:6px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > a .product-title:hover { color:#fb383b; }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li .amount {
    
    font-size:14px;
    font-weight:600;
    font-style:italic;
    line-height:14px;
    color:#ececec;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > del {
    font-size:14px;
    line-height:14px;
    color:#b5b5b5;
    margin-right:5px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > del .amount {
    font-size:14px;
    line-height:14px;
    color:#b5b5b5;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item > ul > li .widget.widget_products .product_list_widget > li > ins {
    font-size:16px;
    color:#ececec;
    text-decoration:none;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.mega-menu-item:hover > ul {
    display:block;
    z-index:999;
    -webkit-animation:menuEffect 0.4s both;
    -moz-animation:menuEffect 0.4s both;
    -o-animation:menuEffect 0.4s both;
    animation:menuEffect 0.4s both;
  }
  .bddex-menu-list > ul > li.menu-item-has-children.algleft { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children.algleft > ul { left:0; }
  .bddex-menu-list > ul > li.menu-item-has-children.algright { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children.algright > ul { right:0; }
  .bddex-menu-list > ul > li.menu-item-has-children.algcenter { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children.algcenter > ul {
    left:50%;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
  }
  .bddex-menu-list > ul > li.menu-item-has-children.fullwidth > ul {
    left:0;
  }
  
}
@media (max-width: 991px) {
  .bddex-menu-list {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    display:none;
    min-width:320px;
    background:#252525;
    margin:0;
    padding:10px 20px;
    position:absolute;
    top:0;
    right:0;
    z-index:999;
    /*border-bottom:2px solid #fb383b;*/
    -webkit-animation:fadeInUp 0.4s both;
    -moz-animation:fadeInUp 0.4s both;
    -o-animation:fadeInUp 0.4s both;
    animation:fadeInUp 0.4s both;
  }
  .bddex-menu-list.active-menu-mb { display:block; }
  .bddex-menu-list > ul {
    text-align:left;
    margin:0;
  }
  .bddex-menu-list > ul > li {
    -wekbit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    list-style:none;
    position:relative;
    opacity:1 !important;
    /*border-top:1px solid rgba(255,255,255,0.1);*/
  }
/*  .bddex-menu-list > ul > li:first-child { border:none; }*/
  /*.bddex-menu-list > ul > li:hover > a, .bddex-menu-list > ul > li.current-menu-item > a, */
  /*.bddex-menu-list > ul > li.current-menu-ancestor > a { color:#fb383b !important; }*/
  .bddex-menu-list > ul > li > a {
    display:block;
   /* color:#ffffff;
    line-height:26.4px;
    text-transform:uppercase;*/
    white-space:nowrap;
    padding:10px 25px 10px 10px;
  }
  .bddex-menu-list > ul > li.menu-item-has-children { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children > ul {
    display:none;
    background:none !important;
    margin:0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li {
    list-style:none;
    position:relative;
  }
/*.bddex-menu-list > ul > li.menu-item-has-children > ul > li:hover > a, 
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-item > a, */
  /*.bddex-menu-list > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a { color:#fb383b !important; }*/
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li a {
    display:block;
    white-space:nowrap;
    padding:10px 25px 10px 15px;
    border-top:1px solid rgba(255,255,255,0.1);
  }
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children { position:relative; }
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul {
    display:none;
    margin:0;
  }
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li {
    list-style:none;
    position:relative;
  }
/*.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li:hover > a, 
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-item > a, 
  .bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.current-menu-ancestor > a { color:#fb383b !important; }*/

/*4th level start for mobile  */
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > ul {
    display:none;
    margin:0;
}
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > ul > li {
    list-style:none;
    position:relative;
  }
/*4th level end for mobile  */

/*5th level start for mobile  */
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > ul > li > ul {
    display:none;
    margin:0;
}
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li > ul > li > ul > li {
    list-style:none;
    position:relative;
  }
/*5th level end for mobile  */

.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li a {
    display:block;
    padding:10px;
    padding:10px 25px 10px 30px;
    border-top:1px solid rgba(255,255,255,0.1);
}
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon {
    position:absolute;
    top:0;
    right:0;
    width:25px;
    height:35px;
    font-size:8px;
    font-weight:400;
    padding:0;
    border:none;
}
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before {
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    content:"\f067";
    font-family:FontAwesome;
    color:#b5b5b5;
}
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, 
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after {
    content:" ";
    display:table;
}
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:before:after { clear:both; }
.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon.open:before { content:"\f068"; }
/*.bddex-menu-list > ul > li.menu-item-has-children > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before { color:#fb383b; }*/
.bddex-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon {
    position:absolute;
    top:0;
    right:0;
    width:22px;
    height:47px;
    font-size:10px;
    font-weight:400;
    padding:0;
}
.bddex-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before {
  -wekbit-transition:all 0.4s;
  -moz-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  content:"\f067";
  font-family:FontAwesome;
  color:#ffffff;
}
.bddex-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:before, 
.bddex-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after {
  content:" ";
  display:table;
}
.bddex-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:before:after { clear:both; }
.bddex-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon.open:before { content:"\f068"; }
/*.bddex-menu-list > ul > li.menu-item-has-children .mb-dropdown-icon:hover:before { color:#fb383b; }*/
}

/*mega menu widget*/
.nomega-menu-item .rpthumb {
    margin-right: 10px;
    float: left;
}
.nomega-menu-item .rpthumb img {
    max-width: 50px;
}

.nomega-menu-item .rpt a {
    color: #f5f5f5;
    font-family: inherit;
    line-height: 1.3;
    font-size: 12px;
}
.nomega-menu-item .widget-title {
    font-size: 14px !important;
    line-height: 0px !important;
    font-weight: bold;
    padding-bottom: 10px;
    color: #b5b5b5;
}

@media(max-width: 768px) {
   ul.depth0.columns1.sub-menu .widget_bddex_posts_carousel_widget {
    width: 300px
  }
}

/*menu button*/
@media(max-width:1024px){
  .bddex-menu-btn-wrap{display:none}
}
.bddex-menu-btn-wrap{
  float: right;
  padding-left:20px;
}
.bddex-menu-btn-wrap .bddex-menu-btn{
transition: all .3s ease-in-out;
}
.bddex-menu-btn-wrap .bddex-menu-btn:hover{
transition: all .3s ease-in-out;
}
/*side menu*/
@media(max-width:1024px){
#side-menu-icon{display:none}
}
#side-menu-icon {
    z-index: 1;
    margin:28px 0;
    float: right;
    padding-left:20px;
    font-size: 16px;
}
.business #side-menu-icon {margin:15px 0;}
.news #side-menu-icon {margin:15px 0;}
.s-menu-icon-close {
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px 20px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 1.8s linear;
}
#side-menu-wrapper.active .s-menu-icon-close {
  visibility: visible;
  opacity: 1;
}
#side-menu-wrapper {
    margin-right: -285px;
    top:0;
    right: 0;
    width: 285px;
    padding: 30px;
    background: #28282E;
    position: fixed;
    height: 100%;
    overflow-y: hidden;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}
#side-menu-wrapper.active {
    right: 285px;
    width: 285px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.side-menu ul{padding: 0}
.side-menu li{list-style: none}
.side_menu_widget .search-form {
    position: inherit !important;
}
.side-menu a{color:#E5E5E5;}
.side-menu a:hover{color:#fff;}

@media (max-width: 767px) {
.menu-bar{display: none}
}
/* ---------------------------------------------------------
    Cart
------------------------------------------------------------ */ 
.woo_cart {
    float: right;
    padding-left:25px;
    margin: 29px 0;
}
/*.business .woo_cart{margin-top:20px;margin-bottom: 12px}
.news .woo_cart{margin-top:15px;margin-bottom: 11px}*/
/* ---------------------------------------------------------
   7. Search
------------------------------------------------------------ */ 
#main_head .search-form {
  background: #F2F2F2;
  position: absolute;
  width: 100%;
  z-index: 1;
  animation-name:slideInUp;
  animation-fill-mode: both;
  top:-150px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
#main_head .search-form.visible{
  animation-name:slideInDown;
  transition: all 0.3s ease-in-out;
  animation-fill-mode: both;
  top:0
}
.search-box input{
  width:100%;
  height:82px;
  font-size: 18px;
  border: none;
  text-align: center;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
}
.fixed-header .search-box input{
  height: 80px
}
.search-box{
  position:relative
}
.search-box > .search-close {
  border: 2px solid;
  cursor: pointer;
  line-height: 12px;
  padding: 5px 7px;
  position: absolute;
  right: 15px;
  top: 35%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.search-box > .search-close:hover {
  color: #00BCD4;
}
.search-icon {
    float: right;
    padding-left:25px;
    margin: 29px 0;
    list-style: none;
}
.business .search-icon{margin-top:16px;margin-bottom: 15px;}
.welcome_msg {
    margin: 8px;
    float: left;
}
.news .search-icon{margin-top:15px;margin-bottom: 11px;}
/*.news {
    -webkit-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 12px -2px rgba(0,0,0,0.1);
}*/
.search-icon i {
    font-size: 18px;
}
.search-icon a:hover{
  color: #00BCD4;
}
.search-field{
    display: table-cell;
    width: 100%;
}
.search-field input {
    width: 100%;
    border-right: 0;
    border-left: 1px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 7px 12px;
}
.search-button {
    display: table-cell;
    padding: 5px 10px;
    background: #fff;
    border-left: 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.search-form button{
    border: none;
    background: transparent;
    }  
.search-form button:hover {
    color: #00BCD4;
}
.search-form button i:before {
    font-size: 17px;
  }
.s-f button{
    border: none;
    background: transparent;
} 
/* ---------------------------------------------------------
   Page Template
------------------------------------------------------------ */ 
.page-template-no-header-footer #header,
.page-template-no-header-footer .footer {
  display: none;
}
/* ---------------------------------------------------------
   9. Social Media
------------------------------------------------------------ */ 
.social_media {
    float: right;
}
#footer .social_media {
    margin-top: -10px;
}
.social li {
  display: inline-block; 
  margin: 8px;
}
.social li:first-child {
    margin-left: 0;
}
.social > li:last-child {
    margin-right: 0;
}
@media(max-width: 768px) {
  .social-share {display: grid;}
}
.social-share {
    margin: 50px 0;
    background: #F7F8FA;
    padding: 10px 20px;
    border: 1px solid #f2f2f2;
}
.share-on-title{float: left; padding-right: 25px}
.social-share h5{
    font-size: 20px;
    letter-spacing: .5px;
    color: #222;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
}
.social-share a {
    padding: 5px 11px;
    margin: 8px;
    font-size: 12px;
    display: inline-block;
}

.social-share i{
  font-size: 14px;
  padding-right: 5px;
}
a.ss-fb {
    margin-left: 0;
    background: #4267B2;
    color: #f1f1f1;
}
a.ss-fb:hover{
  color:white;
  background: #3B5C9F;
}
a.ss-tw {
    margin-left: 0;
    background: #1DA1F2;
    color: #f1f1f1;
}
a.ss-tw:hover{
  color:white;
  background: #0D95E8;
}
a.ss-gp {
    margin-left: 0;
    background: #DC4A38;
    color: #f1f1f1;
}
a.ss-gp:hover{
  color:white;
  background: #D53925;
}
a.ss-ln {
    margin-left: 0;
    background: #007BB5;
    color: #f1f1f1;
}
a.ss-ln:hover{
  color:white;
  background: #006A9C;
}
a.ss-pin {
    margin-left: 0;
    background: #EC2327;
    color: #f1f1f1;
}
a.ss-pin:hover{
  color:white;
  background: #E21418;
}
#footer-top .social li a {
    border: 1px solid white;
    padding: 2px 7px;
}
#footer-top .social li a:hover {
    opacity: .8;
}
#footer .social .fa{color: #d4d4d4;}
#footer .social .fa:hover{color: #fff;}

/* ---------------------------------------------------------
   10. Posts / Blog
------------------------------------------------------------ */ 
.page-header {margin-top: 0 !important}
.post.hentry {
    margin-bottom: 48px;
}
.sticky {
  display: block; 
    background: #F9FAFB; 
  padding: 20px; 
    padding-top: 1px;
}
.post-password-form input[type=password] {
    padding: 7px 10px;
    border: 1px solid #cbcbcb;
}
.post-password-form input[type=submit] {
    padding: 8px 40px;
    text-align: center;
    background-color: #00BCD4;
    color: #ffffff;
    border: 0;
    transition: all 0.2s ease-in-out 0s;
}
.post-password-form input[type=submit]:hover {
    background-color: #28292a;
}
h1.entry-title, h1.entry-title a {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    transition: all .3s linear;
}
.entry-header {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
h1.entry-title a:hover {
    transition: all .3s linear;
}
.entry-meta {margin: 0 0 5px;}
.entry-footer {
  margin-top: 15px; 
  display: inline-block;
}
.post-time, .nickname, .post-category,
.comments-link, .post-tag, .post-views {
  font-size: 12px;
}
.post-time, .nickname, .post-category {
    margin-right: 15px;
}
.nickname a {
    color: #777;
}
h1.page-title {
    color: #222;
    font-weight: 600;
    margin-top: 0;
}
.content-top-20 {
    padding-top: 20px;
}
.single-content {
    padding-top: 20px;
}
.details-box {
    position: relative;
    min-height: 19.0625rem;
    background-color: #F7F8FA;
    padding: .9375rem 1.5625rem 1.875rem;
    border-bottom: 1px solid #efefef;
    z-index: auto;
    box-shadow: 0 0 15px 0 rgba(43, 43, 43, 0.02);
    transition: box-shadow .3s linear;
    text-align: center;
}
.page-template-blog-two-cols-both-sidebar .blog-cols {
    min-height: 550px;
}
.blog-cols:hover .details-box {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    border-bottom: 2px solid #00BCD4;
}
.blog-cols:hover .details-box .post-title a {
    color: #00BCD4;
    transition: all .3s linear;
  }
 .blog-cols img {
  width: 100%;
 } 
.details-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.8125rem;
    z-index: -1;
    transition: box-shadow .3s linear;
}
.blog-cols:hover .post-title a {
    color: #FAB702;
    transition: all .3s linear;
}
.blog-cols:hover .zoom-thumb img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.details-box .post-title a {
    color: #111;
}
.page-template-blog article:hover .zoom-thumb img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-template-blog article:hover .entry-title a {
  color: #00BCD4;
   transition: all .3s linear;
}

.page-template-blog-three-cols .entry-meta .post-time i,
.page-template-blog-two-cols-left-sidebar .entry-meta .post-time i,
.page-template-blog-two-cols-right-sidebar .entry-meta .post-time i
 {
  color:white;
}
.blog-cols:hover .details-box .post-time{background: #00BCD4;}
.details-box .post-time {
    position: absolute;
    left: 50%;
    width: 190px;
    text-align: center;
    transform: translateX(-50%);
    top: -20px;
    background: #00BCD4;
    padding: 8px;
    color: white;
    border-radius: 20px;
}
.details-box .post-category,
.details-box .comments-link {
    font-size: 13px;
    margin-right: 10px;
}
.details-box .post-category a,
.details-box .comments-link a {
    color: #aaa;
}
.post .post-category a,
.post .comments-link a,
.post .post-tag a {
    color: #777;
}
.post .post-category a:hover,
.post .comments-link a:hover,
.post .post-tag a:hover {
    color: #222;
}
.details-box .post-category a:hover,
.details-box .comments-link a:hover {
    color: #222;
}
.details-box p{
    margin: 20px 0;
}
.col-lg-4.col-md-4.post:nth-child(3n+4) {
    clear: left;
}
.blog-cols .entry-meta {
    margin: 10px 0 5px;
    color: #aaa;
}
.blog-cols .post-title {
    margin: 5px 0;
    padding-top: 25px;
}
.entry-meta i, .entry-footer i {
    color: #00BCD4;
}
.blog-cols .entry-meta .comments-link {
   
}
.page-template-blog-two-cols-right-sidebar .blog-cols,
.page-template-blog-two-cols-left-sidebar .blog-cols,
.page-template-blog-two-cols-both-sidebar .blog-cols {
    min-height: 570px;
}
.blog-cols .zoom-thumb {
    margin-bottom: 0;
}
.blog-cars .owl-nav {
    display: none !important;
}
.blog-cars .owl-dots .owl-dot.active span, 
.blog-cars .owl-dots .owl-dot:hover span {
    background: #233c75;
}
.blog-cars .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.blog-cars .owl-dots .owl-dot {
    display: inline-block;
}
.blog-cars .owl-dots {
    display: block !important;
    text-align: center;
}
.post-excerpts {
    margin-top: 20px;
}

.read-more{
  color: #00BCD4;
  text-transform: uppercase;
}
.read-more:hover{color:#3CE6FF}
.single-format-gallery .flexslider,
.category .flexslider,
.tag .flexslider {margin-bottom: 30px}
 .page-header{border:0;}
.archive .social-share{display: none}
/*post format video*/
.video_post_section{background: black;margin-bottom: 50px;}
.video_post_link {margin:0 auto;display: table}

/*post views*/
.single .post-views,
.page-template-blog-left-sidebar .post-views,
.page-template-blog-both-sidebar .post-views,
.page-template-blog .post-views,
.blog .post-views,
.home .post-views,
.social-share-header,
.archive .post-views {
  margin-left: 20px;
}
.rpt .post-views{
  margin-left: 5px;
  font-size: 11px;
}
.rpt .rpd{font-size: 11px;}

/*social share on post header*/
.social-share-header .share-on, .social-share-header a > i {
    font-size: 12px;
}
.social-share-header a {
    margin: 0 6px;
    background: transparent;
}
.social-share-header a > i {
    color: #888;
}
.social-share-header > .ss-fb:hover,
.social-share-header > .ss-tw:hover,
.social-share-header > .ss-gp:hover,
.social-share-header > .ss-ln:hover,
.social-share-header > .ss-pin:hover {
    background: transparent;
}
.social-share-header > .ss-fb i:hover {
  color: #4267B2;
}
.social-share-header > .ss-tw i:hover {
  color: #1DA1F2;
}  
.social-share-header > .ss-gp i:hover {
  color: #DC4A38;
} 
.social-share-header > .ss-ln i:hover {
  color: #007BB5;
} 
.social-share-header > .ss-pin i:hover {
  color: #EC2327;
}  
.post-template-single-full-width .carousel-inner.post-gallery,
.large-featured {
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.title-mag {
    width: 100%;
    margin-top: -70px;
    background: white;
    padding: 40px 50px 20px;
    margin-bottom: 5px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    /*z-index: 999;*/
    position: relative;
}
.title-mag .entry-header {
  border: 0;
}
.title-mag .entry-meta {
    margin: 20px 0 5px;
}
.title-mag .entry-title a {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    font-size: 26px;
}
.title-mag .comments-link a {
  color:#5a5a5a;
}
.title-mag .comments-link a:hover {
  opacity: 0.7;
}
.post-template-single-full-width.single-format-gallery .flex-viewport {height: 700px}
.post-template-single-full-width.single-format-gallery .flex-control-nav {bottom: 50px;}
blockquote {
    position: relative;
    border: 1px solid #ddd;
    padding: 45px 50px 30px;
    margin: 60px 0 40px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
blockquote:before {
    position: absolute;
    content: '\f10e';
    font-family: FontAwesome;
    font-size: 24px;
    padding: 8px 15px;
    top: -30px;
    left: 50%;
    margin-left: -44px;
    color: #fff;
    background:#c2c2c2;
}
/* ---------------------------------------------------------
   11. Related Posts
------------------------------------------------------------ */ 
.related-thumb img {
    margin: 0;
}
.related-thumb img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.related-loop {
    /*display: inline-flex;*/
}
.relatedposts {
    border: 1px solid #e6e6e6;
    padding: 10px 20px 20px;
    margin-bottom: 50px;
}
/* ============================================================
    Tags
============================================================ */
.tagcloud a {
    padding: 6px 15px;
    margin: 2.5px 2px 2.5px 0;
    display: inline-block;
    background: transparent;
    font-size: 13px !important; 
    border: 1px solid #dddddd;
    color: #777777;
}
/* ---------------------------------------------------------
   12. Services
------------------------------------------------------------ */ 
.service-brochure {
    background: #F2F2F2;
    padding: 25px 25px 35px;
}
.service-brochure h4 {
    font-size: 18px;
    color: #00bcd4;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #d4d4d4;
}
.service-brochure h4:after {
    width: 60px;
    height: 3px;
    background: #00bcd4;
    position: absolute;
    top: 59px;
    left: 40px;
    content: '';
}
.service-brochure-desc {
  padding-top: 10px;
}
.brochure-img {
    margin: 15px 0 30px;
}
.btn-brochure {
    background: #8CC63F;
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    letter-spacing: .5px;
    border: 2px solid #8CC63F;
}
.btn-brochure:hover {
  background: transparent;
  color: #8CC63F;
}
.btn-brochure i {
    margin-right: 5px;
}
.service h3 {
    padding-bottom: 10px;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}
.service h3 a {
    color: #233c75;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service h3 a:hover {
  color: #8CC63F;
}
.service .details {
    box-shadow: 0 0px 0px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.23);
    padding: 15px;  
}
.service .item {
  min-height: 460px;
}
.service .item figcaption {
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
.service .item:hover figcaption {
    opacity: 1;
    transition: all .7s ease-in-out;
}  
.service .item:hover .details h3 a {
  color: #8CC63F;
}
.service .item .button {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 8px 12px;
    color: #f5f5f5;
    background: transparent;
    text-transform: uppercase;
    font-family: Roboto;
    border: 2px solid #f5f5f5;
    
}
.service .item .button:hover {
    background: transparent;
    color: #8CC63F;
    border: 2px solid #8CC63F;

}
.service .item:hover figure img {
   -webkit-filter: brightness(0.25);
   filter: brightness(0.25);
   transition: all .1s ease-in-out;
}

.service figure img{
  margin-bottom: 0;
}
.service-separate {
    margin: 50px 0;
    clear: both;
}
.p3cols .project-content {
  min-height: 264px;
  min-width: 360px;
}

.project-title {
    margin: 0;
    padding-bottom: 20px;
}
.project-title:after {
    content: '';
    width: 70px;
    height: 3px;
    position: absolute;
    left: 17px;
    top: 33px;
    background: #ffc500;
}
.project-table { 
  width: 100%;
  margin-top: 45px;
  margin-bottom: 40px;
}
.project-table tbody {
  background: rgba(245, 245, 245, 0.83);
}
.project-table tr td {
  color: #1b1b1b;
  border: 1px solid rgba(206, 206, 206, 0.62);
  padding: 10px 15px;
}
.project-content img {
  padding: 0;
  margin: 0;
  width: 100%;
}

.project-terms {
    margin: 0 auto;
    padding-bottom: 10px;
    display: table;
}
.project-items figure { 
  position: relative; 
  overflow: hidden; 
  text-align: center; 
}

.project-items figure:hover figcaption:after { left: 0; }
.project-items figure:hover figcaption h4 { right: 0; }
.project-items figure:hover figcaption .button { bottom: 33%; }
.project-items figcaption { 
  text-align: center; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  left: 0; 
  top: 0; 
  transition: .4s; 
}
.project-items figcaption:after { 
  background-color: rgba(0,0,0,0.8); 
  content: ""; 
  height: 100%; 
  left: -100%; 
  opacity: 0.95; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  transition: .4s; 
}
.project-items figcaption h4 { 
  font-size: 16px; 
  position: absolute; 
  right: -100%; 
  bottom: 55%; 
  text-align: center; 
  letter-spacing: .5px;
  padding: 0 15px; 
  color: #fff; 
  font-weight: 600;
  width: 100%; 
  z-index: 10; 
  transition: .4s; 
  text-transform: uppercase;
}

.project-items figcaption .button { 
  position: absolute; 
  left: 50%; 
  bottom: -25%; 
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); 
  font-size: 12px;
  font-family: "Roboto";
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 2px 10px;
  background:  transparent;
  border: 2px solid;
  color: #fff; 
  z-index: 10; 
  transition: .4s; 
}
.button.details:hover{
  color: #8cc63f;
}
.project-terms button {
    font-size: 14px;
    font-family: 'Roboto';
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 16px;
    margin: 0 3px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #fbc94c;
    color: #fbc94c;
    display: inline-block;
    cursor: pointer;

}

.project-terms button.active, .project-terms button:hover, .project-terms button:focus {
    border: 1px solid #fbc94c;
    background-color: #fbc94c;
    color: #000;
}
/* ----------------------------------------------------------
      13. Portfolio
------------------------------------------------------------ */

.portfolio_content {
  padding-top: 25px
}
.single-portfolio-item .flex-control-nav,
.single-format-gallery .flex-control-nav,
.category .flex-control-nav,
.portfolio-item-template-default .flex-control-nav { 
  bottom: 0;
  z-index: 99;
}
.portfolio-item.col-lg-3 { 
  padding: 10px;
  margin: 0;

}
.portfolio-item.col-lg-3 img {
    margin: 0;
}
.portfolio-terms {
    margin: 0 auto;
    padding-bottom: 10px;
    display: table;
}
.portfolio-items { font-size: 18px; }
.portfolio-items *:not(a) { 
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden; 
  padding:0;
}
.portfolio-items img{margin:0;}
.portfolio-items figure { 
  position: relative; 
  overflow: hidden; 
  text-align: center; 
}
.portfolio-items figure:hover figcaption:after { left: 0; }
.portfolio-items figure:hover figcaption h4 { right: 0; }
.portfolio-items figure:hover figcaption .button { bottom: 35%; }
.portfolio-items figcaption { 
  text-align: center; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  left: 0; 
  top: 0; 
  transition: .4s; 
}
.portfolio-items figcaption:after { 
  background-color: rgba(0,0,0,0.9); 
  content: ""; 
  height: 100%; 
  left: -100%; 
  opacity: 0.95; 
  position: absolute; 
  top: 0; 
  width: 100%; 
  transition: .4s; 
}
.portfolio-items figcaption h4 { 
  font-size: 16px; 
  position: absolute; 
  right: -100%; 
  bottom: 55%; 
  text-align: center; 
  padding: 0 15px; 
  color: #fff; 
  width: 100%; 
  z-index: 10; 
  transition: .4s; 
}
.portfolio-items figcaption .button { 
  position: absolute; 
  left: 50%; 
  bottom: -25%; 
  -webkit-transform: 
  translateX(-50%); 
  transform: translateX(-50%); 
  display: table; 
  font-size: 14px; 
  line-height: 1; 
  padding: 6px 12px; 
  border: 2px solid;
  color: #e5e5e5; 
  z-index: 10; 
  transition: .3s; 
}
.portfolio-terms button {
    font-size: 15px;
    line-height: 1;
    padding: 8px 16px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #00BCD4;
    color: #00BCD4;
    display: inline-block;
    cursor: pointer;
}
.portfolio-terms button.active, .portfolio-terms button:hover, .portfolio-terms button:focus {
    border: 1px solid #00BCD4;
    background-color: #00BCD4;
    color: #ffffff;
}
a.button.details:hover{ color: #00BCD4}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/* ----------------------------------------------------------
       Single Portfolio
----------------------------------------------------------- */
.portfolio-content-right h2 {
  margin-top: 0; 
  margin-bottom: 20px;
}
.portfolio-item-template-single-portfolio-full-width .portfolio-content-right h2 {
  margin-top: 29px; 
}
.portfolio-content-right{padding-left: 40px}
.portfolio-content-right h2:after {
    content: '';
    display: block;
    clear: both;
    width: 80px;
    height: 3px;
    margin-top: 15px;
    background-color: #222;
}
.portfolio-meta{
  background: #F2F2F2;
  padding: 20px;
  margin-top: 30px
}
.portfolio-time, .portfolio-author, .portfolio-categories, .portfolio-url {
  padding: 5px 0;
}
.portfolio-time span {
  width: 100px; 
  font-weight: 600; 
  float: left;
}
.portfolio-author span {
  width: 100px; 
  font-weight: 600; 
  float: left;
}
.portfolio-categories span {
  width: 100px; 
  font-weight: 600; 
  float: left;
}
.portfolio-url span {
  width: 100px; 
  font-weight: 600; 
  float: left;
}
/* ---------------------------------------------------------
   Project carousel
------------------------------------------------------------ */ 


.project-carousel figure:hover figcaption { 
  opacity: 0.95;
  bottom: 0;
}
.project-carousel figure:hover figcaption h4 { right: 0; }
.project-carousel figure:hover figcaption .button { bottom: 35%; }
.project-carousel figcaption { 
  text-align: center; 
  position: absolute; 
  height: 100%; 
  width: 84%;
  bottom: -100%; 
  transition: .4s; 
  opacity: 0;
  background: #00bcd4;
}

.project-carousel figcaption h4 { 
  font-size: 14px; 
  line-height: 1.5;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  text-align: center; 
  padding: 0 10px;
}
.project-carousel figcaption h4 a{
  color: #fff;
}
.project-carousel figcaption h4 a:hover {
  color: #333;
}

/* owl carousel */
.project-carousel .owl-prev {
    position: absolute;
    left: -2px;
    top: 36%;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
    padding: 3px 8px;
}

.project-carousel .owl-next {
    position: absolute;
    top: 36%;
    right: -2px;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
    padding: 3px 8px;
}
.project-carousel .owl-prev:hover,.project-carousel .owl-next:hover {
  background: #222;
}
.project-carousel .owl-dots{display: none}
/*project details*/
.single-portfolio-item .progress{border-radius: 0}
.single-portfolio-item .progress-bar {
  background-color: #FFCC00;
  color: #1b1b1b;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* ---------------------------------------------------------
   14. Team
------------------------------------------------------------ */ 
.team figure { 
  position: relative; 
  overflow: hidden; 
  text-align: center; 
}
.page-template-team .team figure { 
  position: relative; 
  overflow: hidden; 
  text-align: center;
  margin:10px;
}

.team figure img{
  margin: 0;
  width: 100%;
}

.team figure:hover figcaption { 
  opacity: 0.95;
  bottom: 0;
}
.team figcaption { 
  text-align: center; 
  position: absolute; 
  height: 100%; 
  width: 100%;
  left: 0; 
  bottom: -100%; 
  transition: .4s; 
  opacity: 0;
}

.team figcaption h4 { 
  font-size: 16px; 
  position: relative; 
  top: 10%; 
  text-align: center; 
  letter-spacing: 1px;
  padding: 0 15px; 
  color: #fff; 
  font-weight: 600;
  width: 100%; 
  z-index: 10; 
  transition: .4s; 
  text-transform: uppercase;
}
/*.page-template-team .team figcaption h4{top:5%;}*/
.team figcaption h4 a{
  color: #222;
}
.team figcaption h4 a:hover {
  color: white;
}
.team .team-cat {
    position: relative;
    top: 7%;
}
/*.page-template-team .team .team-cat{margin-top:45px;}*/
.team .team-cat{
  color: #222;
}

.team .team-bio {
  color: #1b1b1b;
  padding: 5px 20px 25px;
  top: 9%;
  position: relative;
}
/*.page-template-team .team .team-bio{margin:0;}*/
.team .team-social {
    list-style: none;
    display: inline-flex;
    position: relative;
    padding-top: 30px;
}
.single-team .team-social li {
  margin: 5px;
  border-color:#fff;
}

.single-team .team-social li:hover{
  background: transparent;
  border-color: #333;
}
.single-team .team-social li:hover i{
  color:#333;
}
.single-team .team-social a {
  color: #fff;
  margin:0 5px;
}
.single-team .team-social i {
  color: #fff;
  font-size: 15px;
}
.team-single .team-social i:hover {
   color: #1b1b1b;
 }

.team-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.team-title h2 {
    margin-top: 0;
}
.team_profile {
    background: #00bcd4;
    display: block;
    padding: 25px 10px;
    margin: 0 auto;
    text-align: center;
}
.hire_me {
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 5px 15px;
    /*border: 1px solid;*/
    margin: 0 auto;
    display: table;
    margin-bottom: 30px;
}
.team-social {
    list-style: none;
    display: inline-flex;
    padding: 0;
    padding-bottom: 5px;
    margin: 0 auto;
}
.team-social li {
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid #333;
    margin-right: 15px;
}
.team-social li:hover {
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
}
.team-social li:hover i{color: #fff;}

.team-social i {
  color: #333 ;
}
.team-social li a i:hover {
  color: #fff;
}
.team-skills {
    padding: 25px 0;
}
.page-template-team-full-wide .bddex-pagination, 
.page-template-team .bddex-pagination {
    padding: 70px 0;
}
.team-skills.doctor {
    border: 1px solid #dfdfdf;
    padding: 15px 20px;
    margin: 25px 0;
    }
.team_text{padding:5px 0;}
.team_text_left{font-weight: 500;}
.appointment {
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid;
    margin: 0 auto;
    display: table;
    margin-bottom: 15px;
}
/*5 columns full wide*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* ---------------------------------------------------------
   Team Carousel
------------------------------------------------------------ */ 
.engineers figure { 
  position: relative; 
  overflow: hidden; 
  text-align: center; 
  display: block;
  background: #fff;
  margin-bottom: 30px;
}
.engineers figure img{
  margin: 0;
  width: 100%;
}
.engineers .eng-head {
    background: #8CC63F;
    padding: 10px 0 5px 0;
}
.engineers .eng-head h4 {
    line-height: 5px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.engineers .eng-head p, .engineers .eng-cat p {
  color: #444;
  letter-spacing: .5px;
  font-size: 13px;
  text-transform: capitalize;
}

.engineers figure:hover figcaption { 
  opacity: 1;
  bottom: 0;
}
.engineers figure:hover figcaption h4 { right: 0; }
.engineers figure:hover figcaption .button { bottom: 35%; }
.engineers figcaption { 
  text-align: center; 
  position: absolute; 
  padding-bottom: 11px;
  width: 100%;
  left: 0; 
  bottom: -100%; 
  transition: .4s; 
  opacity: 0;
  background: #00CDED;
}
.space-eng .engineers figcaption {
    text-align: center;
    position: absolute;
    height: 28.5%;
    width: 100%;
    left: 0;
    bottom: -100%;
    transition: .4s;
    opacity: 0;
    background: #00CDED;
}
.engineers figcaption h4 { 
  font-size: 15px; 
  position: absolute; 
  top: 16%; 
  text-align: center; 
  letter-spacing: 1px;
  padding: 0 15px; 
  color: #fff; 
  font-weight: 600;
  width: 100%; 
  z-index: 10; 
  transition: .4s; 
  text-transform: uppercase;
}
.engineers figcaption h4 a{
  color: #222;
}
.engineers figcaption h4 a:hover {
  color: white;
}
.engineers .eng-cat{
  margin-top: 95px;
}
.engineers .eng-cat{
  color: #fff;

}
.engineers .eng-cat:after {
    top: 130px;
    content: "";
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    width: 90px;
    background: #1b1b1b;
}
.engineers .eng-bio {
  color: #1b1b1b;
  padding: 5px 15px;
  margin: 40px 0 10px;
}
.engineers .eng-social {
    list-style: none;
    display: inline-flex;
    margin-top: 18px;
}
.engineers .eng-social li {
  margin: 5px;
}
.engineers .eng-social li:hover{
  background: transparent;
}
.engineers .eng-social a {
  color: #1b1b1b;
}
.engineers .eng-social i {
  color: #f8f8f8;
  font-size: 16px;
}
.engineers .eng-social i:hover {
   color: #1b1b1b;
 }


.pro-per {
    font-weight: 600;
    font-size: 12px;
}
.cleaner-title {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.cleaner-title h2 {
    margin-top: 0;
    text-transform: uppercase;
    color: #8CC63F;
    font-weight: 600;
    font-size: 22px;
}
.cleaner-title p {
    color: #233C75;
    text-transform: capitalize;

}

.cleaner-social-box {
    background: #f1f1f1;
    padding: 10px 25px;
    margin-right: 7px;
    margin-top: -20px;
}
.cleaner-social-box h5 {
  font-size: 20px;
    letter-spacing: .5px;
    color: #222;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;

}
.space-eng .engineers .hire_me {
    background: #0d162d;
    padding: 8px 19px;
    color: white;
    margin-top: -20px !important;
    border-radius: 20px;
    text-transform: uppercase;
    word-spacing: 1.5px;
    top: -95px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.engineers .hire_me {
    background: #0d162d;
    padding: 8px 19px;
    color: white;
    margin-top: -50px !important;
    border-radius: 20px;
    text-transform: uppercase;
    word-spacing: 1.5px;
    top: -125px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.engineers .hire_me:hover {
    color: #00cded;
    }
   
.eng-social {
    list-style: none;
    display: inline-flex;
    padding: 0;
    padding-bottom: 5px;
    margin: 0 auto;
}
.eng-social li {
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    border: 1px solid #fff;
    margin-right: 15px;
}
.eng-social li:hover {
  border: 1px solid #111;
  cursor: pointer;
  color: #111;
}
.eng-social li:hover i{color: #111;}
.eng-social li:last-child {
    margin-right: 0;
}
.eng-social li a i {
  color: white;
}
.eng-social li a i:hover {
  color: #111;
}
.eng-skill-exp {
    margin-top: 0;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 16px;
}
.our-eng {
    text-align: center;
    color: #FFC500;
    padding-top: 30px;
    font-family: "Ubuntu", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.our-eng:before {
  content: 'OUR';
  color: #000;
}


.cleaner-img img{margin-bottom: 0; border: 5px solid #8cc63f;}
.cleaner_profile {
    background: #8cc63f;
    display: grid;
    padding: 15px 10px;
    margin: 0 auto;
    text-align: center;
}
.single-cleaner .hire_me {
    text-align: center;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 15px;
    padding: 5px 15px;
    border: 1px solid;
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}
.single-cleaner .hire_me:hover{color: #111;}
.cleaners .fa-long-arrow-left:before, 
.cleaners .fa-long-arrow-right:before {
    font-size: 20px;
    line-height: 1.5;
}
.cleaners .owl-prev {
    position: absolute;
    left: -55px;
    top: 40%;
    color: #233C75;
    border: 2px solid !important;
    padding: 0px 7px;
}
.cleaners .owl-prev:hover {
  color: #00CDED;
}
.cleaners .owl-next {
    position: absolute;
    top: 40%;
    right: -55px;
    color: #233C75;
    border: 2px solid !important;
    padding: 0px 7px;
}
.cleaners .owl-next:hover {
  color: #00CDED;
}

/* ---------------------------------------------------------
   15. Comments
------------------------------------------------------------ */ 
.form-control {border-radius: 0 !important}
.form-control:focus {
    /*border-color: rgb(0, 188, 212) !important;*/
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-submit input[type="submit"] {
    background: #00BCD4;
    border: 2px solid #00BCD4;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.form-submit input[type="submit"]:hover {
  background: transparent;
  border: 2px solid #00BCD4;
  color: #00BCD4;
}
.comment-author .avatar {
    margin-right: 12px;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 2px;
    border-radius: 100%;
}
.comment-details {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.comment-date .edit-link {
    display: inline-block;
    float: none;
    margin-left: 0px;
    padding: 0;
}
.comment-date a {
    font-size: 11px;
    color: #777;
    margin-right: 10px;
}
.comment-date .edit-link a {
    display: block;
    background: #eee none repeat scroll 0 0;
    line-height: 20px;
    text-align: center;
    width: 32px;
}
.recentcomments a {color: #3a2d2d;}
.recentcomments a:hover {color: #00BCD4;}
/* ---------------------------------------------------------
   16. Widgets
------------------------------------------------------------ */ 
#footer-top {
  color: white;
  padding-top: 50px;
  padding-bottom: 75px;
}
#footer-top aside {
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px){
#footer-top aside{display: inline-table}
}
.widget ul {
    padding-left: 0px;
    line-height: 33px;
    list-style: none;
}
.widget select {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin-top: 6px;
    color: #444;
    border: 2px solid #dadada;
}
.widget-title {text-transform: uppercase;}
#secondary .widget, #secondary_2 .widget {
    background: #F7F8FA;
    margin-bottom: 30px;
    padding: 20px;
}
.elementor .widget {
/*    background: #F7F8FA;
    padding: 20px;
*/    margin-bottom: 30px;
}
.elementor-widget-avas-taem-member-carousel .engineers img{border-style: solid;border-bottom-width: 0 !important}
#secondary h2.widgettitle, #secondary h3.widget-title, #secondary_2 h3.widget-title {
    border-bottom: 3px solid #dadada;
    color: #5c5c5c;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
}
.elementor h2.widgettitle, .elementor h3.widget-title, .elementor h3.widget-title {
    font-family: Montserrat;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
.elementor h2.widgettitle, .elementor h3.widget-title, .elementor h3.widget-title {
    border-bottom: 3px solid #dadada;
    color: #5c5c5c;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
}
#secondary h2.widgettitle:after, #secondary h3.widget-title:after, #secondary_2 h3.widget-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
    background: #00BCD4;
}
.elementor h2.widgettitle:after, .elementor h3.widget-title:after, .elementor h3.widget-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
    background: #00BCD4;
}

li.cat-item {
    padding: 3px 0;
}
li.cat-item a {
    color: #2d2d2d;
}
li.cat-item a:hover {
    color: #00BCD4;
}
li.cat-item a:after {
    width: 80%;
    height: 1px;
    background: #e1e1e1;
    content: '';
    position: absolute;
    left: 35px;
    margin-top: 30px;
}
.elementor li.cat-item a:after {
    left: 0;
}
/* Recent post wiget */
.rpost {
    display: inline-flex;
    margin: 10px 0;
}


.rpthumb {
    margin-right: 10px;
}
.rpost:last-child {
    border: none !important;
}
#footer-top .rpthumb img {
   max-width: 70px;
}
.ft-ab {
  padding-top: 14px;
  padding-bottom: 0;
}
.ft-news {
  padding-top: 6px;
}
.rpthumb img {
        max-width: 75px !important;
}
.rpthumb img:hover {
  filter: brightness(.6);
  -webkit-filter: brightness(.6);
}
.rpd {
    font-size: 11px;
}
.rpd:before {
    font-family: Fontawesome;
    content: "\f017";
    margin-right: 3px;
    font-size: 10px;
}
.rpt a {
    color: #222;
    /*font-family: Roboto;*/
    line-height: 1.4;
    font-weight: 500;
    display: block;
}
#footer-top .rpt a {line-height: 1.3;font-size: 13px;font-weight:400; }
.rpt a:hover {
    color: #00BCD4;
}

/*Recent project widget*/
.recent_project_widget {
  display: inline-block;
  padding: 2.75px 1px;
}
.rprojw_thumb img{
  width: 80px
}

.rprojw_thumb {overflow: hidden;}
.rprojw_thumb img{
  width: 95px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rprojw_thumb img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer .rprojw_thumb img{
  width: 78px;
}
/*recent service widget*/
.recent_service_widget {
    display: inline-flex;
}

/*post carousel widget*/
.widget_bddex_posts_carousel_widget{overflow: hidden;}
.owl-nav {
    padding-top: 20px;
}
.widget_bddex_posts_carousel_widget .owl-carousel .owl-nav button.owl-prev,
.widget_bddex_posts_carousel_widget .owl-carousel .owl-nav button.owl-next {
  padding: 0px 8px !important;
  border: 1px solid #e2e2e2;
  color: #e2e2e2;
  border-radius: 2px;
  outline: none;
  transition: all .3s ease;
}
.widget_bddex_posts_carousel_widget .owl-carousel .owl-nav button.owl-prev {
  margin-right: 4px;
}
.widget_bddex_posts_carousel_widget .owl-carousel .owl-nav button.owl-next {
  margin-left: 4px;
}
.widget_bddex_posts_carousel_widget .owl-carousel .owl-nav button.owl-prev:hover,
.widget_bddex_posts_carousel_widget .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #fff;
  color: #333;
}

.widget_bddex_posts_carousel_widget .owl-carousel .owl-nav.disabled, 
.widget_bddex_posts_carousel_widget .owl-carousel .owl-dots.disabled {
  display: block;
}
.widget_bddex_posts_carousel_widget .owl-carousel .ptm {font-size: 12px;}
.widget_bddex_posts_carousel_widget .owl-carousel .pc-title {
  line-height: 22px;
  color: #fff;
  padding-top: 5px;
}
.widget_bddex_posts_carousel_widget .owl-carousel .pc-title a{
  font-size: 15px;
  
}
.widget_bddex_posts_carousel_widget .owl-carousel .pc-cat span {
    background: #00bcd4;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 2px;
    color: white;
    opacity: .9;
}
.widget_bddex_posts_carousel_widget .owl-carousel .pc-cat a:hover span {
  opacity: 1;
}
.widget_bddex_posts_carousel_widget .owl-carousel .pc-cat {
  margin-top: -50px;
  padding-left: 5px;
  position: absolute;
}
/* ---------------------------------------------------------
   17. Pagination
------------------------------------------------------------ */ 
.bddex-pagination {
    margin: 0 auto;
    display: table;
    padding-top: 50px;
}
.bddex-pagination span, .bddex-pagination a {
    padding: 7px 14px;
    margin: 0 4px;
}
.bddex-pagination span {
    background: #111;
    color: white;
}
.bddex-pagination a {
    background: #07DEFF;
    color: #fff;
}
.bddex-pagination a:hover {
    color: white;
    background: #111;
}
/* ---------------------------------------------------------
   18. Footer
------------------------------------------------------------ */ 
#footer {
   padding: 35px 0 20px;
   border-top: 1px solid;
}
#footer-top .menu li {
    line-height: 28px;
}
.ft-info i {margin-right: 8px}
.working-hours li i {
    color: #00BCD4;
    margin-right: 5px;
}
/* ---------------------------------------------------------
   19. Contact Form 7
------------------------------------------------------------ */ 
input.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder{color:#909090;}
input.wpcf7-form-control.wpcf7-text::-moz-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea::-moz-placeholder{color:#909090;}
input.wpcf7-form-control.wpcf7-text:-ms-input-placeholder,
textarea.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder{color:#909090;}
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    height: 45px;
    width: 100%;
    color: #909090;
    background: #fff;
    font-size: 13px;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
option.wpcf7-form-control.wpcf7-select{font-size: 18px;}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 170px;
    color: #909090;
    background: #fff;
    font-size: 13px;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
input.wpcf7-form-control.wpcf7-submit {
  border: none;
  background-color: #00BCD4;
  font-size: 15px;
  padding: 7px 26px;
  color: #fff;
  font-weight: 600;
  float: left;
  border: 2px solid #00BCD4;
  margin-left: 15px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
   transition: all 0.3s ease 0s;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: transparent;
  border: 2px solid #00BCD4;
  color: #00BCD4;
}
.footer input.wpcf7-form-control.wpcf7-text {
    height: 35px;
    width: 100%;
    color: #909090;
    background: transparent;
    font-size: 13px;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.footer textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 90px;
    color: #909090;
    background: transparent;
    font-size: 13px;
    line-height: 26px;
    box-shadow: none;
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.footer input.wpcf7-form-control.wpcf7-submit {
    border: none;
    font-size: 14px;
    padding: 4px 20px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 400;
    float: left;
    border: 2px solid transparent;
    margin-left: 15px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all 0.3s ease 0s;
}
.space-10{margin-bottom: 10px}
.space-20 {
    margin-bottom: 20px;
}
.space-75 {
    margin-bottom: 75px;
}
.space-about {
  padding-top: 80px;
}
.elementor-editor-active .header {
  z-index: -1;
}
.elementor-editor-active .header.fixed-top {
    z-index: 999;
}
.elementor-element.elementor-element-bonrwh1 input.wpcf7-form-control.wpcf7-text,
.elementor-element.elementor-element-bonrwh1 textarea.wpcf7-form-control.wpcf7-textarea,
.elementor-element.elementor-element-bonrwh1 input.wpcf7-form-control.wpcf7-submit,
.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-widget-empty {
  background: transparent !important;
}
.elementor-element.elementor-element-bonrwh1 input.wpcf7-form-control.wpcf7-text:focus,
.elementor-element.elementor-element-bonrwh1 textarea.wpcf7-form-control.wpcf7-textarea:focus{
  border: 1px solid #00BCD4;
}
.elementor-element.elementor-element-bonrwh1 input.wpcf7-form-control.wpcf7-submit {
    color: #e1e1e1;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #e1e1e1;
}
.elementor-element.elementor-element-bonrwh1 input.wpcf7-form-control.wpcf7-submit:hover {
  border: 1px solid #00BCD4;
  color: #00BCD4;
}
.elementor-icon-box-title{margin-top: 0}
/* get a price */
.wpcf7-form-control-wrap.cw-bed select,
.wpcf7-form-control-wrap.cw-bath select,
.wpcf7-form-control-wrap.cw-time select,
.wpcf7-form-control-wrap.cw-date input
 {
    height: 40px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 10px;
}
.gap-btn .wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
}
.cw-gap-frm {
    background: #EFF8E4;
    padding: 30px 9px;
    border-radius: 6px;
}
.unstyled::-webkit-inner-spin-button
{
    display: none;
    -webkit-appearance: none;
}
/* get a price end*/
/* ---------------------------------------------------------
   20. Mailchimp
------------------------------------------------------------ */ 

.bddex-menu-list > ul .mc4wp-form input[type=email] {
    padding: 6px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
}
.bddex-menu-list > ul .mc4wp-form input[type=submit] {
    margin-top: -38px;
    padding: 7px 18px;
}
.footer .mc4wp-form input[type=email] {
    width: 100%;
    padding: 7px 15px;
    border: 0;
    font-size: 13px;
}
.footer .mc4wp-form input[type=submit] {
    position: relative;
    margin-top: -38px;
    float: right;
    border: 0;
    background: #00bcd4;
    color: white;
    padding: 7px 14px;
    letter-spacing: .5px;
    transition: all 0.3s ease;
    font-weight: 400;
}
.mc4wp-form input[type=email] {
    width: 100%;
    padding: 12px 15px;
    border: 0;
    font-size: 15px;
}
.mc4wp-form input[type=submit] {
    position: relative;
    margin-top: -48px;
    /*float: right;*/
    border: 0;
    background: #00bcd4;
    color: white;
    padding: 12px 20px;
    letter-spacing: .5px;
    transition: all 0.3s ease;
    font-family: Open Sans;
    font-weight: 500;
    text-transform: uppercase;
}

.mc4wp-form input[type=submit]:hover {
    background: #9e9e9e;
    color: #f5f5f5;
}

.mc4wp-form input[type=text],
.mc4wp-form input[type=email], 
.footer .mc4wp-form input[type=text],
.footer .mc4wp-form input[type=email] {
    width: 100%;
    font-size: 13px;
}
.mc4wp-form input[type=submit] {
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}
/* ---------------------------------------------------------
   21. Error 404
------------------------------------------------------------ */ 
.error-404{
 text-align: center;
 margin-top: 200px;
 margin-bottom: 100px
}
.error-404 h1{
font-size: 100px;
    color: #222;
    font-weight: 700;
    width: 300px;
    height: 300px;
    line-height: 300px;
    border: 10px solid #222;
    border-radius: 50%;
    margin: 0 auto 60px auto;
}
.error-404 p{margin-bottom: 30px}

/* ---------------------------------------------------------
   22. Back to top
------------------------------------------------------------ */ 
#back_top.back_top {
    display: block;
    animation: bounceInUp 0.7s both;
}
#back_top {
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 40px;
    height: 40px;
    border: 1px solid #1C1C1C;
    position: fixed;
    display: none;
    bottom: 50px;
    right: 30px;
    background-color: #FFFFFF;
    z-index: 992;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    outline: none;
    cursor: pointer;
}
#back_top:hover, #back_top:focus {
    color: #FFFFFF;
    background-color: #fb383b;
    border-color: #fb383b;
}
/* ---------------------------------------------------------
   23. Login / Register
------------------------------------------------------------ */ 
.bddex_login_register {
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    position: fixed;
    top: 200px;
    padding: 30px;
    width: 350px;
    z-index: 999;
    left: 50%;
    margin-left: -200px;
}

.bddex_login_register p.status{
    display: none;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}

.login_button {
    padding: 8px;
    float: right;
}
.login_button:before {
    font-family: FontAwesome;
    content: "\f090";
    padding-right: 5px;
}
.bddex_login_register h2 {
    font-size: 22px;
    /* text-align: center; */
    padding-bottom: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.bddex_close {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -1.52px;
    margin-right: -1px;
}
.bddex_lost{float: right;}
.bddex_login_register .status{}
.bddex_login_register input[type='text'], [type='password'] {
    padding: 7px 10px;
    width: 100%;
    border: 1px solid #cecece;
}
.bddex_login_register input.submit_button {
    border: none;
    font-size: 14px;
    padding: 8px 20px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 400;
    float: left;
    border: 2px solid transparent;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all 0.3s ease 0s;
}
.bddex_login_register input.submit_button:hover {
    background: transparent;
}

.bddex_login_register .no_acc {
    padding: 20px 0 10px;
}
.bddex_login_register .close {color:#f00;}
/* ---------------------------------------------------------
   24. Testimonial
------------------------------------------------------------ */ 
.client-left {
    float: left;
    width: 30%;
}
.client-left a {
    text-align: center;
    display: block;
}
.client a {
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
.client-left img {
    border-radius: 50% !important;
    width: 60px !important;
    margin: 0 auto;
}
.client img {
    width: 60px !important;
    border-radius: 50% !important;
    margin: 0 auto;
}
.client-feedback {
    float: left;
    width: 60%;
    background: #00cded;
    border-radius: 6px;
    padding: 15px;
    color: white;
}


.client-feedback:after {
    content: '';
    position: absolute;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #00cded;
    margin-left: -39px;
    top: 25px;
    transform: rotate(90deg);
}
.service_testimonial .client-feedback {
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    margin-top: 30px;
    min-height: 150px;
    background: transparent;
}
.service_testimonial .client-feedback:before {
    background: #F2F2F2 none repeat scroll 0 0;
    border-color: transparent transparent #ccc #ccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    position: relative;
    top: -25px;
    transform: rotate(135deg);
    width: 20px;
}
.service_testimonial .client-feedback:after {
    border:0;
    
  }
.testimonial .owl-nav{
    display: inline-flex !important;
    left: 56%;
    position: absolute;
    margin-top: 30px;
}
.testimonial.owl-carousel button.owl-prev {
    position: absolute;
    left: -96px;
    background: #00cded;
    color: #fff;
    padding: 5px 13px;
}
.testimonial.owl-carousel button.owl-next {
    position: absolute;
    right: 27px;
    background: #00cded;
    color: #fff;
    padding: 5px 13px;
}
.testimonial button.owl-prev:hover, 
.testimonial.owl-carousel button.owl-next:hover {
    background: #8cc63f;
    color: white;
}
.testimonial {
  margin-top: 45px;
}
.client-name {
    margin: 10px 0 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
}
.service_testimonial .client-name,
.service_testimonial .client-feedback p {
    color: #555;
}
.service_testimonial .client-feedback p{text-align: center;}
.service_testimonial .owl-nav {display: none}
.service_testimonial .owl-dots .owl-dot.active span, 
.service_testimonial .owl-dots .owl-dot:hover span {
    background: #888;
}
.service_testimonial .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.service_testimonial .owl-dots .owl-dot {
    display: inline-block;
    background: transparent;
}
.service_testimonial .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 20px;
}
.client-title {
    font-size: 18px;
    color: #00bcd4;
    font-weight: 600;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #d4d4d4;

}

.client-title:after {
    content: '';
    background: #00bcd4;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 40px;
    margin-top: 32px;
}

/* ---------------------------------------------------------
   News ticker / Trending
------------------------------------------------------------ */ 
.bddex_news_ticker {
    width: 88% !important;
    float: left;
    padding-left: 20px;
    height: 35px;
}

.bddex_news_ticker .owl-nav {
    position: absolute;
    right: 0;
    top: -17px;
}

.bddex_news_ticker .owl-nav .owl-prev {
    left: -75px;
    position: absolute;
}
.bddex_news_ticker .owl-nav .owl-next {
    right: 18px;
    position: absolute;
}
.bddex_news_ticker .owl-nav .owl-prev i,
.bddex_news_ticker .owl-nav .owl-next i {
    margin: 0;
    background: none;
    border: 1px solid #dedede;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 18px;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    cursor: pointer;
    z-index: 2;
}
.bddex_news_ticker .owl-nav .owl-prev i:hover,
.bddex_news_ticker .owl-nav .owl-next i:hover{
border: 1px solid transparent;
    color: #FFF;
    background: #EC0000;
}
.bddex_news_ticker_main {
    padding-left: 2.5%;
}
.bddex_news_ticker_bar {
    background: #EC0000;
    width: 100px;
    padding: 2.3px;
    font-size: 13px;
    text-align: center;
    color: white;
    font-weight: 500;
    float: left;
    position: relative;
}
.news-ticker-title {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 2px 0;
    position: relative;
    margin: 0;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.i_ls_4 {
    width: 33.33333333% !important;
}
.i_ls_8 {
    width: 66.66666667% !important;
}
}

/*date*/
.bddex-date {
    margin: 8px;
    color: white;
    float: left;
}
.bddex-date i {
    margin-right: 3px;
}
/*phone email*/
.phone_email {
/*  width: 70%;*/
  float: left;
}
.phone_email i {
  margin-right: 7px;
}
/* ---------------------------------------------------------
   Ads
------------------------------------------------------------ */ 
/*header ads*/
.head_ads {
  height: 90px;
  width: 728px;
  float: right;
}
.head_ads img{max-height: 90px;max-width: 728px}

/*single post content ads 300x250*/
.ad_300_250 {
    float: left;
    padding: 5px 20px 5px 0;
}

/* ---------------------------------------------------------
  Author template
------------------------------------------------------------ */ 
@media (max-width: 991px) {
.single .site-main{padding: 0 10px;}
}
.profile_left_sec {
    padding: 25px;
    border: 1px solid #e8e8e8;
}
.author_bio_sec {
    padding: 25px;
    display: inline-block;
    border: 1px solid #e6e6e6;
}
.author_bio_sec .author_pic {
    width: 15%;
    float: left;
}
.author_bio_sec .author_pic img{
  width: 100px;
}
.author_bio_sec .profile_info{
  float: right;
  width: 83%;
}
.profile_name {
    font-size: 18px;
    text-transform: capitalize;
    padding: 15px 0 0px;
    color: #555;
}
.author_bio_sec .profile_name {padding: 0px;}
.profile_address {
    color: #777;
    font-family: 'Open Sans';
    font-size: 13px;
}
.profile_url {
    font-size: 13px;
    font-family: 'Open Sans';
    font-style: oblique;
}
.profile_description {
    padding: 10px 0;
}
.social_profile a {
    padding: 10px;
}
.social_profile .profile_link_fb{padding-left:0;}


/* ---------------------------------------------------------
    Stylesheet for Woocommerce
------------------------------------------------------------ */ 
.woocommerce div.product{padding: 0 25px}
.woocommerce div.product div.images .flex-control-thumbs li img {
    padding: 5px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    width: 64px;
    height: auto;
    box-shadow: none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    color: #233C75;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
    color: #00BCD4;
}
.woocommerce ul.products li.product .price,
.woocommerce-loop-product__title {
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}
li.product {
    box-shadow: 0 0 15px 0 rgba(43, 43, 43, 0.1);
    background: white;
    padding-bottom: 10px !important;
}
li.product img{
    margin:0 !important;
}
li.product .woocommerce-loop-product__title {
    font-size: 14px;
    padding-top: 15px;
    color: #1D3261;
    font-weight: 600;
}
li.product:hover .woocommerce-loop-product__title{
    color: #00BCD4;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
ul.products li.product
 {
    float: left;
    margin: 0 29px 2.992em 0;
    padding: 0;
    position: relative;
    width: 23.1%;
    margin-left: 0;
}
.woo-cars li{
 list-style: none;
 text-align: center;
}
.woo-cars li.product {
    width: 90%;
}
.tax-product_cat ul.products li.product {
   margin: 0 29px 2.992em 0;
    padding: 0;
    position: relative;
    width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last,
ul.products li.product.last {
    margin-right: 0;
}
.page-template-booking-services ul.products {
    padding: 0;
}
.post-type-archive-product ul.products li.last {
    margin-right: 0;
}
ul.products li.product {
    overflow: hidden;
}

li.product .button {
    position: absolute;
    top: 33%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 8px;
    font-family: Roboto;
    font-weight: 500;
    color: #fff;
    background-color: transparent !important;
    border: 2px solid !important;
    transition: all .3s ease-in-out;
}
.related ul.products li.product .button {
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
li.product:hover .button {
    display: block;
}
li.product .button:hover {
    background-color: transparent !important;
}
li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    transition: all .5s ease-in-out;
}
li.product:hover img{
    -webkit-filter: brightness(0.25);
    filter: brightness(0.25);
}
.woocommerce.columns-4 ul.products li.last {
    margin-right: 0;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
 {
    background-color: #00BCD4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #00BCD4;
    font-family: 'Roboto';
    font-size: 13px;
}
.woocommerce-cart .woocommerce-message {
    display: none;
}
.woocommerce-message::before {
    content: '\e015';
    color: #00BCD4;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
  border-radius: 0;
}
input#coupon_code {
  width: 120px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
   border: 1px solid #a9a9a9;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid #a9a9a9;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 3px 0;
    border-radius: 2px;
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

#add_payment_method #payment, .woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 0;
    padding: 8px;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #E5E5E5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #E5E5E5;
    color: #515151;
}
.woocommerce-info {
    border-top-color: transparent;
}
.woocommerce-info::before {
    color: #23282d;
}
.woocommerce form .form-row .required {
    color: #AA0000;
    font-weight: 700;
    border: 0;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.woocommerce ul.products li.product .price {
    color: #1D3261;
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 14px;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 10px;
}
.product-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    margin: 15px 10px 0 0;
}
.product-badge .onsale {
    background: #222;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 8px;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 28px;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #222;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    text-transform: uppercase;
    font-size: 15px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    padding: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border: 1px solid #999;
  transition: all .3s;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover {
    background-color: transparent;
    color: #00BCD4;
    border: 1px solid #00BCD4;
}

.woocommerce .quantity .qty {
    width: 3em;
    text-align: center;
    padding: 3px;
}
.quantity_select{float: left}
/*cart icon*/
#header_cart i {
    color: #222;
    font-size: 18px;
}
#header_cart span {
    color: #222;
    position: absolute;
    margin-top: -5px;
    padding: 2px 3px;
    line-height: 9px;
   
}
#header_cart:hover i,
#header_cart:hover span {
    color: #00BCD4;
}
.cart-contents {
    color: #333;
}
.cart-contents:hover {
    color: white;
}
.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:18px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
}
.cart-contents-count {
    color: #fff;
    background-color: #222;
    font-weight: bold;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 8px;
    line-height: 1;
    vertical-align: top;
}

.woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 14px;
    color: #7a7a7a; 
    float: right;
    padding-top: 6.5px;
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
/*pagination*/
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #233C75;
    color: white;
  }
  .woocommerce nav.woocommerce-pagination ul li a, 
  .woocommerce nav.woocommerce-pagination ul li span {
    background: #00CDED;
    color: #fff;
    padding: 10px 14px;
  }
  .woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0 4px;
  }
  .woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #00BCD4;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #233C75;
    font-size: 16px;
}
.sku, .posted_in a {
    color: #00BCD4;
}
.sku_wrapper, .posted_in {
    color: #233C75;
}
.woocommerce-variation.single_variation {
    margin-bottom: 0px;
}
.product_meta {
    display: grid;
    padding-top: 10px;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: #222;
}
/*owl carousel*/
.woo-cars .owl-prev,
.woo-cars .owl-next {
    color: #00CDED;
    border: 1px solid;
    padding: 4px 10px;
    top: -12%;
    position: absolute;
}
.woo-cars .owl-prev {
    right: 45px;
}
.woo-cars .owl-prev:hover,
.woo-cars .owl-next:hover  {
  border: 1px solid;
  color: #233C75;
}
.woo-cars .owl-next {
    right: 0px;
}
/*owl carousel end*/
.woo-cars li.product,
.woocom li.product {
  list-style: none
}
.woo-cars .onsale,
.woocom .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 10px 25px 0px 0px;
    position: absolute;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 8px 5px;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    background-color: #6ec1e4;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    z-index: 9;
    }
.our-woo {
  text-align: center;
    color: #222;
    padding-top: 30px;
    padding-bottom: 60px;
}   
.our-woo:after {
    position: absolute;
    content: '';
    height: 2.5px;
    background: #222;
    width: 80px;
    left: 48%;
    margin-top: 45px;
}
.woo-cars .woocommerce-loop-product__title,
.woocom .woocommerce-loop-product__title {
  font-size: 15px;
  text-transform: uppercase;
  padding: .5em 0;
  margin: 0;
}
.page-title-shop {
  margin: 0;
  text-transform: uppercase;
  color: #ffc500;
  font-weight: 600;
}

.woo-cars li.product> .product_type_grouped,
.woocom li.product> .product_type_grouped {
    left: 25% !important;
}
.page-template-shop-right-sidebar .woo-cars li.product> .product_type_grouped,
.woocom li.product> .product_type_grouped {
    left: 50% !important;
}
.page-template-shop-left-sidebar .woo-cars li.product> .product_type_grouped,
.woocom li.product> .product_type_grouped {
    left: 50% !important;
}
.woo-cars li.product> .product_type_external,
.woocom li.product> .product_type_external,
.woo-cars li.product> .product_type_grouped,
.woocom li.product> .product_type_grouped,
.woo-cars li.product> .add_to_cart_button, 
.woocom li.product> .add_to_cart_button {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    padding: 0px 8px;
    font-size: 12px;
    color: #eee;
    font-family: 'Roboto';
    font-weight: 500;
    background-color: transparent !important;
    border: 2px solid #eee;
    transition: all .6s ease-in-out;
    text-transform: uppercase;
}
.woo-cars ul {
    margin: 0;
    padding: 0;
}
.woo-cars li.product:hover .product_type_external,
.woocom li.product:hover .product_type_external,
.woo-cars li.product:hover .product_type_grouped,
.woocom li.product:hover .product_type_grouped,
.woo-cars li.product:hover .add_to_cart_button,
.woocom li.product:hover .add_to_cart_button {
    opacity: 1;
}
.woo-cars li.product> .product_type_external:hover,
.woocom li.product> .product_type_external:hover,
.woo-cars li.product> .product_type_grouped:hover,
.woocom li.product> .product_type_grouped:hover,
.woo-cars li.product .add_to_cart_button:hover,
.woocom li.product .add_to_cart_button:hover {
    border: 2px solid #00BCD4;
    color: #00BCD4;
}
.woo-cars li.product .price,
.woocom li.product .price {
    display: block;
    text-align: center;
}
.woo-cars li.product .button.added::after,
.woocom li.product .button.added::after {
    font-family: WooCommerce;
    content: '\e017';
    margin-left: .53em;
    vertical-align: bottom;
}
.woo-cars li.product .added_to_cart.wc-forward,
.woocom li.product .added_to_cart.wc-forward {
    top: 46%;
    position: absolute;
    left: 40%;
    background: #FAB702;
    color: #222;
    font-size: 13px;
    padding: 2px 12px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
}
.woo-cars li.product .added_to_cart.wc-forward:hover,
.woocom li.product .added_to_cart.wc-forward:hover {
    background-color: #eee;
}
.woo-cars .woocommerce-Price-amount.amount,
.woocom .woocommerce-Price-amount.amount {
    font-weight: 500;
    font-family: Roboto;
    color: #1D3261;
    text-align: center;
}
.woo-cars li.product .price del,
.woocom li.product .price del{
  color: #aaa;
}
.woo-cars li.product .price del .woocommerce-Price-amount.amount,
.woocom li.product .price del .woocommerce-Price-amount.amount {
  color: #aaa;
}
.woo-cars li.product .price ins,
.woocom li.product .price ins {
  color: #222;
}

.woocom:before {
    display: table;
    content: ' ';
}
.woo-cars li.product {
  margin: 0 15px;
}
.woocom li.product {
    float: left;
    margin: 0 23px 2.992em 0;
    padding: 0;
    position: relative;
    width: 30%;
    margin-left: 0;
    min-height: 345px;
}

.woocom li.product a img {
    margin: 0 0 1em;
  }
/*filter by price*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #c6cbce;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #8e99b0;
  }
/*ratings*/  
.woocommerce .products .star-rating {
    margin: 0 auto;
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description {
    margin: 20px 0;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 40px;
}
.woo-cars .star-rating,
.woocom .star-rating {
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
    margin: 0 auto;
    margin-bottom: 10px;
}
.woocom .col-md-4 li.first {
    clear: both;
    margin-left: 0;
}
.star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
  }
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}  
.star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce #review_form #respond textarea {
    margin-top: 8px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    background-color: #00BCD4;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
    padding: 9px 15px;
    border: 1px solid #00BCD4;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: transparent;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 39%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 56%;
}
/*Showing result and default shorting disable*/
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    display: none;
}
.woocommerce form .form-row .input-checkbox {
    margin: -8px 8px 0px 0
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #00BCD4;
    border: 2px solid #00BCD4;
}
.qty_sep{clear: both; padding: 5px;}
.single-product form .form-row label {
    display: none;
}
.woocommerce-page input#start_date {
    padding: 5px;
   /* border: 1px solid #00BCD4;*/
    width: 180px;
}
.woocommerce-page input#start_date::-webkit-input-placeholder,
.woocommerce-page input#start_date:-moz-placeholder,
.woocommerce-page input#start_date::-moz-placeholder,
.woocommerce-page input#start_date:-ms-input-placeholder
 {color: #fff;}
.woocommerce-page .form-row.form-row-wide {padding:0;}
.wceb_picker_wrap {
    padding: 15px 0 0;
}
#tab-description h2, #tab-reviews h2{display: none}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 1.5em;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 993px) {
    /* ---------------------
        WOOCOMMERCE checkout two layout
        --------------------- */
        .woocommerce-account .col2-set .col-1{width:auto !important;}
        .woocommerce .col2-set .col-1{width:100%;}
        .woocommerce-billing-fields h3{margin-top:40px;}
        .woocommerce .col2-set, .woocommerce-page .col2-set{width:48%;float:left;}
        #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:4%;}
        h3#order_review_heading {margin-top: 40px;}
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    color: #233c75;
    font-size: 14px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em;
    padding: 0;
}
.woocommerce div.product form.cart .variations {
    margin-top: 1em;
    margin-bottom: 0;
    border: 0;
    width: 45%;
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 60%;
    display: inline-block;
    margin-right: 1em;
    padding: 3px;
    margin-bottom: 10px;
}
.hours {
    padding-top: 4px;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.custom-price-prefix{
    color:#1D3261;
    font-weight: 500;
    font-family: Roboto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius: 0}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow: none}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce a.added_to_cart{display: block;text-align: center;}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 20%;
}

/*learnpress plugin for education demo*/
 .learn-press-breadcrumb {
  display: none;
}
.post-type-archive-lp_course .lp-sidebar .widget {
  border: 1px solid #e8e8e8;
  padding: 20px;
  margin-bottom: 40px;
}
.course-title {
    margin: 0px 0 10px;
}
#learn-press-user-profile form button {
    border: none;
    background: #002147;
    color: white;
    padding: 5px 15px;
    border-radius: 2px;
}
.learn-press-courses {
    list-style: none;
    margin-right: -2.1%;
    margin-left: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 736px) {
.learn-press-courses .course {
    list-style: none;
    width: 31.33333%;
    margin: 0 2% 50px 0;
    box-shadow: none;
    padding: 0;
}
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  .learn-press-courses .course {
    width: 100%;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    transition: all .5s ease;
    display: table;
    margin: 30px;
  }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  .learn-press-courses .course {
    width: 44%;
     box-shadow: 0 1px 5px rgba(0,0,0,.1);
    transition: all .5s ease;
    display: table;
    margin: 15px;
  }
}
/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .learn-press-courses .course {
    width: 44%;
     box-shadow: 0 1px 5px rgba(0,0,0,.1);
    transition: all .5s ease;
    display: table;
    margin: 15px;
  }
}
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .learn-press-courses .course {
    width: 100%;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    transition: all .5s ease;
    display: table;
    margin: 30px;
  }

}
.course-summary {
  padding: 20px;
}

.edu-course-price,
.lp-course-price {
    position: absolute;
    padding: 6px 9px;
    background: #ffc107;
    color: white;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 500;
    transition: all 1s
}
.edu-course-price .origin-price,
.lp-course-price .origin-price {
  text-decoration: line-through;
  font-size: 14px;
  font-style: italic;
  padding-right: 4px;
  color: #333;
}
.course-title a{
  font-size: 17px;
  line-height: 1.5;
  font-family: Roboto Slab;
  color: #002147;
}
.course-title a:hover {
  color: #FFC107;
}
.course-cateogory a{
  font-size: 13px;
  color: #ccc;
}
.course-thumbnail img {
    width: 100%;
}
@media (min-width: 736px) {
.learn-press-courses .type-lp_course,
.lpr_course {
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    transition: all .5s ease;
    display: table;
}
#profile-content-courses ul.learn-press-courses .course {
   box-shadow: 0 1px 5px rgba(0,0,0,.1);
   margin: 0px 9px 30px 6px;
}
.learn-press-courses .type-lp_course:hover,
.lpr_course:hover {
    box-shadow: 0 1px 7px 1px rgba(0,0,0,.2);
}


}
form[name="search-course"] .search-course-input {
  border: 1px solid #e5e5e5;
}
.learn-press-courses .type-lp_course:hover .lp-course-price,
.lpr_course:hover .lp-course-price,
.type-lp_course:hover .edu-course-price{
  transform: rotate(360deg);

}

.type-lp_course:hover .course-cateogory a {
  color: #FFC107;
}

.type-lp_course:hover .edu-course-footer {
  border-color: #FFC107;
}


.post-type-archive-lp_course .learn-press-pagination .page-numbers > li a, 
.post-type-archive-lp_course .learn-press-pagination .page-numbers > li span {
  padding: 10px 15px;
  
}
.post-type-archive-lp_course .learn-press-pagination .page-numbers > li a {
  color: #002147;
}
.post-type-archive-lp_course .learn-press-pagination .page-numbers > li a:hover {
  background: #FFC107;
  color: white;
}


.post-type-archive-lp_course form[name="search-course"] .search-course-button {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 15px;
    border: 0;
    height: auto;
    line-height: 1px;
    cursor: pointer;
}

.post-type-archive-lp_course form[name="search-course"] .search-course-input {
    width: 100%;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.single-lp_course .lp-single-course .lp-course-buttons {display: none}
.single-lp_course .course-title {
  margin-bottom: 40px;
  font-size: 28px;
}
/*course price*/
.lp-sidebar .course-payment,
.lp-sidebar .course-rating {
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
  margin-top: 40px;
}

.single-lp_course form[name="purchase-course"] .button-purchase-course,
.single-lp_course form[name="enroll-course"] .lp-button{
  border: none;
  background: #FFC105;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1px 20px;
  height: auto;
  font-size: 15px;
  color: #000;
}
.single-lp_course .learn-press-message {
  background: #FFC105;
  color: #000;
  text-transform: uppercase;
}
.single-lp_course .learn-press-message:before {
  background: #FFC105;
}
.single-lp_course form[name="purchase-course"] .button-purchase-course:focus,
.single-lp_course form[name="enroll-course"] .lp-button:focus {
  outline: none;
}
.single-lp_course form[name="purchase-course"] .button-purchase-course:hover,
.single-lp_course form[name="enroll-course"] .lp-button:hover {
  background: #002147;
  color: white;
  transition: all .5s ease;
}

.single-lp_course .course-price {
 
  padding-bottom: 25px;
}

.single-lp_course .course-price .origin-price{
   font-size: 18px;
   text-decoration: line-through;
   font-style: oblique;
}

.single-lp_course .course-price .price {
  font-size: 22px;
  color: #002147;
  font-weight: 600;
}


.single-lp_course .course-tabs {
    clear: both
}
.single-lp_course .course-tabs .course-nav-tabs:after,
.single-lp_course .course-tabs .course-nav-tabs:before {
    content: " ";
    display: table;
}

.single-lp_course .course-tabs .course-nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    transition: all .3s ease;
}

.single-lp_course .course-tabs .course-nav-tabs li {
    background: 0 0;
    border-radius: 0;
    margin: 0;
    width: 25%;
    text-align: center;
    border: 0;
    position: relative;
    transition: all .3s ease;
}
.single-lp_course .course-tabs .course-nav-tabs li:hover:after {
  background: #002147;
}
.single-lp_course .course-tabs .course-nav-tabs li a {
    border-radius: 0;
    margin-right: 3px;
    border: 1px solid #eee;
    border-bottom: 0;
    text-transform: uppercase;
    color: #002147;
    font-weight: 600;
    background: #f9f9f9;
    line-height: 29px;
    display: block;
    position: relative;
    transition: all .3s ease;
}
@media(max-width: 767px) {
.single-lp_course .course-tabs .course-nav-tabs li a {
    font-size: 10px;
    font-weight: 400;
}
ul.learn-press-nav-tabs .course-nav a {padding:10px 1px !important;}
.course-nav-tab-overview a:before, .course-nav-tab-curriculum a:before, 
.course-nav-tab-instructor a:before, .course-nav-tab-reviews a:before {
    padding-right: 2px !important;
  }
}
.single-lp_course .course-tabs .course-nav-tabs li.active,
.single-lp_course .course-tabs .course-nav-tabs li.active a {
    background: #fff;
    transition: all .3s ease;
}

.single-lp_course .course-tabs .course-nav-tabs li a .fa {
    font-size: 13px;
    vertical-align: middle;
    line-height: 29px;
    margin-right: 8px
}

.single-lp_course .course-tabs .course-nav-tabs li:last-child a {
    margin-right: 0
}

.single-lp_course .course-tabs .course-nav-tabs li:last-child.active:after,
.single-lp_course .course-tabs .course-nav-tabs li:last-child.active:before {
    right: 0
}

.single-lp_course .course-tabs .course-nav-tabs li.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 3px;
    top: 0;
    height: 4px;
    z-index: 10;
    background: #FFB606;
}

.single-lp_course .course-tabs .course-nav-tabs li.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 3px;
    bottom: -1px;
    height: 1px;
    z-index: 10;
    background: #fff
}

.single-lp_course .course-tabs .tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 60px 30px
}

.single-lp_course .course-tabs .tab-content .lp-announcements .lp-announcement-item {
    margin-bottom: 15px
}

.single-lp_course .course-tabs .tab-content .lp-announcements .lp-announcement-item .title {
    background-color: transparent;
    border: 1px solid #e5e5e5!important;
    line-height: 40px
}

.single-lp_course .course-tabs .tab-content .lp-announcements .lp-announcement-item .title span {
    background: 0 0;
    color: #333
}

.single-lp_course .course-tabs .tab-content .lp-announcements .lp-announcement-item .lp-announcement-content {
    padding-left: 20px;
    background-color: transparent
}
.single-lp_course .lp-label.label-enrolled {
    background: #ffb606

}
.single-lp_course .learn-press-course-results-progress {display: none}
.single-lp_course .write-a-review, .submit-review,.learnpress-page .lp-button {
    border: none;
    background: #002147;
    border-radius: 2px;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
}
.single-lp_course .write-a-review:hover,.submit-review:hover,.learnpress-page .lp-button:hover {
  background: #002D61
}
.course-nav-tab-overview a:before,
.course-nav-tab-curriculum a:before,
.course-nav-tab-instructor a:before,
.course-nav-tab-reviews a:before {
  font-family: FontAwesome;
  font-weight: 400;
  padding-right: 10px;
}

.review-form .review-fields > li input[type="text"],.review-form .review-fields > li textarea {
  border: 1px solid #ccc;
    padding: 5px 10px;
}
.course-nav-tab-overview a:before {
  content: "\f02e";
}
.course-nav-tab-curriculum a:before {
  content: "\f1b2";
}
.course-nav-tab-instructor a:before {
  content: "\f007";
}
.course-nav-tab-reviews a:before {
  content: "\f086";
}

/*course features*/
.lp-course-features { 
  padding: 20px; 
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
  margin-top: 40px
}
.lp-course-features .title {
  color: #000;
  font-weight: 600;
}
.lp-course-features ul {
  padding: 0;
}
.lp-course-features li {
  list-style: none;
  padding: 18px 0 12px;
  border-bottom: 1px solid #eee;
  color: #002147;
}
.lp-course-features li span {
  color: #002147;
  font-size: 14px;
}

.lp-course-features li i {
  padding-right: 10px;

}

.lp-course-features li .value {
  float: right;
}
.lp-course-features li:last-child {
  border: none;
}
.lp-course-features li .label,
.lp-course-features li .value {
  font-weight: 600;
}

/*related item*/
.edu-ralated-course {
    clear: both;
    overflow: hidden
}

.edu-ralated-course .related-title {
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    padding: 10px 20px;
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,.3);
    margin: 60px 5px 25px;
    background: #002147;
    font-weight: 500;
    color: white;
}
.edu-ralated-course .owl-item.active {
  padding: 5px;
}
.edu-ralated-course .owl-nav {
    padding-top: 0px;
    top: -62px;
    position: absolute;
    right: 20px;
}
.edu-ralated-course .owl-carousel .owl-nav button i {
    font-size: 22px;
    font-weight: 600;
    color: #002147;
    background: #e7e7e7;
    border-radius: 1px;
    padding: 3px 9px;
}
.edu-ralated-course .owl-carousel .owl-nav button:focus {
  outline: none;
}
.edu-ralated-course .owl-carousel .owl-nav button:hover i {
  background: #fff;
}
.review-form .review-stars > li span.hover:before {
  color: #FFB606;
}
.related-course-footer {
    padding: 5px 10px;
    border-top: 1px solid #e7e7e7;
    display: flow-root;
}
.related-course-footer .lp-author img {
  width: 30px;
}
.edu-ralated-course .course-rate {margin: 0; padding: 8px}
.edu-ralated-course .course-students { padding-top: 6px; }
.edu-ralated-course .lpr_course {
}
.edu-ralated-course .lpr_course:hover .related-course-footer {
  border-color: #FFB606;
   transition: all 1s ease;
}
.edu-ralated-course .lpr_course:hover .course-cateogory a {
  color: #FFB606;
  transition: all .5s ease;
}
.edu-ralated-course .lpr_course:hover .course-students {
  color: #002147;
  transition: all .5s ease-in-out;
}

/*checkout */
.checkout .lp-list-table thead tr th {
  background: #002147
}

/*rating single course sidebar*/
.review-star {
    line-height: 16px;
}
.review-stars-rated {
    height: 16px;
    line-height: 16px;
    width: 80px;
}

.review-stars:after {
    clear: both;
    content: '';
    display: block;
}
.review-stars>li {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: none;
    margin-bottom: 0;
}
.review-stars>li span {
    font-size: 13px;
    width: auto;
    height: auto;
    border-bottom: none;
    text-decoration: none;
}
.review-stars > li span {
  color: #FFB606;
}
.review-stars>li span:before {

    width: auto;
    height: auto;
}

.detailed-rating {
    width: auto;
    display: inline-block;
    max-width: 100%;
}
.detailed-rating .stars {
    clear: both;
    padding: 0 30px 3px;
}
.detailed-rating .stars > div.key {
  color: #333;
}

.detailed-rating .stars>div.bar {
    width: 200px;
    margin: 0 7px;
}
.detailed-rating .stars>div.bar .full_bar {
    background: #eee;
    height: 12px;
    position: relative;
}
.detailed-rating .stars {
    clear: both;
    padding: 0 30px 3px;
}

/*review tab for single course page*/
.course-tab-panel-reviews .course-rate,
.course-tab-panel-reviews .course-review-head {
  display: none;
}
.course-tab-panel-reviews .course-reviews-list {
  padding: 0;
}

.course-tab-panel-reviews .review-stars-rated {
  float: right;
}
.course-tab-panel-reviews .course-reviews-list li .review-title {
     clear: inherit; 
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 25px;
    margin: 9px 0 15px;
}
.course-tab-panel-reviews .course-reviews-list li {
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
  background: transparent;
  border:none;
}

.single-lp_course .course-meta {
  display: none
}
.single-lp_course .lp-single-course {
    margin-top: 40px;
}

/*single course tabs inscturtor */
.single-lp_course .author-avatar {
    float: left;
    overflow: hidden;
    margin-right: 25px;
    max-width: 100%;
    margin-bottom: 5px;
}
.single-lp_course .author-avatar img {
  width: 140px;
}
.single-lp_course .lp-single-course .course-author .author-bio {
  font-style: normal;
  font-size: 14px;
}

.single-lp_course .carousel-control-next-icon, .single-lp_course .carousel-control-prev-icon {
  width: 45px;
  height: 45px;
}

/*profile page*/
#learn-press-user-profile .lp-profile-header,
#learn-press-user-profile #learn-press-profile-nav:before {
  background: #002147;
}
.become-teacher-form button:hover {
    background: #00152E;
}
.become-teacher-form button {
    border: 0;
    padding: 4px 12px;
    background: #002147;
    color: #fff;
}
#learn-press-user-profile .lp-profile-avatar {
    position: absolute;
    bottom: 50px !important;
    left: 20px !important;
    width: 160px;
}

#learn-press-user-profile .lp-profile-avatar img {
    border: 5px solid #6C7582;
}

#learn-press-user-profile .profile-name {
  color: #ddd;
  text-align: left;
}

#learn-press-user-profile #learn-press-profile-nav .tabs > li a {
  color: #f1f1f1;
}
#learn-press-user-profile #learn-press-profile-nav .tabs > li.active > a,
#learn-press-user-profile #learn-press-profile-nav .tabs > li:hover:not(.active) > a,
#learn-press-user-profile #learn-press-profile-nav .tabs > li:hover:not(.active) ul {
  background: #6c7582;
  color: #fff;
}
#learn-press-user-profile #learn-press-profile-nav .tabs > li.active ul {
    background: #4b5461;
}
#learn-press-user-profile #learn-press-profile-nav .tabs > li a {
  padding: 10px 20px;
}
#learn-press-user-profile #learn-press-profile-nav .tabs > li a:hover {
    color: #FEC404;
}
#learn-press-user-profile #learn-press-profile-nav {
  padding-top: 0;
}
#learn-press-user-profile .lp-tab-sections .section-tab.active span {
  border: none;
  color: #4B5461;
}
#learn-press-user-profile .lp-tab-sections .section-tab a {
  color: #fff;
}
#learn-press-user-profile .lp-tab-sections {
  background: #6c7582;
  padding: 10px 5px;
}
#learn-press-user-profile .lp-list-table thead tr th {
    background: #4b5461;
  }
#learn-press-user-profile .lp-list-table th, 
#learn-press-user-profile .lp-list-table td {
  font-weight: 400;
  font-size: 15px;
}
#learn-press-user-profile .lp-sub-menu li a {
  color: #4B5461;
}
#learn-press-user-profile .learn-press-message:before {
  background: #4B5461
}

#learn-press-user-profile .lp-list-table tbody tr td a, 
#learn-press-user-profile .lp-list-table tbody tr th a {
    color: #354052;
}

#learn-press-user-profile .lp-label.label-finished, 
#learn-press-user-profile .lp-label.label-completed {
    background: #354052;
}
#learn-press-user-profile .lp-button {
    line-height: normal;
    padding: 6px 12px;
    height: auto;
    border: 0;
}

/*recent course widget*/
.archive-course-widget-outer .course-entry {
    display: flex;
    margin-bottom: 30px;
}
.archive-course-widget-outer .course-cover {
    margin-right: 10px;
    width: 50%;
    float: left;
}
.archive-course-widget-outer .course-detail {
    float: right;
    width: 50%;
}
.archive-course-widget-outer .course-title {
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto Slab";
    font-weight: 600;
    margin-top: -4px;
}
.archive-course-widget-outer .course-meta-field {
    font-weight: 500;
    color: #d80c0c;
}

/* LearnPress Course Carousel
================================================== */
/*review*/
.review-stars-rated .review-stars.empty,
.review-stars-rated .review-stars.filled {
    font-family: dashicons;
    font-size: 16px;
    color: #f2b827;
}
.review-stars-rated .review-stars.empty:before {
    content: '\f154\f154\f154\f154\f154';
    line-height: 1;
    vertical-align: top;
    white-space: nowrap;
}

.review-stars-rated .review-stars.filled:before {
    content: '\f155\f155\f155\f155\f155';
    line-height: 1;
    vertical-align: top;
    white-space: nowrap;
}
.review-stars:after {
    clear: both;
    content: '';
    display: block;
}
.review-stars-rated {
    width: 90px;
    position: relative;
    display: inline-block;
}
.review-stars {
    margin: 0 0;
    list-style: none;
    overflow: hidden;
}

.review-stars-rated .review-stars.filled {
    position: absolute;
    top: 0;
    left: 0;
}
.course-rate {
    float: left;
    padding: 13px 5px 0;
}
.lp-author {
  float: left;
  padding: 5px 0;
}
.lp-author img {
    width: 30px;
    border-radius: 50% !important;
}
/*price*/
.edu-course-price {
    position: absolute;
    bottom: 0;
    padding: 7px 10px;
    background: #ffc107;
    color: white;
    font-size: 16px;
}
.edu-course-price .origin-price {
    text-decoration: line-through;
    color: black;
    font-size: 14px;  
}

/*student endrolled*/
.course-students {
    float: right;
    padding: 10px 0;
}
.course-students i {
  font-size: 15px
}
.course-students, .lp_post_views {
  color: #A4A4A4;
  transition: all .3s;
}
.course-cateogory {
    color: #aaa;
}
.edu-course-footer {
    /*height: 50px;*/
    padding: 10px;
    border-top: 1px solid #e7e7e7;
    display: flow-root;
}
.lp_post_views {
    padding: 10px 15px 0 0;
    float: right;
}
.lp_post_views .post-views {
  margin-left: 0
}
.lp_post_views i {
  font-size: 15px;
}
.lp_post_views span {
  font-size: 14px;
}
.learn-press-courses .type-lp_course:hover .course-students,
.learn-press-courses .type-lp_course:hover .lp_post_views,
.lpr_course:hover .course-students,
.lpr_course:hover .lp_post_views{
  color:#002147;
}
.edu-lp-carousel .edu-lp-carousel-item .hentry:hover .course-students,
.edu-lp-carousel .edu-lp-carousel-item .hentry:hover .lp_post_views {
  color:#002147;
}

.edu-course-footer .post-views span {
    display: none;
}

/*learnpress carousel for elementor course carousel widget*/
.edu-lp-carousel .edu-lp-carousel-item .hentry {
    background: #fff;
    border: none;
    padding: 0;
    margin: 10px;
    -webkit-transition: box-shadow 0.25s ease;
    -moz-transition: box-shadow 0.25s ease;
    -ms-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}
.edu-lp-carousel .edu-lp-carousel-item .hentry:hover {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image {
    position: relative;
    overflow: hidden; }
    .edu-lp-carousel .edu-lp-carousel-item .edu-project-image img {
      display: block;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
      max-width: 100%; }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-overlay {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background: #000;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in-out 0s;
      -moz-transition: opacity 0.4s ease-in-out 0s;
      -ms-transition: opacity 0.4s ease-in-out 0s;
      transition: opacity 0.4s ease-in-out 0s;
       }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info {
      display: block;
      z-index: 120;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.4s ease-in-out 0s;
      -moz-transition: opacity 0.4s ease-in-out 0s;
      -ms-transition: opacity 0.4s ease-in-out 0s;
      transition: opacity 0.4s ease-in-out 0s; }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-entry-info {
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%; 
        padding: 10px;
      }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-post-title {
        padding: 10px;
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #fff; }
@media only screen and (max-width: 1024px) {
          .edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-post-title {
            font-size: 18px;
            line-height: 26px; } }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-post-title a {
          display: inline;
          color: #fff;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s;
          border-bottom: 1px solid transparent; }
          .edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-post-title a:hover {
            border-bottom: 2px solid #ccc; }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-terms {
        display: block;
        color: #f9f9f9; }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-terms a {
          position: relative;
          display: inline;
          zoom: 1;
          font-size: 14px;
          line-height: 26px;
          -webkit-transition: color 0.3s ease-in-out 0s;
          -moz-transition: color 0.3s ease-in-out 0s;
          -ms-transition: color 0.3s ease-in-out 0s;
          transition: color 0.3s ease-in-out 0s; }
.edu-lp-carousel .edu-lp-carousel-item .edu-project-image .edu-image-info .edu-terms a:hover {
            color: #fff; }



.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px 15px 10px;
}



.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .entry-title {
  font-family: 'Roboto Slab';
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  color: #444;
  margin: 0px 0 10px;
}
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .entry-title:after, .edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .entry-title:before {
        display: none; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .entry-title a {
        color: #333333;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }
        .edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .entry-title a:hover {
          color: #888; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-entry-meta span {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-style: italic;
      color: #999; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-entry-meta span a {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        font-style: normal; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-entry-meta span:after {
        content: '/';
        padding-left: 6px;
        padding-right: 6px; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-entry-meta span:first-child {
        border: none;
        padding-left: 0; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-entry-meta span:last-child:after {
        display: none; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .entry-summary {
      padding: 0;
      margin: 10px auto 0; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-category-list {
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-category-list:after {
        width: 35px;
        height: 1px;
        background: #aaa;
        display: block;
        content: ""; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-category-list:after {
        text-align: center;
        margin: 10px auto 10px; }
.edu-lp-carousel .edu-lp-carousel-item .edu-entry-text-wrap .edu-category-list a {
      font-style: italic;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
.edu-lp-carousel .edu-lp-carousel-item .type-post .edu-entry-text-wrap .entry-summary:before {
    display: none; }
.edu-entry-info .author:after {
    padding-left: 6px;
    padding-right: 2px;
}
@media screen and (min-width: 61.5625em) {
body:not(.search-results) article:not(.type-page) .entry-footer {
    display: block !important;
}
}
/* =================================================
   [Responsive Stylesheet]
  ================================================== */

@media only screen and (max-width: 3500px) {
body {overflow-x: hidden;}
}
@media (min-width: 1024px ){
.lSSlideWrapper #image-gallery {
    min-height: 430px;
}
.lSSlideWrapper #image-gallerys {
    min-height: 500px;
}
.caret{display: none}
}
@media (min-width: 1600px ){
.p-full .project-content{height: 320px}
}
@media (max-width: 1024px) {
  .cleaners .owl-nav{display: none}
  .slider-contents{top: 5% ;}
}
@media (min-width: 767px ) {
.desk{display: none}

}
/* =================================================
    Smart Phone
  ================================================== */

@media (max-width: 767px ) {
.mobile{display: none}

/* ---------------------------------------------------------
   Header, sub-header, breadcrumbs
------------------------------------------------------------ */ 
/*#top_head, */
#main_head .search-form, 
.search-icon, 
.woo_cart,
li#wp-admin-bar-my-account {
  display: none;
}
.top_menu {
  float: none;
  padding: 0;
}
.breadcrumbs,
.woocommerce-breadcrumb {
  text-align: center;
  font-size: 12px;
  float: none !important;
}
.sub-header-title, 
.page-title-shop {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
.sub-header
 {
    margin-top: 80px;
}
.admin-bar .header {
    top: 46px;
}
.admin-bar .header.fixed-top {
  top: 0;
}
/*.navbar-brand > img {
    max-height: 40px;
}*/
/* ---------------------------------------------------------
   Menu
------------------------------------------------------------ */ 
/*.navbar-default .navbar-collapse {
  background-color: #000;
}*/
.navbar-default .navbar-nav > li.current-menu-item > a, 
.navbar-default .navbar-nav > li.current-page-ancestor > a, 
.navbar-default .navbar-nav > li.current-menu-ancestor > a, 
.navbar-default .navbar-nav > li.current-menu-parent > a, 
.navbar-default .navbar-nav > li.current_page_ancestor > a, 
/*.navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
}*/
.navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
    font-weight: 500 !important;
}
.navbar-nav > li > a {padding: 8px 0;}
.navbar-nav > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.navbar-nav {
    margin: 0 auto!important;
    /*width: 300px;*/
}
.nav > li, .dropdown-menu > li {
    border-bottom: 1px solid;
}
.nav > li:last-child {
    border: 0;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
  margin-top: 22px;
  padding-bottom: 10px;
}
.footer-menu {
    display: block;
    float: none;
    padding:0;
}
.footer-menu li:after {
content: ''
}
/*news ticker*/
.bddex_news_ticker .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
}
.tp-caption.PostSlider-Title, .PostSlider-Title,
.tp-caption.PostSlider-Category, .PostSlider-Category,
.tp-caption.PostSlider-Content, .PostSlider-Content{
  color:white !important;
}
.fixed-top .news .news_sticky_menu_bar{width: 100%}
.post-block5-element .block-item5{width: 50% !important}
/* ---------------------------------------------------------
   service
------------------------------------------------------------ */ 
.p3cols .project-content 
 {
  width: 100%;
  min-height: auto;
}
.service figure img {
    width: 100%;
}
.service-brochure h4{font-size: 18px}
/* ---------------------------------------------------------
   team
------------------------------------------------------------ */ 
.team-title,.team-skills,.eng-skill-exp,.project-carousel,.team-content {padding:0 15px;}
/* ------------------------------------------
   blog
--------------------------------------------- */ 
h1.entry-title, h1.entry-title a{
  font-size: 18px !important;
  line-height: 22px !important;
}
/* ---------------------------------------------------------
   Testimonial
------------------------------------------------------------ */ 
.client-feedback:before {
  height: 15px;
  width: 15px;
    left: 82px;
    top: 30px;
}
.client-left img {
  width: 50px !important;
  border-radius: 100%;
}
.btn-quote.pull-right {
  float: none !important;
}
.client-feedback:before {left: 68px;}
.client-title {
    font-size: 18px;
  }
/* ---------------------------------------------------------
   Post
------------------------------------------------------------ */ 
.details-box .post-time,
.details-box .post-category, 
.details-box .comments-link {
  font-size: 11px;
  margin: 0;
  letter-spacing: 0;
}
.details-box .post-title a{font-size: 20px;line-height: 20px}
.featured-tab .navbar-collapse {display: none; transition: all .5s}
.featured-tab .navbar-collapse.in{display: block}
/* ------------------------------------------
   woocommerce
--------------------------------------------- */ 
.post-type-archive-product ul.products li.product{
      margin: 0 24px 2.992em 0;
}
.woocom li.product,.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, ul.products li.product{
  width: 100% !important;
  margin:0 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}
.copyright{text-align: center;}
.social_media {
  float: none;
  display: table;
  margin:0 auto;
}
.social_media.m-l-md {
    display: block;
    float: left;
}
.space-20,
.wpcf7-form-control-wrap.cw-bed select, .wpcf7-form-control-wrap.cw-bath select,
.wpcf7-form-control-wrap.cw-time select, .wpcf7-form-control-wrap.cw-date input {
    margin-bottom: 10px;
}
.gap-btn .wpcf7-form-control.wpcf7-submit {
    margin-top: 5px;
    margin-bottom: 40px;
}
.elementor-701 .elementor-element.elementor-element-4ca3b74{
  padding-bottom: 50px !important
}
.col-lg-5.col-md-5.col-sm-6.cleaner-img {
    padding-bottom: 40px;
}
.portfolio_content {padding-left:20px;}

/* ------------------------------------------
   misc
--------------------------------------------- */ 
.we_are_ready .pp-first-text{display: inline-block;}
.dif_man { margin-top: 70px !important;}
}
/* =========================================================
   iPhone 6 Plus in landscape
============================================================ */ 
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
.p3cols .project-content {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  min-height: auto;
}
.woocom li.product,.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, ul.products li.product {
    width: 45% !important;
    margin: 0 10px 40px 10px !important;
}
/* ---------------------------------------------------------
   team
------------------------------------------------------------ */ 
.team-title,.team-skills,.eng-skill-exp,.project-carousel,.team-content {padding:0 15px;}
}
/* =========================================================
   iPhone 6 in portrait & landscape
============================================================ */ 
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
}
/* ==============================
  iPhone 6 in landscape 
================================ */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
.service h3 a:after {
    bottom: 80px;
}
.p3cols .project-content {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  min-height: auto;
}
.client-feedback:before {
  left: 155px;
}
.admin-bar .fixed-top #main_head {
    top: 46px;
}
.navbar-nav { width: 600px; }
.project-content {  width: 100%; }
}
/*====================================
iPhone 5 & 5S in portrait & landscape
======================================*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
.admin-bar .header {
    top: 46px;
}
.admin-bar .header.fixed-top {
  top: 0;
}
/* ------------------------------------------
   service
--------------------------------------------- */ 
.p3cols .project-content
 {
  width: 100%;
  min-height: auto;
}
.project-terms button {
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 1;
    padding: 5px 7px;
    margin: 0px 0 5px;
    }
.engineers .eng-cat{
  margin-top: 110px;
}
.engineers .eng-cat a:after {
    top: 140px;
}
}
/*============================
iPhone 5 & 5S in landscape
==============================*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
.admin-bar .fixed-top #main_head {top: 0;}
.p3cols .project-content {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  min-height: auto;
}
}
/*=================================
iPad mini in portrait & landscape
===================================*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  { 
.nav > li > a {padding-right: 7px !important}
/*.navbar-default .navbar-nav > li > a {font-size: 12px !important}*/
/*.navbar-nav > li {font-size: 13px !important}*/
.navbar-brand {padding: 26px 0 !important;}
.search-icon,.woo_cart {display: none !important}
/*.navbar-default .navbar-nav > li > a {font-size: 10px !important}*/
.sub-header-title{font-size: 20px}
.breadcrumbs {
  text-align: center;
  font-size: 12px;
}
/* ------------------------------------------
   service
--------------------------------------------- */ 
.p3cols .project-content {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  min-height: auto;
}
.project-terms button {
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 1;
    padding: 5px 7px;
    margin: 0px 0 5px;
    }
.btn-brochure {
    background: #FBC94C;
    color: #1b1b1b;
    padding: 6px 10px;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px;
    border: 2px solid #FBC94C;
}
.service-brochure h4 {
    font-size: 18px;
    }
/* ------------------------------------------
   testimonial
--------------------------------------------- */ 
.client-title {
    font-size: 18px
  }
/* ------------------------------------------
   blog
--------------------------------------------- */ 
h1.entry-title, h1.entry-title a{
  font-size: 18px;
  line-height: 22px;
}
/* ------------------------------------------
   woocommerce
--------------------------------------------- */ 
.post-type-archive-product ul.products li.product{
      margin: 0 15px 2.992em 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, ul.products li.product{
  width: 47% !important;
}
}
/* ======================
  iPad mini 
========================= */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
/* ------------------------------------------
   service
--------------------------------------------- */ 
.p3cols .project-content {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
  min-height: auto;
}
/* ------------------------------------------
   woocommerce
--------------------------------------------- */ 
.post-type-archive-product ul.products li.product{
      margin: 0 24px 2.992em 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, ul.products li.product {
    width: 23% !important;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
/*#top_head, */
#main_head .search-form, 
.search-icon, 
.woo_cart,
li#wp-admin-bar-my-account {
  display: none;
}
}
/* ---------------------------------------------------------
   EOF
------------------------------------------------------------ */



