/*------------------------------------------------------*/
/* Common Styles for overall theme
/*------------------------------------------------------*/
body {
  background: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 700;
  color: #006bb7;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  color: #3a3c41;
  font-weight: 500;
  font-size: 16px;
}
/* slogan section */
.slogan-section {
  margin-bottom: 50px;
  text-align: center;
}
.slogan-section h2 {
  margin: 0 0 10px;
  font-weight: 400;
}
.text-left {
  text-align: left;
}
.line-section {
  margin-bottom: 20px;
}
.line-section h3,
.line-section h4,
.line-section h5 {
  margin: 0 0 20px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
h3 a {
  font-size: 24px;
  color: #3a3c41;
  font-weight: 700;
}
h4 {
  font-size: 21px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #3a3c41;
}
h6 {
  font-size: 14px;
}
p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  /*line-height: 28px;*/
}
.btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: #136d82;
}
input,
textarea {
  font-size: 20px;
  font-weight: 600;
  color: #9ba0aa;
  resize: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.read-more {
  font-size: 14px;
  font-weight: 700;
  background-color: #67c9e0;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}
.read-more:hover {
  color: #fff;
  background-color: #f15b5a;
  text-decoration: none;
}
.common-style {
  padding: 81px 0;
}
.nothing-found {
  padding: 20px;
  background-color: #fff;
}
.arrow-style {
  padding-left: 0;
  text-align: left;
}
.arrow-style li {
  background: url("../images/list-arrow-style.png") left 3px no-repeat;
  padding-left: 30px;
  line-height: 21px;
  margin-bottom: 30px;
  color: #999ca5;
  list-style: none;
}
.plus-icon:after {
  content: url("../images/plus-red2.png");
  margin-left: 10px;
}
::-webkit-input-placeholder {
  color: #333;
    opacity: 1;
}
::-moz-placeholder {
  color: #333;
    opacity: 1;
}
:-ms-input-placeholder {
  color: #333;
    opacity: 1;
}
input:-moz-placeholder {
  color: #333;
    opacity: 1;
}
#message-sent {
  clear: both;
}
.gray-scale img:hover {
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.gray-scale img {
  transition: all 0.2s linear;
}
.vert-center {
display: flex;
align-items: center;
}
/*------------------------------------------------------*/
/* WordPress Core
/*------------------------------------------------------*/
a img.alignnone,
.alignnone {
  float: none;
}
.aligncenter,
a img.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto;
}
a img.alignright,
.alignright {
  float: right;
  margin: 0 0 15px 20px;
}
a img.alignleft,
.alignleft {
  float: left;
  margin: 0 20px 15px 0;
}
p.wp-caption {
  margin: 0;
}
.wp-caption.alignnone {
  float: none;
}
.wp-caption.alignleft {
  float: left;
}
.wp-caption.alignright {
  float: right;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #7b7d85;
}
blockquote p {
  margin-bottom: 0;
}
.wp-caption-text,
.gallery-caption {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
}
/*------------------------------------------------------*/
/* Layout
/*------------------------------------------------------*/
@media (min-width: 1200px) {
  .alliance-boxed-layout #page {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .alliance-boxed-layout .container {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .alliance-boxed-layout .flexslider .content-wrapper {
    transition: padding 0.3s ease-in-out;
  }
  .alliance-boxed-layout .flexslider:hover .content-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
  .alliance-boxed-layout .flex-direction-nav a {
    z-index: 1000;
  }
}
/*------------------------------------------------------*/
/* Similar Page styles
/*------------------------------------------------------*/
#page-wrap {background: #fff; margin:0;}
.banner {
background: #006bb7;
  width: 100%;
  min-height: 280px;
  background-size: cover;
  background-position: center center; background-repeat: no-repeat;
  text-align: center;
}
.banner h1, .banner h2 {
  margin: 0 auto;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  text-align: center;
  padding: 15px;
  /*text-shadow: 0px 0px 10px rgba(0,0,0,.75);*/
}

.banner h1 span, .banner h2 span {
color: #fff;
text-transform: uppercase;
font-size: 36px;
margin-top: 10px;
line-height: 36px;
display: block;
font-weight: 300;
}


.pagination {
  display: block;
  text-align: center;
  margin-left: -8px;
}
.pagination a,
.pagination span {
  background-color: #fff;
  font-size: 16px;
  color: #3a3c41;
  display: inline-block;
  margin: 0 0 8px 8px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}
.pagination a:hover,
.pagination span:hover {
  background-color: #66c9e0;
  color: #fff;
}
.pagination span.current {
  background-color: #66c9e0;
  color: #fff;
}

/*------------------------------------------------------*/
/* Social Media
/*------------------------------------------------------*/
.social-nav {
    margin: 0 0 15px 0;
    padding: 0;
}
.social-nav li {
    display: inline-block;
    list-style: none;
    margin: 0 4px;
}
.social-nav li .fab {
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 48px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
}
.social-nav li .fa-facebook {
    background: rgb(66, 103, 178);
}
.social-nav li .fa-twitter {
    background: rgb(29, 161, 242);
}
.social-nav li .fa-linkedin {
    background: rgb(0, 119, 181);
}
.social-nav li .fa-instagram {
    background: rgb(105, 106, 106);
}
.social-nav li .fab:hover {
    transition: all 0.2s ease;
    background-color: #e9184e;
}
.social-nav li a {
    width: 48px;
    height: 48px;
    display: inline-block;
    transition: all 0.3s ease;
}
.social-nav li a:hover {
    text-decoration: none;
}

code {
  white-space: normal;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #67c9e0;
  text-align: center;
  display: table;
  z-index: 99999999;
}
.loader .table-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
}
.loader h1 {
  margin-top: 2rem;
  font-size: 4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 800;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #eee;
  margin-bottom: 20px;
  padding: 11px 10px;
  color: #3a3c41;
  font-weight: 500;
}
form input[type="file"] {
  margin-bottom: 30px;
  color: #3a3c41;
}
form input[type="submit"] {
  padding: 12px 30px;
  background-color: #000;
  font-size: 24px;
text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  letter-spacing: 1px;
    width:100%;
}
form input[type="submit"]:hover {
  background-color: red;
}
form input.error,
form textarea.error {
  border: 1px solid #ff0000;
}
form fieldset label {
  font-size: 14px;
  color: #999ca5;
  font-weight: 500;
  border-bottom: 1px solid #dcdee4;
  padding: 5px;
  float: left;
}
form fieldset .common {
  display: inline-block;
  float: left;
  margin-left: 7px;
}
form p {
  margin: 0;
}
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#error-container {
  margin: 0;
}
#error-container label {
  font-size: 14px;
  display: block;
}
/* IE8 Specific Styles */
.ie8 img {
  width: inherit;
  max-width: 100% !important;
  height: auto !important;
}

.ie8 .features .single-feature img {
  width: auto !important;
}
.ie8 .overlay {
  visibility: hidden;
}
/*------------------------------------------------------*/
/*  Header styles
/*------------------------------------------------------*/
.header-top {
  background-color: #fff;
  padding: 30px 0;
}
.header-top p {
  color: #bbbfc9;
}
.header-top p span {
  color: #fefefe;
  white-space: pre;
}
.header-top .address-bar {text-align: right; color:#fff;}
.header-top .address-bar a {color:#fff; font-weight: 700;}

.header-top .address-bar .call {
font-size: 22px;
line-height: 24px;
	margin-bottom:6px;
	text-transform: uppercase;
}

.header-top .address-bar address {
margin:0;
color: #97bede;
}
.nav-toggle {
  display: none;
}
#header {
  padding: 0;
  background: #006bb7;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.3);
position: relative;
z-index: 9999;
}
#header .logo {
}
#header .logo h1 {
  margin: 0;
}

#header .logo img {
}


nav.main-menu {
text-align: center;
}

nav.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
nav.main-menu ul>li {
margin: 0;
position: relative;
display: inline-block;
}
nav.main-menu ul > li {
  position: relative;
  margin: 0;
  color: #fff;
}
/*nav.main-menu ul li:last-child { margin: 0 0 0 10px; }*/
nav.main-menu ul > li.current-menu-item, nav.main-menu ul > li.current-menu-ancestor, nav.main-menu ul > li:hover {}
nav.main-menu ul li ul > li {
  position: relative;
  margin: 0;
	display: block;
}
nav.main-menu ul li ul li:last-child {
  margin: 0;
}
nav.main-menu ul li ul > li, nav.main-menu ul li ul > li.current-menu-item, nav.main-menu ul li ul > li.current-menu-ancestor, nav.main-menu ul li ul > li:hover {
  border-bottom: 0;
}
nav.main-menu ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  padding: 0 20px;
  text-transform: uppercase;
}
nav.main-menu ul > li > a {
  line-height: 46px;
  color: #fff;
  font-size: 14px;
	transition: all 0.2s ease;
}
nav.main-menu ul > li.current-menu-item > a, nav.main-menu ul > li.current-menu-ancestor > a, nav.main-menu ul > li.current-menu-parent > a {
  background-color: #000;
  font-weight: 700;
}
nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a:hover {
  background-color: #000;
  color: #fff;
}
nav.main-menu ul li ul li a {
  padding: 8px 15px;
  line-height: normal;
  color: #fff;
  font-size: 14px;
	text-transform: none;
}
nav.main-menu ul > li ul {
	text-align: left;
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 46px;
  left: 0;
  width: 260px;
  display: none;
}
nav.main-menu ul li ul li {
  list-style: none;
  float: none;
  position: relative;
}
nav.main-menu ul > li ul li ul {
  position: absolute;
  left: 200px;
  top: 0;
}
nav.main-menu ul li ul > li {
  /*border-top: 1px solid #33bdf1;*/
}
nav.main-menu ul li ul > li:first-child {}
nav.main-menu ul li ul li ul > li {
  border-top: 1px solid #33bdf1;
}
nav.main-menu ul li ul li ul > li:first-child {
  border-top: 0px;
}
nav.main-menu ul li ul > li a {
  background-color: #000;
}
nav.main-menu ul li ul li:hover a {
  background-color: #003358;
}
nav.main-menu ul li ul li.current-menu-item:hover a {
  background-color: #003358;
}
nav.main-menu ul li ul li.current-menu-item:hover ul > li {
  background-color: #0088c7;
  border-top: 1px solid #33bdf1;
}
nav.main-menu ul li ul li.current-menu-item > a {
  background-color: #003358;
  color: #fff;
}
nav.main-menu ul li ul li.current-menu-item > a, nav.main-menu ul li ul li.current-menu-parent > a {
  background-color: #003358;
}
nav.main-menu ul li ul li.current-menu-parent:hover > a, nav.main-menu ul li ul li ul li.current-menu-item > a {
  background-color: #003358;
}
nav.main-menu ul li ul > li a:hover, nav.main-menu ul li ul li ul > li a:hover, nav.main-menu ul li ul li.current-menu-item:hover ul > li a:hover {
  background-color: #c6d3ec;
color: #000;
}
#header.stick {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.mean-container .mean-bar {
  z-index: 999;
}
nav.main-menu ul li li, nav.main-menu ul li li a {
  color: #fff;
}
/*------------------------------------------------------*/
/* Home Contents
/*------------------------------------------------------*/
.default-contents {
  margin: 90px 0 30px;
}
/*------------------------------------------------------*/
/* Home Features Styles
/*------------------------------------------------------*/
.features {
  margin: 90px 0 30px;
  background-color: #fff;
}
.features .slogan-section {
  margin-bottom: 50px;
}
.features .single-feature {
  margin-bottom: 60px;
}
.features  .single-feature img {
  margin: 0 auto 30px;
}
.features .single-feature h3 {
  margin: 0 0 20px;
  font-size: 18px;
}
.features .single-feature h3 a {
  font-size: 18px;
}

/*------------------------------------------------------*/
/* Home Tagline Styles
/*------------------------------------------------------*/
.tagline {
  padding: 90px 0;
  background-color: #006bb7;
}

.tagline h2 {
  margin: 0;
    font-size: 48px;
    font-weight: normal;
    color: #fff;
}
.tagline h2 span {
    color: #fff;
}

/*------------------------------------------------------*/
/*  Home Team Styles
/*------------------------------------------------------*/
.home-team {
  text-align: center;
  padding: 70px 0 40px;
}
.home-team .team-wrapper {
  margin-bottom: 40px;
}
.home-team .common-team {
  background-color: #fff;
}
.home-team .common-team figure {
  overflow: hidden;
}
.home-team .common-team h5 {
  margin: 0 0 20px;
}
.home-team .common-team .text-content {
  padding: 20px 15px 30px;
}
/*------------------------------------------------------*/
/* Home Blog Styles
/*------------------------------------------------------*/
.home-blog {
  padding: 90px 0;
  background-color: #fff;
}
.home-blog .common-blog-post {
  background-color: #f0f5f7;
  line-height: 20px;
}
.home-blog .common-blog-post figure {
  overflow: hidden;
}
.home-blog .common-blog-post .text-content {
  padding: 30px;
  text-align: left;
}
.home-blog .common-blog-post .text-content h5 {
  margin: 0 0 10px;
}
.home-blog .common-blog-post .text-content p {
  margin: 0 0 15px;
}
.home-blog .common-blog-post .entry-meta {
  margin: 0 0 15px;
  font-style: italic;
}
.home-blog .common-blog-post .entry-meta time {
  color: #a1a9b0;
}
.home-blog .common-blog-post .entry-meta a {
  text-transform: capitalize;
  font-weight: 500;
}
.home-blog .common-blog-post .gallery-slider {
  margin: 0;
}
.home-blog .common-blog-post .video {
  margin: 0;
}
.home-blog .video .video-wrapper {
  padding-bottom: 61.0%;
}
.home-blog .col-sm-12 img {
  width: 100%;
}
.home-blog .col-sm-12 .text-content {
  text-align: center;
}

.news-shortcode .text-content {
  padding: 30px;
  text-align: left;
}
.news-shortcode .text-content h5 {
  margin: 0 0 10px;
}
.news-shortcode .text-content p {
  margin: 0 0 15px;
}

/*------------------------------------------------------*/
/* Gallery Slider
/*------------------------------------------------------*/
.gallery-slider {
  position: relative;
  zoom: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}
.gallery-slider.loading {
  min-height: 220px;
  background: #f0f5f7 url('../images/loader.gif') no-repeat center center;
}
.gallery-slider .slides {
  zoom: 1;
}
.gallery-slider .slides img {
  width: 100%;
  display: block;
}
.gallery-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.gallery-slider .flex-direction-nav a {
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin-top: -20px;
}
.gallery-slider .flex-direction-nav a:before {
  display: none;
}
.gallery-slider .flex-direction-nav .flex-prev {
  background: #67c9e0 url("../images/prev-icon.png") center center no-repeat;
  font-size: 0;
  left: -20px;
  background-size: inherit;
}
.gallery-slider .flex-direction-nav .flex-next {
  background: #67c9e0 url("../images/next-icon.png") center center no-repeat;
  font-size: 0;
  right: -20px;
  background-size: inherit;
}
.gallery-slider:hover .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.gallery-slider:hover .flex-next {
  opacity: 0.7;
  right: 0px;
}
.gallery-slider:hover .flex-next:hover,
.gallery-slider:hover .flex-prev:hover {
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*.gallery-slider .slides img { margin-left: -1px; }*/
  .gallery-slider .flex-direction-nav .flex-prev {
    margin-left: -0.5px;
  }
  .safari .gallery-slider .slides img {
    margin-left: 0;
  }
  .safari .gallery-slider .flex-direction-nav .flex-prev {
    margin-left: 0;
  }
  .safari .gallery-single #carousel .flex-viewport {
    padding: 8px;
  }
}

/*------------------------------------------------------*/
/*  Contact Bar Styles
/*------------------------------------------------------*/
.contact-bar {
  padding: 90px 0 45px;
     background: #006bb7;
}

.contact-bar h3 {
  margin: 0 0 45px;
    font-size: 90px;
    line-height: 90px;
    color: #fff;
}

.contact-bar p {
  margin: 0 0 45px;
    font-size: 36px;
    line-height: 44px;
    color: #fff;  
}
.form-section {margin: 0 0 45px;}

.contact-bar form {
  margin: 0;
}

.contact-bar form input[type="text"], .contact-bar form input[type="email"], .contact-bar form input[type="url"], .contact-bar form input[type="tel"], .contact-bar form input[type="number"], .contact-bar form input[type="date"], .contact-bar form input[type="range"], .contact-bar form input[type="password"], .contact-bar form input[type="text"], .contact-bar form textarea {
border: 0;
    background-color: #fff;
}

/*------------------------------------------------------*/
/*  Footer Clients Styles
/*------------------------------------------------------*/
.footer-clients {
  padding: 90px 0;
     background: #eee;
}

.footer-clients h2{
  font-size: 36px;
}

/*------------------------------------------------------*/
/* Footer styles
/*------------------------------------------------------*/
#main-footer {
  padding: 45px 0;
  color: #fff;
  line-height: 24px;
    font-size:14px;
    text-align:center;
}

#main-footer p {
  margin-bottom: 30px;
    color: #fff;
    font-size:14px;
}
#main-footer a {
  color: #006bb7;
}
#main-footer a:hover {
  color: #fff;
}

/*------------------------------------------------------*/
/* Scroll Top
/*------------------------------------------------------*/

#scroll-top {
  display: inline;
}
#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  line-height: 42px;
  background: #006bb7;
  transition: all 0.3s ease;
  border-radius: 50px;
}
#scroll-top:hover {
  background-color: #02497c;
}

#scroll-top i {
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
font-size: 32px;
color: #fff;
}
/*------------------------------------------------------*/
/* Team Page styles
/*------------------------------------------------------*/
.team-posts {
  padding-top: 40px;
  padding-bottom: 60px;
}
.team-posts .text-left {
  text-align: left;
}
.team-posts .common-team {
  background-color: #fff;
  margin-bottom: 40px;
}
.team-posts .common-team figure {
  overflow: hidden;
}
.team-posts .common-team h5 {
  margin: 0 0 20px;
}
.team-posts .common-team .text-content {
  padding: 20px 20px 20px;
}
.team-posts .common-team p {
  margin-bottom: 20px;
}
.team-posts .social-icon {
  margin: 20px 0 0;
}
.team-posts .social-icon ul {
  margin: 0 auto;
  margin-left: -3px;
  text-align: center;
}
.team-posts .social-icon ul li {
  display: inline-block;
  list-style: none;
  background-color: #dcdee4;
  float: none;
  margin: 0 5px 5px 0;
}
.team-posts .social-icon ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
}
.team-posts .social-icon ul li .fa {
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 36px;
}
.team-posts .social-icon ul li:hover {
  background-color: #66c9e0;
  transition: all 0.3s ease;
}
.team-posts .social-icon ul li.twitter-icon:hover {
  background-color: #55acee;
}
.team-posts .social-icon ul li.skype-icon:hover {
  background-color: #009EE5;
}
.team-posts .social-icon ul li.facebook-icon:hover {
  background-color: #425E9A;
}
.team-posts .social-icon ul li.google-icon:hover {
  background-color: #d63b3b;
}
.team-posts .social-icon ul li.youtube-icon:hover {
  background-color: #d02525;
}
.team-posts .social-icon ul li.linkedin-icon:hover {
  background-color: #0077B5;
}

.team-single {
  margin-bottom: 60px;
}
.team-single h1.entry-title {
  font-size: 30px;
  line-height: 36px;
}
.team-single .entry-meta {
  background-color: #fff;
  margin-bottom: 40px;
}
.team-single .entry-meta figure {
  margin: 0;
  margin-bottom: 30px;
}
.team-single .entry-meta h5 {
  margin: 0 30px 10px 30px;
}
.team-single .side-content {
  border-bottom: 1px solid #dcdee4;
}
.team-single .side-content h3 {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
}
.team-single .side-content h3 span {
  font-size: 24px;
}
.team-single .side-content strong {
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  float: left;
  line-height: 24px;
}
.team-single .side-content .content strong {
  width: 13%;
}
.team-single .side-content .content p {
  width: 85%;
  float: right;
}
.team-single .top-area {
  border-bottom: 2px solid #dcdee4;
  margin-bottom: 30px;
}


@media (min-width: 567px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 767px) {

}

@media (min-width: 767px) {
  .style-horizontal .text-content ul {
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .style-horizontal.left .text-content {
    padding-left: 0;
    text-align: left;
  }
  .style-horizontal.right .text-content {
    padding-right: 0;
    text-align: right;
  }
}
/*------------------------------------------------------*/
/* Blog Page Styles
/*------------------------------------------------------*/
.blog-page {
  margin: 90px 0 30px
}

.blog-page .right-contents {
  overflow: hidden;
  padding-bottom: 30px;
}
.blog-page .post {
  margin-bottom: 30px;
}
.blog-page .post .left_meta {
  float: left;
  margin-right: 30px;
  border-top: 2px solid #f15b5a;
  background-color: #fff;
}
.blog-page .sticky .right-contents {
  border-bottom: 2px solid #dcdee4;
}
.blog-page .page {
  margin-bottom: 30px;
}
.blog-page .left_meta time {
  padding: 18px 0 20px;
  font-size: 18px;
  color: #3a3c41;
  display: block;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.blog-page .left_meta time strong {
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
  display: block;
}

.blog-page figure {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-page h3.post-title,
.blog-page h3.entry-title {
  margin: 0 0 15px 0;
  line-height: 32px;
}
.blog-page span.entry-author {
  margin-bottom: 20px;
}
.blog-page span.entry-author {
  display: inline-block;
}

.blog-page .gallery-slider {
  margin-bottom: 30px;
}
.blog-page .gallery-slider.loading {
  min-height: 447px;
  background: #f0f5f7 url('../images/loader.gif') no-repeat center center;
}
.blog-page .flex-direction-nav a {
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-top: -30px;
  border-radius: 0;
}
.blog-page .video {
  margin-bottom: 30px;
}

.blog-page blockquote {
  border-left-color: #4dbed9;
}
.blog-page blockquote p {
  margin-bottom: 0 !important;
}
.blog-page p.wp-caption {
  margin: 0 !important;
}
.blog-page .flex-direction-nav {
  margin-bottom: 0;
}
.blog-page .flex-direction-nav li {
  margin: 0;
}
.blog-page .slides,
.blog-page .slides > li {
  margin: 0;
}
.main-contents {
  overflow: hidden;
  border-bottom: 1px solid #dcdee4;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
article.hentry {
}
article.hentry p {
  margin-bottom: 30px;
}
article.hentry h1.entry-title {
  margin: 0 0 30px 0;
}
.entry-content {
  margin: 0 0 30px;
}
.entry-content p {
  margin: 0 0 30px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  margin: 45px 0 30px;
}
.entry-content h1 {
  font-size: 42px;
  line-height: 48px;
}
.entry-content h2 {
  font-size: 36px;
  line-height: 42px;
}
.entry-content h3 {
  font-size: 30px;
  line-height: 36px;
    font-weight: 400;
}
.entry-content h4 {
  font-size: 24px;
  line-height: 30px;
}
.entry-content h5 {
  font-size: 18px;
  line-height: 24px;
}
.entry-content h6 {
  font-size: 14px;
  line-height: 20px;
}
.entry-content blockquote {
  background: #f3f8fa;
  padding: 20px 20px 20px 30px;
  border-left: 5px solid #86d0e4;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content blockquote p {
  margin: 0;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content td,
.entry-content th {
  padding: 10px;
}
.entry-content table tbody td {
  border: 1px solid #e0e0e0;
}
.entry-content table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.entry-content table tbody tr:first-child {
  border-top: 1px solid #e0e0e0;
}
.entry-content dl {
  line-height: 24px;
}
.entry-content dt {
  color: #3a3c41;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content dd {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content ol,
.entry-content ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}
.entry-content ol li,
.entry-content ul li {
  margin: 10px 0;
}
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul {
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content address {
  line-height: 24px;
}
.entry-content kbd {
  background-color: #67c9e0;
  box-shadow: none;
}
.entry-content pre {
  background-color: #67c9e0;
  color: #fff;
  border: none;
  padding: 15px;
}
.entry-content .gallery img {
  border: none !important;
}
.accordion-content .entry-content {
  margin: 0;
}
.video .video-wrapper {
  padding-bottom: 56.3%;
  position: relative;
  width: 100%;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-nav-btns {
  margin: 30px 0;
}
.page-nav-btns a {
  background-color: #67c9e0;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
}
.page-nav-btns a:hover {
  color: #fff;
  background-color: #f15b5a;
  text-decoration: none;
}

/*
/*------------------------------------------------------*/
/* Sidebar Styles
/*------------------------------------------------------*/
.widget {
  width: 100%;
  margin-bottom: 60px;
}
.widget h3.title {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
}
.widget ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid #dde1e3;
}
.widget ul li {
  list-style: none;
  color: #999ca5;
  border-bottom: 1px solid #dde1e3;
  padding: 0 0 10px;
  margin: 10px 0 0;
}
.widget ul.children {
  margin: 10px 0 0 20px;
  border-top: 1px solid #dde1e3;
}
.widget ul.children li:last-child {
  border: none;
  padding: 0;
}
.widget .tagcloud {
  margin-left: -8px;
}
.widget .tagcloud a {
  background-color: #919292;
  color: #fff;
  padding: 7px 14px;
  margin: 0 0 8px 8px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px !important;
}
.widget .tagcloud a:hover {
  background-color: #f15b5a;
  color: #fff;
}
.home-sidebar .widget h3.title {
  font-size: 22px;
}
.home-sidebar .widget .post-video .video-wrapper {
  padding-bottom: 56.3%;
  position: relative;
  width: 100%;
  height: 0;
}
.home-sidebar .widget .post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.widget_search label {
  display: none;
}
.widget_search input[type="text"],
.widget_search input[type="email"],
.widget_search input[type="search"] {
  float: left;
  width: 82%;
  border-right: none;
}
.widget_search input[type="text"],
.widget_search input[type="email"],
.widget_search input[type="search"],
.widget_search input[type="submit"] {
  height: 50px;
  margin-bottom: 0;
}
.widget_search input[type="text"]:focus,
.widget_search input[type="email"]:focus,
.widget_search input[type="search"]:focus,
.widget_search input[type="submit"]:focus {
  outline: none;
}
.widget_search input[type="submit"] {
  width: 18%;
  padding: 0;
  text-indent: 99999px;
  background: #3a3c41 url(../images/icon-search.svg) no-repeat center center;
  background-size: 20px;
  border-color: transparent;
}
.rtl .widget_search input[type="text"],
.rtl .widget_search input[type="email"],
.rtl .widget_search input[type="search"] {
  float: right;
  border-left: none;
  border-right: 1px solid #dcdee4;
}
.rtl .widget_search input[type="submit"] {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
/*------------------------------------------------------*/
/* Tabs widget
/*------------------------------------------------------*/
.tabs {
  background-color: #fff;
}
.tabs .tab-head {
  background-color: #f0f5f7;
  border: 1px solid #dde1e3;
  padding: 10px 0;
  text-align: center;
  float: left;
  width: 33.3333333333%;
  position: relative;
  cursor: pointer;
}
.tabs .tab-head h6 {
  margin: 5px 0;
  font-weight: 700;
}
.tabs .tab-head.active {
  background: #fff;
  border: 0;
  border-top: 2px solid #f15b5a;
  margin-top: -1px;
}
.tabs .tabs-content {
  display: none;
  clear: both;
  padding: 20px 15px 10px;
}
.tabs .tab-post-listing {
  margin-bottom: 15px;
}
.tabs .tab-post-listing figure {
  width: 64px;
  float: left;
  margin: 0 15px 0 0;
}
.tabs .tab-post-listing h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 2px 0 5px;
  line-height: 18px;
}
.tabs .tab-post-listing span {
  font-size: 12px;
  color: #999ca5;
}

/*------------------------------------------------------*/
/* Toggle Styles
/*------------------------------------------------------*/

.toggle-main {margin-top:45px;}

.toggle-main .toggle {
  margin-bottom: 10px;
  transition: all 0.5s;
}
.toggle-main .toggle-title {
  background-color: #006bb7;
  margin: 0;
  height: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.toggle-main .toggle-title h3 {
  padding: 20px;
  margin: 0;
  line-height: 26px;
  position: relative;
     font-weight:normal;
    font-size: 24px;
     color: #fff;
}
.toggle-main .toggle-title h3 span{
  color: #fff;
    font-weight:700;
}
.toggle-main .toggle-title i.fa {
  margin-right: 0;
  font-size: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
}
.toggle-main .toggle-content {
  padding: 20px 20px 5px;
  background-color: #fff;
  margin: 0;
  display: none;
}
.toggle-main .toggle.current .toggle-title, .toggle-main .toggle-title:hover {
  background-color: #000;
  border: none;
}
.toggle-main .toggle.current .toggle-title h3 {
  color: #fff;
}

.toggle-main .toggle.current .toggle-content {
}

/*------------------------------------------------------*/
/* Accordion Styles
/*------------------------------------------------------*/
.accordion-main .accordion {
  margin-bottom: 30px;
  transition: all 0.5s;
}
.accordion-main .accordion-title {
  background-color: #fff;
  margin: 0;
  height: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.accordion-main .accordion-title h3 {
  padding: 20px 40px 20px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}
.accordion-main .accordion-title i.fa {
  margin-right: 0;
  font-size: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
}
.accordion-main .accordion-content {
  padding: 20px 20px 5px;
  background-color: #fff;
  margin: 0;
  display: none;
}
.accordion-main .accordion.current .accordion-title {
  background-color: #6dc068;
  border: none;
}
.accordion-main .accordion.current .accordion-title h3 {
  color: #fff;
}
.accordion-main .accordion.current .accordion-content {
  border-bottom: 1px solid #dcdee4;
}
/*------------------------------------------------------*/
/* List Styles
/*------------------------------------------------------*/
ul.arrow-list-one {
  list-style: none;
  padding-left: 0;
}
ul.arrow-list-one li {
  padding-left: 30px;
  background: url(../images/arrow-list-one-bg.png) no-repeat 5px 5px;
}
ul.logo-list {
  list-style: none;
  padding-left: 15px;
}
ul.logo-list li {
  padding-left: 28px;
  background: url(../images/logo-list.png) no-repeat 0px 5px;
}
ul.arrow-list-three {
  list-style: none;
  padding-left: 0;
}
ul.arrow-list-three li {
  padding-left: 30px;
  background: url(../images/arrow-list-three-bg.png) no-repeat 5px 7px;
}
/*  Tabs
---------------------------------*/
.entry-content .tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .tabs-nav li {
  float: left;
  margin: 0;
  list-style: none;
  padding: 14px 10px 10px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  border-top: 1px solid #dcdee4;
  border-left: 1px solid #dcdee4;
  border-bottom: none;
}
.entry-content .tabs-nav li:last-child {
  border-right: 1px solid #dcdee4;
}
.entry-content .tabs-nav li:hover,
.entry-content .tabs-nav li.active {
  background: #fff;
}
.entry-content .tabs-nav li.active {
  border-top: 3px solid #6dc068;
  margin-bottom: -2px;
  padding-top: 13px;
}
.entry-content .tabs-container {
  margin: 0 0 30px;
  display: block;
  border: 1px solid #dcdee4;
  padding: 20px 20px;
  background: #fff;
}
.entry-content .tabs-container.vertical {
  width: 80%;
  float: left;
  position: relative;
  left: -1px;
}
.entry-content .tabs-nav.vertical {
  width: 20%;
  float: left;
}
.entry-content .tabs-nav.vertical li {
  float: none;
  border-right: 1px solid #dcdee4;
}
.entry-content .tabs-nav.vertical li:last-child {
  border-bottom: 1px solid #dcdee4;
}

table {
  border: 1px solid #e0e0e0;
  border-top: 0;
  font-size: 14px;
  background-color: #fff;
  color: #3a3c41;
}
table thead {
  background-color: #66c9e0;
  border: 0;
  font-weight: 700;
  color: #3a3c41;
  padding: 0 1px;
}
table thead tr {
  border: 0;
}
table thead tr th {
  border: 0;
  border-right: 1px solid #5ab1c5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
table thead tr th:first-child {
  border-left: 1px solid #66c9e0;
}
table thead tr th:last-child {
  border-right: 1px solid #66c9e0;
}
table tbody tr:first-child {
  border-top: 0;
}
table tbody td {
  font-size: 14px;
  font-weight: 500;
  color: #3a3c41;
  border: 1px solid #e0e0e0;
}
table tbody th {
  font-size: 14px;
  font-weight: 700;
  color: #3a3c41;
}
table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.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: 16px;
}

.tab-var-one .nav-tabs {
  background-color: #ffd543;
}
.tab-var-one .nav-tabs > li {
  border-right: 1px solid #ffc118;
  color: #e89300;
}
.tab-var-one .nav-tabs > li.active,
.tab-var-one .nav-tabs > li.active:hover,
.tab-var-one .nav-tabs > li.active:focus {
  background-color: #ffc118;
}
.tab-var-two .nav-tabs {
  background-color: #f15b5a;
}
.tab-var-two .nav-tabs > li {
  border-right: 1px solid #de4c4a;
  color: #c63836;
}
.tab-var-two .nav-tabs > li.active,
.tab-var-two .nav-tabs > li.active:hover,
.tab-var-two .nav-tabs > li.active:focus {
  background-color: #de4c4a;
}
.tab-var-three .nav-tabs {
  background-color: #66c9e0;
}
.tab-var-three .nav-tabs > li {
  border-right: 1px solid #2f93ab;
  color: #2f93ab;
}
.tab-var-three .nav-tabs > li.active,
.tab-var-three .nav-tabs > li.active:hover,
.tab-var-three .nav-tabs > li.active:focus {
  background-color: #2f93ab;
}
/*------------------------------------------------------*/
/* Contact page Styles
/*------------------------------------------------------*/
.contact-page {
  padding: 30px 0;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
  padding: 15px;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #dcdee4;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px 10px;
  color: #3a3c41;
  font-weight: 500;
  outline: none;
}
.contact-page .contact-form input[type="submit"] {
  padding: 15px 27px;
  border: none;
  margin: 0 0 0 20px;
  float: right;
}
.contact-page .contact-form input.error,
.contact-page .contact-form textarea.error {
  border: 1px solid #DF1E2D;
}

.contact-sidebar .timetable-area h5 {
  margin-bottom: 20px;
}
.contact-sidebar .timetable-area .blue {
  color: #10b1d6;
}
.contact-sidebar .timetable-area,
.contact-sidebar .address-area,
.contact-sidebar .social-icon {
  border-bottom: 1px solid #dcdee4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.contact-sidebar h2 {
  margin: 0 0 30px;
}
.contact-sidebar address {
  font-size: 14px;
  color: #999ca5;
  font-weight: 400;
  line-height: 26px;
}
.contact-sidebar p {
  color: #999ca5;
}
.contact-sidebar p strong {
  color: #3a3c41;
  font-weight: 500;
  margin-right: 20px;
  min-width: 50px;
  display: inline-block;
  text-align: right;
}

/* big text styles for 404 page */
.jumbotron {
  background: none;
  padding-top: 60px;
  padding-bottom: 100px;
}
.jumbotron h1 {
  font-size: 250px;
  font-weight: 800;
  color: #66c9e0;
}
.jumbotron p {
  line-height: 30px;
}

/*------------------------------------------------------*/
/*  Contact Form 7
/*------------------------------------------------------*/


.wpcf7-form {
    margin-bottom:30px;
}

.wpcf7-form > p {
    font-weight: bold;
    letter-spacing: 1px;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    display: inline !important;
}
.anr_captcha_field {margin-bottom:20px;}

.wpcf7-form span.wpcf7-not-valid-tip{
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    top: -15px;
    font-size: 18px;
}
.wpcf7-form input.wpcf7-not-valid,
.contact-bar form input.wpcf7-not-valid-tip{
    border: 2px solid red !important;
}

.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip{ top: 0px;
margin-bottom: 10px; }
.wpcf7-form .wpcf7-list-item-label {
    font-weight: normal;
}
.wpcf7-form input[type="text"].wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"] {
  width: auto;
}

.wpcf7-form input[type="submit"] { margin-top:15px; }

.wpcf7-form .ajax-loader, .wpcf7-form .wpcf7-spinner {
    display: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
    text-align: center;
    font-weight: 700;
    color: #f00;
    font-size: 20px;
}
div.wpcf7-response-output {
    margin: 15px 0 0 0;
}

.wpcf7-not-valid-tip {
	color: #fff;
}
.blog-page .wpcf7-not-valid-tip {
	color: red;
}
.wpcf7 form .wpcf7-response-output { border: 0; padding:0; margin: 10px 0 0 0; color:#fff; font-size:20px; font-weight: bold; text-align: center;}

.blog-page .wpcf7 form .wpcf7-response-output {
	color: red;
}

.wpcf7 form textarea {height:130px;}

.wpcf7 form .disclaimer {
	background:#23435f;
	color:#97bede;
	padding: 10px;
	font-size:12px;
	margin-bottom:20px;
}
.wpcf7 form .disclaimer p {
	color:#97bede;
	font-size:12px;
	line-height:normal;
	margin-bottom: 10px;
}
.wpcf7 form .disclaimer p:last-child {
	margin-bottom: 0px;
}
.wpcf7 form .disclaimer label{ margin:0; color:#fff;}
.wpcf7 form .disclaimer input[type="checkbox"]{ margin: 0 10px 0;}

#swipebox-slider .slide {
 background-image: none !important;
}

/*------------------------------------------------------*/
/*  WooCommerce Shop - Styles for product with in loop
/*------------------------------------------------------*/
.shop-page {
  padding: 50px 0;
}
.woocommerce-store-notice,
p.demo_store {
  background-color: #f15b5a;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dcdee4;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #dcdee4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 22px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f15b5a;
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #66c9e0;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select2-dropdown {
  border-color: #dcdee4;
  border-radius: 0;
}
.select2-results__option {
  padding-left: 10px;
  padding-right: 10px;
}
.select2-container .select2-choice {
  border: 1px solid #dcdee4;
  border-radius: 0;
  padding: 6px 10px;
}
.woocommerce .woocommerce-result-count {
  margin-top: 7px;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #dcdee4;
  padding: 3px;
  background-color: #fff;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 30.8%;
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.woocommerce ul.products li.product .price {
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
}
.woocommerce ul.products li.product h3 {
  padding-right: 10px;
  padding-left: 10px;
}
.woocommerce ul.products li.product mark {
  color: #3a3c41;
  background-color: transparent;
}
.woocommerce ul.products li.product .star-rating {
  margin-right: auto;
  margin-left: auto;
  line-height: 12px;
  height: 12px;
}
.woocommerce ul.products li.product .read-more {
  margin-top: 10px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
  color: #3a3c41;
  margin: 0 0 8px 8px;
  font-weight: 700;
  padding: 10px 20px;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  background-color: #67c9e0;
  color: #fff;
}
.woocommerce span.onsale {
  line-height: 3.0em;
  background-color: #f15b5a;
  color: #fff;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  border-top: none;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  border-color: #dcdee4;
  margin: 0;
  padding: 12px 0 10px 30px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 10px;
}
.woocommerce ul.product_list_widget li {
  border-color: #dcdee4;
  padding: 12px 0;
}
.woocommerce ul.product_list_widget li:first-child {
  border-top-width: 1px;
  border-top-style: solid;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 64px;
  border: 2px solid #fff;
}
.woocommerce ul.cart_list li img:hover,
.woocommerce ul.product_list_widget li img:hover {
  border-color: #dcdee4;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
  padding: 8px 10px;
  color: #3a3c41;
  margin-bottom: 15px;
}
.woocommerce a.remove {
  line-height: 0.91em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #67c9e0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #3a3c41;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  margin: 2px 0;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  color: #67c9e0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  border: none;
  padding-left: 0;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 3px 3px 3px 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce ul.cart_list li dl dd p,
.woocommerce ul.product_list_widget li dl dd p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce .widget_layered_nav_filters ul li {
  margin: 0 10px 0 0;
  border: none;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 1em;
}
/*------------------------------------------------------*/
/*  WooCommerce Shop - Product Single Page
/*------------------------------------------------------*/
.woocommerce div.product div.images {
  margin-bottom: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 30px;
}
.woocommerce div.product form.cart .read-more {
  border: none;
}
.woocommerce div.product form.cart .variations select {
  border: 1px solid #dcdee4;
  padding: 3px;
  background-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  background: transparent;
  padding: 0;
  margin: 0;
  border-left: 1px solid #dcdee4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #dcdee4;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-color: #dcdee4;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 10px 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 20px 30px;
  border: 1px solid #dcdee4;
  border-top: none;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 48px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 64px;
  border-radius: 0;
  border-color: #dcdee4;
}
.woocommerce #reviews h3 {
  margin: 15px 0;
}
.woocommerce a.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.disabled,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,
.woocommerce #respond input[type="submit"] {
  padding: 14px 30px 15px;
  font-weight: 700;
  border-radius: 0;
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input[type="submit"]:hover {
  background-color: #f15b5a;
  color: #fff;
}
.woocommerce a.added_to_cart:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button:focus,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input[type="submit"]:focus {
  outline: none;
}
.woocommerce a.added_to_cart,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.disabled,
.woocommerce input.button,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit,
.woocommerce #respond input[type="submit"] {
  background-color: #3a3c41;
  color: #fff;
}
.woocommerce div.product form.cart .reset_variations {
  margin: 0 10px;
}
.woocommerce ul.products li.product .button {
  background-color: #67c9e0;
  color: #fff;
  margin-bottom: 5px;
}
.woocommerce ul.products li.product .button:hover {
  background-color: #f15b5a;
  color: #fff;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  width: 22.1%;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #fff;
}
.woocommerce .woocommerce-message {
  border-top-color: #f15b5a;
}
.woocommerce div.product .product_title,
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce .related.products h3,
.woocommerce .upsells.products h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 15px;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: inline-block;
  margin: 0 10px 0 0;
}
.woocommerce div.product form.cart .variations {
  background: transparent;
  margin-bottom: 23px;
}
.woocommerce div.product form.cart .variations tbody tr {
  border: none;
}
.woocommerce div.product form.cart .variations tbody tr td {
  padding: 0 !important;
}
.woocommerce div.product form.cart .variations tbody tr td.label label {
  margin: 10px 0;
}
.woocommerce div.product form.cart .variations_button {
  margin-top: 10px;
}
.woocommerce .product_meta {
  border-top: 1px solid #dcdee4;
}
.woocommerce .product_meta > span {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #dcdee4;
}
.woocommerce table.shop_attributes {
  background: transparent;
  border-collapse: collapse;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  border: 1px solid #dcdee4;
  padding: 10px;
}
.woocommerce table.shop_attributes th p,
.woocommerce table.shop_attributes td p {
  padding: 0;
  margin: 0;
}
/*------------------------------------------------------*/
/*  WooCommerce Shop - Cart Page
/*------------------------------------------------------*/
.woocommerce table.cart {
  border: none;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
}
.woocommerce table.cart thead {
  background: transparent;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.cart thead tr th {
  border: none;
  color: inherit;
}
.entry-content table tbody tr:first-child {
  border-color: #dcdee4;
}
.entry-content table tbody tr {
  border-color: #dcdee4;
}
.woocommerce table.shop_table td {
  border: none;
  padding: 15px 10px;
}
.woocommerce-cart table.cart img {
  width: 48px;
  border: 3px solid #fff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: auto;
  padding: 13px 10px;
  margin: 0 5px 0 0;
  border-color: #dcdee4;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
  background: transparent;
  border: none;
  border-collapse: collapse;
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce-cart .cart-collaterals p {
  margin: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p {
  margin: 6px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  padding: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border: none;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #67c9e0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #f15b5a;
}
.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
  font-size: 21px;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
  padding: 3px 3px 3px 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce td.product-name dl.variation dt p,
.woocommerce td.product-name dl.variation dd p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
#calc_shipping_country_field .select2-container {
  min-width: 220px;
}
/*------------------------------------------------------*/
/*  WooCommerce Shop - Checkout Page
/*------------------------------------------------------*/
.woocommerce .woocommerce-info {
  border-top-color: #66c9e0;
}
.woocommerce .woocommerce-info:before {
  color: #66c9e0;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1em 45px;
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
  margin: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  border-color: #dcdee4;
}
.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-color: #66c9e0;
}
.form-row .inline {
  margin: 0 10px;
}
.woocommerce form .form-row .checkbox,
.woocommerce-page form .form-row .checkbox {
  padding-left: 0;
}
.woocommerce form .form-row .checkbox input[type="checkbox"],
.woocommerce-page form .form-row .checkbox input[type="checkbox"] {
  float: none;
}
.woocommerce-checkout #ship-to-different-address .input-checkbox {
  margin-right: 10px;
  float: none;
}
.woocommerce-checkout #ship-to-different-address label.checkbox {
  display: inline;
  margin: 0;
  padding: 0;
  min-height: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  cursor: pointer;
}
.woocommerce-checkout #ship-to-different-address .input-checkbox {
  position: relative;
  top: -3px;
  margin-left: 10px;
  cursor: pointer;
}
.woocommerce-checkout #order_comments {
  height: 10em;
}
.woocommerce table.shop_table {
  border-radius: 0;
  background: transparent;
  border: none;
  border-collapse: collapse;
}
.woocommerce table.shop_table.customer_details {
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.shop_table thead {
  background: transparent;
}
.woocommerce table.shop_table thead tr {
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.shop_table thead th {
  border: none;
  color: inherit;
}
.woocommerce table.shop_table tbody th {
  border-color: #dcdee4;
}
.woocommerce table.shop_table tfoot {
  border-top: 2px solid #dcdee4;
  border-bottom: 2px solid #dcdee4;
}
.woocommerce table.shop_table tfoot td {
  border-color: #dcdee4;
}
.woocommerce table.shop_table tfoot th {
  border-color: #dcdee4;
}
.woocommerce .order_details li {
  color: #3a3c41;
}
.woocommerce .addresses address {
  background: #f3f8fa;
  padding: 20px;
}
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #66c9e0;
  color: #fff;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #66c9e0;
}
/*------------------------------------------------------*/
/*  WooCommerce Shop - Responsive Styles
/*------------------------------------------------------*/
@media (max-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%;
    margin: 0 0 30px;
  }
}
@media (max-width: 479px) {
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0 0 30px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    width: 99%;
  }
  .woocommerce .order_details li {
    float: none;
    border: none;
    margin-right: 0;
    padding-right: 0;
  }
}


/*------------------------------------------------------*/
/*  Responsive Styles
/*------------------------------------------------------*/


@media (min-width: 1600px) {

}
@media (min-width: 1300px) and (max-width: 1500px) {

}
@media (min-width: 1200px) and (max-width: 1299px) {

}
@media (min-width: 768px) and (max-width: 850px) {
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
}
@media (min-width: 1199px) {
  /* homepage flex slider */
  /* home slider */
  .blog-page .left_meta {
    width: 84px;
  }
  .blog-page .right-contents {
    width: 732px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
 
  .header-top p {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  img,
  iframe {
    max-width: 100%;
  }
  
  .team-posts figure img {
    width: 100%;
  }
  .team-posts .social-icon ul li {
    margin-bottom: 10px;
  }
  .team-single .side-content .content p {
    width: 80%;
  }
  
  .home-team .read-more,
  .home-blog .read-more {
    margin-bottom: 30px;
  }
  .home-team figure img {
    width: 100%;
  }
  
  /* News Page and Single New Page */
  .blog-page .post .left_meta {
    width: 76px;
    margin-right: 20px;
  }
  .blog-page .post .left_meta time {
    padding: 5px 0 10px;
  }
  .blog-page .post .right-contents {
    width: 520px;
  }
}
@media (max-width: 991px) {
  /* header top */
  .header-top {
    text-align: center;
  }
  .header-top p {
    text-align: center;
  }
  /* header */
  #header .logo {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  #header nav.main-menu {
    float: none;
  }
  #header nav.main-menu ul.header-nav {
    text-align: center;
  }
  #header nav.main-menu ul.header-nav > li {
    float: none;
    display: inline-block;
  }
  #header nav.main-menu ul.header-nav > li > a {
    padding: 0 15px;
    font-size: 12px;
  }
    nav.main-menu ul li ul li a {
font-size: 12px;
}

    ul.list-one,ul.list-one li:last-child {margin-bottom:0;}
  /* Home Team */
  .margin-gap {
    margin-bottom: 40px;
  }
  /* home blog post */
  .home-blog .common-blog-post .text-content {
    text-align: center;
  }
  .home-blog .gallery-slider .flex-viewport {
    max-height: none;
  }
  /* News Page and Single New Page */
  .page-top .bread-crumb {
    margin-bottom: 20px;
  }
  .blog-page .post .left_meta {
    width: 85px;
    margin-right: 30px;
  }
  .blog-page .post .left_meta time {
    padding: 5px 0 10px;
  }
  .blog-page .post .right-contents {
    width: auto;
  }
  
  .accordion-main.var-two .accordion-title h6 {
    width: 90%;
  }
  .gallery-slider .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .gallery-slider .flex-direction-nav .flex-next {
    right: 0px;
  }
  .home-blog .common .video iframe {
    width: 100%;
  }
  .vert-center {
	display: block;
  }
  .banner.vert-center {
	display: flex;
  }
}
@media (max-width: 767px) {
  /* Header top */
  #header {
    padding: 0;
  }
  #header .logo {
    margin-bottom: 0;
  }
   .menu-bar {
padding: 0;
}
  /* Responsive Nav styles */
  .mean-container .mean-bar {
    background: #006bb7;
    margin-top: 0;
      min-height: 46px;
      padding: 0;
  }
  .mean-container .mean-bar .mean-nav {
    background-color: #000;
    margin-top: 46px;
  }
  .mean-container .mean-bar .mean-nav ul li a {
      line-height: 46px;
      padding: 0 7% 0 3%;
  }
    
  .mean-container .mean-bar .mean-nav ul li a.mean-expand {
      line-height: 46px;
      height: auto;
      padding: 0 10px!important;
      text-align: center;
      border-top: none;
      border-left: 1px solid rgba(255,255,255,.4);
      border-bottom: 0;
      font-size: 26px !important;
    }
    .mean-container .mean-bar .mean-nav ul li:first-child a {
      border-top:0;
  }
    .mean-container .mean-bar .mean-nav ul li:first-child a.mean-expand {
        top:-1px;
    }
  .mean-container .mean-bar a.meanmenu-reveal {
      width: 46px;
      height: 46px;
      line-height: 46px;
    background-color: #006bb7;    
    top: 0;
    padding: 0px;
    border-left: 1px solid #33bdf1;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
  }
    .mean-container .mean-nav ul li li a,.mean-container .mean-nav ul li:first-child a li a  {
      width: 85% !important;
      padding: 0 10% 0 5% !important;
      border-top: 1px solid #f1f1f1 !important;
      text-shadow: none !important;
      visibility: visible;
      text-transform: none;
        background: rgba(255,255,255,0.2) !important;
}

  /* Home Team */
  .home-team {
    padding: 30px 0 40px;
  }
  .home-team .slogan-section {
    text-align: center;
    margin-bottom: 30px;
  }
  .home-team .common-team img {
    width: 100%;
    height: auto;
  }
  .home-team .read-more {
    margin-bottom: 20px;
  }
  /* News Page and Single New Page */
  .page-top h1,
  .page-top h2 {
    float: none;
  }
  .page-top .bread-crumb {
    margin-bottom: 20px;
  }
  .blog-page .post .left_meta {
    display: none;
  }
  .blog-page .post .right-contents {
    width: auto;
  }
  
  /* common */
  #scroll-top {
    display: none !important;
  }
  .footer-bottom {
    text-align: center;
  }
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 530px) {
  /* Responsive Nav styles */
  .mean-push {
    margin-bottom: 15px;
  }
  .mean-container .mean-bar {
    background: #53c3dd;
    margin-top: 0px;
    min-height: 40px;
    padding: 0;
  }
  .mean-container .mean-bar .mean-nav {
    margin-top: 48px;
  }
  .mean-container .mean-bar a.meanmenu-reveal {
    top: 0px;
    padding: 13px 14px;
  }
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 340px) {
  .team-single h2 {
    margin-bottom: 10px;
  }
  .blog-page .post .flex-direction-nav a {
    width: 40px;
  }
  iframe {
    height: auto;
  }
  .accordion-main.var-two .accordion-title h6 {
    width: 78%;
    padding-right: 0;
  }
  .default-page h1 {
    font-size: 32px;
  }
  .news-shortcode .common-blog-post {
    margin-bottom: 20px;
  }
  .woocommerce-page table.cart td.actions input {
    width: 100% !important;
    text-align: center;
  }
}