/*
Theme Name: Futurio
Theme URI: https://futuriowp.com/
Author: FuturioWP
Author URI: https://futuriowp.com/about/
Description: Futurio is a lightweight, fast and customizable free multi-purpose and WooCommerce WordPress theme, suitable for business, portfolio, creative, and photography sites, eCommerce shops, landing pages, blogs or WooCommerce storefronts. Futurio works perfectly with all page builders, like Elementor, Beaver Builder, King Composer, Brizy, Visual Composer, SiteOrigin, Divi or Gutenberg, and supports most free and premium WordPress plugins, like WooCommerce, Jetpack, Contact Form 7, Yoast SEO and many more. Futurio is responsive, SEO friendly, WPML, translation and RTL ready, and comes with a 1-click-demo-import feature. Demos ready for download: https://futuriowp.com/demos/
Version: 1.2.17
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-header, full-width-template, rtl-language-support, custom-menu, editor-style, featured-images, translation-ready, custom-logo, threaded-comments, footer-widgets, blog, e-commerce
Text Domain: futurio
*/

/* The bootstrap.css file is auto-enqueued in functions.php */
* {outline: none;}
/* WordPress Core */
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #000;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

body {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    color: #686868;
    font-weight: 300;
    line-height: 1.6;
    font-size: 16px;
    word-wrap: break-word;
    position: relative;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #00aff2;
}
h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    font-weight: 700;
    letter-spacing: -.02em;
}
.page-header a {
    border-bottom: 0;
    color: #000;
}
a:active {
    border-bottom: none;
}
.page-wrap {
    overflow: hidden;
}
.main-container {
    background-color: #fff;
}
.homepage-row.row {
    margin: 0;
    padding: 60px 0 0 0;
    background: #fff;
    color: black;
}
.navbar-nav li.fa {
    display: block;
    position: relative;
}
@keyframes showup {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (min-width: 1300px) {
  .container {
      width: 1270px;
  }
}
@media (min-width: 768px) {
    .nav > li > a:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #00aff2;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .nav > li:hover > a:before {
        width: 100%;
        left: 0;
    }
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .shrink .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }
    .shrink.navbar li.fa:before {
        top: 16px;;
    }
	.shrink .heading-menu .site-branding-logo img {margin-top:25px;}
    .navbar-nav li:hover .dropdown-menu{
        border-top: 4px solid #ccc;
        border-radius: 0;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .open > .dropdown-menu {
        height: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        overflow: initial;
        visibility: visible;
        opacity: 1;
    }
    .dropdown-menu {
        display: block;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
        visibility: hidden;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
        color: #00aff2; 
    }
    .menu-item-has-children li.fa:before {
        top: 6px !important;
    }
    #site-navigation.nav-pos-center .navbar-nav.navbar-center {
        float: none;
        display: inline-block;
        vertical-align: top;
		margin-left: -7%;
    }
    #site-navigation.nav-pos-center .menu-container {
        text-align: center;
    }
}
@media (min-width: 600px) {
    .admin-bar #site-navigation.shrink, .admin-bar #futurio-floating.floating-element {
        top: 32px;
    }
}
@media (min-width: 992px) and (max-width:1100px){
	.navbar-header {max-width:17%;}
	#site-navigation, #site-navigation .navbar-nav > li > a, #site-navigation .dropdown-menu > li > a {
    	font-size: 12px!important;
	}
	#site-navigation.nav-pos-center .navbar-nav.navbar-center {margin-left:-10%;}
}
@media (min-width: 768px) and (max-width:991px){
	.navbar-header {max-width:16%;}
	.h-social {top:-10px;}
	.hdr-cont {padding-top:28px!important;}
	.hdr-cont .fa-phone {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
		padding: 5px;
		margin: 2px 0;
		display:inline-block!important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.hdr-cont p {display:none;}
	#site-navigation, #site-navigation .navbar-nav > li > a, #site-navigation .dropdown-menu > li > a {
    	font-size: 11px!important;
	}
}

@media (max-width: 767px) {
	.h-social {
		top: -10px;
    	right: 7px;
	}
	.navbar-header {
	    max-width: 50%;
    	margin: 3px 0 0;
	}
    .nav > li.active > a:after, .current-page-parent:after {
        height: 0 !important;
        background-color: transparent !important;
    }
    .navbar-nav .menu-container a:hover, .navbar-nav .menu-container a:focus {
        color: #ffffff !important;
        background-color: #000 !important;
    }
    .menu-container {
        position: absolute;
        left: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        overflow-y: auto;
        overflow-x: auto;
        height: 96vh;
        padding-bottom: 130px;
        z-index: 15;
        background-color: #fff;
        top: 100%;
        border-right: 1px solid #e2e2e2;
        width: 100%;
        opacity: 0;
    }
    #site-navigation .container, #site-navigation .container-fluid {
        padding-right: 50px;
    }
    body.openNav {
        overflow-x: hidden;
    }
    .openNav .menu-container {
        transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
        -ms-transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
        -moz-transition: transform 500ms ease;
        -o-transition: transform 500ms ease;
        opacity: 1;
    }
    .openNav .page-area {
        left: 0;
        transform: translate3d(70%, 0, 0);
        -webkit-transform: translate3d(70%, 0, 0);
        transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
    }
    .page-area {
        left: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
        -webkit-transition: transform 500ms ease;
    }
    .navbar-nav {
        padding: 0;
        margin: 0;

    }
    .navbar-nav .menu-container a {
        font-size: 14px;
        padding: 15px 10px !important;
        margin: 0 !important;
        line-height: 16px !important;
        background-color: white;
        float: left !important;
        margin: 0px !important;
        width: 100%;
        text-transform: none !important;
        word-wrap: break-word;
        white-space: normal !important;
    }
    .navbar li.fa a {
        padding-left: 35px !important;
    }
    .navbar li.fa:before {
        top: 14px !important;
    }
	.navbar-nav li {
	border-bottom: 1px solid #e5e5e5;
    text-align: center;
	}
    .navbar-nav li, .navbar-nav ul {
        padding: 0px !important;
        margin: 0px !important;
        overflow: hidden;
    }
    .navbar-nav ul.dropdown-menu {
        padding-left: 15px !important;
    }
    .open-panel {
        width: 24px;
        height: 28px;
        position: absolute;
        top: 57%;
        right: 20px;
        -webkit-transform: rotate(0deg) translateY(-50%);
        -moz-transform: rotate(0deg) translateY(-50%);
        -o-transform: rotate(0deg) translateY(-50%);
        transform: rotate(0deg) translateY(-50%);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 1000;
    }
    .brand-absolute {
        position: relative;
        right: 0;
        padding: 0;
        line-height: 12px;
        top: 20px;
        font-size: 10px;
        height: auto;
        letter-spacing: -1px;
        width: 34px;
        margin-left: -5px;
        text-align: center;
        color: #000;
    }
    .mobile-canvas {
        float: left;
    }
    #site-navigation .navbar-header {
        float: left;
    }
    .open-panel span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #0083C2;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .open-panel span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(2) {
        top: 7px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(3) {
        top: 14px;
		width: 70%;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 3px;
    }
    .open-panel.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .open-panel.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
        left: 3px;
		width:100%;
    }
    .navbar-nav .dropdown-menu {
        width: 100%;
        left: 0 !important;
        position: relative !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .openNav .page-area:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.52);
        left: 0;
        z-index: 98;
    }
    .menu-cart, .menu-account, .top-search-icon, .offcanvas-sidebar-toggle, .menu-button {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .top-bar-item {
        text-align: center !important;
    }
    .navbar-nav .menu-button a.btn-default  { 
        padding: 6px 10px !important;
        font-size: 90%;
    }
     #site-navigation .navbar-nav .hdr-cont a {  display: inline-block;}
    #site-navigation .navbar-nav a, .openNav .menu-container {
        display: block;
        white-space: normal;
    }
    .top-search-box {
        max-width: 160px;
    }
}
@media (max-width: 991px) {
    #sidebar {
        width: 100%;
    }
}
.icons-menu-right {
    margin-left: 15px;
}
.menu-cart,
.menu-account,
.top-search-icon,
.menu-button,
.offcanvas-sidebar-toggle {
    float: right;
    display: inline-block;
    padding: 30px 12px;
    -webkit-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
    line-height: 20px;
}
.header-cart-inner {
    position: relative;
}
.header-cart {
    display: inline-block;
}
.top-search-icon i {
    z-index: 21;
}
.dropdown-menu > li > a {
    border-bottom: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
li.menu-item-has-children > a:after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 10px;
    font-size: 15px;
}
.menu-item-has-children {
    position: relative;
}

ul ul .menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
    right: auto;
}

ul ul .menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

ul ul .menu-item-has-children>a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 8px;
}

ul ul .menu-item-has-children.pull-left {
    float: none;
}
ul ul .menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #00aff2;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-nav > li > a {
    border-bottom: 0;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}
.nav > li.active > a:before, .current-page-parent:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00aff2;
}
#top-navigation {
    border: none;
    border-radius: 0;
    background-color: #fff;
    z-index: 996;
    min-height: 32px;
    border-bottom: 1px solid #e2e2e2;
}
#top-navigation .navbar-nav > li > a {
    border: none;
    border-radius: 0;
    color: #000;
    padding: 6px !important;
    background-color: #fff;
    min-width: 28px;
    max-height: 32px;
}
#top-navigation .navbar-nav a {
    font-size: 13px;
}
.dropdown-menu {
    font-size: inherit;
}
#top-navigation .dropdown-menu {
    background-color: #fff;
}
#top-navigation .dropdown-menu > li > a, #top-navigation .nav .open > a {
    color: #000;
    background-color: #fff;
}
article.futurio-post {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
article.elementor-news.col-md-6:nth-child(2n+1),
article.elementor-news.col-md-4:nth-child(3n+1),
article.elementor-news.col-md-3:nth-child(4n+1) {
    clear: both;
}
.archive-page-header h1 {
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 400;
    font-size: 30px;
}
.container-fluid.archive-page-header {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
}
.updated:not(.published) {
    display: none;
}
.main-content {
    float: left;
    width: 100%;
}
.page-header {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.page h1.single-title {
    margin-bottom: 15px;
}
h1.single-title {
    margin-top: 0;
    z-index: 2;
    position: relative;
}
.single-head {
    clear: both;
    margin-bottom: 15px;
    position: relative;
    padding-right: 55px;
}
.single-entry-summary, .entry-footer {
    margin-top: 15px;
    width: 100%;
    clear: both;
}
.single-content.row {
    margin-bottom: 60px;
}
.tagcloud a {
    font-size: 15px !important;
    padding: 0px 6px;
    border: 1px solid;
    display: inline-block;
    margin-bottom: 5px;
}
input, textarea {
    background-color: #fff;
    padding: 6px;
    color: #464a4c;
    border-radius: 0;
}
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 {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 100%;
}
.radio, .checkbox {
    display: inline-block;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-left: 0;
}
select {
    max-width: 100%;
    padding: 5px;
    color: #000;
}
#respond .comment-form-author,
#respond .comment-form-author input,
#respond .comment-form-email,
#respond .comment-form-email input,
#respond .comment-form-url,
#respond .comment-form-url input {
    width: 100%;
}
#sidebar {
    display: inline-block;
    max-width: 100%;
}
.page-area {
    padding-top: 15px;
    padding-bottom: 20px;
}
.page-builders .page-area,
.page-builders .single-entry-summary,
.page-builders article {
    padding: 0;
    margin: 0;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
    position: relative;
}
.widget ul {
    padding-left: 0;
    list-style-type: none;
}
.widget li > ul {
    padding-left: 15px;
}
.widget ul li {
    margin: 4px 0px 0px;
    padding: 0px 0px 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget-title {
    font-size: 18px;
    position: relative;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.widget-title:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #e2e2e2;
    left: 0;
    right: 0;
}
.widget-title h3 {
    font-size: 18px;
    position: relative;
    color: #404040;
    padding: 10px 20px;
    margin: 0;
    line-height: 18px;
    display: inline-block;
    background-color: #fff;
    z-index: 1;
    font-weight: 300;
}
h1.site-title, .site-title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 32px;
    word-wrap: break-word;
    font-weight: 700;
    color: #000;
    letter-spacing: -.02em;
    text-align: left;
}
.header-branding-text h1.site-title, .header-branding-text .site-title {
    text-align: center;
}
.site-description {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    display: inline-block;
    text-align: left;
}
.heading-menu .site-branding-logo {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.heading-menu .site-branding-text {
    display: inline-block;
    float: left;
    padding-top: 10px;
}
.site-branding-logo a {
    border: none;
    z-index: 15;
    position: relative;
}
.site-branding-logo img {
    width: auto;
    max-height: 80px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}
.site-branding-text {
    z-index: 10;
    position: relative;
}
.site-heading {
    padding: 0 15px;
    height: auto;
}
.site-heading.navbar-brand {
    display: flex;
    align-items: center;
}
.navbar {
    margin-bottom: 0;
}
.main-menu {
    position: relative;
    z-index: 999;
}
.elementor-editor-active #futurio-floating.floating-element {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#futurio-floating.floating-element {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
}
#site-navigation.shrink {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,.1);
    border: none;
}
#site-navigation {
    background-color: #ffffff;
    border: none;
    min-height: 60px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}
#site-navigation {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
    border-radius: 0;
}
#site-navigation .container {
    position: relative;

}
.elementor-editor-active #futurio-floating.floating-element {
    position: relative;
    z-index: initial;
}
#site-navigation.shrink,
#futurio-floating.floating-element {
	min-height: 50px;
    max-height: 70px;
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 0;
}
.shrink h1.site-title,
.shrink .site-title,
.shrink .site-branding-text .site-title,
.shrink .site-branding-text h1.site-title,
.shrink .site-branding-text .site-title a,
.shrink .site-branding-text h1.site-title a,
.shrink .site-branding-text .site-title a:hover,
.shrink .site-branding-text h1.site-title a:hover {
    font-size: 19px;
    line-height: 19px;
}
.shrink p.site-description {
    font-size: 12px;
    line-height: 12px;
}
.shrink .heading-menu .site-branding-text {
    padding-top: 5px;
}
.shrink .site-branding-logo img {
    width: auto;
    max-height: 60px;
}
.featured-thumbnail {
    width: 100%;
    position: relative;
}
.featured-thumbnail img {
    width: 100%;
    text-align: center;
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 5px 10px;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    border: 1px solid #b5b5b5;
}

#content-footer-section {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 15px;
    clear: both;
}
#content-footer-section .news-item h2 a {
    color: #fff;
    font-weight: 300;
}
#content-footer-section .widget-title h3 {
    background-color: #1e1e1e;
    color: #fff;
}

.footer-credits {
    background-color: #1e1e1e;
    clear: both;
}
.footer-credits-text {
    padding: 20px 0;
    color: #fff;
    background-color: #1e1e1e;
}
.site-header {
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
}

.taxonomy-description {
    margin-bottom: 20px;
}
.single-footer.row {
    clear: both;
}
/* Search styling */
.top-search-icon {
    position: relative;
}
.shrink .top-search-icon,
.shrink .menu-cart,
.shrink .menu-account,
.shrink .menu-button,
.shrink .offcanvas-sidebar-toggle {
    padding: 12px 10px;
}
.top-search-icon:hover {
    cursor: pointer;
}
.top-search-icon.visible-xs {
    position: relative;
    float: left;
    left: 30px;
}
.top-search-box {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 280px;
    margin-top: -16px;
}

.top-search-box input.search-field {
    border: none;
    border-bottom: 1px solid;
    padding-right: 30px;
}
.top-search-box .search-submit {
    display: none;
}
form.search-form label {
    width: 100%;
    display: block;
}
button.dgwt-wcas-search-submit, button.dgwt-wcas-search-submit:hover {
    background: initial;
}
.top-search-box .dgwt-wcas-st, .top-search-box .dgwt-wcas-sd {
    padding-left: 25px;
}
.top-search-box .dgwt-wcas-search-wrapp {
    right: 35px;
}
form.search-form, .search-icon, form.woocommerce-product-search {
    position: relative;
}
.search-submit, .woocommerce-product-search button {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    padding: 5px 15px;
    line-height: 16px;
}
.search-field {
    width: 100%;
    padding-right: 90px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
input[type="search"].search-field::-webkit-input-placeholder {
    color: #d7d7d7;
}
input[type="search"].search-field:focus::-webkit-input-placeholder {
    color: #f1f1f1;
    padding: 20px 0 0 0;
}
fieldset {
    border: 1px solid #bbb;
    margin: 0 2px 15px 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: auto;
    border-bottom: 0;
}
/* Comments */
.comment-form #comment {
    width: 100%;
}

cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    font-style: italic;
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
.error-template {
    padding-bottom: 60px;
}
.btn-default, 
input[type="submit"], 
input#submit, 
button, 
a.comment-reply-link, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.navbar-nav .menu-button a.btn-default  { 
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid;
    border-radius: 3px;
    padding: 8px 20px;
    color: #00aff2;
    background-color: transparent;
}
.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}
.woocommerce ul.products li.product .star-rating {
    margin: 0 auto;
}
.woocommerce .star-rating {
    width: 5.6em;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: transparent;
    color: #00aff2;
}
.woocommerce ul.products li {
    border-bottom: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li.product.product-category {
    padding-bottom: 0;
}
.woocommerce ul.products li.product.product-category a img {
    margin: 0;
}
.woocommerce ul.products li.product.product-category {
    padding: 0;
}
.woocommerce .related.products {
    text-align: center;
}
.woocommerce .related.products > h2 {
    font-weight: 300;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    padding-bottom: 15px;
}
.woocommerce a.added_to_cart {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}
.inner-wrapper {
    display: block;
    margin-bottom: 15px;
}
.content-date-comments {
    width: 70px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.date-meta {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}
span.posted-date-month {
    font-size: 16px;
}
span.posted-date-day {
    font-size: 32px;
}
span.posted-date-year {
    font-size: 14px;
}
.content-date-comments .date-meta span {
    display: block;
    clear: both;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
}
.comments-meta {
    background-color: rgba(0, 0, 0, 0.71);
    color: #FFF;
    padding: 0;
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.6;
}
.comments-meta a {
    color: #FFF;
}
.single-head .comments-meta {
    position: absolute;
    right: 0;
    top: 10px;
    padding: 0px 12px;
}
.cat-links, .tags-links {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 30px;
}
.cat-links a,
.cat-links span,
.tags-links span {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-right: 5px;
}
.tags-links a {
    position: relative;
    font-style: italic;
    opacity: 0.8;
    font-size: 14px;
    margin-right: 5px;
}
.entry-footer {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
}
.entry-footer .space-right {
    margin-right: 10px;
    font-weight: bold;
}
a.post-edit-link {
    float: right;
}
.news-item {
    margin-bottom: 10px;
}

.news-item h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700;
}
.news-item h2 a {
    color: #000;
    font-weight: 300;
}
.news-thumb {
    margin-bottom: 10px;
    text-align: center;
}
.news-thumb img {
    width: 100%;
}
.post-excerpt {
    font-style: italic;
    font-weight: 300;
}
.author-meta-by {
    font-style: italic;
    opacity: 0.7;
    position: relative;
    font-size: 14px;
    font-weight: 300;
}
.author-meta a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce mark, .woocommerce .mark {
    background-color: transparent;
    color: inherit;
}
.woocommerce-MyAccount-navigation li {
    list-style-type: none;
    border: 1px solid #e4e4e4;
    margin-bottom: -1px;
    padding: 5px 15px;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-MyAccount-navigation li.is-active {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
}
.heading-row {
    position: relative;
}
.header-cart a.cart-contents,
.header-login a, 
.top-search-icon i,
.offcanvas-sidebar-toggle i {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    padding: 0 !important;
    background-color: transparent !important;
}
.header-cart a.cart-contents i {
    position: relative;
}
.top-search-icon i.fa-times {
    color: #000000 !important;
}
.cart-contents span.count {
    font-size: 12px;
    padding: 0px;
    color: #fff;
    background-color: rgba(0, 175, 242, 0.75);
    border-radius: 17px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    top: -9px;
    right: -12px;
    font-style: initial;
    height: 20px;
    width: 20px;
    text-align: center;
    font-family: 'Open Sans Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
}
ul.site-header-cart {
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 50;
}
.woocommerce-cart ul.site-header-cart,
.woocommerce-checkout ul.site-header-cart {
    display: none !important;
}
.header-cart-block:hover ul.site-header-cart, .product-added-to-cart .header-cart-block ul.site-header-cart {
    display: block;
    opacity: 1;
    right: -10px;
    min-width: 320px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px;
    z-index: 9999;
    animation: showup 0.5s;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
.offcanvas-sidebar-toggle:hover,
.offcanvas-sidebar-close:hover {
    cursor: pointer;
}
.offcanvas-sidebar-expanded .offcanvas-sidebar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas-sidebar-expanded .page-wrap:after {
    content: "";
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(102, 102, 102, 0.42);
    z-index: 997;
    right: 0;
}
.offcanvas-sidebar {
    width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 40px 20px 30px 20px;
    background: #fff;
    z-index: 5000;
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    left: 0;
    -webkit-transition: -webkit-transform 0.2s;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    overflow-y: auto;
    border-right: 1px solid #cbcbcb;
}
.admin-bar .offcanvas-sidebar {
    padding-top: 60px;
}
.offcanvas-sidebar-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
}
.admin-bar .offcanvas-sidebar-close {
    top: 28px;
}


.wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form textarea {
    background-color: #FFF;
    box-shadow: inset 0 0 0 1px rgba(102,113,123,.25), inset 0 1px 2px 0 rgba(102,113,123,.21);
    border: none;
}
@media (min-width: 768px) {
    form[class*=wpcf7-] p:nth-of-type(1), form[class*=wpcf7-] p:nth-of-type(2) {
        display: block;
        width: 50%;
        max-width: 50%;
        float: left;
    }
    form[class*=wpcf7-] p:nth-of-type(1) {
        padding-right: 15px;
    }
}
.wpcf7-form p, .wpcf7-form label  {
    width: 100%;
    font-weight: 300;
}
.wpcf7-form p  {
    width: 100%;
    float: left;
}
.wpcf7-form input:not([type="checkbox"]), .wpcf7-form select, .wpcf7-form textarea {
    display: block;
    width: 100%;
    font-size: 1em;
    outline: 0;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    box-shadow: none;
    padding: 5px 12px;
    font-weight: 300;
    font-size: initial;
}
.wpcf7-form input[type=submit] {
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #f1f1f1;
    padding: 8px 35px;
    vertical-align: middle;
    -webkit-appearance: none;
    margin-left: auto;
    margin-right: 0;
    height: auto;
    display: block;
    margin-bottom: 0;
    width: auto;
}
.wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: center;
}
.woocommerce ul.products li {
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #ebebeb
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    padding: 0 30px 0 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li:hover a {
    border-bottom: 1px solid #00aff2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;
    font-weight: 300;
    min-width: 100px;
    text-transform: uppercase;
    -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;
    text-align: center;
    color: #00aff2;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a {
    border-bottom: 1px solid #00aff2;
    color: #00aff2;
}
.woocommerce .quantity .qty {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 3px;
}
.woocommerce div.product .woocommerce-tabs h2:first-child {
    display: none;
}
.product_meta {
    clear: both;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    margin-top: -1px;
    padding: 20px 0;
    margin-top: 0;
}
.woocommerce div.product form.cart {
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 20px;
    margin-bottom: 10px;
    border-color: #eaeaea;
}
.woocommerce div.product .product_title {
    clear: none;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #eaeaea;
}
section.related.products, .up-sells.upsells.products {
    clear: both;
}
section.related.products ul.products, .up-sells.upsells.products ul.products {
    margin-top: 30px;
}
.woocommerce span.onsale {
    background-color: #52aff2;
    line-height: 1.7;
    min-height: 1.7em;
    border-radius: 3px;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #777;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
    margin-bottom: 15px;
}
p.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}
.woocommerce div.product form.cart .variations select {
    min-width: 70%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.77);
    margin: 0 0 1em;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 60px;
    border: 1px solid #ebebeb;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #00aff2;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 2px;
    height: 4px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: transparent;
    border: 1px solid;
    height: 10px;
}
.woocommerce .widget ul.woocommerce-widget-layered-nav-list li,
.woocommerce .widget_layered_nav_filters ul li {
    border: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(235, 233, 235, 0.46);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: rgba(247, 246, 247, 0.1);
    color: inherit;
}

nav.navigation.post-navigation {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-subtitle {
    background: transparent;
    opacity: 0.8;
    color: initial;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.nav-links .nav-title {
    position: relative;
}
.nav-previous .fa {
    margin-right: 5px;
}
.nav-next .fa {
    margin-left: 5px;
}

.container-fluid.head-bread {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0;
    background-color: #fff;
}

/* Top bar */
.top-bar-section {
    background: #242424;
    color: #fff;
    padding: 5px 0;
    z-index: 15;
    position: relative;
}
.social-links li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px;
}
.top-bar-section ul,
.top-bar-section p {
    margin: 0;
    padding: 0;
}
.top-bar-section .col-sm-4:nth-child(3n),
.top-bar-section .col-sm-6:nth-child(2n) {
    text-align: right;
}
.top-bar-section .col-sm-4:nth-child(2n) {
    text-align: center;
}
.top-bar-section #icons .fa, .top-search-icon .fa, .news-text-wrap .fa {
    font-family: "fontawesome";
}
.full-head-img {
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}
.full-head-img:after {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.full-head-img h1.single-title, .single-subtitle {
    color: #fff;
    z-index: 2;
    position: relative;
}


/**********************custom new*********************/
.full-head-img:after {
	background-color:#ed1c24;
}

#catalog .elementor-button {
    max-width: 100%;
}

#site-navigation,
#site-navigation .navbar-nav > li > a,
#site-navigation .dropdown-menu > li > a {
    letter-spacing: 0.04em !important;
}

.form-praise form[class*=wpcf7-] p:nth-of-type(1) {
    padding-right: 0;
}

.single-title {
    font-size: 48px !important;
    margin: 0 auto;
}

.hdr-cont {
text-align: center;
    font-size: 12px;
    float: right;
    padding: 20px 0 0;
    margin: 0;
    letter-spacing: -0.008em;
}

.hdr-cont a {
    font-weight: 800;
    font-size: 18px;
}

.hdr-cont p {
	font-size: 12px;
    text-transform: lowercase;
    line-height: 1;
}

#sertificate table td + td {
    width: 55px;
    position: relative;
    height: 102px;
    overflow: hidden;
}

.download-cert {
    position: relative;
    z-index: 100;
}

.download-cert p {
    margin: 0;
}

.download-cert .fa-download:before {
    color: #fff;
    text-align: center;
    width: 90%;
    display: block;
}

.download-cert .fa-download:hover,
.download-cert a:hover {
    opacity: 0.5;
}

.download-cert .fa-download,
.download-cert a {
    background: #ed1c24;
    padding: 10px 0;
    position: absolute;
    color: transparent;
    display: block;
    height: 100%;
    line-height: 80px;
    top: 0px;
    right: 0;
    font-size: 21px;
    width: 55px;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
}

.form-praise form {
    overflow: hidden;
    padding: 30px 50px;
    width: 520px;
    max-width: 100%;
}

.modal .close {
    color: #ffff;
    position: absolute;
    right: 50px;
    display: block;
    top: 10px;
    padding: 10px 15px;
    line-height: 1;
}

.form-praise .big {
    font-size: 18px;
    padding: 0 !important;
    margin: 0 0 20px;
    line-height: 24px;
}

.form-praise .ajax-loader {
    display: none !important;
}

.form-praise .wpcf7-form label {
    margin: 0;
}

.form-praise .wpcf7-form input {
    padding: 12px;
    margin: 5px 0;
}

.form-praise p {
    font-size: 14px;
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}

.form-praise input[type=submit] {
    font-size: 14px;
    width: 100% !important;
    display: block;
    text-transform: uppercase;
    font-weight: 800 !important;
}
@media (min-width:480px) and (max-width:767px) {
	.form-praise input[type=submit] {
    font-size: 12px;
	}
}
@media (max-width:480px) {
	.form-praise input[type=submit] {
    font-size: 10px;
	}
}

.form-praise i {
    font-style: normal;
    font-size: 12px;
    padding-left: 30px;
    display: block;
    line-height: 14px;
}

.modal .form-praise form {
    margin: 25px auto;
}

.modal-open .modal-backdrop {
    z-index: 1040 !important;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}


@media (max-width:991px) {

    #site-navigation,
    #site-navigation .navbar-nav > li > a,
    #site-navigation .dropdown-menu > li > a {
        font-size: 12px;
    }

    .site-branding-logo img {
        max-height: 60px;
    }

    .site-title,
    .site-title a {
        font-size: 17px !important;
    }


    .site-heading {
        padding: 0 5px;
    }

    .site-description {
        font-size: 11px !important;
    }

    #sertificate .elementor-element {
        padding: 0 !important;
        margin: 10px 0 !important;
    }

    #sertificate .download-cert .elementor-widget-container {
        padding: 0 !important;
    }

    #sertificate .elementor-widget-container,
    #praise .elementor-widget-container {
        margin: 0;
        padding: 0 15px;
    }

    #sertificate .elementor-column-wrap {
        padding: 0;
    }

    #sertificate table {
        margin: -30px 0 0;
    }

    #sertificate img {
        padding: 15px !important;
    }
}

@media (min-width:992px) {
    #site-navigation .navbar-right {
        margin-left: 0 !important;
        margin-right: 0px !important;
    }
}

@media (min-width:768px) and (max-width:1100px) {
    #catalog .text-content-block td {
        font-size: 12px;
    }

    #catalog .text-content-block td strong {
        font-size: 14px !important;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .form-praise form {
        padding: 30px;
    }

    .form-praise form .big {
        font-size: 14px;
    }

    #catalog .elementor-image-box-description {
        font-size: 12px;
    }

    #catalog .text-content-block {
        margin: 0 -10px;
    }

    #start .elementor-image-box-description {
        font-size: 12px;
    }

    #catalog .text-content-block td {
        font-size: 10px !important;
    }

    #catalog .elementor-image-box-title {
        font-size: 16px;
    }

    #praise .elementor-widget-container {
        padding: 0 5px !important;
        font-size: 16px !important;
    }
}

@media (min-width:768px) {
    .top-search-icon {
        float: left !important;
    }

    .hdr-cont .fa-phone {
        display: none;
    }
}

@media (max-width:480px) {
    #about h4 {
        text-align: center;
    }

    #about img {
        float: none;
        margin: 0 auto 15px;
        display: block;
    }

    .site-branding-logo img {
        max-height: 70px !important;
    }

    .site-heading .site-description {
        font-size: 9px !important;
    }

    .site-heading .site-title,
    .site-heading .site-title a {
        font-size: 14px !important;
    }


}

@media (max-width:767px) {
    .modal .close {
        right: 3%;
    }

    #sertificate {
        padding: 0 15px;
    }
   .shrink .hdr-cont {
        display: block;
        padding: 0;
    }
	.shrink .site-branding-logo img {
		max-height: 45px!important;
	}
    #sertificate .elementor-element {
        width: 100%;
        max-width: 100%;
    }

    #start .elementor-image-box-description {
            margin: -6px 0 49px;
    }

    .form-praise form {
        margin: 20px auto 0;
        padding: 25px 20px !important;
    }

    .open-panel {
        right: 15px !important;
    }

    .hdr-cont {
        float: none;
		position: absolute;
   		right: 45px;
   		width: 75px;
		margin: 9px -20px 0 0 !important;
    }

    .hdr-cont .fa-phone {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
        padding: 5px;
        margin: 2px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .hdr-cont p,
    .hdr-cont .hidden-xs,
    #site-navigation .top-search-icon {
        display: none;
    }

    #site-navigation .container,
    #site-navigation .container-fluid {
        padding: 0 15px !important;
    }

  /*  #services .elementor-element {
        width: 100% !important;
        max-width: 100% !important;
    }
*/
    .futurio_extra_adv_text_block h2 > p,
    .first-bl .elementor-heading-title,
    .single-title,
    .futurio-extra-written-headline {
        font-size: 30px !important;
    }

    .nav.navbar-nav.icons-menu-right {
        float: right;
        width: 30px;
        z-index: 2000;
        margin-right: -10px;
        position: relative;
    }

    .heading-menu .site-branding-logo {
        margin-right: 5px;
    }
}

/***************products new****************/
.products-list .product-wrap {
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 8px;
	background:#fff;
	border-style: solid;
    border-color: #FBFBFB;
    -webkit-box-shadow: 0px 20px 20px rgba(81, 88, 113, 0.15);
	-moz-box-shadow: 0px 20px 20px rgba(81, 88, 113, 0.15);
	box-shadow: 0px 20px 20px rgba(81, 88, 113, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0 15px;
}

.related.products-list .product-wrap {
	margin:0;
}
.products-list .product_t > a {
	display: block;
}
.products-list .product_t {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
	margin-bottom: 5px;
	text-align:center;
}

.products-list .product_txt {
	color: #7A7A7A;
    font-size: 14px;
	margin:0;
	text-align:center;
}

.products-list table,
.products-list .product-img_wp {
    margin-bottom: 20px;
}

.products-list hr {color:#eee;margin:20px 0 25px;}

.products-list table td {
    text-align: left;
	color: #7A7A7A;
    font-size: 13.5px;
    line-height: 12px;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}
.product_stock {
	color: #01ba20;
	font-size: 14px;
}
.stock.out-of-stock,
.product_stock.outof {
color: #f4ab27!important;
}
.products-list .elementor-element {padding:0 10px;}
@media (max-width:991px) {
	.products-list .elementor-element {padding:0 5px;}	
	.products-list .product_t > a {
		font-size: 14px;
	}
	.products-list .product_txt { font-size: 12px;}
	.price-wp {font-size:21px;}
}

.products-list table strong  {
	font-size: 18px;
	color:#161717;
}

.products-list table td + td {text-align:right;}
.products-list .row {display:block;width:100%;}

.show-more_btn,
.single .product-btn,
.products-list .product-btn {
	font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
	text-align:center;
    padding: 9px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 100%;
	display:inline-block;
}

.show-more_btn {min-width:190px;}
.single .product-btn,
.products-list .product-btn {min-width:90%;}

.show-more_btn span:first-child,
.show-more_btn.collapsed span+span {
	display:none;
}
.show-more_btn span+span,
.show-more_btn.collapsed span:first-child {
	display:block;
}


.woocommerce div.product form.cart,
.single.woocommerce .product_title.entry-title {border:none;}

.single.woocommerce .product_title.entry-title,
.related .related_t {
	color: #161717;
    font-size: 28px;
    font-weight: 800;
}
.single.woocommerce .owl-stage {margin:20px 0;}
.single.woocommerce .product_meta {display:none;}
.modal .form-praise form {
    margin: 25px auto;
}
.modal .form-praise form {
    overflow: hidden;
    padding: 30px 50px;
    width: 520px;
    max-width: 100%;
}
.related .owl-carousel button.owl-dot.active {    background: #ED1C24; opacity: 1;}
.related .owl-carousel button.owl-dot {
	width: 12px;
    height: 12px;
    display: inline-block;
    background: #2b2b2b;
    opacity: 0.11;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.home .products-list .row {
	margin: 0;
}

.woocommerce-Tabs-panel .h2 {font-weight:600;}
.woocommerce-Tabs-panel .h2:first-child {display:none;}
@media (max-width:480px) {
	.products-list .row {
		margin: 0;
	}
	.single.woocommerce .product_title.entry-title, .related .related_t {
		font-size:23px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.products-list table td {font-size:12px;}
	.products-list .product_t {font-size:16px;}
	.products-list .product_txt {font-size:12px;}
}

.price-wp {
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 32px;
	color:#2B2B2B;
}
.site-branding-logo img {
	width: 200px!important;
    max-width: 100%;
}

.fa.fa-search:before {display:none;}

.fa.fa-search {
	background:url('https://prof-internet.ru/wp-content/uploads/2021/04/search-inet.svg') center no-repeat;
	background-size:cover!important;
    display: block;
    width: 25px;
    height: 25px;
    margin: -7px 20px 0;
}


.etaps figure {
	position:relative;
	height:160px;
}
.etaps img {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
  
}
.etaps .last img {
    height: 170%!important;
}

@media (max-width:767px) {
	.etaps .last img {
    	height: 100%!important;
	}
	.etaps figure {
		height:180px;
	}
	.reviews .swiper-slide-inner,
	.works-wrap {
    max-width: 300px;
		margin: auto!important;
	}
}

@media (max-width:480px) {
	.etaps figure {
		height:150px!important;
	}
}
/*etaps*/
.etaps .elementor-image-box-content {
	background: #fff;
    padding: 30px 20px;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
	position:relative;
}
.etaps .elementor-image-box-content:before {
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
	z-index:2;
}
.etaps .elementor-image-box-content:after {
	content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border: 11px solid transparent;
    border-bottom: 11px solid #e5e5e5;
	z-index:1;
}
.etaps .elementor-image-box-title span {
	position:absolute;
	top:20px;
	left:20px;
	font-weight: bold;
	font-size: 48px;
	line-height: 59px;
	color: rgba(0, 0, 0, 0.07);
}
.etaps .elementor-image-box-description a,
#true_loadmore {
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
	display:block;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
    padding: 15px 0;
    margin: 15px 0 0;
		-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.etaps .elementor-image-box-description {text-align:left;}
.hidden-tarif {display:none;}
.admin .hidden-tarif,
.open.hidden-tarif {display:block;}

.page {background:#F4F5F9;}
.modal.gallery img {width:100%;}
.modal.gallery.modal .close {
	border: none;
    right: -40px;
    top: -15px;
    font-size: 24px;
}
.modal.gallery .owl-dots {
	position: absolute;
    z-index: 2;
    width: 100%;
    height: 20px;
    bottom: 20px;
	left:0;
	text-align:center;
}
.modal .gallery-image.owl-carousel {display:block;}
.modal.gallery .owl-nav {
	position: absolute;
    z-index: 2;
    width: 100%;
    height: 20px;
    bottom: 0;
	top:0;
	margin:auto;
	left:0;
}

.gallery.modal .owl-dot span{
		width:12px;
		height:12px;
		display:inline-block;
		background:#2b2b2b;
		opacity:0.5;
		margin:0 5px;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;		
	}
.gallery.modal .owl-dot.active span{
		background:#ED1C24;
		opacity:1;
	}

.modal.gallery .owl-nav .owl-next.disabled,
.modal.gallery .owl-nav .owl-prev.disabled {opacity:0;}

.modal.gallery .owl-nav .owl-next,
.modal.gallery .owl-nav .owl-prev {
    text-align: center;
    background: #ffff;
    position: absolute;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	 border-radius: 50%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
    height: 30px;
    width: 30px;
    display: block;
	color:#000;
	top:0;
}
.modal.gallery .owl-nav .owl-next i {padding:2px 0 0 3px;}
.modal.gallery .owl-nav .owl-prev i {padding:2px 0 0 0;}
.modal.gallery .owl-nav .owl-prev {left:-40px;}
.modal.gallery .owl-nav .owl-next {right:-40px;}
.gallery-title {
	background:#fff;
	color:#2b2b2b;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	padding:17px 40px;
}

@media (max-width:767px) {
	.modal.gallery .modal-content {
		max-width:85%;
		margin:auto;
	}
}
/*how-work*/
.how-work .elementor-image-box-content {
	background: #fff;
    padding: 62px 27px 37px;
	border:1px solid #e5e5e5;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.etaps .elementor-row>.elementor-element:nth-child(4) .elementor-image-box-wrapper:after,
.how-work .elementor-row>.elementor-element:nth-child(4)  .elementor-image-box-wrapper:after {display:none;}
/*price about*/
.price-about li {margin:0 0 1px;}

.price-about b,.price-about strong {
	font-size: 26px;
	line-height: 32px;
	margin: 17px 36px 24px;
    display: block;
}
.price-about-btn .elementor-button-link  {
	width: 180px;
    display: block;
    margin: auto;
}
.price-about b,.price-about em {
	font-size: 16px;
	line-height: 20px;
	font-style:normal;
}


/*inet-types*/
.inet-types .elementor-image-box-content {
	position: absolute;
    top: 33%;
    left: 12%;
}
.inet-types .elementor-column-wrap {overflow:hidden;}

@media (max-width: 767px) {
	.inet-types .elementor-image-box-content {
	top: 15%;
	}
	.about-wp .futurio_extra_adv_text_block .text-content-block h1 {font-size:24px;}
	.reviews .swiper-container-horizontal>.swiper-pagination-bullets {
  	  text-align: center!important;
   		bottom:0;
	}
	.inet-types .elementor-heading-title br {display:none;}
	.price-about {margin:-20px 0px 3px!important;}
	.price-about ul {padding:0 10px;}
	.price-about ul li {list-style:none;}
	.price-about b, .price-about strong {
    	font-size: 20px!important;
    	line-height: 32px;
  		margin: 15px 10px 10px;
	}
	.price-about b, .price-about em {font-size: 14px;}
	.price-about-btn .elementor-button-link {max-width:90%;}
	.etaps .elementor-image-box-content:before,
	.etaps .elementor-image-box-content:after {
		top:-24px;
	}
	.owl-dots {
	   text-align: center;
 	   margin: 25px 0 0;		
	}
	.owl-dot span{
		width:12px;
		height:12px;
		display:inline-block;
		background:#2b2b2b;
		opacity:0.11;
		margin:0 5px;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;		
	}
	.owl-dot.active span{
		background:#ED1C24;
		opacity:1;
	}
}
/*tarifs*/

.tarifs .elementor-image-box-img img {
	max-width:70%;
	max-height:50%;
}

.tarifs .elementor-image-box-img {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;	
	height:178px;
	line-height: 178px;
}

@media (max-width: 767px) {
.tarifs .elementor-image-box-img { height:120px;line-height: 120px;}
}

@media (min-width: 768px) and (max-width:1100px) {
	.etaps .elementor-image-box-wrapper:after,
	.how-work .elementor-image-box-wrapper:after {
		background-size:80px!important;
		left:65%!important;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	
	.works-img_wp a {height:120px!important;}
	.how-work .elementor-image-box-wrapper:after {
		top:15px!important;
	}
	.how-works figure,
	.etaps figure {height:120px!important;}
	.price-about b, .price-about em {font-size:12px!important;}
	.price-about b, .price-about strong {
    	font-size: 21px;
    	line-height: 24px;
		margin: 17px 15px 24px;
	}
}

@media (min-width:1101px) {
	.navbar-nav > li > a, .menu-cart, 
	.menu-account, .top-search-icon, 
	.menu-button, .offcanvas-sidebar-toggle {
    padding: 30px 10px!important;
	}
}	

@media (min-width:768px) {
	.price-about {margin:-20px 10px 3px!important;}
		
	.how-work .elementor-image-box-wrapper:after {
		content:'';
		background:url(https://prof-internet.ru/wp-content/uploads/2021/04/arrows-1.svg) center no-repeat;
		position: absolute;
		left: 80%;
		top: 35px;
		width: 135px;
		height: 40px;
	}


	.etaps .elementor-image-box-wrapper:after {
		content:'';
		background:url(https://prof-internet.ru/wp-content/uploads/2021/04/arrows-1.svg) center no-repeat;
		position: absolute;
		left: 80%;
		top: 65px;
		width: 135px;
		height: 40px;
	}

}

/*about-wp*/
.about-wp {
	background:#fff;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
		border-radius:15px;		
}
.about-wp h1,.about-wp h2,.about-wp h3,.about-wp h4,.about-wp h5,.about-wp h6 {color:#000;}
/*works*/
.works .hidn {
	position: absolute;
    top: 0;
    z-index: -1;
}
#true_loadmore {
	display: inline-block;
    min-width: 235px;
}
.works-wrap {padding:0 12px;}
.works-img_wp {
	position:relative;
}
.works-img_wp a img {display:none;}
.works-img_wp a {
	display: block;
    width: 100%;
    height: 195px;
    overflow: hidden;
	background-size: cover!important;
}
.works-wrap {width:100%;}
.pokaz {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	display:inline-block;
	position:absolute;
	bottom:15px;
	left:15px;
	background:#2C3A41;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;		
	padding:5px 15px;
	color:#fff;
}
.works_t {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	color:#000;
	margin: 21px 0;
}

/*reviews*/
.reviews .swiper-container-horizontal>.swiper-pagination-bullets {
	text-align:right;
	    bottom: -10px;
}
.reviews .swiper-pagination-bullet {
	opacity:.11;
	background:#2b2b2b!important;
}
.reviews .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ED1C24!important;
}	
.reviews .swiper-slide a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:0;
	width:100%;
	height:100%;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}
.elementor-slideshow__title {display:none;}
.reviews .swiper-slide a:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background:url(https://prof-internet.ru/wp-content/uploads/2021/04/inetsearch.svg) center no-repeat;
	opacity:0;
	width:42px;
	height:42px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}
.reviews .swiper-slide a:hover:before {opacity:0.5;}
.reviews .swiper-slide a:hover:after {opacity:1;}

.hidden-txt {height:0;overflow:hidden; margin: 0!important;}

.e-preview--show-hidden-elements .hidden-txt {
	height:auto!important;overflow:visible;
}
.showed {position:relative;}

.showed:before {
	content:'';
	position:absolute;bottom:0px;left:0;width:100%;
	height:70px;
	background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.open.showed:before {display:none;}
.open.hidden-txt {
	margin:initial!important;
	height:auto;
	overflow:visible;
}

.single .price strong {font-size:22px;color:#000;}
.single .woocommerce-Tabs-panel br+br {display:none;}
.single .woocommerce-Tabs-panel strong {color:#000;}

.h-social a {
    display: inline-block;
   width: 25px;
    height: 25px;
    position: absolute;
    left: -29px;
    top: -9px;
    background-size: cover!important;
}

.h-social a+a{
	left:-63px;
}

.h-social {display:inline-block;position:relative;}
.h-social .telegram {
    background: url(img/telegram.svg) center no-repeat;
}

.h-social .whats {
    background: url(img/whatsapp.svg) center no-repeat;
}

/*faq*/
.faq .elementor-tab-title {
    background-color: #0083C2;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin: 5px 0;
}
/*links cloud*/
.linkscloud {text-align: center;}
.linkscloud li:hover {
	cursor:pointer;
	background:#80af17;
	color:#fff!important;
}
.linkscloud li:hover > a {
	color:#fff!important;
}
.linkscloud li:hover > a:hover {
	text-decoration:none;
}
.linkscloud li {
	list-style:none;
	display:inline-block;
	border:2px solid #80af17;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
    font-size: 14px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
	margin:5px 10px 5px 0;
}
.linkscloud ul {padding:0 5%;margin:0;}
/*footer menu*/
.footer-menu ul {padding:0;}
.footer-menu  li {list-style:none;text-align:center;}
.footer-menu  li > a {font-size:14px;color:#fff;text-decoration:underline;}
.footer-menu  li > a:hover {text-decoration:none;}
.footer-menu  .elementor-row {justify-content: space-between;}

/*blog*/
@media (min-width:480px) and (max-width:1024px) {
	.blog-list .news-item {width:50%;    float: left}
}

/*color-table*/
.color-table thead td {
	background:#0083c1;
    color: #fff;
    font-weight: 600;
}   
.color-table tbody tr:nth-child(2n+2)>td {
background: #d1f0ff;
    color: #000;
}
.admin-review .elementor-image-box-description {
    margin: 0 0 0 -7%;
    padding: 50px 15px;
    background:#f4f5f9;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}
.admin-review .elementor-image-box-title {
    margin-top: 12px;
}
.admin-review .elementor-image-box-description:before {
	content:'';
	border: 10px solid transparent; 
	border-bottom: 10px solid #f4f5f9;
	position:absolute;
    top: -18px;
    left: 15px;
	width:15px;
}

@media (max-width:767px) {
	.admin-review .elementor-image-box-description {margin:auto;}
	.admin-review .elementor-image-box-description:before {
		left:0;
		right:0;
		margin:auto;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.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%}

