/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'); */
@import url('https://st.fontstorage.com/font/import/lato.css');

/*....................................
Template Name: Sigma Corporate HTML5 Template 
Template URI: http://radontheme.com/
Description: Sigma Corporate HTML5 Template one of the most latest Corporate HTML5 Template.
Author: periodicitems
Author URI: http://radontheme.com/
Version: 1.0
....................................
CSS INDEX
....................................
1.Theme Default CSS (body, link color, section etc)
    1.1 Reset CSS
2.Multi Color Setting Start Here 
3.Header Area Start Here
4.Slider area styling
5.Who we are section Start here
6.Why Choose Us Start Here
7.Portfolio Section Start Here
8.Counter Area Start Here
9.Team Area Start Here
10.Testimonial Area Start Here
11.Blog Area Start Here
12.Footer Start Here
13.Scroll Top Area Here
14. Home Page Styling Start Here
  14.2 Slider area styling
  14.4 Blog Area Start Here 
  14.5 Services Start Here
  14.6 Home Two about Us Area Start Here
  14.7 Portfolio Section Start Here
  14.8. Counter Area Start Here
  14.9 Team Area Start Here 
  14.10 Home Two Testimonial Area Start Here
15.Page Header Section breadcumb Start Here
16. About Page Start Here
  16.1 Our-skill-area start
  16.2 About Page Start Here
17.Services Page Start Here
  17.1 Main Services Area Start Here
  17.2 Price Table Start Here
18.Single Servies Start Here
19.Shop Page Start Here
20.Pagination Area Start Here
21.Single Product Start Here  
22.Single Team Member Start Here
23.Portfolio One Start Here
24.Portfolio Details Start Here
25. Single Blog Area Start Here
26.Error Page Start Here
27.Contact Page Start Here
28.cart page area section
29.checkout page area section
30.account page area section
31.sticky whatsapp
32.products table
....................................*/
/*....................................
1.Theme default CSS
....................................*/
html,
body {
  height: 100%;
  font-size: 14px;
  color: #222222;
  font-family: 'Lato', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 300;
}

/* ....................................
1.1 Reset CSS 
.......................................*/
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 26px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 26px;
}

.aligncenter {
  display: block;
  margin: 0 auto 26px;
}

a:focus {
  outline: 0px solid;
}

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

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 26px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}

a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #00c3ff;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: #096b89;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #00c3ff;
  text-shadow: none;
}

::selection {
  background: #00c3ff;
  text-shadow: none;
}

.browserupgrade {
  margin: 26px 0;
  background: #00c3ff;
  color: #333333;
  padding: 26px 0;
}

.acurate {
  margin: 0;
  padding: 0;
}

.padding {
  padding: 30px;
}

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

.padding-bottom {
  padding-bottom: 30px;
}

.padding1 {
  padding: 60px;
}

.padding-top1 {
  padding-top: 60px;
}

.padding-bottom1 {
  padding-bottom: 60px;
}

.mobile-menu-area {
  display: none;
}

.mean-container .mean-nav {
  position: absolute;
  top: 100%;
}

.section-area {
  padding: 0 250px;
}

.section-area h2 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  position: relative;
}

.section-area h2 span {
  color: #00c3ff;
}

.section-area h2:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #00c3ff;
  height: 2px;
  content: "";
  bottom: -15px;
  width: 30px;
}

.section-area p {
  margin-bottom: 30px;
}

.section-area2 {
  padding: 0 250px;
}

.section-area2 h2 {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  position: relative;
}

.section-area2 h2 span {
  color: #00c3ff;
}

.section-area2 h2:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #00c3ff;
  height: 2px;
  content: "";
  bottom: -15px;
  width: 30px;
}

.section-area2 p {
  margin-bottom: 30px;
}

.form-control::-moz-placeholder {
  color: #111111;
}

.form-control.error {
  color: red;
  border-color: red;
}

/* ....................................
2.Multi Color Setting Start Here 
.......................................*/
.demo-panel-setting-area {
  width: 180px;
  height: 180px;
  background: #000000;
  display: block;
  position: fixed;
  top: 16%;
  left: -182px;
  transition: all 0.5s ease 0s;
  padding: 22px 15px;
  z-index: 9999999;
}

.demo-panel-setting-area h3 {
  font-size: 16px;
  color: #1E90FF;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
  text-shadow: 1px 1px 0px #ffffff;
}

.demo-panel-setting-area .color-scheme-area {
  margin-bottom: 30px;
}

.demo-panel-setting-area .color-scheme-area span {
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  margin: 3px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #000000;
}

.demo-panel-setting-area .color-scheme-area span.skype-color {
  background: #099aad;
}

.demo-panel-setting-area .color-scheme-area span.red-color {
  background: #86c724;
}

.demo-panel-setting-area .color-scheme-area span.green-color {
  background: #008000;
}

.demo-panel-setting-area .color-scheme-area span.orange-color {
  background: #FFA500;
}

.demo-panel-setting-area .color-scheme-area span.coral-color {
  background: #FF7F50;
}

.demo-panel-setting-area .color-scheme-area span.deeppink-color {
  background: #FF1493;
}

.demo-panel-setting-area .color-scheme-area span.khaki-color {
  background: #ba933e;
}

.demo-panel-setting-area .color-scheme-area span.greenyellow-color {
  background: #B9DF00;
}

.demo-panel-setting-area .cross-button {
  display: inline-block;
  position: absolute;
  right: -33px;
  top: -20px;
  color: #00c3ff;
  cursor: pointer;
}

.demo-panel-setting-area .cross-button i {
  font-size: 36px;
  font-weight: bold;
}

.demo-panel-setting-area .cross-button .fa-spin {
  -webkit-transform-origin: 50% calc(49.5%);
  transform-origin: 50% calc(49.5%);
}

.highlight {
  left: 0px;
}

/*.....................................
3.Header Area Start Here 
.......................................*/

.menuHidden {
  display: block !important;
}

.header-socials-bar {
  background: #000;
  padding: 10px 0;
  color: white;
}

@media only screen and (min-width: 768px) {
  .header-socials-bar {
    height: 46px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
  }
}

.header-socials-bar .header-top-left .social-media {
  margin-top: 2px;
}

.header-socials-bar .header-top-left .social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-socials-bar .header-top-left .social-media ul li {
  display: inline-block;
  margin-right: 10px;
}

.header-socials-bar .header-top-left .social-media ul li a {
  display: block;
  transition: all 0.5s ease 0s;
}

.header-socials-bar .header-top-left .social-media ul li a:hover i {
  color: #00c3ff;
}

.header-socials-bar .header-top-left .social-media ul li a i {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.header-top-flexy-part {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.header-socials-bar .header-top-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-socials-bar .header-top-right ul li {
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
  font-weight: 300;
}

.header-socials-bar .header-top-right ul li a {
  color: inherit !important;
}

.contact_widgets {
  position: relative;
}

.contact_widgets .dropdown-toggle {
  cursor: pointer;
}

.contact_widgets .dropdown-menu {
  top: 0;
}

.contact_widgets .likely__icon {
  margin-right: 14px;
}

i.fa.telegram:before {
  content: "\00a0\00a0";
  background: url(/static/icons/telegram.png?0b1a92c8473b) center no-repeat;
  display: block;
  font-size: 0;
  background-color: transparent;
  background-size: 25px 25px;
  background-position: center;
}

i.fa.whatsapp:before {
  content: "\00a0\00a0";
  background: url(/static/icons/whatsapp.png?0b1a92c8473b) center no-repeat;
  display: block;
  font-size: 0;
  background-color: transparent;
  background-size: 25px 25px;
  background-position: center;
}

i.fa.viber:before {
  content: "\00a0\00a0";
  background: url(/static/icons/viber.png?0b1a92c8473b) center no-repeat;
  display: block;
  font-size: 0;
  background-color: transparent;
  background-size: 25px 25px;
  background-position: center;
}

.header-socials-bar .header-top-right ul li .contact-widget-item i.fa.telegram, .contact-widget-item i.fa.telegram {
  background: url('/static/icons/telegram.svg?319bd55f4c80') center 25px 25px;
}

i.fa.whatsapp {
  background: url('/static/icons/whatsapp.svg?319bd55f4c80');
}

i.fa.whatsapp {
  content: "\f232";
}

.header-socials-bar .header-top-right ul li .contact-widget-item i.fa.whatsapp, .contact-widget-item i.fa.whatsapp {
  background: url('/static/icons/whatsapp.svg?319bd55f4c80');
}

i.fa.viber {
  background: url('/static/icons/viber.svg?319bd55f4c80');
}

i.fa.viber {
  content: "\f409";
}

.header-socials-bar .header-top-right ul li .contact-widget-item i.fa.viber, .contact-widget-item i.fa.viber {
  background: url('/static/icons/viber.svg?319bd55f4c80');
}

.contact_widgets .likely__icon svg {
  transform: scale(1.4) translate(3px, 2px);
}
.header-socials-bar .contact-widget-item{
  font-size: 14px;
  color: #000;
  font-weight: 300;
  padding: 7px;
  display: flex;
  cursor: pointer;
}

.header-socials-bar .contact-widget-item:hover {
  background: #013a6e26;
}

.header-company-contacts {
  color: inherit;
}

.header-company-contacts ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.header-company-contacts.header-company-contacts-mobile ul {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.header-company-contacts.header-company-contacts-mobile .contact_widgets {
  margin-top: 5px;
  margin-bottom: 5px;
}

.header-company-contacts.header-company-contacts-mobile .contact_widgets.contact_widgets_phone {
  margin-bottom: 15px;
}

.header-company-contacts.header-company-contacts-mobile .contact_widgets.contact_widgets_email,
.header-company-contacts.header-company-contacts-mobile .contact_widgets.contact_widgets_phone {
  width: 100%;
  margin-left: 0;
}

.header-company-contacts.header-company-contacts-mobile .contact_widgets.contact_widgets_phone + .contact_widgets {
  margin-left: 0;
}

.header-company-contacts .contact_widgets + .contact_widgets {
  margin-left: 10px;
}

.header-company-contacts .contact_widgets i {
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  background: #00c3ff;
  line-height: 25px;
  margin-right: 5px;
  vertical-align: top;
}

.header-company-contacts .contact_widgets a {
  color: inherit;
}

.header-main {
  background: #fff;
  margin-top: 46px;
}

.header-main {
  margin-top: 46px;
}

.header-main.header-main_home {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

@media (max-width: 767px) {
  .header-main {
    margin-top: 0px;
  }

  .header-main.header-main_home {
    position: static;
  }
}

.header-main .logo-area {
  padding-top: 18px;
  padding-bottom: 12px;
}

.header-main .logo-area a {
  display: block;
}

.header-main .main-menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
}

.header-main .main-menu ul li {
  display: inline-block;
  padding: 35px 11px;
  position: relative;
  /* Dropdown Menu area */
}

.header-main .main-menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.header-main .main-menu ul li.active:after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 2px;
  background: #00c3ff;
  content: "";
  bottom: 0;
  margin: auto;
}

.header-main .main-menu ul li a i {
  margin-left: 5px;
}

.header-main .main-menu ul li.active a {
  color: #00c3ff;
}

.header-main .main-menu ul li:hover a {
  color: #00c3ff;
}

.header-main .main-menu ul li:after {
  position: absolute;
}

.header-main .main-menu ul li ul {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  width: 200px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
}

.header-main .main-menu ul li ul li {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li ul li:after {
  display: none;
}

.header-main .main-menu ul li ul li:last-child {
  border-bottom: 0;
}

.header-main .main-menu ul li ul li a {
  display: block;
  padding: 6px 20px;
  text-transform: none;
  transition: all 0.5s ease 0s;
  color: #000 !important;
}

.header-main .main-menu ul li ul li a:hover {
  padding-left: 30px;
  color: #00c3ff !important;
}

.header-main .main-menu ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}

.header-main .header-right {
  padding: 35px 0;
  text-align: right;
}

.header-main .header-right .search {
  text-align: right;
}

.header-main .header-right .search i {
  font-size: 20px;
  font-weight: 600;
  color: #00c3ff;
  padding: 0 10px;
}

.header-main .header-right .search-box {
  position: absolute;
  right: 20px;
  top: 100%;
  display: none;
  z-index: 9;
}

.header-main .header-right .search-box form.search-form {
  position: relative;
}

.header-main .header-right .search-box input {
  height: 40px;
  width: 200px;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #00c3ff;
}

.header-main .header-right .search-box input.search-submit {
  width: 65px !important;
  background: #00c3ff;
  color: #fff;
  font-weight: 600;
  border: 1px solid #00c3ff;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.header-main-column-hamburger {
  text-align: right;
  padding-top: 32px;
}

.header-hamburger {
  display: inline-block;
}

.header-hamburger > span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 4px;
  border-radius: 1px;
  background-color: #000;
  -webkit-box-shadow: 0 1px 0 rgb(0, 0, 0, 25%);
  box-shadow: 0 1px 0 rgb(0, 0, 0, 25%);
}

.header-hamburger > span + span {
  margin-top: 0.188em;
}

.header-mobile-dropdown {
  padding: 0;
}

.header-mobile-dropdown-menu {
  padding: 10px 0;
}

.header-mobile-dropdown-menu .main-menu {
  font-size: 16px;
}

.header-mobile-dropdown-menu .main-menu ul {

}

.header-mobile-dropdown-menu .main-menu ul li {
  position: relative;
}

.header-mobile-dropdown-menu .main-menu ul li a {
  display: block;
  color: black;
  padding: 14px 0;
}

.header-mobile-dropdown-menu .main-menu ul li a.top-menu-sub {
  display: inline-block;
}

.header-mobile-dropdown-menu .main-menu ul li a.top-menu-sub .fa {
  position: absolute;
  right: 0;
  top: 24px;
  transform: translateY(-50%);
  font-size: 30px;
  pointer-events: none;
}

.header-mobile-dropdown-menu .main-menu ul li ul {
  display: none;
}

.header-mobile-dropdown-menu .main-menu ul li ul a {
  padding: 0 15px;
  margin: 24px 0;
}

.header-mobile-dropdown-socials  {
  padding: 20px 15px;
  margin: 10px -15px 0;
  background: rgba(0, 0, 0, 0.05);
}

/*.....................................
4. Slider area styling
.......................................*/
.slider-area {
  margin-top: 46px;
}

@media (max-width: 767px) {
  .slider-area {
    margin-top: 0;
  }
}

.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #00c3ff;
  color: #ffffff !important;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav:before {
  color: #ffffff;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before {
  background: #00c3ff;
  color: #ffffff !important;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav:before {
  color: #ffffff !important;
}

.slider-area .slider-1 h1 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 7px;
  margin: 15px 0 0;
  font-weight: 800;
}

.slider-area .slider-1 h1 span {
  color: #00c3ff;
}

.slider-area .slider-1 div.title2 {
  font-size: 20px;
  color: #ffffff;
  padding: 0 25%;
  font-weight: normal;
  line-height: 1.5;
}

.slider-area .slider-1 div.slider-botton {
  display: block;
  margin-top: 50px;
}

.slider-area .slider-1 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}

.slider-area .slider-1 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #00c3ff;
  border: 1px solid #00c3ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-area .slider-1 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  border: 1px solid #00c3ff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider-area .slider-1 div.slider-botton ul li a:hover {
  background: #00c3ff;
}

.slider-area .slider-2 h1 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 7px;
  margin: 15px 0 0;
  font-weight: 800;
}

.slider-area .slider-2 h1 span {
  color: #00c3ff;
}

.slider-area .slider-2 div.title2 {
  font-size: 20px;
  color: #ffffff;
  padding: 0 25%;
  font-weight: normal;
  line-height: 1.5;
}

.slider-area .slider-2 div.slider-botton {
  display: block;
  margin-top: 50px;
}

.slider-area .slider-2 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}

.slider-area .slider-2 div.slider-botton ul li:hover.acitve a {
  background: #096b89;
  border: 1px solid #096b89;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider-area .slider-2 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #00c3ff;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-area .slider-2 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  border: 1px solid #00c3ff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider-area .slider-2 div.slider-botton ul li a:hover {
  background: #00c3ff;
}

/* ....................................
5.Who we are section Start Here 
.......................................*/
.who-we-are-area {
  padding: 100px 0;
}

.who-we-are-area .skill-content-3 {
  overflow: hidden;
}

.who-we-are-area .skill .progress .lead {
  color: #444;
  font-size: 16px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: -35px;
  z-index: 99;
}

.who-we-are-area .skill .progress {
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 7px;
  margin: 65px 0 80px;
  overflow: visible;
  position: relative;
}

.who-we-are-area .skill .progress-bar>span {
  background: #00c3ff;
  float: right;
  font-size: 12px;
  margin-right: 10px;
  margin-top: -43px;
  position: relative;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.who-we-are-area .skill .progress-bar>span:before,
.who-we-are-area .skill .progress-bar>span:after {
  border: medium solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.who-we-are-area .skill .progress-bar>span:before {
  border-top-color: #00c3ff;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}

.who-we-are-area .holax-shop h3,
.who-we-are-area .we-are-good-at h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

.who-we-are-area .skill .progress:nth-child(1) .progress-bar {
  background: #00c3ff;
}

.who-we-are-area .skill .progress:nth-child(2) .progress-bar {
  background: #00c3ff;
}

.who-we-are-area .skill .progress:nth-child(3) .progress-bar {
  background: #00c3ff;
}

.who-we-are-area .skill .progress:nth-child(4) .progress-bar {
  background: #00c3ff;
}

/* ....................................
6.Why Choose Us Start Here 
.......................................*/
.why-choose-us-area {
  padding: 100px 0;
  background: url('/static/images/whychoose/bg.jpg?319bd55f4c80');
  background-size: cover;
}

.why-choose-us-area .single-choose {
  margin: 30px;
}

.why-choose-us-area .single-choose .icon {
  margin-bottom: 15px;
  overflow: hidden;
}

.why-choose-us-area .single-choose .icon:hover a {
  background: #00c3ff;
}

.why-choose-us-area .single-choose .icon:hover a i {
  color: #ffffff;
}

.why-choose-us-area .single-choose .icon a {
  overflow: hidden;
  width: 80px;
  height: 80px;
  line-height: 95px;
  text-align: center;
  margin: auto;
  border: 1px solid #00c3ff;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.why-choose-us-area .single-choose .icon a i {
  font-size: 40px;
  font-weight: 600;
  color: #00c3ff;
}

.why-choose-us-area .single-choose h3 {
  margin-bottom: 10px;
}

.why-choose-us-area .single-choose h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #444444;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.why-choose-us-area .single-choose h3 a:hover {
  color: #00c3ff;
}

/* ....................................
7.Portfolio Section Start Here 
.......................................*/
.portfolio-area {
  padding: 100px 0;
}

.portfolio-area .section-area p {
  margin-bottom: 15px;
}

.portfolio-area .single-portfolio {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}

.portfolio-area .single-portfolio:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.portfolio-area .single-portfolio .portfolio-image {
  overflow: hidden;
  position: relative;
  height: 250px;
}

.portfolio-area .single-portfolio .portfolio-image a {
  display: block;
}

.portfolio-area .single-portfolio .portfolio-image a img {
  width: 100%;
  min-height: 250px;
}

.portfolio-area .single-portfolio .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}

.portfolio-area .single-portfolio .overley .portfolio-details {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-area .single-portfolio .overley .portfolio-details h3 {
  margin-bottom: 0px;
}

.portfolio-area .single-portfolio .overley .portfolio-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.portfolio-area .single-portfolio .overley .portfolio-details h3 a:hover {
  color: #00c3ff;
}

.portfolio-area .single-portfolio .overley .portfolio-details span {
  color: #ffffff;
  margin-bottom: 0;
}

/* ....................................
8.Counter Area Start Here
....................................... */
.counter-up-area {
  padding: 100px 0;
  background: url('/static/images/counter.jpg?319bd55f4c80');
  background-size: cover;
  background-position: center;
}

.counter-up-area .ab-count .about-counter-list {
  color: #ffffff;
  text-align: left;
  display: block;
  text-align: center;
}

.counter-up-area .ab-count .about-counter-list h1.about-counter {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  color: #00c3ff;
  position: relative;
}

.counter-up-area .ab-count .about-counter-list h1.about-counter:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #00c3ff;
  height: 2px;
  content: "";
  bottom: -15px;
  width: 30px;
}

.counter-up-area .ab-count .about-counter-list p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
}

/* ....................................
9.Team Area Start Here 
.......................................*/
.team-area {
  padding: 100px 0;
}

.team-area .single-team .team-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-area .single-team .team-image:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.team-area .single-team .team-image a {
  display: block;
}

.team-area .single-team .team-image a img {
  width: 100%;
}

.team-area .single-team .team-image .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}

.team-area .single-team .team-image .overley .team-link {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}

.team-area .single-team .team-image .overley .team-link a {
  display: block;
}

.team-area .single-team .team-image .overley .team-link a i {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.team-area .single-team .team-image .overley .team-link a i:hover {
  color: #00c3ff;
}

.team-area .single-team .team-image .overley .social-media {
  position: absolute;
  right: 2px;
  bottom: 1px;
}

.team-area .single-team .team-image .overley .social-media ul li {
  display: block;
  margin: 1px 0;
}

.team-area .single-team .team-image .overley .social-media ul li a {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  transition: all 0.5s ease 0s;
  color: #222222;
}

.team-area .single-team .team-image .overley .social-media ul li a:hover {
  color: #00c3ff;
  font-size: 12px;
}

.team-area .single-team .team-details {
  text-align: center;
}

.team-area .single-team .team-details h3 {
  margin-bottom: 10px;
}

.team-area .single-team .team-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .single-team .team-details h3 a:hover {
  color: #00c3ff;
}

/* ....................................
10.Testimonial Area Start Here 
.......................................*/
.testimonial {
  padding: 100px 0;
  background: url('/static/images/testimonial/bg.png?319bd55f4c80') no-repeat;
  background-size: cover;
}

.testimonial .testimonial-area .single-testimonial {
  padding: 0 200px;
}

.testimonial .testimonial-area .single-testimonial .testimonial-top .image {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.testimonial .testimonial-area .single-testimonial .testimonial-top .image:after {
  position: absolute;
  left: 14px;
  right: 0;
  margin: auto;
  color: #ffffff;
  height: 2px;
  content: "\f0d8";
  bottom: 4px;
  width: 30px;
  font-family: fontawesome;
}

.testimonial .testimonial-area .single-testimonial .testimonial-top .image img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonial .testimonial-area .single-testimonial .testimonial-top .details {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
}

.testimonial .testimonial-area .single-testimonial .testimonial-top .details h3 {
  margin-bottom: 0px;
  font-size: 16px;
}

.testimonial .testimonial-area .single-testimonial .testimonial-top .details p {
  font-size: 14px;
}

.testimonial .testimonial-area .single-testimonial .customer-comment {
  border: 1px solid #ffffff;
  margin: 10px;
}

.testimonial .testimonial-area .single-testimonial .customer-comment p {
  color: #ffffff;
  padding: 30px;
}

.testimonial .testimonial-area .owl-controls .owl-pagination .owl-page.active span {
  background: #00c3ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.testimonial .testimonial-area .owl-controls .owl-pagination .owl-page span {
  background: #00c3ff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ....................................
11.Blog Area Start Here 
.......................................*/
.blog-area {
  padding: 100px 0;
}

.blog-area.short-padding {
  padding: 40px 0 100px 0;
}

.blog-area .single-blog:hover .blog-image .overley {
  opacity: 1;
  transform: scale(1);
}

.blog-area .single-blog:hover .blog-image .overley .blog-link a i {
  color: #00c3ff;
}

.blog-area .single-blog:hover .blog-details h3 a {
  color: #00c3ff;
}

.blog-area .single-blog:hover .blog-details .blog-info ul li i {
  color: #00c3ff;
}

.blog-area .single-blog:hover .blog-details .read-more a {
  color: #00c3ff;
}

.blog-area .single-blog .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-area .single-blog .blog-image:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.blog-area .single-blog .blog-image a {
  display: block;
}

.blog-area .single-blog .blog-image a img {
  width: 100%;
}

.blog-area .single-blog .blog-image .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}

.blog-area .single-blog .blog-image .overley a.blog-link {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-area .single-blog .blog-image .overley a.blog-link i {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.blog-area .single-blog .blog-image .overley a.blog-link:hover i {
  color: #00c3ff;
}

.blog-area .single-blog .blog-details h3 {
  margin-bottom: 10px;
}

.blog-area .single-blog .blog-details h3 a {
  color: #444444;
  display: block;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.blog-area .single-blog .blog-details h3 a:hover {
  color: #00c3ff;
}

.blog-area .single-blog .blog-details .blog-info {
  margin-bottom: 20px;
}

.blog-area .single-blog .blog-details .blog-info ul {
  text-align: left;
}

.blog-area .single-blog .blog-details .blog-info ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-area .single-blog .blog-details .blog-info ul li i {
  margin-right: 10px;
}

.blog-area .single-blog .blog-details p {
  margin-bottom: 20px;
}

.blog-area .single-blog .blog-details .read-more {
  display: inline-block;
  position: relative;
}

.blog-area .single-blog .blog-details .read-more:after {
  position: absolute;
  content: "\f101";
  top: 0;
  right: -40px;
  font-family: fontawesome;
  width: 30px;
  height: 30px;
  color: #00c3ff;
}

.blog-area .single-blog .blog-details .read-more a {
  color: #444444;
  display: block;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.5s ease 0s;
}

.blog-area .single-blog .blog-details .read-more a:hover {
  color: #00c3ff;
}

/* ....................................
12.Footer Start Here 
.......................................*/
.footer-top-area {
  padding: 50px 0;
  background: #f5f5f5;
}

.footer-top-area .widget .footer-logo {
  margin-bottom: 20px;
}

.footer-top-area .widget .footer-logo a {
  display: block;
}

.footer-top-area .widget .social-media ul {
  text-align: left;
}

.footer-top-area .widget .social-media ul li {
  display: inline-block;
  margin: 1px 0;
}

.footer-top-area .widget .social-media ul li a {
  border: 1px solid #00c3ff;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  transition: all 0.5s ease 0s;
  color: #ffffff;
  text-align: center;
  margin: auto;
  background: #00c3ff;
}

.footer-top-area .widget .social-media ul li a:hover {
  background: #096b89;
  border: 1px solid #096b89;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer-top-area .widget h2.widget-title {
  font-size: 16px;
  text-transform: uppercase;
}

.footer-top-area .widget .menu-header-container ul {
  margin: 0;
  padding: 0;
}

.footer-top-area .widget .menu-header-container ul li {
  display: block;
  position: relative;
  margin-left: 10px;
}

.footer-top-area .widget .menu-header-container ul li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
  width: 20px;
  height: 20px;
  color: #222222;
}

.footer-top-area .widget .menu-header-container ul li a {
  display: block;
  transition: all 0.5s ease 0s;
  color: #222222;
  text-decoration: none;
}

.footer-top-area .widget .menu-header-container ul li a:hover {
  color: #00c3ff;
}

.footer-top-area .widget form .form-group input {
  width: 100%;
  height: 40px !important;
}

.footer-top-area .widget form .subscribe {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-top-area .widget form .subscribe button {
  display: block;
  border: 0;
  background: #00c3ff;
  padding: 5px 20px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.footer-top-area .widget form .subscribe button[disabled] {
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
}

.footer-top-area .widget form .subscribe button:hover {
  background: #096b89;
}

.footer-top-area .widget .popular-tags {
  padding-top: 20px;
}

.footer-top-area .widget .popular-tags ul li {
  display: inline-block;
  border: 1px solid #e1e1e1;
  margin: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.footer-top-area .widget .popular-tags ul li:hover {
  border: 1px solid #00c3ff;
  background: #00c3ff;
}

.footer-top-area .widget .popular-tags ul li:hover a {
  color: #ffffff;
}

.footer-top-area .widget .popular-tags ul li a {
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  color: #6a6a6a;
}

.footer-bottom-area {
  background: #00c3ff;
  padding: 15px 0;
}

.footer-bottom-area .footer-copy-right {
  text-align: center;
}

.footer-bottom-area .footer-copy-right p {
  margin: 0;
  color: #ffffff;
}

.footer-bottom-area .footer-copy-right p a {
  color: #ffffff;
  font-weight: 600;
  margin: 0 5px;
  transition: all .3s;
}

.footer-bottom-area .footer-copy-right p a:hover {
  font-weight: 800;
}

.footer-top-area2 {
  padding: 50px 0;
  background: #f5f5f5;
}

.footer-top-area2 .widget .footer-logo {
  margin-bottom: 20px;
}

.footer-top-area2 .widget .footer-logo a {
  display: block;
}

.footer-top-area2 .widget .social-media ul {
  text-align: left;
}

.footer-top-area2 .widget .social-media ul li {
  display: inline-block;
  margin: 1px 0;
}

.footer-top-area2 .widget .social-media ul li a {
  border: 1px solid #00c3ff;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  transition: all 0.5s ease 0s;
  color: #ffffff;
  text-align: center;
  margin: auto;
  background: #00c3ff;
}

.footer-top-area2 .widget .social-media ul li a:hover {
  background: #096b89;
  border: 1px solid #096b89;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.footer-top-area2 .widget h2.widget-title {
  font-size: 16px;
  text-transform: uppercase;
}

.footer-top-area2 .widget .menu-header-container ul {
  margin: 0;
  padding: 0;
}

.footer-top-area2 .widget .menu-header-container ul li {
  display: block;
  position: relative;
  margin-left: 10px;
}

.footer-top-area2 .widget .menu-header-container ul li:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
  width: 20px;
  height: 20px;
  color: #222222;
}

.footer-top-area2 .widget .menu-header-container ul li a {
  display: block;
  transition: all 0.5s ease 0s;
  color: #222222;
  text-decoration: none;
}

.footer-top-area2 .widget .menu-header-container ul li a:hover {
  color: #00c3ff;
}

.footer-top-area2 .widget form .form-group input {
  width: 100%;
  height: 40px !important;
}

.footer-top-area2 .widget form .subscribe {
  display: inline-block;
  margin-bottom: 30px;
}

.footer-top-area2 .widget form .subscribe button {
  display: block;
  border: 0;
  background: #00c3ff;
  padding: 5px 20px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.footer-top-area2 .widget form .subscribe button[disabled] {
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
}

.footer-top-area2 .widget form .subscribe button:hover {
  background: #096b89;
}

.footer-top-area2 .widget .popular-tags {
  padding-top: 20px;
}

.footer-top-area2 .widget .popular-tags ul li {
  display: inline-block;
  border: 1px solid #e1e1e1;
  margin: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.footer-top-area2 .widget .popular-tags ul li:hover {
  border: 1px solid #00c3ff;
  background: #00c3ff;
}

.footer-top-area2 .widget .popular-tags ul li:hover a {
  color: #ffffff;
}

.footer-top-area2 .widget .popular-tags ul li a {
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  color: #6a6a6a;
}

.footer-bottom-area2 {
  background: #00c3ff;
  padding: 15px 0;
}

.footer-bottom-area2 .footer-copy-right {
  text-align: center;
}

.footer-bottom-area2 .footer-copy-right p {
  margin: 0;
  color: #ffffff;
}

.footer-bottom-area2 .footer-copy-right p a {
  color: #ffffff;
  font-weight: 600;
  margin: 0 5px;
  transition: all .3s;
}

.footer-bottom-area2 .footer-copy-right p a:hover {
  font-weight: 800;
}

/* ....................................
13.Scroll Top Area Here 
.......................................*/
#scrollUp {
  background: #000000;
  border-radius: 2px 2px 0 0;
  color: #ffffff !important;
  display: block;
  font-size: 25px;
  height: 40px;
  line-height: 0;
  position: fixed;
  left: 30px;
  bottom: 40px;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 50px;
  z-index: 1000 !important;
}

#scrollUp:hover {
  background: #096b89;
}

#scrollUp i {
  display: block;
  padding-top: 5px;
}

/* ....................................
Sticky Header Start Here 
.......................................*/
.stick .header-area{
  background: rgba(255, 255, 255, 0.8);
  position: fixed !important;
  top: 46px;
  z-index: 9999;
  margin: 0 auto !important;
  padding: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #00c3ff;
}

/* ....................................
14. Home Page Styling Start Here 
.......................................*/

/* ....................................
14.2 Slider area styling 
.......................................*/
.slider-area.slider-area-2 .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #00c3ff;
  color: #ffffff !important;
}

.slider-area.slider-area-2 .preview-2 .nivo-directionNav a.nivo-prevNav:before {
  color: #ffffff;
}

.slider-area.slider-area-2 .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before {
  background: #00c3ff;
  color: #ffffff !important;
}

.slider-area.slider-area-2 .preview-2 .nivo-directionNav a.nivo-nextNav:before {
  color: #ffffff !important;
}

.slider-area.slider-area-2 .slider-content.t-lfl.s-tb.slider-2 {
  margin-left: 10%;
}

.slider-area.slider-area-2 .slider-1 h1 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 7px;
  margin: 15px 0 0;
  font-weight: 800;
}

.slider-area.slider-area-2 .slider-1 h1 span {
  color: #00c3ff;
}

.slider-area.slider-area-2 .slider-1 div.title2 {
  font-size: 15px;
  color: #ffffff;
  padding: 0%;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 6px;
}

.slider-area.slider-area-2 .slider-1 div.slider-botton {
  display: block;
  margin-top: 50px;
}

.slider-area.slider-area-2 .slider-1 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}

.slider-area.slider-area-2 .slider-1 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #00c3ff;
  border: 1px solid #00c3ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-area.slider-area-2 .slider-1 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  border: 1px solid #00c3ff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider-area.slider-area-2 .slider-1 div.slider-botton ul li a:hover {
  background: #00c3ff;
}

.slider-area.slider-area-2 .slider-2 h1 {
  font-size: 72px;
  color: #ffffff;
  line-height: 1.55;
  letter-spacing: 7px;
  margin: 15px 0 0;
  font-weight: 800;
}

.slider-area.slider-area-2 .slider-2 h1 span {
  color: #00c3ff;
}

.slider-area.slider-area-2 .slider-2 div.title2 {
  font-size: 15px;
  color: #ffffff;
  padding: 0%;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 6px;
}

.slider-area.slider-area-2 .slider-2 div.slider-botton {
  display: block;
  margin-top: 50px;
}

.slider-area.slider-area-2 .slider-2 div.slider-botton ul li {
  display: inline-block;
  margin-right: 10px;
}

.slider-area.slider-area-2 .slider-2 div.slider-botton ul li:hover.acitve a {
  background: #096b89;
  border: 1px solid #096b89;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider-area.slider-area-2 .slider-2 div.slider-botton ul li.acitve a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  transition: all 0.5s ease 0s;
  background: #00c3ff;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-area.slider-area-2 .slider-2 div.slider-botton ul li a {
  display: block;
  padding: 17px 40px;
  color: #ffffff;
  border: 1px solid #00c3ff;
  transition: all 0.5s ease 0s;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.slider-area.slider-area-2 .slider-2 div.slider-botton ul li a:hover {
  background: #00c3ff;
}

/* ....................................
14.4 Blog Area Start Here 
.......................................*/
.blog-area2 {
  padding: 100px 0;
}

.blog-area2 .single-blog:hover .blog-image .overley {
  opacity: 1;
  transform: scale(1);
}

.blog-area2 .single-blog:hover .blog-image .overley .blog-link a i {
  color: #00c3ff;
}

.blog-area2 .single-blog:hover .blog-details h3 a {
  color: #00c3ff;
}

.blog-area2 .single-blog:hover .blog-details .blog-info ul li i {
  color: #00c3ff;
}

.blog-area2 .single-blog:hover .blog-details .read-more a {
  color: #00c3ff;
}

.blog-area2 .single-blog .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-area2 .single-blog .blog-image:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.blog-area2 .single-blog .blog-image a {
  display: block;
}

.blog-area2 .single-blog .blog-image a img {
  width: 100%;
}

.blog-area2 .single-blog .blog-image .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}

.blog-area2 .single-blog .blog-image .overley .blog-link {
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.blog-area2 .single-blog .blog-image .overley a.blog-link i {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.blog-area2 .single-blog .blog-image .overley a.blog-link:hover i {
  color: #00c3ff;
}

.blog-area2 .single-blog .blog-image .overley .blog-link a {
  display: block;
}

.blog-area2 .single-blog .blog-image .overley .blog-link a i {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.blog-area2 .single-blog .blog-image .overley .blog-link a i:hover {
  color: #00c3ff;
}

.blog-area2 .single-blog .blog-details h3 {
  margin-bottom: 10px;
}

.blog-area2 .single-blog .blog-details h3 a {
  color: #444444;
  display: block;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.blog-area2 .single-blog .blog-details h3 a:hover {
  color: #00c3ff;
}

.blog-area2 .single-blog .blog-details .blog-info {
  margin-bottom: 20px;
}

.blog-area2 .single-blog .blog-details .blog-info ul {
  text-align: left;
}

.blog-area2 .single-blog .blog-details .blog-info ul li {
  display: inline-block;
  margin-right: 10px;
}

.blog-area2 .single-blog .blog-details .blog-info ul li i {
  margin-right: 10px;
}

.blog-area2 .single-blog .blog-details p {
  margin-bottom: 40px;
}

.blog-area2 .single-blog .blog-details .read-more {
  display: inline-block;
  position: relative;
}

.blog-area2 .single-blog .blog-details .read-more:after {
  position: absolute;
  content: "\f101";
  top: 0;
  right: -40px;
  font-family: fontawesome;
  width: 30px;
  height: 30px;
  color: #00c3ff;
}

.blog-area2 .single-blog .blog-details .read-more a {
  color: #444444;
  display: block;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.5s ease 0s;
}

.blog-area2 .single-blog .blog-details .read-more a:hover {
  color: #00c3ff;
}

/* ....................................
15.5 Services Start Here 
.......................................*/
.service-area {
  padding: 100px 0;
}

.service-area .single-service {
  background: #f5f5f5;
  padding: 30px;
  position: relative;
  text-align: center;
  margin-top: 45px;
}

.service-area .single-service .services-icon {
  margin-top: -70px;
  margin-bottom: 30px;
}

.service-area .single-service .services-icon a,
.service-area .single-service .services-icon span {
  background: #00c3ff;
  border-radius: 50%;
  display: block;
  height: 100px;
  line-height: 100px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100px;
}

.service-area .single-service .services-icon img {
  width: 44px;
  height: auto;
}

.service-area .single-service .services-icon a i {
  font-size: 36px;
  color: #ffffff;
}

.service-area .single-service .services-icon a:hover {
  background: #096b89;
}

.service-area .single-service h3 a {
  color: #444444;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.service-area .single-service h3 a:hover {
  color: #00c3ff;
}

/* ....................................
15.6 Home Two about Us Area Start Here 
.......................................*/
.home2-about-us {
  background: #f5f5f5;
  min-height: 600px;
  overflow: hidden;
}

.home2-about-us .about-us-image img {
  width: 100%;
  display: block;
}

.home2-about-us .about-content {
  padding: 80px 400px 80px 0;
}

.home2-about-us .about-content h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.home2-about-us .about-content h2 span {
  color: #00c3ff;
}

.home2-about-us .about-content>span {
  font-weight: 600;
  color: #555555;
  margin-bottom: 10px;
  display: block;
}

.home2-about-us .about-content .see-more {
  display: inline-block;
  margin-top: 30px;
}

.home2-about-us .about-content .see-more a {
  background: #00c3ff;
  color: #ffffff;
  display: block;
  font-weight: 700;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.home2-about-us .about-content .see-more a:hover {
  background: #096b89;
}

/* ....................................
15.7 Portfolio Section Start Here 
.......................................*/
.portfolio-area.portfolio-area2 .single-portfolio:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.portfolio-area.portfolio-area2 .single-portfolio .overley .portfolio-details h3 a:hover {
  color: #00c3ff;
}

/* ....................................
14.8. Counter Area Start Here 
.......................................*/
.counter-up-area {
  padding: 100px 0;
  background: url('/static/images/counter.jpg?319bd55f4c80');
  background-size: cover;
  background-position: center;
}

.counter-up-area .ab-count .about-counter-list h1.about-counter {
  color: #00c3ff;
}

.counter-up-area .ab-count .about-counter-list h1.about-counter:after {
  background: #00c3ff;
}

/* ....................................
14.9 Team Area Start Here 
.......................................*/
.team-area.team-area2 .single-team {
  padding: 30px 0 0 0;
  background: #f5f5f5;
  min-height: 450px;
  transition: all 0.5s ease 0s;
  position: relative;
  overflow: hidden;
}

.team-area.team-area2 .single-team:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00c3ff;
  top: -97%;
  content: "";
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  transition: all .9s;
}

.team-area.team-area2 .single-team:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00c3ff;
  bottom: -97%;
  content: "";
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  transition: all .9s;
  opacity: 0;
}

.team-area.team-area2 .single-team:hover {
  -webkit-box-shadow: -1px 0px 5px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 0px 5px 4px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0px 5px 4px rgba(0, 0, 0, 0.5);
}

.team-area.team-area2 .single-team:hover:before {
  opacity: 0;
}

.team-area.team-area2 .single-team:hover:after {
  opacity: 1;
}

.team-area.team-area2 .single-team .team-image a {
  display: block;
  height: 160px;
  margin: auto;
  text-align: center;
  width: 160px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.team-area.team-area2 .single-team .team-image a:hover:after {
  opacity: 1;
  transform: scale(1);
}

.team-area.team-area2 .single-team .team-image a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.team-area.team-area2 .single-team .team-image a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 100%;
}

.team-area.team-area2 .single-team .team-details {
  text-align: center;
}

.team-area.team-area2 .single-team .team-details h3 {
  margin-bottom: 10px;
}

.team-area.team-area2 .single-team .team-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area.team-area2 .single-team .team-details h3 a:hover {
  color: #00c3ff;
}

.team-area.team-area2 .single-team .team-details span {
  text-transform: uppercase;
}

.team-area.team-area2 .single-team .team-details .social-media {
  margin-top: 30px;
}

.team-area.team-area2 .single-team .team-details .social-media ul {
  text-align: center;
}

.team-area.team-area2 .single-team .team-details .social-media ul li {
  display: inline-block;
  margin: 1px 0;
}

.team-area.team-area2 .single-team .team-details .social-media ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  transition: all 0.5s ease 0s;
  color: #444444;
  text-align: center;
  margin: auto;
  background: #ffffff;
}

.team-area.team-area2 .single-team .team-details .social-media ul li a:hover {
  background: #00c3ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
}

/* ....................................
14.10 Home Two Testimonial Area Start Here 
.......................................*/
.home2-testimonial-area {
  padding: 100px 0;
  background: url('/static/images/testimonial/testimonial-bg.jpg?319bd55f4c80') no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.home2-testimonial-area .home2-testimonial {
  text-align: center;
}

.home2-testimonial-area .home2-testimonial .single-testimonial {
  padding: 0 30px;
}

.home2-testimonial-area .home2-testimonial .single-testimonial .image a {
  display: block;
  position: relative;
}

.home2-testimonial-area .home2-testimonial .single-testimonial .image a:after {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  color: #00c3ff;
  height: 2px;
  content: "\f0d7";
  bottom: 39px;
  width: 30px;
  font-family: fontawesome;
}

.home2-testimonial-area .home2-testimonial .single-testimonial .image a img {
  display: inline-block;
  border: 2px solid #00c3ff;
  margin-bottom: 30px;
}

.home2-testimonial-area .home2-testimonial .single-testimonial .details {
  display: inline-block;
  color: #ffffff;
}

.home2-testimonial-area .home2-testimonial .single-testimonial .details h3 {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}

.home2-testimonial-area .home2-testimonial .single-testimonial .details p {
  font-size: 14px;
}

.home2-testimonial-area .home2-testimonial .owl-controls .owl-pagination .owl-page.active span {
  background: #00c3ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.home2-testimonial-area .home2-testimonial .owl-controls .owl-pagination .owl-page span {
  background: #00c3ff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ....................................
15.Page Header Section breadcumb Start Here 
.......................................*/
.page-header-area {
/*  background: rgba(0, 0, 0, 0) url("/static/images/bennar.jpg?d8f3cb4f1b16") no-repeat scroll center center / cover; */
  background: rgba(0, 0, 0, 0) url("/static?24c94b50c329") no-repeat scroll center center / cover;
  text-align: left;
  padding: 80px 0;
}

.page-header-area.no-background {
  background: none;
  padding: 80px 0 0 0;
}

.page-header-area.mt {
  /*margin: 32px 0 0 0;*/
}

.page-header-area h1 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 24px;
  font-weight: 700;
}

.page-header-area ul {
  margin: 0;
  padding: 0;
}

.page-header-area ul li {
  display: inline-block;
  border: 0px;
  color: #000000;
  margin: 0px 10px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
}

.page-header-area ul li:after {
  position: absolute;
  content: "\f101";
  top: 0;
  right: -18px;
  display: block;
  font-family: FontAwesome;
}

.page-header-area ul li.second:after {
  position: absolute;
  content: "\f101";
  top: 0;
  left: 50px;
  right: 0;
  display: block;
  font-family: FontAwesome;
}

.page-header-area ul li:last-child {
  color: #00c3ff;
  margin-left: 15px;
}

.page-header-area ul li:last-child:after {
  content: '';
}

.page-header-area ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.page-header-area ul li a:hover {
  color: #00c3ff;
}

/* ....................................
16.1 Our-skill-area start 
.......................................*/
.our-skill-area {
  padding: 100px 0;
  background: url(/static/images/skill-bg.jpg?319bd55f4c80) no-repeat;
  background-size: cover;
  background-position: center;
}

.our-skill-area h1 {
  text-align: center;
  color: #ffffff;
}

.our-skill-area .our-skill-area .section-heading {
  margin-bottom: 70px;
}

.our-skill-area .our-skill-area .section-heading h1 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 20px;
}

.our-skill-area .single-skill {
  text-align: center;
}

.our-skill-area .single-skill h4 {
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.our-skill-area .single-skill p {
  color: #ffffff;
  margin-bottom: 0;
}

/* ....................................
16.2 About Page Start Here 
.......................................*/
.about-page-area {
  padding: 100px 0;
}

.about-page-area .about-us-content h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}

.about-page-area .about-us-content .our-features-list .single-feature>a {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: #00c3ff;
  display: block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: all 0.5s ease 0s;
}

.about-page-area .about-us-content .our-features-list .single-feature>a:hover {
  background: #096b89;
}

.about-page-area .about-us-content .our-features-list .single-feature>a i {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
}

.about-page-area .about-us-content .our-features-list .single-feature h3 {
  margin-bottom: 10px;
}

.about-page-area .about-us-content .our-features-list .single-feature h3 a {
  display: block;
  transition: all 0.5s ease 0s;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}

.about-page-area .about-us-content .our-features-list .single-feature h3 a:hover {
  color: #00c3ff;
}

.about-page-area .about-us-image img {
  width: 100%;
  border: 1px solid #ffffff;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.about-page-area .about-us-image img:hover {
  border: 1px solid #00c3ff;
}

/* ....................................
17.Services Page Start Here 
.......................................*/
.what-we-do-start-here {
  padding: 100px 0;
}

.what-we-do-start-here .single-feature {
  background: #f5f5f5;
  text-align: center;
  padding: 60px 10px;
  transition: all 0.5s ease 0s;
}

.what-we-do-start-here .single-feature:hover {
  background: #00c3ff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

.what-we-do-start-here .single-feature:hover h3 a {
  color: #ffffff;
}

.what-we-do-start-here .single-feature:hover p {
  color: #ffffff;
}

.what-we-do-start-here .single-feature h3 {
  margin-bottom: 10px;
}

.what-we-do-start-here .single-feature h3 a {
  display: block;
  transition: all 0.5s ease 0s;
  color: #222222;
  font-weight: 600;
  font-size: 18px;
}

.what-we-do-start-here .single-feature p {
  margin: 0;
}

/* ....................................
17.1 Main Services Area Start Here 
.......................................*/
.main-servires-area {
  background: #f5f5f5;
  overflow: hidden;
  min-height: 490px;
}

.main-servires-area .main-services-content {
  padding: 100px 0 0 100px;
}

.main-servires-area .main-services-content h2 {
  position: relative;
  margin-bottom: 40px;
}

.main-servires-area .main-services-content h2:after {
  background: #00c3ff;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 50px;
}

.main-servires-area .main-services-content p {
  margin-bottom: 40px;
}

.main-servires-area .main-services-content .read-more {
  display: inline-block;
}

.main-servires-area .main-services-content .read-more a {
  background: #00c3ff;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  padding: 7px 35px;
  transition: all 0.5s ease 0s;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  text-transform: uppercase;
  font-weight: 600;
}

.main-servires-area .main-services-content .read-more a:hover {
  background: #096b89;
}

.main-servires-area .main-services-image img {
  width: 100%;
}

/* ....................................
17.2 Price Table Start Here 
.......................................*/
.price-table-area {
  padding: 100px 0;
}

.price-table-area .single-price-table {
  background: #f5f5f5;
  text-align: center;
  color: #ffffff;
}

.price-table-area .single-price-table .price-title {
  background: #00c3ff;
  -webkit-border-radius: 0 0 80px 80px;
  -moz-border-radius: 0 0 80px 80px;
  border-radius: 0 0 80px 80px;
}

.price-table-area .single-price-table .price-title h3 {
  display: block;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 20px 0;
  font-size: 24px;
}

.price-table-area .single-price-table .monthly-price h4 {
  color: #000000;
  font-size: 48px;
  font-weight: 800;
}

.price-table-area .single-price-table .monthly-price h4 sup {
  font-weight: 400;
  font-size: 24px;
}

.price-table-area .single-price-table .monthly-price h4 span {
  font-size: 14px;
  font-weight: 400;
}

.price-table-area .single-price-table .price-list li {
  color: #444444;
  display: block;
  padding: 10px;
  border-top: 1px solid #eceaea;
  font-size: 16px;
}

.price-table-area .single-price-table .signup {
  display: inline-block;
  margin: 30px 0;
}

.price-table-area .single-price-table .signup a {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 60px;
  border: 1px solid #cecece;
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  transition: all 0.5s ease 0s;
}

.price-table-area .single-price-table .signup a:hover {
  background: #00c3ff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  color: #ffffff;
  border: 1px solid #00c3ff;
}

.price-table-area .single-price-table.active .signup a {
  background: #00c3ff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  color: #ffffff;
  border: 1px solid #00c3ff;
}

/* ....................................
18.Single Servies Start Here 
.......................................*/
.single-services-area {
  padding: 100px 0;
}

.single-services-area .services-content .main-single-service .service-image img {
  width: 100%;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
}

.single-services-area .services-content .main-single-service .service-image img:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

.single-services-area .services-content .main-single-service h3 {
  font-size: 18px;
  position: relative;
  margin-bottom: 40px;
}

.single-services-area .services-content .main-single-service h3:after {
  background: #00c3ff;
  bottom: -15px;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100px;
}

.single-services-area .services-content .main-single-service p {
  margin-bottom: 60px;
}

.single-services-area .services-content .main-single-service .benefit-business-planning ul li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}

.single-services-area .services-content .main-single-service .benefit-business-planning ul li:after {
  top: 0px;
  content: "\f0c8";
  height: 3px;
  left: -20px;
  margin: auto;
  position: absolute;
  width: 30px;
  height: 30px;
  font-family: fontawesome;
  margin-right: 10px;
  color: #444444;
}

.single-services-area .services-content .main-single-service .business-benefit-image img {
  width: 100%;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
}

.single-services-area .services-content .main-single-service .business-benefit-image img:hover {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

/* ....................................
19.Sidebar Design Start Here 
.......................................*/

@media (min-width: 768px) {
  .sidebar-wrapper {
    position: sticky;
    top: 76px
  }
}


.sidebar-area .widget {
  margin-bottom: 30px;
}

.sidebar-area .widget h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

.sidebar-area .widget h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  background: #00c3ff;
  width: 60px;
  height: 3px;
}

.sidebar-area .widget .services-tab ul {
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0px;
}

.sidebar-area .widget .services-tab ul.nav.nav-tabs {
  margin: 0;
  padding: 0;
  text-align: left;
  border: 1px solid #e8e8e8;
}

.sidebar-area .widget .services-tab ul.nav.nav-tabs li {
  display: block;
  float: inherit;
  border-top: 1px solid #e8e8e8;
  background: transparent;
  color: #444444;
}

.sidebar-area .widget .services-tab ul.nav.nav-tabs li:first-child {
  border-top: 0px solid #ffffff;
}

.sidebar-area .widget .services-tab ul.nav.nav-tabs li.active {
  background: transparent;
  color: #444444;
}

.sidebar-area .widget .services-tab ul.nav.nav-tabs li.active a {
  background: transparent;
  color: #00c3ff;
  border: 0px;
}

.sidebar-area .widget .services-tab ul.nav.nav-tabs li a {
  display: block;
  font-size: 16px;
  color: #444444;
  background: transparent;
  border: 0px;
}

.sidebar-area .widget .services-tab ul.nav.nav-tabs li a:hover {
  background: transparent;
  color: #00c3ff;
  border: 0px;
}

.sidebar-area .widget .recent-project ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-area .widget .recent-project ul li {
  display: inline-block;
}

.sidebar-area .widget .recent-project ul li a {
  display: block;
  margin: -2px;
  padding: 0;
  width: 88px;
  height: 88px;
}

.sidebar-area .widget .recent-project ul li a img {
  transition: all 0.5s ease 0s;
}

.sidebar-area .widget .recent-project ul li a img:hover {
  opacity: .9;
  box-shadow: none;
}

.sidebar-area .widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-area .widget.widget_categories ul li {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.sidebar-area .widget.widget_categories ul li:last-child {
  border-bottom: 0px;
}

.sidebar-area .widget.widget_categories ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  margin-right: 40px;
  color: #222222;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 0;
  transition: all 0.5s ease 0s;
}

.sidebar-area .widget.widget_categories ul li.has-submenu > a {
  display: inline-block;
  width: auto;
}

.sidebar-area .widget.widget_categories > ul > li {
  position: relative;
}

.sidebar-area .widget.widget_categories > ul > li.has-submenu:after {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 16px;
  font-weight: 300;
  color: #00c3ff;
  content: "\f107";
  font-family: FontAwesome;
}

.sidebar-area .widget.widget_categories > ul > li.has-submenu.selected:after {
  transform: rotate(180deg);
}

.sidebar-area .widget.widget_categories > ul > li > a {
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar-area .widget.widget_categories ul li a:hover {
  color: #00c3ff;
}

.sidebar-area .widget.widget_categories ul li a span.count {
  float: right;
}

.sidebar-area .widget.widget_categories ul li ul {
  display: none;
}

.sidebar-area .widget.widget_categories ul li ul li.selected a {
  color: #00c3ff;
}

.sidebar-area .widget.widget_categories ul li.selected > a {
  
}

.sidebar-area .widget.widget_categories ul li.selected ul {
  display: block;
  margin-top: 5px;
  margin-bottom: -15px;
}

.sidebar-area .widget #slider-range {
  margin-bottom: 15px;
}

.sidebar-area .widget .ui-widget-content {
  background: #dddddd none repeat scroll 0 0;
  border: 0 solid #a6c9e2;
  color: #000000;
  height: 4px;
}

.sidebar-area .widget .ui-slider-range.ui-widget-header.ui-corner-all {
  background: #000000 none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  height: 4px;
}

.sidebar-area .widget .ui-state-default,
.sidebar-area .widget .ui-widget-content .ui-state-default,
.sidebar-area .widget .ui-widget-header .ui-state-default {
  background: #000000 none repeat scroll 0 0;
  border: 0 solid #ffffff;
  font-weight: 300;
  margin: 0;
  width: 5px;
}

.sidebar-area .widget .price-area label {
  color: #444444;
  font-weight: 300;
  font-size: 13px;
}

.sidebar-area .widget .price-area input {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border: 0px solid #ffffff;
}

.sidebar-area .widget .price-area button {
  background: #00c3ff;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 50px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  text-align: center;
  border: none;
}

.sidebar-area .widget .price-area button:hover {
  background: #096b89;
}

.sidebar-area .widget .posted-date a {
  color: #444444;
  font-weight: 800;
  transition: all 0.5s ease 0s;
}

.sidebar-area .widget .posted-date a:hover {
  color: #00c3ff;
}

.sidebar-area .widget .price a {
  color: #444444;
  font-weight: 600;
  transition: all 0.5s ease 0s;
}

.sidebar-area .widget .price a:hover {
  color: #00c3ff;
}

.sidebar-area .widget .popular-tags ul li {
  display: inline-block;
  border: 1px solid #e1e1e1;
  margin: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sidebar-area .widget .popular-tags ul li:hover {
  border: 1px solid #00c3ff;
  background: #00c3ff;
}

.sidebar-area .widget .popular-tags ul li:hover a {
  color: #ffffff;
}

.sidebar-area .widget .popular-tags ul li a {
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  color: #6a6a6a;
}

.sidebar-area .widget .search-box {
  height: 45px;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease 0s;
}

.sidebar-area .widget .search-box .search-form input.form-control {
  border-radius: 0;
  line-height: 2px;
  width: 100%;
}

.sidebar-area .widget .search-box.show-box {
  opacity: 1 !important;
}

/* ....................................
19.Shop Page Start Here 
.......................................*/
.shop-page-area {
  padding: 100px 0;
}

.shop-page-area .tobar-area {
  overflow: hidden;
  margin-bottom: 15px;
}

.shop-page-area .tobar-area .view-area ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0px;
}

.shop-page-area .tobar-area .view-area ul.nav-tabs li {
  border: 0px;
}

.shop-page-area .tobar-area .view-area ul.nav-tabs li.active {
  border: 0px;
}

.shop-page-area .tobar-area .view-area ul.nav-tabs li.active a {
  border: 0px;
}

.shop-page-area .tobar-area .view-area ul.nav-tabs li.active a:hover {
  background: transparent;
  color: #00c3ff;
}

.shop-page-area .tobar-area .view-area ul.nav-tabs li a {
  border: 0px;
}

.shop-page-area .tobar-area .view-area ul.nav-tabs li a:hover {
  background: transparent;
  color: #00c3ff;
}

.shop-page-area .tobar-area .showing-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-page-area .tobar-area .showing-result ul li {
  display: inline-block;
  font-weight: 600;
  color: #333333;
  margin-right: 10px;
  height: 25px;
}

.shop-page-area .tobar-area .showing-result ul li .form-group {
  margin: 0;
}

.shop-page-area .tobar-area .showing-result ul li .form-group.seclect-box select.form-control {
  display: inline-block;
  border: 0;
  background: transparent;
  border-radius: 0px;
}

.product-newgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}


@media (max-width: 991px) {
  .product-newgrid  {
    grid-template-columns: 1fr 1fr;
  }
}

.product-newgrid.product-newgrid--desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  .product-newgrid, .product-newgrid.product-newgrid--desk-4  {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 479px) {
  .product-newgrid, .product-newgrid.product-newgrid--desk-4  {
    grid-template-columns: 1fr;
  }
}

.product-newgrid--item-pad {
  padding: 15px;
}

.product-newgrid--item-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 0 0 1px #f2f2f2 inset;
  transition: box-shadow 200ms linear;
}

.product-newgrid--item-wrap:hover{
  box-shadow: 0 0 0 1px #f0f0f0 inset, 0px 0px 20px rgb(0 0 0 / 15%);
}

.product-newgrid--item {
  display: block;
  text-decoration: none;
  color: #222222;
}

.product-newgrid--item:hover {
  color: #00c3ff;
}

.product-newgrid--image {
  height: 356px;
  padding: 10px;
  margin-bottom: 10px;
}

.product-newgrid--image div {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.product-newgrid--name {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.product-newgrid--price-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-newgrid--price-wrap i {
  color: #009ccc;
  font-size: 25px;
}

.product-newgrid--price-wrap h3 {
  font-size: 16px;
  margin: 0px 0px 10px;
}

.product-newgrid--price-wrap h3.real-price {
  font-size: 150%;
}


.product-newgrid--price-wrap .old-price {
  opacity: 0.5;
  text-decoration: line-through;
}

.shop-page-area .tab-content .tab-pane .single-product-area {
  position: relative;
  margin-top: 30px;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image:hover .overley {
  opacity: 1;
  top: 0;
  transform: skew(0deg);
  visibility: visible;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image a {
  display: block;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image a img {
  width: 100%;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: skew(0deg);
  transition: all 0.9s ease 0s;
  visibility: hidden;
  width: 100%;
}

.certificates-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.certificates-item {
  width: 33.3333%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.certificates-item-image {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 141.42857143%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ECEDEC;
  border-radius: 4px;
  margin-bottom: 15px;
}

.certificates-item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 10px;
}

.certificates-item-title::first-letter {
  color: #58C0F9;
}

.certificates-item-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
}

.product-overlay-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.product-list-submit-button {
  color: #000000;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.product-list-submit-button:hover {
  background: #00c3ff;
  border: 1px solid #00c3ff;
  color: #ffffff;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details {
  margin: 0;
  padding: 0;
  position: relative;
  top: 40%;
  transform: translateY(-20px);
  text-align: center;
}



.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details h3 {
  position: relative;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details h3:after {
  display: none;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-info ul {
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-info ul li {
  display: inline-block;
  margin: 0 3px;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-info ul li a {
  color: #000000;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-info ul li a:hover {
  background: #00c3ff;
  border: 1px solid #00c3ff;
  color: #ffffff;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-title h3 {
  margin-bottom: 5px;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-title h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-title h3 a:hover {
  color: #00c3ff;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-price h3 {
  margin-bottom: 0;
  transition: all 0.5s ease 0s;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-price h3.old-price {
  font-size: 14px;
  text-decoration: line-through;
  padding: 3px 0px 7px;
  opacity: 0.8;
}

.shop-page-area .tab-content .tab-pane .single-product-area .product-image .overley .product-details .product-price h3:hover {
  color: #00c3ff;
}

.shop-page-area .product-list-view-area .list-single-product {
  margin-top: 30px;
}

.shop-page-area .product-list-view-area .list-single-product .media a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 20px;
}

.shop-page-area .product-list-view-area .list-single-product .media a:hover:after {
  opacity: 1;
  top: 0;
  transform: skew(0deg);
  visibility: visible;
}

.shop-page-area .product-list-view-area .list-single-product .media a:after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: skew(0deg);
  transition: all 0.9s ease 0s;
  visibility: hidden;
  width: 100%;
  content: "";
  margin-right: 10px;
}

.shop-page-area .product-list-view-area .list-single-product .media a img {
  width: 100%;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body h4.media-heading {
  margin-bottom: 30px;
  position: relative;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body h4.media-heading:after {
  background: #00c3ff;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100px;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body h4.media-heading a {
  transition: all 0.5s ease 0s;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body h4.media-heading a:after {
  display: none;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body h4.media-heading a:hover {
  color: #00c3ff;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body p {
  margin-bottom: 10px;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body .read-more {
  margin-top: 20px;
  display: inline-block;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body .read-more button {
  border: none;
  background: #00c3ff;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-weight: 700;
  padding: 10px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body .read-more a:after {
  display: none;
}

.shop-page-area .product-list-view-area .list-single-product .media .media-body .read-more button:hover {
  background: #096b89;
}

/* ====================================
20. Pagination Area Start Here 
=======================================*/
.pagination-area {
  padding-top: 30px;
}

.pagination-area ul {
  text-align: center;
}

.pagination-area ul li {
  display: inline-block;
}

.pagination-area ul li.active a {
  background: #00c3ff;
  color: #ffffff;
}

.pagination-area ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #00c3ff;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  text-align: center;
}

.pagination-area ul li a:hover {
  background: #00c3ff;
  color: #ffffff;
}

/* ....................................
21. Single Product Start Here 
.......................................*/

.single-product-area .product-detail-images-wrapper {
  position: relative;
}

.single-product-area .product-discount-label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 28px;
  background: #F84E4E;
  border-radius: 0px 8px 8px 0px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  line-height: 28px;
  letter-spacing: 0.03em;
  padding: 0 17px;
  color: #FFFFFF;
}

.single-product-area .product-discount-label:empty {
  display: none;
}

.single-product-area .product-detail-images {

}

.single-product-area .tab-content .product-picture {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .single-product-area .tab-content .product-picture {
    padding: 15px;
  }
}

.single-product-area .tab-content .product-picture a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .single-product-area .tab-content .product-picture a {
    padding-top: 150%;
  }
}

.single-product-area .tab-content .product-picture a:hover {
  opacity: .7;
}

.single-product-area .tab-content .product-picture .owl-controls {
  
}

.single-product-area .tab-content .product-picture .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.single-product-area .tab-content .product-picture .owl-controls .owl-buttons div {
  background: transparent;
  color: #D9D9D9;
  font-size: 24px;
  opacity: 1;
  pointer-events: all;
}

.single-product-area .single-product-tab {
  margin: 10px 0 0;
  border: 0px;
  overflow: hidden;
}

.single-product-area .single-product-tab:hover .owl-buttons {
  opacity: 1;
}

.single-product-area .single-product-tab .tab-image {
  border: 0px;
  text-align: center;
}

.single-product-area .single-product-tab .tab-image li {
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
}

.single-product-area .single-product-tab .tab-image li.active {
  border-color: #ECEDEC;
}

.single-product-area .single-product-tab .tab-image li a.product-thumbnail {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 100%;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.single-product-area .single-product-tab .tab-image li a.product-thumbnail:hover {
  opacity: .7;
}

.single-product-area .single-product-tab .owl-buttons {
  opacity: 0;
}

.single-product-area .single-product-tab .owl-buttons .owl-prev {
  left: -5px;
  position: absolute;
  top: 28%;
  background: #00c3ff !important;
  width: 30px;
  height: 30px;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.single-product-area .single-product-tab .owl-buttons .owl-prev i {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.single-product-area .single-product-tab .owl-buttons .owl-next {
  right: -5px;
  position: absolute;
  top: 28%;
  background: #00c3ff !important;
  width: 30px;
  height: 30px;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.single-product-area .single-product-tab .owl-buttons .owl-next i {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.single-product-area .product-header h3 {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.single-product-area .product-header h3::first-letter {
  color: #00c3ff;
}

.single-product-area .product-details .product-rating-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product-area .product-details .product-rating-area ul li {
  display: inline-block;
  margin-right: 0;
  color: #444444;
  font-size: 14px;
}

.single-product-area .product-details .product-rating-area ul li i:hover {
  color: #FFCE44;
}

.single-product-area .product-details .product-quantity {
  margin-bottom: 30px;
}

.single-product-area .price {

}

.single-product-area .price .detail-product-price {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.03em;
  color: #000;
}

.single-product-area .price .detail-product-old-price {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-decoration: line-through;
  text-decoration-color: #F84E4E;
  color: #9C9C9C;
  display: none;
}

.single-product-area .price.price_reduced .detail-product-price {
  color: #F84E4E;
  height: 22px;
  line-height: 35px;
  margin-bottom: 10px;
}

.single-product-area .price.price_reduced .detail-product-old-price {
  display: block;
}

@media screen and (max-width: 768px) {
  .single-product-area .price {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .single-product-area .price.price_reduced .detail-product-old-price {
    margin-top: 4px;
    margin-left: 33px;
  }
}

.single-product-area .product-details .product-cart-area {
  margin-bottom: 30px;
}

.single-product-area .product-details .product-cart-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.single-product-area .product-details .product-cart-area ul li {
  display: inline-block;
  margin: 0 3px;
}

.single-product-area .product-details .product-cart-area ul li a {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 40px;
  display: block;
}

.single-product-area .product-details .product-cart-area ul li a:hover {
  background: #00c3ff;
  border: 1px solid #00c3ff;
  color: #ffffff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}

.single-product-area .product-checkout {

}

.product-checkout-variations .product-checkout-variations-row {
  margin: 10px 0 0;
  padding: 20px 0;
  border-radius: 10px;
  position: relative;
}

.product-checkout-variations.product-checkout-variations_alert .product-checkout-variations-row {
  overflow: hidden;
}

.product-checkout-variations.product-checkout-variations_alert  .product-checkout-variations-row::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 300px;
  background: linear-gradient(to right, rgba(0, 195, 255, 0), rgba(0, 195, 255, 0.1), rgba(0, 195, 255, 0));
  transform: skewX(-30deg);
  pointer-events: none;
	animation: blinkSizesSelects 2s linear infinite;
}

@keyframes blinkSizesSelects {
	0% {
		left: -100%;
	}

	100% {
		left: 200%;
	}
}

.product-checkout-variations .product-checkout-variations-help {
  position: relative;
  border: 2px solid rgba(0, 195, 255, 0.2);
  border-radius: 5px;
  padding: 8px 16px;
  background: rgba(0, 195, 255, 0.05);
  color: black;
  font-weight: 500;
}

.product-checkout-variations.product-checkout-variations_alert .product-checkout-variations-help {
  font-weight: 800;
  animation: pulseSize 2s 0.2s linear infinite;
}

@keyframes pulseSize {
	0% {
    border: 2px solid rgba(0, 195, 255, 1);
    background: rgba(0, 195, 255, 0.2);
	}
  
	100% {
    border: 2px solid rgba(0, 195, 255, 0.2);
    background: rgba(0, 195, 255, 0);
	}
}

.single-product-area .product-checkout-variations .sku-group {

}

.single-product-area .product-checkout-variations .sku-group .sku-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9C9C9C;
}

.single-product-area .product-checkout-variations .sku-group .sku-label {
  color: #000000;
}

.single-product-area .product-checkout-variations .sku-group .sku-value {

}

@media screen and (max-width: 768px) {

}

.single-product-area .product-checkout .product-colorpicker-palette {
  display: flex;
}

.single-product-area .product-checkout .product-color-item {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  cursor: pointer;
}

.single-product-area .product-checkout .product-color-item > input {
  display: none;
}

.single-product-area .product-checkout .product-color-item > div {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.single-product-area .product-checkout .product-color-item > div.white {
  border-color: #ECEDEC;
}

.single-product-area .product-checkout .product-color-item > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #58C0F9;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
}

.single-product-area .product-checkout .product-color-item > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 8px;
  background: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 10 8" xmlns="http://www.w3.org/2000/svg"><path d="m9.6402 0.2318c0.4243 0.35356 0.4816 0.98413 0.12803 1.4084l-5 6c-0.17247 0.20695-0.42113 0.33557-0.68969 0.35673-0.26856 0.02115-0.5343-0.06694-0.73704-0.24434l-3-2.625c-0.41564-0.36368-0.45775-0.99544-0.094072-1.4111s0.99544-0.45775 1.4111-0.09407l2.2291 1.9504 4.3442-5.213c0.35357-0.42428 0.98413-0.4816 1.4084-0.12804z" style="fill: rgb(255, 255, 255)" clip-rule="evenodd" fill-rule="evenodd"/></svg>') center no-repeat;
  background-position: center center;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
}

.single-product-area .product-checkout .product-color-item > div.white:after {
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg viewBox="0 0 10 8" xmlns="http://www.w3.org/2000/svg"><path d="m9.6402 0.2318c0.4243 0.35356 0.4816 0.98413 0.12803 1.4084l-5 6c-0.17247 0.20695-0.42113 0.33557-0.68969 0.35673-0.26856 0.02115-0.5343-0.06694-0.73704-0.24434l-3-2.625c-0.41564-0.36368-0.45775-0.99544-0.094072-1.4111s0.99544-0.45775 1.4111-0.09407l2.2291 1.9504 4.3442-5.213c0.35357-0.42428 0.98413-0.4816 1.4084-0.12804z" style="fill: rgb(88, 192, 249)" clip-rule="evenodd" fill-rule="evenodd"/></svg>');
}

.single-product-area .product-checkout .product-color-item > input:checked + div::before,
.single-product-area .product-checkout .product-color-item > input:checked + div::after {
  opacity: 1;
}

.product-checkout-form select:hover {
  cursor: pointer;
}

.product_color option:disabled {
  display: none;
}

.single-product-area .product-checkout .product-checkout-footer {
  display: flex;
  margin-top: 20px;
}

.single-product-area .product-checkout .product-checkout-buttons {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-left: auto;
}
.single-product-area .product-checkout .product-checkout-buttons > * {
  flex-grow: 1;
  flex-shrink: 0;
}


.single-product-area .product-checkout .product-checkout-footer .add-cart-wrapper {
  position: relative;
  height: 48px;
  width: 48px;
}

.single-product-area .product-checkout .product-checkout-footer .add-cart-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  pointer-events: none;
  border: 6px solid transparent;
  border-bottom-color: rgba(68, 74, 82, 0.9);
  opacity: 0;
  margin-top: -12px;
  transform: translate3d(-50%, 30px, 0);
  transition: all 0.2s ease;
}

.single-product-area .product-checkout .product-checkout-footer .add-cart-wrapper::before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 20px;
  background: rgba(68, 74, 82, 0.9);
  color: white;
  font-size: 16px;
  height: 36px;
  text-transform: none;
  line-height: 36px;
  white-space: nowrap;
  width: auto;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, 30px, 0);
  transition: all 0.2s ease;
}

.single-product-area .product-checkout .product-checkout-footer .add-cart-wrapper:hover::after,
.single-product-area .product-checkout .product-checkout-footer .add-cart-wrapper:hover::before {
  transform: translate3d(-50%, 10px, 0);
  opacity: 1;
}

.single-product-area .product-checkout .product-checkout-footer .add-cart {
  background: #58C0F9 url('/static/images/cart-white.svg?4b641a229b58') center no-repeat;
  color: #ffffff;
  display: block;
  /* font-size: 14px; */
  /* font-weight: 700; */
  /* padding: 0 50px; */
  /* line-height: 48px; */
  font-size: 0;
  margin: 0;
  height: 48px;
  width: 48px;
  border-radius: 4px;
  border-width: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 0.5s ease 0s;
}

.single-product-area .product-checkout .product-checkout-footer .add-cart:hover {
  background-color: #096b89;
}

.single-product-area .product-checkout .product-checkout-footer .compare-button {
  background: #FFFFFF;
  position: relative;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ECEDEC;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 0.5s ease 0s;
}

.single-product-area .product-checkout .product-checkout-footer .compare-button::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 21px;
  height: 19px;
  background: url('data:image/svg+xml;utf8,<svg width="21" height="19" viewBox="0 0 21 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10C0 9.44772 0.447715 9 1 9H2C2.55228 9 3 9.44772 3 10V19H0V10Z" style="fill: rgb(156, 156, 156)"/><path d="M6 4C6 3.44772 6.44772 3 7 3H8C8.55228 3 9 3.44772 9 4V19H6V4Z" style="fill: rgb(156, 156, 156)"/><path d="M12 7C12 6.44772 12.4477 6 13 6H14C14.5523 6 15 6.44772 15 7V19H12V7Z" style="fill: rgb(156, 156, 156)"/><path d="M18 1C18 0.447715 18.4477 0 19 0H20C20.5523 0 21 0.447715 21 1V19H18V1Z" style="fill: rgb(156, 156, 156)"/></svg>') center no-repeat;
  transform: translate3d(-50%, -50%, 0);
}

.single-product-area .product-checkout .product-checkout-footer .compare-button:hover {
  background: #58C0F9;
  border-color: #58C0F9;
  opacity: 1;
}

.single-product-area .product-checkout .product-checkout-footer .share-product-to-operator {
  position: relative;
  padding: 0 10px 0 40px;
  font-size: 14px;
  font-weight: 300;
  width: 210px;
  height: 48px;
  line-height: 48px;
  color: #FFFFFF;
  background: linear-gradient(to bottom, #2AABEE, #229ED9);
  border: none;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 0.5s ease 0s;
}

.single-product-area .product-checkout .product-checkout-footer .share-product-to-operator > span {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-transform: none;
  width: auto;
  padding: 6px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.single-product-area .product-checkout .product-checkout-footer .share-product-to-operator > span::first-line {
  font-size: 16px;
  font-weight: 700;
}

.single-product-area .product-checkout .product-checkout-footer .share-product-to-operator::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  padding-top: 28px;
  background: url('/static/images/telegram-logo.svg?a3075cbc2997') center no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}

.single-product-area .product-checkout .product-checkout-footer .share-product-to-operator:hover {
  opacity: 0.9;
}

.single-product-area .product-checkout .product-checkout-footer .share-product-to-operator:hover::before {
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .single-product-area .product-checkout .product-checkout-footer {
    display: block;
  }

  .single-product-area .product-checkout .product-checkout-buttons {
    margin-top: 16px;
  }

  .single-product-area .product-checkout .product-checkout-footer .add-cart {

  }

  .single-product-area .product-checkout .product-checkout-footer .share-product-to-operator > span {
    font-size: 12px;
    white-space: normal;
    padding: 7px 0 7px 5px;
    height: auto;
    text-align: center;
  }

  .single-product-area .product-checkout .product-checkout-footer .add-cart-wrapper::before {
    width: 150px;
    font-size: 12px;
    white-space: normal;
    line-height: 1.4;
    padding: 5px 10px;
    height: auto;
    text-align: center;
  }
}

.single-product-area .product-checkout .product-checkout-box {
  margin-bottom: 23px;
}

.single-product-area .product-checkout .product-checkout-features {
  padding: 10px 24px;
  background: #F5F7F6;
  border-radius: 4px;
}

.single-product-area .product-checkout .product-checkout-feature-item {
  position: relative;
  padding: 10px 0;
  padding-left: 33px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #000000;
  box-sizing: border-box;
}

.single-product-area .product-checkout .product-checkout-feature-item > span {
  font-weight: 700;
}

.single-product-area .product-checkout .product-checkout-feature-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  background-position: center;
  background-repeat: no-repeat;
  /* transform: translateY(-50%); */
}

.single-product-area .product-checkout .product-checkout-feature-item br {
  display: none;
}

.single-product-area .product-checkout .product-checkout-feature-item.product-checkout-feature-item_insured::before {
  background-image: url(/static/icons/feature-item-insured.svg?008a6257f907);
}

.single-product-area .product-checkout .product-checkout-feature-item.product-checkout-feature-item_certified::before {
  background-image: url(/static/icons/feature-item-certified.svg?008a6257f907);
}

.single-product-area .product-checkout .product-checkout-feature-item.product-checkout-feature-item_guarantee::before {
  background-image: url(/static/icons/feature-item-guarantee.svg?008a6257f907);
}

.single-product-area .product-checkout .product-checkout-feature-item.product-checkout-feature-item_reseller::before {
  background-image: url(/static/icons/feature-item-reseller.svg?008a6257f907);
}

@media screen and (min-width: 768px) {
  .single-product-area .product-checkout .product-checkout-features {
    display: flex;
    flex-wrap: wrap;
  }

  .single-product-area .product-checkout .product-checkout-feature-item {
    width: 45%;
  }

  .single-product-area .product-checkout .product-checkout-feature-item:nth-child(even) {
    margin-left: 10%;
  }

  .single-product-area .product-checkout .product-checkout-feature-item br {
    display: block;
  }
}

.single-product-area .product-checkout .product-checkout-availability {
  position: relative;
  display: inline-block;
  min-width: 165px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.03em;
  padding: 0 10px 0 35px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  box-sizing: border-box;
}

.single-product-area .product-checkout .product-checkout-availability::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.single-product-area .product-checkout .product-checkout-availability.product-checkout-availability_in-stock {
  background: #E7FFF0;
  color: #0BB14D;
}

.single-product-area .product-checkout .product-checkout-availability.product-checkout-availability_in-stock::before {
  background-image: url(/static/icons/product-checkout-availability-in-stock.svg?008a6257f907);
}

.single-product-area .product-checkout .product-checkout-availability.product-checkout-availability_out-stock {
  background: #FFEFEF;
  color: #F84E4E;
}

/*.single-product-area .product-checkout .product-checkout-availability.product-checkout-availability_out-stock::before {
  background-image: url(/static/icons/product-checkout-availability-out-of-stock.svg?008a6257f907);
}*/

.single-product-area .product-checkout .product-checkout-availability.product-checkout-availability_out-stock {
  padding-left: 10px;
}

.single-product-area .product-checkout .product-checkout-shipping {
  display: flex;
  align-items: center;
  height: 28px;
  line-height: 28px;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
}

.single-product-area .product-checkout .product-checkout-shipping::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background: #58C0F9 url(/static/icons/product-checkout-shipping.svg?008a6257f907) center no-repeat;
  margin-right: 13px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .single-product-area .product-checkout .product-checkout-shipping {
    font-size: 12px;
    line-height: 14px;
  }
}

.single-product-area .add-cart {
  display: inline-block;
}

.single-product-area .add-cart a {
  background: #00c3ff;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.single-product-area .add-cart a:hover {
  background: #096b89;
}

.product-description ul {
  margin: 0;
  padding: 0;
  text-align: left;
  border: 0px;
}

.product-description ul.nav.nav-tabs {
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  border-bottom: 1px solid #ECEDEC;
}

@media screen and (max-width: 768px) {
  .product-description ul.nav.nav-tabs {
    flex-wrap: wrap;
  }
}

.product-description ul.nav.nav-tabs li {
  border: 0px;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #444444;
}

.product-description ul.nav.nav-tabs li:last-child a:after {
  display: none;
}

.product-description ul.nav.nav-tabs li.active {
  background: transparent;
  color: #00c3ff;
  border: 0px;
  border-bottom: 2px solid #00c3ff;
}

.product-description ul.nav.nav-tabs li.active a {
  background: transparent;
  color: #00c3ff;
  border: 0px;
}

.product-description ul.nav.nav-tabs li a {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #444444;
  background: transparent;
  border: 0px;
}

@media screen and (max-width: 768px) {
  .product-description ul.nav.nav-tabs li {
    margin-right: 24px;
    margin-bottom: 12px;
  }

  .product-description ul.nav.nav-tabs li a {
    padding: 0;
  }
}

.product-description ul.nav.nav-tabs li a:hover {
  background: transparent;
  color: #00c3ff;
  border: 0px;
}

.product-description .tab-content {
  padding: 30px 0;
}

.product-description .tab-content .product-rating-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-description .tab-content .product-rating-area ul li {
  display: inline-block;
  margin-right: 0;
  color: #444444;
  font-size: 14px;
}

.product-description .tab-content .product-rating-area ul li i:hover {
  color: #FFCE44;
}

.related-product-area h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.related-product-area h3:after {
  background: #00c3ff;
  bottom: -20px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 60px;
}

.related-product-area .single-product-area {
  margin-left: 30px;
}

.related-product-area .owl-item:first-child .single-product-area {
  margin: 0px;
}

.related-product-area .single-product-store:after {
  background: #e1e1e1 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 45%;
  margin: auto;
  position: absolute;
  top: -39px;
  width: 40%;
}

.related-product-area .single-product-store .product-content {
  margin: 20px 0 0;
}

.related-product-area .single-product-store .product-content h3 {
  margin: 0px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}

.related-product-area .single-product-store .product-content h3:after {
  display: none;
}

.related-product-area .single-product-store .product-content h3 a {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: all 0.5s ease 0s;
}

.related-product-area .single-product-store .product-content h3 a:hover {
  color: #00c3ff;
}

.related-product-area .single-product-store .product-content ul li {
  display: inline-block;
}

.related-product-area .single-product-store .product-content ul li i {
  font-size: 14px;
  color: #f7c51d;
}

.related-product-area .single-product-store .product-content p {
  font-weight: bold;
  color: #00c3ff;
}

.related-product-area .single-product-store .single-product {
  position: relative;
  overflow: hidden;
}

.related-product-area .single-product-store .single-product img {
  width: 100%;
}

.related-product-area .single-product-store .single-product:hover img {
  transform: scale(1.03);
  width: 100%;
}

.related-product-area .single-product-store .single-product:hover .shop-overley {
  opacity: 1;
  transform: scaleY(1);
}

.related-product-area .single-product-store .single-product a {
  display: block;
  position: relative;
  overflow: hidden;
}

.related-product-area .single-product-store .single-product .shop-overley {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease 0s;
  opacity: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 0 0 1;
}

.related-product-area .single-product-store .single-product .shop-overley .social-media-area {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
}

.related-product-area .single-product-store .single-product .shop-overley .social-media-area ul {
  text-align: center;
}

.related-product-area .single-product-store .single-product .shop-overley .social-media-area ul li {
  display: inline-block;
  margin: 5px;
}

.related-product-area .single-product-store .single-product .shop-overley .social-media-area ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s ease 0s;
}

.related-product-area .single-product-store .single-product .shop-overley .social-media-area ul li a:hover {
  background: #00c3ff;
  color: #ffffff;
}

.related-product-area .single-product-store .owl-buttons {
  right: 10px;
  position: absolute;
  top: -60px;
}

.related-product-area .single-product-store .owl-buttons div {
  background: #00c3ff;
  width: 35px;
  height: 35px;
  border-radius: 0;
  opacity: 1;
  margin: 2px;
}

.related-product-area .single-product-store .owl-buttons div:hover {
  background: #000000;
}

.related-product-area .single-product-store .owl-buttons div i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

/* ....................................
22.Single Team Member Start Here 
.......................................*/
.team-member-area {
  padding: 100px 0;
}

.team-member-area .total-teams .single-teams .media a.pull-left {
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  padding-right: 0;
}

.team-member-area .total-teams .single-teams .media a.pull-left:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}

.team-member-area .total-teams .single-teams .media a.pull-left img {
  width: 100%;
}

.team-member-area .total-teams .single-teams .media a.pull-left:hover:after {
  opacity: 1;
}

.team-member-area .total-teams .single-teams .media a.pull-left:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  height: 100%;
  left: 0%;
  opacity: 0;
  position: absolute;
  top: 0%;
  width: 100%;
  transition: all 0.5s ease 0s;
}

.team-member-area .total-teams .single-teams .media .media-body {
  margin: 0;
  padding: 0;
}

.team-member-area .total-teams .single-teams .media .media-body h4.media-heading {
  margin-bottom: 20px;
}

.team-member-area .total-teams .single-teams .media .media-body h4.media-heading a {
  font-weight: 300;
  font-size: 18px;
  color: #444444;
  transition: all 0.5s ease 0s;
  position: relative;
}

.team-member-area .total-teams .single-teams .media .media-body h4.media-heading a:hover {
  color: #00c3ff;
}

.team-member-area .total-teams .single-teams .media .media-body h4.media-heading a:before {
  position: absolute;
  left: 0;
  height: 3px;
  width: 60px;
  content: "";
  background: #00c3ff;
  top: 30px;
}

.team-member-area .total-teams .single-teams .media .media-body span {
  margin-bottom: 10px;
  display: block;
}

.team-member-area .total-teams .single-teams .media .media-body p {
  margin-bottom: 10px;
}

.team-member-area .total-teams .single-teams .media .media-body .see-button {
  display: inline-block;
}

.team-member-area .total-teams .single-teams .media .media-body .see-button a {
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
  display: block;
  position: relative;
  margin-right: -10px;
}

.team-member-area .total-teams .single-teams .media .media-body .see-button a:before {
  position: absolute;
  right: -30px;
  top: 0;
  content: "\f101";
  font-family: fontawesome;
  width: 20px;
  height: 20px;
}

.team-member-area .total-teams .single-teams .media .media-body .see-button a:hover {
  color: #00c3ff;
}

.team-member-area .total-teams .single-teams .media .media-body .social-media ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-top: -10px !important;
  display: block;
}

.team-member-area .total-teams .single-teams .media .media-body .social-media ul li {
  display: inline-block;
  margin: 0 3px;
}

.team-member-area .total-teams .single-teams .media .media-body .social-media ul li a {
  color: #000000;
  border: 1px solid #000000;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 40px;
  display: block;
}

.team-member-area .total-teams .single-teams .media .media-body .social-media ul li a:hover {
  background: #00c3ff;
  border: 1px solid #00c3ff;
  color: #ffffff;
}

.team-member-area .total-teams .owl-controls .owl-pagination .owl-page.active span {
  background: #00c3ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.team-member-area .total-teams .owl-controls .owl-pagination .owl-page span {
  background: #00c3ff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ....................................
23.Portfolio One Start Here 
.......................................*/
#Container .mix {
  display: none;
}

.portfolio-one-area {
  padding: 100px 0;
}

.portfolio-one-area .portfolio-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

.portfolio-one-area .portfolio-menu ul li {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s ease 0s;
  position: relative;
  cursor: pointer;
  border: 1px solid #cccccc;
}

.portfolio-one-area .portfolio-menu ul li:hover {
  color: #00c3ff;
}

.portfolio-one-area .portfolio-menu ul li:hover:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  content: "";
  background: #00c3ff;
  bottom: 0;
  margin: auto;
}

.portfolio-one-area .portfolio-menu ul li.active {
  position: relative;
  color: #00c3ff;
}

.portfolio-one-area .portfolio-menu ul li.active:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  content: "";
  background: #00c3ff;
  bottom: 0;
  margin: auto;
}

.portfolio-one-area .single-portfolio {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}

.portfolio-one-area .single-portfolio:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.portfolio-one-area .single-portfolio .portfolio-image {
  overflow: hidden;
  position: relative;
  height: 250px;
}

.portfolio-one-area .single-portfolio .portfolio-image a {
  display: block;
}

.portfolio-one-area .single-portfolio .portfolio-image a img {
  width: 100%;
  min-height: 250px;
}

.portfolio-one-area .single-portfolio .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}

.portfolio-one-area .single-portfolio .overley .portfolio-details {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-one-area .single-portfolio .overley .portfolio-details h3 {
  margin-bottom: 0px;
}

.portfolio-one-area .single-portfolio .overley .portfolio-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.portfolio-one-area .single-portfolio .overley .portfolio-details h3 a:hover {
  color: #00c3ff;
}

.portfolio-one-area .single-portfolio .overley .portfolio-details span {
  color: #ffffff;
  margin-bottom: 0;
}

/* ....................................
24.Portfolio Details Start Here
.......................................*/
.portfolio-details-area {
  padding: 100px 0;
}

.portfolio-details-area .portfolio-image img {
  width: 100%;
}

.portfolio-details-area .portfolio-image img:hover {
  opacity: .9;
}

.portfolio-details-area .portfolio-informations h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
}

.portfolio-details-area .portfolio-informations h3:after {
  background: #00c3ff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
}

.portfolio-details-area .portfolio-informations ul li {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.portfolio-details-area .portfolio-informations ul li span {
  float: right;
}

.portfolio-details-area .portfolio-informations .visit-project {
  display: inline-block;
  margin: 30px 0;
}

.portfolio-details-area .portfolio-informations .visit-project a {
  background: #00c3ff;
  border: 1px solid #00c3ff;
  color: #ffffff;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  transition: all 0.5s ease 0s;
}

.portfolio-details-area .portfolio-informations .visit-project a:hover {
  background: #096b89;
  border: 1px solid #096b89;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

.portfolio-details-area .project-description h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
}

.portfolio-details-area .project-description h3:after {
  background: #00c3ff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
}

.portfolio-details-area .related-project h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: all 0.5s ease 0s;
}

.portfolio-details-area .related-project h3:after {
  background: #00c3ff;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
}

.portfolio-details-area .related-project .single-portfolio {
  position: relative;
  margin: 3px;
  overflow: hidden;
}

.portfolio-details-area .related-project .single-portfolio:hover .overley {
  opacity: 1;
  transform: scale(1);
}

.portfolio-details-area .related-project .single-portfolio .portfolio-image {
  overflow: hidden;
  position: relative;
  height: 250px;
}

.portfolio-details-area .related-project .single-portfolio .portfolio-image a {
  display: block;
}

.portfolio-details-area .related-project .single-portfolio .portfolio-image a img {
  width: 100%;
  min-height: 250px;
}

.portfolio-details-area .related-project .single-portfolio .overley {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
  opacity: 0;
  transform: scale(0);
  background: rgba(0, 0, 0, 0.8);
}

.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3 {
  margin-bottom: 0px;
}

.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3:after {
  display: none;
}

.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3 a {
  transition: all 0.5s ease 0s;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details h3 a:hover {
  color: #00c3ff;
}

.portfolio-details-area .related-project .single-portfolio .overley .portfolio-details span {
  color: #ffffff;
  margin-bottom: 0;
}

/* ....................................
25. Single Blog Area Start Here 
.......................................*/
.single-blog-area .comments-area h3 {
  font-size: 16px;
  color: #161616;
  margin-bottom: 30px;
  position: relative;
}

.single-blog-area .comments-area h3:after {
  position: absolute;
  top: 30px;
  left: 0;
  background: #00c3ff;
  height: 2px;
  content: "";
  width: 60px;
}

.single-blog-area .comments-area .single-comments-box {
  position: relative;
}

.single-blog-area .comments-area .single-comments-box.second-comments {
  margin-left: 100px;
}

.single-blog-area .comments-area .single-comments-box .reply {
  float: right;
  background: #00c3ff;
  padding: 5px 20px;
  color: #ffffff;
}

/* ....................................
26.Error Page Start Here 
.......................................*/
.error-page-area {
  padding: 100px 0;
}

.error-page-area img {
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}

.error-page-area h3 {
  color: #444444;
  margin-bottom: 60px;
}

.error-page-area h3 span {
  font-weight: 800;
  color: #000000;
  font-size: 36px;
  margin-right: 20px;
}

.error-page-area .go-back {
  display: inline-block;
  margin: 0;
}

.error-page-area .go-back a {
  background: #00c3ff;
  border: 1px solid #00c3ff;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 60px;
  transition: all 0.5s ease 0s;
}

.error-page-area .go-back a:hover {
  background: #096b89;
  border: 1px solid #096b89;
  box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.5);
}

/* ....................................
27.Contact Page Start Here 
.......................................*/
.contact-page-area {
  padding: 100px 0;
}

.contact-page-area .contact-informations h3 {
  text-transform: uppercase;
  font-size: 24px;
  color: #161616;
  margin-bottom: 30px;
  position: relative;
}

.contact-page-area .contact-informations h3:after {
  position: absolute;
  top: 30px;
  left: 0;
  background: #00c3ff;
  height: 2px;
  content: "";
  width: 60px;
}

.contact-page-area .contact-informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-page-area .contact-informations ul li {
  display: block;
  margin-bottom: 10px;
}
.contact-page-area .contact-informations .contact-widget-item {
  display: flex;
  align-items: center;
}


.contact-page-area .contact-informations ul li i {
  font-size: 16px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #cccccc;
}

.contact-page-area .contact-informations ul li .contact-widget-item i {
  border: none;
}

.contact-page-area .contact-form {
  padding: 0px;
}

.contact-page-area .contact-form h3 {
  font-weight: 300;
  font-size: 24px;
  color: #000000;
  position: relative;
}

.contact-page-area .contact-form h3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 40px;
  display: block;
  background: #00c3ff;
  width: 50px;
  height: 3px;
}

.contact-page-area .contact-form .main-contact-form {
  margin-left: -20px;
  padding-top: 20px;
}

.contact-page-area .contact-form .main-contact-form fieldset {
  margin-top: 20px;
}

.contact-page-area .contact-form .main-contact-form fieldset input {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0;
  height: 45px;
  margin-right: 20px;
}

.contact-page-area .contact-form .main-contact-form fieldset input:focus {
  border: 0px;
  box-shadow: none;
}

.contact-page-area .contact-form .main-contact-form fieldset textarea {
  background: #dddddd none repeat scroll 0 0;
  border-radius: 0;
  margin-right: 20px;
}

.contact-page-area .contact-form .main-contact-form fieldset textarea:focus {
  border: 0px;
  box-shadow: none;
}

.contact-page-area .contact-form .main-contact-form fieldset .btn-send {
  background: #00c3ff;
  border: 0 none;
  color: #ffffff;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 45px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.contact-page-area .contact-form .main-contact-form fieldset .btn-send[disabled] {
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
}

.contact-page-area .contact-form .main-contact-form fieldset .btn-send:hover {
  background: #096b89;
}

.contact-page-area .contact-form .main-contact-form fieldset .vertical-medium {
  display: flex;
  height: 56px;
  align-items: center;
}

.contact-page-area .gmap-area {
  height: 500px;
  width: 100%;
}

/*--------------------  
//28.cart page area section
--------------------*/
.cart-page-area {
  padding: 80px 0;
  overflow: hidden;
}

.cart-page-area .notice p {
  background: #00c3ff;
  color: #ffffff;
}

.cart-page-area .cart-footer {

}

.cart-page-area .cart-footer > .row {

}

.cart-page-area .cart-button-area {
  text-align: right;
  margin: 50px 0 20px;
}

.cart-page-area .cart-button-area .form-group input {
  height: 50px;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
  box-shadow: none;
}

.cart-page-area .cart-button-area .btn-primary {
  height: 50px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  line-height: 33px;
  background: #00c3ff;
}

.cart-page-area .cart-button-area .question {
  margin-left: 10px;
}

.cart-page-area .cart-button-area .question i {
  font-size: 20px;
}

.cart-page-area .cart-button-area .button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
}

.cart-page-area .cart-button-area .button + .button {
  margin-top: 12px;
}

.cart-page-area .cart-button-area .button.button_checkout {
  background: #00c3ff;
  color: #ffffff;
  border: 1px solid #00c3ff;
}

.cart-page-area .cart-button-area .button.button_checkout:hover {
  background: #096b89;
  color: #ffffff;
  border: 1px solid #096b89;
}

.cart-page-area .cart-button-area .button.button_back {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
}

.cart-page-area .cart-button-area .button.button_back:hover {
  background: transparent;
  color: #00c3ff;
  border-color: #00c3ff;
}

.cart-message-buttons {
  display: flex;
  justify-content: space-between;
}

.cart-message-buttons a.btn {
  background: #00c3ff;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding: 7px 15px;
  border-width: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: all 0.5s ease 0s;
}

.cart-message-buttons a.btn:hover {
  background: #096b89;
}

/*--------------------  
//29.checkout page area section
--------------------*/
.checkout-page-area {
  padding: 80px 0;
}

.checkout-page-area .notice p {
  padding: 10px;
  background: #00c3ff;
  border-radius: 3px;
  color: #ffffff;
}

.checkout-page-area .notice p span {
  color: #000;
  margin-right: 10px;
}

.checkout-page-area .notice p i {
  color: #ffffff;
  margin-right: 10px;
}

.checkout-page-area .billing-details {
  margin-bottom: 40px;
}

.checkout-page-area .billing-details h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-right: 15px;
  font-family: 'Lato', sans-serif;
  margin: 0 0 20px;
}

.checkout-page-area .billing-details h3 i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 3px;
  background: #00c3ff;
  text-align: center;
}

.checkout-page-area .billing-details .nice-select {
  width: 100%;
  line-height: 1.5;
}

.checkout-page-area .billing-details .nice-select .list {
  width: 100%;
}

.checkout-page-area .billing-details form label {
  font-weight: 600;
  color: #000000 !important;
}

.checkout-page-area .billing-details form .form-control {
  height: 40px;
  border-radius: 3px;
  margin: 10px 0;
}

.checkout-page-area .billing-details form .form-control.address-box {
  height: auto !important;
}

.checkout-page-area .billing-details form .checkbox label {
  padding-left: 27px;
}

.checkout-page-area .billing-details form .checkbox input[type="checkbox"] {
  top: 5px;
}

.checkout-page-area .billing-details form .checkbox input[type="checkbox"]:after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  width: 20px;
  height: 20px;
  background: #00c3ff;
  font-family: fontawesome;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  content: "\f00c";
}

.checkout-page-area .table {
  border-bottom: 1px solid #eeeeee;
}

.checkout-page-area .transfer-sources {
  padding: 0 15px;
}

.checkout-page-area .transfer-sources form .col-sm-12 {
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 15px 0;
}

.checkout-page-area .transfer-sources form .col-sm-12 img {
  position: absolute;
  top: -15px;
  right: 0;
}

.checkout-page-area .transfer-sources form .col-sm-12:first-child,
.checkout-page-area .transfer-sources form .col-sm-12:last-child {
  border: none;
}

.checkout-page-area .transfer-sources form .radio-inline input[type="radio"] {
  top: 5px;
}

.checkout-page-area .transfer-sources .info p {
  background: #ededed;
  padding: 10px;
}

.checkout-page-area .transfer-sources .update {
  height: 50px;
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  border: 1px solid #00c3ff;
  transition: all 0.5s ease 0s;
  padding: 15px 30px;
  text-transform: uppercase;
}

.checkout-page-area .transfer-sources .update:hover {
  background: #000;
  color: #ffffff;
  border: 1px solid #000;
}

.checkout-page-area .cart-button-area .button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
}


.checkout-page-area .cart-button-area .button.button_submit {
  background: #00c3ff;
  color: #ffffff;
  border: 1px solid #00c3ff;
}

.checkout-page-area .cart-button-area .button.button_submit:hover {
  background: #096b89;
  color: #ffffff;
  border: 1px solid #096b89;
}

.checkout-page-area .cart-button-area .button.button_submit[disabled] {
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

.checkout-page-area .cart-privacy {
  margin-top: 20px;
}

/*--------------------  
//30.account page area section
--------------------*/
.account-page-area {
  padding: 100px 0;
}

.account-page-area .notice p {
  padding: 10px;
  background: #00c3ff;
  border-radius: 3px;
  color: #ffffff;
}

.account-page-area .notice p span {
  color: #000;
  margin-right: 10px;
}

.account-page-area .notice p i {
  color: #ffffff;
  margin-right: 10px;
}

.account-page-area .col-sm-12 {
  margin: 0;
}

.account-page-area .col-sm-12 .account {
  padding: 30px 0;
  border-bottom: 1px solid #ecf0f1;
}

.account-page-area .col-sm-12 .account form {
  margin-top: 60px;
}

.account-page-area .col-sm-12 .account form label {
  font-weight: 600;
  color: #000000 !important;
}

.account-page-area .col-sm-12 .account form .form-control {
  height: 40px;
  border-radius: 5px;
  margin: 10px 0;
  margin-bottom: 15px;
}

.account-page-area .col-sm-12 .account form .form-control.address-box {
  height: auto !important;
}

.account-page-area .col-sm-12 .account form .checkbox label {
  padding-left: 27px;
}

.account-page-area .col-sm-12 .account form .checkbox input[type="checkbox"] {
  top: 5px;
}

.account-page-area .col-sm-12 .account form .checkbox input[type="checkbox"]:after {
  position: absolute;
  top: -5px;
  left: -5px;
  content: "";
  width: 20px;
  height: 20px;
  background: #00c3ff;
  font-family: fontawesome;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
}

.account-page-area .col-sm-12 .account form .checkbox input[type="checkbox"]:checked:after {
  content: "\f00c";
}

.account-page-area .col-sm-12 .account form .update {
  margin-top: 20px;
  height: 50px;
  padding: 10px;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  border: 1px solid #000000;
  transition: all 0.5s ease 0s;
  background: #000;
  font-weight: 800;
  padding: 15px 30px;
}

.account-page-area .col-sm-12 .account form .update:hover {
  background: #00c3ff;
  color: #ffffff;
  border: 1px solid #00c3ff;
}

.account-page-area .account-info {
  padding: 30px 0 0;
}

.account-page-area .account-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account-page-area .account-info ul li {
  display: inline-block;
  margin-right: 20px;
}

.account-page-area .account-info ul li a {
  color: #a1b1bc;
  font-weight: 400;
  transition: all 0.5s ease 0s;
}

.account-page-area .account-info ul li a:hover {
  color: #00c3ff;
}

.account-page-area .account-info ul li a i {
  margin-right: 10px;
}


.modal_backdrop {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: #111;
  top: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal_window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 0px;
  z-index: 20;
  display: none;
  }
  .modal_window.active {
    display: block; }
  .modal_window.js-active {
    position: absolute;
  }
  @media only screen and (max-width: 452px) {
    .modal_window {
      width: 100%;
      left: 0; } }

.modal_window-content {
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
  width: 450px;
  left: -225px;
  background: #f9f9f9;
  z-index: 20;
  transition: margin-top 200ms ease-in-out;
  padding: 30px;
  min-height: 55px;
  border-top: 3px solid #00c3ff;
  box-shadow: 0 0 7px 0 rgba(17, 17, 17, 0.6);
  /* top: 50%; */
  transform: translateY(-50%);
}
  @media only screen and (max-width: 452px) {
    .modal_window-content {
      left: 0;
      width: 100%;
      border-radius: 0; } }

h3.modal_window-title {
  box-sizing: border-box;
  height: 25px;
  font-size: 22px;
  line-height: 1.136;
  margin-top: 0;
  padding-right: 25px;
  margin-bottom: 30px; }

a.modal_window-close {
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: none;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 1.92308;
  text-align: center;
  font-family: "FontAwesome";
  color: #f9f9f9;
  background-color: #00c3ff;
  border-color: #00c3ff; }
  a.modal_window-close:focus, a.modal_window-close.focus {
    color: #f9f9f9;
    background-color: #096b89;
    border-color: #096b89; }
  a.modal_window-close:hover {
    color: #f9f9f9;
    background-color: #096b89;
    border-color: #096b89; }
  a.modal_window-close:active, a.modal_window-close.active, .open > a.modal_window-close.dropdown-toggle {
    color: #f9f9f9;
    background-color: #096b89;
    border-color: #096b89; }
    a.modal_window-close:active:hover, a.modal_window-close:active:focus, a.modal_window-close:active.focus, a.modal_window-close.active:hover, a.modal_window-close.active:focus, a.modal_window-close.active.focus, .open > a.modal_window-close.dropdown-toggle:hover, .open > a.modal_window-close.dropdown-toggle:focus, .open > a.modal_window-close.dropdown-toggle.focus {
      color: #f9f9f9;
      background-color: #096b89;
      border-color: #096b89; }
  a.modal_window-close:active, a.modal_window-close.active, .open > a.modal_window-close.dropdown-toggle {
    background-image: none; }
  a.modal_window-close.disabled:hover, a.modal_window-close.disabled:focus, a.modal_window-close.disabled.focus, a.modal_window-close[disabled]:hover, a.modal_window-close[disabled]:focus, a.modal_window-close[disabled].focus, fieldset[disabled] a.modal_window-close:hover, fieldset[disabled] a.modal_window-close:focus, fieldset[disabled] a.modal_window-close.focus {
    background-color: #00c3ff;
    border-color: #00c3ff; }
  a.modal_window-close .badge {
    color: #00c3ff;
    background-color: #f9f9f9; }
  a.modal_window-close:after {
    content: "\f00d"; }


.product_grid--image {
  width: 100%;
  height: 356px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product_compare img{
  max-height: 200px;
}

a.login_register_widget--badge  {
  color: #fff;
  padding-right: 10px;
}

.header-login-cart {
  display: flex;
  justify-content: center;
}

a.login_register_widget--badge img {
  margin-top: -2px;
}

a.cart_widget {
  position: relative;
}

a.cart_widget i {
  color: #fff;
  border-radius: 100%;
  line-height: 1.43;
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 0px;
  background: #00c3ff;
  margin-right: -26px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-style: normal;
}

input.custom-number-input::-webkit-outer-spin-button,
input.custom-number-input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number].custom-number-input {
    -moz-appearance:textfield; /* Firefox */
}

.form-control.js-product-size{
  font-weight: 300;
}

.owl-carousel {
  touch-action: manipulation; 
}

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

@media (min-width: 768px) {
  .hide_on-desktop {
    display: none;
  }
}

/*--------------------  
//31.sticky whatsapp
--------------------*/

.sticky-telegram {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
	width: 72px;
	height: 72px;
}

.sticky-telegram__icon {
	display: block;
	width: 72px;
	padding-top: 72px;
	background: url('/static/images/telegram-logo.svg?a3075cbc2997') top 50% left 40% no-repeat, linear-gradient(to right top, #2AABEE, #229ED9);
	background-size: 50% auto, 100% 100%;
  border-radius: 50%;
	transition: all 0.2s ease;
  cursor: pointer;
	animation: pulse 5s linear infinite;
}

.sticky-telegram__icon::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate3d(0, -50%, 0);
	width: 0;
	height: 0;
	pointer-events: none;
	border: 6px solid transparent;
	border-left-color: rgba(68, 74, 82, 0.9);
	margin-right: -12px;
	opacity: 0;
	transition: all 0.2s ease;
}

.sticky-telegram__icon::after {
	content: attr(data-tooltip);
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate3d(0, -50%, 0);
	padding: 5px 20px;
	background: rgba(68, 74, 82, 0.9);
	color: white;
	font-size: 16px;
	white-space: nowrap;
	width: auto;
	border-radius: 8px;
	pointer-events: none;
	opacity: 0;
	transition: all 0.2s ease;
}

.sticky-telegram__icon:hover {
  transform: scale(1);
  animation: none;
}

.sticky-telegram__icon:hover::before,
.sticky-telegram__icon:hover::after{
	transform: translate3d(-15px, -50%, 0);
	opacity: 1;
}

.sticky-telegram.sticky-telegram_active .sticky-telegram__icon {
  transform: scale(1);
  animation: none;
}

.sticky-telegram.sticky-telegram_active .sticky-telegram__icon::before,
.sticky-telegram.sticky-telegram_active .sticky-telegram__icon::after{
	opacity: 0;
}

.sticky-telegram__dropdown {
  position: absolute;
  right: 100%;
  bottom: 4px;
  width: 300px;
  padding: 8px;
  background: rgba(68, 74, 82, 0.9);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.sticky-telegram.sticky-telegram_active .sticky-telegram__dropdown {
  transform: translate3d(-15px, 0, 0);
	opacity: 1;
  pointer-events: all;
}

.sticky-telegram__dropdown::before {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
  bottom: 21px;
	transform: translate3d(0, -50%, 0);
	width: 0;
	height: 0;
	pointer-events: none;
	border: 6px solid transparent;
	border-left-color: rgba(68, 74, 82, 0.9);
	margin-right: -12px;
	transition: all 0.2s ease;
}

.sticky-telegram__button {
  display: flex;
  align-items: center;
  justify-content: center;
	width: 100%;
	height: auto;
	/* border: 1px solid transparent; */
  border-radius: 8px;
  height: 52px;
  font: bold 16px Arial;
  text-align: center;
  box-shadow: inset 0 -10px 20px -5px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease;
}

.sticky-telegram__button > span {
  display: block;
  line-height: 0.9;
}

.sticky-telegram__button small {
  font-size: 80%;
  opacity: 0.6;
  line-height: 1;
  font-weight: 300;
}

.sticky-telegram__button.sticky-telegram__button_green {
  background: #52ce5e;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.sticky-telegram__button.sticky-telegram__button_green:hover {
  background: #24b43a;
  color: white;
}

.sticky-telegram__button.sticky-telegram__button_white {
  background: white;
  color: #52ce5e;
}

.sticky-telegram__button.sticky-telegram__button_white small {
  color: #909090;
}

.sticky-telegram__button.sticky-telegram__button_white:hover {
  background: white;
  color: #24b43a;
}

.sticky-telegram__button + .sticky-telegram__button {
  margin-top: 8px;
}


@media screen and (max-width: 720px) {
  .sticky-telegram {
    position: relative;
  }

  .sticky-telegram__icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
  }

  .sticky-telegram__dropdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transform: none;
    width: 100%;
    margin: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    border-radius: 15px 15px 0 0;
    transform: translate3d(0, 20px, 0);
    padding: 16px;
  }

  .sticky-telegram.sticky-telegram_active .sticky-telegram__dropdown {
    transform: translate3d(0, 0, 0);
  }

  .sticky-telegram__button {
    height: 62px;
    border-radius: 12px;
    font-size: 18px;
  }

  .sticky-telegram__button + .sticky-telegram__button {
    margin-top: 12px;
  }
}


@keyframes pulse {
	0% {
		transform: scale(0.9);
	}

	25% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(0.9);
	}

	75% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

.sizes-custom-dropdown {
  position: relative;
  height: 34px;
}

.sizes-custom-dropdown__handler {
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 300;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  cursor: pointer;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.sizes-custom-dropdown.sizes-custom-dropdown_active .sizes-custom-dropdown__handler {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.sizes-custom-dropdown__handler::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #555555;
  border-left: 2px solid #555555;
  transform: rotate(-135deg);
}

.sizes-custom-dropdown__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 100%;
  margin-top: 3px;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  pointer-events: none;
  transition: all 0.15s ease;
}

.sizes-custom-dropdown.sizes-custom-dropdown_active .sizes-custom-dropdown__dropdown {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: all;
}

.sizes-custom-dropdown__list {
  padding: 0;
}

.sizes-custom-dropdown__group {
  
}

.sizes-custom-dropdown__group::after {
  content: "";
  display: block;
  width: auto;
  margin: 4px 8px;
  height: 1px;
  background: #e8e8e8;
}

.sizes-custom-dropdown__group:last-child::after {
  display: none;
}

.sizes-custom-dropdown__label {
  display: block;
  padding: 2px 16px;
  margin: 0;
  cursor: pointer;
}

.sizes-custom-dropdown__label:hover {
  background: rgba(0, 195, 255, 0.1);
}

.sizes-custom-dropdown__radio {
  display: none;
}

.sizes-custom-dropdown__title {
  position: relative;
  font-weight: 300;
  padding-left: 20px;
}

.sizes-custom-dropdown__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 7px;
  height: 10px;
  border-bottom: 2px solid rgba(0, 195, 255, 1);
  border-right: 2px solid rgba(0, 195, 255, 1);
  transform: rotate(45deg);
  opacity: 0;
}

.sizes-custom-dropdown__radio:checked + .sizes-custom-dropdown__title {
  color: rgba(0, 195, 255, 1);
  font-weight: 600;
}

.sizes-custom-dropdown__radio:checked + .sizes-custom-dropdown__title::before {
  opacity: 1;
}

/*--------------------  
//32.products table
--------------------*/

.table-products-wrapper {

}

@media (max-width: 767px) {
  .table-products-wrapper {
    overflow-x: scroll;
    padding: 0 15px;
    margin: 0 -15px 30px;
  }
}

.table.table-products {
  border-bottom: 1px solid #ecf0f1;
  min-width: 550px;
}

.table.table-products thead {
  background: #f8f8fa;
}

.table.table-products thead tr th {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #000000 !important;
  padding: 12px 15px !important;
  font-family: 'Lato', sans-serif;
}

@media (max-width: 767px) {
  .table.table-products thead tr th {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }
}

.table.table-products tbody tr td {
  padding: 15px 15px !important;
  vertical-align: middle;
  color: #000;
}

@media (max-width: 767px) {
  .table.table-products tbody tr td {
    padding: 5px 5px !important;
  }
}

.table.table-products tbody tr td.cart-product {
  width: 350px;
  max-width: 100%;
}

.table.table-products tbody tr td.cart-product .cart-thumbnail {

}

.table.table-products tbody tr td.cart-product .cart-thumbnail > img {
  width: auto;
  height: auto;
  max-width: 76px;
  max-height: 100px;
}

.table.table-products tbody tr td .cart-product-params {
  padding: 0 5px;
}

@media (max-width: 767px) {
  .table.table-products tbody tr td .cart-product-params {
    font-size: 12px;
  }
}

.table.table-products tbody tr td .cart-param-row {
  display: flex;
}

.table.table-products tbody tr td .cart-param-title {
  color: #b0b0b0;
}

.table.table-products tbody tr td .cart-param-value {
  margin-left: 4px;
}

.table.table-products tbody tr td.cart-quantity {

}

.table.table-products tbody tr td .cart-product-title {
  padding: 0 5px;
  margin-bottom: 5px;
}

.table.table-products tbody tr td .cart-product-title a {
  display: inline-block;
  color: #000;
  transition: all 0.5s ease 0s;
  font-weight: 300;
}

.table.table-products tbody tr td .cart-product-title a:hover {
  color: #00c3ff;
}

.table.table-products tbody tr td i {
  color: #00c3ff;
}

.table.table-products .cart-quantity-widget {
  width: 103px;
}

.table.table-products .cart-quantity-widget .form-control.input-number {
  border-width: 0 !important;
  box-shadow: none;
  padding: 0;
  width: 43px;
  line-height: 43px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 !important;
}

.table.table-products .cart-quantity-widget .input-group-btn > .btn{
  background: rgba(33, 196, 252, 0.20);
  border-width: 0 !important;
  padding: 0 !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
}

.table.table-products tbody tr td.cart-quantity .cart-remove-item-wrapper {
  margin-top: 38px;
  width: 103px;
  text-align: center;
}

.table.table-products tbody tr td.cart-quantity .cart-remove-item {
  color: #00A5CF;
  text-decoration: none;
  border-bottom: 1px solid #00A5CF88;
  margin: 0;
}

.table.table-products tbody tr .price {
  white-space: nowrap;
  font-weight: 800;
  color: black;
}


/*--------------------  
//33.cart box
--------------------*/

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

.cart-box:last-child {
  margin-bottom: 0;
}

.cart-box-title {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-right: 12px;
  font-family: 'Lato', sans-serif;
  margin: 0 0 20px 0;
}

.cart-box-title::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  margin-top: 15px;
  background: #00c3ff;
}

.cart-sticky-aside {
  position: sticky;
  top: 80px;
}

/*--------------------  
//34.cart-total-table
--------------------*/

.cart-total-table {
  width: 100%;
}

.cart-total-table tr {

}

.cart-total-table td {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
}

.cart-total-table td:first-child {
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  /* font-weight: 100; */
}

.cart-total-table td:last-child {
  text-align: right;
  font-weight: 700;
}

.cart-total-table tr.summary td {
  font-size: 20px;
  color: black !important;
}

.form-control.error::placeholder {
  color: red;
}

.form-control:focus::placeholder {
  color: transparent !important;
}

.promo-code {
  position: relative;
  right: 0;
}
.promo-code__body {
  display: flex;
  width: 100%;
}
.promo-code .promo-code__input {
  flex: 1 1 auto;
  border: solid 1px #00c3ff;
  border-radius: 4px 0px 0px 4px;
  font-weight: 400;
}
.promo-code .promo-code__button {
  border: solid 1px #00c3ff;
  border-radius: 0px 4px 4px 0px;
  background: #00c3ff;
  color: #fff;
}

.promo-code .promo-code__input:read-only {
  border: solid 1px #e3e3e3;
  background-color: #e3e3e3;
  font-weight: 400;
}
.promo-code .promo-code__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.promo-code .promo-code__mess{
  font-size: 12px;
  text-align: start;
  font-weight: 400;
  line-height: normal;
}

.privacy-row {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  position: relative;
  padding-left: 28px;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.privacy-row > input {
  display: none;
}

.privacy-row > input + div::before,
.privacy-row > input + div::after {
  content: "";
  display: block;
  position: absolute;
}

.privacy-row > input + div::before {
  background-color: #f5f5f5;
  border-radius: 4px;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.privacy-row.privacy-row_on-grey > input + div::before {
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.075);
}

.privacy-row > input + div::after {
  width: 10px;
  height: 7px;
  top: 4px;
  left: 4px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  opacity: 0;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

.privacy-row > input:checked + div::before {
  background: #00c3ff;
  border-color: #00c3ff;
  box-shadow: none;
}

.privacy-row > input:checked + div::after {
  opacity: 1;
}