
:root { --theme-general-color: #333;  /* theme gray color */ } :root { --theme-primary-color: #93c90e;  /* theme primary color */ } :root { --theme-secondary-color: #202430;  /* theme secondary color */ } :root { --theme-white-color: #fff;  /* theme white font color */ } :root { --theme-light-color: #f8f9fa;  /* theme light gray color */ } :root { --theme-gray-color: #efefef;  /* theme gray color */ } :root { --theme-text-gray: #c3c3c3; /* theme text gray color */ } :root { --theme-dark-color: #181a1d;  /* theme dark color ok*/ } :root { --theme-footer-color: #1e2124;  /* theme dark color ok*/ } :root { --theme-primary-opacity-color: rgba(14, 150, 246, .8);  /* theme secondary color */ } :root { --theme-secondary-opacity-color: rgba(37, 40, 43, .8);  /* theme secondary color */ } :root { --theme-white-opacity-color: rgba(255, 255, 255, 0.5);  /* theme light color */ } :root { --text-light-color: #a5a5a5;  /* text light color */ } :root { --theme-general-font: 'Montserrat', sans-serif; /* Font use for normal text and general text */} :root { --theme-hiperlink-font: 'Montserrat', sans-serif; /* Font use for normal text and general text */} :root { --theme-highlight-font: 'Montserrat', sans-serif;  /* Font used in title or special area */}  



.full-row {
    position: relative;
    width: 100%;
    padding: 10px 0 10px 0;
}
@media only screen and (min-width: 1024px) {
.awardcard {display: flex;    flex-direction: row;}
.full-row{	padding: 40px 0 40px 0;}
}
.widget table input {width:100%;}
.widget table tr td p {font-size:0.9rem;}
.post-content table a { background:#000000 !important; color:#fff !important;}
.post-content table a span {background: none !important;}

#pagecontent {background: #fff;    padding: 40px; margin-bottom:20px;border: 1px solid #e1e1e1;}
#pagecontent table{ width:100%;  }
#pagecontent table h2 {    margin-bottom: 0px; margin-top: 20px;}
#pagecontent table h4{ margin: 20px 0 30px 0;}
#pagecontent ul {list-style-position: outside; margin:0 0 20px 20px;}
#pagecontent li{ padding:0 0 20px 10px;line-height:1.8rem;display: table-row; }
#pagecontent li:before {
    content: '\2022';
    color: #93c90e;
    padding-right: 0.5em;
	font-size:1.5rem;display: table-cell;
}

#tube {display: flex;flex-direction: row;flex-wrap: wrap;    margin: 0 !important;justify-content: space-between; }
#tube li { padding: 0 0 0px 0px;}
#tube SMALL { line-height:1.2;}
#tube li:before {    display:none !important;}
#tubes li:before {    display:none !important;}

.signform {display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 !important;
    justify-content: space-between;}

#pagecontent li > ul > li{ padding:20px 0 0 10px;line-height:1.2rem; }
#pagecontent li > ul > li:before {
    content: '\2022';
    color: #93c90e;
    padding-right: 0.5em;
	font-size:1.5rem;
}

.widget table [type="button"], [type="reset"], [type="submit"], button{
    background:#93c90e ; border:0; color:#FFFFFF; padding:10px 20px;
}

.button a {
    background:#93c90e ; border:0; color:#FFFFFF; padding:10px 20px;
}
.button a:hover {
    color:#000 !important; 
}

#pagecontent h2 {margin-bottom:20px;}
.post-content {padding:20px;}
#homecontent {padding: 40px;border: 1px solid #e1e1e1; background: #fff;margin-bottom:20px;}
.client-list {display: flex;flex-wrap: wrap;justify-content: space-between;}
.client-list li {width: 42%;}
img.nav-logo {
    width: 200px;
}



.post-image img {
    width: 100%;

 }

.hof img{
object-fit: cover;
    object-position: center;
	    
	}

.post-content figure {float:right; margin:0 0 20px 20px; max-width:320px;}
.container,
.container-fluid{
	transition: all 0.6s ease 0s;
}



@media all and (max-width: 767px) {
#wrapper, #footer, #footer-bottom {    width: 100% !important;}
}
.homedisplay { 
    padding: 0px;
    background-color: #f3f3f3;
    color: #333;
    display: grid;

    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr 1fr;

grid-template-areas: "homehome" "homeabout" "homeportal" "homenews";
}
#pagecontent figure {float:none; margin:0 0 20px 0; max-width:100%;}

.homedisplay h2{ font-size:1.8rem;font-weight: normal;line-height: 2.0rem;} 
.homedisplay p{ font-size:0.8rem;} 
.homedisplay a{ font-size:0.8rem;} 
.homehome {grid-area: homehome;background: url(https://www.worldooh.org/img/toronto2020.jpg); background-size: cover; background-position: left top; padding: 20px 10px 20px 0; display:flex; flex-direction: column; align-items: flex-end;  justify-content: flex-end;min-height:400px; text-align:right;} 
.homehome h2{ color: #fff;
    font-size: 3.4rem; text-align:right;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 4.1rem;}
.homehome h3{     color: #93c90e;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.2rem; padding-left:40px;
    border-bottom: 2px solid #93c90e;
    letter-spacing: -0.6px;}
.homehome p sup{ color:#fff;font-size: 1.0rem;font-weight: 300;top: -0.9rem;}
.homehome p{ color: #fff;
    font-size: 1.24rem;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 2.1rem;
    letter-spacing: -0.6px;
    text-transform: uppercase;}
.homehome a{ color:#fff;padding:10px 20px; background:#93c90e; max-width:100%; text-align:center;}
.homehome a:hover{ color:#fff;}
.homehome a:visited{ color:#fff;}

.homeabout {grid-area: homeabout; background:#000;padding: 20px;display:flex; flex-direction: column; align-content: align-content: space-between;
    justify-content: space-between;} 
.homeabout h2{ color:#fff;}
.homeabout h3{ color:#fff;}
.homeabout p{ color:#fff;}
.homeabout a{ color:#fff;padding:6px 15px; background:#93c90e; max-width:42%; text-align:center;}
.homeabout a:hover{ color:#000;}
.homeabout a:visited{ color:#fff;}

.homeportal {grid-area: homeportal;background:#000; padding: 20px;display:flex; flex-direction: column; align-content: align-content: space-between;
    justify-content: space-between;} 
.homeportal h2{ color:#fff;}
.homeportal h3{ color:#fff;}
.homeportal p{ color:#fff;}
.homeportal a{ color:#fff;padding:6px 15px; background:#93c90e; max-width:40%; text-align:center;}
.homeportal a:hover{ color:#000;}
.homeportal a:visited{ color:#fff;}

.homenews {grid-area: homenews;background:#000; padding: 20px;display:flex; flex-direction: column; align-content: align-content: space-between;
    justify-content: space-between;}  
.homenews h2{ color:#fff;}
.homenews h3{ color:#fff !important;}
.homenews p{ color:#fff;}
.homenews a{ color:#fff;padding:6px 15px; background:#93c90e; max-width:40%; text-align:center;}
.homenews a:hover{ color:#000;}
.homenews a:visited{ color:#fff;}





@media all and (min-width: 600px) {

.homehome {padding: 10px 20px; }
.homehome sup{ font-size: 2.0rem;}
.homehome p{ font-size: 2.6rem;line-height: 4.1rem;letter-spacing:1px;}
.homehome h2{font-size: 3.4rem;    line-height: 4.0rem; letter-spacing: 0px; }
.homehome h3{font-size: 3.0rem;    line-height: 3.0rem;letter-spacing: 2px;}
.homehome a {margin-bottom: 40px;}
}

@media all and (min-width: 1000px) {
.homehome {padding: 20px 40px; }
.homehome h2{font-size: 3.4rem;    line-height: 4.0rem; letter-spacing: 0px; }
.homehome h3{font-size: 3.0rem;    line-height: 3.0rem; letter-spacing: 2px;}
#pagecontent figure {float:right; margin:0 0 20px 20px; max-width:320px;}
}

@media all and (min-width: 1200px) {
.homedisplay { 
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr;
grid-template-areas: 
"homehome homehome homehome homeabout homeabout"
"homehome homehome homehome homenews homenews"
"homehome homehome homehome homeportal homeportal"
;
}
.homehome h2{font-size: 3.6rem;    line-height: 4.0rem; letter-spacing: -0.6px;}
.homehome h3{font-size: 3.8rem;    line-height: 3.8rem;letter-spacing: -0.6px;}


}
.homebutton {padding: 0 !important;    margin: 0px 0px 0px 0px !important; width: 40% !important;}




.band {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  
  display: grid;
  
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 10px;
  
}

.band h2 {
    font-size: 18px;}

@media only screen and (min-width: 500px) {
  .band {
    grid-template-columns: 1fr 1fr;
  }  
  .item-1 {
  /*grid-column: 1/ span 2;*/
  }
  .item-1 h2 {
    
  }
}



@media only screen and (min-width: 1025px) {
  .band {
    grid-template-columns: 1fr 1fr  1fr  ;
  }
}

/* card */

.card {
  min-height: 100%;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.0);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #444;
  position: relative;
  top: 0;
  transition: all .1s ease-in;
}

.card:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}

.card article {
  padding: 20px;
  display: flex;
  
  flex: 1;
  justify-content: space-between;
  flex-direction: column;
  
}
.card .thumb {
  padding-bottom: 60%;
  background-size: cover;
  background-position: top center;
}

.card p { 
  flex: 1; /* make p grow to fill available space*/
  line-height: 1.4;margin-top: 1rem;
}



.card span {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0em 0 0 0;
}




body {
	font-size: 15px;
	font-family: var(--theme-general-font);
	font-weight: 400;
	line-height: 28px;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0
}
a, a:hover{
	text-decoration: none;
}
img{
	max-width: 100%
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a{
	font-family: var(--theme-highlight-font);
	margin-bottom: 0
}

h1, .h1{
	font-size: 32px;
	font-weight: 600
}
h2, .h2{
	font-size: 22px;
	font-weight: 500
}
h3, .h3{
	font-size: 20px;
	font-weight: 400
}
h4, .h4{
	font-size: 18px;
	font-weight: 400
}
h5, .h5 {
	font-size: 18px;
	font-weight: 600
}
h6, .h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px
}

/*=========================================================
 Color Settings
==========================================================*/
/*==============*Text color style*==============*/
.text-general{
	color: var(--theme-general-color) !important;
}
body,
.list-color-general li a,
.footer-widget li a,
.list-color-general a,
.footer-widget.quick-links a,
.footer-widget.contact-us a{
	color: var(--theme-general-color);
}
.hover-text-primary:hover *,
.nav-primary-hover .navbar-nav .nav-link:hover,
.nav-primary-hover .navbar-nav .active > .nav-link:hover,
.nav-primary-hover .navbar-nav .active > .nav-link,
.list-text-hover-primary li a:hover,
.media-icon-white a:hover,
.text-primary {
	color: var(--theme-primary-color) !important;
}
a,
a:hover,
.btn-link,
.btn-link:hover,
.post-admin ul li,
.footer-widget li a:hover,
.list-color-primary li a,
.list-color-primary a,
.navbar .navbar-nav li > ul.dropdown-menu li.active > a,
.product-detail .woocommerce-loop-product__title:hover,
.footer-simple-dark .footer-widget li a:hover,
.footer-default-dark .media-widget a:hover,
.nav-primary .navbar-nav .nav-link,
.nav-secondary .navbar-nav .active > .nav-link,
.nav-white .navbar-nav .active > .nav-link,
.search-form .btn-search,
.media-widget a:hover{
	color: var(--theme-primary-color);
}
.nav-secondary-hover .navbar-nav .nav-link:hover,
.nav-secondary-hover .navbar-nav .active > .nav-link:hover,
.nav-secondary-hover .navbar-nav .active > .nav-link,
.list-color-secondary li,
.list-color-secondary li a,
.list-color-secondary a,
.hover-text-secondary:hover *,
.text-secondary{
	color: var(--theme-secondary-color) !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.nav-secondary .navbar-nav .nav-link,
.post-admin ul li span,
.breadcrumb-item > a,
.media-widget a {
	color: var(--theme-secondary-color);
}
.text-white .breadcrumb-item > a,
.text-white .breadcrumb-item.active,
.media-icon-white a,
.nav-white .navbar-nav .nav-link{
	color: var(--theme-white-color);
}
.list-color-white li a,
.list-color-white li,
.list-color-white a,
.text-white,
.hover-text-white:hover * {
	color: var(--theme-white-color) !important
}
.text-dark {
	color: var(--theme-dark-color) !important;
}
.nav-dark .navbar-nav .nav-link {
	color: var(--theme-dark-color);
}
.list-color-gray li a,
.text-gray {
	color: var(--theme-text-gray);
}
.text-light {
	color: var(--text-light-color) !important;
}
.footer-classic-dark.text-light .media-widget a,
.footer-default-dark .media-widget a,
.footer-classic-dark.text-light .footer-widget li a {
	color: var(--text-light-color)
}


/*============ Background Colors ===============*/
.nav-tab-border .nav-link.mixitup-control-active,
.page-item.active .page-link,
.down-line::before{
	background-color: var(--theme-primary-color);
}
.down-line-white:before {
	background-color: var(--theme-primary-color);
}
.nav-primary-hover.nav-line-active .navbar-nav .active > .nav-link:before,
.nav-primary-hover.nav-line-active .navbar-nav .active > .nav-link:before,
.bg-primary{
	background-color: var(--theme-primary-color) !important
}
.nav-secondary-hover.nav-line-active .navbar-nav .active > .nav-link:before,
.nav-secondary-hover.nav-line-active .navbar-nav .active > .nav-link:before,
.down-line-secondary:before,
.owl-carousel button.owl-dot.active,
.bg-secondary{
	background-color: var(--theme-secondary-color) !important
}
.bg-light{
	background-color: var(--theme-light-color) !important
}
.bg-gray {
	background-color: var(--theme-gray-color) !important
}
.nav-dark-hover.nav-line-active .navbar-nav .active > .nav-link:before,
.nav-dark-hover.nav-line-active .navbar-nav .active > .nav-link:before,
.bg-dark {
	background-color: var(--theme-dark-color) !important
}
.bg-footer {
	background-color: var(--theme-footer-color) !important
}
.subscribe-form .form-control{
	background-color: var(--theme-light-color);
	border: 1px solid #e1e1e1;
}
.hover-bg-white:hover {
	background-color: var(--theme-white-color) !important
}
/*============ Background Opacity Colors ===============*/
.overlay-secondary::before{
	background-color: var(--theme-secondary-opacity-color);
}
.help-content,
.overlay-primary::before{
	background-color: var(--theme-primary-opacity-color)
}
.overlay-dark::before {
	background-color: var(--theme-dark-opacity-color)
}
/*============ Border Colors ===============*/
.border-bottom-gray{
	border-bottom-color: var(--theme-gray-color);
	border-bottom: 1px solid
}
.nav-tab-border .nav-link.mixitup-control-active,
.page-item.active .page-link {
	border-color: var(--theme-primary-color);
}

/*============ Mixed Colors ===============*/
.btn-primary {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
}
.btn-secondary{
	color: var(--theme-white-color);
	background-color: var(--theme-secondary-color);
}
.btn-white{
	color: var(--theme-secondary-color);
	background-color: var(--theme-white-color);
}

/*=============== Background Hover ===============*/
.hover-bg-primary:hover{
	background-color: var(--theme-primary-color) !important
}

/*==========================================================
 Font Variations
 ==========================================================*/
.ordenery-font {
	font-family: var(--theme-general-font) !important;
}
.higlight-font {
	font-family: var(--theme-highlight-font) !important;
}

/*==========================================================
 Flaticon font size
 ==========================================================*/
.flat-extra-large::before {
	font-size: 80px;
	line-height: 80px
}

.flat-large::before {
	font-size: 60px;
	line-height: 60px
}

.flat-medium::before {
	font-size: 45px;
	line-height: 45px
}

.flat-small::before {
	font-size: 30px;
	line-height: 30px
}

.flat-mini::before {
	font-size: 15px;
	line-height: 15px
}



/*==========================================================
 General CSS Start
 ==========================================================*/
 .down-angle-white::before {
    border-color: #fff transparent transparent transparent;
}
.down-angle-white::before {
    position: absolute;
    content: "";
    border-width: 15px;
    border-style: solid;
    bottom: -30px;
    left: 15px;
}
.blue103 {
	position: absolute;
	width: 100px;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--theme-secondary-color);
	z-index:99;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 20px
}
.py-8 {
	padding-top: 80px;
	padding-bottom: 80px
}
a.demo-example {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 100px 0;
    background-size: cover !important;
    border: 5px solid #fff;
}
a.demo-example:hover {
	margin-top: -10px
}
a.demo-example img{
	width: 100%
}
a.demo-example span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    height: 80px;
    padding: 20px 15px;
    color: var(--theme-general-color);
	font-weight: 500;
    font-size: 15px;
	font-family: var(--theme-highlight-font);
    text-align: center;
}
.breadcrumb {
	padding-left: 0;
	padding-right: 0
}
.blue100 {
	background-color:rgba(255, 255, 255, .95); 
	left: -50px
}
.blue101 {
	padding: 80px
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-family: var(--theme-hiperlink-font);
	font-weight: 500;
	font-size: 14px;
	position: relative;
}
.dropdown-item {
	font-family: var(--theme-hiperlink-font);
	font-weight: 500;
	font-size: 13px;
	position: relative
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	font-family: var(--theme-general-font);
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
}
.box-100px {
	width: 100px;
	height: 100px;
}
 
.sub-title{
	line-height: 30px;
	font-size: 15px;
	font-weight: 500;
	display: block;
	font-family: var(--theme-highlight-font)
}
a.text-primary:focus, 
a.text-primary:hover,
a.text-dark:hover,
a.text-dark:focus {
	color: 
}
[class*="overlay-"],
.down-line-white,
.down-line-secondary,
.down-line{
	position: relative;
}
.down-line-white,
.down-line-secondary,
.down-line{
	padding-bottom: 20px
}
[class*="overlay-"]::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}
.down-line-white:before,
.down-line-secondary:before,
.down-line::before{
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	left: 0;
	bottom: 0;
}
.letter-spacing-1 {
	letter-spacing: .5rem;
}
.text-center.down-line::before,
.text-center.down-line-white::before {
	left: 50%;
}
::placeholder{
	font-size: 12px;
	font-family: var(--theme-general-font)
}
.owl-carousel button.owl-dot,
.add_to_cart_button,
.product-detail .woocommerce-loop-product__title,
.img-hover-border::after,
.portfolio-classic .portfolio-img::before,
.transation{
	-moz-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.search-form .form-control {
	border-radius: 22px;
	width: 190px;
	height: 44px;
	padding: 5px 30px 5px 15px;
	font-family: var(--theme-general-font);
	font-size: 13px;
	border: 1px solid;
	border-color: var(--theme-gray-color);
	margin: 0
}
.search-form .btn-search {
	position: absolute;
	top: 50%;
	right: 22px;
	background: transparent;
	border: none;
	padding: 0;
	font-size: 14px;
}

.mb-30{
	margin-bottom: 30px
}
[class*="flaticon-"]::before{
	margin-left: 0
}
.bg-1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.post-admin ul li {
	display: inline-block;
	padding-right: 10px
}
#scroll {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
    display: none;
}
.top-header .media-widget a {
	margin-right: 0;
	margin-left: 15px
}
.tagline {
	font-weight: 500;
	font-family: var(--theme-highlight-font);
}
.w-mx-100 {
	width: auto;
	max-width: 100% !important
}
.font-mini {
	font-size: 13px;
}
.font-medium {
	font-size: 18px;
	line-height: 30px;
}
.font-large {
	font-size: 21px;
	line-height: 36px;
}

.font-extra-large {
	font-size: 26px;
	line-height: 40px;
}
.widget-feedback .owl-dots {
	display: none
}
.fag-category ul li {
	padding: 10px 5px;
	border-bottom: 1px solid #e1e1e1;
}
.fag-category ul li a {
	font-weight: 400
}
.faq-collaps span {
	font-weight: 500;
	transition: 0.4s;
	cursor: pointer
}
.faq-collaps span.active {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 15px;
	padding-bottom: 10px
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.underline {
	text-decoration: underline;
}

/*==========================================
 Form Style
===========================================*/
::-webkit-input-placeholder { /* Edge */
   font: var(--theme-general-font);
   font-size: 15px;
   font-weight: 400
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font: var(--theme-general-font);
	font-size: 15px;
	font-weight: 400
}

::placeholder {
	font: var(--theme-general-font);
	font-size: 15px;
	font-weight: 400
}
.form-control {
	border-radius: 3px;
	height: 46px;
	padding: .375rem 1rem;
	border: none;
	font: var(--theme-general-font) !important;
	font-size: 14px;
	margin-bottom: 15px
}
input {
	font: var(--theme-general-font) !important;
}
.form-control:focus {
	box-shadow: 0 0 0 0.05rem rgba(0,123,255,.25);
}

.border-light-form .form-control {
	background: transparent;
	border: 1px solid;
	border-color: #2e333a;
	color: #a4a7a9;
}
.form-icon-right .flat-mini {
	right: 20px;
	top: 10px;
	position: absolute;
}
.form-icon-left .flat-mini {
	left: 20px;
	bottom: 25px;
	position: absolute;
}
.navbar .navbar-nav li > ul.dropdown-menu li.active > a,
input:-internal-autofill-selected {
	background-color: transparent
}
.subscribe-banner .form-control {
	color: var(--theme-dark-color);
}
.form-boder .form-control {
	border: 1px solid #dcdee0;
	border-radius: 3px
}
form label {
	font-weight: 400
}
.form-check-input {
	margin: 0;
	top: 5px;
	width: 18px;
	height: 18px;
	background: var(--theme-gray-color);
}
.form-check label {
	margin-left: 25px
}
.from-underline input {
	border-bottom: 1px solid;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 30px
}
.from-underline input:focus {
	box-shadow: none
}
.from-underline.form-white input {
	border-color: #fff;
	color: #fff;
	background: transparent;
}
.from-underline .form-check {
	padding-left: 0
}




/*=====================================
 Contact Information Style
=====================================*/
.contact-info-light span {
	padding-left: 10px;
	font-weight: 500
}



/*=====================================
 Sidebar Style
=====================================*/
.sidebar .widget {
	padding: 40px;
	margin-bottom: 35px;
	background: #fff;
}
.portfolio-category ul li a {
	font-weight: 400
}
.portfolio-category ul li {
    padding: 8px 5px;
    border-bottom: 1px solid #e1e1e1;
}
.sidebar-portfolio.sidebar .widget{
	padding: 0
}
.widget_archive ul li a,
.widget_recent_entries ul li a,
.widget_product_categories ul li a,
.portfolio-category ul li a {
	color: var(--theme-general-color);
	font-size: 15px;
}
.widget_archive ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_product_categories ul li a:hover,
.portfolio-category ul li a:hover,
ul.product_list_widget li a:hover,
.tagcloud ul li a:hover {
	color: var(--theme-primary-color);
}
.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
	padding: 6px 0;
	border-bottom: 1px solid #e1e1e1;
	font-size: 15px;
}
.widget_product_categories ul li span{
	float: right
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_product_categories ul li:last-child {
	border-bottom: 0
}
.widget_product_categories {
	border: 1px solid #e1e1e1;
	padding: 30px 20px
}
.sidebar-blog .widget-title,
.shop-sidebar .widget-title {
	font-size: 18px;
	text-transform: uppercase
}
#sidebar .widget-title {
	margin-bottom: 20px
}
#sidebar .widget {
	margin-bottom: 20px
}
.tagcloud ul li {
	display: inline-block;
	margin-right: 0;
	margin-bottom: 4px
}
.tagcloud ul li a {
	padding: 3px 10px;
	border: 1px solid #e1e1e1;
	color: var(--theme-general-color);
	border-radius: 3px;
	font-size: 14px;
	display: block
}
.widget ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    width: 70px;
    margin-right: 10px;
	background-color: var(--theme-gray-color)
}
ul.product_list_widget li a {
	color: var(--theme-general-color);
	font-size: 16px;
	display: block;
	line-height: 20px
}
.product_list_widget .woocommerce-Price-amount {
	color: var(--theme-secondary-color);
	font-weight: 500
}
.product_list_widget del .woocommerce-Price-amount {
	color: var(--theme-general-color)
}
ul.product_list_widget li {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px
}
.search-widget form {
	position: relative
}
.search-widget input {
	border: 1px solid #e1e1e1;
	width: 100%;
	height: 50px;
	padding-right: 60px;
	margin: 0;
	background-color: var(--theme-gray-color);
	border-radius: 3px
}
.search-widget button {
	position: absolute;
    right: 0;
    top: 0;
	border-radius: 0 3px 3px 0;
    border: 0;
    height: 50px;
    width: 50px;
}
.sidebar-blog .widget {
	border: 1px solid #e1e1e1
}
.widget_categories ul li,
.widget_categories ul li a {
	font-size: 15px;
	color: var(--theme-general-color);
}
.widget_categories ul li a:hover {
	color: var(--theme-primary-color);
}
.widget_recent_entries ul li {
	margin-bottom: 10px
}
.widget_recent_entries ul li a {
	display: block;
	width: 100%;
	font-weight: 600;
}
.widget_recent_entries ul li a:hover {
	text-decoration: underline
}
.widget_recent_entries ul li span {
	font-size: 14px;
	font-style: italic;
	color: #a5a5a5;
}
.widget_fliker_photo ul li {
	display: inline-block;
	margin: 0 2px 5px 0;
	width: 65px
}




/*=====================================
 Table Style
=====================================*/
.table tr th {
	font-weight: 500;
	position: relative
}
.compare-chart-classic {
	width: 100%
}
.compare-chart-classic .table tr th,
.compare-chart-classic .table tr td {
	text-align: center;
	vertical-align: middle;
	border: none;
	width: 23%;
	padding: 15px 30px;
	border-right: 1px solid;
	border-color: var(--theme-secondary-color);
}
.compare-chart-classic .table tr th:first-child,
.compare-chart-classic .table tr td:first-child {
	text-align: left;
	width: 32%
}
.compare-chart-classic .table tr th {
	background-color: var(--theme-dark-color);
}
.compare-chart-classic .table tr td {
	background-color: var(--theme-light-color)
}
.compare-chart-classic .table tr:nth-child(odd) td{
	background-color: rgba(255, 255, 255, 0.05)
}
.compare-chart-classic .mark-table-col-2 tr th:nth-child(2),
.compare-chart-classic .mark-table-col-2 tr td:nth-child(2),
.compare-chart-classic .mark-table-col-3 tr th:nth-child(3),
.compare-chart-classic .mark-table-col-3 tr td:nth-child(3) {
	background-color: var(--theme-primary-color);
	color: var(--theme-secondary-color) !important;
	font-weight: 500
}
.compare-chart-classic .mark-table-col-2 tr th:nth-child(2) *,
.compare-chart-classic .mark-table-col-2 tr td:nth-child(2) *,
.compare-chart-classic .mark-table-col-3 tr th:nth-child(3) *,
.compare-chart-classic .mark-table-col-3 tr td:nth-child(3) * {
	color: var(--theme-secondary-color) !important;
}
.compare-chart-classic .mark-table-col-2 tr:nth-child(odd) td:nth-child(2),
.compare-chart-classic .mark-table-col-3 tr:nth-child(odd) td:nth-child(3){
	background-color: var(--theme-primary-opacity-color)
}

/*=====================================
 Shop Page Style
=====================================*/
.woocommerce-ordering {
    margin: 0;
    float: left;
    margin-right: 30px;
}
.woocommerce-ordering select {
    font-weight: 400;
    height: 45px;
    padding: 0 15px;
    width: 100%;
    background: var(--theme-gray-color);
	color: var(--theme-general-color);
    border: none;
}
.woocommerce-ordering-pages {
	line-height: 45px
}
.view-category button {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: var(--theme-gray-color);
	border: 1px solid;
	border-color: var(--theme-gray-color);
	border: none;
}
.view-category button.active {
	border: 1px solid;
	border-color: var(--theme-primary-color);
}
.woocommerce-thumb {
    margin-right: -15px;
    margin-left: -15px;
}
.woocommerce-thumb:after, .woocommerce-thumb:before {
    display: table;
    content: " ";
}
.products-grid-view ul.products li {
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
	display: inline-block;
	margin-bottom: 30px;
}
.products-grid-view.product-4-column ul.products li {
	flex: 0 0 25%;
    max-width: 25%;
}
.products-grid-view.product-2-column ul.products li {
	flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-product ul.products {
	margin: 30px 0;
}
.woocommerce-single,
.woocommerce-product ul.products {
    padding: 0;
    list-style: none outside;
    clear: both;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-product .product-img {
	background-color: var(--theme-light-color);
}
.product-detail .woocommerce-loop-product__title {
	font-size: 15px;
	color: var(--theme-general-color);
	font-weight: 500;
	margin-bottom: 5px;
}
.product .product-detail {
	padding-top: 15px;
	position: relative
}
.product-detail .price .woocommerce-Price-amount {
	color: var(--theme-secondary-color);
	font-weight: 500;
	font-size: 16px
}
.product-detail .price del .woocommerce-Price-amount {
	color: var(--theme-general-color)
}
.star-rating {
    line-height: 18px;
}
.star-rating i {
	letter-spacing: -2px;
	color: #f6b70c
}
.star-rating i::before {
	font-size: 10px;
}
.add_to_cart_button {
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 13px;
	font-family: var(--theme-hiperlink-font);
	background-color: var(--theme-secondary-color);
	color: #fff;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -40px;
}
ul.products li:hover .add_to_cart_button {
	visibility: visible;
	opacity: 1;
}
.woocommerce-product .product-detail {
	position: relative
}
.product-img {
	position: relative;
}
.product-img span {
	padding: 3px 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
}
.product-img span.onsale {
	background-color: var(--theme-primary-color);
}
.product-img span.new {
	background-color: #80bd66
}
.summary.entry-summary,
.woocommerce-product-gallery {
	flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.woocommerce-product-gallery {
	padding-bottom: 100px
}
.woocommerce-product-gallery__wrapper {
	background-color: var(--theme-light-color);
}
.full-img-sweep .ls-thumbnail-wrapper {
	margin-top: 20px
}
.product_title.entry-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}
.summary.entry-summary .price {
	margin-top: 25px;
	display: block
}
.summary.entry-summary .price ins {
	font-size: 20px;
	color: var(--theme-primary-color);
	font-weight: 600;
}
.stock.in-stock {
	color: #fff;
	background-color: #7eb864;
	line-height: 34px;
	padding: 0 20px;
	display: inline-block;
	margin-top: 15px;
	font-size: 13px;
	margin-bottom: 15px
}
.entry-summary form div input,
.entry-summary select {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	margin-right: 15px;
}
.entry-summary form div {
	margin-bottom: 15px
}

.entry-summary form div button {
	padding: 5px 20px;
	background-color: var(--theme-secondary-color);
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	color: #fff;
	font-weight: 500;
	font-family: var(--theme-hiperlink-font)
}
.entry-summary form div button:hover {
	filter: brightness(110%);
}
.entry-summary .product_meta {
	font-size: 13px;
}
.woocommerce-tabs {
	margin-top: 50px;
	width: 100%;
	padding-left: 15px;
    margin-right: 15px
}
.woocommerce-tabs .tab-content {
	padding: 30px
}
.woocommerce-tabs .tab-content {
	border: 1px solid;
	border-color: transparent #dee2e6 #dee2e6 #dee2e6
}
.wc-tabs li a {
	font-weight: 500;
    font-size: 15px;
}
.woocommerce-tabs .tab-content h2 {
	font-size: 18px;
	margin-bottom: 10px
}
ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
	padding:0;
	margin-top: 30px
}
ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
	list-style: none
}
ol.commentlist li .comment-text {
    margin: 0 0 0 70px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}
ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: auto;
    margin: 0;
    box-shadow: none;
}
ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}
ol.commentlist .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
#review_form #respond input,
#review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
	border: 1px solid #e1e1e1
}

/*------ Cart Page CSS -------*/
.cart_totals  table,
table.cart {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 3px;
}
table.cart th {
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
	background-color: var(--theme-light-color);
}
.cart_totals  table td,
.cart_totals  table th,
table.cart td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
table.cart img {
	background-color: var(--theme-light-color);
}
table.cart input {
	padding: 8px 12px;
	border: 1px solid #e1e1e1
}
table.cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
table.cart .product-remove {
    width: 42px;
}

table.cart .product-thumbnail {
	width: 120px
}
table.cart .product-subtotal {
	text-align: right
}
table.cart .actions button {
	line-height: 40px;
    border: 0;
    background-color: var(--theme-primary-color);
    padding: 0 15px;
    color: #fff;
	display: inline-block;
	left: auto;
}
.cart_totals .order-total .woocommerce-Price-amount {
	color: var(--theme-primary-color);
	font-size: 20px
}
table.cart .actions button.button:disabled[disabled]{
	background-color: #ebe9eb;
}
table.cart .actions .coupon {
	float: left
}
table.cart td.actions {
	text-align: right
}
.cart_totals  h2 {
	font-size: 21px;
	margin-bottom: 20px
}
.cart-shipping form .form-control {
	border: 1px solid #e1e1e1
}




/*=====================================
 Layout Position
=====================================*/
.top-0{
	top: 0;
}
.left-0 {
	left: 0;
}
.right-0 {
	right: 0;
}
.bottom-0 {
	bottom: 0;
}
.text-center.down-line-white::before,
.nav-tab-line li:after,
.nav-tab-line a:after,
.x-center,
.text-center.down-line::before{
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.y-center,
.search-form .btn-search{
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.xy-center,
.slider-caption,
.video-popup span {
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*=====================================
 Owl Carusel
=====================================*/
.owl-carousel.dot-disable .owl-dot,
.owl-carousel.nav-disable .owl-nav {
	display: none !important
}
.owl-carousel button.owl-dot.active {
	width: 15px;
	background-color: var(--theme-primary-color) !important;
	border-radius: 2px
}
.dot-secondary.owl-carousel button.owl-dot.active {
	background-color: var(--theme-secondary-color) !important;
}
.owl-carousel button.owl-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: var(--theme-gray-color)
}
.owl-carousel .owl-dots {
	margin-top: 15px;
    display: table;
    margin: 0 auto;
}
.owl-nav button:focus {
	outline: none !important
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.single-image-carousel .owl-carousel .owl-nav button {
	width: 45px;
	height: 60px;
	line-height: 60px;
}
.portfolio-carousel .owl-carousel .owl-nav button,
.single-image-carousel .owl-carousel .owl-nav button {
	text-align: center;
	font-size: 21px;
	color: #fff;
	background-color: var(--theme-primary-opacity-color);
	z-index: 9;
    top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.portfolio-carousel .owl-carousel .owl-nav button {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.portfolio-carousel .owl-carousel .owl-nav button.owl-prev {
	left: -70px;
}
.portfolio-carousel .owl-carousel .owl-nav button.owl-next {
	right: -70px;
}



/*=====================================
 Tab Nav
=====================================*/
.tab-hide {
	display: none
}
.nav-tab-line {
	border-bottom: none !important
}
.nav-tab-line li {
	border-width: 0 0 2px 0 !important;
	border-style: solid !important;
	border-color: var(--theme-primary-color) !important;
}
.tab-simple .nav-tabs .nav-item.show .nav-link, 
.tab-simple .nav-tabs .nav-link.active {
	background: none
}
.mix-tab ul li,
.tab-simple ul li {
	font-weight: 500;
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 10px 15px;
}
.nav-tab-line li.mixitup-control-active:after,
.nav-tab-line li.active:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: var(--theme-primary-color);
	background-color: #fff;
	transform: rotate(45deg);
	margin-left: -5px;
	border-top: transparent;
	border-left: transparent;
	bottom: -7px
}
.bg-light .nav-tab-line li.mixitup-control-active:after,
.bg-light .nav-tab-line li.active:after{
	background-color: var(--theme-light-color);
}
.bg-secondary .nav-tab-line li.mixitup-control-active:after,
.bg-secondary .nav-tab-line li.active:after{
	background-color: var(--theme-secondary-color);
}
.nav-tab-border .nav-link {
    position: relative;
    font-weight: 500;
    padding: .8rem 1.2rem;
	margin-left: -1px;
    color: var(--theme-general-color);
    line-height: 1.25;
    border: 1px solid #dee2e6;
	font-family: var(--theme-hiperlink-font)
}
.nav-tab-border .nav-link:first-child{
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.nav-tab-border .nav-link:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.nav-tab-border .nav-link.mixitup-control-active {
	color: #fff
}
.history-tab ul li {
	font-family: var(--theme-highlight-font);
	font-size: 20px;
	font-weight: 700;
	padding: 10px 25px
}
.history-tab ul li.active {
	font-size: 40px;
	padding: 15px 25px;
	color: var(--theme-primary-color) !important;
}
.history-tab .nav-tab-line li.active:after {
	top: 94%
}



/*=====================================
 Data List Table
=====================================*/
.product-tab-table ul,
.table-classic ul {
	display: table-row;
	width: 100%;
}
.table-classic ul:nth-child(odd){
	background-color: var(--theme-light-color);
}
.table-classic ul:nth-child(even){
	background-color: var(--theme-gray-color);
}
.table-classic ul li {
	display: table-cell;
	padding: 10px
}
.table-classic ul li:first-child {
	white-space: nowrap;
	font-weight: 500;
}
.product-tab-table ul li {
	display: table-cell;
	padding: 6px 20px
}
.product-tab-table ul li{
	border-bottom: 1px solid #e1e1e1
}
.product-tab-table ul:last-child li {
	border-bottom: none
}




/*=====================================
 Pricing Table Style
=====================================*/
.pricing-thumb-classic .price-data {
	background: rgba(255, 255, 255, 0.1)
}
.price-chart li {
	line-height: 30px
}
.pricing-thumb-classic .btn-secondary {
	color: #fff !important
}
.pricing-thumb-classic {
	margin-left: -10px;
	margin-right: -10px
}
.pricing-thumb-ultra ul {
	padding: 15px 0
}
.pricing-thumb-ultra ul li {
	display: inline-block;
	width: 100%;
	line-height: 35px;
	position: relative;
	z-index:99
}
.pricing-thumb-ultra ul li span {
	float: right;
	text-align: right;
	font-weight: 700;
	color: var(--theme-dark-color);
}
.pricing-thumb-ultra::after {
	content: "";
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background: var(--theme-primary-opacity-color);
	bottom: 70px;
	right: -40%;
	z-index: 9
}



/*=====================================
 Page Banner Style
=====================================*/
.page-banner-image h1,
.page-banner-simple h1{
	font-size: 35px;
	line-height: 50px;
}


/*=====================================
 Thumbnails Block
=====================================*/
.thumb-bg-image > * {
	position: relative;
	z-index: 9
}
.timeline-thumb {
	margin-bottom: 30px
}
.thumb-transparent hr {
	margin: 0 auto;
	margin-top: 20px;
	width: 30px;
	height: 3px;
	background-color: var(--theme-secondary-color);
}
.thumb-transparent:hover hr{
	width: 50px
}
.divider-col-3 .thumb-transparent {
	margin: -1px;
}
.divider-col-3 > div {
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: var(--theme-gray-color);
}
.divider-col-3 > div:nth-child(3n+0) {
	border-right: 0
}
.divider-col-3 > div:nth-last-child(-n+3) {
	border-bottom: 0
}
.thumb-numbering p {
	padding-top: 20px
}
.thumb-zoomer {
	position: relative;
	height: 100%
}
.thumb-zoomer:hover {
	height: 110%
}
.thumb-zoomer > a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: none;
	position: absolute;
	bottom: 30px
}
.thumb-zoomer.hover-text-white > a > i {
	color: var(--theme-primary-color) !important;
}
.thumb-zoomer:hover > a {
	display: block
}
.thumb-modern-border {
	border: 5px solid;
	border-color: var(--theme-primary-color);
}
.thumb-modern-border i {
	margin-top: -60px;
	padding: 10px;
}
.thumb-basic i {
	margin-right: 10px
}
.thumb-line {
	position: relative
}
.thumb-line .price {
	right: 30px;
	font-weight: 600
}
.thumb-line {
	border-bottom: 2px solid;
	border-bottom-color: transparent;
}
.thumb-line:hover {
	border-bottom-color: var(--theme-primary-color);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)
}
.thumb-line a,
.thumb-line .price{
	line-height: 35px;
    display: block;
}
.feature-thumb-border {
	border: 1px solid #fff
}
.feature-thumb-border:hover {
	background-color: var(--theme-primary-color) !important;
}




/*=====================================
 Portfolio Thumbnails
=====================================*/
.portfolio-classic {
	margin-bottom: 30px
}
.portfolio-classic .portfolio-img:hover .portfolio-hover {
	opacity: 1;
}
.portfolio-classic .portfolio-img .portfolio-hover {
	line-height: 45px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}
.portfolio-classic .portfolio-hover a {
	width: 50%;
    text-align: center;
    display: block;
    float: left;
	border-right: 1px solid;
	border-color: var(--theme-dark-color);
}
.portfolio-classic .portfolio-hover a:last-child {
	border: none
}

.portfolio-classic .portfolio-img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	background: var(--theme-white-opacity-color);
}
.portfolio-classic .portfolio-img:hover::before {
	visibility: visible;
	opacity: 1;
}
.portfolio-view {
	font-size: 13px
}




/*=====================================
 Blog Post
=====================================*/
.thumb-blog-simple {
	position: relative
}
.thumb-blog-simple .post-image .date {
	position: absolute;
	color: var(--theme-white-color);
	left: 25px;
	bottom: 15px
}
.post-title {
	line-height: 1.5
}
.post-meta a span {
	color: #a5a5a5;
	font-size: 13px
}
.post-meta a:hover span {
	text-decoration: underline;
}
.post-meta > a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e1e1e1
}
.post-meta > a:last-child {
	border-right: none
}
.thumb-blog-default {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	background: #fdfdfd;
	border-radius: 10px;
}
.thumb-blog-default img{
border-radius: 10px 10px 0 0;
}
.thumb-blog-default a.btn-text {
	text-decoration: underline;
}
.post-gallery a {
	width: 33.33%;
	display: block;
	float: left
}




/*=====================================
 Single Blog Post
=====================================*/
.post-content blockquote {
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
	margin: 35px 0;
	padding: 10px 0 10px 40px;
	font-family: 'Crete Round', serif;
	line-height: 32px;
	border-left: 5px solid;
	border-color: #e1e1e1
}
.share-post span {
	padding-right: 15px
}
.share-post a {
	font-size: 14px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: inline-block;
}
.share-post a:hover {
	background-color: var(--theme-primary-color);
	color: #fff
}
.share-post {
	padding: 15px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.author-image{
	flex: 0 0 80px;
	-ms-flex: 0 0 80px;
	margin-right: 15px;
	float: left
}
.comments img {
	width: 75px
}
.comments-date {
	font-size: 14px;
	font-style: italic;
	color: #a5a5a5;
}





/*=====================================
 Hover Effect
=====================================*/
.img-hover-border {
	width: 100%;
	height: 100%;
	position: relative;
}
.img-hover-border::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid;
	border-color: transparent
}
.img-hover-border:hover::after {
	border: 10px solid;
	border-color: var(--theme-primary-color);
}
.hover-pull-up:hover {
	transform: translateY(-20px);
}



/*==========================================================
 Testimonials
 ==========================================================*/
.testimonial-bordered {
	border: 10px solid;
	border-color: var(--theme-light-color);
}
.testimonial-bordered .dive-line {
	height: 2px;
	background: var(--theme-light-color);
}
.testimonial-bordered .single-carusel {
	width: 70%
}
.testimonial-bordered .quote-icon {
	right: 80px;
	top: -60px
}
.testimonial-bordered .owl-nav {
	position: absolute;
	right: -35%;
	top: 40%
}
.testimonial-bordered .owl-nav button span {
	font-size: 150px
}
.testimonial-simple p {
	margin-top: 30px;
	line-height: 32px;
	font-size: 17px
}
.testimonial-simple .owl-carousel button.owl-dot.active {
	background-color: var(--theme-primary-color) !important;
}


/*=====================================
 Header Styles
=====================================*/
.transparent-header-modern .navbar-brand {
    padding: 0;
    width: 160px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--theme-secondary-color) !important;
    text-decoration: none;
    background-color: var(--theme-gray-color) !important;
}
.navbar{
	padding: 0;
	width: 100%;

}
.transparent-header-modern .nav-logo{
	padding: 40px 20px;
    background-color: var(--theme-white-color);
}
.top-contact li {
	float: left;
	margin-right: 20px;
	line-height: 40px
}
.top-header {
	font-size: 13px
}
.top-header .media-icons a{
	margin-left: 10px;
	line-height: 40px
}
.top-nav li {
	display: inline-block;
	line-height: 40px;
	padding: 0 7.5px
}
.top-nav li:first-child {
	padding-left: 0
}
.top-nav li:last-child {
	padding-right: 0
}
.devide-header .top-header .media-icons a {
	margin-left: 20px;
}
.nav-bar-top li {
	line-height: 40px;
}
.nav-bar-top.right li{
	float: right;
	margin-left: 20px
}
.nav-bar-top.left li {
	float: left;
	margin-right: 20px
}
.cart-view a.top-quantity span {
	position: absolute;
    padding: 0 9px;
    line-height: 23px;
    border-radius: 50%;
    background: var(--theme-primary-color);
    font-size: 10px;
    color: #fff;
    top: -15px;
    left: 12px;
    text-align: center;
}
.search-pop span {
	cursor: pointer
}
.search-pop .search-form {
	position: absolute;
	padding: 10px;
	top: 50px;
	right: -30px;
	visibility: hidden;
	opacity: 0
}
.search-form.visible {
    animation-name: slideInRight;
    animation-duration: 0.3s;
    visibility: visible;
    opacity: 1;
}
.search-pop  .search-form .form-control {
	width: 250px;
}
.ecommerce-header .top-header {
	border-bottom: 1px solid #e1e1e1;
	font-size: 13px;
	padding: 7px 0;
}
.ecommerce-header .top-links {
	flex-direction: row
}
.ecommerce-header .top-links li a {
	color: var(--theme-general-color);
}
.ecommerce-header .top-links li {
	padding: 0 15px;
	border-right: 1px solid #e1e1e1
}
.ecommerce-header .top-links li:last-child {
	border: none;
	padding-right: 0
}
.product-search {
	margin: 13px 0
}
.product-search form {
	border: 2px solid;
	border-radius: 3px;
	border-color: var(--theme-primary-color);
	position: relative
}
.product-search form button {
	position: absolute;
	right: 0;
	top: 0
}
.product-search form select {
	border-right: 1px solid #e1e1e1;
	padding: 0 10px;
	width: 120px
}
.product-search form button {
	margin: 0;
    border: 0;
    background-color: var(--theme-primary-color);
    height: 48px;
    width: 48px;
    text-align: center;
}
.product-search form input.form-control {
	width: calc(100% - 165px);
}
.ecommerce-header .cart-view {
	margin: 22px 0
}
.ecommerce-header  .cart-view i {
	margin-right: 10px
}
.ecommerce-header  .cart-view a.top-quantity {
	line-height: 35px;
	color: var(--theme-secondary-color);
	font-weight: 500
}
.ecommerce-header  .cart-view a.top-quantity span {
	border-radius: 50%;
    padding: 0 10px;
    line-height: 27px;
    top: -16px;
    left: 18px;
}




/*==========================================
	Buttons
===========================================*/
.btn{
	font-family: var(--theme-hiperlink-font);
	font-weight: 500;
	font-size: 15px;
	border: none;
	border-radius: 3px;
	padding: 0 25px;
	line-height: 46px;
}
.btn.btn-large {
	padding: 0 30px;
	line-height: 60px;
	font-size: 16px
}
.btn-link{
	font-family: var(--theme-hiperlink-font);
	font-weight: 500;
	font-size: 15px
}
.btn-primary {
	border: none;
	border-color: transparent;
}
a.add_to_cart_button:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
	color: var(--theme-white-color);
	background-color: var(--theme-primary-color);
	border-color: transparent;
	filter: brightness(110%);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:hover {
    color: var(--theme-white-color);
    background-color: var(--theme-secondary-color);
    border-color: transparent;
	filter: brightness(125%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-dark.btn-border {
	border: 2px solid;
	border-color: var(--theme-dark-color);
	background-color: transparent;
	color: var(--theme-dark-color);
	font-weight: 700 
}



/*==========================================
 CountDown
===========================================*/
.counter-boxed ul li {
	float: left;
	width: 32.2%;
	margin: 2px
}



/*==========================================
 Pagination
===========================================*/
.pagination-default .page-link {
    position: relative;
    display: block;
	font-size: 14px;
    padding: .8rem 1.2rem;
	color: var(--theme-general-color);
    line-height: 1.25;
    border: 1px solid #dee2e6;
}




/*==========================================
 Progesss Bar
===========================================*/
.fact-counter .progress {
	height: 5px;
	width: 100%;
	overflow: visible;
	border-radius: 0
}
.progress-bar {
    transition: all 3000ms ease 0s;
    width: 0;
}
.bar-progress {
	font-weight: 500
}
.bar-progress .skill-percent {
	position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
}


/*==========================================
 List Styles
===========================================*/
.list-half-width li{
	width: 50%;
	float: left;
	padding: 5px
}
.list-full-width li{
	width: 100%;
	float: left;
	padding: 5px
}
.list-three-fold-width li {
	width: 33.32%;
	float: left;
	padding: 5px
}
.list-bullate li {
	list-style-type: disc;
	font-weight: 500;
	list-style-position: inside;
}
.list-num li {
	list-style-type: decimal;
	margin-left: 12px;
	padding: 10px 0;
	padding-left: 20px
}
.list-squire-check span {
	display: block;
	float: left;
	margin-right: 10px
}
.list-squire-check  li {
	line-height: 32px;
	margin: 12px 0
}



/*==========================================
 Backgrounds Utility
===========================================*/
.bg-center {
	background-position: center center;
	background-repeat: no-repeat
}
.bg-parallax {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat
}


/*==========================================
 Timeline Design
===========================================*/
.timeline-bar-white::before {
	content:"";
	position: absolute;
	height: 2px;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%
}
.timeline-bar-white::after {
	content:"";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 10px;
	top: -9px;
	border: 5px solid;
	border-color: var(--theme-primary-color);
	border-radius: 100%;
	background: #fff
}


/*==========================================
 Accordion
===========================================*/
.simple-accordion .card,
.simple-accordion .card-header {
	border: 0
}
.simple-accordion .card-header {
	padding: 5px
}
.simple-accordion .card {
	margin-bottom: 10px
}

.simple-accordion .card-body {
	padding: 20px 28px
}
.simple-accordion .card-body ul li {
	list-style-type: decimal;
	list-style-position: inside;
}


/*==========================================
 Video Play
===========================================*/
.simple-video-play {
	line-height: 70px;
}
.simple-video-play a {
	width: 70px;
	height: 70px;
	display: block;
	text-align: center;
	float: left;
	background-color: var(--theme-primary-opacity-color);
}
.simple-video-play a i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
}


/*==========================================
 Footer Style
===========================================*/
.footer-logo img {
    width: 60%;
}
.footer-logo a {
	display: inline-block;
	line-height: 50px;
}
.footer-logo{
	
}
.footer-widget .widget-title {
    line-height: 50px;
}
.copyright{
	font-size: 14px
}
.copyright.bg-dark {
	color: var(--theme-text-gray);
}
.line-menu li:nth-child(even){
	margin: 0 15px
}
.footer-widget {
    display: inline-block;
	width: 100%
}
.footer-widget li{
	margin-bottom: 8px
}
.footer-widget li a {
	display: inline-block
}
.post-widget li a{
	padding: 5px 0;
	font-weight: 500;
	display: block
}
.footer-nav ul li {
	line-height: 26px
}
.contact-widget ul li {
	margin-bottom: 30px
}
.media-widget a {
	margin-right: 15px
}
.footer-default-dark .post-widget li a {
	color: #fff
}
.footer-default-dark {
	color: var(--theme-text-gray)
}
.footer-default-dark .footer-nav ul li a {
	color: var(--theme-gray-color)
}
.footer-default-dark .footer-nav ul li a:hover,
.footer-default-dark .post-widget li a:hover {
	color: var(--theme-primary-color);
}
.footer-default-dark .widget-title,
.footer-classic-dark .widget-title {
	color: #fff
}
.footer-classic-dark .contact-widget li {
	font-size: 16px;
	font-family: var(--theme-highlight-font);
	font-weight: 700
}
.footer-classic-dark .contact-widget li:nth-child(n+2){
	font-size: 24px;
	padding: 15px 0;
	color: var(--theme-primary-color);
}
.footer-classic-dark .media-widget a,
.footer-classic-dark .footer-widget li a {
	color: #fff
}
.footer-classic-dark .media-widget a:hover,
.footer-classic-dark .footer-widget li a:hover {
	color: var(--theme-primary-color);
}
.footer-simple-modern .footer-nav li,
.footer-simple-dark .footer-nav li,
.footer-classic-dark .footer-nav li {
	width: 50%;
	float: left;
	padding-right: 10px
}
.subscribe-widget .form-control {
	font-weight: 500;
	margin-bottom: 15px
}
.footer-classic-dark .subscribe-widget .form-control {
	background-color: var(--theme-light-color);
	color: #fff;
}
.footer-simple-dark .footer-widget li a{
	color: var(--theme-general-color);
}
.footer-simple-dark .widget-title {
	color: #fff;
	border-bottom: 2px solid #5c6066
}
.footer-simple-dark .widget-hours ul li span {
	color: #fff
}
.widget-hours ul li span {
	float: right
}
.footer-simple-dark .subscribe-widget .form-control {
	background-color: #141b25;
	color: var(--theme-general-color)
}
.sitemap {
	text-align: right
}
.sitemap li {
	display: inline-block;
	padding: 0 10px
}
.sitemap li {
	border-right: 1px solid #fff;
	line-height: 20px
}
.sitemap li:last-child {
	border-right: 0;
	padding-right: 0
}
.widget-ecommerce-contact span {
	display: inline-block;
	width: 100%
}
.footer-ecommerce .widget-title {
	font-size: 18px
}



/*==============*Home 1 About section*==============*/
.client-sign .name{
	display: block;
}
.client-sign img{
	width: auto
}
/*=============Video Pop Up Section style===========*/
.intro-video {
	width:100%;
	min-height: 370px;
}
.video-popup span {
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 2;
}

/*=============Our approach Section style===========*/
.help-content {
	width: 90%;
	height: 90%;
	position: absolute
}


/*=============Subscribe Form Section style===========*/
.subscribe-form button{
	position: absolute;
    top: 0;
    right: 0;
    height: 46px;
    border-radius: 0 3px 3px 0;
}


/*================================
2. Security page Header Section style
 ================================*/
.nav-on-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.nav-on-top {
    animation-fill-mode: both;
    width: 100%;
    z-index: 999;
    top: 0;
    position: absolute;
}



/*==================================================
 Case Study
===================================================*/
.case-study-line .item{
	position: relative
}
.case-study-line img {
	width: 70%;
}
.case-study-line  > div:nth-child(odd) > img {
	float: left
}
.case-study-line  > div:nth-child(even) > img {
	float: right
}
.case-absolute {
	position: absolute;
	width: 60%;
	top: 50%;
	transform: translateY(-50%);
}
.case-study-line  > div:nth-child(odd) > .case-absolute {
	right: 0
}
.case-study-line  > div:nth-child(even) > .case-absolute {
	left: 0
}



/*====================================================
	Responsive Media Query CSS 
======================================================*/
.multi-demo li {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
@media screen and (min-width:768px) {
	.mt-md-100{
		margin-top: 100px
	}
	.multi-demo li {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}
@media screen and (min-width:992px) {
	.multi-demo li {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	@keyframes menu-sticky {
		0% {
			margin-top: -150px;
		}
		50% {
			margin-top: -90px;
		}
		100% {
			margin-top: 0;
		}
	}
	header.fixed-top {
		position: fixed !important;
		top: -1px;
		right: 0;
		left: 0;
		z-index: 99991;
		animation-duration: 1s;
		animation-name: menu-sticky;
		animation-timing-function: ease-in-out;
		margin: 0;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
		border: none
	}
	.transparent-header-modern.fixed-top,
	.transparent-header.fixed-top {
		background-color: var(--theme-dark-color);
		padding: 0 !important
	}
	.transparent-header-modern.fixed-top .nav-logo{
		padding: 10px 25px
	}
	.transparent-header-modern.fixed-top .navbar-brand {
		margin: 0 !important
	}
	header.fixed-top .top-header,
	header.fixed-top .middle-header{
		display: none
	}
	.line-seperate-header.fixed-top .navbar,
	.default-header.fixed-top .navbar {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}
	.nav-line-active .navbar-nav .nav-item:first-child {
		margin-left: 0
	}
	.navbar-expand-lg .navbar-nav .nav-item {
		margin: 0 10px;
	}
	.navbar-expand-lg.nav-border-active .navbar-nav .nav-item {
		margin: 0 5px
	}
	.navbar-expand-lg .navbar-nav > li.nav-item {
		line-height: 80px
	}
	.line-seperate-header .navbar-expand-lg .navbar-nav > li.nav-item {
		margin: 0;
		line-height: 16px;
		padding: 10px 0
	}
	.line-seperate-header .navbar-expand-lg .navbar-nav > li.nav-item > a {
		border-right: 1px solid;
		border-color: var(--theme-light-color);
		padding: 0 15px;
	}
	.line-seperate-header .navbar-expand-lg .navbar-nav > li.nav-item:last-child > a {
		border: none
	}
	.ecommerce-header .navbar-expand-lg .navbar-nav > li.nav-item,
	.classic-header .navbar-expand-lg .navbar-nav > li.nav-item {
		line-height: 50px
	}
	.ecommerce-header .navbar-expand-lg .navbar-nav > li.nav-item:first-child {
		margin-left: 0
	}
	.navbar-expand-lg.nav-border-active .navbar-nav > .nav-item a.nav-link {
		padding: 0 15px
	}
	.navbar-expand-lg.nav-border-active .navbar-nav > .nav-item.active a.nav-link {
		border: 1px solid;
		border-color: var(--theme-primary-color);
		border-radius: 3px
	}
	.shop-offer-link a {
		font-weight: 500;
		text-decoration: underline
	}
	.nav-line-active .navbar-nav .nav-link {
		padding: 0 0 5px 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link  {
		padding: 0
	}
	.navbar-nav .dropdown-toggle::after {
		display: none
	}
	.nav-line-active .navbar-nav .active > .nav-link:before,
	.nav-line-active .navbar-nav .active > .nav-link:before {
		width: 15px;
		height: 2px;
		content:"";
		position: absolute;
		display: block;
		bottom: 20px;
		left: 0;
		border: none;
		margin: 0;
	}
	.nav-split .navbar-expand-lg .navbar-collapse {
		width: 50%;
		flex-grow: inherit;
		padding-right: 75px;
	}
	.nav-split .navbar-expand-lg .split-info-right {
		width: 50%;
		flex-grow: inherit;
		padding-left: 100px;
	}
	.navbar .navbar-nav li > ul.dropdown-menu {
		visibility: hidden;
		min-width: 200px;
		display: block;
		background-color: var(--theme-light-color);
		opacity: 0;
		border: none;
		border-radius: 0;
		border-top: 2px solid;
		border-color: var(--theme-primary-color);
		left: -10px;
		top: 100%;
		margin-top: 0;
	}
	.navbar .navbar-nav li:hover > ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
	}
	.navbar .navbar-nav li a, .navbar .navbar-nav li ul.dropdown-menu {
		-moz-transition: all 300ms ease-in-out 0s;
		-ms-transition: all 300ms ease-in-out 0s;
		-o-transition: all 300ms ease-in-out 0s;
		-webkit-transition: all 300ms ease-in-out 0s;
		transition: all 300ms ease-in-out 0s;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
		left: 100%;
		top: -10px
	}
	.navbar-expand-lg .navbar-nav > li:nth-last-child(-n+2) .dropdown-menu .dropdown-menu {
		left: auto;
		right: 100%;
		top: -10px
	}
	.navbar-expand-lg .navbar-nav > li:nth-last-child(-n+3) .dropdown-menu .dropdown-menu .dropdown-menu {
		left: auto;
		right: 100%;
		top: -10px
	}
	.navbar-expand-lg .navbar-nav > li.dropdown > ul.dropdown-menu > li.dropdown .dropdown-toggle::after {
		transform: rotate(-90deg) translateY(-50%);
		position: absolute;
		top: 46%;
		right: 15px;
		margin-left: 20px;
		display: block;
	}
}
@media screen and (min-width: 1400px){
	.container{
		
	}
	.navbar-expand-lg .navbar-nav > li:nth-last-child(-n+3) .dropdown-menu .dropdown-menu .dropdown-menu,
	.navbar-expand-lg .navbar-nav > li:nth-last-child(-n+2) .dropdown-menu .dropdown-menu {
		left: 100%;
		right: auto;
		top: -10px
	}
	.multi-demo li {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.line-seperate-header .navbar-expand-lg .navbar-nav > li.nav-item > a {
		padding: 0 20px;
	}
}
@media screen and (max-width: 1399px){
	.blue101 {
		padding: 60px;
	}
}
@media screen and (max-width:1199px) {
	.w-md-100{
		width: 100% !important
	}
	.case-absolute {
		width: 80%;
	}
	.transparent-header-modern .top-contact {
		margin-left: 15px
	}
	.blue103,
	.md-mx-none {
		display: none !important
	}
	.md-ml-0 {
		margin-left: 0 !important
	}
	.md-bg-img-none {
		background-image: none !important
	}
	.blue101 {
		padding: 30px
	}
	.blue100 {
		left: 0
	}
}
@media screen and (max-width:991.98px) {
	.nav-dropdown-white .dropdown-item {
		color: #fff
	}
	.nav-dropdown-primary .dropdown-item {
		color: var(--theme-primary-color);
	}
	.nav-dropdown-secondary .dropdown-item {
		color: var(--theme-secondary-color);
	}
	.product-detail .woocommerce-loop-product__title {
		font-size: 13px
	}
	.products-grid-view ul.products li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.summary.entry-summary, .woocommerce-product-gallery {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.dropdown-menu {
		border: none;
		background-color: transparent
	}
	.portfolio-carousel .owl-carousel .owl-nav button {
		display: none !important
	}
	.navbar-toggler{
		margin: 10px 0
	}
	.navbar-nav{
		border-top: 1px solid #ddd;
	}
	.search-form{
		display: none
	}
	.case-study-line img {
		width: 100%;
	}
	.case-absolute {
		width: 100%;
		top: inherit;
		position: static;
		transform: none
	}
	.case-study-line > div:nth-child(odd) > img,
	.case-study-line > div:nth-child(even) > img {
		float: none
	}
	.nav-on-top, 
	.nav-on-banner {
		position: static !important;
	}
	img {
		width: 100%
	}
	.h4, h4 {
		line-height: 1.5
	}
	.nav-element,
	.sm-mx-none {
		display: none !important
	}
	.sm-mb-30 {
		margin-bottom: 30px !important
	}
	.sm-ml-0 {
		margin-left: 0 !important
	}
	.sm-pl-0 {
		padding-left: 0 !important
	}
	.w-sm-100 {
		width: 100% !important
	}
	.sm-m-0 {
		margin: 0 !important
	}
	.sm-p-0 {
		padding: 0 !important
	}
	.sm-p-30 {
		padding: 30px !important
	}
	.sm-pt-0 {
		padding-top: 0 !important
	}
	.sm-bg-img-none {
		background-image: none !important
	}
	.mb-sm-30 {
		margin-bottom: 30px !important
	}
	.thumb-transparent {
		padding: 30px 20px !important
	}
	.transparent-header,
	.transparent-header-modern {
		background-color: var(--theme-dark-color)
	}
	.transparent-header-modern .nav-logo {
		padding: 15px 25px
	}
	.sm-margin-none,
	.navbar-brand {
		margin: 0 !important
	}
	.sm-right-0 {
		right: 0 !important
	}
	.dropdown-toggle::after {
		right: 20px;
		top: 45%;
		position: absolute
	}
	img.nav-logo {
		width: 200px;
	}
	.blue100 {
		padding: 30px !important
	}
}
@media screen and (max-width:767px){
	.compare-chart-classic {
		overflow-x: auto
	}
	.compare-chart-classic .owl-carousel{
		width: 750px;
	}
	.multi-demo li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.woocommerce-cart-form {
		width: 100%;
		overflow: scroll
	}
	table.cart {
		width: 700px;
	}
	.page-banner-image h1, 
	.page-banner-simple h1 {
		font-size: 28px;
	}
	.page-banner-simple h1 {
		text-align: center;
	}
	.breadcrumb-bar nav, 
	.page-banner-simple nav {
		float: inherit !important;
		margin: 0 auto;
		display: table;
	}
	.copyright {
		text-align: center
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 13px
	}
	.copyright .line-menu {
		text-align: center;
		float: none !important;
		display: table;
		margin: 0 auto;
		margin-top: 10px
	}
	.divider-col-3 > div {
		border: none
	}
	.divider-col-3 .thumb-transparent {
		margin: 0
	}
	.w-xs-100 {
		width: 100% !important
	}
	.xs-mx-none,
	.testimonial-bordered .owl-nav {
		display: none !important
	}
	.counter-boxed ul li {
		width: 48.8%
	}
	.xs-bottom-0 {
		bottom: 0 !important;
		top: inherit !important
	}
	.xs-position-static {
		position: static !important
	}
	.help-content span {
		font-size: 15px;
		margin-bottom: 10px !important
	}
	.help-content {
		padding: 20px !important
	}
	.list-half-width li {
		width: 100%
	}
	.xs-text-center {
		text-align: center !important
	}
	.xs-mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.products-grid-view.product-4-column ul.products li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.help-content {
		position: static;
		transform: none !important;
		padding:0;
		width: 100%;
		height: 100%
	}
}

@media screen and (max-width: 575.98px) { 
	.products-grid-view ul.products li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fact-counter {
		text-align: center
	}
	.cart label {
		width: 100%
	}
	.products-grid-view.product-2-column ul.products li,
	.products-grid-view.product-4-column ul.products li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.multi-demo li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.dropdown-menu{
left: -63px !important;
}

.navbar-nav.ml-auto{
	margin-right:30px !important;
}

.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


#KT_tngerror
{    background: yellowgreen;
    color: #fff;
    font-size: 1.2rem;
    padding: 20px;
}
#KT_tngerror label
{    
    font-size: 1.rem;
    font-weight:bold;
}
.apacimg {float:right;max-width:420px;width:100%;height:auto; padding:10px 0 20px 30px;}
.apacimgL {float:left;max-width:420px;width:100%;height:auto; padding:20px 30px 20px 0 ;}
@media only screen and (max-width: 900px) {
.apacimg {float:none;display:block;max-width:420px;width:100%;height:auto; padding:20px 0px;}
.apacimgL {float:none;display:block;max-width:420px;width:100%;height:auto; padding:20px 0px;}
}