/*
Theme Name: Busicare
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/busicare
Author: SpiceThemes 
Created by: Rajkamal (Scientech IT)
Copyright (c) 2019 Busicare
Date: 04 November 2019
http://www.spicethemes.com
Name: style.css
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Common
2.0 Forms
3.0 Buttons
4.0 Lists
5.0 Tables
6.0 Links
7.0 Header Contact Details
8.0 Social Icons
9.0 Woocommerce Header Cart
10.0 Main Slider
11.0 Next Preview Button
12.0 Cta Section
13.0 Section Module
14.0 Section Header
15.0 Mixed Classes
16.0 Service Section
17.0 Cta-2 Section
18.0 Portfolio Section
19.0 Funfact Section
20.0 Blog Section
 20.1 Blog Meta
 20.2 Blog Sidebar
 20.3 Blog list View
21.0 Testimonial Section
22.0 Shop and product section
23.0 Gallery Section
24.0 Team member Section
25.0 Sponsors Section
26.0 Footer Sidebar Section 
27.0 Pagination
28.0 Aboutus Page
29.0 Contact  
30.0 404 ERROR PAGE
31.0 Page Scroll Up
32.0 Search Box
33.0 Header Variations
34.0 Sticky Variations
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
html { font-size: 1rem; }
@media (min-width: 768px) and (max-width: 991px) {
    html { font-size: 0.875rem; }
}
@media (min-width: 200px) and (max-width: 768px) {
    html { font-size: 0.75rem; }
}
body,
button,
input,
select,
textarea {
    color: #1c314c;
    font-family: "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    line-height: 1.875;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3,
h4, h5, h6 {
    clear: both;
    line-height: 1.5;
    margin: 0 0 1.875rem;
    color: #1c314c;
    font-weight: 700;
}

h1 { font-size: 2.250rem; /* 36px */ }
h2 { font-size: 1.875rem; /* 30px */ }
h3 { font-size: 1.500rem; /* 24px */ }
h4 { font-size: 1.250rem; /* 20px */ }
h5 { font-size: 1.000rem; /* 16px */ }
h6 { font-size: 0.875rem; /* 14px */ }
.dark p{color: #999999;}
p { margin: 0 0 1.6rem; padding: 0;font-size: 0.938rem; color:#777777;}
p:last-child { margin-bottom: 0rem; padding: 0; }

dfn, cite, em, i { font-style: italic; }

blockquote {
    font-size: 1.500rem;
    font-style: normal;
    margin: 0 0 1.563rem;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    quotes: "" "";
    color: #1c314c;
    font-weight: 600;
    border-left: 3px solid #22a2c4;
  /*background-color: #ce1b28;*/
}

blockquote cite { color: #a5a5a5; font-size: 1.000rem; display: block; font-style: normal; font-weight: 400; margin-top: 0.5em; }

q { quotes: "“" "”" "‘" "’"; }

blockquote:before, blockquote:after { content: ""; }

:focus {
    outline: thin dotted;
}

address { margin: 0 0 1.5em; }

pre {
    background: #eee;
    font-size: 1.000rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

hr { background-color: #bbb; border: 0; height: 1px; margin-bottom: 1.5em; }

code, kbd, tt, var { font-size: 1.000rem; }

abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }

mark, ins { background: #eee; text-decoration: none; }

big { font-size: 125%; }

iframe { border: 0; }

#wrapper { background-color: #f8f8f8; margin: 0px auto; }
 .title span {
 /* color: #22a2c4;*/
}

.sticky{}
cite{ font-style: italic !important; }
.bypostauthor{}
#attachment_907 { width: 100% !important; }
.alignnone img{ display: block; height: auto; width: 99%; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright{ margin-left: 30px; float: right;}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; width: 100%; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption{
  clear: left;
    font-style: italic;
    line-height: 1.5em;
    margin: 0.75em 0;
    text-align: center;
}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption p.wp-caption-text { 
  font-size: 14px;
  margin: 12px 0;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
}
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.gallery .gallery-icon img { 
  height: auto;
  max-width: 90%;
  padding: 0;
  border: 5px solid #fff !important;
  -moz-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
  -webkit-box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
  box-shadow: 0 0 5px 2px rgba(33, 28, 28, .3);
}
.gallery-item .gallery-caption, .hc_service_column .gallery-item .gallery-caption {
  font-size: 14px;
  margin: 12px 0;
  text-align: center;
  font-style: italic;
  line-height: 1.5em;
}
a:hover {color: #22a2c4;}
.entry-meta a:hover {color: #22a2c4;}
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
@media screen and (min-width: 30rem){
  img.alignleft { float: left; margin-right: 20px; }
}
.alignleft { display: inline; float: left; margin-right: 20px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
fieldset {
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    margin: 0 2px;
    padding: 0.35rem 0.950rem 0.75rem;
}
fieldset p { margin: 0px 0 20px; }
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.500rem;
  color: #0f0f16;
  font-weight: 600;
  display: table;
  max-width: 100%;
  border-bottom: none;
  width: auto;
  padding: 0;
  white-space: normal;
}

dl dd a, dl dd a:hover, dl dd a:focus, ul li a:focus { color: #22a2c4; }

/*--------------------------------------------------------------
2.0 Forms
--------------------------------------------------------------*/

label { color: #21202e;display: block;font-weight: 500;margin-bottom: 0.5em;font-size: 1rem; }
fieldset { margin-bottom: 1em; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #1c314c;
    background: #eeeeee;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #1c314c;
    border-color: #1c314c;
}
select {
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 3em;
    max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
    font-weight: 400;
}
.form-submit input[type="submit"]{
   /* margin: 20px;*/
}
button,
input[type="button"],
input[type="submit"] {
    /*background-color: #22a2c4;*/
    border: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1;
    padding: 1rem 2.188rem;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
    padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
    background-color: #ddd;
    color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.widget.widget_block .wp-block-search .wp-block-search__button:hover,
.widget.widget_block .wp-block-search .wp-block-search__button:focus {
    background: #1c314c;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
    background: #bbb;
}

/* Placeholder text color */
::-webkit-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }


/*===================================================================================
3.0 BUTTONS
===================================================================================*/

.btn-small {
    min-width: 8.5rem;
    font-size: 0.938rem;
    padding: 0.688rem;
}
.btn-ex-small { min-width: 9rem; font-size: 1.000rem; padding: 0.563rem 2.188rem; }
.btn-small, .btn-ex-small {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    letter-spacing: 0;
    border-radius: 0;
    text-align: center;
    transition: .3s;
    font-weight: 600;
}
.btn-default:focus,.btn-light:focus,.btn-border:focus{outline: thin dotted;}
/*.btn-default { background: #22a2c4; color: #ffffff;border: 1px solid #22a2c4; }*/
.btn-default:hover, .btn-default:focus { background: #ffffff; color: #1c314c; border: 1px solid #ffffff; }

.btn-light { background: transparent;color: #fff;border: 1px solid #ffffff; }
/*.btn-light:hover, .btn-light:focus { background: #22a2c4; color: #ffffff;border: 1px solid #22a2c4; }
*/
/*.btn-default-dark { background: #22a2c4; color: #ffffff; }*/
.btn-default-dark:hover, .btn-default-dark:focus { background: #1c314c; color: #fff; }

/*.btn-border { background: #ffffff; color: #1c314c; border: 2px solid #22a2c4; }
.btn-border:hover, .btn-border:focus { color: #ffffff; border: 2px solid #22a2c4;}
*/


/*--------------------------------------------------------------
4.0 Lists
--------------------------------------------------------------*/

ul, ol { margin: 0 0 1.5em 1.125em; padding: 0; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }
dt { font-weight: 700; }
dd { margin: 0 1.5em 1.5em; }
/*ul, ol { font-weight: normal; margin: 20px 0 0; }
ul > li, ol > li { margin: 0; padding: 4px 0; }
ul, ol { padding: 0 0 0 20px; }*/

/*--------------------------------------------------------------
5.0 Tables
--------------------------------------------------------------*/

table { border-collapse: collapse; margin: 0 0 1.5em; width: 100%; word-wrap: break-word; }
thead th { border-bottom: 2px solid #bbb; padding-bottom: 0.5em; }
th { padding: 0.4em; text-align: left; }
tr { border-bottom: 1px solid #eee; }
td { padding: 0.4em; }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; }

/*--------------------------------------------------------------
6.0 Links
--------------------------------------------------------------*/

a { color: #1c314c; text-decoration: none !important; transition: 0.3s; }
a:focus { outline: thin dotted; text-decoration: none !important; color: #22a2c4; }

/*==================================================================================
7.0 HEADER CONTACT DETAILS
===================================================================================*/
.navbar-light h2{margin: 0; padding-bottom: 0;font-size: 2.250rem;}
.header-sidebar {
    background: #21202e;
    padding: 0;
    min-height: 2.813rem;
}
.head-contact-info {
    padding: 0.438rem 0 0.438rem;
    margin: 0px;
    display: block;
}
.head-contact-info li {
    display: inline-block;
    margin: 0rem;
    padding-left: 1.125rem;
    color: #ffffff;
    font-size: 0.938rem;
    position: relative;
}
.head-contact-info li:last-child { padding-right: 0; }
.head-contact-info li a, .head-contact-info li a:hover, .head-contact-info li a:focus { color: #ffffff; }
.head-contact-info i { padding-right: 0.625rem; padding-left: 0.063rem; }

@media (max-width: 991px) { 
    .header-sidebar { padding: 0.875rem 0; }
    .head-contact-info li { margin: 0 0 0.625rem; }
  .address-info { text-align: center; }
    .footer-sidebar .custom-social-icons { text-align: left; }
    .custom-social-icons li { padding: 0; }
}
@media (max-width: 991px) { 
.header-sidebar .widget{text-align: center;}
.dropdown-menu {border:unset;}
.navbar-collapse  ul,.navbar-collapse  ol {
    margin: 1.5em 0em 1.5em 1.125em;
 }
}
.footer-sidebar ul {
    list-style: none;
    margin: 0;
}
@media (max-width: 500px) { 
    .head-contact-info li { display: block; padding-right: 0; }
    .head-contact-info li::after { display: none; }
}
/*===================================================================================
8.0 SOCIAL ICONS
/*===================================================================================*/

.custom-social-icons { margin: 0; padding: 0; }
@media (min-width: 991px){
.header-sidebar .widget .custom-social-icons {
    float: left;
    padding-right: 1.188rem;
}}
.widget .address-info i {
    padding-right: 0.625rem;
    padding-left: 0.063rem;
}
.custom-social-icons li { display: inline-block;padding: 0.438rem 0.1rem;}
.custom-social-icons li > a:hover, 
/*.custom-social-icons li > a:focus {background-color: #22a2c4;color:#fff;}*/
/*.custom-social-icons li > a:before { display: none; }*/
.custom-social-icons li > a {
    font-size: 0.838rem;
    line-height: 2.3;
    transition: all 0.3s;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: none;
    /*color: #22a2c4;*/
    margin: 0;
    padding: 0;
    text-align: center;
    /*background-color: #ffffff;*/
    height: 1.75rem;
    width: 1.75rem;
}
.contact .custom-social-icons li > a {
    background-color: #eeeeee;
    }
/*   .contact .custom-social-icons li > a:hover, .contact .custom-social-icons li > a:focus {
    background-color: #22a2c4;
}*/
@media (max-width: 1200px){
.contact-form-map .row{
  margin-right: 0;
   margin-left: 0; 
}}
.custom-social-icons li a i { padding: 0; }
.widget em {
    font-style: normal;
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-size: 0.938rem;
    position: relative;
    padding: 0.413rem 0 0.313rem;
}
@media (min-width: 991px){
.widget em {
    float: right;
 }
}
/*===================================================================================
9.0 Woocommerce Header Cart
===================================================================================*/
.header-module {
    padding-left: 0rem;
    padding-top: 8px;
}
.six .header-module {
    padding-left: 0rem;
    padding-top: 12px;
}
.nav-search {
    margin-right: 0rem;
    display: inline-block;
    line-height: 1rem;
    position: relative;
    top: 0px;
    padding-right: 1.25rem;
}
.search-box-outer .sub-arrow{display: none;}
.navbar .search-box-outer .dropdown-menu {
    top: 2.938rem;
    left: auto;
    right: 0rem;
    padding: 0rem;
    width: 20.25rem;
    border-radius: 0px;
    border: 0;
    /*border-top: solid 1px #1c41df;*/
    margin: 0px;
    background-color: #fff !important;
}
.cart-header {
    position: relative;
    /*background-color: #22a2c4;*/
    padding: 0 0.875rem;
    display: inline-block;
}
.cart-header > a.cart-icon {
    -wekbit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #fff;
    padding: 0;
}
.navbar .nav .nav-item .cart-header > a:focus {color:#fff;}
.cart-header > a .cart-total {
    /*background: #22a2c4;*/
    font-size: 0.875rem;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    padding: 1px;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -wekbit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 991px) {
  .cart-header {
    border-left: none;
    margin-top: 0.938rem;
    margin-bottom: 0.938rem;
  }
}

/*===================================================================================
10.0    Main Slider - Owl Carousel
===================================================================================*/

.main-slider { position: relative; }
.main-slider .overlay, .video-slider .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(1, 7, 12, 0.65);
}
#slider-carousel { margin: 0px; }
#slider-carousel .item {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
    height: 37.5rem !important;
}
.home-section {
    position: relative;
    background-color: #1c314c;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 1;
    background-size: cover;
}
.slider-caption { position: relative; display: table; height: 100%; z-index: 1; }
.caption-content { display: table-cell; vertical-align: middle; /*text-align: center;*/ }
.slider-caption .title {
    font-size: 3.125rem;
    line-height: 1.1;
    color: #fefefe;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
    margin: 0 0 1.000rem;
}
.slider-caption .btn-default {
    margin-right: 0.938rem;
}
.slider-caption .description { font-size: 0.938rem; color: #ffffff;margin: 0 0 1.3rem; }
.slider-caption .heading { 
    font-size: 0.938rem;
    color: #ffffff;
   /* border-left: 4px solid #22a2c4;*/
    background-color: rgba(104,104,104,0.4);
    width: 50%;
    text-align: center;
    padding: 0.313rem 0;margin-bottom: 0.938rem; }
.slider-caption .text-right .heading {float:right;}     
.slider-caption .text-center .heading {margin: auto;}  
.slider-caption .ptop-15 .btn-small { margin-left: 0.313rem; margin-right: 0.313rem; }
@media only screen and (max-width: 600px) { 
.slider-caption .title { font-size: 3.000rem; margin: 0 0 1.000rem; } 
.slider-caption br { display: none; } 
.slider-caption .ptop-15 { padding-top: 1.563rem; }
}
/*Slider Pointer*/
.pointer-scroll {
    /*background: #22a2c4;*/
    position: absolute;
    font-family: 'fontAwesome';
    content: '\f103';
    bottom: -33px;
    left: 0;
    right: 0;
    border: 2px solid #ffffff;
    color: #fff;
    z-index: 2;
    text-align: center;
    font-size: 1.700rem;
    line-height: 2;
    display: block;
    width: 4.125rem;
    height: 4.125rem;
    margin: 0px auto;
    border-radius: 50%;
    -webkit-animation: intro 2s;
    animation: intro 2s;
}
.pointer-scroll:hover, .pointer-scroll:focus { color: #fff; }
@media (max-width: 767px) {
    .pointer-scroll { bottom: -1.563rem; width: 3.125rem; height: 3.125rem; font-size: 1.350rem; }
}
.pointer-scroll .scroll { 
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 1;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}


/*===================================================================================
11.0    OWL SLIDER NEXT - PREV BUTTONS
===================================================================================*/

.owl-carousel .owl-prev, .owl-carousel .owl-next { 
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3); 
    opacity: 0;
    color: #fff; 
    font-size: 1.563rem; 
    line-height: 2.3;  
    padding: 0 !important;
    margin: 0px;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.438rem;
    height:3.438rem;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel .owl-prev { left: 1.875rem; }
.owl-carousel .owl-next { right: 1.875rem; }
.owl-carousel:hover .owl-prev { left: 9.375rem; opacity: 1; }
.owl-carousel:hover .owl-next { right: 9.375rem; opacity: 1; }

.bcslider-section .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.bcslider-section .owl-theme .owl-dots {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 1000;
}

/*===================================================================================
12.0  CTA SECTION CSS 
===================================================================================*/

.cta_main { padding: 1.563rem 0.938rem;}
/*.cta_content, .cta_main {background-color: #22a2c4; }*/
.cta_content h1{  font-size: 2rem;color: #fff;font-weight: bold;margin: 0;}
.cta_content .btn-light {padding: 0.688rem 1.5rem;background-color: #fff;/*color: #22a2c4;*/border:unset;}
.cta_content .btn-light:hover { background: #1c314c;color: #fff;border:unset;}
.cta_content .btn-light:focus { box-shadow: none;background: #1c314c;} 
.cta_content a:after {content: "\f054";padding: 0.25rem 0.5rem;/*color: #22a2c4;*/font-family: fontawesome;font-size: 0.688rem;font-weight: 400;} 
.cta_content a:hover::after  {color:#fff;}
@media (min-width: 768px) { 
.cta_content .btn-light{float: right;}}

/*===================================================================================
13.0    Section Module
===================================================================================*/

.section-space { position: relative; padding: 3.75rem 0 4.375rem;}
.section-space-page { position: relative; padding: 0 0 3.125rem;}

/*===================================================================================
14.0    SECTION HEADER
===================================================================================*/

.section-header {margin: 0.75rem 0; /*padding: 0;*/ position: relative; /*text-align: center;*/ }
.section-header .section-title {margin-bottom: 0; font-size: 1.875rem;}
.section-header .section-subtitle {font-size: 0.938rem; font-weight: 400; color: #777777;margin: 0 0 2.875rem; }
@media (min-width: 768px) { .section-header.text-left { text-align: left; width: 80%; } }
hr.divider { border-top: none; width: 4.375rem; height: 0.125rem; margin: 0.938rem auto 21px; }
.right-header .navbar-brand {
    margin-left: 1rem !important;
}
@media (min-width: 768px){
.full-header .navbar-nav {
    float: right;
 }
}
@media (max-width: 768px){
/*Toggle Button*/
.navbar-toggler:hover, 
.navbar-toggler:focus {
    background-color: transparent;  
}  

.navbar-toggler {
    border-color: rgba(0,0,0,.1);
  }
}


/*===================================================================================
15.0  Mixed Classes
===================================================================================*/

.bg-grey { background-color: #f5f6fa !important; }
.bg-default { background-color: #f8f8f8 !important;}
/*.text-default { color: #22a2c4; }*/
.v-center {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.breadcrumb-overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 86px 0 89px;
    background-color: rgba(0,0,0,0.6);
}
@media (max-width: 992px) { .v-center { display: block; } }

/*.entry-header .entry-title a:hover, 
.entry-header .entry-title a:focus { 
  color: #22a2c4 !important; 
}*/

/*===================================================================================
16.0    SERVICE SECTION
===================================================================================*/
/*.services { background-color: #f8f8f8; }*/
.services .post { /*background-color: #f8f8f8;*/ margin: 0 0 0.938rem; padding: 3.125rem 1.25rem 3.125rem; border-radius: 3px; transition: 0.3s;  }
.services .post:hover { 
    background-color: #fff;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.services .post-thumbnail img {
    width: 5rem;
    height: 5rem;
}
.services .post-thumbnail { 
    position: relative;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    text-align: center;
    margin: 0 auto 1.875rem;
}
.services .post-thumbnail img { border-radius: 2px; }
.services .post-thumbnail a { position: relative; z-index: 1; }
.services .post-thumbnail i.fa { 
    border-radius: 50%;
    width: 5.5rem;
    height: 5.5rem;
    font-size: 2.5rem;
    line-height: 1.095;
    padding: 1.438rem;
    position: relative;
    border: 1px solid #21202e;
}
.services .entry-header { display: block; margin: 0 0 0.938rem; padding: 0; }
.services .entry-header .entry-title { margin: 0;font-size:1.25rem; font-weight: 700; }
.services .entry-header .entry-title a { position: relative; z-index: 1; }
.services p { margin: 0; }
.services .col-md-4:nth-child(3n+1){ clear:left; }
@media (min-width: 768px) and (max-width: 992px) {
    .services .col-md-4:nth-child(3n+1) { clear: none; }
    .services .col-sm-6:nth-child(2n+1) { clear:left; } 
}
/*.services .post:hover .post-thumbnail i.fa {
    border: 1px solid #22a2c4;
    background-color: #22a2c4;
    color:#fff;
}*/
.services .btn-default-dark,.blog .btn-default-dark{
    padding: 0.688rem 2.5rem;
}

/*===================================================================================
17.0    CTA-2 SECTION 
===================================================================================*/
.cta-2{
background-image: url(../images/bg/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    background-size: cover;
}
.cta-2 .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 11, 24, 0.8);
}
.cta-2 .title,.cta-2 p{margin-bottom: 0.5rem;}
.cta-btn{margin-top:1.313rem}
.cta-2 .btn-light{padding: 0.688rem 2rem; }
.cta-2 .btn-default{margin-right:1.25rem;padding: 0.688rem 2rem;}

/*===================================================================================
18.0    Portfolio Filter
===================================================================================*/

.filter-tabs { margin: 0rem 6.625rem 3.125rem;background-color: #21202e; }
.filter-tabs .nav-item .nav-link {
    padding: 0.438rem 2.25rem 0.438rem;
    color: #fff;
}

.filter-tabs .nav-item.show .nav-link, 
.filter-tabs .nav-link.active, 
.filter-tabs .nav-link:hover {
   /* background-color: transparent;*/
    border-color: none;
}
/*.filter-tabs .nav-item:hover, .filter-tabs .nav-item:focus,
.filter-tabs .nav-item.active{
  background-color: #22a2c4;
}

.filter-tabs li:focus, .filter-tabs li:hover{background-color: #22a2c4;}
.filter-tabs .nav-link:focus, .filter-tabs .nav-link:hover {
    border-color: none;
    background-color: #22a2c4;
}*/

/*===================================================================================*/
/*  Portfolio Section
/*===================================================================================*/

.portfolio .post { background-color: #fff; position: relative; overflow: hidden; margin: 15px 0; padding: 0; width: 100%; text-align: left; }
.portfolio .post *,
.portfolio .post *:before,
.portfolio .post *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.20s linear;
    transition: all 0.20s linear;
}
.portfolio .portfolio-thumbnail {
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
    z-index: 1;
}
.portfolio-thumbnail img {
    -webkit-transition: all 0.30s linear;
    transition: all 0.30s linear;
}
.portfolio .post figcaption {
position: absolute;
    padding: 1rem 0.938rem 0.594rem;
    text-align: center;
    background-color: #21202e;
    margin: -5.3rem auto;
    z-index: 1;
    right: 0;
    left: 0;
    opacity: 1;
    background-size: cover;
    -wekbit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -wekbit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.portfolio .post p{color:#fff;}
.portfolio .post:hover  figcaption {opacity: 0;webkit-transform: scale(1.15,1.15);}
.portfolio .post .entry-title a { color: #061018; }
.portfolio .post h4 { color: #ffffff; margin: 0 0 0.625rem; padding: 0; }
.portfolio .post h4 a{ color: #ffffff; }
.portfolio .post .entry-title { margin: 0; }
.portfolio .post .click-view {
    position: absolute;
}
.portfolio .post:hover .click-view {
    margin: 0;
    position: absolute;
    top: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
    right: 0.625rem;
    /*background-color: rgba(34, 162, 196, 0.8);*/
    opacity: 0.8;
}
.portfolio .post .view-content{ 
    padding: 0 1.875rem;
      opacity: 0;
    text-decoration: none;
   -wekbit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -wekbit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.portfolio .post:hover .view-content{   
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all 0s linear;
    opacity: 1;
}
.portfolio .post .click-view a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.portfolio .post .plus {
  background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    padding: 0.625rem;
    font-weight: normal;
    text-align: center;
  -webkit-transition: 0.3s; transition: 0.3s;
  font-style: normal;
  z-index: 1; */
}
.portfolio .post .plus:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
  }
/*===================================================================================*/
/*  Funfact SECTION 
/*===================================================================================*/
.funfact{
background-image: url(../images/bg/funfact-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    background-size: cover;
}
.funfact .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 11, 24, 0.8);
}
.funfact-section{padding: 2.813rem 0 1.875rem; text-align: unset;}
.funfact-block .funfact-text h2{color:#fff;display: inline-block;font-size: 2rem;margin: 0 0 0.5rem;}
/*.funfact-block{display: inline-block;z-index: 1;padding-left: 1.25rem;}*/
.funfact-inner h2{font-size: 3rem;}
.funfact-inner{display: inline-block;margin: 1.25rem 3.125rem 0 0;text-align: center}
.funfact-block h2{color: #fff;margin: 0;line-height: 1.3;}
.funfact-block p{color:#fff;font-size: 1rem;font-size: 0.938rem;}
.percent h2::after{
 content:'%';
}
.funfact-icon{z-index: 1}
.funfact-icon .fa{
    font-size: 4.375rem;
    /*color: #22a2c4;*/
}
@media (max-width: 576px) {
 .funfact-icon .fa {padding-left: 15px;}
}
 .funfact .col-lg-1{padding-right:0.625rem };
 .funfact .col-lg-11{padding-left:0.625rem };

/*--------------------------------------------------------------
20.0 Blog Section
--------------------------------------------------------------*/
.home-blog{
background-color: #f8f8f8;
}
/*--------------------------------------------------------------
20.1 Blog Meta
--------------------------------------------------------------*/

.page-title-section
{
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-title-section .page-title h1 
{ 
  text-align: center; 
  font-weight: bold;
  line-height: 1.3;
  font-size: 2rem;
   color: #fff;
   margin: 0;
   word-break: break-word;
}
.page-breadcrumb li { display: inline-block; }
.page-breadcrumb 
{ 
  margin: 0; 
  padding: 0; 
  color: white;
  text-align:center;
  font-weight: 400;
  font-size: 0.938rem;
}

.page-breadcrumb li a
{
  color: #fff;
  word-break: break-word;
}

/*.page-breadcrumb li a:hover{
  color:#22a2c4;
}*/

.page-breadcrumb .icon::before
{ 
  font-size: 0.938rem;
  content: "\f101";
  font-family: FontAwesome;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.page-seperate
{ 
  background: url("../images/blog/page-shadow.png") no-repeat center top;
  padding-bottom: 4.375rem; 
  margin: 0rem; 
}

.img-fluid {
  width: auto;
  height: auto;
}

.blog .post 
{
  box-shadow: 0px 0px 1px 1px #e8e8e8;
  background:#fff;
  border-radius: 3px;
  padding: 0.938rem;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 1.875rem;
}

.blog .post:hover
{
  box-shadow: 0 0 3px 3px #e8e8e8;
}

.blog .post .entry-content {
  display: block;
  overflow: hidden;
  margin: 0px;  
}

.blog .post .media-body .remove-image a  {
  position: unset;
  margin: 0.313rem 0 1rem 0;
}

.blog .post .post-content .remove-image a  {
  position: unset;
  margin: 0.313rem 0 1rem 0;
}

.blog .post .entry-date a {
  position: absolute;
  top: 1.25rem;
  left: 0.938rem;
  margin: 0.875rem 0.938rem 1.25rem 0;
  font-size:  0.9375rem;
  display: inline-block;
  padding: 0.063rem 1.1875rem 0.188rem 1.25rem;
  color: #fff;
  /*background-color: #22a2c4;*/
  word-break: break-word;
}

.entry-meta {
  color: #777777;
  font-size: 1rem;
  margin: 0.938rem 0 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.entry-meta a {
  font-weight: 700;
  padding: 0 0.125rem 0 0.125rem;
  color: #777777;
  word-break: break-word;
}
/*.entry-meta a :hover{color:#22a2c4;}*/
.entry-header h3.entry-title
{
  padding: 0.688rem 0 1rem 0;
  margin-bottom: 0;
}

.entry-header .entry-title a 
{
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: bold;
  word-break: break-word;
}

.entry-content p 
{
  font-size: 0.938rem;
  margin: 0;
  padding-bottom: 0.938rem;
  color: rgb(119,119,119);
  word-break: break-word;
}

.entry-content p .more-link 
{
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

 .fa-long-arrow-right 
{
  padding-left: 0.375rem;
}
 
/*--------------------------------------------------------------
20.2 SIDEBAR
--------------------------------------------------------------*/
.sidebar .widget form.input-group label {
  padding: 0rem;
  margin: 0rem;
}

.sidebar .widget
{
  box-shadow: 0px 0px 1px 1px #e8e8e8;
  background-color: #fff;
  margin: 0 0 1.875rem;
  z-index: 0;
  overflow: hidden;
}

.sidebar .widget .widget-title
{
  color: #fff;
  padding: 0.438rem 0.938rem 0.438rem 0.938rem;
  font-size: 1.25rem;
  font-weight: 100;
 /* background-color:#22a2c4;*/ 
  margin: 0;
  z-index: 1;
  position: relative;
}

.sidebar .input-group 
{
  padding: 1.875rem 0.938rem 1.25rem; 
  overflow: hidden;
}

.sidebar .input-group .form-control {
  font-size: 0.875rem;
  padding-left: 1.25rem; 
  padding-right: 1.25rem;
  /*border-color: #22a2c4 ;*/
}

.sidebar .widget .search-submit
{
  border: none;
  font-size: 1rem;
  font-weight: 100;
  color: #fff;
  padding: 0.938rem 1.563rem;
  margin: 0 0.938rem 1.875rem;
  border-radius:0; 
}

.sidebar .widget .search-submit:hover
{
  background-color: #000;
  cursor: pointer;
}

.sidebar .widget_categories li:first-child ,
.sidebar .widget_archive li:first-child ,
.sidebar .widget_recent_entries li:first-child ,
.sidebar .widget_meta li:first-child ,
.sidebar .widget_recent_comments li:first-child
{
  position: relative;   
  margin-top: 0.75rem;
}

.sidebar .widget_categories ul , 
.sidebar .widget_archive ul ,
.sidebar .widget_recent_entries ul ,
.sidebar .widget_meta ul ,
.sidebar .widget_recent_comments ul
{
  list-style: none;
  margin-left: 0;
  padding: 0 0 1.563rem;
  margin: 0;
}

.sidebar .widget_categories li , 
.sidebar .widget_archive li ,
.sidebar .widget_recent_entries li ,
.sidebar .widget_meta li ,
.sidebar .widget_recent_comments li
{
  border-bottom: 1px solid #e8e8e8;
  padding: 0.625rem 0 0 1.875rem !important; 
  margin: 0 1.875rem 0 0.938rem; 
  position: relative;
}

.sidebar .widget_categories li:last-child ,
.sidebar .widget_archive li:last-child ,
.sidebar .widget_recent_entries li:last-child ,
.sidebar .widget_meta li:last-child,
.sidebar .widget_recent_comments li:hover
{
  border-bottom: none;
}

.sidebar .widget_categories li a , 
.sidebar .widget_archive li a ,
.sidebar .widget_recent_entries li a ,
.sidebar .widget_meta li a,
.sidebar .widget_recent_comments li a,
.sidebar li a,
.sidebar .widget.woocommerce.widget_products li a,
.sidebar .widget.woocommerce.widget_shopping_cart li a,
.sidebar .widget.woocommerce.widget_top_rated_products li a, 
.sidebar.woocommerce ul.product_list_widget li a
{
  color: rgb(119,119,119);
  font-size: 0.938rem;
}

/*.sidebar .widget_categories li a:hover , 
.sidebar .widget_archive li a:hover ,
.sidebar .widget_recent_entries li a:hover ,
.sidebar .widget_meta li a:hover,
.sidebar .widget_recent_comments li a:hover,
.sidebar .widget li a:focus,
.dropdown-item a:focus,
.navbar .nav .nav-item a:focus
{
  color: #22a2c4;
}*/

.sidebar .widget_categories li::before , 
.sidebar .widget_archive li::before ,
.sidebar .widget_recent_entries li::before ,
.sidebar .widget_meta li::before,
.sidebar .widget_recent_comments li::before 
{
  content: "\f05b";
  font-family: FontAwesome;
  /*color: #22a2c4;*/
  position: absolute;
  left: 0;
}
/*--------------------------------------------------------------
20.3 Blog List View
--------------------------------------------------------------*/
 .blog .list-view .post-thumbnail {
  width: 20.5rem;
  height: auto;
  margin-right: 1.875rem;
  float: left;
}

.blog .list-view .entry-meta {
    margin:0;
    }

@media only screen and (max-width: 768px) {
  .blog .list-view .post-thumbnail {
    width: 100%;
    margin-bottom: 1.875rem;
    float: none;
  }
  .blog .list-view .media {
    display: block;
  }
}
/*===================================================================================
21.0 TESTIMONIAL SECTION
===================================================================================*/

.testimonial {
    background: url(../images/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 11, 24, 0.8);
}
.testmonial-block { 
  background-color: transparent;
  border-left: none;
  position: relative; 
  margin: 0; 
  padding: 0 2.5rem 0rem; 
  font-size: unset; 
  border-left: none; 
}
.testmonial-block .avatar { margin: 0px auto 1.3rem; width: 6.563rem; height: 6.563rem; }
/*.testmonial-block .avatar img { border: 5px solid #fff; box-shadow: #22a2c4 0px 0px 0px 1px; margin: 0.125rem; }*/
.description-box { background-color: #ffffff; border-radius: 0px; margin: 0 0 2.188rem
; padding: 1.875rem; position: relative; min-height: 182px; }
.description-box:before { 
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  border-top: 0.938rem solid #ffffff; 
  color: #00a7d1;
  right: 0; 
  left: 30px; 
  bottom: -15px; 
  width: 0; 
  height: 0; 
  content: ""; 
  position: absolute; 
  display: block; 
}
.testmonial-block .entry-content { position: relative; margin: 0rem; }
.testmonial-block .entry-content:before { 
  content: '\f10d'; 
  font-family: 'FontAwesome'; 
  opacity: 0.15;
    color: #fff;
  font-size: 4.875rem;
    line-height: normal;
  position: absolute; 
  top:0;  
  left: 0;
    right: 0;
  margin: 0;
  z-index: -1;
}
.testmonial-block .entry-content p { font-weight: 400; }
@media (max-width: 1200px) { .testmonial-block .entry-content p br { display: none; visibility: hidden; }}
.testmonial-block .name { 
  color: #fff; 
  font-size: 1.25rem; 
  font-weight: 600; 
  font-style: normal !important; 
  margin: 0px 0 -0.188rem; 
  display: block; 
}
.testmonial-block .designation { font-size: 1.000rem; color: #fff; }
.testmonial-block .entry-content h3{ margin: 0 0 0.5rem;}  
.testmonial{
    padding-bottom:3.75rem !important;
}

/*===================================================================================
22.0  SHOP AND PRODUCT SECTION
===================================================================================*/
.shop .container { overflow: hidden; }
.shop .owl-carousel .owl-stage-outer { overflow: visible; }
.products {
   background-color: #fff;
   padding: 0;
   margin: 0 0 3.75rem;
   transition: 0.3s;
   position: relative;
   text-align: center;
}
.section-module.blog.woocommerce .page-title
{
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #e9e9e9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #e9e9e9;
}
.woocommerce a:focus{
  outline: none;
}
.woocommerce .comment-reply-title {
    border-bottom: none; 
}
.woocommerce  .form-row {
    display: block;
    }
.woocommerce ul.products li.product .onsale, .products span.onsale, .woocommerce span.onsale{
  min-width: auto;
    min-height: auto;
  right: inherit;
    color: #ffffff;
    border-radius: 0;
    font-size: 0.938rem;
    line-height: 1;
    font-weight: 500;
    padding: 3px 7px;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 20px;
    transition: all 0.3s;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10); 
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    transition: all 0.6s;
    text-align: center;
    padding: 0.4rem 0.4rem 1.5rem;
    margin-bottom: 2rem;
}
.woocommerce ul.products li.product .button, .owl-item .item .cart .add_to_cart_button {
        color: #fff;
}
.woocommerce a.remove, .woocommerce .woocommerce-Button, .woocommerce .cart input.button, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce ul.products li.product:hover .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .return-to-shop a.button {
    color: #ffffff !important;
}
.woocommerce-page ul.products li.product:hover {
    box-shadow: 0 14px 25px 0 rgba(0,0,0,0.2);
}
.woocommerce ul.products li.product .price {
    display: block;
    color: #333333;
    font-size: 1.000rem;
    font-weight: 600;
    margin-bottom: .5em;
}
.woocommerce nav.woocommerce-pagination ul li {
    background: #ebe9eb;
    color: #333333;
    border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin:3px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', Sans-serif;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    font-size: 1.125rem;
    border-radius: 50%;
    margin: 0px;
    padding: 8px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 50px;
    height: 50px;
}
.woocommerce-loop-product__title {
    font-size: 1.125rem !important;
    text-transform: capitalize;
}

.woocommerce div.product form.cart .button, .woocommerce a.button, .woocommerce a.button:hover, .woocommerce a.button, .woocommerce .woocommerce-Button, .woocommerce .cart input.button, .woocommerce input.button.alt, .woocommerce button.button, .woocommerce #respond input#submit, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid transparent !important;
}
.woocommerce-page .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit:focus {
    box-shadow: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,.woocommerce a.button,.woocommerce a.button:hover  {
    color: #fff;
}
.woocommerce-page .services .post{
    background-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 2px #e9e9e9;
    border-radius: 0;
    margin-bottom: 40px;
    padding: 30px 15px 25px;
    transition: all 0.4s ease 0s;
}
.woocommerce-page .services .post .entry-content {
    display: block;
    overflow: hidden;
    margin: 0px;
}
.woocommerce table.shop_table {
    border-radius: 0;
    margin: 0 -1px 40px 0;
    padding: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    padding: 6px 12px;
    border-radius: 0;
    height: 44px;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: none;
}
.woocommerce #review_form #respond textarea, .woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid #e9e9e9;
}

.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins, .woocommerce div.product p.price ins, .woocommerce ul.products li.product .price, .woocommerce .variations td.label, .woocommerce table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce .woocommerce-ordering select, .woocommerce-cart table.cart td.actions .coupon .input-text, .select2-container .select2-choice {
    color: #999999;
}
.dark .woocommerce form .form-row.woocommerce-validated .select2-container,.dark .woocommerce form .form-row.woocommerce-validated input.input-text,.dark .woocommerce form .form-row.woocommerce-validated select {
    border-color: #22A2C4;
}
/*.woocommerce .wc-bacs-bank-details-heading,.dark .woocommerce h2, .woocommerce .title h3, .dark .woocommerce .entry-title h2 {
    color: #1c314c;
}*/
.dark .woocommerce .entry-summary .price, 
.dark .sidebar .woocommerce .entry-summary h2.entry-title,
.dark .woocommerce .entry-summary .posted_in a,.dark .sidebar .woocommerce h2,
.dark .woocommerce .comment-form-rating label,.dark .woocommerce .comment-form-comment label
{
 color: #FFF;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: .750rem 1.2rem;
    margin-bottom: 0;
    box-shadow: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0.675rem 1.250rem 0.675rem 3rem;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #181a1f;
    box-shadow: 0 7px 3px -5px #e0e0e0;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.woocommerce .posted_in a, 
.woocommerce-product-rating a, 
.woocommerce .tagged_as a, 
.woocommerce div.product form.cart .variations td.label label, 
.woocommerce #reviews #comments ol.commentlist li .meta strong, 
.woocommerce table.shop_table th, .woocommerce-cart table.cart td a, 
.owl-item .item .cart .add_to_cart_button, .woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a, 
.woocommerce-error, .woocommerce-info, 
.woocommerce-message {
    color: #fff;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    left: 1rem;
}

.woocommerce {
    text-align: left;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label, .wc_payment_method label, .woocommerce #review_form #respond p label {
    font-weight: 600;
    font-size: 0.938rem;
}
.woocommerce form .form-row .required {
    text-decoration: none;
}
.woocommerce form .form-row input.input-text {
    border-radius: 0;
    height: 45px;
    padding: 6px 12px;
}
.woocommerce .col-1,.woocommerce .col-2 {
      max-width: 100% !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 6px 12px;
}
.woocommerce ul.products li.product .button, .woocommerce a.added_to_cart, .woocommerce div.product form.cart .button  {
    box-shadow: none;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 0px;
    padding: .600rem 0.7rem;
    transition: all 0.5s;
    margin-top: 0.7rem;
    height: auto;
    font-size: 0.9375rem;
}

.woocommerce a.added_to_cart {
    background: #333333;
    border: 1px solid #ffffff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 0;
    padding: 6px 12px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e9e9e9;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.woocommerce div.product p.price {
    text-align: left;
    font-weight: 600;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 1.25rem;
}
.woocommerce div.product form.cart {
    margin-top: 2rem;
    padding: 0;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.woocommerce .quantity .qty {
    width: 3.5rem;
    text-align: left;
    height: 54px;
    padding: .500rem 0.7rem;
    border-radius: 0;
}
.woocommerce div.product form.cart .button {
    padding: .700rem 1.2rem;
    margin-top: 0;
}
.woocommerce .posted_in a, .woocommerce-product-rating a, .woocommerce .tagged_as a {
    transition: all 0.5s;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
    padding: 1rem 1rem 1rem;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: #fff;
    border: 1px solid #e9e9e9;
}
.woocommerce .related h2 {
    margin: 0 0 20px;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    padding: 0.4rem 0.9rem 1.5rem;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

.item-img { width: 100%; position: relative; }
.add-to-cart {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  background: transparent padding-box content-box;
  padding: 0 2.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
  z-index: 0;
}
.products:hover .add-to-cart { opacity: 1; visibility: visible; transform: translateY(0); }
.add-to-cart a {
    background: #21202e;
    display: inline-block;
    font-size: 0.875rem;
    padding: 8px 8px;
    color: #fff;
    font-weight: 600;
    border-radius: 2px;
}
.added_to_cart.wc-forward
{
color: #fff;
}
.add-to-cart a:hover { background-color: rgba(6, 16, 24, 1); }
.add-to-cart a i { color: #fff; }
.product-price { padding: 1.25rem 0 1.125rem; }
.product-price > .woocommerce-loop-product__title { font-size: 1.125rem; text-transform: capitalize; margin-bottom: 5px; }

.product-price .woocommerce-Price-amount { color: #333333; font-size: 1.000rem; font-weight: 600; }
.product-price del { padding-right: 5px; }
.product-price del, .product-price del > span { color: #c0c0c0 !important; }

.products .onsale:hover, .products .onsale:focus {
  background: #333333;
    border: 2px solid #333333;
}

/*===================================================================================
24.0  TEAM MEMBERS SECTION
===================================================================================*/
.team-grid { position: relative; margin: 0.3rem; box-shadow: 0px 0px 1px 1px #e8e8e8;padding: 0.5rem;}
.team-grid:hover{box-shadow: 0px 0px 3px 2px #e8e8e8;}
.team-grid .img-holder { position: relative; overflow: hidden;margin: 0;
    text-align: center;
    background-color: #000;
    z-index: 1; }
.team-grid:hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.team-grid .img-holder *,
.team-grid .img-holder *:before,
.team-grid .img-holder *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.20s linear;
  transition: all 0.20s linear;
}
.team-grid .img-holder .social-group  {
  position: absolute;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 0px;
  -webkit-transition-delay: all 0.2s;
  transition-delay: all 0.2s;
}
.team-grid:hover .social-group {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.team-grid .img-holder:hover .social-group { -webkit-transition-delay: 0s; transition-delay: 0s; }
.team-grid .img-holder img { max-width: 100%; }

.img-holder .overlay .custom-social-icons {
    position: relative;
    z-index: 1;
}
.img-holder .overlay .custom-social-icons li {
    display: inline-block;
    padding: 0.188rem;
}
.img-holder .overlay .custom-social-icons li > a {
    font-size: 1.000rem;
  color: #061018;
  background-color: #fff;
  width: 2.938rem;
  height: 2.938rem;
  line-height: 3;
    border-radius: 50px;
  transition: 0.1s;
}
.team-grid .details {padding: 1.5rem 0 1rem; }
.team-grid .name { margin: 0; }
.team-grid .position { font-size: 1.000rem; /*color: #22a2c4;*/ display: block; margin: 0; }
 .team-grid .custom-social-icons li > a {
    font-size: 1rem;
    line-height: 2.3;
    transition: all 0.3s;
    display: inline-block;
    border-radius: 0; 
    cursor: pointer;
    box-shadow: none;
    color: #ffffff;
    margin: 0;
    padding: 0px;
    text-align: center;
    background-color: #21202e;
    height: 35px;
    width: 35px;
  }
   /*.team-grid .custom-social-icons li > a:hover {
     background-color: #22a2c4;
   }*/
  .team-grid  .custom-social-icons li {
    display: flex;
    padding: 0.1rem 0.1rem;}
   
    .team-group .owl-theme .owl-dots {
    margin: 3.125rem 0 0;
  }

/*===================================================================================
25.0  Sponsors
===================================================================================*/

.sponsors
{
  background-color: #e9e9e9; 
padding-bottom: 3.375rem;
}
.sponsors .section-header{
  text-align: left;
}
.section-separator {
  position: relative;
  height: 0.313rem;
  width: 3.75rem;
  /*background-color: #22a2c4;*/
} 

.section-header .section-title-two
{
  margin : 0rem;
  padding-top: 1.438rem;
  padding-bottom: 1.438rem;
  line-height: 1.2em;
}

/*.section-header .section-title-two span
{
  color: #22a2c4;
}
*/
.section-header .paragraph
{
  font-size: 0.938rem;
  color:#000;
  word-break: break-word;
}

/*==================== All logo <figure> ======================*/

.logo-scroll 
{
    margin: 1.5rem 0.625rem 0rem;
    padding: 1rem 1.25rem 1.125rem 1.25rem;
    transition: all 0.3s;
}

.logo-scroll:hover, .logo-scroll:focus
{
  background-color: #fff;
  box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
}

.logo-scroll img
{
  display: block;
  margin: 0 auto;
}

/*===================================================================================
26.0  footer Sidebar SECTION 
===================================================================================*/
@media (min-width: 991px){
.header-sidebar .widget .head-contact-info {
padding: 0.438rem 1.188rem 0.438rem 0;
float: left;
 }
}
@media (min-width: 768px){
.s-l-space {
    padding-left: 0.625rem;
}
}
.footer-sidebar .widget {
    color: #ffffff;
    padding: 3.625rem 0 3.125rem;
    margin: 0;
}
@media (max-width: 576px){
.footer-sidebar .widget {
    padding: 1.625rem 0 1.125rem;
}
  .blog .right-sidebar {
    padding-top: 1.875rem;
  }
}
footer{
background-color:#21202e;
}
.footer-sidebar a{color:#fff;}
/*.footer-sidebar li a:hover{color:#22a2c4;}*/
.footer-sidebar .custom-social-icons li > a:hover {
    color: #fff;
  }
.footer-sidebar address {
    margin: 0 0 0.5em;
}
.footer-sidebar address a:hover, 
./*footer-sidebar address a:focus {color:#22a2c4;}
*/
.footer-sidebar .widget .widget-title {
    position: relative;
    padding-bottom: 0.5rem;
    /*color:#22a2c4;*/
    margin: 0 0 0.813rem;
}

.header-sidebar .widget:last-child {
    margin: 0;
}
.head-contact-info li:first-child {    
    padding: 0;
}
.header-sidebar .widget {
    color: #fff;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.site-info{/*background-color: #22a2c4;*/padding: 0.938rem 0;}
.site-info a:hover{
 color:#fff;
}
.site-info p{color: #fff;font-size: 0.938rem;}
.footer-sidebar .widget_text{
    font-size: 0.938rem;
    line-height: 2.35;
}
.footer-sidebar .widget_text p{
margin: 0;
color: #fff;
}
.footer-sidebar .widget_archive li:before,.footer-sidebar  .widget_categories li:before,.footer-sidebar  .widget_links li:before,.footer-sidebar .widget_meta li:before,.footer-sidebar .widget_nav_menu li:before,.footer-sidebar .widget_pages li:before,.footer-sidebar .widget_recent_comments li:before,.footer-sidebar .widget_recent_entries li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: auto;
    left: 0;
    font-size: 0.875rem;
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*.footer-sidebar .widget li:hover::before{color:#22a2c4}*/
@media (max-width: 576px){
.footer-sidebar .widget_archive li:before,.footer-sidebar  .widget_categories li:before,.footer-sidebar  .widget_links li:before,.footer-sidebar .widget_meta li:before,.footer-sidebar .widget_nav_menu li:before,.footer-sidebar .widget_pages li:before,.footer-sidebar .widget_recent_comments li:before,.footer-sidebar .widget_recent_entries li:before {
    padding-left: 7px;
} }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/*===================================================================================
27.0 Pagination
===================================================================================*/

.blog .center 
{
  text-align: center;
}
.blog .pagination {
  display: inline-block;
  margin: 2.5rem 0 0.938rem;
}
.blog .pagination span.dot 
{
/*content: "\f141";
  font-family: FontAwesome;*/
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  background-color: #f8f8f8;
  padding-right: 0.625rem;
  display: inline-block; 
  padding-left: 0.875rem;
  position: relative;
}

.blog .pagination a {
  background:rgb(33,32,46);
  color: #fff;
  font-size:1rem;
  padding: 0.375rem 1.25rem;
  margin: 0 0 0.313rem 0.25rem;
  text-decoration: none;
  transition: .3s;
  position: relative;
  display: inline-block;
}

.blog .pagination a.active {
  /*background-color: #22a2c4;*/
  position: relative;
  color: white;
}

.blog .pagination a:first-child {
  margin-left: 0px;
}

.blog .pagination a:hover:not(.active),
/*.blog .pagination a:focus:not(.active) {background-color:#22a2c4;}*/

@media only screen and (max-width: 992px) {
  .blog .pagination a {
  font-size:1rem;
  padding: 0.313rem 0.875rem;
  margin: 0 0 0.313rem 0;
  }
  .blog .pagination span.dot {
  padding-right: 0.563rem;
  padding-left: 0.563rem; 
  }
}

@media only screen and (max-width: 768px) {
 .blog .pagination a {
  font-size:1rem;
  padding: 0.25rem 14px;
  margin: 0 0 0.313rem 0;

  }
  .blog .pagination span.dot {
  padding-right: 0.5rem;
  padding-left: 0.5rem; 
  }
}
@media only screen and (max-width: 576px) {
  .blog .pagination {
  margin-top: 0; 
  }
}
@media only screen and (max-width: 357px) {
  .blog .pagination a {
  font-size:0.938rem;
  padding: 0.188rem 0.938rem;
  margin-bottom : 0.313rem; 

  }
  .blog .pagination span.dot {
  padding-right: 0.25rem;
  padding-left: 0.25rem; 
  }
}


.portfolio .center 
{
  text-align: center;
}
.portfolio .pagination {
  display: inline-block;
  margin: 2.5rem 0 0.938rem;
}
.portfolio .pagination span.dot 
{
/*content: "\f141";
  font-family: FontAwesome;*/
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  background-color: #f8f8f8;
  padding-right: 0.625rem;
  display: inline-block; 
  padding-left: 0.875rem;
  position: relative;
}

.portfolio .pagination a {
  background:rgb(33,32,46);
  color: #fff;
  font-size:1rem;
  padding: 0.375rem 1.25rem;
  margin: 0 0 0.313rem 0.25rem;
  text-decoration: none;
  transition: .3s;
  position: relative;
  display: inline-block;
}

.portfolio .pagination a.active {
  /*background-color: #22a2c4;*/
  position: relative;
  color: white;
}

.portfolio .pagination a:first-child {
  margin-left: 0px;
}

.portfolio .pagination a:hover:not(.active),
/*.portfolio .pagination a:focus:not(.active) {background-color:#22a2c4;}*/

@media only screen and (max-width: 992px) {
  .portfolio .pagination a {
  font-size:1rem;
  padding: 0.313rem 0.875rem;
  margin: 0 0 0.313rem 0;
  }
  .portfolio .pagination span.dot {
  padding-right: 0.563rem;
  padding-left: 0.563rem; 
  }
}

@media only screen and (max-width: 768px) {
 .portfolio .pagination a {
  font-size:1rem;
  padding: 0.25rem 14px;
  margin: 0 0 0.313rem 0;

  }
  .portfolio .pagination span.dot {
  padding-right: 0.5rem;
  padding-left: 0.5rem; 
  }
}

@media only screen and (max-width: 357px) {
  .portfolio .pagination a {
  font-size:0.938rem;
  padding: 0.188rem 0.938rem;
  margin-bottom : 0.313rem; 

  }
  .portfolio .pagination span.dot {
  padding-right: 0.25rem;
  padding-left: 0.25rem; 
  }
}

/*===================================================================================
28.0  Aboutus Page
===================================================================================*/

.aboutus .btn-default-dark {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.aboutus .about-thumbnail { position: relative;margin-left: 20px;}

.aboutus .overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 7, 12, 0.65);
}
#about-video {
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    padding: 15px 20px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    border: 5px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    top: 44%;
    left: 43%;
    position: absolute;
}
.item-video a:after {
    position: relative;
    top: 25%;
    left: 25%;
    margin: 0px 0 0 0px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #ffffff;
    content: '';
    display: block;
}
/*about Lightbox CSS*/
  .lightbox-slider {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10000;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -30px;
  right: 3%;
}
.lightbox-close:hover{
  background: none;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/*===================================================================================
29.0  Contact Page
===================================================================================*/
.contact-form-map .container-fluid{padding: 0}
.contant-form{box-shadow: 0px 0px 1px 1px #e8e8e8; margin-bottom: 1.875rem; background:#fff;}
.contact .title h4{
    color: #fff;
    padding: 0.938rem 1.875rem;
   /* background-color: #22a2c4;*/
    position: relative;
  }
.sidebar .contact {
  box-shadow: 0px 0px 1px 1px #e8e8e8;
  background-color: #fff;
  /* margin: 0 0 1.875rem; */
  z-index: 0;
  overflow: hidden;
}  
.sidebar .contact .widget-cont-title {
    color: #fff;
    padding: 0.938rem 1.875rem;
    /*background-color: #22a2c4;*/
    position: relative;
    margin-bottom: 0;
}

.sidebar .contact .custom-social-icons li a:focus{color: #fff;}
.cont {
    margin: 1.875rem;
    padding-bottom: 3.125rem;
}

.wpcf7-form {
  padding: 15px 30px 30px;
}
.wpcf7-form p {
    margin: 0 0 1.2rem;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea {
    margin-top: 0.375rem;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"] {
    height: 3.438rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #333333;
    /*border-color: #22a2c4;*/
    outline: unset;
}
.wpcf7-form input[type="submit"] {
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
.wpcf7-form  textarea{height: 8.125rem;}

.cont .fa-map-marker ,
.cont .fa-phone ,
.cont .fa-envelope-o ,
.cont .fa-whatsapp {
  font-size: 1.875rem;
  font-weight: bold;
  /*color: #22a2c4;*/
  position: absolute;
  display: inline-block;
}

.cont address {
  margin-bottom: 2.188rem; 
}

.cont a {
  color: #777777;
}

/*.cont a:hover, .cont a:focus {
  color: #22a2c4;
}*/

.cont p {
  margin-left: 3.125rem;
  word-break: break-word;
  margin-right: 0.938rem;
}
.contact-form-map iframe{   
   overflow: hidden;
    float: left;
    position: relative;}

/*===================================================================================
30.0  404 not found Page
===================================================================================*/
.error-page {
  padding: 0 0 4.375rem;
}

.error-page .title {
    font-size: 25.625rem;
    line-height: 0.65;
    /*color: #22a2c4;*/
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-shadow: 4px 4px 3px rgba(43,43,43,0.42);
}
.error-page .contact-title{
  font-size: 2.250rem;
  margin-bottom: 0;
  word-break: break-word;
}

.error-page h4 {
  /*color: #22a2c4;*/
  font-weight: 500;
  word-break: break-word;
}

.error-page .not-found-btn input[type="submit"] {
  border-radius:0;
  position: relative;
  padding: 1.25rem 1.875rem;
  -webkik-border-radius :0 ;
  margin-bottom: 2.5rem;
  margin-top: 2.188rem;
}

#container{
  width: 30%;
  display: inline-block;
  margin-top: 1.875rem;
}

.error-page .buttonInside{
  position:relative;
}
.error-page .buttonInside input{
  height:50px;
  font-size: 0.688rem;
  background-color: #fff;
  width:100%;
  padding-left:1.25rem;
  padding-right: 3.125rem;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
  
}
.error-page  button{
  position:absolute;
  right: 5px;
  top: 5px;
  border:none;
  height:40px;
  width:40px;
  border-radius:0;
  outline:none;
  text-align:center;
  font-weight:bold;
  padding:2px;
}
.error-page button:hover{
  cursor:pointer;
}

@media only screen and (max-width: 991px) {
  .error-page .title {
  font-size:20rem;
  }
  #container{
  width: 50%;
  display: inline-block;
  }

  .error-page .title img {
    height: 250px;
    width: 250px;
  } }

@media only screen and (max-width: 768px) {
  .error-page .title {
  font-size:15rem;
  }
  #container{
  width: 80%;
  display: inline-block;
  }
  .error-page .title img {
    height: 180px;
    width: 180px;
  } }

@media only screen and (max-width: 500px) {
  .error-page h1 {
    font-size: 1.5rem
  }
  #container{
  width: 100%;
  display: inline-block;
}
  .error-page .title {
  font-size:10rem;
  }
  .error-page .title img {
    height: 120px;
    width: 120px;
  } }

/*===================================================================================
31.0 Page Scroll Up
/*===================================================================================*/

.scroll-up {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 30px;
  z-index: 999;
}
.scroll-up a {
  display: block;
  height: 3.125rem;
  width: 3.125rem;
  text-align: center;
  line-height: 2.7;
  border-radius: 50px;
  font-size: 1.125rem;
  /*background: #22a2c4;*/
  color: #fff;
  opacity: 1;
    transition: all 0.3s ease 0s;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.scroll-up a:hover,
.scroll-up a:active {
  /*background:#22a2c4;*/
  color: #fff;
}
/*===================================================================================
32.0 Search Box
===================================================================================*/
   .nav-search{
    display: inline-block;
    line-height: 16px;
    position: relative;
    top: 0px;
}
.search-panel input[type="search"], .sidebar.padding-left-30 .search-form input[type="text"], .site-footer .search-form input[type="text"], .header-sidebar .search-form input[type="text"] {
    display: block;
    width: 90%;
    height: 40px;
    /* color: #000000; */
    line-height: 76px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: large;
}
.nav .open> .search-icon, .nav .open> .search-icon:focus{
    background-color: unset; 
    border-color: unset;
}
.search-box-outer .dropdown-menu {
    top: 47px !important;
    left: auto !important;
    right: 0px;
    padding: 0px;
    width: 324px !important;
    border-radius: 0px;
    border: 0;
    margin: 0px !important;
    background-color: #fff;
}
.navbar .content-center .search-box-outer .dropdown-menu{
  right: -150px;
} 
@media (max-width: 768px){
.navbar .content-center .search-box-outer .dropdown-menu {
    left: -100px !important;
 }
}
.search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}
.search-form {
    width: 100%;
}
.search-form label {
    width: 98%;
}
.search-form .screen-reader-text {
    display: none;
}
.search-panel .form-container {
   padding: 10px 15px 2px 15px;
}

.search-form input[type="submit"] {
    /*background: #22a2c4 repeat scroll 0 0;
    border: 1px solid #22a2c4;*/
    cursor: pointer;
    position: absolute;
    width: auto;
    transition: all .3s ease-in-out;
    color: #fff;
    font-weight: 600;
     height: 40px;
    left: auto;
    right: 8px;
    font-size: 15px;
    top: 10px;
    padding: 12px 25px;
}
.sidebar.padding-left-30 .search-submit, .site-footer .search-submit, .header-sidebar .search-submit
{
  top: 0 !important;
}
.search-box-outer .dropdown-toggle::after {
  display:none;
}
 .search-box-outer a{  
   font-size: 14px;
    font-weight: 600;
    font-family: Montserrat;
 }
 .search-box-outer a.text-dark:focus,.search-box-outer  a.text-dark:hover {
    background-color: unset !important;
}
  
  .search-box-outer a i{ 
     padding-right: 3px;
  }
.nav-link.search-icon.condition.has-submenu .sub-arrow
{
  display: none;
}
@media (min-width: 768px) and (max-width: 992px){
   .search-box-outer .dropdown-menu {
    top: 35px;
 }
}

/* 1. Search bar Fullwidth - hidden search field */
#searchbar_fullwidth {
  display: none;
  /* float: left; */
  float: none;
  width: 100%;
  height: 62px;
  border-top: 1px solid #d8d8d8;
  padding-left: 150px;
  padding-right: 150px;
  z-index: 1;
  position: relative;
  background: #fff;
  -webkit-box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
  box-shadow: -1px 3px 2px rgba(0,0,0,0.3);
}
#search_box_fullwidth {
    display: block;
    width: 88%;
    border: 0;
    outline: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #64646d;
}
#search_submit_fullwidth {
    display: block;
    float: right;
    margin: 9px 0 9px;
    font-size: 1.750rem;
    background: none;
    color: #202020;
    border: 0;
    outline: none;
    line-height: 1.5;
    cursor: pointer;
    padding: 0;
}


/* 2. Search Bar Fullscreen - hidden search field */

#searchbar_fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0,0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 1000;
}
#searchbar_fullscreen input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #64646d;
    background: rgba(0, 0, 0, 0) !important;
    font-size: 3.125rem;
    font-weight: 400;
    text-align: center;
    border: 0px !important;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    box-shadow: unset;
  }
#searchbar_fullscreen .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  border-radius: 2px;
  color: #ffffff;
  padding: 9px 25px;
  font-size: 0.938rem;
  font-weight: 400;
  box-shadow: unset;
}
#searchbar_fullscreen .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #ce1b28;
  border-color: green;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}
#searchbar_fullscreen.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}
.text-right .navbar-custom {
    text-align: center;
}
.text-right .navbar-brand {
    float: unset;
  }
.text-right .header-module {
    float: right;
}
.content-center{
  text-align: center;
    width: 100%;
}
.auto{margin:0 auto;} 
.content-center .navbar-brand {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    float: none;
}
#searchbar_fullscreen1 {
    background-color: rgba(255, 255, 255, 0.95);
}
/*.navbar .search-box-outer .dropdown-menu {
    border-top: solid 1px #22a2c4;
}
.btn-primary {
    color: #fff;
    background-color: #22a2c4;
    border-color: #22a2c4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #22a2c4;
    border-color: #22a2c4;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,.btn-primary:focus {
    color: #fff;
    background-color: #22a2c4;
    border-color: #22a2c4;
}*/
@media (max-width: 768px) {
 .navbar .search-box-outer .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    width: 300px !important;
    top: 42px !important;
    position: absolute;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) { .navbar .search-box-outer .dropdown-menu {
    top: 40px !important; }}

/*===================================================================================
33.0 Header Variations
===================================================================================*/
/* .header-rgt{width: 100%;position: relative;}*/ 
 .header-rgt .custom-logo-link-url,.header-rgt .navbar-brand {/*float: right;*/}  
 @media (max-width: 768px){
 .navbar-toggler {
    margin: 5px 0;
}
.slider-caption .heading {
    width: 33%;
}
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    margin: 0px;
    }
.navbar-expand-lg .navbar-collapse {
    margin-top: 10px;
    }
  }
 .navbar .header-rgt .search-box-outer .dropdown-menu {
    right: auto !important;
}

@media (max-width: 991px){
.mb-right .navbar-brand{
   float:right;
 }
 .mb-right .navbar-toggle {
  float:left;
}
}
@media (max-width: 576px){
.slider-caption .heading {
    width: 40%;
    }}

/*===================================================================================
34.0 Sticky Variations
===================================================================================*/    
.stickymenu{
 position: fixed;
 top: 0;
 width: 100%;
 background-color: rgba(255,255,255,0.93);
 box-shadow: 0 3px 5px rgba(0,0,0,0.05);
 z-index: 1000;
}
.stickymenu1{
 display: none;
 position: fixed;
 top: 0;
 width: 100%;
 background-color: rgba(255,255,255,0.93);
 box-shadow: 0 3px 5px rgba(0,0,0,0.05);
 z-index: 1000;
}

.shrink{transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out ;
   background-color: rgba(255,255,255,0.93);
}

 .navbar.shrink1 {
     padding-top: 0.5rem;
    padding-bottom: 0.5rem;
 }

.shrink1{
 width: 100%;
 box-shadow: 0 3px 5px rgba(0,0,0,0.05);
 z-index: 1000; 
 position: fixed;
 top: 0;
}
/*===================================================================================*/
/*  SERVICE SECTION 2
/*===================================================================================*/
.services2 .post {
    position: relative;
    background:#fff;
    margin-bottom: 2rem;
    padding:1.25rem 1.563rem;
    transition: 0.25s;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.services2 .post::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /*background-color: #22a2c4;*/
    width: 2px;
    height: 100%;
    transition: .5s;
    z-index: 0;
}
.services2 .post:hover::before {
    width: 100%;
}
.services2 .post:hover .entry-content p {
    color: #fff;
  position:relative;
}

.services2 .post-thumbnail { 
    position: relative;
    text-align: left;
}
.services2 .post-thumbnail img {
  width: 3rem;
  height: 3rem;
}
.services2 .post-thumbnail i.fa { 
    /*color: #22a2c4;*/  
    font-size: 2.25rem;  
    text-align: center;
}
.services2 .post:hover .post-thumbnail i.fa { 
    color: #fff;  
}
.services2 .post:hover{ 
    color: #fff; 
    -webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}
.services2 .post .entry-header .entry-title a {transition: 0s; }
.services2 .entry-header .entry-title a:hover { color:#fff !important;}
.services2 .post:hover .entry-header .entry-title a {color:#fff; position: relative;}

/*===================================================================================*/
/*  SERVICE SECTION 3
/*===================================================================================*/
.services3 .post { margin: 0; padding: 0 1.25rem 3.438rem; transition: 0.3s;  }
.services3 .post-thumbnail { 
    position: relative;
    text-align: center;
    margin: 0 auto 1.550rem;
}
.services3 .post-thumbnail img { 
    width: 5rem;
    height: 5rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.services3 .post-thumbnail i.fa { 
 /* background: #22a2c4;*/
    border-radius: 50%;
  color: #fff;
    width: 5rem;
    height: 5rem; 
  font-size: 2.25rem;
  line-height: 1.8;
  padding: 5px; 
  /*box-shadow: #22a2c4 0px 0px 0px 1px;*/
    border: 4px solid #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.services3 .post:hover .post-thumbnail i.fa { 
  background: #f5f6fa;
  /*color: #22a2c4; */
    border: 4px solid #fff;
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
.services3 .post:hover .post-thumbnail img { 
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}
/*===================================================================================*/
/*  SERVICE SECTION 4
/*===================================================================================*/
.services4 .post {
    margin-bottom: 3rem;
    padding: 1rem 1.125rem 1rem 4.25rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
    position: relative; 
}
.services4 .post:hover {
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.services4 .post-thumbnail { 
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
     padding: 1rem 0;
}
.services4 .post .post-thumbnail img {
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}
.services4 .post-thumbnail i.fa { 
    /*color: #22a2c4;  */
    font-size: 2.5rem; 
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.services4 .post:hover .post-thumbnail i.fa , .services4 .post:hover .post-thumbnail img{
    webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
.kajsbhc {background-color: #000;color: #fff;}
.services4.service_wrapper .entry-header {margin: 0 0 0.938rem;}
/*===================================================================================*/
/*  Team SECTION 2
/*===================================================================================*/
.team2 .team-grid .card-body .list-inline li > a {
    color: #878e94;
}
 /*.team2 .team-grid .card-body .list-inline li > a:hover {
    color: #22a2c4;
    background-color: unset;
}*/
.team2 .team-grid .card-body p {
    color: #878e94;
}
.team2 .team-grid .img-holder img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.team2 .team-grid .img-holder::before {position:unset;}
.team2 .team-grid:hover .img-holder img{
  -webkit-opacity: 1;
  opacity: 1;
  transform: scale3d(0.9, 0.9, 1);
}
.team2 .team-grid {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.team2 .team-grid:hover {box-shadow: none;}
.team2 .team-grid .img-holder {background-color:unset;}

/*===================================================================================*/
/* Team SECTION 3
/*===================================================================================*/
.team3 .team-grid .img-holder img {
    max-width: 100%;
    border-radius: 50%;
    color: #fff;
    width: 12rem;
    height: 12rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.team3 .team-grid .card-body .list-inline li > a {
    color: #878e94;
}
/* .team3 .team-grid .card-body .list-inline li > a:hover {
    color: #22a2c4;
    background-color: unset;
}*/
.team3 .team-grid .position {
    color: #878e94;
}
.team3 .owl-carousel.owl-drag .owl-item{
background: #f5f6fa !important;
}
.team3 .team-grid {
    margin: 1px;
    padding-bottom: 0.75rem;
    padding-top: 2.25rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.team3 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3.25rem;
}
.team3 .team-grid .img-holder::before {position:unset;}
.team3 .team-grid:hover .img-holder img{
  -webkit-opacity: 1;
    opacity: 1;
transform: scale3d(0.9, 0.9, 1);
}
.team3 .owl-theme .owl-nav {
    margin: 4.5rem 0 0;
}
.team2 .owl-theme .owl-nav , .team4 .owl-theme .owl-nav {
    margin: 2.5rem 0 0;
}
.team3 .horizontal-nav .owl-prev, .team3 .horizontal-nav .owl-next ,
.team2 .horizontal-nav .owl-prev, .team2 .horizontal-nav .owl-next ,
/*.team4 .horizontal-nav .owl-prev, .team4 .horizontal-nav .owl-next {
  border: 1px solid #22a2c4;
  color: #22a2c4;
}*/
.team3 .team-grid .img-holder {background-color:unset;}
/*===================================================================================*/
/*  Team SECTION 4
/*===================================================================================*/
.team4 .team-grid {
    margin: 2px auto;
    padding: 0px;
    margin: 0.125rem 0.125rem 1.75rem;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
.team4 .list-inline  > a {
    cursor: pointer;
}
 .team4 .list-inline  > a:hover {
    color: #2d6ef8;
}
@media (min-width: 768px){
 .team4 .avatar{width: 222px;
    height: auto;}
}
.team4 .overlay {
    position: relative;
    overflow: hidden;
}
.team4 .team-grid:hover .overlay::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.team4 .overlay::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    opacity: 0;
    z-index: 6;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team4 .team-grid .img-holder::before {position:unset;}
.team4 .team-grid:hover .list-inline  {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: .2s;
}
.team4 .list-inline  li a {
    color: #061018;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.team4 .list-inline {
    background: #ffffff;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 8px 20px;
    border-radius: 300px;
    z-index: 44;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}
.team4 .team-grid .list-inline .list-inline-item{
    margin-right: 0rem;
  }
/* .team4 .team-grid .list-inline li > a:hover {
    color: #22a2c4;
    background-color: unset;
}*/
.team4 .team-grid:hover .img-holder img{
  -webkit-opacity: 1;
  opacity: 1;
}
.team4 .team-grid .img-holder {background-color:unset;}

/*===================================================================================*/
/*  Testimonial SECTION 2
/*===================================================================================*/
#testimonial-carousel2 .avatar {
    display: inline-block;
    position: absolute;
    left: 20px;
}
#testimonial-carousel2 .testmonial-block {
    /*border-left: 4px solid #22a2c4;*/
    box-shadow: 5px 5px 6px rgba(255, 255, 255, 0.01);
    padding: 30px 30px 30px 190px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}
#testimonial-carousel2 .testmonial-block .entry-content {
    margin: 0px 0 0.25rem;
}
#testimonial-carousel2 .testmonial-block .entry-content:before, #testimonial-carousel2 .testmonial-block .entry-content.quote:before {
    top: 0;
}
.testi-2:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(1, 7, 12, 0.8);
}
    .testimonial.testi-2 { 
        background: url(../images/bg/bg-img.jpg) 112% 50% no-repeat;
    }
   #testimonial-carousel2 .testmonial-block:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    /*border-top: 25px solid #22a2c4;*/
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
@media (max-width:768px){
#testimonial-carousel2 .testmonial-block {
    padding: 15px;
    margin: 0 15px 15px;
}
#testimonial-carousel2 .avatar {
     position: relative;
}
#testimonial-carousel2 .avatar {
    left: 0px;
}

#testimonial-carousel2  .testmonial-block .avatar {
    margin: 0 0px 1.75rem;
}
}
/*===================================================================================*/
/* Testimonial SECTION 3
/*===================================================================================*/
.testimonial.testi-3 { 
         background: url(../images/bg/bg-img.jpg) 112% 50% no-repeat;
}
#testimonial-carousel3 .testmonial-block {
    padding: 0 1rem 3.125rem 1rem;
    text-align: center;
}
.testi-3 .owl-theme .owl-dots {
    margin: 0rem 0rem 0rem;
}
#testimonial-carousel3 figcaption{padding-bottom: 0.5rem;}
#testimonial-carousel3 .testmonial-block .avatar {
    margin: 0px auto 1.75rem;
}
.testi-3:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(1, 7, 12, 0.8);
}
#testimonial-carousel3 .testmonial-block .entry-content {
    margin: 0px 0 0.5rem;
}
@media (min-width: 992px){.testi-3 .entry-content:before, .testi-3 .entry-content.quote:before {left: -15px;}}
/*===================================================================================*/
/* Testimonial SECTION 4
/*===================================================================================*/
.testimonial.testi-4 { 
    background: url(../images/bg/bg-img.jpg) 112% 50% no-repeat;
}
#testimonial-carousel4 .testmonial-block {
    padding: 0 1rem 3.125rem 1rem;
    text-align: center;
    box-shadow: 0px 6px 6px 0px rgba(255, 255, 255, 0.1);
    margin: 0 0.938rem 2px;
    background-color: transparent;
}
#testimonial-carousel4 .testmonial-block .entry-content:before,#testimonial-carousel4 .testmonial-block .entry-content.quote:before {
    font-size: 3.875rem;
    top: -18px;
}
#testimonial-carousel4 .testmonial-block .avatar {
    margin: 0px 0.987rem 0.75rem auto;
    display: inline-block;
    width: 4.563rem;
    height: 5.563rem;
}
#testimonial-carousel4 .testmonial-block .entry-content {
    margin: 0px 0 0.5rem;
}
#testimonial-carousel4 .testmonial-block figcaption{
    display: inline-block;
    vertical-align: middle;
}
#testimonial-carousel4.owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 1.75rem;
    margin-top: 2rem;
}
.testi-4:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(1, 7, 12, 0.8);
}
/*--------------------------------------------------------------
  Sticky Menu Classes
--------------------------------------------------------------*/
.stickymenu{
 position: fixed;
 top: 0;
 width: 100%;
 background-color: rgba(255,255,255,0.93);
 box-shadow: 0 3px 5px rgba(0,0,0,0.05);
 z-index: 1000;
}
.stickymenu1 {
 display: none;
 position: fixed;
 top: 0;
 width: 100%;
 background-color: rgba(255,255,255,0.93);
 box-shadow: 0 3px 5px rgba(0,0,0,0.05);
 z-index: 1000;
}

.navbar.shrink {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out ;
   background-color: rgba(255,255,255,0.93);
}

.navbar.shrink1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
    z-index: 1000; 
    position: fixed;
    top: 0;
 }
.site-title {margin-bottom: 10px;}
/*--------------------------------------------------------------
  Footer Layout
--------------------------------------------------------------*/
.main-footer {
  background-color: #061018;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 0px solid #828282;
  background-image: url(../images/bg/bg-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.main-footer .footer-overlay {   
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    z-index: 0;
    background-color: rgba(1, 7, 12, 0.50);
}
.site-info .footer-sidebar {
    padding: 0rem;
}
.site-info .footer-sidebar a:hover {
    color: #1c314c;
}
.site-info .custom-social-icons li > a:hover, .site-info .custom-social-icons li > a:focus {
    background-color: #fff;
    color: #1c314c;
}
@media (min-width: 768px) {
  .site-info .right-info {
      text-align: right;
  }
}
.site-info .footer-sidebar .widget li:before {
    color: #fff;
    position: relative;
    padding-right: 6px;
}
.site-info .footer-sidebar .widget .widget-title {color: #ffffff;}

.custom-logo-link-url {
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 480px) {
  .header-logo {
    display: contents;
  }
}

/*--------------------------------------------------------------
  Header Variation 4
--------------------------------------------------------------*/
.index4.header-logo h2 {
    margin: 0;
    padding-bottom: 0;
    font-size: 2.250rem;
}
.index4.header-logo .header-module {
    padding-left: 0rem;
    padding-top: 25px;
    float: right;
}

.navbar4.navbar {padding: 0 0 10px;}
.index4.header-logo {padding: 15px 0; display: block;}
.navbar.navbar4 ul li > a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0px;
    margin-top: 2px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.navbar.navbar4 .navbar-nav > li.active > a:after, .navbar.navbar4 ul li > a:hover:after {
    width: 100%;
    /*background: #22a2c4;*/
    left: 0;
}
.index4.header-logo {
    background-color: #333333;
    float: none;
    padding: 10px 0;
}
.index4 .site-title-name,.index4 .site-description {color: #ffffff;}
.index4 .search-box-outer a {color: #ffffff;}
@media (max-width: 576px) {
  .index4 .site-title-name, .index4 .site-description {
    color: #fff;
  }
  .index4 .search-box-outer a {
    color: #fff;
  }
  .index4.header-logo {text-align: center;}
  .index4.header-logo .header-module {text-align: center; float: none;}
  .navbar.navbar4 .navbar-toggler {
    text-align: center;
    margin: 10px auto;
  }
}
/*--------------------------------------------------------------
  Header Variation 5
--------------------------------------------------------------*/
.index5.header-logo {
  text-align: center;
  padding: 15px 0;
  display: block;
  background-color: #181a1f;
}
.index5 .site-title {margin-bottom: 0;}
.index5 .custom-logo-link-url {
  display: block;
  margin-right: 0;
}
.index5 .navbar-brand {margin: 0 0 15px 0;}
.navbar.navbar5 {margin: 0; background-color: #000000; padding: 0;}

.navbar.navbar5 .nav .nav-item .nav-link {color: #ffffff; padding: 14px 20px;}

/*.navbar5.navbar .nav .nav-item:hover .nav-link, .navbar5.navbar .nav .nav-item.active .nav-link {
    color: #ffffff;
    background: #22a2c4;
}*/
.navbar5.navbar .nav .nav-item:hover .nav-link.search-icon ,
.navbar5.navbar .nav .nav-item:hover .nav-link.bg-light
 {background: transparent;}
.navbar5.navbar .nav .nav-item {margin: 0;}
.navbar5 .navbar-toggler {
    margin: 15px auto;
    border-color: #fff;
    background: #181a1f;
}
.navbar5 .navbar-toggler:hover, .navbar5 .navbar-toggler:focus {
    border-color: #fff;
    background: #fff;
}
@media (min-width: 992px) {
  .navbar.navbar5.navbar-expand-lg .navbar-collapse {
      margin-top: 0px;
  }
  .navbar5 .navbar-nav > .dropdown.active > a:after {
    content: '';
    position: absolute;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    display: block;
    top: 0;
    color: #ffffff;
    left: 50%;
  }
  .navbar5 .navbar-nav > .active > a:after {
    content: '';
    position: relative;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    top: -14px;
    right: 42%;
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  .navbar5.navbar .nav .nav-item .nav-link {
      padding: 0 10px;
  }
  .navbar5.navbar .nav .nav-item .nav-link.search-icon {border-bottom: 0;}
  .index5 .navbar-brand {
      margin: 0 0;
  }
  .index5 {padding: 15px 0;}
}

/*--------------------------------------------------------------
  Header Variation 6
--------------------------------------------------------------*/
.navbar6 .site-title-name, .navbar6 .site-description {
    color: #ffffff;
}
@media (min-width: 991px) {
  .navbar6.navbar {
      padding-top: 0;
      padding-bottom: 0.5rem;
  }
  .navbar6 .col-lg-4 {
      position: initial;
      display: table-header-group;
      z-index: 0;
  }
  .navbar6 .header-lt {
      z-index: 999;
      position: initial;
      width: inherit;
  }
  .navbar6 .header-lt::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    /*background-color: #22a2c4;*/
    width: 28vw;
    z-index: -2;
    display: block;
  }
  .navbar6 .header-lt::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    /*background-color: #22a2c4;*/
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
    width: 17.475rem;
    display: block;
  }
  .navbar.navbar6 .header-lt .navbar-brand::after, .navbar6 .header-lt .custom-logo-link-url::after {
    left: auto;
    right: auto;
    width: 12px;
    top: 0;
    margin-left: 16rem;
    z-index: 100;
    bottom: 0;
    background-color: #000;
    display: block;
    position: absolute;
    content: '';
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
  }
}

@media (max-width: 991px) {
  .navbar6 .navbar-toggler {float: right; margin: 15px 15px 0 0;}
  .navbar6 .header-lt {
   /* background-color: #22a2c4;*/
    padding: 15px 0 19px;
  }
  .navbar6 .navbar-toggler, .navbar6 .navbar-toggler:hover, .navbar6 .navbar-toggler:focus {
    border-color: #fff;
    /*background: #fff;*/
  }
}
@media (max-width: 576px) {
  .navbar6 .header-lt {
    text-align: center;
  }
  .navbar6 .navbar-toggler {float: none; margin: 15px auto 0; display: block;}
  .navbar6 .custom-logo-link-url {
    margin-right: 0;
  }
  .navbar6 .navbar-brand {margin-right: 0;}
}






/*--------------------------------------------------------------
  Dark Theme CSS
--------------------------------------------------------------*/
.dark #wrapper {
    background-color: #000000;
}
.dark a {color: #ffffff;}
.dark .navbar {background-color: #181a1f;}
.dark .navbar .nav .nav-item .nav-link {color: #ffffff;}
.dark .dropdown-menu {background-color: #181a1f; color: #ffffff;}
/*.dark .dropdown-item {color: #ffffff;}*/
.dark .bg-light {background-color: #000000 !important; color: #ffffff !important;}
.dark .navbar-nav a.bg-light:focus, 
.dark .navbar-nav a.bg-light:hover, 
.dark .navbar-nav button.bg-light:focus, 
.dark .navbar-nav button.bg-light:hover {background-color: #000000 !important; color: #ffffff !important;}
.dark .cta_content, .dark .cta_main {background-color: #181a1f;}
.dark .services {background-color: #000000;}
.dark h1, .dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {color: #ffffff;}
.dark .section-header .section-subtitle {color: #999999;}
.dark .services .post {background-color: #000000;}
.dark .services .post:hover {background-color: #181a1f;}
/*.dark .services .post .post-thumbnail i.fa {color: #22a2c4; border: 2px solid #22a2c4;}*/
.dark .services .post:hover .post-thumbnail i.fa {color: #ffffff;}
.dark .filter-tabs {background-color: #181a1f;}
.dark .portfolio .post figcaption {background-color: #181a1f;}
.dark .funfact-block p {color: #ffffff;}
.dark .blog .post {background-color: #181a1f; box-shadow: 0px 0px 1px 1px #181a1f;}
/*.dark .entry-content p .more-link {color: #22a2c4;}*/
.dark .bg-default {
    background-color: #181a1f !important;
}
.dark .contact-detail-area:hover {
    background-color: #181a1f;
}
.dark .products {
    background-color: #000000;
    padding: 8px;
}
.dark .product-price .woocommerce-Price-amount {color: #999999;}
.dark .sponsors {background-color: #181a1f;}
.dark .sponsors .paragraph {color: #ffffff;}
.dark .site-info p {color: #ffffff;}
.dark .services2 .post {background-color: #181a1f;}
.dark .services3 .post-thumbnail i.fa {border: 4px solid #000000;}
.dark .services3 .post:hover .post-thumbnail i.fa {background-color: #181a1f; border: 4px solid #181a1f;}
.dark .team3 .owl-carousel.owl-drag .owl-item {
    background: #181a1f !important;
}
.dark .owl-theme .owl-dots .owl-dot.active span {
   /* background-color: #22a2c4;*/
    box-shadow: #eff3ff2e 0px 0px 0px 4px;
}
.dark .team-grid {
    box-shadow: 0px 0px 1px 1px #323232;
}
.dark .team2 .team-grid {
    box-shadow: none;
}

@media (min-width: 992px) {
  .dark .navbar5 .navbar-nav > .dropdown.active > a:after {
    color: #000000;
  }
}
.dark .sidebar .widget {background-color: #191a1f;box-shadow: 0px 0px 1px 1px #323232;}
.dark .sidebar .widget_categories li, 
.dark .sidebar .widget_archive li, 
.dark .sidebar .widget_recent_entries li, 
.dark .sidebar .widget_meta li, 
.dark .sidebar .widget_recent_comments li {
    border-bottom: 1px solid #323232;
}
.dark .entry-meta a,.dark .entry-meta a:hover,.dark .entry-meta a:focus {color: #999999;}
.dark .sidebar .widget_categories li:last-child, 
.dark .sidebar .widget_archive li:last-child, 
.dark .sidebar .widget_recent_entries li:last-child, 
.dark .sidebar .widget_meta li:last-child, 
.dark .sidebar .widget_recent_comments li:hover {border-bottom: none;}

.dark .blog .pagination span.dot {
    color: #fff;
    background-color: #000000;
}
.dark .blog .pagination a {
    background: #181a1f;
    color: #ffffff;
} 
.dark .sidebar .contact,.dark .sidebar_contact .contact{
    background-color: #191a1f;
    box-shadow: 0px 0px 1px 1px #323232;
}
.dark .contant-form {
    box-shadow: 0px 0px 1px 1px #323232;
    background: #181a1f;
}
.dark label {color: #ffffff;}

.dark input[type="text"], 
.dark input[type="email"], 
.dark input[type="url"], 
.dark input[type="password"], 
.dark input[type="search"], 
.dark input[type="number"], 
.dark input[type="tel"], 
.dark input[type="range"], 
.dark input[type="date"], 
.dark input[type="month"], 
.dark input[type="week"], 
.dark input[type="time"], 
.dark input[type="datetime"], 
.dark input[type="datetime-local"], 
.dark input[type="color"], 
.dark textarea {
    color: #ffffff;
    background: #181a1f;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #323232;
}
.dark .navbar .search-box-outer .dropdown-menu,.dark .search-box-outer .dropdown-menu {
    background-color: #181a1f !important;
}
.dark .dropdown-menu {border: 1px solid rgb(180 180 180 / 10%);}
.dark .busicare_header_btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.75rem 1.3rem;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
   /* background-color: #22a2c4;*/
    /*border-radius: 25px;*/
}
#slider-carousel .video-frame iframe {
    width: 100%;
    height: 300px;
    border: 0 none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
  .dark .busicare_header_btn {margin: 10px 0;}
}

.serv {
    margin-top: -75px;
    z-index: 100;
    position: relative;
}
.serv .post {
    background: #000000;
    padding: 30px 40px;
    box-shadow: 0 0 15px 0px #8b8b8b5e;
    border-radius: 10px;
    margin-bottom: 30px;
}
.serv .post .entry-title {
    margin: 0;
    font-size: 1.125rem;
}
.serv .post figure {
    margin: 0 0 0.25rem;
}
.serv .post i.fa {
    font-size: 45px;
    /*color: #22a2c4;*/
}
.serv .entry-header .entry-title a {color: #ffffff;}

.section-separator1 {
    position: relative;
    content: "";
    height: 5px;
    width: 200px;
    border-radius: 1px;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin-bottom: 4px;
}
/*#video_slider {
    position: fixed;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}*/
#slider-video {
    font-weight: 300;
    padding: 0.813rem 1.125rem;
    display: inline-block;
    font-size: 0.813rem;
    margin: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
#slider-video {
    border: 0.2rem solid #FFFFFF;
}
.item-video {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.text-center .item-video {
    position: relative;
    top: 25px;
    left: 0%;
}
.item-video {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.form-slider .widget {
    background-color: #181a1f;
    padding: 40px 30px 0;
    border-radius: 7px;
    margin-left: 30px;
}

@media (max-width: 767px) {
  .text-center .item-video {
    position: absolute;
    top: 90%;
    left: 50%;
  }
  .text-left .item-video {
    position: absolute;
    top: 90%;
    left: 20%;
  }
  .text-right .item-video {
    position: absolute;
    top: 90%;
    right: 0%;
  }
}
@media (max-width: 767px) {
  .slider-caption .btn-default {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.widget.widget_calendar {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0,0,0,0.5);
    padding: 1.875rem 1.563rem 2.5rem;
    color: #ffffff;
}
.widget-slide {
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.mejs-offscreen {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}

.dark .section-header h2,.dark h2 {color: #FFFFFF;}
.dark .navbar {
    background-color: #000000;
}
.dark .blog-author h5,
.dark .comment-detail h5,
.dark h5,
.dark .section-space.services .entry-title a {color: #FFFFFF;}
.dark .team-group, .dark .home-blog {
    background: #000000;
}
.dark h3,.dark .home-blog h3 a {
    color: #FFFFFF;
}
.dark .blog .post .entry-content a.more-link {
    color: #FFFFFF;
}
.dark .sponsors {
    background-color: #181A1F !important;
}
.dark .blog-author {
    background-color: #181A1F;
    border: 1px solid #323232;
}
.dark .comment-section {
    background-color: #181A1F;
}
.dark .comment-detail {
    border-bottom: 1px solid #323232;
}
.dark .comment-reply-title {
   /* border-bottom: 1px solid #323232;*/
}
.dark .navbar .nav .html,.dark .navbar .nav .html a{
    color: #fff;
}
.dark .woocommerce ul.products li.product,.dark .woocommerce-page ul.products li.product {
    background-color: #181a1f;
}
@media (max-width:991px){
.dark .woocommerce nav.woocommerce-pagination ul li a,.dark .woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
    }}
.dark #add_payment_method #payment, .dark .woocommerce-cart #payment,  .dark .woocommerce-checkout #payment {
    background: #181a1f;
}
.index4.header-logo {
    background-color: #181a1f;
}
.index4 .navbar, .index4 a.search-icon {
    background-color: transparent !important;
}
.addSerchBox{display: block;}
.dark .slider-caption .heading {
    background-color: #181a1f;
}
.cart-header a.cart-icon:hover{color: #fff;}
.dark .btn-default-dark:hover, .dark .btn-default-dark:focus {
    color: #fff;
}
.bcslider-section .owl-theme .owl-dots {top: 85%;}
.error-page .not-found-btn a:hover{color: #fff;}
.dark .btn-light:hover, .dark .btn-light:focus{color: #fff;}
.dark .navbar5 .nav .nav-item .nav-link:hover,.dark .navbar5 .nav .nav-item .nav-link:focus{color: #fff;}
.page-template-template-business span.woocommerce-Price-amount.amount {
    background-color: #000;
}
.dark .tagcloud a{
    color: #1c314c;
}
.dark .price_label,.woocommerce-widget-layered-nav-list .count {
    color: #fff;
}
@media (min-width: 992px)
{.navbar5 .navbar-nav > .active > a:after {
    content: '';
    position: relative;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    top: -15px;
    right: 42%;
    color: #000;
}}
.dark .navbar-toggler{
  background-color: #fff;
}
.dark .navbar-nav.sm-collapsible .has-submenu {
    padding-right: 0em;
}
@media (max-width: 991px){
.dark .navbar .nav .nav-item.main-header-btn {
    padding: 12px 0px;
}}
.dark .navbar.navbar5 .nav .nav-item:hover .nav-link, .navbar.navbar5 .nav .nav-item.active .nav-link {
    color: #fff;
}
.dark .navbar.navbar5 {
    background-color: #000000;   
}
.dark .navbar5.navbar .honey-btn.main-header-btn.hw,.dark .navbar5.navbar .main-header-btn.hw {
    margin-right: 1.875rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.page-template-template-contact-us-4 .contact-form-map.contact.mb-5,.page-template-template-contact-us-3 .section-space-page.contact{
padding-top: 4.375rem;
}
.page-template-template-contact-us-4 .page-seperate,.page-template-template-contact-us-3 .page-seperate{
padding-bottom: 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #323232;
    }
.sidebar .widget li {
    border-bottom: 1px solid #323232;
}
.woocommerce-Price-amount.amount,.woocommerce .quantity{
    color: #999999;
}
.dark.woocommerce a.remove.remove_from_cart_button {
    color: #ff0000;
}
.cta-2 p{
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #FFF;
    }
.widget .wp-block-tag-cloud a {
    background-color: #000000;
}
.widget .wp-block-calendar table th,.widget .wp-block-calendar table tr{
    color: #f2f2f2;
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #777;
}
.wc-block-product-categories-list-item-count{
    color: #fff;
}
.services2 .post .entry-header .entry-title a,
.services3 .post .entry-header .entry-title a,
.services4 .post .entry-header .entry-title a
 {color:#fff;}