/*!
Theme Name: TishAstrology4
Description: TishAstrology4 is a WordPress Theme. It is fully responsive, customizable, translation ready, custom colors, multiple browsers support and much more.
Author: tishonator
Version: 1.0.0
Text Domain: tishonator
Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Requires PHP: 7.0
Requires at least: 6.2
Tested up to: 6.7
*/

/*t Custom Fonts Start t*/

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Playfair+Display:wght@400;700&display=swap');

:root {
  --tish-font: 'Lora', sans-serif;
  --tish-font-two: 'Playfair Display';
  --tish-white: #ffffff;
  --tish-white-rgb: 255, 255, 255;
  --tish-base: #ff3294;
  --tish-base-rgb: 255, 50, 148;
  --tish-black: #01050c;
  --tish-black-rgb: 1, 5, 12;
}

/*t Custom Fonts End t*/





input, select, textarea, button, #main .button {
	font-family:inherit;
}

button {
	cursor:pointer;
}

body:before {
	content: none !important;
}

a:hover {
	text-decoration: none;
}

.entry-title a,
.post-entry-title a {
	text-decoration: none;
}

.icon:before {
    font-size: 14px;
    margin-right: 5px;
}

a,
.icon:before {
	text-decoration:none;
	outline:none;
	color:#b83806;
}

.skills li .progress {
	background-color:#b83806;
}

a img{
	outline:none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #000;
  outline: solid rgba(0, 115, 170, 0.15);
  outline-offset: -4px;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: dotted;
  outline-offset: -4px;
}

p {
	padding:3px 0 3px 0;
	margin:0;
}

img {
	border:0;
	outline:0;
}

.lb-prev,
.lb-next {
	transition:none !important;
}

select {
	background-color: white;
	border: 1px solid #CCC;
	padding: 8px 3px;
	border-radius: 3px;
}

.quantity input[type="number"] {
    background-color: white;
    border: 1px solid #CCC;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 5px;
}

#main-content-wrapper {
	min-height:100px;
	margin-top: 35px !important;
}

#home-content-wrapper img,
#main-content-wrapper img,
#footer-main img {
	max-width:100%;
	height:auto;
}

#home-content-wrapper a:hover img,
#main-content-wrapper a:hover img:not(.slider-img),
#footer-main a:hover img:not(.slider-img) {
	opacity:0.9;
}

article,
.recent-posts-slider-after-content {
	line-height:1.5;
}


h1, h2, h3, h4, h5, h6, .product-title{
	font-weight:400;
	margin:0;
	font-family: 'Raleway', sans-serif;
}
	
h1 {
	font-size:34px;
	padding:10px 0 3px 0;
}

h2, .product-title {
	font-size:28px;
	padding:5px 0 0 0;
}

h3 {
	font-size:24px;
	padding:8px 0 5px 0;
}

h4 {
	font-size:20px;
	padding:2px 0 1px 0;
}

h5 {
	font-size:16px;
	padding:2px 0 1px 0;
}

h6 {
	font-size:16px;
	padding:2px 0 1px 0;
}

table {
    border-collapse: collapse;
}



td, th {
	padding:10px;
}

#wp-calendar,
#wp-calendar th,
#wp-calendar td {
	border:none;
}

#wp-calendar td,
#wp-calendar th {
	padding:0;
}


embed,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

video {
    width: 100% !important;
    height: auto !important;
}

.vimeo-wrapper {
    position: relative;
    padding-bottom: 56.25%;
  	height: 0;
}

.vimeo-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}


.custom-logo-link img {
	margin-right:10px;
	max-width:100%;
	height:auto;
}

#header-logo strong {
	font-weight:normal;
}

#sidebar select{
	max-width:95%;
}

dt.gallery-icon:before {
	content:'';
	display: none;
}


#footer-bottom-widget-area {
	margin-top:10px;
}

#footer-bottom-area {
	clear:both;
	padding:40px 2%;
	background-color:#292929;
	font-size:14px;
}

#footer-bottom-area,
#footer-bottom-area h1,
#footer-bottom-area h2,
#footer-bottom-area h3 {
	color:#575757;
}

#footer-bottom-area a {
	color:#555555;
}

#footer-bottom-area a:hover {
	color:#747474;
}

#header-logo h1 {
	padding:0;
	line-height:1;
}

#navmain li {
	padding:0;
}

ul > li:not(.wp-social-link) {
	padding:3px 0;
	margin:0;
	list-style-type:none;
}

article ul li {
	list-style-type: circle !important;
}

ol > li {
	padding:3px 0;
	margin:0;
}

article ol {
	padding:0 0 0 30px;
}

article ul {
	padding:0 0 0 15px;
}

ul, ol {
	padding:0;
}


.widget > ul,
.col > ul,
#sidebar > ul {
	padding-left:0;
}

#site-identity h1 {
	-webkit-transition: font-size .5s ease, opacity .4s ease;
	-o-transition: font-size .5s ease, opacity .4s ease;
	transition: font-size .5s ease, opacity .4s ease;
	font-weight:bold;
	font-size: 24px;
}

article {
    max-width:100%;
}

article,
aside {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/* main content */
#main-content,
#main-content-full,
#main {
	padding:10px 0 0 0;
}

#main-content > article:first-of-type h1 {
	margin-top:0;
	padding-top:0;
}

#main-content-full {
	margin:0 0 20px 2%;
	width:96%;
}

/* sidebar */
#sidebar {
	overflow:hidden;
	padding:10px 0 0 0;
}



#sidebar > ul {
	margin-left:3px;
}

#sidebar > ul:not(.social-widget):not(.ui-tabs-nav) li {
    margin-bottom:10px;
    width:85%;
}

#sidebar .teammember-social-icons li {
    border-bottom:none !important;
    margin-bottom:0 !important;
    width:auto !important;
}

#sidebar > ul li:last-of-type {
	border:none !important;
}

#sidebar .widget {
	margin-bottom:5px;
    clear: both;
}

#infoTxt {
	padding:10px 0 10px 0;
}



article,
.additional-content {
	clear:both;
}

.separator {
	height:1px;
	margin:20px 1% 10px 0;
}

#footer-menu ul,
#footer-menu li {
	display:inline;
	padding:0;
	margin:0;
}

#footer-menu li {
	margin-right:4px;
}

#footer-menu li a {
	display:inline-block;
	line-height:1.7;
	border-bottom: 1px dotted;
}

#footer-menu li:after {
	content: '/';
	margin-left:7px;
}

#footer-menu li:last-of-type:after {
	content: '';
}

#footer-menu li a:hover {
	border-bottom-style: solid;
}

#footer-main {
	clear:both;
	background-color:#333333;
	color:#CCCCCC;
	margin:20px 0 0 0;
	padding:80px 2% 80px 2%;
	font-size:14px;
}

#footer-main a {
	color:#BBBBBB;
}

#footer-main a:hover {
	color:#999999;
}

#footer-main ul:not(.social-widget):not(.ui-tabs-nav):not(.footer-social-widget):not(.instagram-pics) li {
    border-bottom:1px solid #333;
    margin-bottom:10px;
    padding-bottom:10px;
    width:85%;
}

#footer-menu ul li,
#footer-main ul li:last-of-type,
#footer-main ul ul li {
	border:none !important;
	padding-bottom:0 !important;
}

.footer-social-widget li {
	display:inline;
}

#footer-main input[type="text"] {
	width:130px;
	background-color:#fff;
}

.footer-social-widget a {
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
}

.footer-social-widget a:hover {
	text-decoration:none !important;
	-webkit-transform:rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.footer-social-widget a:before {
	font-size:14px;
}

.footer-social-widget li {
	margin-right:5px;
}

#footer-phone-and-email {
	float:right;
	clear:both;
	margin-top:10px;
}

#footer-phone-and-email #footer-phone,
#footer-phone-and-email #footer-email {
	display:inline-block;
}

#footer-phone-and-email #footer-phone {
	margin-right:10px;
}

#footer-main .post-date {
	margin:0 0 5px 0;
}



.col > ul {
	margin-left:3px;
}

.col li {
	margin-bottom:5px;
}

.col1a {
	float:none;
	width:96%;
	margin:5px 0 5px 0;
}

#footer-bottom {
	padding:20px 0 0 0;
	clear:both;
	text-align:center;
}

#footer-bottom .footer-title,
#footer-main h2 {
	float:none;
	border-bottom:none;
	margin-bottom:5px;
}

#footer-bottom #footer-main h2:after {
	display: block;
	content: ' ';
}

#footer-main h2:after {
	display:block;
	content: ' ';
}

.footer-after-title,
#footer-main h2:after {
	display:none;
}

#footer-bottom-widget-area .footer-title,
#footer-main h2 {
	margin-bottom:10px;
}

#fsocial {
	float:right;
	max-width:300px;
}

.social-widget,
.header-social-widget,
.footer-social-widget {
	list-style:none;
	padding:0;
	margin:0;
}

.social-widget iframe {
    margin-bottom:0;
}

.social-widget li {
	margin-left:5px;
    margin-right:5px;
	display:inline-block;
}

.social-widget li:before {
	content:'';
}

.social-widget li a,
.social-widget li a:hover {
	text-decoration: none;
}

.single-social-widget a:hover:before,
.social-widget li:hover a:before{
	display:inline-block;
	-webkit-transform:rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	text-decoration:none;
}

.github16:before {
	content: "\f09b";
}

.github32:before {
	content: "\f092";
}

.bitbucket16:before {
	content: "\f171";
}

.bitbucket32:before {
	content: "\f172";
}

.reddit16:before {
	content: "\f1a1";
}

.reddit32:before {
	content: "\f1a2";
}

.xing16:before {
	content: "\f168";
}

.xing32:before {
	content: "\f169";
}

.slack16:before,
.slack32:before {
	content: "\f198";
}

.wechat16:before,
.wechat32:before {
	content: "\f1d7";
}

.snapchat16:before {
	content: "\f2ab";
}

.snapchat32:before {
	content: "\f2ad";
}

.dribbble16:before,
.dribbble32:before {
	content: "\f17d";
}

.bandcamp16:before,
.bandcamp32:before {
	content: "\f2d5";
}

.lastfm16:before {
	content: "\f202";
}

.lastfm32:before {
	content: "\f203";
}

.soundcloud16:before,
.soundcloud32:before {
  content: "\f1be";
}

.vimeo16:before {
	content: "\f27d";
}

.vimeo32:before {
	content: "\f194";
}

.skype16:before,
.skype32:before {
	content: "\f17e";
}

.deviantart16:before,
.deviantart32:before {
  content: "\f1bd";
}

.yahoo16:before,
.yahoo32:before {
  content: "\f19e";
}

.amazon16:before,
.amazon32:before {
  content: "\f270";
}

.etsy16:before,
.etsy32:before {
  content: "\f2d7";
}

.foursquare16:before,
.foursquare32:before {
  content: "\f180";
}

.quora16:before,
.quora32:before {
  content: "\f2c4";
}

.yelp16:before,
.yelp32:before {
  content: "\f1e9";
}

.github16:before,
.bitbucket16:before,
.reddit16:before,
.xing16:before,
.slack16:before,
.wechat16:before,
.snapchat16:before,
.dribbble16:before,
.bandcamp16:before,
.lastfm16:before,
.soundcloud16:before,
.vimeo16:before,
.skype16:before,
.deviantart16:before,
.yahoo16:before,
.amazon16:before,
.etsy16:before,
.foursquare16:before,
.quora16:before,
.yelp16:before {
	font-family:'FontAwesome';
	font-size: 13px;
}

.github32:before,
.bitbucket32:before,
.reddit32:before,
.xing32:before,
.slack32:before,
.wechat32:before,
.snapchat32:before,
.dribbble32:before,
.bandcamp32:before,
.lastfm32:before,
.vimeo32:before,
.skype32:before,
.deviantart32:before,
.yahoo32:before,
.soundcloud32:before,
.amazon32:before,
.etsy32:before,
.foursquare32:before,
.quora32:before,
.yelp32:before {
	font-family:'FontAwesome';
	font-size: 32px;
}

.facebook16:before {
	content: "\f09a";
}

.facebook32:before {
	content: "\f082";
}

.google16:before {
	content: "\f0d5";
}

.google32:before {
	content: "\f0d4";
}

.instagram16:before,
.instagram32:before {
	content: "\f16d";
}

.linkedin16:before {
	content: "\f0e1";
}

.linkedin32:before {
	content: "\f08c";
}

.rss16:before {
	content: "\f09e";
}

.rss32:before {
	content: "\f143";
}

.tumblr16:before {
	content: "\f173";
}

.tumblr32:before {
	content: "\f174";
}

.twitter16::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}

.twitter32::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}

.youtube16:before {
	content: "\f167";
}

.youtube32:before {
	content: "\f166";
}

.pinterest16:before {
    content: "\f0d2";
}

.pinterest32:before {
    content: "\f0d3";
}

.vk16:before {
    content: "\f189";
}

.vk32:before {
    content: "\f189";
}

.flickr16:before {
    content: "\f16e";
}

.flickr32:before {
    content: "\f16e";
}

.vine16:before {
    content: "\f1ca";
}

.vine32:before {
    content: "\f1ca";
}

.facebook16:before,
.google16:before,
.instagram16:before,
.rss16:before,
.tumblr16:before,
.linkedin16:before,
.twitter16:before,
.youtube16:before,
.pinterest16:before,
.vk16:before,
.flickr16:before,
.vine16:before {
    font-family:'FontAwesome';
    font-size: 13px;
}

.facebook32:before,
.google32:before,
.instagram32:before,
.rss32:before,
.tumblr32:before,
.linkedin32:before,
.twitter32:before,
.youtube32:before,
.pinterest32:before,
.vk32:before,
.flickr32:before,
.vine32:before {
	font-family:'FontAwesome';
	font-size: 32px;
}

.header-social-widget a {
	display:inline;
}

.social32 {
	float:right;
	margin-right:10px;
}

.social32 a {
	display:inline-block;
}

.single-social-widget {
	clear:both;
}

.single-social-widget .social32 {
	float:left;
}

.single-social-widget p {
	line-height:40px;
	font-size:14px;
}

.single-social-widget .facebook32:before {
	content: "\f09a";
	color:#FFFFFF;
	background-color:#3B5998;
}

.single-social-widget .twitter32:before {
	content: "\f099";
	color:#FFFFFF;
}

.single-social-widget .rss32:before {
	content: "\f09e";
	color:#FFFFFF;
	background-color:#EE802F;
}

.single-social-widget .instagram32:before {
	color:#FFFFFF;
	background: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.single-social-widget .facebook32:before,
.single-social-widget .twitter32:before,
.single-social-widget .rss32:before,
.single-social-widget .instagram32:before {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
/*t
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
	border:1px solid #B2AEA3;
	padding:4px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-ms-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px;
}

.button,
input[type="submit"],
button {
	font-size:16px;
}

.button,
input[type="submit"],
button,
.btn,
a.btn,
#main .button,
#main #respond input[type="submit"],
#main-content-wrapper .woocommerce .checkout-button,
.woocommerce a.button {
	padding:8px 12px;
	text-decoration:none;
	font-weight:normal;
	border:none;
	color:#ffffff;
	background-image: -ms-linear-gradient(top, #b83806 0%, #ca7101 100%);
	background-image: -moz-linear-gradient(top, #b83806 0%, #ca7101 100%);
	background-image: -o-linear-gradient(top, #b83806 0%, #ca7101 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b83806), color-stop(1, #ca7101));
	background-image: -webkit-linear-gradient(top, #b83806 0%, #ca7101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b83806', endColorstr='#ca7101');
	background-image: linear-gradient(top, #b83806 0%, #ca7101 100%);
	text-shadow:0 !important;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-ms-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px;
}

.button:hover,
input[type="submit"]:hover,
button:hover,
#main .button:hover,
.btn:hover,
a.btn:hover,
#place_order:hover,
#place_order:hover,
#main #respond input[type="submit"]:hover,
#main-content-wrapper .woocommerce .checkout-button:hover,
.woocommerce a.button:hover {
	color:#ffffff;
	background-image: -ms-linear-gradient(top, #ca7101 0%, #b83806 100%);
	background-image: -moz-linear-gradient(top, #ca7101 0%, #b83806 100%);
	background-image: -o-linear-gradient(top, #ca7101 0%, #b83806 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ca7101), color-stop(1, #b83806));
	background-image: -webkit-linear-gradient(top, #ca7101 0%, #b83806 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ca7101', endColorstr='#b83806');
	background-image: linear-gradient(top, #ca7101 0%, #b83806 100%);
	text-decoration:none;
}
t*/
.btn {
	margin-top:10px;
	display:inline-block;
}

#respond {
	clear:both;
}

#commentform input:before,
#commentform textarea:before {
	content:'\A';
	white-space:pre;
}

.page-links, .post-links {
	padding:10px 0 3px 0;
	margin:0;
}

.navigation,
.woocommerce-pagination {
	float:left;
    margin:0;
}

.navigation .current,
.navigation .page-dots,
.navigation .page-numbers {
	font-size:15px;
	text-align:center;
	display:inline-block;
	float:left;
	font-weight:500;
}

.navigation .page-dots,
.navigation .page-numbers {
	padding:7px 13px;
	margin-right:0;
}

.navigation .current,
.navigation .current:hover {
	text-decoration:none;
	text-align:center;
	margin-right:0;
}

.navigation .page-numbers:hover {
	text-decoration:none;
	text-align:center;
}

.shop_table .product-remove {
	width:10%;
}

.shop_table .product-thumbnail {
	width:10%;
}

.shop_table .product-name {
	width:50%;
}

.shop_table .product-price {
	width:10%;
}

.shop_table .product-quantity {
	width:10%;
}

.shop_table .product-subtotal {
	width:10%;
}

/* homepage classes */
#home-cols {
	clear:both;
	padding:10px 2% 20px 2%;
	margin:20px 0 30px 0;
}

#top-widget {
	clear:both;
	padding:0 2%;
}

.bottom-widget,
.top-widget {
	clear:both;
	padding:0 2%;
	text-align: center;
}

.nav-links {
	padding-top:10px;
}

.nav-links .nav-previous {
	float:left;
	width:45%;
}

.nav-links .nav-previous:before {
	font-family:'FontAwesome';
	content:"\f100";
	margin-right:5px;
}

.nav-links .nav-next {
	float:right;
	width:45%;
}

.nav-links .nav-next:after {
	font-family:'FontAwesome';
	content:"\f101";
	margin-left:5px;
}

/* utilities classes */
.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

.text-center {
	text-align:center;
}

.mt-10 {
	margin-top:10px;
}

.mb-10 {
	margin-bottom:10px;
}

.mt-20 {
	margin-top:20px;
}

.mb-20 {
	margin-bottom:20px;
}

.mt-30 {
	margin-top:30px;
}

.mb-30 {
	margin-bottom:30px;
}

.mt-40 {
	margin-top:40px;
}

.mb-40 {
	margin-bottom:40px;
}

.box-shadow-none {
	box-shadow:none !important;
}

.box-shadow-none img {
	box-shadow:none !important;
}


/* contact from */
.contact-error {
	color:#FF0000;
}

.contact-success {
	border:1px solid #5D7716;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:5px 1%;
	width:50%;
}

/* comments */
#comments {
	margin-top:25px;
	font-size:18px;
	float:left;
	clear:both;
	padding:0 5px 1px 1px;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
}

.commentlist li {
	list-style:none;
}

.commentlist li .pingback .comment-author {
	padding:0 170px 0 0;
}

.commentlist li div .vcard {
	font-weight:bold;
	font-size:16px;
	line-height:16px;
}

.commentlist li div .vcard cite .fn {
	font-style:normal;
	font-size: 11px;
}

.commentlist li div .vcard cite .fn a .url {
	color:#cc0000;
	text-decoration:none;
}

.commentlist li div .vcard cite .fn a .url:hover {
	color:#000;
}

.commentlist li div .vcard img .avatar {
	background:#fff;
	border:1px solid #aaa;
}

.commentlist li div .comment-meta a {
	color:#205B87;
	text-decoration:none;
}

.commentlist li p {
	font-weight:normal;
	line-height:1.2;
	margin:5px 0 12px;
}

.commentlist li ul {
	font-weight:normal;
	font-size:12px;
	line-height:16px;
	list-style:square;
	margin:0 0 12px;
	padding:0;
}

.commentlist li div .reply {
	background:#999;
	border:1px solid #666;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color:#fff;
	font:bold 9px/1 helvetica,arial,sans-serif;
	padding:6px 5px 4px;
	text-align:center;
	width:36px;
}

.commentlist li div .reply:hover {
	background:#cc0000;
	border:1px solid #cc0000;
}

.commentlist li div .reply a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.commentlist li ul.children {
	list-style:none;
	margin:12px 0 0;
	text-indent:0;
}

.commentlist li ul .children li .depth-2 {
	margin:0 0 3px;
}

.commentlist li ul .children li .depth-3 {
	margin:0 0 3px;
}

.commentlist li ul .children li .depth-4 {
	margin:0 0 3px;
}

.commentlist li ul .children li .depth-5 {
	margin:0 0 7px;
}

.commentlist ul .children li .odd {
	background:#fff;
}

.commentlist .odd {
	background:#f6f6f6;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.commentlist li .pingback div .vcard {
	padding:0 170px 0 0;
}

.comment-body {
	padding-left:0;
}

#reply-title {
	margin-top:25px;
	text-align:center;
	font-size:18px;
	float:left;
	clear:both;
	padding:0 5px 0 1px;
}

#commentform {
	clear:both;
	padding-top:5px;
	padding-left:2px;
}

.entry-title {
	clear:both;	
}

.before-content {
	font-size:16px;
	padding-top:0;
	padding-bottom:10px;
}

.after-content,
.custom-after-content,
.page-after-content {
	clear:both;
}

.quote-content:before,
.quote-content:after,
.sticky h1:before {
	font-family:'FontAwesome';
	margin:0;
}

.quote-content,
.quote-content:after,
.sticky h1 {
	margin-right:7px;
}

.aside-icon:before,
.audio-icon:before,
.author-icon:before,
.category-icon:before,
.comments-icon:before,
.edit-icon:before,
.gallery-icon:before,
.image-icon:before,
.link-icon:before,
.quote-icon:before,
.tags-icon:before,
.video-icon:before {
	content:' ';
	margin-left:10px;
	margin-right:5px;
}

.categories-wrapper,
.tags-wrapper {
	display:inline;
}



/* calendar widget */
.widget_calendar {
	float:left;
}

#wp-calendar {
	border-collapse:separate;
}

#wp-calendar caption {
	color:#333;
	font-size:18px;
	padding:5px;
}

#wp-calendar thead,
#wp-calendar tfoot {
	font-size:16px;
}

#wp-calendar th {
	border-bottom:3px solid #ccc;
}

#wp-calendar tbody td {
	text-align:center;
}

#wp-calendar tbody #today {
	background: #dddddd;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-ms-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px;
	border:1px solid #666666;
}

#wp-calendar tbody .pad {
	background:none;
}

#wp-calendar tfoot #next {
	font-size:10px;
	text-transform:uppercase;
	text-align:right;
}

#wp-calendar tfoot #prev {
	font-size:16px;
	text-transform:uppercase;
	padding-top:10px;
}

#wp-calendar tbody td {
	padding:8px;
}

.quote-content:before {
	content: "\f10d";
}

.quote-content:after {
	content: "\f10e";
}

/* Accessibility */
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 16px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#main-content-wrapper[tabindex="-1"]:focus {
  outline: 0;
}

.tagcloud {
    margin-bottom: 20px;
}

.wp-caption {
	max-width:95%;
    padding:5px;
    border:1px solid #ccc;
    color:#555;
    background:#f9f9f9;
    -moz-box-shadow:1px 1px 5px rgba(153, 153, 153, 0.3);
    -webkit-box-shadow:1px 1px 5px rgba(153, 153, 153, 0.3);
    box-shadow:1px 1px 5px rgba(153, 153, 153, 0.3);
    -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	clear:both;
}

.wp-caption img {
	width:100%;
}

.wp-caption p.wp-caption-text {
	margin:0;
	background-color:#858581;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:2px 4px 2px 4px;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.widget_tishonator_advancedtextcontent_widget {
	clear:both;
}

.post-date {
	display:block;
	margin:0 0 5px 15px;
}

@-webkit-keyframes zoom-image-in-and-out {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  50% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
}

@keyframes zoom-image-in-and-out {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  50% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
}

.zoom-img-background-img-wrapper {
	overflow:hidden;
}

.zoom-img-background-img-inner {
	-webkit-animation zoom-image-in-and-out 30s ease-out both;
	animation: zoom-image-in-and-out 30s ease-out 0s 1 normal both running;
	animation-iteration-count:1000;
	width:100%;
	height:100%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity:0.85;
}

.zoom-bcgr-content {
	position:absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width:96%;
}

.zoom-bcgr-content-inner h1,
.zoom-bcgr-content-inner h2,
.zoom-bcgr-content-inner h3,
.zoom-bcgr-content-inner {
	color:#FFFFFF;
}

.zoom-bcgr-content-inner {
	width:100%;
}

@media screen and (min-width: 1200px) {
	.number-counter-inner-content,
	.zoom-bcgr-content {
        max-width:950px;
    }
    .number-counter-inner-content {
        margin:0 auto;
    }
}

#rotating-text {
	position: relative;
	font-size: 52px;
	color:#444;
	display: block;
	line-height:1;
	padding:15px 0;
	text-align:center;
}

#rotating-text span {
	display: none;
	color:#111;
}

.advanced-text-wrapper {
	text-align:center;
}

.advanced-text-wrapper h1,
.advanced-text-wrapper h2,
.advanced-text-wrapper h3,
.advanced-text-wrapper h4,
.advanced-text-wrapper h5,
.advanced-text-wrapper h6 {
	color:#FFFFFF;
}

.advanced-text-content {
	padding:0;
	font-size:16px;
	text-align:center;
}

.advanced-text-button-wrapper {
	margin-bottom:5px;
	text-align:center;
}

#page-header {
	background-image:url('images/pageheader.jpg');
	background-repeat: repeat;
	-webkit-box-shadow: inset 0 -1px 1px -1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 -1px 1px -1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -1px 1px -1px rgba(0, 0, 0, 0.25) inset;
	padding:20px 2% 20px 2%;
}
 
.home-title {
	padding-top:10px;
}

/* Registered Block Styles */
.is-style-btn .wp-block-button__link,
.is-style-btn .wp-block-button__link:hover,
.is-style-btn .wp-block-button__link:focus,
.is-style-btn .wp-block-button__link:active,
.is-style-btn .wp-block-button__link:visited {
	box-shadow: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.is-style-btn .wp-block-button__link:hover {
	opacity:0.85;
}

.is-style-tgroup {
	margin-bottom: 20px !important;
}

.is-style-tsitetitle a {
	text-decoration: none !important;
	font-weight: bold;
}

.is-style-tposttitle {
	text-align: center;
	margin: 10px 0 !important;
	font-size: 180%;
	font-weight: bold;
}

.is-style-tsociallinks {
	border-radius: 1px !important;
}

blockquote {
	margin-bottom:10px;
}

.full-width{
    width: 100vw;
     position: relative !important;
     margin-left: -50vw;
     left: 50%;
     margin-bottom: 40px;
}

.wp-block-cover img {
	box-shadow: none !important;
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
	position: relative !important;
}


.breadcrumb-separator{
    color:#999;
    margin-left:7px !important;
    margin-right:7px !important;
}

.home-title,
.home-col-title {
	font-weight:normal;
	font-size:18px;
	padding-top:25px;
	letter-spacing:1px;
	float:none;
	clear:both;
	text-align:center;
}

.home-col-title .advanced-text-icon {
    font-size:inherit !important;
    text-shadow:none !important;
}

.home-after-title,
.home-col-after-title {
	clear:both;
}

.home-title,
.sidebar-title {
	display: inline-block;
	background: #FFF;
	z-index: 1;
	position: relative;
	font-weight: 700;
}

.home-title {
	padding: 0 10px;
}

.sidebar-title {
	margin-bottom:20px;
}

.home-title {
	margin-top:10px;
}

.sidebar-title:not(:first-child) {
	margin-top:15px;
	margin-bottom:10px;
}

.sidebar-before-title {
	clear:both;
}

.home-after-title {
	border-top: 1px solid #EEE;
	margin: -12px auto 10px auto;
}

.footer-title,
#footer-main h2 {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#dddddd;
}

#footer-main .wp-block-group h2:after {
	display: block;
	content: ' ';
}

#footer-main h2:after {
	display:block;
	content: ' ';
}

.footer-after-title,
#footer-main h2:after {
	clear:both;
}

.author-info-box {
	clear:both;
	padding-left:10px;
}

.author-info-box p {
	padding-left:100px;
	line-height:25px;
}

div.author-info-box p:nth-of-type(2) {
	white-space: pre-line;
}

.author-info-box ul {
	padding-left:100px;
}

.author-title {
	margin-top:25px;
	font-size:18px;
	clear:both;
	float:left;
	padding:0 5px 0 1px;
	margin-bottom:5px;
}

.author-avatar {
	float:left;
}

.avatar {
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	border-radius:45px;
}

.IN-widget button {
	min-width:auto !important;
	background-image:none !important;
}

.IN-widget {
	vertical-align: unset !important;
}

.social-sharing-box {
	clear:both;
}

.social-sharing-box ul li{
	margin-right:0;
}

.social-sharing-title {
	margin-top:25px;
	font-size:18px;
	clear:both;
	float:left;
	padding:0 5px 0 1px;
	margin-bottom:5px;
}

.page-entry-title {
	padding-left:0 !important;
}



/* custom page templates classes */
.custom-entry-title {
	padding-left:0 !important;
}

.wide-content article {
	width:auto;
}

.wide-content  h1,
.wide-content .content,
.wide-content .after-content,
.wide-content .quote-content {
	padding-left:0;
}

#main-content-left-sidebar-wrapper {
	
}

/* Google Map classes */
#map_canvas {
	width:100%;
	height:350px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#map_canvas_widget {
	clear:both;
	width:100%;
	height:250px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

#map_canvas img,
#map_canvas_widget img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* office info classes */
.office-info-box {
	margin-top:10px;
}

.office-info-box .fa::before {
    margin-right: 5px;
}

.page-contact-title {
	border-bottom: 4px solid #555555;
    clear: both;
    float: left;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 0 0 !important;
    padding: 0 5px 1px 1px !important;
    text-transform: uppercase;
}

#not-found-title {
	font-size:48px;
	padding-left:0 !important;
	text-align:center !important;
	margin-bottom:10px;
}

#not-found-image {
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	border-radius:500px;
	margin-bottom:10px;
}

/* Tabs Widget Classes */
.tishonator_tabs_widget_content {
    position: relative;
    border: 1px solid #AAAAAA;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
}
.tishonator_tabs_widget_content img {
    max-width: 100%;
    height: auto;
}
.tishonator_tabs_widget_content li:before {
	content:none !important;
}
.tishonator_tabs_widget_content ul.tisho-tabs,
#popular-tab-content ul,
#recent-tab-content ul,
#comments-tab-content ul,
#tags-tab-content ul {
	padding:0;
	margin:0;
}

.tishonator_tabs_widget_content ul.tisho-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.tishonator_tabs_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.tishonator_tabs_widget_content ul.has-2-tabs li {
    width:50%;
}
.tishonator_tabs_widget_content ul.has-3-tabs li {
    width: 33.33%;
}

.tishonator_tabs_widget_content ul.has-4-tabs li {
    width: 25%;
}

.tishonator_tabs_widget_content .has-4-tabs .tab_title.selected a {
    border-bottom:none;
}

.tishonator_tabs_widget_content .tab_title a {
    display: block;
    border-left: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 13px;
}

.tishonator_tabs_widget_content .tab_title:not(.selected) {
	background-color:#dedede;
}

.tishonator_tabs_widget_content .tab_title:not(.selected) a {
	color:#555555 !important;
}

.tishonator_tabs_widget_content .tab_title:not(.selected) a:hover {
	background-color:#555555 !important;
	color:#FAFAFA !important;
}

.tishonator_tabs_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.tishonator_tabs_widget_content .tab_title.selected a {
	border-bottom:none;
}
.tishonator_tabs_widget_content .inside {
    padding-top: 10px;
}
.tishonator_tabs_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 11px 0;
    padding: 0px 15px 15px 15px;
    text-align: left;
    background: none;
    position: relative;
}
.tishonator_tabs_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.tishonator_tabs_widget_content .tab-content li:first-child {
    padding-top: 5px;
}

.tishonator_tabs_thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}
.tishonator_tabs_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.tishonator_tabs_widget_content .entry-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.tishonator_tabs_widget_content .tisho-postmeta, .tishonator_tabs_comment_content, .tishonator_tabs_excerpt {
}
.tishonator_tabs_widget_content .wp-post-image {
    margin: 0 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

/* Comments */
.tishonator_tabs_avatar {
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}
.tishonator_tabs_comment_content p, .tishonator_tabs_excerpt p {
    margin-bottom: 0;
}
.tishonator_tabs_comment_meta {
    font-weight: bold;
}

/* Tags tab */
.tishonator_tabs_widget_content #tags-tab-content {
    padding-bottom: 10px;
}
.tishonator_tabs_widget_content #tags-tab-content ul {
    margin: 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.tishonator_tabs_widget_content #tags-tab-content ul li {
    width: auto;
    color: #fff;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 3px 3px 0 0;
    float: none;
    font-size: 16px;
}
.tishonator_tabs_widget_content #tags-tab-content ul li a {
    padding: 12px 10px;
    white-space: nowrap;
    display: block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

/* Pagination */
.tishonator_tabs_widget_content .tisho-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}
.tishonator_tabs_widget_content .tisho-pagination a {
    margin: 0 15px;
}
.tisho-pagination a.next {
    float: right;
}

.tishonator_tabs_widget_content img {
	box-shadow:none !important;
}

/* Loading... */
.tisho-loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
/* End of Tabs Widget Classes */

/* WooCommerce */
li.wc-block-product {
	list-style-type: none !important;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	max-width:50%;
}

.woocommerce-input-wrapper {
	width:100%;
}

#main-content-wrapper .wc-block-grid__product-title,
#body-content-wrapper .wc-block-grid__product-title {
  font-size: 20px;
}

#main-content-wrapper .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
#body-content-wrapper .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product {
  font-size: 16px;
}

.wc-block-pagination-page.wc-block-components-pagination__page {
    background-image: none !important;
}

.woocommerce-product-gallery__image {
	margin-bottom:10px;
}

.mini_cart_item a.remove {
	float:left;
	margin-right: 5px;
}

.mini_cart_item a.remove {
	float:left;
	margin-right: 5px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width:50%;
	float:right;
	clear:both;
}

#main-content-wrapper ul.products li.product .woocommerce-loop-category__title,
#main-content-wrapper ul.products li.product .woocommerce-loop-product__title,
#main-content-wrapper ul.products li.product h3 {
	font-size:22px;
}

.wc-forward {
    margin-right: 10px !important;
}
.woocommerce-mini-cart,
.cart_list,
.product_list_widget {
	opacity:1 !important;
	box-shadow:none !important;
}
.widget_shopping_cart_content {
	display:inline-block;
	padding:0 !important;
}

.woocommerce-pagination {
	text-align:left !important;
}

.woocommerce-pagination .page-numbers {
	border:none !important;
}

.woocommerce-pagination .page-numbers:hover {
  background-color: #FFF !important;
}

.wc-block-price-filter {
	padding-left: 10px;
	padding-right: 10px;
}

.woocommerce-pagination .page-numbers li {
	border: 1px solid #dddddd;
    padding:0 !important;
}
.woocommerce-pagination .page-numbers li:hover {
	padding:0 !important;
}

.woocommerce-pagination a {
	padding:6px 9px !important;
	margin:0 4px 0 0 !important;
	font-size:16px !important;
	text-align:center !important;
}

.woocommerce-pagination .current,
.woocommerce-pagination a:hover {
	margin-right:-1px !important;
	padding:6px 9px !important;
	text-decoration:none !important;
	font-size:16px !important;
	text-align:center !important;
}

.woocommerce-pagination .current {
	background:#FFFFFF !important;
}

.woocommerce-pagination a:hover {
	background:#FFFFFF !important;
}



.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	text-shadow:none !important;
}

.woocommerce #content nav.woocommerce-pagination ul li a,
.woocommerce #content nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #content nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span {
	margin-right:10px !important;
}

.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border:none !important;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	margin-right:0;
}

.payment_methods li:before {
	content:'' !important;
}

.product_list_widget {
	display:block !important;
	position:relative !important;
}

.product_list_widget li:before {
	content:none !important;
}

.product_list_widget img {
    height: auto;
    margin-bottom: 10px !important;
    max-width: 100%;
    display:block;
}

#cart-popup-content .product_list_widget img {
	width:50%;
	float:right;
	clear:both;
}

#cart-popup-content .product_list_widget li {
	float:left;
	width:100%;
	clear:both;
}

.product_list_widget li a.button {
	display: block;
	width: max-content;
}

.product_list_widget  li {
	float:left;
	width:24%;
	margin-right:1%;
}

#home-content-wrapper .product_list_widget li {
	margin-bottom:30px;
}

.product_list_widget li:nth-child(4n + 1) {
	clear:both;
}

#sidebar .product_list_widget  li {
	float:left;
	width:47%;
	margin:0 2% 10px 0;
}

#sidebar .product_list_widget li:nth-child(2n + 1) {
	clear:both;
}

/* WooCommerce Ratings */
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0 4px 0 0 !important;
    font-size: 18px !important;
}

.single-product .woocommerce-product-rating {
	margin-top:5px;
}

.single-product .count-rating,
.single-product .woocommerce-review-link {
	float:left;
	margin-right:5px;
	margin-top:-2px;
}

@media screen and (min-width: 800px) {
	.woocommerce #review_form #respond p {
		margin-right:20px;
	}

	.woocommerce #review_form #respond textarea {
		width:425px;
	}

	.woocommerce #review_form #respond .comment-form-author,
	.woocommerce #review_form #respond .comment-form-email {
		width:200px;
	}

	.woocommerce #review_form #respond #commentform input[type="text"],
	.woocommerce #review_form #respond #commentform input[type="email"] {
		width:195px;
	}
}

@media screen and (max-width: 799px) {
	.product_list_widget  li {
		float:left;
		width:47%;
		margin-right:2%;
	}

	.product_list_widget li:nth-child(2n + 1) {
		clear:both;
	}

	.woocommerce table.shop_table td {
		padding:5px;
	}

	.woocommerce td.product-quantity {
		min-width:10px;
	}
}

@media screen and (max-width: 360px) {
	.product_list_widget  li {
		float:left;
		width:96%;
		margin-right:0;
	}

	.product_list_widget li {
		clear:both;
	}
}

h1.product_title {
	margin-left:0 !important;
}

form.cart {
	float:none !important;
	margin-left:0 !important;
}

.woocommerce .amount {
	display:block;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin:0;
}

.product_list_widget del .amount {
	float:left;
	margin-right: 5px;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: normal;
}

.woocommerce del .amount {
	text-decoration: line-through;
	font-size: 16px;
}

#hdrtop-cart-subcontent .product_list_widget .amount {
	display:inherit;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float:left !important;
    margin-left: 2% !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {content:'' !important;}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {display:table-cell !important;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {width: auto !important;}

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
	margin-top:10px !important;
	margin-bottom:0 !important;
}

.product_list_widget del {
	display:inline-flex;
}

.wc-block-grid__products .price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #ca7101;
}

.added_to_cart {
	margin-top:5px !important;
}

li.product:before {
	content:'';
}

section.related,
.product_meta {
	clear:both !important;
}

.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
	clear:both !important;
	display:block !important;
	margin-top:10px !important;
}

#coupon_code {
    font-size: 11px;
}

mark {
    background-color: unset;
}

/* theme has built-in breadcrumb, so hide the woocommerce breadcrumb */
#main-content-wrapper .woocommerce-breadcrumb {
	display:none !important;
}

#content .page-title {
	display:none !important;
}

.woocommerce-breadcrumb {
	list-style:none;
	overflow:hidden;
	padding:0 !important;
	margin:15px 15px 0 0 !important;
	font-size:12px !important;
	float:right;
}

.cart_list li:before {
	content: none !important;
}

#content .products {
	border-top:1px solid #cccccc;
	padding-top:20px;
}

.star-rating {
	line-height:1.5;
}

del .woocommerce-Price-amount {
	color:#444444;
}

.woocommerce ul.product_list_widget li a {
	display:initial;
}

#main-content-wrapper ul.products li.product .button {
	margin-top:0;
}

#main-content-wrapper .woocommerce ul.products li.product .price {
	margin-top:15px;
	margin-bottom:15px;
}

#main-content-wrapper .add_to_cart_button {
	margin-top:20px;
}

/* bbPress */
#bbpress-forums li.bbp-header {
	background:inherit !important;
}

#bbpress-forums li:before {
	content:none;
}

#bbpress-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size:auto !important;
}

#bbpress-forums fieldset.bbp-form {
	border:none !important;
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
	background-color:inherit !important;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
	background-color:inherit !important;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
	background-color:inherit !important;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
	background-color:inherit !important;
}

.bbp-breadcrumb {
	float:right !important;
	list-style:none;
	overflow:hidden;
	padding:0 !important;
	margin:15px 15px 0 0 !important;
	font-size:12px;
}

#main-content-wrapper .bbp-breadcrumb {
	display:none !important;
}

#bbpress-forums fieldset.bbp-form {
	padding-left:0 !important;
	padding-right:0 !important;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size:14px !important;
}

#bbpress-forums,
div.bbp-template-notice p {
	font-size:13px !important;
}

#bbp_search_submit {
	padding:3px 10px;
}

#bbp-search-form #bbp_search {
	margin-bottom:10px;
}

#searchform input[type="text"] {
	padding: 1px 0 1px 3px;
	background-color: #FFFFFF;
    border: 1px solid #B2AEA3;
    -webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	padding:8px 5px;
}


#searchform input[type="submit"] {
    -webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}



/* Skills */
.skills {
	margin: 15px 0;
	list-style: none;
	padding-top: 25px;
}

.skills li {
	list-style-type: none !important;
	position: relative;
	margin-top: 38px;
	height: 4px;
	background-color: #F5F5F5;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 2px;
}

.skills li:before {
	display:none;
}

.skills li:first-child { margin-top: 0; }

.skills li .progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: visible !important;
	border-radius: 2px;
	-webkit-transition: width 1.2s ease-in-out;
	-o-transition: width 1.2s ease-in-out;
	transition: width 1.2s ease-in-out;
}

.skills li .progress-percent {
	position: absolute;
	top: -28px;
	right: 0;
	background-color: #333;
	color: #F9F9F9;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	font-size: 11px;
	border-radius: 2px;
}

.skills li .progress-percent .counter {
	font-weight: 400;
}

.progress-percent::after, .progress-percent::before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.progress-percent::after {
	border-top-color: #333;
	border-width: 4px;
	left: 50%;
	margin-left: -4px;
}

.progress-percent::before {
	border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;
}

.skills li > span {
	position: absolute;
	z-index: 1;
	top: -23px;
	left: 0;
	line-height: 20px;
	font-weight: bold;
}

/* Number Counts */
.counts-number-wrapper {
	clear:both;
	text-align:center;
	margin:20px 0 10px 0;
}

.cn-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	border-radius: 50%;
	margin-bottom:10px;
}

.cn-number {
	font-size:36px;
	line-height:1;
}

.single-count-number h3 {
	padding:0;
	margin:0;
	line-height:1;
}

.single-count-number {
	text-align: center;
	padding:15px 10px;
}

/* Circle Progress */
.position {
  float: left;
  margin: 20px;
}

.circle-progress-bar {
  position: relative;
  height: 200px;
  width: 200px;
}

.circle-progress-bar div {
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
}

.circle-progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 25px;
  line-height: 175px;
  height: 175px;
  width: 175px;
  left: 12.5px;
  top: 12.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
}

.circle-progress-bar .background { background-color: #b3cef6; }

.circle-progress-bar .rotate {
  clip: rect(0 100px 200px 0);
  background-color: #4b86db;
}

.circle-progress-bar .left {
  clip: rect(0 100px 200px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.circle-progress-bar .right {
  clip: rect(0 100px 200px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}
 @keyframes 
toggle {  0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

/* Theme Blocks */
.wp-block-embed__wrapper {
	text-align: center;
}

.wp-block-post-date {
	text-align: center;
}
.wp-block-tishonator-social-sites-block,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
	text-align:center;
}



.wc-block-grid__product {
	list-style: none !important;
}

.wc-block-grid__product:before {
	display:none !important;
}

/* Opening Hours */
.opening-hours li:before {
	content:'\f017' !important;
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.pricing-plans li:before {
	content:'\f073' !important;
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.pricing-plans li,
.opening-hours li {
	clear:both;
	line-height: 24px;
}

.pricing-plans li div,
.opening-hours li div {
	float:right;
}


/* Tabs Widget */
	
.simple-tabs .ui-tabs-nav h2,
.simple-tabs .ui-tabs-nav h3,
.simple-tabs .ui-tabs-hide {
	display: none;
}
	
.simple-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
	
.simple-tabs .ui-tabs-nav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 43px;
	line-height: 43px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #fff;
}
	
.simple-tabs .ui-tabs-nav li a,
.simple-tabs .ui-tabs-nav li a:link {
	text-decoration: none;
	color: #777 !important;
	display: block;
	outline: none;
	cursor:pointer;
	background: #f2f2f2 !important;
	text-align: center;
	text-transform: uppercase;
	padding:0 10px;
}

.simple-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color:#FFFFFF !important;
	border-left:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

.simple-tabs .ui-tabs-nav li a, .simple-tabs.simple-tabs-collapsible .simple-tabs-nav li.simple-tabs-selected a {
	cursor: pointer;
}

.simple-tabs .ui-tabs-hide {
	display: none !important;
}

.simple-tabs .ui-tabs-panel {
	overflow: hidden;
	clear: both;
	float: left; 
 	background: #fff;
	padding: 15px;
	border:1px solid #ebebeb;
}

/* Clients Classes */
.section-header {
	text-align: center;
}

#clients {
	margin-top:20px;
	margin-bottom:20px;
}

.client-item {
	border-right: 1px dashed #DDD;
	border-bottom: 1px dashed #DDD;
}

@media (max-width:767px) {
	.client-item:nth-child(2n + 2) {
		border-right: none;
	}
}

@media (min-width:768px) {
	.client-item:nth-child(6n + 6) {
		border-right: none;
	}
}

#clients:after {
	height: 20px;
	background-color: #FFF;
	margin-top: -10px;
	position: relative;
	width:100%;
}

.client-item a {
	opacity:0.6;
}

.client-item a:hover {
	opacity:1;
}

.client-item .img {
	width:75%;
	display:inline-block;
}

.client-item img {
	box-shadow: none !important;
}



.wpt_widget_content li:before {
	content:none !important;
}




.feature-content li {
	line-height:24px;
}

.feature-content li:before {
	content: "\f005";
	font-family:'FontAwesome';
	margin-right:5px;
}



.gallery {
	margin: 0 -1.1666667% 0;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
	width:100%;
	height:auto;
}

.gallery-columns-1 .gallery-item {
	max-width: 99%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11%;
}

.gallery-icon img {
	margin: 0 auto;
	max-width:100%;
	height:auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 16px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.post-links .left,
.post-links .right {
    width: 40%;
}

/* Blocks */


article > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}

article > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
}

article > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  article > *.alignwide,
  .entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

article > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
}

@media only screen and (min-width: 768px) {
  article > *.alignfull,
  .entry .entry-summary > *.alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: calc( -12.5% - 75px);
    width: calc( 125% + 150px);
    max-width: calc( 125% + 150px);
  }
}

.wp-block-group:not(.alignwide):not(.alignfull) * {
    max-width: 100%;
    margin-left: 0;
}

article > *.alignleft,
.entry .entry-summary > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  article > *.alignleft,
  .entry .entry-summary > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

article > *.alignright,
.entry .entry-summary > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  article > *.alignright,
  .entry .entry-summary > *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

article > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  article > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  article > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  article > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
article .entry-content,
article .entry-summary,
article .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

@media only screen and (min-width: 768px) {
  article .entry-content,
  article .entry-summary,
  article .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}

article p.has-background {
  padding: 20px 30px;
}

article .wp-block-audio {
  width: 100%;
}

article .wp-block-audio audio {
  width: 100%;
}

article .wp-block-audio.alignleft audio,
article .wp-block-audio.alignright audio {
  max-width: 198px;
}

@media only screen and (min-width: 768px) {
  article .wp-block-audio.alignleft audio,
  article .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}

@media only screen and (min-width: 1379px) {
  article .wp-block-audio.alignleft audio,
  article .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}

article .wp-block-video video {
  width: 100%;
}



article .wp-block-archives,
article .wp-block-categories,
article .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}

article .wp-block-archives li,
article .wp-block-categories li,
article .wp-block-latest-posts li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}

article .wp-block-archives li.menu-item-has-children, article .wp-block-archives li:last-child,
article .wp-block-categories li.menu-item-has-children,
article .wp-block-categories li:last-child,
article .wp-block-latest-posts li.menu-item-has-children,
article .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

article .wp-block-archives li a,
article .wp-block-categories li a,
article .wp-block-latest-posts li a {
  text-decoration: none;
}

article .wp-block-archives.aligncenter,
article .wp-block-categories.aligncenter {
  text-align: center;
}

article .wp-block-categories ul {
  padding-top: 0.75rem;
}

article .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

article .wp-block-categories ul {
  counter-reset: submenu;
}

article .wp-block-categories ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

article .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

article .wp-block-latest-posts.is-grid li a:after {
  content: '';
}

article .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

article .wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

article .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
}

article .wp-block-verse {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.8;
}

article .has-drop-cap:not(:focus):first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

article .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

article .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
  padding-left: 0;
}

article .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

article .wp-block-pullquote p em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  article .wp-block-pullquote p {
    font-size: 2.25em;
  }
}

article .wp-block-pullquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

article .wp-block-pullquote.alignleft, article .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

article .wp-block-pullquote.alignleft blockquote, article .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

article .wp-block-pullquote.alignleft blockquote p:first-child, article .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

article .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  article .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}

article .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  article .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}

article .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

article .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

article .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

article .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
article .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, article .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, article .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, article .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, article .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, article .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  article .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  article .wp-block-pullquote.is-style-solid-color.alignright, article .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  article .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}

article .wp-block-quote:not(.is-large), article .wp-block-quote:not(.is-style-large) {
  border-width: 2px;
  border-color: #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}

article .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}

article .wp-block-quote cite {
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

article .wp-block-quote.is-large, article .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}

article .wp-block-quote.is-large p, article .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

article .wp-block-quote.is-large cite,
article .wp-block-quote.is-large footer, article .wp-block-quote.is-style-large cite,
article .wp-block-quote.is-style-large footer {
  /*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
  font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
  article .wp-block-quote.is-large, article .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  article .wp-block-quote.is-large p, article .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}

article .wp-block-image {
  max-width: 100%;
}

article .wp-block-image img {
  display: block;
}

@media only screen and (min-width: 768px) {
  article .wp-block-image .aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  article .wp-block-image .aligncenter {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  article .wp-block-image .aligncenter {
    margin: 0;
    width: 100%;
  }
  article .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1168px) {
  article .wp-block-image .aligncenter {
    width: 100%;
  }
  article .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

article .wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc( 100% + (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  article .wp-block-image.alignfull img {
    max-width: calc( 125% + 150px);
    margin-left: auto;
    margin-right: auto;
  }
}

article .wp-block-cover-image,
article .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}



article .wp-block-cover-image .wp-block-cover-image-text,
article .wp-block-cover-image .wp-block-cover-text,
article .wp-block-cover-image h2,
article .wp-block-cover .wp-block-cover-image-text,
article .wp-block-cover .wp-block-cover-text,
article .wp-block-cover h2 {
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  article .wp-block-cover-image .wp-block-cover-image-text,
  article .wp-block-cover-image .wp-block-cover-text,
  article .wp-block-cover-image h2,
  article .wp-block-cover .wp-block-cover-image-text,
  article .wp-block-cover .wp-block-cover-text,
  article .wp-block-cover h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
}

article .wp-block-cover-image.alignleft, article .wp-block-cover-image.alignright,
article .wp-block-cover.alignleft,
article .wp-block-cover.alignright {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  article .wp-block-cover-image.alignleft, article .wp-block-cover-image.alignright,
  article .wp-block-cover.alignleft,
  article .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  article .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  article .wp-block-cover-image.alignfull .wp-block-cover-text,
  article .wp-block-cover-image.alignfull h2,
  article .wp-block-cover.alignfull .wp-block-cover-image-text,
  article .wp-block-cover.alignfull .wp-block-cover-text,
  article .wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  article .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  article .wp-block-cover-image.alignfull .wp-block-cover-text,
  article .wp-block-cover-image.alignfull h2,
  article .wp-block-cover.alignfull .wp-block-cover-image-text,
  article .wp-block-cover.alignfull .wp-block-cover-text,
  article .wp-block-cover.alignfull h2 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  article .wp-block-cover-image.alignfull,
  article .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  article .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  article .wp-block-cover-image.alignfull .wp-block-cover-text,
  article .wp-block-cover-image.alignfull h2,
  article .wp-block-cover.alignfull .wp-block-cover-image-text,
  article .wp-block-cover.alignfull .wp-block-cover-text,
  article .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}

article .wp-block-gallery {
  list-style-type: none;
  padding: 0 30px;
}

article .wp-block-gallery .blocks-gallery-image:last-child,
article .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

article .blocks-gallery-item:before {
	content:'' !important;
}

article .wp-block-gallery figcaption a {
  color: #fff;
}

article .wp-block-audio figcaption,
article .wp-block-video figcaption,
article .wp-block-image figcaption,
article .wp-block-gallery .blocks-gallery-image figcaption,
article .wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

article .wp-block-separator,
article hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  /* Remove duplicate rule-line when a separator
		 * is followed by an H1, or H2 */
}

article .wp-block-separator.is-style-wide,
article hr.is-style-wide {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  article .wp-block-separator.is-style-wide,
  article hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  article .wp-block-separator.is-style-wide,
  article hr.is-style-wide {
    max-width: 100%;
  }
}

article .wp-block-separator.is-style-dots,
article hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  article .wp-block-separator.is-style-dots,
  article hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  article .wp-block-separator.is-style-dots,
  article hr.is-style-dots {
    max-width: 100%;
  }
}

article .wp-block-separator.is-style-dots:before,
article hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

article .wp-block-separator + h1:before,
article .wp-block-separator + h2:before,
article hr + h1:before,
article hr + h2:before {
  display: none;
}

article .wp-block-embed-twitter {
  word-break: break-word;
}

article .wp-block-table th,
article .wp-block-table td {
  border-color: #767676;
}

article .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

article .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #0073aa;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
  article .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}

article .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

article .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

article .wp-block-code {
  border-radius: 0;
}

article .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

article .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

article .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  article .wp-block-columns {
    flex-wrap: nowrap;
  }
  article .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}

article .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

article .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

article .wp-block-latest-comments .wp-block-latest-comments__comment,
article .wp-block-latest-comments .wp-block-latest-comments__comment-date,
article .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

article .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}

article .has-small-font-size {
  font-size: 0.88889em;
}

article .has-normal-font-size {
  font-size: 1.125em;
}

article .has-large-font-size {
  font-size: 1.6875em;
}

article .has-huge-font-size {
  font-size: 2.25em;
}

article .has-primary-background-color,
article .has-secondary-background-color,
article .has-dark-gray-background-color,
article .has-light-gray-background-color {
  color: #fff;
}

article .has-primary-background-color > p,
article .has-primary-background-color > h1,
article .has-primary-background-color > h2,
article .has-primary-background-color > h3,
article .has-primary-background-color > h4,
article .has-primary-background-color > h5,
article .has-primary-background-color > h6,
article .has-primary-background-color > a,
article .has-secondary-background-color > p,
article .has-secondary-background-color > h1,
article .has-secondary-background-color > h2,
article .has-secondary-background-color > h3,
article .has-secondary-background-color > h4,
article .has-secondary-background-color > h5,
article .has-secondary-background-color > h6,
article .has-secondary-background-color > a,
article .has-dark-gray-background-color > p,
article .has-dark-gray-background-color > h1,
article .has-dark-gray-background-color > h2,
article .has-dark-gray-background-color > h3,
article .has-dark-gray-background-color > h4,
article .has-dark-gray-background-color > h5,
article .has-dark-gray-background-color > h6,
article .has-dark-gray-background-color > a,
article .has-light-gray-background-color > p,
article .has-light-gray-background-color > h1,
article .has-light-gray-background-color > h2,
article .has-light-gray-background-color > h3,
article .has-light-gray-background-color > h4,
article .has-light-gray-background-color > h5,
article .has-light-gray-background-color > h6,
article .has-light-gray-background-color > a {
  color: #fff;
}

article .has-white-background-color {
  color: #111;
}

article .has-white-background-color > p,
article .has-white-background-color > h1,
article .has-white-background-color > h2,
article .has-white-background-color > h3,
article .has-white-background-color > h4,
article .has-white-background-color > h5,
article .has-white-background-color > h6,
article .has-white-background-color > a {
  color: #111;
}

article .has-primary-background-color,
article .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

article .has-secondary-background-color,
article .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

article .has-dark-gray-background-color,
article .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

article .has-light-gray-background-color,
article .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

article .has-white-background-color,
article .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

article .has-primary-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
  color: #0073aa;
}

article .has-secondary-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
  color: #005177;
}

article .has-dark-gray-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
  color: #111;
}

article .has-light-gray-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
  color: #767676;
}

article .has-white-color,
article .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

.fb_iframe_widget span {
	display: block !important;
}

#pin-save-button span {
	margin-top: -19px !important;
	position: absolute;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
	padding-left: 10px;
}

.wp-block-post {
	list-style-type:none !important;
}

.wp-block-query .wp-block-columns {
	margin-bottom: 0;
}

/* Large Resolution */
@media screen and (min-width: 800px) {

	#header-logo {
	    display: flex;
	    align-items: center;
	}

	
	.header-content-spacing #navmain > div > ul > li > a {
		padding:35px 5px 30px 5px;
	}

	.header-content-scroll #site-identity h1 {
		font-size:18px;
	}

	.header-content-scroll #site-identity strong {
		display:none;
	}

	#header-content-wrapper {
	    position: relative;
	    min-height:80px;
	}

	#navmain {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	}

	#header-logo img {
		margin-top:5px;
	}

	.phone-and-email {
		display:inline;
	}
	
	#main-content,
	#main {
		float:left;
		margin:0 0 20px 2%;
		width:63%;
	}

	#sidebar {
		float:left;
		margin:10px 2% 30px 2%;
		width:30%;
		padding:0;
	}
	
	#header-logo {
		float:left;
		margin-top:5px;
	}

	#navmain div:not(#search-popup-content) {
		padding:0 0 0 20px;
	}
	
	#navmain ul {
		padding:0;
		margin:0;
		white-space:nowrap;
	}
	
	#navmain ul  li {
		position:relative;
		float:left;
	}
	
	#navmain > div > ul > li {
		margin-right:15px;
	}

	#navmain > div > ul > li > a {
		text-transform: uppercase;
		font-weight:bold;
		font-size:13px;
	}

	#navmain ul.sub-menu a {
		text-transform: uppercase;
		font-weight:700;
		font-size: 12px;
		line-height:22px;
	}
	
	#navmain ul a {
		padding:17px 5px;
		white-space:nowrap;
		display:inline-block;
		color:#444444;
	}

	#navmain ul ul li:hover > a {
		background-color:#F9F9F9;
		color:#ca7101;
	}
	
	#navmain ul ul ul,
	#navmain ul ul  ul li:first-of-type,
	#navmain ul ul ul li:first-of-type > a {
		-webkit-border-top-left-radius:1px;
		-moz-border-top-left-radius:1px;
		border-top-left-radius:1px;
		-webkit-border-top-right-radius:1px;
		-moz-border-top-right-radius:1px;
		border-top-right-radius:1px;
	}
	
	#navmain ul ul,
	#navmain ul ul li:last-of-type,
	#navmain ul ul li:last-of-type > a {
		-webkit-border-bottom-left-radius:1px;
		-moz-border-bottom-left-radius:1px;
		border-bottom-left-radius:1px;
		-webkit-border-bottom-right-radius:1px;
		-moz-border-bottom-right-radius:1px;
		border-bottom-right-radius:1px;
	}

	#navmain ul ul {
		list-style:none;
		margin:0;
		padding:0;
		position:absolute;
		z-index:5000;
		right:-99999px;
		color:#555555;
		background-color:#FFFFFF;
		box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
		border: 1px solid #EEE;	
		-webkit-border-radius:1px;
		-moz-border-radius:1px;
		border-radius:1px;
		border-top:2px solid #ca7101;
	}

	#navmain ul ul:not(.cart_list) {
		box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	}

	#navmain ul ul a {
		white-space:nowrap;
		display:block;
		padding:10px 0 10px 10px;
	}

	#navmain ul ul:not(.cart_list) {
        opacity:0;
    }

	#navmain ul li:hover > ul,
	#navmain ul li:focus-within > ul {
       right:auto;
       opacity:1;
       animation: opacity 700ms ease-in-out normal;
       -moz-animation: opacity 700ms ease-in-out normal;
       -ms-animation: opacity 700ms ease-in-out normal;
       -o-animation: opacity 700ms ease-in-out normal;
       -webkit-animation: opacity 700ms ease-in-out normal;    
    }

    /* add support of browsers which don't support focus-within */
    #navmain ul li.menu-item-focused > ul {
       right:auto;
       opacity:1;    
    }


    @keyframes opacity {
        from { opacity:0; }
        to { opacity: 1; }
    }
    @-moz-keyframes opacity {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    @-ms-keyframes opacity {
        from {opacity:0; }
        to { opacity: 1; }
    }
    @-o-keyframes opacity {
        from {opacity:0; }
        to { opacity: 1; }
    }
    @-webkit-keyframes opacity {
        from { opacity:0; }
        to { opacity: 1; }
    }

	#navmain ul li ul a {
		display:block;
	}
	
	#navmain ul ul li:hover > ul,
  	#navmain ul ul li:focus-within > ul {
  		top:-1px;
  		left:100%;
  	}

  	#navmain ul ul li.menu-item-focused > ul {
  		top:-1px;
  		left:100%;
  	}
	
	#navmain ul ul li {
		float:none;
	}
	
	#navmain ul ul a {
		padding:9px 35px 9px 10px;
	}
	
	/* comments */
	.commentlist li div .vcard img .avatar {
		padding:5px;
		left:7px;
		position:absolute;
		top:7px;
	}
	
	.commentlist li {
		margin:0 0 10px;
		padding:5px 10px;
		position:relative;
	}
	
	.commentlist li div.comment-meta {
		font-weight:bold;
		font-size:10px;
		line-height:16px;
		position:absolute;
		right:10px;
		text-align:right;
		top:5px;
	}
	
	#commentform input[type="text"],
	#commentform input[type="email"] {
		width:145px;
		padding-top:7px;
		padding-bottom:7px;
	}
	
	#commentform input[type="url"] {
		width:100%;
		padding-top:7px;
		padding-bottom:7px;
	}
	
	#commentform textarea {
		width:470px;
		display:block;
		padding-top:7px;
		padding-bottom:7px;
		height:150px;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url  {
		width:150px;
		float:left;
	}

	.comment-form-cookies-consent {
		clear:both;
	}

	.form-submit {
		clear:both;
	}
	
	.comment-form-author,
	.comment-form-email	{
		margin-right:10px;
	}
	
	.comment-form-comment {
		clear:both;
		width:100%;
	}
	
	#comment {
		width:100%;
	}
	
	/* contact form */
	#contact-form {
		padding-top:10px;
	}

	#contact-form input[type="text"],
	#contact-form input[type="email"]{
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:5px;
	}
	
	#contact-form textarea {
		width:100%;
		display:block;
		padding-top:7px;
		padding-bottom:7px;
		height:150px;
	}

	.contact-form-author,
	.contact-form-email {
		width:47%;
		float:left;
	}

	.contact-form-author {
		margin-right:4%;
	}

	.contact-form-author input,
	.contact-form-email input,
	.contact-form-subject input {
		width:100%;
	}

	.contact-form-subject,
	.contact-form-message {
		clear:both;
		width:98%;
	}
	
	#sidebar #searchsubmit {
		padding-top:7px;
		padding-bottom:7px;
	}

	/* columns */
	.col2a,
	.col2b {
		float:left;
		width:47%;
	}
	
	.col2a {
		margin:0 4% 5px 0;
	}
	
	.col2b {
		margin:0 0 5px 0;
	}
	
	.col3a,
	.col3b,
	.col3c {
		float:left;
		width:30.6%;
	}
	
	.col3a,
	.col3b {
		margin:0 3.5% 5px 0;
	}
	
	.col3c {
		margin:0 0 5px 0;
	}
	
	.col4a,
	.col4b,
	.col4c,
	.col4d {
		width:22%;
		float:left;
	}
	
	.col4a,
	.col4b,
	.col4c {
		margin:0 3.5% 5px 0;
	}

	.col4d {
		margin:0 0 5px 0;
	}
}

/* Medium Resolution */
@media screen and (max-width: 799px) {

	#header-content-wrapper {
	    text-align: center;
	    padding-bottom:10px;
	}

	.cart-items-count {
		margin: -2px 0 0 -2px;
	}

	#header-logo {
		display:inline-block;
	}

	#site-identity h1 {
		margin-top:10px;
	}

	#header-top #header-phone {
		margin-right:10px;
	}


	#navmain ul ul {
		right:-99999px;
        	position:absolute;
	}

	#navmain .sub-menu-item-toggle {
		display:inline-block;
		padding:10px;
		float:right;
	}

	#navmain .sub-menu-item-toggle:before {
		font:16px 'FontAwesome';
		content:"\f107";
		width:20px;
		height:20px;
		padding:2px;
		line-height:1.4;
	}

	#navmain .sub-menu-item-toggle-expanded:before {
		content:"\f106";
	}

	#navmain ul.sub-menu > li > a {
		padding-left:25px;
	}

	#navmain ul.sub-menu ul.sub-menu > li > a {
		padding-left:50px;
	}

	.phone-and-email {
	    clear: both;
	    text-align: left;
	}
	
	h1 {
		font-size:24px;
	}

	.header-social-widget {
	    clear:both;
	    float:left;
	    margin:10px 0;
	}

	.header-social-widget li:first-of-type {
		margin-left:0;
	}
	
	.header-social-widget a {
		padding-bottom:4px;
	}
	
	.cart-contents-icon:hover {
		text-decoration:none !important;
	}
	
	#header-top {
		padding-top:20px;
	}
	
	.search-form-icon {
		float: right;
		font-size: 13px;
		position: absolute;
		right: 7%;
		top: 3px;
		visibility: visible !important;
		width: auto !important;
	}
	
	.search-form-icon:hover {
		text-decoration:none !important;
	}

	#hdrtop-searchform-subcontent {
		font-size:18px;
		letter-spacing:inherit;
	}

	#main-content,
	#main {
		float:none;
		clear:both;
		margin:0 2% 10px 2%;
		width:95%;
	}

	#sidebar {
		float:none;
		clear:both;
		margin:0 2% 10px 2%;
		width:95%;
	}
	
	#header-title {
		float:left;
		margin:0 0 0 10%;
	}

	#header-title div {
		float:left;
	}
	
	#header-title a {
		font-size:24px;
		text-shadow:2px 1px 1px #999;
	}

	#header-title img {
		float:left;
		margin:0;
	}

	#header-title strong {
		color:#444;
		font-weight:normal;
		display:block;
	}
	
	#navmain {
		cursor:pointer;
		float:left;
		margin-top:13px;
	}
	
	#navmain div.mobile-menu-expanded:before {
		content:"\f00d" !important;
	}
	
	#navmain div:first-of-type:before {
		font:16px 'FontAwesome';
		content:"\f0c9";
		margin:0 0 0 5%;
		color:#333333;
	}

	#navmain div {
		clear:both;
		text-align:left;
	}

	#navmain ul {
		padding:0;
	}

	#navmain div ul,
	#navmain div li {
		background-color: #FFFFFF;
	}
				
	#navmain div > ul {
		right:-99999px;
		list-style:none;
		margin:20px 0 0 -7%;
		padding:10px 7%;
		position:absolute;
		z-index:5000;
		overflow:hidden;
		width:100%;
		-webkit-border-radius:1px;
		-moz-border-radius:1px;
		border-radius:1px;
		box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
	}
	
	#navmain ul  li {
		position:relative;
		float:left;
		clear:both;
		width:100%;
	}
	
	#navmain ul a {
		white-space:nowrap;
		width:100%;
		display:block;
		padding:13px 0;
		-webkit-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: inset 0 -2px 2px -2px rgba(0, 0, 0, 0.25);
		box-shadow: 0 -2px 2px -2px rgba(0, 0, 0, 0.15) inset;

		font-weight:bold;
		text-transform: uppercase;
	}

	#navmain ul a:hover {
		color:#ca7101;
		border-top:none;
		border-right:none;
		border-left:none;
	}
	
	#page-header {
		padding:10px 2%;
	}
	
	#breadcrumbs {
		float:none;
		margin-top:0;
	}
	
	#page-header h1 {
		float:none;
		clear:both;
		margin-top:5px;
	}
	

	.separator {
		height:1px;
	}

	/* comments */
	.commentlist li div .vcard img .avatar {
		-moz-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		transform:scale(0.4);
		-ms-transform: scale(0.4,0.4);
	}

	.commentlist li div .vcard img .avatar {
		padding:0;
		left:-10px;
		position:absolute;
		top:0;
	}

	.commentlist li {
		margin:0 1% 10px 0;
		padding:5px 3px 5px 10px;
		position:relative;
	}

	.commentlist li div .comment-meta {
		position:relative;
		text-align:right;
	}
	
	#commentform input[type="text"],
	#commentform input[type="email"],
	#commentform input[type="url"],
	#commentform textarea {
		width:300px;
		display:block;
	}
	
	#commentform textarea {
		height:150px;
	}
	
	.woocommerce-breadcrumb,
	.bbp-breadcrumb	{
		float:none !important;
		margin-top:0 !important;
	}
	
	input[type="submit"],
	button,
	.btn,
	#main .button {
		padding:6px 8px;
	}

	/* columns */
	.col2a,
	.col2b,
	.col3a,
	.col3b,
	.col3c,
	.col4a,
	.col4b,
	.col4c,
	.col4d {
		float:left;
		width:48%;
	}

	.col3c {
		margin: 0 auto !important;
		float: none;
		display: block;
	}
	
	.col2a,
	.col3a,
	.col3c,
	.col4a,
	.col4c {
		margin:0 4% 5px 0;
	}
	
	.col2b,
	.col3b,
	.col4b,
	.col4d {
		margin:0 0 5px 0;
	}

	.col3c,
	.col4c {
		clear:both;
	}

	#copyright {
		clear: both;
		text-align: center;
		margin-top:10px;
	}

	#fsocial {
		float:none;
		text-align:center;
		width:100%;
		max-width:100%;
	}

	#footer-phone-and-email {
		float:none;
		text-align:center;
		margin-top:10px;
	}

	.menu-footer_menu-container {
		text-align:center;
		margin-top:10px;
	}
}

/* Small Resolution */
@media screen and (max-width: 360px) {

	body {
		font-size: 16px;
	}

	#hdrtop-searchform-subcontent:before {
		width:30px;
		height:30px;
		line-height:30px;
		font-size:16px;
	}

	#hdrtop-searchform-subcontent {
		font-size:16px;
		letter-spacing:inherit;
	}


	.separator {
		height:1px;
	}
	
	/* comments */
	.commentlist li div .vcard img .avatar {
		-moz-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		transform:scale(0.4);
		-ms-transform:scale(0.4,0.4);
	}

	.commentlist li div .vcard img .avatar {
		padding:0;
		left:-10px;
		position:absolute;
		top:0;
	}

	.commentlist li {
		margin:0 1% 10px 0;
		padding:5px 3px 5px 10px;
		position:relative;
	}

	.commentlist li div.comment-meta {
		position:relative;
		text-align:right;
	}
	
	#commentform input[type="text"],
	#commentform input[type="email"],
	#commentform input[type="url"],
	#commentform textarea {
		width:270px;
		display:block;
	}
	
	#commentform textarea {
		height:130px;
	}
	
	#contact-form input[type="text"],
	#contact-form input[type="email"],
	#contact-form input[type="url"],
	#contact-form textarea {
		width:96%;
	}

	.col1a,
	.col2a,
	.col2b,
	.col3a,
	.col3b,
	.col3c,
	.col4a,
	.col4b,
	.col4c,
	.col4d {
		float:none;
		width:96%;
		margin:0 2% 5px 2%;
	}
}

/* Extra-Large Resolution */
@media screen and (min-width: 1200px) {
	#page-header-content,
	#header-top-content,
	#header-content-wrapper {
		margin:0 auto;
		width:960px;
	}

	#top-widget-inner,
	#home-cols-inner,
	#bottom-widget-inner,
	#main-content-wrapper,
    #footer-content-wrapper,
    #footer-bottom-content-wrapper {
        margin:0 auto;
        width:950px;
    }

	
	#main-content,
	#main,
	#hdrtop-searchform-subcontent {
		margin-left:0;
	}
	
	#main-content-full {
		margin:0;
		width:auto;
	}
	
	#header-top-content,
	#header-content-wrapper,
	#top-widget,
	#home-cols, 
	.bottom-widget,
	.top-widget{
		padding-left:0;
		padding-right:0;
	}
	
	#sidebar {
		float:right;
		margin-right:0;
	}
	
	#breadcrumbs li:first-of-type,
	.woocommerce-breadcrumb a:first-of-type{
		margin-left:7px;
	}
	
	
	
	#footer-main,
	#footer-bottom-area {
		padding-left:0;
		padding-right:0;
	}
}

.social-share-icon {
	margin-right:10px;
    font-size:22px;
}


#map_canvas img,
#map_canvas_widget img {
	max-width:none;
}


[class*="image-effect"] .caption h3 {font-size: 17px;text-transform: uppercase;}
[class*="image-effect"] .caption p {font-size: 16px;line-height: normal;text-transform: uppercase;margin: 0;}
[class*="image-effect"] img {max-width: 100%;vertical-align: middle;border: 0;}
.link-wrap div {display: inline-block;}
.link-wrap .uk-icon-link, .link-wrap .uk-icon-link:focus, .link-wrap .uk-icon-link:hover {color: inherit;}

.tishonator-img-effect1 {position: relative;overflow: hidden;}
.tishonator-img-effect1 img {-webkit-transform: scale(1.5) translateY(0);transform: scale(1.5) translateY(0);-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.tishonator-img-effect1:hover img {-webkit-transform: scale(1.5) translateY(-12px);transform: scale(1.5) translateY(-12px);}
.tishonator-img-effect1 .caption {position: absolute;bottom: calc(50% - 30px);left: 50%;transform: translateX(-50%) translateY(50%);z-index: 10;text-align: center;width: 100%;}
.tishonator-img-effect1:after {left: 0;position: absolute;content: '';height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.6);-webkit-transition: opacity .25s ease-in-out;transition: opacity .3s ease-in-out;opacity: 0;top: 0;}
.tishonator-img-effect1:hover:after {opacity: 1;}
.tishonator-img-effect1 .caption h3 {color: #fff;margin-bottom: 8px;-webkit-transform: translateY(20px);transform: translateY(20px);-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;opacity: 0;}
.tishonator-img-effect1 .caption p {-webkit-transform: translateY(50px);transform: translateY(50px);color: rgba(255,255,255,0.7);opacity: 0;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.tishonator-img-effect1:hover .caption h3, 
.tishonator-img-effect1:hover .caption p {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.tishonator-img-effect1 .link-wrap {position: absolute;top: calc(50% - 30px);right: 50%;transform: translateX(50%) translateY(-50%);z-index: 10;}
.tishonator-img-effect1 .link-wrap a {display: inline-block;height: 30px;width: 30px;line-height: 30px;background: #ca7101;text-align: center;color: #fff;font-size: 16px;opacity: 0;border-radius: 50%;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.tishonator-img-effect1 .link-wrap a:first-child {-webkit-transform: translateY(-30px);transform: translateY(-30px);margin-right: 5px;}
.tishonator-img-effect1 .link-wrap a:last-child {-webkit-transform: translateY(-60px);transform: translateY(-60px);}
.tishonator-img-effect1:hover .link-wrap a {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.tishonator-img-effect1 .link-wrap a:hover {background:#b83806;}

.tishonator-img-effect19 {position: relative;overflow: hidden;}
.tishonator-img-effect19 img {-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.tishonator-img-effect19:hover img {-webkit-transform: scale(1.5) translateY(-12px);transform: scale(1.5) translateY(-12px);filter: blur(4px);}
.tishonator-img-effect19 .caption {position: absolute;bottom: 25%;left: 50%;transform: translateX(-50%);z-index: 10;text-align: center;width: 100%;}
.tishonator-img-effect19:after {position: absolute;content: '';height: calc(100% - 40px);width: calc(100% - 40px);box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);background: rgba(0, 0, 0, 0.09);-webkit-transition: opacity .25s ease-in-out;transition: opacity .3s ease-in-out;opacity: 0;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
.tishonator-img-effect19:hover:after {opacity: 1;}
.tishonator-img-effect19 .caption p {color: rgba(255,255,255,0.7);opacity: 0;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.tishonator-img-effect19:hover .caption h3, 
.tishonator-img-effect19:hover .caption p {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.tishonator-img-effect19 .link-wrap {position: absolute;top: 40%;right: 50%;transform: translateX(50%) translateY(-40%);z-index: 10;}
.tishonator-img-effect19 .link-wrap a {display: inline-block;height: 40px;width: 40px;line-height: 40px;background-color: rgba(0, 0, 0, 0.5);border-radius: 4px;text-align: center;color: #fff;font-size: 16px;opacity: 0;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.tishonator-img-effect19 .link-wrap a:first-child {margin-right: 6px;-webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);}
.tishonator-img-effect19 .link-wrap a:last-child {-webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transition-duration: .7s;}
.tishonator-img-effect19:hover .link-wrap a {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.tishonator-img-effect19 .link-wrap a:hover {background-color: rgb(0, 0, 0);}
.tishonator-img-effect19 .caption p, 
.tishonator-img-effect19:hover .caption h3 {-webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: translateX(100%);}
.tishonator-img-effect19 .caption h3 {color: #fff;transition: all .5s ease-in-out;z-index: 1;padding: 12px;background-color: rgba(0, 0, 0, 0.4);width: 100%;margin: 0;}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tishonator-img-effect19:hover img {
    	opacity: 0.4;
    }
}


.tishonator-img-effect4 {position: relative;overflow: hidden;}
.tishonator-img-effect4 img {-webkit-transform: scale(1.5) translateY(0);transform: scale(1.5) translateY(0);-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.tishonator-img-effect4:hover img {-webkit-transform: scale(1.5) translateY(-12px);transform: scale(1.5) translateY(-12px);}
.tishonator-img-effect4 .caption {position: absolute;bottom: 25%;left: 50%;transform: translateX(-50%);z-index: 10;text-align: center;width: 100%;}
.tishonator-img-effect4:after {position: absolute;content: '';height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.6);-webkit-transition: opacity .25s ease-in-out;transition: opacity .3s ease-in-out;opacity: 0;top: 0;left: 0;}
.tishonator-img-effect4:hover:after {opacity: 1;}
.tishonator-img-effect4 .caption p {color: rgba(255,255,255,0.7);opacity: 0;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.tishonator-img-effect4:hover .caption h3, 
.tishonator-img-effect4:hover .caption p {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.tishonator-img-effect4 .link-wrap {position: absolute;top: 40%;right: 50%;transform: translateX(50%) translateY(-40%);z-index: 10;}
.tishonator-img-effect4 .link-wrap a {display: inline-block;height: 40px;width: 40px;line-height: 40px;background-color: rgba(0, 0, 0, 0.5);border-radius: 4px;text-align: center;color: #fff;font-size: 16px;opacity: 0;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
.tishonator-img-effect4 .link-wrap a:first-child {margin-right: 6px;-webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);}
.tishonator-img-effect4 .link-wrap a:last-child {-webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transition-duration: .7s;}
.tishonator-img-effect4:hover .link-wrap a {opacity: 1;-webkit-transform: translateY(0px);transform: translateY(0px);}
.tishonator-img-effect4 .link-wrap a:hover {background-color: rgb(0, 0, 0);}
.tishonator-img-effect4 .caption p, 
.tishonator-img-effect4:hover .caption h3 {-webkit-transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);transform: matrix3d(1,0,0,0,0,0,1,-.008,0,-1,0,0,0,0,0,1);}
.tishonator-img-effect4 .caption h3 {color: #fff;transition: all .5s ease-in-out;position: absolute;top: 50%;left: 0;right: 0;z-index: 1;-webkit-transform: translate(0,-50%);transform: translate(0,-50%);display: inline-block;padding: 12px;background-color: rgba(0, 0, 0, 0.5);-webkit-transform-style: flat;transform-style: flat;}


/* Parallaxer */
@-webkit-keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes keyframes-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.tishoparallaxer.text-black {
  color: #222222; }

.tishoparallaxer.text-white {
  color: #ffffff; }

.tishoparallaxer:not(.mode-oneelement) {
  height: 300px;
  overflow: hidden;
  position: relative;
  transition-property: height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .tishoparallaxer:not(.mode-oneelement) * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .tishoparallaxer:not(.mode-oneelement) .tishoparallaxer--target {
    position: relative; }
    .tishoparallaxer:not(.mode-oneelement) .tishoparallaxer--target > .vplayer {
      height: 100% !important; }
    .tishoparallaxer:not(.mode-oneelement) .tishoparallaxer--target > iframe[src*="vimeo"] {
      pointer-events: none; }
  .tishoparallaxer:not(.mode-oneelement) .tishoparallaxer--target.position-absolute {
    position: absolute;
    top: 0;
    left: 0; }
  .tishoparallaxer:not(.mode-oneelement) .tishoparallaxer--blackoverlay {
    position: absolute;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .tishoparallaxer:not(.mode-oneelement) .big-text {
    position: absolute;
    text-align: center;
    width: 80%;
    left: 10%;
    font-size: 40px;
    top: 70px;
    color: #eee;
    line-height: 1.5;
    opacity: 0.7; }
    .tishoparallaxer:not(.mode-oneelement) .big-text .smaller {
      font-size: 60%; }
  .tishoparallaxer:not(.mode-oneelement) > .container, .tishoparallaxer:not(.mode-oneelement) > .row, .tishoparallaxer:not(.mode-oneelement) > p, .tishoparallaxer:not(.mode-oneelement) > div {
    position: relative; }
  .tishoparallaxer:not(.mode-oneelement) .center-it {
  	opacity:1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .tishoparallaxer:not(.mode-oneelement) .center-it-bottom {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translate(-50%, 0%); }
  .tishoparallaxer:not(.mode-oneelement) .center-it-top {
    position: absolute;
    left: 50%;
    bottom: auto;
    top: 10px;
    transform: translate(-50%, 0%); }
  .tishoparallaxer:not(.mode-oneelement) .center-it-vertically {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 10px; }
  .tishoparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%; }
    .tishoparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] .display-block {
      display: block; }
  .tishoparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].top {
    bottom: auto;
    top: 0; }
  .tishoparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedY {
    transform: scaleY(-1); }
  .tishoparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedX {
    transform: scaleX(-1); }
  .tishoparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedXY {
    transform: scale(-1, -1); }

.tishoparallaxer--aftermouse {
  position: relative; }

.tishoparallaxer.wait-readyall .tishoparallaxer--target {
  opacity: 0;
  transition-property: height, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in; }

.big-prx-title {
  color: #fffcfc;
  font-weight: bold;
  font-family: "Lato", serif; }
  .big-prx-title + h2 {
    font-size: 40px;
    font-weight: bold; }

.tishoparallaxer.mode-oneelement {
  position: relative; }
  .tishoparallaxer.mode-oneelement.mouse-body-use-3d {
    perspective: 600px;
    transform-origin: top left;
    transform-style: preserve-3d; }

.tishoparallaxer-padding-con {
  position: relative; }
  .tishoparallaxer-padding-con > .tishoparallaxer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tishoparallaxer.wait-readyall.dzsprx-readyall .tishoparallaxer--target {
  opacity: 1;
  visibility: visible; }

.tishoparallaxer .vp-inner .the-video {
  object-fit: cover; }

.tishoparallaxer.use-loading .tishoparallaxer--target {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  transition-timing-function: ease-in; }
.tishoparallaxer.use-loading .preloader-semicircles {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in; }
.tishoparallaxer.use-loading .horizontal-fog {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  transition-timing-function: ease-in; }
.tishoparallaxer.use-loading.loaded .horizontal-fog {
  opacity: 1;
  visibility: visible; }

.tishoparallaxer.simple-parallax.use-loading .tishoparallaxer--target {
  opacity: 0;
  visibility: hidden; }

.tishoparallaxer.height-is-based-on-content {
  height: auto;
  padding: 0; }
  .tishoparallaxer.height-is-based-on-content .dzs-container {
    padding: 45px 0; }
  .tishoparallaxer.height-is-based-on-content .tishoparallaxer--target {
    position: absolute;
    width: 100%; }
  .tishoparallaxer.height-is-based-on-content > div {
    position: relative; }

.tishoparallaxer > .parallaxer-content {
  pointer-events: none; }
  .tishoparallaxer > .parallaxer-content > * {
    pointer-events: auto; }

.tishoparallaxer:not(.height-is-based-on-content) > .parallaxer-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .tishoparallaxer:not(.height-is-based-on-content) > .parallaxer-content > .vc_row {
    color: #fffcfc;
    padding: 15px; }

.tishoparallaxer.use-loading.loaded .tishoparallaxer--target {
  opacity: 1;
  visibility: visible; }
.tishoparallaxer.use-loading.loaded .preloader-semicircles {
  transform: translate3d(0, -50px, 0);
  opacity: 0;
  visibility: hidden; }

.tishoparallaxer.allbody {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

.divimage {
  background-size: cover;
  background-position: center center; }
  .divimage.repeat-pattern {
    background-size: auto;
    background-position: top left; }

.tishoparallaxer.is-ie-11 .simple-parallax-inner {
  clip: auto; }
  .tishoparallaxer.is-ie-11 .simple-parallax-inner .divimage.tishoparallaxer--target {
    background-attachment: fixed;
    position: relative; }

.tishoparallaxer.simple-parallax {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  .tishoparallaxer.simple-parallax .simple-parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0); }
  .tishoparallaxer.simple-parallax .tishoparallaxer--target {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }
  .tishoparallaxer.simple-parallax .simple-parallax-inner.is-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: auto; }
    .tishoparallaxer.simple-parallax .simple-parallax-inner.is-image > .divimage {
      position: absolute;
      background-attachment: fixed;
      background-repeat: no-repeat; }
  .tishoparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: auto; }
    .tishoparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner > .divimage {
      position: absolute;
      background-attachment: fixed; }
  .tishoparallaxer.simple-parallax.simple-parallax--is-only-image.under-500 .simple-parallax-inner > .divimage {
    background-attachment: local; }
  .tishoparallaxer.simple-parallax.is-mobile .simple-parallax-inner.is-image {
    clip: rect(0, auto, auto, 0); }
    .tishoparallaxer.simple-parallax.is-mobile .simple-parallax-inner.is-image > .divimage {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-size: cover; }

.blur-it {
  filter: blur(20px);
  -webkit-filter: blur(20px); }

.tishoparallaxer div.semi-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 ); }

.tishoparallaxer div.grey-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.4); }

.tishoparallaxer div.paper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/grey_wash_wall.jpg);
  opacity: 0.4; }

.radial-bg {
  position: absolute; }

.color-white {
  color: #fff; }

.row-inline {
  font-size: 0; }
  .row-inline > .col-md-6, .row-inline > .col-md-8, .row-inline > .col-md-4, .row-inline > .col-md-2 {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none; }

.dzs-row-inline {
  font-size: 0; }
  .dzs-row-inline > .dzs-col-md-6 {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    float: none; }

@media (max-width: 992px) {
  .row-inline .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 30px 15px; } }
.separator-black-grey polygon, .separator-black-grey polyline, .separator-black-grey path {
  fill: #222; }

.separator-white-grey polygon, .separator-white-grey polyline, .separator-white-grey path {
  fill: #ddd; }

.dzs-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
  margin: 0 auto; }

.dzs-row {
  margin-right: -15px;
  margin-left: -15px; }
  .dzs-row + .dzs-row {
    margin-top: 15px; }
  .dzs-row:after {
    content: "";
    display: block;
    clear: both; }

.dzs-col {
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.dzs-col-md-6 {
  width: 50%;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@-webkit-keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes preloader-semicircles-tween {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
.preloader-semicircles {
  width: 15px;
  height: 15px;
  background: rgba(230, 50, 50, 0.9);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.7;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  animation: preloader-semicircles-tween 1.4s infinite linear;
  -webkit-animation: preloader-semicircles-tween 1.4s infinite linear; }

.mwrap-wrapper {
  overflow-x: hidden; }

body .tishoparallaxer .preloader-semicircles {
  position: absolute; }

.preloader-semicircles:after {
  position: absolute;
  width: 25px;
  height: 25px;
  border-top: 5px solid #c83232;
  border-bottom: 5px solid #c83232;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 25px;
  content: '';
  top: -10px;
  left: -10px;
  box-sizing: content-box; }

.center-it {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.dzs-colcontainer {
  margin-left: -15px;
  margin-right: -15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dzs-colcontainer-w {
  width: 1230px;
  padding: 0 30px;
  max-width: 100%;
  min-height: 1px; }

.dzs-colcontainer.row-inline {
  font-size: 0; }
  .dzs-colcontainer.row-inline *[class*="dzs-col-"] {
    float: none;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle; }

.dzs-colcontainer:after {
  display: block;
  content: "";
  clear: both; }

*[class*="dzs-col-"] {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-4 {
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-8 {
  width: 66.6%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.dzs-col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.tishoparallaxer--team-members-con {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto; }

.tishoparallaxer.under-760 .tishoparallaxer--team-members-con {
  width: 100%; }

.tishoparallaxer--team-member-con {
  text-align: center; }
  .tishoparallaxer--team-member-con img {
    max-width: 100%; }
  .tishoparallaxer--team-member-con .team-member--title {
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 1;
    font-size: 15px; }
  .tishoparallaxer--team-member-con .team-member--subtitle {
    opacity: 0.5;
    margin-top: 10px;
    line-height: 1.5;
    background-color: #FFFFFF;
    color: #111;
    padding: 5px; }

.center-it {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.black-leg-bar {
  height: 2px;
  left: -20px;
  background-color: #222222;
  width: 40px; }

.white-leg-bar {
  height: 2px;
  left: -20px;
  background-color: #ffffff;
  width: 40px; }

.light-grey-box, .lighter-grey-box, .dark-grey-box, .darker-grey-box, .white-white-box, .blue-box {
  background-color: #ccc;
  color: #222;
  padding: 20px;
  font-size: 17px;
  line-height: 1.8; }

.dark-grey-box {
  background-color: #444444;
  color: #ffffff; }

.blue-box {
  background-color: #426570;
  color: #ffffff; }

.darker-grey-box {
  background-color: #333;
  color: #ffffff; }

.lighter-grey-box {
  background-color: #dddddd; }

.offset-left-10px {
  margin-left: -10px; }

.offset-right-10px {
  margin-right: -10px; }

.white-white-box {
  background-color: #ffffff;
  color: #444444; }
  .white-white-box > * {
    color: #444444; }

.tishoparallaxer.blockquote-box {
  padding: 25px 30px 20px;
  font-size: 23px;
  font-weight: 300;
  font-style: italic; }
  .tishoparallaxer.blockquote-box p:last-child {
    margin-bottom: 0; }

.tishoparallaxer.blockquote-box:before, .tishoparallaxer.blockquote-box:after {
  content: "";
  background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22px" height="22px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> <g> <path d="M13.645,8.35c-2.256,2.016-3.384,4.068-3.384,6.156c0,2.088,0.864,3.733,2.592,4.932c-0.048,1.152-0.444,2.124-1.188,2.916 c-0.745,0.792-1.645,1.188-2.7,1.188c-2.64,0-3.96-1.439-3.96-4.319c0-1.968,0.731-4.115,2.196-6.444 c1.464-2.328,3.348-4.14,5.651-5.436L13.645,8.35z M24.085,8.35c-2.257,2.016-3.384,4.068-3.384,6.156 c0,2.088,0.864,3.733,2.592,4.932c-0.049,1.152-0.444,2.124-1.188,2.916c-0.745,0.792-1.646,1.188-2.7,1.188 c-2.641,0-3.96-1.439-3.96-4.319c0-1.968,0.73-4.115,2.195-6.444c1.464-2.328,3.349-4.14,5.652-5.436L24.085,8.35z"/> </g> </svg>');
  position: absolute;
  top: 5px;
  left: 5px;
  width: 22px;
  height: 22px;
  opacity: 0.5; }

.tishoparallaxer.mode-horizontal .tishoparallaxer--target {
  position: absolute; }
.tishoparallaxer.mode-horizontal .cloner {
  width: 100%; }
.tishoparallaxer.mode-horizontal .tishoparallaxer--target-con {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  min-width: 100%; }
.tishoparallaxer.mode-horizontal.loaded .tishoparallaxer--target {
  animation: slideshow 25s linear infinite; }

.horizontal-fog {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: url(img/fog_clouds_png_by_paradise234-d5czivb.png);
  animation: slideshow 25s linear infinite;
  background-size: cover; }
  .horizontal-fog.clone {
    left: -100%; }

@keyframes slideshow {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(100%, 0, 0); } }
.tishoparallaxer.animation-engine-css .tishoparallaxer--target {
  transition-property: opacity, visibility,transform;
  transition-duration: 0.1s;
  transition-timing-function: ease-in; }

.perspective800 {
  perspective: 100px; }

.tishoparallaxer.blockquote-box:after {
  content: "";
  top: auto;
  left: auto;
  right: 5px;
  bottom: 5px;
  transform: scaleX(-1); }

.tishoparallaxer.tishoparallaxer-row-start > *:not(.tishoparallaxer--target) {
  color: #fffcfc;
  padding: 15px; }

.text-align-left:not(.a) {
  text-align: left; }

.text-align-center:not(.a) {
  text-align: center; }

.text-style-whitebg {
  background-color: rgba(255, 255, 255, 0.5);
  color: #444444;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 15px; }

.parallax-layer {
  position: absolute !important;
  max-width: 40%; }
  .parallax-layer.position-top-left {
    top: 0;
    left: 0; }
  .parallax-layer.position-top-center {
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0); }
  .parallax-layer.position-top-right {
    top: 0;
    left: auto;
    right: 0; }
  .parallax-layer.position-center-left {
    top: 50%;
    left: 0;
    transform: translate3d(0%, -50%, 0); }
  .parallax-layer.position-center-center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .parallax-layer.position-center-right {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate3d(0%, -50%, 0); }
  .parallax-layer.position-bottom-left {
    top: auto;
    bottom: 0;
    left: 0; }
  .parallax-layer.position-bottom-center {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 0%, 0); }
  .parallax-layer.position-bottom-right {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0; }
  .parallax-layer .parallax-layer--inner {
    position: relative; }
  .parallax-layer .parallax-layer--media {
    max-width: 100%; }

.position-relative {
  position: relative; }

.mode-oneelement .vc_single_image-img {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }

@media all and (min-width: 900px) {
  .position-absolute-desktop {
    position: absolute; }

  .left60perc-desktop {
    left: 60%; }

  .left40perc-desktop {
    left: 40%; }

  .top40perc-desktop {
    top: 40%; }

  .top10perc-desktop {
    top: 10%; } }
.tishoparallaxer.parallaxer-loading-transition--wipe {
  overflow: hidden;
  max-width: 0.1%;
  transform: translate3d(-40px, 0, 0);
  transition-property: max-width, height, transform;
  transition-duration: 0.75s;
  transition-timing-function: ease-out; }
  .tishoparallaxer.parallaxer-loading-transition--wipe.loaded-transition-it {
    max-width: 100%;
    transform: translate3d(0px, 0, 0); }

.container-absolute:not(.a):not(.b) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.tishoparallaxer.parallaxer-loading-transition--scaleup {
  opacity: 0;
  transform: scale(0.8);
  transition-property: max-width, height, transform, opacity;
  transition-duration: 0.75s;
  transition-timing-function: ease-out; }
  .tishoparallaxer.parallaxer-loading-transition--scaleup.loaded-transition-it {
    opacity: 1;
    transform: scale(1); }

.tishoparallaxer:not(.height-is-based-on-content) > .fullwidth.fullheight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mode-oneelement .vc_single_image-img {
  box-shadow: none !important;
}

/*!
 * animsition
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
          animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}


@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fade-out {
  -webkit-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up {
  -webkit-animation-name: fade-in-up;
          animation-name: fade-in-up;
}


@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}


.fade-out-up {
  -webkit-animation-name: fade-out-up;
          animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
}


@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
}


.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
          animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
          animation-name: fade-in-up-lg;
}


@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
}


.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
          animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 0;
  }
}


.fade-out-down {
  -webkit-animation-name: fade-out-down;
          animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
          animation-name: fade-in-down-sm;
}


@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
}


.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
          animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
          animation-name: fade-in-down;
}


@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}


.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
          animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}


@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
    opacity: 0;
  }
}


.fade-out-left {
  -webkit-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
          animation-name: fade-in-left-sm;
}


@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}


.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
          animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
          animation-name: fade-in-left-lg;
}


@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
            transform: translateX(-1500px);
    opacity: 0;
  }
}


.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
          animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}


@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    opacity: 0;
  }
}


.fade-out-right {
  -webkit-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
          animation-name: fade-in-right-sm;
}


@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
}


.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
          animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
          animation-name: fade-in-right-lg;
}


@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
            transform: translateX(1500px);
    opacity: 0;
  }
}


.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
          animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in {
  -webkit-animation-name: rotate-in;
          animation-name: rotate-in;
}


@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out {
  -webkit-animation-name: rotate-out;
          animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
          animation-name: rotate-in-sm;
}


@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
          animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
}


.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
          animation-name: rotate-in-lg;
}


@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    opacity: 0;
  }
}


.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
          animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x {
  -webkit-animation-name: flip-in-x;
          animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
            transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
            transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x {
  -webkit-animation-name: flip-out-x;
          animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
          animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
            transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
            transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
          animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}


.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
          animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
            transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
            transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}


.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
          animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y {
  -webkit-animation-name: flip-in-y;
          animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
            transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
            transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y {
  -webkit-animation-name: flip-out-y;
          animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
          animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
            transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
            transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
          animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}


.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
          animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}


@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
            transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
            transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}


.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
          animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in {
  -webkit-animation-name: zoom-in;
          animation-name: zoom-in;
}


@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.7);
            transform: scale(.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out {
  -webkit-animation-name: zoom-out;
          animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
          animation-name: zoom-in-sm;
}


@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.95);
            transform: scale(.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
          animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
          animation-name: zoom-in-lg;
}


@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(.4);
            transform: scale(.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
          animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}

@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
          animation-name: overlay-slide-in-top;
}


@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
          animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}


.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
          animation-name: overlay-slide-in-bottom;
}


@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}


.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
          animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
          animation-name: overlay-slide-in-left;
}


@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
          animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}


.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
          animation-name: overlay-slide-in-right;
}


@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
          animation-name: overlay-slide-out-right;
}

/**
 * Slider classes
 */
.slide-title {
	color:#222222;
}

.slide-text {
	color:#222222;
	font-size: 20px;
}

.slide-text p {
	line-height:1.3 !important;
}

.slide-button {
	color:#FFFFFF;
	border-color:#FFFFFF;
	font-size: 18px;
	border:2px solid;
	padding:7px 12px;
	border-radius:5px;
	display:inline-block;
	margin-top:10px;
}

.slide-button:hover {
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	text-decoration: none !important;
}

.slide-button:hover span {
	color:#FFFFFF;
}


#debungcontrolls,
.debugtimeline {
    width: 100%;
    box-sizing: border-box
}

.rev_column,
.rev_column .tp-parallax-wrap,
.tp-svg-layer svg {
    vertical-align: top
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px
}

.tp-caption span {
	line-height:18px !important;
}

.debugtimeline {
    height: 10px;
    position: relative;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.rs-go-fullscreen {
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    z-index: 9999999!important;
    background: #fff!important
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px
}

.rtl {
    direction: rtl
}

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%
}

.rev_slider {
    position: relative;
    overflow: visible
}

.entry-content .rev_slider a,
.rev_slider a {
    box-shadow: none;
    background:unset;
}

.tp-overflow-hidden {
    overflow: hidden!important
}

.group_ov_hidden {
    overflow: hidden
}

.rev_slider img,
.tp-simpleresponsive img {
    max-width: none!important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

.rev_slider>ul,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
    list-style: none!important;
    position: absolute;
    margin: 0!important;
    padding: 0!important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0
}

.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before {
    visibility: hidden
}

.tp-revslider-mainul,
.tp-revslider-slidesli {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important
}

.fullscreen-container,
.fullwidthbanner-container {
    padding: 0;
    position: relative
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute!important
}

.tp-caption .rs-untoggled-content {
    display: block
}

.tp-caption .rs-toggled-content {
    display: none
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none
}

.rev_slider .caption,
.rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased!important;
    z-index: 1
}

.rev_slider .caption,
.rev_slider .tp-caption,
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap:last-child {
    margin-bottom: 0
}

.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none!important
}

.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}

.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-parallax-wrap.tp-hidden-caption {
    visibility: hidden!important;
    display: none!important
}

.rev_slider audio,
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none!important
}

.tp-element-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

.tp-parallax-wrap {
    transform-style: preserve-3d
}

.rev_row_zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0
}

.rev_column_inner,
.rev_slider .tp-caption.rev_row {
    position: relative;
    width: 100%!important;
    box-sizing: border-box
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_middle {
    top: 50%;
    transform: translateY(-50%)
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_slider .tp-caption.rev_row {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    height: auto!important;
    font-size: 0
}

.rev_column {
    display: table-cell;
    position: relative;
    height: auto;
    box-sizing: border-box;
    font-size: 0
}

.rev_column_inner {
    display: block;
    height: auto!important;
    white-space: normal!important
}

.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent
}

.tp-caption .backcorner,
.tp-caption .backcornertop,
.tp-caption .frontcorner,
.tp-caption .frontcornertop {
    height: 0;
    top: 0;
    width: 0;
    position: absolute
}

.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
    text-align: inherit
}

.rev_column_inner .tp-mask-wrap {
    display: inline-block
}

.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    position: relative!important;
    left: auto!important;
    top: auto!important;
    line-height: 0
}

.tp-video-play-button,
.tp-video-play-button i {
    line-height: 50px!important;
    vertical-align: top;
    text-align: center
}

.rev_column_inner .rev_layer_in_column,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    vertical-align: top
}

.rev_break_columns {
    display: block!important
}

.rev_break_columns .tp-parallax-wrap.rev_column {
    display: block!important;
    width: 100%!important
}

.fullwidthbanner-container {
    overflow: hidden
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative
}

.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0
}

.tp-caption .frontcorner {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00A8FF;
    left: -40px
}

.tp-caption .backcorner {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    right: 0
}

.tp-caption .frontcornertop {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00A8FF;
    left: -40px
}

.tp-caption .backcornertop {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    right: 0
}

.tp-layer-inner-rotation {
    position: relative!important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.caption.fullscreenvideo,
.rs-background-video-layer,
.tp-caption.coverscreenvideo,
.tp-caption.fullscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.noFilterClass {
    filter: none!important
}

.rs-background-video-layer {
    visibility: hidden;
    z-index: 0
}

.caption.fullscreenvideo audio,
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
    width: 100%!important;
    height: 100%!important;
    display: none
}

.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out!important
}

.tp-audio-html5 .tp-video-play-button,
.tp-hiddenaudio {
    display: none!important
}

.tp-caption .html5vid {
    width: 100%!important;
    height: 100%!important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 40px!important
}

.rs-fullvideo-cover,
.tp-dottedoverlay,
.tp-shadowcover {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
    display: block
}

.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff!important;
    border-right: 5px solid #fff!important;
    margin-top: 15px!important;
    line-height: 20px!important;
    vertical-align: top;
    font-size: 25px!important
}

.tp-seek-bar,
.tp-video-button,
.tp-volume-bar {
    outline: 0;
    line-height: 12px;
    margin: 0;
    cursor: pointer
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: inline-block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none!important
}

.fullscreenvideo .fullscreenvideo audio,
.fullscreenvideo .fullscreenvideo video {
    object-fit: contain!important
}

.fullscreenvideo .fullcoveredvideo audio,
.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover!important
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.rev-btn.rev-hiddenicon i,
.rev-btn.rev-withicon i {
    transition: all .2s ease-out!important;
    font-size: 15px
}

.tp-caption:hover .tp-video-controls {
    opacity: .9
}

.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 0
}

.tp-video-button:hover {
    cursor: pointer
}

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle
}

.tp-video-seek-bar-wrap {
    width: 80%
}

.tp-video-vol-bar-wrap {
    width: 20%
}

.tp-seek-bar,
.tp-volume-bar {
    width: 100%;
    padding: 0
}

.rs-fullvideo-cover {
    width: 100%;
    background: 0 0;
    z-index: 5
}

.disabled_lc .tp-video-play-button,
.rs-background-video-layer audio::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button {
    display: none!important
}

.tp-audio-html5 .tp-video-controls {
    opacity: 1!important;
    visibility: visible!important
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    z-index: 3
}

.tp-shadowcover {
    width: 100%;
    background: #fff;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:after,
.tp-shadow5:before {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6)!important;
    font-size: 15px;
    line-height: 45px!important;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none
}

.tp-button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px!important
}

.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
    background-position: bottom, 15px 11px
}

.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b
}

.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68
}

.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212
}

.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
    background-color: #f70;
    box-shadow: 0 3px 0 0 #a34c00
}

.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
    background-color: #555;
    box-shadow: 0 3px 0 0 #222
}

.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555
}

.rev-btn,
.rev-btn:visited {
    outline: 0!important;
    box-shadow: none!important;
    text-decoration: none!important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900
}

.rev-btn.rev-withicon i {
    font-weight: 400;
    position: relative;
    top: 0;
    margin-left: 10px!important
}

.rev-btn.rev-hiddenicon i {
    font-weight: 400;
    position: relative;
    top: 0;
    opacity: 0;
    margin-left: 0!important;
    width: 0!important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1!important;
    margin-left: 10px!important;
    width: auto!important
}

.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px
}

.rev-btn.rev-medium.rev-hiddenicon i,
.rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0
}

.rev-btn.rev-small,
.rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px
}

.rev-btn.rev-small.rev-hiddenicon i,
.rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0
}

.rev-maxround {
    border-radius: 30px
}

.rev-minround {
    border-radius: 3px
}

.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat!important
}

.rev-burger.revb-white span,
.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

#dialog_addbutton .rev-burger:hover:first-child,
.open .rev-burger:first-child,
.open.rev-burger:first-child {
    transform: translateY(6px) rotate(-45deg)
}

#dialog_addbutton .rev-burger:hover:nth-child(2),
.open .rev-burger:nth-child(2),
.open.rev-burger:nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

#dialog_addbutton .rev-burger:hover:last-child,
.open .rev-burger:last-child,
.open.rev-burger:last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-burger.revb-darknoborder,
.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span,
.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 50%
    }
    50% {
        opacity: 0;
        top: 50%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>.active,
.rev-scroll-btn>:focus,
.rev-scroll-btn>:hover {
    color: #fff
}

.rev-scroll-btn>.active,
.rev-scroll-btn>:active,
.rev-scroll-btn>:focus,
.rev-scroll-btn>:hover {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span,
.tp-bullet {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite
}

.rev-scroll-btn.revs-dark {
    border-color: #333
}

.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr,
.rev-cbutton-light-sr {
    border-radius: 3px
}

.rev-cbutton-light,
.rev-cbutton-light-sr {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3B5998
}

.rev-sbutton-lightblue {
    background-color: #00A0D1
}

.rev-sbutton-red {
    background-color: #DD4B39
}

.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0!important;
    height: 5px
}

.tp-caption img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
}

.tp-caption.slidelink a span {
}

.tp-shape {
    width: 100%;
    height: 100%
}

.tp-caption .rs-starring {
    display: inline-block
}

.tp-caption .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #FFC321!important
}

.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em!important
}

.tp-loader.spinner0,
.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #E0DADF;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em!important
}

.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    background-position: center center
}

.tp-loader.spinner5 {
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

.tp-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {
    0%,
    100%,
    80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-bullets,
.tp-tabs,
.tp-thumbs {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box!important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box!important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows:hover {
    background: #000
}

.tparrows:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.hginfo,
.hglayerinfo {
    font-size: 12px;
    font-weight: 600
}

.tparrows.tp-leftarrow:before {
    content:'\f053';
}

.tparrows.tp-rightarrow:before {
    content: '\f054'
}

body.rtl .tp-kbimg {
    left: 0!important
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
    line-height: 20px;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.helpgrid,
.hginfo {
    position: absolute
}

.hginfo {
    top: -2px;
    left: -2px;
    color: #e74c3c;
    background: #000;
    padding: 2px 5px
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b!important
}

.helpgrid {
    border: 2px dashed #c0392b;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua::after,
.reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes::after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville::after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville::before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark::after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon::after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: relative
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
    width: 100%;
    z-index: 1
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 2
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 3
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber::after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber::before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.tp-kbimg-wrap:after,
.tp-kbimg-wrap:before {
    height: 500%;
    width: 500%
}

/*! jQuery UI - v1.12.1 - Accordion */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 120%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid var(--dark-color2);
	background: var(--dark-color1);
	font-weight: normal;
	color: #FFFFFF;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #FFFFFF;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid var(--dark-color1);
	background: var(--dark-color2);
	font-weight: normal;
	color: #FFFFFF;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid var(--dark-color1);
	background: var(--dark-color2);
	font-weight: normal;
	color: #FFFFFF;
}
/*t
.ui-icon-background,
.ui-state-active .ui-icon-background {
	background-color: #ffffff;
}
t*/
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

.ui-accordion-header .ui-icon:before {
  font-family: 'FontAwesome';
  content: "\f196";
  float:left;
}

.ui-accordion-header-active .ui-icon:before {
  content: "\f147";
}


/*! jQuery.Flipster, v1.1.5 (built 2020-10-17) */
/* @group Flipster Essential Styles */
.flip-items li:before {
	content:'' !important;
}

.flipster {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
}
.flipster:focus {
  outline: none;
}
.flipster__container,
.flipster__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}
.flipster__container {
  display: block;
  white-space: nowrap;
  word-spacing: -0.25em;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.flipster__item {
  display: inline-block;
  white-space: normal;
  word-spacing: normal;
  vertical-align: bottom;
}
.flipster--click .flipster__item--past,
.flipster--click .flipster__item--future {
  cursor: pointer;
}
.flipster__item img {
  max-width: 100%;
}
/* @end */

/* @group Flipster Previous & Next Buttons */
.flipster__button {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer;
  font-size: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  margin: -1em 2em;
}
.flipster__button svg {
  width: 2em;
  stroke: currentColor;
  fill: transparent;
  stroke-width: 3;
  stroke-linecap: round;
}
.flipster__button:hover,
.flipster__button:focus {
  opacity: 1;
}
.flipster__button--prev {
  left: 0;
}
.flipster__button--next {
  right: 0;
}
/* @end */

/* @group Flipster Navigation */
.flipster__nav,
.flipster__nav__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flipster__nav {
  display: block;
  margin: 0 0 4em;
  text-align: center;
  position: relative;
}
.flipster__nav__item {
  display: inline-block;
  margin: 0 0.25em;
}
.flipster__nav__link {
  display: block;
  color: inherit;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
       -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster__nav__link::after {
  content: '';
  display: block;
  background: #232221;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) translateY(-0.25em);
      -ms-transform: translateY(100%) translateY(-0.25em);
          transform: translateY(100%) translateY(-0.25em);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__link:hover,
.flipster__nav__link:focus {
  color: #FFF;
}
.flipster__nav__item--current > .flipster__nav__link::after,
.flipster__nav__link:hover::after,
.flipster__nav__link:focus::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.flipster__nav__child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  padding: 0.5em;
  background: #4e4441;
  z-index: 1;
}
.flipster__nav__child .flipster__nav__link {
  color: #FFF;
}
.flipster__nav__child .flipster__nav__link::after {
  background: #FFF;
}
.flipster__nav__child .flipster__nav__item--current > .flipster__nav__link,
.flipster__nav__child .flipster__nav__link:hover,
.flipster__nav__child .flipster__nav__link:focus {
  color: #232221;
}
.flipster__nav__item--current .flipster__nav__child {
  display: block;
}
/* @end */

/* @group Flipster Carousel Theme */
.flipster--carousel .flipster__container,
.flipster--carousel .flipster__item,
.flipster--carousel .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
       -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--carousel .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px;
}
.flipster--carousel .flipster__item--past,
.flipster--carousel .flipster__item--future {
  opacity: 0;
  -webkit-transition-delay: 115ms;
       -o-transition-delay: 115ms;
          transition-delay: 115ms;
}
.flipster--carousel .flipster__item--past-2,
.flipster--carousel .flipster__item--future-2 {
  opacity: 0.6;
  -webkit-transition-delay: 90ms;
       -o-transition-delay: 90ms;
          transition-delay: 90ms;
}
.flipster--carousel .flipster__item--past-1,
.flipster--carousel .flipster__item--future-1 {
  opacity: 0.8;
  -webkit-transition-delay: 60ms;
       -o-transition-delay: 60ms;
          transition-delay: 60ms;
}
.flipster--carousel .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(100%) rotateY(-20deg) scale(0.5);
          transform: translateX(100%) rotateY(-20deg) scale(0.5);
}
.flipster--carousel .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) rotateY(40deg) scale(0.65);
          transform: translateX(25%) rotateY(40deg) scale(0.65);
}
.flipster--carousel .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: rotateY(45deg) scale(0.8);
          transform: rotateY(45deg) scale(0.8);
}
.flipster--carousel .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-100%) rotateY(20deg) scale(0.5);
          transform: translateX(-100%) rotateY(20deg) scale(0.5);
}
.flipster--carousel .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) rotateY(-40deg) scale(0.65);
          transform: translateX(-25%) rotateY(-40deg) scale(0.65);
}
.flipster--carousel .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: rotateY(-45deg) scale(0.8);
          transform: rotateY(-45deg) scale(0.8);
}
.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content {
  -webkit-transform: translateX(175%) scale(0.5);
      -ms-transform: translateX(175%) scale(0.5);
          transform: translateX(175%) scale(0.5);
}
.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content {
  -webkit-transform: translateX(25%) scale(0.65);
      -ms-transform: translateX(25%) scale(0.65);
          transform: translateX(25%) scale(0.65);
}
.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
      -ms-transform: translateX(0%) scale(0.8);
          transform: translateX(0%) scale(0.8);
}
.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content {
  -webkit-transform: translateX(-175%) scale(0.5);
      -ms-transform: translateX(-175%) scale(0.5);
          transform: translateX(-175%) scale(0.5);
}
.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content {
  -webkit-transform: translateX(-25%) scale(0.65);
      -ms-transform: translateX(-25%) scale(0.65);
          transform: translateX(-25%) scale(0.65);
}
.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content {
  -webkit-transform: translateX(0%) scale(0.8);
      -ms-transform: translateX(0%) scale(0.8);
          transform: translateX(0%) scale(0.8);
}
.flipster--carousel .flipster__item--current .flipster__item__content {
  -webkit-transform: translateX(0) rotateY(0deg) scale(1);
          transform: translateX(0) rotateY(0deg) scale(1);
  -webkit-transition-delay: 60ms;
       -o-transition-delay: 60ms;
          transition-delay: 60ms;
}
/* @end */

/* @group Flipster Coverflow Theme */
.flipster--coverflow .flipster__container,
.flipster--coverflow .flipster__item,
.flipster--coverflow .flipster__item__content {
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
       -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--coverflow .flipster__item {
  -webkit-perspective: 800px;
          perspective: 800px;
}
.flipster--coverflow .flipster__container {
  padding-bottom: 5%;
}
.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster--coverflow .flipster__item__content img:only-child {
  display: block;
}
.flipster--coverflow .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale(0.75) rotateY(55deg);
          transform: scale(0.75) rotateY(55deg);
}
.flipster--coverflow .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale(0.75) rotateY(-55deg);
          transform: scale(0.75) rotateY(-55deg);
}
.flipster--coverflow .flip-current .flipster__item__content {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
/* @end */

/* @group Flat */
.flipster--flat .flipster__container,
.flipster--flat .flipster__item,
.flipster--flat .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.flipster--flat .flipster__item--past,
.flipster--flat .flipster__item--future {
  opacity: 0.5;
}
.flipster--flat .flipster__item--past .flipster__item__content {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
.flipster--flat .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
/* @end */

/* @group Flipster Wheel Theme */
.flipster--wheel {
  overflow: hidden;
}
.flipster--wheel .flipster__container,
.flipster--wheel .flipster__item__content {
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
       -o-transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
          transition-timing-function: cubic-bezier(0.56, 0.12, 0.12, 0.98);
}
.flipster--wheel .flipster__container {
  padding-bottom: 20%;
}
.flipster--wheel .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.flipster--wheel .flipster__item--past .flipster__item__content {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.flipster--wheel .flipster__item--future .flipster__item__content {
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}
.flipster--wheel .flipster__item__content img:only-child {
  display: block;
}
.flipster--wheel .flipster__item--past .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(-80deg) translate(-170%, 110%);
      -ms-transform: rotate(-80deg) translate(-170%, 110%);
          transform: rotateZ(-80deg) translate(-170%, 110%);
}
.flipster--wheel .flipster__item--future .flipster__item__content {
  opacity: 0;
  -webkit-transform: rotateZ(80deg) translate(170%, 110%);
      -ms-transform: rotate(80deg) translate(170%, 110%);
          transform: rotateZ(80deg) translate(170%, 110%);
}
.flipster--wheel .flipster__item--past-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-60deg) translate(-70%, 75%);
      -ms-transform: rotate(-60deg) translate(-70%, 75%);
          transform: rotateZ(-60deg) translate(-70%, 75%);
}
.flipster--wheel .flipster__item--future-3 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(60deg) translate(70%, 75%);
      -ms-transform: rotate(60deg) translate(70%, 75%);
          transform: rotateZ(60deg) translate(70%, 75%);
}
.flipster--wheel .flipster__item--past-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-40deg) translate(-17%, 30%);
      -ms-transform: rotate(-40deg) translate(-17%, 30%);
          transform: rotateZ(-40deg) translate(-17%, 30%);
}
.flipster--wheel .flipster__item--future-2 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(40deg) translate(17%, 30%);
      -ms-transform: rotate(40deg) translate(17%, 30%);
          transform: rotateZ(40deg) translate(17%, 30%);
}
.flipster--wheel .flipster__item--past-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotateZ(-20deg);
}
.flipster--wheel .flipster__item--future-1 .flipster__item__content {
  opacity: 1;
  -webkit-transform: rotateZ(20deg);
      -ms-transform: rotate(20deg);
          transform: rotateZ(20deg);
}
.flipster--wheel .flip-current .flipster__item__content {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
/* @end */

#home-content-wrapper .flipster__item__content img,
#main-content-wrapper .flipster__item__content img {
	max-width:350px;
	height: auto;
}


/* simple-image-carousel-wrapper */
.simple-image-carousel-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 40vw;
  max-height: 500px;
  min-height: 300px;
  background: #ddd;
  overflow: hidden;
}

.simple-image-carousel-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.simple-image-carousel-wrapper ul li {
  list-style-type: none !important;
  margin-right: 7px !important;
}

/* simple-image-carousel-img */
ul.simple-image-carousel-img {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: 0.5s;
}

ul.simple-image-carousel-img li {
  flex: 1 0 100%;
  padding:0;
  margin:0;
}

ul.simple-image-carousel-img li:before {
	display:none !important;
}

ul.simple-image-carousel-img li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* slider-arrow */
ul.slider-arrow {
  position: relative;
  color: #fff;
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 768px) {
  ul.slider-arrow {
    font-size: 2.5rem;
  }
}

ul.slider-arrow li {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 100%;
  padding: 0 15px;
  opacity: 0.4;
  transition: 0.5s;
}

ul.slider-arrow li:before {
	display:none !important;
}

ul.slider-arrow li:hover {
  opacity: 1;
}

/* slider-dot */
.slider-dot {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.slider-dot li {
  cursor: pointer;
  margin: 0 8px !important;
  list-style-type: none !important;
  font-size: 0.6rem;
  opacity: 0.4;
}

.slider-dot li:before {
	display:none !important;
}

.slider-dot li.active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slider-dot li {
    margin: 0 12px;
    font-size: 0.95rem;
  }
}



.simple-tabs-block {
  border:none !important;
}

.simple-tabs-block .ui-tabs-nav h2,
.simple-tabs-block .ui-tabs-nav h3,
.simple-tabs-block .ui-tabs-hide {
  display: none;
}
  
.simple-tabs-block .ui-tabs-nav {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width:100%;
}
  
.simple-tabs-block .ui-tabs-nav li:before {
	display:none !important;
}

.simple-tabs-block .ui-tabs-nav li {
  float: left;
  margin: 0;
  padding: 0;
  height: 43px;
  line-height: 43px;
  border-left: none;
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #fff;
}
  
.simple-tabs-block .ui-tabs-nav li a,
.simple-tabs-block .ui-tabs-nav li a:link {
  text-decoration: none;
  color: #777 !important;
  display: block;
  outline: none;
  cursor:pointer;
  background: #f2f2f2 !important;
  text-align: center;
  text-transform: uppercase;
  padding:0 10px;
}

.simple-tabs-block .ui-tabs-nav li.ui-tabs-active a {
  background-color:#FFFFFF !important;
  border-left:1px solid #ebebeb;
  border-top:1px solid #ebebeb;
  border-right:1px solid #ebebeb;
}

.simple-tabs-block .ui-tabs-nav li a, .simple-tabs-block.simple-tabs-block-collapsible .simple-tabs-block-nav li.simple-tabs-block-selected a {
  cursor: pointer;
}

.simple-tabs-block .ui-tabs-hide {
  display: none !important;
}

.simple-tabs-block .ui-tabs-panel {
  overflow: hidden;
  clear: both;
  float: left; 
  background: #fff;
  padding: 15px;
  border:1px solid #ebebeb;
  width:100%;
}





/* Recent Posts Columns Block */
.blog-section {
  margin-bottom: 40px;
}

.blog-section .row {
  display: flex;
  align-items: stretch;
}

.single-blog-box {
  margin-bottom: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

.blog-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.tishonator-recent-post-meta {
  padding: 15px 20px;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
}

.tishonator-recent-post-blog-content {
  padding: 20px;
}

.tishonator-recent-post-blog-content p {
	min-height: 140px;
}

.tishonator-recent-post-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.tishonator-recent-post-title a {
  color: #333;
  text-decoration: none;
}

.tishonator-recent-post-more {
  margin-top: 15px;
}

.tishonator-recent-post-more a {
  color: #FFF;
  text-decoration: none;
  background-color: #F1C40F;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
}

.tishonator-recent-post-more a:hover {
  background-color: #333;
  color: #fff;
}

.pagination-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}

.page-numbers.current,
.page-numbers:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.page-numbers.dots {
  background-color: transparent;
  border: none;
}


/* Partial Overlay Image */
.partial-overlay-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.partial-overlay-box .partial-overlay-box-image {
	width: 70%;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.partial-overlay-box .partial-overlay-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.partial-overlay-box:hover .partial-overlay-box-image img {
	opacity: .9;
}

.partial-overlay-box .partial-overlay-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.partial-overlay-box.description-left .partial-overlay-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.partial-overlay-box .partial-overlay-box-info .story-title {
	font-family: 'Playfair Display';
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;
	color: #1d2c4c;
}

.partial-overlay-box .partial-overlay-box-info .partial-overlay-box-content p {
	font-size: 15px;
	font-weight: 300;
	color: #666;
	line-height: 16px;
}

.partial-overlay-box .partial-overlay-box-info .partial-overlay-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}

@media (max-width: 991px) {

	.partial-overlay-box .partial-overlay-box-image {
		height: auto;
		width: 100%;
		-ms-flex-order: -1;
		order: -1;
	}

	.partial-overlay-box.description-left .partial-overlay-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.partial-overlay-box.description-left .partial-overlay-box-info { margin: -40px 5% 0; }

	.partial-overlay-box .partial-overlay-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}



/* Automatic Slider */
.automatic-slideshow-2 {
  position: relative;
}

.automatic-slideshow-2 .slides {
  z-index: 109;
}

.automatic-slideshow-2 .slides .slide img {
  width: 100%;
}

.automatic-slideshow-2 .controls {
  position: absolute;
  z-index: 101;
  left: 30px;
  bottom: 30px;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.automatic-slideshow-2 .controls .control {
  background-color: #ffffff;
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  color: #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
  float: left;
}

/* mobile */

@media (max-width:979px) {
  .automatic-slideshow-2 .slides {
    width: 100%;
  }

  .automatic-slideshow-2 .slides .slide {
    width: 100%;
  }

  .automatic-slideshow-2 .slides .slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}




.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  position: relative;
}

.lb-cancel::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFF;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.lb-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-nav a:focus {
  outline: none;
  outline-style: none;
  text-decoration: none;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev,
.lb-next {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.lb-prev::before,
.lb-next::before {
  content: '';
  position: absolute;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 9px;
  transform: translate(-50%, -50%);
}

.lb-prev::before {
  left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.lb-next::before {
  right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  opacity: 0.7;
  cursor: pointer;
  position: relative;
}

.lb-data .lb-close::before,
.lb-data .lb-close::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 5px;
  width: 20px;
  height: 2px;
  background-color: #FFF;
}

.lb-data .lb-close::before {
  transform: rotate(45deg);
}

.lb-data .lb-close::after {
  transform: rotate(-45deg);
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.woocommerce-mini-cart-item img:not(:first-of-type) {
    display: none !important;
}

/*t Plugins t*/
.fa.fa-twitter::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
    background-position: center 3px;
}



@charset "UTF-8";



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}



@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}



@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}



.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;

    transform-origin: center
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}



@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}



@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }

    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}


@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }

  to {
    -o-transform: rotate(360deg);
  }
}


.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}



@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}




.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}








@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}


.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}



@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: 100px 0;
  }

  40% {
    background-position: 200px 0;
  }

  60% {
    background-position: 150px 0;
  }

  80% {
    background-position: 100px 0;
  }

  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: 100px 0;
  }

  40% {
    background-position: 200px 0;
  }

  60% {
    background-position: 150px 0;
  }

  80% {
    background-position: 100px 0;
  }

  100% {
    background-position: 0px 0;
  }
}



@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: -0 0;
  }

  20% {
    background-position: -100px 0;
  }

  40% {
    background-position: -200px 0;
  }

  60% {
    background-position: -150px 0;
  }

  80% {
    background-position: -100px 0;
  }

  100% {
    background-position: -0px 0;
  }
}

@keyframes bgSlideReverse2 {
  0% {
    background-position: -0 0;
  }

  20% {
    background-position: -100px 0;
  }

  40% {
    background-position: -200px 0;
  }

  60% {
    background-position: -150px 0;
  }

  80% {
    background-position: -100px 0;
  }

  100% {
    background-position: -0px 0;
  }
}






@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}







@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}



@-webkit-keyframes animation1 {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes animation1 {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}




@animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}

@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}

@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}

@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}









@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: -100px 0;
  }

  40% {
    background-position: -200px 0;
  }

  60% {
    background-position: -150px 0;
  }

  80% {
    background-position: -100px 0;
  }

  100% {
    background-position: 0px 0;
  }
}


@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: -100px 0;
  }

  40% {
    background-position: -200px 0;
  }

  60% {
    background-position: -150px 0;
  }

  80% {
    background-position: -100px 0;
  }

  100% {
    background-position: 0px 0;
  }
}

@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: 100px 0;
  }

  40% {
    background-position: 200px 0;
  }

  60% {
    background-position: 150px 0;
  }

  80% {
    background-position: 100px 0;
  }

  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: 100px 0;
  }

  40% {
    background-position: 200px 0;
  }

  60% {
    background-position: 150px 0;
  }

  80% {
    background-position: 100px 0;
  }

  100% {
    background-position: 0px 0;
  }
}

@-webkit-keyframes ribbonRotate {

  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes ribbonRotate {

  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}



@-webkit-keyframes footerFish {

  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }

  25%,
  75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }

  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}

@keyframes footerFish {

  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }

  25%,
  75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }

  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}

@-webkit-keyframes contactSwimmer {

  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }

  25%,
  75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }

  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}

@keyframes contactSwimmer {

  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }

  25%,
  75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }

  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}





@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}



@-webkit-keyframes footerTree {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes footerTree {

  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}



@service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg)
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg)
  }
}



@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }

  20% {
    background-position: -100px 0;
  }

  40% {
    background-position: -200px 0;
  }

  60% {
    background-position: -150px 0;
  }

  80% {
    background-position: -100px 0;
  }

  100% {
    background-position: 0px 0;
  }
}











@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }

  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }

  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }

  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }

  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }

  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }

  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

@-webkit-keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}



@-webkit-keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}


@keyframes shapeMover-2 {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}



@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@-webkit-keyframes squareMover {

  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes squareMover {

  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@-webkit-keyframes treeMove {

  0%,
  100% {
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes treeMove {

  0%,
  100% {
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    transform: rotate(10deg) translateX(30px);
  }
}



.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9) translateX(-50%);
  }

  50% {
    transform: scale(1) translateX(-50%);
  }

  100% {
    transform: scale(0.9) translateX(-50%);
  }
}

@keyframes zoom-fade {
  0% {
    transform: scale(0.9) translateX(-50%);
  }

  50% {
    transform: scale(1) translateX(-50%);
  }

  100% {
    transform: scale(0.9) translateX(-50%);
  }
}



.zoom-fade-2 {
  animation-name: zoom-fade-2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade-2;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade-2;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade-2;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade-2;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade-2 {
  0% {
    transform: scale(0.9) translateX(0%) translateY(0%);
  }

  50% {
    transform: scale(1) translateX(0%) translateY(0%);
  }

  100% {
    transform: scale(0.9) translateX(0%) translateY(0%);
  }
}

@keyframes zoom-fade-2 {
  0% {
    transform: scale(0.9) translateX(0%) translateY(0%);
  }

  50% {
    transform: scale(1) translateX(0%) translateY(0%);
  }

  100% {
    transform: scale(0.9) translateX(0%) translateY(0%);
  }
}




























@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }

  50% {
    transform: rotate(20deg) translate(10px, 0px);
  }

  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}

@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(10px);
  }

  75% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}








@-moz-keyframessquares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}


@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}






@-webkit-keyframes float-bob-x-2 {
  0% {
    transform: translateX(-30px) rotate(45deg);
  }

  50% {
    transform: translateX(-10px) rotate(45deg);
  }

  100% {
    transform: translateX(-30px) rotate(45deg);
  }
}

@keyframes float-bob-x-2 {
  0% {
    transform: translateX(-30px) rotate(45deg);
  }

  50% {
    transform: translateX(-10px) rotate(45deg);
  }

  100% {
    transform: translateX(-30px) rotate(45deg);
  }
}

.float-bob-x-2 {
  -webkit-animation-name: float-bob-x-2;
  animation-name: float-bob-x-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}









@-webkit-keyframes float-bob-y-2 {
  0% {
    transform: translateY(-20px) rotate(45deg);
    ;
  }

  50% {
    transform: translateY(-10px) rotate(45deg);
    ;
  }

  100% {
    transform: translateY(-20px) rotate(45deg);
    ;
  }
}

@keyframes float-bob-y-2 {
  0% {
    transform: translateY(-20px) rotate(45deg);
    ;
  }

  50% {
    transform: translateY(-10px) rotate(45deg);
    ;
  }

  100% {
    transform: translateY(-20px) rotate(45deg);
    ;
  }
}

.float-bob-y-2 {
  -webkit-animation-name: float-bob-y-2;
  animation-name: float-bob-y-2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}



.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }


img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }


.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}




.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	font: 400 12px Arial;
	color: #999;
}


.noUi-value {
	width: 40px;
	position: absolute;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}


.noUi-marker {
	position: absolute;
	background: #CCC;
}
.noUi-marker-sub {
	background: #AAA;
}
.noUi-marker-large {
	background: #AAA;
}


.noUi-pips-horizontal {
	padding: 10px 0;
	height: 50px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	margin-left: -20px;
	padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
	padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}


.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	width: 15px;
	margin-left: 20px;
	margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}


.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:"Helvetica Neue",sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}




@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}


@font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.eot?orkqwr');  src: url('./fonts/icomoon.eot?orkqwr#iefix') format('embedded-opentype'),    url('./fonts/icomoon.ttf?orkqwr') format('truetype'),    url('./fonts/icomoon.woff?orkqwr') format('woff'),    url('./fonts/icomoon.svg?orkqwr#icomoon') format('svg');  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}








.icon-analyze:before {
  content: "\e900";
}

.icon-bulb-business-idea:before {
  content: "\e901";
}

.icon-business-management-target:before {
  content: "\e902";
}

.icon-calendar-date-time:before {
  content: "\e903";
}

.icon-calender:before {
  content: "\e904";
}

.icon-call-support:before {
  content: "\e905";
}

.icon-cash-ecommerce-shop:before {
  content: "\e906";
}

.icon-chart-diagram-pie:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-check-circle:before {
  content: "\e909";
}

.icon-chick-origami-paper:before {
  content: "\e90a";
}

.icon-clock:before {
  content: "\e90b";
}

.icon-copy:before {
  content: "\e90c";
}

.icon-design:before {
  content: "\e90d";
}

.icon-diamond-origami-paper:before {
  content: "\e90e";
}

.icon-dollar-finance-money:before {
  content: "\e90f";
}

.icon-draw-check:before {
  content: "\e910";
}

.icon-elephant-origami-paper:before {
  content: "\e911";
}

.icon-email-mail:before {
  content: "\e912";
}

.icon-graph:before {
  content: "\e913";
}

.icon-interlinked-web:before {
  content: "\e914";
}

.icon-location:before {
  content: "\e915";
}

.icon-megaphone-announcement-loudspeaker:before {
  content: "\e916";
}

.icon-minus:before {
  content: "\e917";
}

.icon-paper-plane-origami:before {
  content: "\e918";
}

.icon-pie-chart:before {
  content: "\e919";
}

.icon-pie-chart-business:before {
  content: "\e91a";
}

.icon-play:before {
  content: "\e91b";
}

.icon-plus:before {
  content: "\e91c";
}

.icon-quote-left:before {
  content: "\e91d";
}

.icon-right-arrow:before {
  content: "\e91e";
}

.icon-left-arrow:before {
  content: "\e91f";
}

.icon-up-arrow1:before {
  content: "\e920";
}

.icon-down-arrow:before {
  content: "\e921";
}

.icon-search:before {
  content: "\e922";
}

.icon-send-message:before {
  content: "\e923";
}

.icon-share:before {
  content: "\e924";
}

.icon-sun-origami-paper:before {
  content: "\e925";
}

.icon-support:before {
  content: "\e926";
}

.icon-target:before {
  content: "\e927";
}

.icon-technical-support-line:before {
  content: "\e928";
}

.icon-text-quote:before {
  content: "\e929";
}

.icon-up-arrow:before {
  content: "\e92a";
}

.icon-down-arrow1:before {
  content: "\e92b";
}

.icon-right-arrow1:before {
  content: "\e92c";
}

.icon-left-arrow1:before {
  content: "\e92d";
}

.icon-up-arrow-1:before {
  content: "\e92e";
}

.icon-down-arrow-1:before {
  content: "\e92f";
}

.icon-right-arrow-1:before {
  content: "\e930";
}

.icon-left-arrow-1:before {
  content: "\e931";
}

.icon-user:before {
  content: "\e932";
}

.icon-users-1:before {
  content: "\e933";
}

.icon-web-graphic:before {
  content: "\e934";
}

.icon-web-startup:before {
  content: "\e935";
}


.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;z-index:0}.tns-fadeOut,.tns-normal{opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}






.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(./images/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%}


.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}







.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}



.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}



.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(./images/bx_loader.gif) center center no-repeat #fff;	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}



.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}



.bx-wrapper .bx-prev {
	left: 10px;
	background: url(./images/controls.png) no-repeat 0 -32px;}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(./images/controls.png) no-repeat -43px -32px;}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(./images/controls.png) -86px -11px no-repeat;	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(./images/controls.png) -86px -44px no-repeat;	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}



.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}



.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:url(./images/02.png) center center}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out,.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out,.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out,.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}





.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; 
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); 
}

.ui-front {
	z-index: 100;
}



.ui-state-disabled {
	cursor: default !important;
}





.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}





.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; 
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; 
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

.ui-button-icon-only {
	width: 2.2em;
}

button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}


.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}

input.ui-button {
	padding: .4em 1em;
}


.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}


.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}



input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}


.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}


.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; 
	
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}


.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}


.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}


.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); 
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}


.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}

.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}


.ui-spinner .ui-icon-triangle-1-s {
	
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}


.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}


.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}



.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); 
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); 
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); 
}







.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}


.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); 
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); 
	border-radius: 8px;
}





#ptTimeSelectCntr {
  display: none;
  font-size: 12px;
  margin-left: 0;
  position: absolute;
  width: 270px !important;
  z-index: 10;
}



#ptTimeSelectCntr .ui-widget-content {
  background: #fff none repeat scroll 0 0;
  border: medium none !important;
  border-radius: 0;
  margin-bottom: 0px;
  margin-top: 0 !important;
  padding: 5px;
}

#ptTimeSelectCntr .ui-widget.ui-widget-content {
  border: 1px solid #ddd !important;
}

#ptTimeSelectCntr .ui-widget {}

#ptTimeSelectCntr .ui-widget-header {
  background: var(--hauzo-base) none repeat scroll 0 0;
  border: 2px solid var(--hauzo-base);
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  padding: 5px;
}

#ptTimeSelectCntr #ptTimeSelectUserTime {
  font-size: larger;
  line-height: 26px;
  padding: 0 10px;
  text-align: center;
}

#ptTimeSelectCntr .ui-widget-header .ui-icon {
  background-image: url("./images/ui-icons_444444_256x240.png") !importent;}




#ptTimeSelectCntr #ptTimeSelectCloseCntr {
  display: block;
  padding: 0;
}






#ptTimeSelectCntr .ui-widget.ui-widget-content {
  margin-top: 0;
}

#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right-width: 2px;
}

#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
  border: none;
}





#ptTimeSelectCntr .ptTimeSelectHrCntr a,
#ptTimeSelectCntr .ptTimeSelectMinCntr a {
  display: block;
  float: left;
  line-height: 32px;
  margin: 2px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: all 500ms ease;
}

#ptTimeSelectCntr .ptTimeSelectHrCntr a:hover,
#ptTimeSelectCntr .ptTimeSelectMinCntr a:hover {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}




#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
  color: #252525;
  font-size: 13px;
  font-weight: 700;
}



#ptTimeSelectCntr #ptTimeSelectCloseCntr a {
  border-radius: 30%;
  display: block;
  height: 25px !important;
  line-height: 24px;
  margin: 0 !important;
  opacity: 1;
  padding: 0 !important;
  text-align: center;
  width: 25px !important;
  padding: 3px 4px !important;
}


#ptTimeSelectCntr .ui-state-default {
  background: #fff !important;
  border: 1px solid #eaeaea !important;
  border-radius: 0;
  color: #252525 !important;
  font-size: 12px;
  font-weight: normal;
  height: 34px;
  margin-bottom: 5px;
  outline: medium none;
  text-align: center;
  width: 34px !important;
  line-height: 33px;
  margin: 2px;
  transition: all 500ms ease;
}

#ptTimeSelectCntr .ui-state-default:hover {
  background: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}



#ptTimeSelectCntr #ptTimeSelectSetButton {
  padding: 0 15px 5px 0;
}

#ptTimeSelectSetButton .ui-state-hover {
  background: #d5ac63 !important;
  border: 2px solid #252525 !important;
  border-radius: 0;
  color: #252525 !important;
  font-size: 12px !important;
  font-weight: normal;
  height: 35px;
  width: 70px !important;
}

#ptTimeSelectCntr #ptTimeSelectSetButton a {
  display: block;
  text-align: center;
  float: right;
  background: #252525 !important;
  border: 2px solid #252525 !important;
  border-radius: 0;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: normal;
  height: 35px;
  width: 70px !important;
  padding: 0;
  margin: 0;
  line-height: 32px;
  text-transform: uppercase;
  transition: all 500ms ease;
}

#ptTimeSelectCntr #ptTimeSelectSetButton a:hover {
  background: #555555 !important;
}




.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--tish-font);
  color: rgba(var(--tish-black-rgb), .80);
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--tish-base);
}

a:hover {
  color: var(--tish-black);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #8E44AD;
  margin: 0;
  font-family: var(--tish-font-two);
  font-weight: 700;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.list-unstyled {
  padding-left: 0;
}

.section-separator {
  border-color: var(--tish-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -13px;
  margin-bottom: 49px;
  z-index: 2;
}

.section-title__title {
  color: var(--tish-black);
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}

.section-title__text {
  margin-top: 11px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none !important;
  background-color: var(--tish-base);
  color: var(--tish-white);
  font-size: 18px;
  font-weight: 500;
  padding: 14px 35px 12px;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}

.thm-btn:hover {
  color: var(--tish-black);
}

.thm-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tish-white);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 3px;
  opacity: 1;
  z-index: -1;
}

.thm-btn:hover:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: #fcf8f8;
  color: var(--tish-black);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--tish-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--tish-base);
  color: var(--tish-black);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(./images/ajax-loader.gif);  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}


.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #F1C40F;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  color: var(--tish-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--tish-base);
}

.scroll-to-top:hover i {
  color: #FFF;
}




.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(./images/cross-out.png),    pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--tish-base);
  border-color: var(--tish-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--tish-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--tish-white);
  color: var(--tish-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
  background-color: var(--tish-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}





.main-header {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
  background-color: #F1C40F;
}


.main-header__top {
  position: relative;
  display: block;
  background-color: var(--tish-base);
  z-index: 1;
}

.main-header__top-wrapper {
  position: relative;
  display: block;
  padding: 7px 70px 8px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header__top-left {
  position: relative;
  display: block;
}

.main-header__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li+li {
  margin-left: 30px;
}

.main-header__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--tish-white);
}

.main-header__address-list li .content {
  margin-left: 10px;
}

.main-header__address-list li .content p {
  font-size: 15px;
  color: var(--tish-white);
  line-height: 20px;
  opacity: .80;
}

.main-header__address-list li .content p a {
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__address-list li .content p a:hover {
  color: var(--tish-black);
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__top-get-quote {
  position: relative;
  display: block;
}

.main-header__top-get-quote a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tish-white);
  font-size: 16px;
  font-weight: 500;
  color: var(--tish-black);
  padding: 0 20px 0;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-get-quote a:hover {
  background-color: var(--tish-black);
  color: var(--tish-white);
}

.main-header__top-text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header__top-text {
  font-size: 16px;
  color: var(--tish-white);
  opacity: .80;
  line-height: 30px;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 80px;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: var(--tish-white);
  border-radius: 50%;
  color: var(--tish-black);
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--tish-white);
  background-color: #0b2916;
}

.main-header__top-social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #0b2916;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 50%;
  z-index: -1;
}

.main-header__top-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header__top-social a+a {
  margin-left: 10px;
}


.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding: 0 70px 0;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 26px 0;
  margin-right: 100px;
  z-index: 1;
}

.main-menu__logo:before {
  content: "";
  position: absolute;
  top: 0;
  /*t
  left: -10000000px;
  right: -40px;
  bottom: -9px;
  t*/
  background-color: #f8f8f8;
  z-index: -1;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__main-menu-box-right {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: block;
  padding: 17.5px 0;
}

.main-menu__call-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__support {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__support-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  border: 1px solid #f7f5f5;
  border-radius: 50%;
  font-size: 30px;
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__support-icon:hover {
  background-color: var(--tish-base);
  border: 1px solid var(--tish-base);
  color: var(--tish-white);
}

.main-menu__support-content {
  margin-left: 15px;
}

.main-menu__support-sub-title {
  font-size: 15px;
  color: #0b2916;
  opacity: .70;
  font-family: var(--tish-font);
  font-weight: 500;
  margin-bottom: 7px;
}

.main-menu__support-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.main-menu__support-number a {
  color: #0b2916;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__support-number a:hover {
  color: var(--tish-base);
}

.main-menu__btn-box {
  margin-left: 30px;
  position: relative;
  display: block;
  padding: 2.5px 0;
}

.main-menu__btn {
  background-color: #2C3E50;
}

.main-menu__btn:hover {
  color: var(--tish-white);
}

.main-menu__btn:after {
  background-color: var(--tish-base);
}




.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 33px;
  padding-bottom: 33px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tish-black);
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--tish-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--tish-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--tish-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--tish-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--tish-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--tish-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}


.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--tish-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--tish-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--tish-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--tish-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--tish-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--tish-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--tish-base);
}


.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--tish-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--tish-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--tish-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--tish-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--tish-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--tish-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


.main-header-two {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__top {
  position: relative;
  display: block;
  background-color: #f4f4f4;
}

.main-header-two__top-wrapper {
  position: relative;
  display: block;
  padding: 8px 70px;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-two__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-get-quote {
  position: relative;
  display: block;
}

.main-header-two__top-get-quote a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tish-white);
  font-size: 16px;
  font-weight: 500;
  color: var(--tish-black);
  padding: 0 20px 0;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-get-quote a:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.main-header-two__top-text-box {
  position: relative;
  display: block;
  margin-left: 15px;
}

.main-header-two__top-text-box {
  font-size: 16px;
}

.main-header-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list li+li {
  margin-left: 30px;
}

.main-header-two__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--tish-black);
}

.main-header-two__address-list li .content {
  margin-left: 10px;
}

.main-header-two__address-list li .content p a {
  color: var(--tish-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__address-list li .content p a:hover {
  color: var(--tish-base);
}

.main-header-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.main-header-two__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #55acee;
  border-radius: 50%;
  color: var(--tish-white);
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__top-social a+a {
  margin-left: 10px;
}

.main-header-two__top-social a.clr-two {
  background-color: #bd081c;
}

.main-header-two__top-social a.clr-three {
  background-color: #3b5999;
}

.main-header-two__top-social a.clr-four {
  background-color: #ea4c89;
}

.main-header-two__top-social a:hover {
  background-color: var(--tish-black);
}

.stricky-header.main-menu-two {
  background-color: var(--tish-white);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  padding: 0 70px 0;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-two__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  padding: 26px 0;
  margin-right: 100px;
  z-index: 1;
}

.main-menu-two__logo:before {
  content: "";
  position: absolute;
  top: 0;
  width: 1000000px;
  height: 100%;
  right: -50px;
  bottom: -9px;
  background-color: #f4f4f4;
  z-index: -1;
  transform: skewX(20deg);
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__main-menu-box-right {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: block;
  padding: 17.5px 0;
}

.main-menu-two__call-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__support {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__support-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  border: 1px solid #f7f5f5;
  border-radius: 50%;
  font-size: 30px;
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__support-icon:hover {
  background-color: var(--tish-base);
  border: 1px solid var(--tish-base);
  color: var(--tish-white);
}

.main-menu-two__support-content {
  margin-left: 15px;
}

.main-menu-two__support-sub-title {
  font-size: 15px;
  color: #0b2916;
  opacity: .70;
  font-family: var(--tish-font);
  font-weight: 500;
  margin-bottom: 7px;
}

.main-menu-two__support-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.main-menu-two__support-number a {
  color: #0b2916;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__support-number a:hover {
  color: var(--tish-base);
}

.main-menu-two__btn-box {
  margin-left: 30px;
  position: relative;
  display: block;
  padding: 2.5px 0;
}

.main-menu-two__btn {
  background-color: #dbe1e2;
  color: var(--tish-black);
}

.main-menu-two__btn:hover {
  color: var(--tish-white);
}

.main-menu-two__btn:after {
  background-color: var(--tish-base);
}


.main-header-three {
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
}

.main-header-three__top-wrapper {
  position: relative;
  display: block;
  padding: 8.5px 70px;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-three__top-left {
  position: relative;
  display: block;
}

.main-header-three__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__address-list li+li {
  margin-left: 30px;
}

.main-header-three__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--tish-black);
}

.main-header-three__address-list li .content {
  margin-left: 10px;
}

.main-header-three__address-list li .content p a {
  color: var(--tish-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__address-list li .content p a:hover {
  color: var(--tish-base);
}

.main-header-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-text-box {
  position: relative;
  display: block;
}

.main-header-three__top-text {
  color: var(--tish-black);
}

.main-header-three__top-get-quote {
  position: relative;
  display: block;
  margin-left: 10px;
}

.main-header-three__top-get-quote a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f3f4;
  font-size: 16px;
  font-weight: 500;
  color: var(--tish-black);
  padding: 0 20px 0;
  line-height: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__top-get-quote a:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}



.main-menu-three {
  background-color: #271c21;
}

.stricky-header.main-menu-three {
  background-color: #271c21;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  padding: 0 70px 0;
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 26px 0;
  margin-right: 100px;
  z-index: 1;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-three__main-menu-box-right {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: block;
  padding: 17.5px 0;
}

.main-menu-three__call-btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__support {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__support-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  border: 1px solid var(--tish-white);
  border-radius: 50%;
  font-size: 30px;
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__support-icon:hover {
  background-color: var(--tish-base);
  border: 1px solid var(--tish-base);
  color: var(--tish-white);
}

.main-menu-three__support-content {
  margin-left: 15px;
}

.main-menu-three__support-sub-title {
  font-size: 15px;
  color: #fff;
  opacity: .70;
  font-family: var(--tish-font);
  font-weight: 500;
  margin-bottom: 7px;
}

.main-menu-three__support-number {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.main-menu-three__support-number a {
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__support-number a:hover {
  color: var(--tish-base);
}

.main-menu-three__btn-box {
  margin-left: 30px;
  position: relative;
  display: block;
  padding: 2.5px 0;
}

.main-menu-three__btn {
  background-color: var(--tish-white);
  color: var(--tish-black);
}

.main-menu-three__btn:hover {
  color: var(--tish-white);
}

.main-menu-three__btn:after {
  background-color: var(--tish-base);
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--tish-white);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--tish-base);
}



.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tish-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--tish-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--tish-black);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--tish-black);
}

.search-popup__content .thm-btn:hover i {
  color: var(--tish-white);
}


.main-slider {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #525252;
}

.main-slider .container {
  position: relative;
  padding-top: 230px;
  padding-bottom: 260px;
  z-index: 30;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider__shape-1 {
  position: absolute;
  top: -130px;
  left: 0;
}

.main-slider__shape-1 img {
  width: auto;
}

.main-slider__shape-2 {
  position: absolute;
  bottom: -825px;
  left: 0;
  mix-blend-mode: overlay;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__shape-3 {
  position: absolute;
  bottom: -325px;
  right: 0;
  mix-blend-mode: overlay;
}

.main-slider__shape-3 img {
  width: auto;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: center;
}

.main-slider__sub-title {
  font-size: 18px;
  color: var(--tish-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title {
  position: relative;
  font-size: 100px;
  color: var(--tish-white);
  font-weight: 900;
  line-height: 106px;
  margin-top: 10px;
  margin-bottom: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.main-slider__title span:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 30px;
  right: 25px;
  height: 21px;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn {
  padding: 14px 50px 12px;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__sub-title,
.main-slider .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


#main-slider-pagination {
  z-index: 10;
  bottom: 19px;
  left: 50%;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
}

#main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--tish-base);
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: "";
  border: 1px solid #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-left: 20px;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--tish-white);
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale(1);
}



.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: #f6fcfd;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 0;
  bottom: 35px;
  left: 2px;
  width: 515px;
  background-color: var(--tish-white);
  clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.main-slider-two__shape-2 {
  position: absolute;
  top: 0;
  bottom: 45px;
  right: 0;
  width: 930px;
  background-color: var(--tish-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
  z-index: -1;
}

.main-slider-two__shape-3 {
  position: absolute;
  top: 35px;
  right: 20px;
  border-radius: 50%;
  background-color: rgb(27, 166, 179);
  width: 173px;
  height: 173px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-two__shape-4 {
  position: absolute;
  top: 120px;
  right: -82px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 242px;
  height: 242px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-two__shape-5 {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 1;
}

.main-slider-two__shape-5 img {
  width: auto;
}

.main-slider-two__img {
  position: absolute;
  top: -110px;
  right: 0;
  transform: translateX(500px);
  opacity: 0;
}

.swiper-slide-active .main-slider-two__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
}

.main-slider-two__img img {
  width: auto;
}

.main-slider-two .container {
  position: relative;
  padding-top: 185px;
  padding-bottom: 190px;
  z-index: 30;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two__sub-title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.main-slider-two__sub-title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 3px;
  right: 5px;
  height: 6px;
  background-color: #d5f0f2;
  z-index: -1;
}

.main-slider-two__title {
  position: relative;
  font-size: 100px;
  color: var(--tish-black);
  font-weight: 900;
  line-height: 104px;
  margin-top: 12px;
  margin-bottom: 48px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
  padding: 14px 50px 12px;
  background-color: var(--tish-base);
}

.main-slider-two__btn:hover {
  color: var(--tish-white);
}

.main-slider-two__btn:after {
  background-color: var(--tish-black);
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__sub-title,
.main-slider-two .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.main-slider-three {
  position: relative;
  display: block;
  z-index: 3;
}

.main-slider-three__bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 910px;
  width: 100%;
  background-color: var(--tish-black);
  padding: 11px 45px 11px;
  clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 3;
}

.main-slider-three__bottom-shape-1 {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 80px;
  background-color: #202225;
  width: 20px;
  transform: rotate(10deg);
}

.main-slider-three__bottom-shape-2 {
  position: absolute;
  top: -5px;
  bottom: -5px;
  right: 50px;
  background-color: #202225;
  width: 20px;
  transform: rotate(10deg);
}

.main-slider-three__bottom-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__bottom-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__bottom-list li+li {
  margin-left: 30px;
}

.main-slider-three__bottom-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider-three__bottom-list li .icon img {
  width: auto;
}

.main-slider-three__bottom-list li .text {
  margin-left: 15px;
}

.main-slider-three__bottom-list li .text p {
  color: var(--tish-white);
  font-weight: 500;
}

.main-slider-three__big-text {
  position: absolute;
  bottom: -26px;
  right: 229px;
  font-size: 253px;
  color: #ffffff;
  font-family: var(--tish-font-two);
  font-weight: 700;
  line-height: 255px;
  z-index: 2;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: #f9f8f6;
}

.main-slider-three__shape-1 {
  position: absolute;
  left: 110px;
  bottom: 80px;
}

.main-slider-three__shape-1 img {
  width: auto;
  opacity: .10;
}

.main-slider-three__img-box {
  position: relative;
  display: block;
  transform: translateX(-500px);
  opacity: 0;
}

.swiper-slide-active .main-slider-three__img-box {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1500ms ease;
}

.main-slider-three__img {
  position: absolute;
  top: 90px;
  left: 80px;
}

.main-slider-three__img>img {
  width: auto;
}

.main-slider-three__small-img {
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 1;
}

.main-slider-three__small-img>img {
  width: auto;
}

.main-slider-three__curved-circle-box {
  position: absolute;
  top: 221px;
  left: 357px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--tish-white);
  z-index: 2;
}

.main-slider-three__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -8px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #deeee4;
}

.main-slider-three__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tish-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--tish-font-two);
  letter-spacing: .005em;
}

.main-slider-three__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-slider-three__curved-circle-icon>img {
  width: auto;
}

.main-slider-three__border-1 {
  position: absolute;
  top: -155px;
  left: 0;
}

.main-slider-three__border-1 img {
  width: auto;
}

.main-slider-three__border-2 {
  position: absolute;
  top: -155px;
  left: 0;
}

.main-slider-three__border-2 img {
  width: auto;
}

.main-slider-three__icon {
  position: absolute;
  top: 150px;
  left: 495px;
  background-color: var(--tish-white);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--tish-black);
}

.main-slider-three .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 270px;
  z-index: 30;
}

.main-slider-three__content {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: -90px;
  z-index: 1;
}

.main-slider-three__shape-2 {
  position: absolute;
  top: 37px;
  left: 276px;
}

.main-slider-three__shape-2 img {
  width: auto;
}

.main-slider-three__shape-3 {
  position: absolute;
  right: -178px;
  top: -100px;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
}

.main-slider-three__shape-3 img {
  width: auto;
}

.main-slider-three__title {
  position: relative;
  font-size: 100px;
  color: var(--tish-black);
  font-weight: 900;
  line-height: 104px;
  margin-bottom: 57px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn-video-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__btn {
  padding: 14px 50px 12px;
  background-color: var(--tish-base);
}

.main-slider-three__btn:hover {
  color: var(--tish-white);
}

.main-slider-three__btn:after {
  background-color: var(--tish-base);
}

.main-slider-three__video-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 75px;
}

.main-slider-three__arrow {
  position: absolute;
  top: -28px;
  left: -25px;
}

.main-slider-three__arrow img {
  width: auto;
}

.main-slider-three__video-text {
  font-size: 18px;
  color: var(--tish-black);
  font-weight: 700;
  margin-right: 20px;
}

.main-slider-three__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--tish-base);
  background-color: #eaeaea;
  border-radius: 2px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.main-slider-three__video-icon:hover {
  color: var(--tish-white);
  background-color: var(--tish-base);
}

.main-slider-three__video-icon:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 2px;
  border: 1px solid var(--tish-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 0;
}

.main-slider-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__text,
.main-slider-three .swiper-slide-active .main-slider-three__btn-video-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.about-one {
  position: relative;
  display: block;
  padding: 10px 0;
}

.about-one__left {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-right: 80px;
  margin-top: 55px;
}

.about-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__img>img {
  width: 100%;
  border-radius: 30px;
  border-top-right-radius: 0;
}

.about-one__img-two {
  position: absolute;
  top: -35px;
  left: -40px;
  right: -40px;
  bottom: -35px;
  z-index: -1;
}

.about-one__img-two>img {
  width: 100%;
  opacity: .40;
}

.about-one__curved-circle-box {
  position: absolute;
  top: 55px;
  right: 40px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--tish-white);
  margin: 0 auto;
  z-index: 2;
}

.about-one__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -6px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #ddede3;
}

.about-one__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tish-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--tish-font-two);
  letter-spacing: .005em;
}

.about-one__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-one__curved-circle-icon img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
}

.about-one__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.about-one__text {
  color: #05190c;
  margin-top: 40px;
  margin-bottom: 31px;
}

.about-one__count-box {
  position: relative;
  display: flex;
}

.about-one__count {
  position: relative;
  display: block;
  max-width: 180px;
  width: 100%;
}

.about-one__count::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  bottom: -3px;
  background-color: #e3e3e3;
}

.about-one__count h3 {
  font-size: 62px;
  font-weight: 700;
  font-family: var(--tish-font) !important;
  line-height: 62px !important;
  color: var(--tish-base);
}

.about-one__count-plus {
  font-size: 33px;
  font-weight: 700;
  font-family: var(--tish-font) !important;
  line-height: 62px !important;
  color: var(--tish-base);
  position: relative;
  top: 17px;
  left: -4px;
}

.about-one__count p {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: var(--tish-black);
}

.about-one__count-text {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-left: 22px;
}

.about-one__count-text p {
  font-size: 16px;
  line-height: 30px;
}

.about-one__services-list {
  position: relative;
  display: inline-block;
  background-color: #f3fbf6;
  padding: 5px 18px 7px;
  margin-top: 43px;
  margin-bottom: 40px;
}

.about-one__services-list-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.about-one__services-list-shape-1 img {
  width: auto;
}

.about-one__services {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}

.about-one__services li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__services li+li {
  margin-left: 54px;
}

.about-one__services li .icon {
  position: relative;
  display: block;
}

.about-one__services li .icon img {
  width: auto;
}

.about-one__services li .text {
  position: relative;
  display: block;
  margin-left: 13px;
}

.about-one__services li .text p {
  font-size: 20px;
  line-height: 30px;
  color: #05190c;
}

.about-one__bottom {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__bottom-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  width: 100%;
  height: 90px;
  background-color: #f1faf5;
  overflow: hidden;
}

.about-one__bottom-shape-1 {
  position: absolute;
  bottom: -18px;
  right: -24px;
  width: 36px;
  height: 36px;
  background-color: var(--tish-base);
  border-radius: 50%;
}

.about-one__bottom-icon span {
  position: relative;
  display: inline-block;
  font-size: 57px;
  color: var(--tish-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__bottom-icon:hover span {
  transform: scale(0.9);
}

.about-one__bottom-text {
  margin-left: 30px;
}


.cta-one {
  position: relative;
  display: block;
  background-color: #161b24;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 52px;
  padding-bottom: 47px;
}

.cta-one__title {
  position: relative;
  display: block;
}

.cta-one__title h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: var(--tish-white);
  font-family: var(--tish-font);
}


.video-one {
  position: relative;
  z-index: 10;
  display: block;
  padding-top: 120px;
  padding-bottom: 150px;
}

.video-one__shape-1 {
  position: absolute;
  bottom: 155px;
  left: 172px;
}

.video-one__shape-1 img {
  width: auto;
}

.video-one-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(25, 30, 39, .50);
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-one__inner .video-one__video-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--tish-white);
  line-height: 68px;
  margin-bottom: 43px;
}

.video-one__inner .video-one__video-icon {
  margin: 0 auto;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 24px;
  color: var(--tish-white);
  background-color: rgba(35, 37, 41, 0.5);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-one__video-icon::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--tish-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-one__video-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid #787d86;
  border-radius: 50%;
  z-index: -1;
}

.video-one__video-icon:hover {
  background-color: var(--tish-black);
  color: var(--tish-black);
}

.video-one__video-icon:hover::before {
  background-color: var(--tish-white);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--tish-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}


.services-one {
  position: relative;
  display: block;
  padding-top: 120px;
}

.services-one .section-title {
  margin-bottom: 69px;
}

.services-one .section-title__text {
  color: var(--tish-black);
}

.services-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 49px 24px 55px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 100px solid #f7f7f7;
  border-left: 132px solid transparent;
  border-right: 132px solid transparent;
}

.services-one__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 100px solid #f7f7f7;
  border-left: 132px solid transparent;
  border-right: 132px solid transparent;
}

.services-one__single:hover {
  border: 1px solid var(--tish-black);
}

.services-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: #eaeaea;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 400ms linear;
  z-index: 1;
}

.services-one__icon-2 {
  background-color: #ecf6fa;
}

.services-one__icon-3 {
  background-color: #f5f1ec;
}

.services-one__icon-4 {
  background-color: #e9f6ee;
}

.services-one__icon::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid var(--tish-black);
  border-radius: 50%;
}

.services-one__icon:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: var(--tish-black);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-one__single:hover .services-one__icon:after {
  transform: scaleX(1);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 51px;
  color: var(--tish-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
  color: var(--tish-white);
}

.services-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--tish-font);
  margin-top: 33px;
  margin-bottom: 9px;
}

.services-one__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__title a:hover {
  color: var(--tish-base);
}

.services-one__text {
  font-size: 16px;
  line-height: 32px;
  color: var(--tish-black);
}

.services-one__btn-box {
  position: relative;
  display: block;
  margin-top: 34px;
}

.services-one__btn {
  background-color: #75857b;
  font-size: 15px;
  padding: 3px 22px 6px;
}

.services-one__btn:hover {
  color: var(--tish-white);
}

.services-one__btn::after {
  background-color: var(--tish-base);
}


.how-it-work {
  position: relative;
  display: block;
  counter-reset: count;
  padding-top: 17px;
}

.how-it-work__left {
  position: relative;
  display: block;
  margin-top: 59px;
}

.how-it-work__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.how-it-work__text {
  color: rgba(var(--tish-black-rgb), .90);
  margin-top: 30px;
  margin-bottom: 60px;
}

.how-it-work__points {
  position: relative;
  display: block;
  padding-left: 90px;
}

.how-it-work__points li {
  position: relative;
  display: block;
}

.how-it-work__points li+li {
  margin-top: 32px;
}

.how-it-work__points-count {
  position: absolute;
  top: 4px;
  width: 62px;
  height: 62px;
  background-color: #f3f7f5;
  border-radius: 50%;
  transform: translateX(-50%);
  left: -60px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work__points-count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 60px;
  font-weight: 600;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--tish-base);
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work__points-count-2 {
  background-color: #f5f1ec;
}

.how-it-work__points-count-2:before {
  color: #f6aa4a;
}

.how-it-work__points-count-3 {
  background-color: #ecf6fa;
}

.how-it-work__points-count-3:before {
  color: #4ba8cd;
}

.how-it-work__points-content {
  position: relative;
  display: block;
}

.how-it-work__points-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--tish-font);
}

.how-it-work__points-content p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 8px;
}

.how-it-work__right {
  position: relative;
  display: block;
  margin-left: 26px;
  margin-right: -375px;
}

.how-it-work__shape-1 {
  position: absolute;
  bottom: 0;
  left: -32px;
  opacity: .10;
}

.how-it-work__shape-1 img {
  width: auto;
}

.how-it-work__shape-2 {
  position: absolute;
  bottom: -80px;
  right: 0;
}

.how-it-work__shape-2 img {
  width: auto;
}

.how-it-work__shape-2 {
  position: absolute;
  bottom: -80px;
  left: 365px;
  z-index: 1;
}

.how-it-work__shape-2 img {
  width: auto;
}

.how-it-work__shape-3 {
  position: absolute;
  top: -32px;
  left: 0;
}

.how-it-work__shape-3 img {
  width: auto;
}

.how-it-work__img-box {
  position: relative;
  display: block;
}

.how-it-work__img {
  position: relative;
  display: block;
}

.how-it-work__img img {
  width: 100%;
}

.how-it-work__success-story-box {
  position: absolute;
  top: 84px;
  left: 29px;
  background-color: var(--tish-base);
  padding: 38px 37px 50px;
  border-radius: 50%;
  padding-right: 24px;
}

.how-it-work__success-story-box-shape-1 {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 43px;
  height: 43px;
  background-color: var(--tish-white);
  border-radius: 50%;
}

.how-it-work__success-story-box h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  font-family: var(--tish-font);
  color: var(--tish-white);
  text-align: center;
}

.how-it-work__success-story {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.how-it-work__success-story .icon {
  position: relative;
  display: inline-block;
}

.how-it-work__success-story .icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--tish-white);
}

.how-it-work__success-story .text {
  position: relative;
  display: block;
  margin-left: 15px;
}

.how-it-work__success-story .text p {
  font-weight: 600;
  color: var(--tish-white);
  line-height: 28px;
}

.how-it-work__increased-productivity {
  position: absolute;
  bottom: 43px;
  left: 15px;
  display: flex;
  align-items: center;
  background-color: #eff4f1;
  padding: 30px 25px 25px;
  border-radius: 2px;
  max-width: 447px;
  width: 100%;
  z-index: 2;
}

.how-it-work__increased-productivity .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: var(--tish-white);
  border-radius: 50%;
}

.how-it-work__increased-productivity .icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.how-it-work__increased-productivity:hover .icon img {
  transform: scale(.9);
}

.how-it-work__increased-productivity .text {
  position: relative;
  display: block;
  margin-left: 22px;
}

.how-it-work__increased-productivity .text h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  font-family: var(--tish-font);
}

.how-it-work__increased-productivity .text p {
  color: var(--tish-black);
}


.project-one {
  position: relative;
  display: block;
  padding: 120px 0 190px;
  z-index: 1;
}

.project-one:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(-90deg, rgb(53, 127, 254) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(53, 127, 254) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(53, 127, 254) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.project-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .50;
  z-index: -1;
}

.project-one__bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 0) 61%);
  z-index: 1;
}

.project-one .container {
  max-width: 1600px;
}

.project-one .section-title {
  margin-bottom: 63px;
}

.project-one .section-title__text {
  color: var(--tish-black);
}

.project-one__single {
  position: relative;
  display: block;
}

.project-one__img-box {
  position: relative;
  display: block;
}

.project-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
}

.project-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  content: "";
  background-color: rgba(var(--tish-black-rgb), .30);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.project-one__single:hover .project-one__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.project-one__img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease
}

.project-one__single:hover .project-one__img img {
  transform: scale(1.05);
}

.project-one__content-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F1C40F;
  padding: 28px 25px 26px;
  padding-right: 14px;
  border-top-right-radius: 22px;
  margin-top: -74px;
  margin-right: 30px;
  z-index: 2;
}

.project-one__content-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  right: 2px;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  border-top-right-radius: 22px;
}

.project-one__content-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #F1C40F;
}

.project-one__title-box {
  position: relative;
  display: block;
}

.project-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: var(--tish-font);
}

.project-one__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-one__title a:hover {
  color: var(--tish-base);
}

.project-one__text {
  font-size: 16px;
  line-height: 31px;
}

.project-one__arrow-box {
  position: relative;
  display: block;
  top: 5px;
}

.project-one__arrow-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #a3bfad;
  border-radius: 50%;
  font-size: 16px;
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.project-one__arrow-box a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 22px;
  height: 22px;
  background-color: var(--tish-white);
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.project-one__single:hover .project-one__arrow-box a:before {
  transform: translateY(-50%) scale(1);
}

.project-one__arrow-box a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  width: 22px;
  height: 22px;
  background-color: var(--tish-white);
  border-radius: 50%;
  transform: translateY(-50%) scale(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  z-index: -1;
}

.project-one__single:hover .project-one__arrow-box a:after {
  transform: translateY(-50%) scale(0);
}

.project-one__single:hover .project-one__arrow-box a {
  background-color: var(--tish-base);
}

.project-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

.project-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.project-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -70px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--tish-base);
  border-radius: 50%;
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}


.project-one__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.project-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.project-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}


.progress-one {
  position: relative;
  display: block;
  margin-top: -12px;
  padding-bottom: 20px;
  z-index: 1;
}

.progress-one__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 161px;
}

.progress-one__left {
  position: relative;
  display: block;
  margin-right: 311px;
}

.progress-one__shape-1 {
  position: absolute;
  left: 0;
  top: -99px;
}

.progress-one__shape-1 img {
  width: auto;
}

.progress-one__shape-2 {
  position: absolute;
  right: -97px;
  top: -67px;
}

.progress-one__shape-2 img {
  width: auto;
}

.progress-one__img-box {
  position: relative;
  display: block;
}

.progress-one__img {
  position: relative;
  display: block;
}

.progress-one__img img {
  width: 100%;
  border-top-right-radius: 100px;
}

.progress-one__img-2 {
  position: absolute;
  bottom: 0;
  right: -288px;
  z-index: -1;
}

.progress-one__img-2 img {
  width: auto;
  border-top-left-radius: 100px;
}

.progress-one__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: 50px;
  margin-top: -55px;
}

.progress-one__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: var(--tish-black);
}

.progress-one__progress-bar {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 58px;
  padding-left: 105px;
}

.progress-one__progress-bar li {
  position: relative;
  display: block;
}

.progress-one__progress-bar li+li {
  margin-top: 58px;
}

.progress-one__progress-bar-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 19px;
  font-weight: 600;
  font-family: var(--tish-font);
}

.progress-one__progress-bar .bar {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 0;
  border: 1px solid #e0e4ef;
  display: flex;
  align-items: center;
}

.progress-one__progress-bar .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 6px;
  top: 0px;
  left: 9px;
  background: var(--tish-black);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-one__progress-bar .count-text {
  position: absolute;
  width: 84px;
  height: 78px;
  background-color: #536f5e;
  color: var(--tish-white);
  font-weight: 500;
  font-family: var(--tish-font);
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-top-left-radius: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  top: -52px;
  left: -115px;
  overflow: hidden;
}

.progress-one__progress-bar .count-text::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -20px;
  width: 34px;
  height: 34px;
  background-color: var(--tish-white);
  border-radius: 50%;
}

.progress-one__progress-bar .bar-inner.counted .count-text {
  opacity: 1;
}

.progress-one__progress-bar .bar.marb-0 {
  margin-bottom: 0;
}


.testimonial-one {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 50px 0 155px;
}

.testimonial-one__top {
  position: relative;
  display: block;
  margin-bottom: 59px;
}

.testimonial-one__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
}

.testimonial-one__bottom {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
}

.testimonial-one__client-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-one__client-details {
  position: relative;
  display: block;
  margin-left: 16px;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: rgba(var(--tish-black-rgb), .90);
}

.testimonial-one__client-sub-title {
  font-size: 16px;
  line-height: 22px;
  color: rgba(var(--tish-black-rgb), .70);
}

.testimonial-one__content {
  position: relative;
  display: block;
  background-color: var(--tish-white);
  margin-top: 36px;
  border-radius: 10px;
  padding: 40px 28px 59px;
  min-height: 400px;
}

.testimonial-one__content:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0;
  border-top: 32px solid transparent;
  border-left: 21px solid #ffffff;
  border-right: 17px solid transparent;
}

.testimonial-one__quote-and-rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.testimonial-one__quote {
  position: relative;
  display: inline-block;
}

.testimonial-one__quote span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #F1C40F;
  border-radius: 50%;
  font-size: 47px;
  color: var(--tish-white);
}

.testimonial-one__rating {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-one__rating i {
  font-size: 20px;
  color: #ed8a19;
}

.testimonial-one__rating i+i {
  margin-left: 4px;
}

.testimonial-one__text {
  font-size: 20px;
  line-height: 37px;
  color: rgba(var(--tish-black-rgb), .90);
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.testimonial-one__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--tish-base);
  border-radius: 50%;
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}


.testimonial-one__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.testimonial-one__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-one__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}


.team-one {
  position: relative;
  display: block;
  padding: 10px 0;
  z-index: 1;
}

.team-one .section-title {
  margin-bottom: 64px;
}

.team-one .section-title__text {
  color: var(--tish-black);
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--tish-black-rgb), .30);
  border-top-right-radius: 100px;
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:after {
  transform: translateY(0);
  width: 100%;
}

.team-one__img img {
  width: 100%;
  border-top-right-radius: 100px;
}

.team-one__content-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27px 0px rgba(171, 170, 176, 0.35);
  margin-left: -1px;
  margin-right: 1px;
  padding: 26px 67px 27px;
  padding-right: 40px;
}

.team-one__content {
  position: relative;
  display: block;
}

.team-one__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.team-one__name a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--tish-base);
}

.team-one__sub-title {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.team-one__social-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F1C40F;
  width: 46px;
  height: 163px;
  padding: 18px 15px 18px;
  border-top-right-radius: 10px;
  z-index: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__social-box {
  background-color: var(--tish-base);
}

.team-one__social-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-one__social-box li+li {
  margin-top: 15px;
}

.team-one__social-box li a {
  font-size: 16px;
  color: var(--tish-white);
  line-height: 16px;
}


.blog-one {
  position: relative;
  display: block;
  padding-bottom: 90px;
  margin-top: -12px;
}

.blog-one__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}

.blog-one__title {
  font-size: 48px;
  font-weight: 700;
  max-width: 390px;
  width: 100%;
  line-height: 58px;
}

.blog-one__text-and-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 11px;
}

.blog-one__text {
  margin-right: 35px;
}

.blog-one__text p {
  max-width: 500px;
  color: var(--tish-black);
}

.blog-one__btn-box {
  position: relative;
  display: block;
}

.blog-one__btn {
  font-size: 16px;
  font-weight: 600;
  padding: 7px 35px 8px;
  background-color: #0b2916;
}

.blog-one__btn:hover {
  color: var(--tish-white);
}

.blog-one__btn:after {
  background-color: var(--tish-base);
}

.blog-one__bottom {
  position: relative;
  display: block;
}

.blog-one__single {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  padding: 44px 30px 39px;
  padding-right: 20px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  margin-bottom: 30px;
}

.blog-one__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 2px;
  background-color: var(--tish-black);
}

.blog-one__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__tag {
  position: relative;
  display: block;
  background-color: #0b2916;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.blog-one__tag p {
  font-size: 14px;
  color: var(--tish-white);
  line-height: 14px;
}

.blog-one__date {
  position: relative;
  display: block;
  margin-left: 18px;
}

.blog-one__date a {
  font-size: 14px;
  color: #5e6761;
}

.blog-one__date a i {
  font-size: 25px;
  position: relative;
  top: 7px;
  margin-right: 2px;
}

.blog-one__title-2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--tish-font);
  margin-top: 19px;
  margin-bottom: 22px;
}

.blog-one__title-2 a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title-2 a:hover {
  color: var(--tish-base);
}

.blog-one__btn-and-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-one__btn-2 {
  position: relative;
  display: block;
}

.blog-one__btn-2 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn-2 a:hover {
  color: var(--tish-base);
}

.blog-one__btn-2 a i {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #5e6761;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--tish-white);
  margin-right: 12px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__btn-2 a:hover i {
  background-color: var(--tish-base);
}

.blog-one__date-two {
  position: relative;
  display: inline-block;
  top: 5px;
}

.blog-one__date-two a {
  font-size: 14px;
  color: #5e6761;
}

.blog-one__date-two a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}


.subscribe-one {
  position: relative;
  display: block;
  z-index: 2;
}

.subscribe-one__inner {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 27px 0px rgba(195, 197, 195, 0.35);
  z-index: 1;
}

.subscribe-one__inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 110px 215px 80px;
  border-radius: 3px;
}

.subscribe-one__shape-1 {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}

.subscribe-one__shape-1 img {
  width: auto;
}

.subscribe-one__shape-2 {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: -1;
}

.subscribe-one__shape-2 img {
  width: auto;
}

.subscribe-one__shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.subscribe-one__shape-3 img {
  width: auto;
}

.subscribe-one__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  color: var(--tish-black);
}

.subscribe-one__right {
  position: relative;
  display: block;
}

.subscribe-one__form-box {
  position: relative;
  display: block;
}

.subscribe-one__form {
  position: relative;
  display: block;
  margin-top: 37px;
}

.subscribe-one__input-box {
  position: relative;
  display: block;
}

.subscribe-one__input-box input[type="email"] {
  height: 76px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  font-size: 15px;
  color: #0b2916;
  background-color: #f3f3f3;
  border-radius: 3px;
  padding-right: 185px;
}

.subscribe-one__btn {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: none;
  background-color: var(--tish-base);
  color: var(--tish-white);
  padding: 0 28px 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.subscribe-one__btn:hover {
  background-color: var(--tish-black);
  color: var(--tish-white);
}



.site-footer {
  position: relative;
  display: block;
  padding-top: 40px;
  background-color: #f8faf9;
  z-index: 1;
  overflow: hidden;
}

.footer-widget__shape-1 {
  position: absolute;
  left: 0;
  top: -120px;
}

.footer-widget__shape-1 img {
  width: auto;
}

.footer-widget__shape-2 {
  position: absolute;
  right: 0;
  top: -100px;
}

.footer-widget__shape-2 img {
  width: auto;
}

.footer-widget__shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-widget__shape-3 img {
  width: auto;
}

.footer-widget__shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-widget__shape-4 img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-bottom: 84px;
}

.footer-widget__contact-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.footer-widget__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__logo a {
  position: relative;
  display: block;
}

.footer-widget__logo a img {
  width: 100%;
}

.footer-widget__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-widget__contact li {
  position: relative;
  display: flex;
  padding-bottom: 13px;
}

.footer-widget__contact li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 44px;
  height: 1px;
  background-color: #e4e4e4;
  content: "";
}

.footer-widget__contact li+li {
  margin-top: 13px;
}

.footer-widget__contact .icon {
  position: relative;
  display: block;
  top: 11px;
}

.footer-widget__contact .icon i {
  font-size: 26px;
  color: #606161;
}

.footer-widget__contact .icon-two i {
  color: var(--tish-black);
}

.footer-widget__contact .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget__contact .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #5e6761;
}

.footer-widget__contact .text p a {
  position: relative;
  display: block;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact .text p a:hover {
  color: var(--tish-base);
}

.footer-widget__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__social span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #5e6761;
}

.footer-widget__social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
}

.footer-widget__social-box li+li {
  margin-left: 10px;
}

.footer-widget__social-box a {
  width: 35px;
  height: 35px;
  background-color: #f0eded;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--tish-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget__social-box a:hover {
  color: var(--tish-white);
  background-color: var(--tish-base);
}

.footer-widget__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--tish-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget__about-us {
  position: relative;
  display: block;
  margin-left: 57px;
}

.footer-widget__about-list {
  position: relative;
  display: block;
}

.footer-widget__about-list li+li {
  margin-top: 5px;
}

.footer-widget__about-list li a,
footer a {
  font-size: 16px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget__about-list li a:hover,
footer a:hover {
  color: var(--tish-base);
}

footer {
  color:#5e6761;
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 80px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-widget__title,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  font-size: 22px;
  font-weight: 700;
  color: #F1C40F;
  line-height: 32px;
}

.footer-widget__latest-post {
  position: relative;
  display: block;
  margin-left: 44px;
}

.footer-widget__latest-post .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}

.footer-widget__latest-post-list li:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget__latest-post-list li+li {
  margin-top: 18px;
}

.footer-widget__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget__latest-post-img img {
  width: auto;
}

.footer-widget__latest-post-content {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-top: 1px;
}

.footer-widget__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #5e6761;
}

.footer-widget__latest-post-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.footer-widget__latest-post-title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__latest-post-title a:hover {
  color: var(--tish-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 36px 0 42px;
  border-top: 1px solid #e5e7e7;
}

.site-footer__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #5e6761;
}


.cta-two {
  position: relative;
  display: block;
  background-color: #d3f1f4;
  overflow: hidden;
  z-index: 1;
}

.cta-two__shape-1 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 90px;
  left: 205px;
  background-color: #c6eef2;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-2 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 90px;
  left: 295px;
  background-color: #e2fcff;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-3 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 87px;
  left: 387px;
  background-color: #cbe9ec;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-4 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 87px;
  right: 314px;
  background-color: #e2fcff;
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__shape-5 {
  position: absolute;
  top: -24px;
  bottom: -24px;
  width: 87px;
  right: 433px;
  background-color: var(--tish-white);
  transform: rotate(15deg);
  z-index: -1;
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 53px;
  padding-bottom: 56px;
}

.cta-two__title-box {
  position: relative;
  display: block;
}

.cta-two__title-box h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  color: var(--tish-black);
}

.cta-two__title-box p {
  font-size: 16px;
  line-height: 32px;
  margin-top: 9px;
}

.cta-two__btn {
  position: relative;
  display: block;
  padding: 14px 39px 12px;
  background-color: var(--tish-black);
}

.cta-two__btn:hover {
  color: var(--tish-white);
}

.cta-two__btn:after {
  background-color: var(--tish-base);
}


.services-two {
  position: relative;
  display: block;
  padding: 20px 0;
}

.services-two .section-title {
  margin-bottom: 62px;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 39px 35px 67px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}

.services-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 51px;
  right: 51px;
  border-bottom: 102px solid #f7f7f7;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-two__shape-2 {
  position: absolute;
  top: 0;
  left: 51px;
  right: 51px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-two__shape-3 {
  position: absolute;
  bottom: 55px;
  left: -41px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-two__shape-4 {
  position: absolute;
  bottom: -55px;
  right: -37px;
  height: 165px;
  width: 205px;
  background-color: #fcfafa;
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0 0);
  z-index: -1;
}

.services-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(57deg, rgb(67, 148, 156) 0%, rgb(124, 234, 244) 100%);
  background-image: -webkit-linear-gradient(57deg, rgb(67, 148, 156) 0%, rgb(124, 234, 244) 100%);
  background-image: -ms-linear-gradient(57deg, rgb(67, 148, 156) 0%, rgb(124, 234, 244) 100%);
  left: 50%;
  transform: translateX(-50%);
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 53px;
  color: var(--tish-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-two__single:hover .services-two__icon span {
  transform: scale(.9);
}

.services-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--tish-font);
  margin-top: 25px;
  margin-bottom: 10px;
}

.services-two__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-two__title a:hover {
  color: var(--tish-base);
}

.services-two__text {
  font-size: 16px;
  line-height: 32px;
}


.about-two {
  position: relative;
  display: block;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 60px;
  margin-left: -380px;
}

.about-two__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__img-one {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.about-two__img-one>img {
  width: 100%;
}

.about-two__img-two-box {
  position: absolute;
  bottom: -40px;
  left: 410px;
  z-index: 1;
}

.about-two__img-two {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
  border-radius: 5px;
  overflow: hidden;
}

.about-two__img-two>img {
  width: auto;
  border-radius: 5px;
}

.about-two__img-shape-1 {
  position: absolute;
  top: -116px;
  left: -98px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.about-two__img-shape-1>img {
  width: auto;
}

.about-two__img-shape-2 {
  position: absolute;
  right: 47px;
  bottom: 148px;
  z-index: 1;
}

.about-two__img-shape-2>img {
  width: auto;
}

.about-two__curved-circle-box {
  position: absolute;
  bottom: 155px;
  right: 0;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--tish-white);
  margin: 0 auto;
  z-index: 2;
}

.about-two__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -6px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #ddede3;
}

.about-two__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tish-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--tish-font-two);
  letter-spacing: .005em;
}

.about-two__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-two__curved-circle-icon img {
  width: auto;
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__right-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.about-two__right-text {
  color: var(--tish-black);
  margin-top: 42px;
  margin-bottom: 42px;
}

.about-two__services-list {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__services-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__services-list li+li {
  margin-left: 56px;
}

.about-two__services-list li .icon {
  position: relative;
  display: inline-block;
  top: 7px;
  margin-right: 16px;
}

.about-two__services-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 39px;
  color: var(--tish-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-two__services-list li:hover .icon span {
  transform: scale(0.9);
}

.about-two__services-list li .text {
  position: relative;
  display: block;
}

.about-two__services-list li .text p {
  font-size: 16px;
  line-height: 32px;
  color: #8a8f8f;
}

.about-two__services-list li .text h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  color: var(--tish-black);
  font-family: var(--tish-font);
}

.about-two__best-corporate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 499px;
  width: 100%;
  background-color: #05190c;
  padding: 30px 30px 21px;
  margin-top: 49px;
  margin-bottom: 42px;
  overflow: hidden;
  z-index: 1;
}

.about-two__best-corporate-shape-1 {
  position: absolute;
  left: 0;
  bottom: -26px;
  z-index: -1;
}

.about-two__best-corporate-shape-1 img {
  width: auto;
}

.about-two__best-corporate-title {
  font-size: 23px;
  font-family: var(--tish-font);
  line-height: 32px;
  color: var(--tish-white);
}

.about-two__best-corporate-btn-box {
  position: relative;
  display: block;
}

.about-two__best-corporate-btn {
  background-color: var(--tish-base);
  padding: 10px 27px 11px;
  padding-right: 22px;
}

.about-two__points-box {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points-box li+li {
  margin-left: 26px;
}

.about-two__points-box li .icon {
  position: relative;
  display: inline-block;
  top: 6px;
  margin-right: 9px;
}

.about-two__points-box li .icon span {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--tish-black);
}

.about-two__points-box li .text {
  position: relative;
  display: block;
}

.about-two__points-box li .text p {
  font-weight: 500;
  color: var(--tish-black);
}


.services-three {
  position: relative;
  display: block;
  padding: 150px 0 90px;
}

.services-three .section-title {
  margin-bottom: 65px;
}

.services-three__single {
  position: relative;
  display: block;
  background-color: #f7f7f7;
  text-align: center;
  padding: 59px 20px 51px;
  border-radius: 50%;
  overflow: hidden;
  height: 370px;
  width: 370px;
  margin: 0 auto 30px;
  z-index: 1;
}

.services-three__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.services-three__single::before {
  content: "";
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 14px;
  right: 14px;
  background-color: #efefef;
  border-radius: 50%;
  z-index: -1;
}

.services-three__single::after {
  content: "";
  position: absolute;
  bottom: -59px;
  right: 28px;
  width: 184px;
  height: 184px;
  background-color: var(--tish-white);
  border-radius: 50%;
}

.services-three__icon {
  position: relative;
  display: inline-block;
}

.services-three__icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-three__single:hover .services-three__icon img {
  transform: scale(.9);
}

.services-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.services-three__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__title a:hover {
  color: var(--tish-base);
}

.services-three__text {
  font-size: 16px;
  line-height: 32px;
}

.services-three__btn-box {
  position: relative;
  display: block;
  margin-top: 37px;
}

.services-three__btn {
  background-color: #5d8184;
  font-size: 15px;
  padding: 4px 22px 7px;
}

.services-three__btn:hover {
  color: var(--tish-white);
}

.services-three__btn::after {
  background-color: var(--tish-black);
}


.video-two {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 150px;
}

.video-two__shape-1 {
  position: absolute;
  bottom: 155px;
  left: 172px;
}

.video-two__shape-1 img {
  width: auto;
}

.video-two-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-two-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(25, 30, 39, .50);
}

.video-two__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-two__inner .video-two__video-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--tish-white);
  line-height: 68px;
  margin-bottom: 43px;
}

.video-two__inner .video-two__video-icon {
  margin: 0 auto;
}

.video-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 24px;
  color: var(--tish-white);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-two__video-icon::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--tish-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-two__video-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid #787d86;
  border-radius: 50%;
  z-index: -1;
}

.video-two__video-icon:hover {
  background-color: var(--tish-black);
  color: var(--tish-black);
}

.video-two__video-icon:hover::before {
  background-color: var(--tish-white);
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  box-shadow: 0 0 0 0 rgba(7, 182, 198, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}


.progress-two {
  position: relative;
  display: block;
  padding: 108px 0 120px;
  z-index: 1;
}


.project-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: #f1f6f6;
  overflow: hidden;
  z-index: 1;
}

.project-two__shape-1 {
  position: absolute;
  top: -314px;
  left: 0;
}

.project-two__shape-1 img {
  width: auto;
}

.project-two__shape-2 {
  position: absolute;
  bottom: -615px;
  left: 0;
}

.project-two__shape-2 img {
  width: auto;
}

.project-two__shape-3 {
  position: absolute;
  top: -326px;
  right: 0;
}

.project-two__shape-3 img {
  width: auto;
}

.project-two__shape-4 {
  position: absolute;
  bottom: -640px;
  right: 0;
}

.project-two__shape-4 img {
  width: auto;
}

.project-two .container {
  max-width: 1800px;
}

.project-two .section-title {
  margin-bottom: 67px;
}

.project-two__bottom {
  position: relative;
  display: block;
}

.project-two__carousel {
  position: relative;
  display: block;
}

.project-two__single {
  position: relative;
  display: block;
}

.project-two__img-box {
  position: relative;
  display: block;
}

.project-two__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
}

.project-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  content: "";
  background-color: rgba(var(--tish-black-rgb), .30);
  -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.project-two__single:hover .project-two__img:before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
  transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

.project-two__img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 500ms ease
}

.project-two__single:hover .project-two__img img {
  transform: scale(1.05);
}

.project-two__content-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 24px 0px rgba(178, 185, 198, 0.35);
  padding: 28px 25px 26px;
  padding-right: 14px;
  border-top-right-radius: 22px;
  z-index: 2;
  bottom: 0;
  left: 80px;
  right: 0;
}

.project-two__content-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 2px;
  background-color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__content-box::before {
  background-color: var(--tish-base);
}

.project-two__content-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__content-box::after {
  background-color: var(--tish-base);
}

.project-two__title-box {
  position: relative;
  display: block;
}

.project-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.project-two__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__title a:hover {
  color: var(--tish-base);
}

.project-two__text {
  font-size: 16px;
  line-height: 32px;
}

.project-two__arrow-box {
  position: relative;
  display: block;
  top: 5px;
}

.project-two__arrow-box-shape-1 {
  position: absolute;
  top: 19px;
  left: -12px;
  width: 22px;
  height: 22px;
  background-color: var(--tish-white);
  border-radius: 50%;
  z-index: 1;
}

.project-two__arrow-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #799395;
  border-radius: 50%;
  font-size: 16px;
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-two__single:hover .project-two__arrow-box a {
  background-color: var(--tish-base);
}

.project-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.project-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
}

.project-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}


.how-it-work-two {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 10px 0;
  z-index: 1;
}

.how-it-work-two .section-title {
  margin-bottom: 149px;
}

.how-it-work-two__inner {
  position: relative;
  display: block;
  z-index: 1;
}

.how-it-work-two__single {
  position: relative;
  display: block;
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 4px;
  padding: 58px 35px 62px;
  margin-bottom: 10px;
  z-index: 1;
}

.how-it-work-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.how-it-work-two__shape-1 img {
  width: auto;
}

.how-it-work-two__shape-2 {
  position: absolute;
  top: -49px;
  left: 247px;
  z-index: -1;
}

.how-it-work-two__shape-2 img {
  width: auto;
}

.how-it-work-two__count {
  position: absolute;
  top: -62px;
  width: 84px;
  height: 79px;
  background-color: #799395;
  transform: translateX(-50%);
  left: 50%;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  border-radius: 10px;
  border-top-left-radius: 0;
  overflow: hidden;
}

.how-it-work-two__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 27px;
  line-height: 78px;
  font-weight: 500;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--tish-white);
  text-align: center;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work-two__count::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 34px;
  height: 34px;
  background-color: #e9e9e9;
  border-radius: 50%;
  transform: translateX(-50%);
}

.how-it-work-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 19px;
}

.how-it-work-two__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.how-it-work-two__title a:hover {
  color: var(--tish-base);
}

.how-it-work-two__text {
  font-size: 16px;
  line-height: 30px;
}


.testimonial-two {
  position: relative;
  display: block;
  background-color: #d3f1f4;
  padding: 106px 0 182px;
}

.testimonial-two__top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.testimonial-two__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.testimonial-two__bottom {
  position: relative;
  display: block;
}

.testimonial-two__bottom .container {
  max-width: 800px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--tish-white);
  border-radius: 5px;
  padding: 30px 28px 40px;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 257px;
  margin-top: 10px;
  z-index: 1;
}

.testimonial-two__client-img:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: -20px;
  right: -20px;
  height: 200px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 64%);
}

.testimonial-two__client-img img {
  width: 100%;
  border-radius: 3px;
}

.testimonial-two__content {
  position: relative;
  display: block;
  max-width: 406px;
  margin-left: 43px;
}

.testimonial-two__quote-and-rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.testimonial-two__quote {
  position: relative;
  display: inline-block;
}

.testimonial-two__quote span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: var(--tish-black);
  border-radius: 50%;
  font-size: 47px;
  color: var(--tish-white);
}

.testimonial-two__rating {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 65px;
}

.testimonial-two__rating i {
  font-size: 20px;
  color: #ed8a19;
}

.testimonial-two__rating i+i {
  margin-left: 4px;
}

.testimonial-two__text {
  font-size: 20px;
  line-height: 37px;
  color: rgba(var(--tish-black-rgb), .90);
  font-weight: 500;
}

.testimonial-two__client-details {
  position: relative;
  display: block;
  margin-top: 37px;
}

.testimonial-two__client-name {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--tish-font);
}

.testimonial-two__client-sub-title {
  font-size: 16px;
  line-height: 21px;
  color: rgba(var(--tish-black-rgb), .70);
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid var(--tish-base);
  border-radius: 50%;
  margin: 0px 10px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--tish-white);
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid var(--tish-white);
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.testimonial-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -162px;
  right: -200px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tish-white);
  z-index: 1;
}

.testimonial-two__carousel.owl-theme .owl-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 92px;
  background-color: #a6f0f7;
  clip-path: polygon(19% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  height: 70px;
  width: 75px;
  line-height: 70px;
  border-radius: 0;
  color: var(--tish-black);
  font-size: 25px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 70px;
  width: 75px;
  line-height: 70px;
  border-radius: 0;
  color: var(--tish-black);
  font-size: 25px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 12px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 12px;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: transparent;
  color: var(--tish-base);
}


.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two .section-title {
  margin-bottom: 66px;
}

.blog-two__single {
  position: relative;
  display: block;
  background-color: #f3f3f3;
  padding: 44px 30px 39px;
  padding-right: 20px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  margin-bottom: 30px;
}

.blog-two__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 2px;
  background-color: var(--tish-black);
}

.blog-two__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-two__tag {
  position: relative;
  display: block;
  background-color: #0b2916;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.blog-two__tag p {
  font-size: 14px;
  color: var(--tish-white);
  line-height: 14px;
}

.blog-two__date {
  position: relative;
  display: block;
  margin-left: 18px;
}

.blog-two__date a {
  font-size: 14px;
  color: #5e6761;
}

.blog-two__date a i {
  font-size: 25px;
  position: relative;
  top: 7px;
  margin-right: 2px;
}

.blog-two__title-2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--tish-font);
  margin-top: 19px;
  margin-bottom: 22px;
}

.blog-two__title-2 a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title-2 a:hover {
  color: var(--tish-base);
}

.blog-two__btn-and-date {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-two__btn-2 {
  position: relative;
  display: block;
}

.blog-two__btn-2 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__btn-2 a:hover {
  color: var(--tish-base);
}

.blog-two__btn-2 a i {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #5e6761;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--tish-white);
  margin-right: 12px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__btn-2 a:hover i {
  background-color: var(--tish-base);
}

.blog-two__date-two {
  position: relative;
  display: inline-block;
  top: 5px;
}

.blog-two__date-two a {
  font-size: 14px;
  color: #5e6761;
}

.blog-two__date-two a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}


.site-footer-two {
  position: relative;
  display: block;
  background-color: #1a1d1d;
  padding-top: 112px;
  z-index: 1;
  overflow: hidden;
}

.site-footer-two__shape-1 {
  position: absolute;
  top: -150px;
  left: 0;
  z-index: -1;
}

.site-footer-two__shape-1 img {
  width: auto;
}

.site-footer-two__shape-2 {
  position: absolute;
  right: 0;
  top: -123px;
  z-index: -1;
}

.site-footer-two__shape-2 img {
  width: auto;
}

.site-footer-two__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.site-footer-two__shape-3 img {
  width: auto;
}

.site-footer-two__shape-4 {
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: -1;
}

.site-footer-two__shape-4 img {
  width: auto;
}

.site-footer-two__top {
  position: relative;
  display: block;
  padding-bottom: 84px;
}

.footer-widget-two__contact-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.footer-widget-two__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__logo {
  position: relative;
  display: block;
}

.footer-widget-two__logo a {
  position: relative;
  display: block;
}

.footer-widget-two__logo a img {
  width: 100%;
}

.footer-widget-two__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-widget-two__contact li {
  position: relative;
  display: flex;
  padding-bottom: 13px;
}

.footer-widget-two__contact li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 44px;
  height: 1px;
  background-color: #323434;
  content: "";
}

.footer-widget-two__contact li+li {
  margin-top: 13px;
}

.footer-widget-two__contact .icon {
  position: relative;
  display: block;
  top: 11px;
}

.footer-widget-two__contact .icon i {
  font-size: 26px;
  color: var(--tish-base);
}

.footer-widget-two__contact .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget-two__contact .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #aeaeae;
}

.footer-widget-two__contact .text p a {
  position: relative;
  display: block;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__contact .text p a:hover {
  color: var(--tish-base);
}

.footer-widget-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-two__social span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--tish-white);
}

.footer-widget-two__social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-left: 24px;
}

.footer-widget-two__social-box li+li {
  margin-left: 10px;
}

.footer-widget-two__social-box a {
  width: 35px;
  height: 35px;
  background-color: #f0eded;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--tish-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget-two__social-box a:hover {
  color: var(--tish-white);
  background-color: var(--tish-base);
}

.footer-widget-two__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--tish-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget-two__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget-two__about-us {
  position: relative;
  display: block;
  margin-left: 57px;
}

.footer-widget-two__about-list {
  position: relative;
  display: block;
}

.footer-widget-two__about-list li+li {
  margin-top: 5px;
}

.footer-widget-two__about-list li a {
  font-size: 16px;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget-two__about-list li a:hover {
  color: var(--tish-base);
}

.footer-widget-two__newsletter {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-right: -22px;
}

.footer-widget-two__newsletter-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #bababa;
  padding-top: 2px;
}

.footer-widget-two__subscribe {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget-two__subscribe-box {
  position: relative;
  display: block;
}

.footer-widget-two__subscribe-input-box {
  position: relative;
  display: block;
  background-color: #171617;
}

.footer-widget-two__subscribe-input-box input[type="email"] {
  height: 72px;
  width: 100%;
  background-color: #252525;
  outline: none;
  font-size: 15px;
  color: rgba(208, 208, 208, .40);
  border: none;
  padding-right: 90px;
  padding-left: 20px;
}

.footer-widget-two__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 66px;
  height: 60px;
  border: none;
  background-color: var(--tish-white);
  border-radius: 3px;
  font-size: 33px;
  color: var(--tish-black);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__subscribe-btn:hover {
  background-color: var(--tish-white);
  color: var(--tish-base);
}

.footer-widget-two__help {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 44px;
}

.footer-widget-two__help .icon span {
  font-size: 27px;
  color: var(--tish-white);
  width: 55px;
  height: 49px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tish-base);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-widget-two__help-text {
  position: relative;
  display: block;
}

.footer-widget-two__help-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tish-font-two);
}

.footer-widget-two__help-text p a {
  color: var(--tish-white);
  background-color: #252525;
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-right: 36px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__help-text p a:hover {
  color: var(--tish-base);
}

.footer-widget-two__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-widget-two__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--tish-white);
  line-height: 32px;
}

.footer-widget-two__latest-post {
  position: relative;
  display: block;
  margin-left: 44px;
}

.footer-widget-two__latest-post .footer-widget-two__title-box {
  margin-bottom: 32px;
}

.footer-widget-two__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget-two__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}

.footer-widget-two__latest-post-list li:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget-two__latest-post-list li+li {
  margin-top: 18px;
}

.footer-widget-two__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget-two__latest-post-img img {
  width: auto;
}

.footer-widget-two__latest-post-content {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-top: 1px;
}

.footer-widget-two__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #aeaeae;
}

.footer-widget-two__latest-post-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.footer-widget-two__latest-post-title a {
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-two__latest-post-title a:hover {
  color: var(--tish-base);
}

.site-footer-two__bottom {
  position: relative;
  display: block;
}

.site-footer-two__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 36px 0 42px;
  border-top: 1px solid #323434;
}

.site-footer-two__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #aeaeae;
}


.services-four {
  position: relative;
  display: block;
  padding: 120px 0 79px;
  z-index: 1;
}

.services-four .section-title {
  margin-bottom: 62px;
}

.services-four__single {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  border: 1px solid #ebebeb;
  padding: 40px 35px 67px;
  margin-bottom: 30px;
  z-index: 1;
  overflow: hidden;
}

.services-four__icon {
  position: relative;
  display: flex;
  width: 96px;
  height: 96px;
  background-color: var(--tish-black);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  left: 50%;
  overflow: hidden;
}

.services-four__shape-1 {
  content: "";
  position: absolute;
  width: 13px;
  height: 120px;
  background-color: var(--tish-base);
  top: -35px;
  left: 4px;
  transform: rotate(41deg);
  z-index: -1;
}

.services-four__shape-2 {
  content: "";
  position: absolute;
  width: 13px;
  height: 120px;
  background-color: #1a2d4f;
  top: 0;
  right: -10px;
  transform: rotate(41deg);
  z-index: -1;
}

.services-four__shape-3 {
  position: absolute;
  bottom: 0;
  left: 51px;
  right: 51px;
  border-bottom: 102px solid #f7f7f7;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-four__shape-4 {
  position: absolute;
  top: 0;
  left: 51px;
  right: 51px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-four__shape-5 {
  position: absolute;
  bottom: 55px;
  left: -41px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.services-four__shape-6 {
  position: absolute;
  right: -34px;
  bottom: -55px;
  z-index: -1;
}

.services-four__shape-6 img {
  width: auto;
}

.services-four__icon span {
  position: relative;
  display: inline-block;
  color: var(--tish-white);
  font-size: 52px;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-four__single:hover .services-four__icon span {
  transform: scale(.9);
}

.services-four__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.services-four__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__title a:hover {
  color: var(--tish-base);
}

.services-four__text {
  font-size: 16px;
  line-height: 32px;
}


.about-three {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}

.about-three__shape-1 {
  position: absolute;
  right: 180px;
  top: -30px;
}

.about-three__shape-1 img {
  width: auto;
}

.about-three__left {
  position: relative;
  display: block;
}

.about-three__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 48px;
}

.about-three__text {
  color: var(--tish-black);
}

.about-three__points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 53px;
}

.about-three__points-list {
  position: relative;
  display: block
}

.about-three__points-list-2 {
  margin-left: 40px;
}

.about-three__points-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__points-list li+li {
  margin-top: 14px;
}

.about-three__points-list li .icon {
  position: relative;
  display: inline-block;
  top: 5px;
}

.about-three__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--tish-black);
}

.about-three__points-list li .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.about-three__points-list li .text p {
  font-weight: 500;
  color: var(--tish-black);
}

.about-three__bottom {
  position: relative;
  display: flex;
  align-items: center;
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img img {
  width: auto;
  border-radius: 50%;
}

.about-three__bottom-text {
  margin-left: 35px;
}

.about-three__right {
  position: relative;
  display: block;
  margin-left: 54px;
  margin-top: 11px;
}

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img-2 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 7px;
  clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.about-three__img-2 img {
  width: 100%;
  border-radius: 7px;
}

.about-three__shape-2 {
  position: absolute;
  top: -104px;
  right: -74px;
  mix-blend-mode: overlay;
}

.about-three__shape-2 img {
  width: auto;
}

.about-three__curved-circle-box {
  position: absolute;
  top: 37px;
  left: -21px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--tish-white);
  margin: 0 auto;
  z-index: 2;
}

.about-three__curved-circle-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -6px;
  right: -16px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #ddede3;
}

.about-three__curved-circle-box .curved-circle {
  position: absolute;
  top: -44px;
  right: -44px;
  bottom: -44px;
  left: -44px;
  font-size: 16px;
  font-weight: 400;
  color: var(--tish-black);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--tish-font-two);
  letter-spacing: .005em;
}

.about-three__curved-circle-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-three__curved-circle-icon img {
  width: auto;
}

.about-three__cta-box {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 45px;
  left: -85px;
  background-color: #05190c;
  max-width: 499px;
  width: 100%;
  justify-content: space-between;
  padding: 25px 30px 27px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 1;
}

.about-three__cta-shape-1 {
  position: absolute;
  bottom: -25px;
  left: -4px;
  z-index: -1;
}

.about-three__cta-shape-1 img {
  width: auto;
}

.about-three__cta-title h3 {
  font-size: 23px;
  line-height: 32px;
  color: var(--tish-white);
  font-family: var(--tish-font);
}

.about-three__cta-btn-box {
  position: relative;
  display: block;
}

.about-three__cta-btn {
  background-color: var(--tish-base);
  padding-left: 30px;
  padding-right: 22px;
  padding-top: 11px;
  padding-bottom: 10px;
}


.counter-one {
  position: relative;
  display: block;
  background-color: #fdfafb;
  padding: 82px 0 113px;
}

.counter-one__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-one__single {
  position: relative;
  display: block;
}

.counter-one__single::before {
  content: "";
  position: absolute;
  right: -91px;
  top: -82px;
  bottom: -113px;
  width: 1px;
  background-color: #e3dfdf;
}

.counter-one__single:last-child::before {
  display: none;
}

.counter-one__icon-and-count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-one__icon {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

.counter-one__icon img {
  width: auto;
}

.counter-one__count-box {
  position: relative;
  display: block;
}

.counter-one__count-box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--tish-font-two) !important;
}

.counter-one__count-plus {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px !important;
  font-family: var(--tish-font-two) !important;
  position: relative;
  top: 16px;
  color: var(--tish-black)
}

.counter-one__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--tish-font-two);
  margin-top: 9px;
}


.video-three {
  position: relative;
  display: block;
  padding-top: 120px;
  padding-bottom: 150px;
}

.video-three__shape-1 {
  position: absolute;
  bottom: 155px;
  left: 172px;
}

.video-three__shape-1 img {
  width: auto;
}

.video-three-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-three-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(25, 30, 39, .50);
}

.video-three__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.video-three__inner .video-three__video-title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  color: var(--tish-white);
  line-height: 68px;
  margin-bottom: 43px;
}

.video-three__inner .video-three__video-icon {
  margin: 0 auto;
}

.video-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  font-size: 24px;
  color: var(--tish-white);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.video-three__video-icon::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background-color: var(--tish-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.video-three__video-icon::after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  border: 1px solid #787d86;
  border-radius: 50%;
  z-index: -1;
}

.video-three__video-icon:hover {
  background-color: var(--tish-black);
  color: var(--tish-black);
}

.video-three__video-icon:hover::before {
  background-color: var(--tish-white);
}

.video-three__video-link .ripple,
.video-three__video-icon .ripple:before,
.video-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 152px;
  height: 152px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(255, 50, 148, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 50, 148, 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 50, 148, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 50, 148, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}


.how-it-work-three .how-it-work-two__count {
  background-color: var(--tish-base);
}


.progress-three {
  position: relative;
  display: block;
  margin-top: -12px;
  padding-bottom: 120px;
  z-index: 1;
}

.progress-three__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 161px;
}

.progress-three__left {
  position: relative;
  display: block;
  margin-right: 311px;
}

.progress-three__shape-1 {
  position: absolute;
  left: 0;
  top: -100px;
}

.progress-three__shape-1 img {
  width: auto;
}

.progress-three__shape-2 {
  position: absolute;
  left: 22px;
  bottom: -121px;
}

.progress-three__shape-2 img {
  width: auto;
}

.progress-three__shape-3 {
  position: absolute;
  right: -264px;
  bottom: -170px;
}

.progress-three__shape-3 img {
  width: auto;
}

.progress-three__img-box {
  position: relative;
  display: block;
}

.progress-three__img {
  position: relative;
  display: block;
}

.progress-three__img img {
  width: 100%;
  border-top-right-radius: 100px;
}

.progress-three__img-2 {
  position: absolute;
  bottom: 0;
  right: -288px;
  z-index: -1;
}

.progress-three__img-2 img {
  width: auto;
  border-top-left-radius: 100px;
}

.progress-three__img-3 {
  position: absolute;
  right: -150px;
  bottom: -259px;
}

.progress-three__img-3::before {
  content: "";
  position: absolute;
  left: 14px;
  bottom: 11px;
  right: -14px;
  top: -11px;
  border: 2px solid var(--tish-white);
  border-bottom-left-radius: 100px;
}

.progress-three__img-3 img {
  width: auto;
  border-bottom-left-radius: 100px;
}

.progress-three__right {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: 50px;
  margin-top: -72px;
}

.progress-three__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: var(--tish-black);
}

.progress-three__progress-bar {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 65px;
  padding-left: 105px;
}

.progress-three__progress-bar li {
  position: relative;
  display: block;
}

.progress-three__progress-bar li+li {
  margin-top: 58px;
}

.progress-three__progress-bar-title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 19px;
  font-weight: 600;
  font-family: var(--tish-font);
}

.progress-three__progress-bar .bar {
  position: relative;
  width: 100%;
  height: 36px;
  border-radius: 0;
  border: 1px solid #e0e4ef;
  display: flex;
  align-items: center;
}

.progress-three__progress-bar .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 6px;
  top: 0px;
  left: 9px;
  background: var(--tish-black);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.progress-three__progress-bar .count-text {
  position: absolute;
  width: 84px;
  height: 78px;
  background-color: #799395;
  color: var(--tish-white);
  font-weight: 500;
  font-family: var(--tish-font);
  font-size: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-top-left-radius: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  top: -52px;
  left: -115px;
  overflow: hidden;
}

.progress-three__progress-bar .count-text::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -20px;
  width: 34px;
  height: 34px;
  background-color: var(--tish-white);
  border-radius: 50%;
}

.progress-three__progress-bar .bar-inner.counted .count-text {
  opacity: 1;
}

.progress-three__progress-bar .bar.marb-0 {
  margin-bottom: 0;
}

.progress-three__bottom-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: var(--tish-black);
  background-color: #f5f5f5;
  padding: 16px 30px 16px;
  margin-top: 48px;
  border-radius: 2px;
}

.progress-three__bottom-text a {
  color: var(--tish-base);
  border-bottom: 1px solid var(--tish-base);
  margin-left: 10px;
}


.services-five {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}

.servic .section-title {
  margin-bottom: 66px;
}

.services-five__inner {
  position: relative;
  display: block;
  background-color: #f5f1f3;
  overflow: hidden;
  padding: 55px 0 28px;
  z-index: 1;
}

.services-five__shape-2 {
  position: absolute;
  left: -97px;
  top: 31px;
  z-index: -1;
}

.services-five__shape-2 img {
  width: auto;
}

.services-five__single {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
  margin-bottom: 35px;
  padding-left: 35px;
  padding-right: 30px;
}

.services-five__single::before {
  content: "";
  position: absolute;
  top: 33px;
  right: -22px;
  bottom: -14px;
  width: 1px;
  background-color: #efe2e8;
}

.services-five__single-3::before {
  display: none;
}

.services-five__shape-1 {
  position: absolute;
  right: 27px;
  bottom: -113px;
  width: 185px;
  height: 185px;
  background-color: var(--tish-white);
  border-radius: 50%;
  z-index: -1;
}

.services-five__icon {
  position: relative;
  display: inline-block;
}

.services-five__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--tish-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-five__single:hover .services-five__icon span {
  transform: scale(.9);
}

.services-five__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--tish-font);
  margin-top: 15px;
  margin-bottom: 20px;
}

.services-five__title a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-five__title a:hover {
  color: var(--tish-base);
}

.services-five__text {
  font-size: 16px;
  line-height: 32px;
}

.services-five__btn-box {
  position: relative;
  display: block;
  margin-top: 37px;
}

.services-five__btn {
  font-size: 15px;
  padding: 5px 22px 4px;
  background-color: var(--tish-black);
}

.services-five__btn:hover {
  color: var(--tish-white);
}

.services-five__btn::after {
  background-color: var(--tish-base);
}


.testimonial-three {
  position: relative;
  display: block;
  background-color: #f3f9fa;
  padding: 106px 0 182px;
}

.testimonial-three .testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  border: 2px solid var(--tish-black);
}

.testimonial-three .testimonial-two__carousel.owl-carousel .owl-dot.active {
  border: 2px solid var(--tish-base);
}

.testimonial-three .testimonial-two__carousel.owl-carousel .owl-dots .owl-dot::before {
  border: 1px solid var(--tish-base);
}

.testimonial-three .testimonial-two__carousel.owl-theme .owl-nav:after {
  background-color: var(--tish-base);
}

.testimonial-three .testimonial-two__carousel.owl-theme .owl-nav .owl-next {
  color: var(--tish-white);
}


.blog-page .blog-two__title-2 a:hover {
  color: var(--tish-base);
}

.blog-page .blog-two__btn-2 a:hover {
  color: var(--tish-base);
}

.blog-page .blog-two__btn-2 a:hover i {
  background-color: var(--tish-base);
}


.contact-one {
  position: relative;
  display: block;
  background-color: #fcf8f8;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.contact-one__shape-1 {
  position: absolute;
  left: 0;
  top: -93px;
}

.contact-one__shape-1 img {
  width: auto;
}

.contact-one__shape-2 {
  position: absolute;
  right: 0;
  top: 90px;
}

.contact-one__shape-2 img {
  width: auto;
}

.contact-one__inner {
  position: relative;
  display: block;
  margin-right: 70px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(202, 198, 196, 0.35);
  padding: 66px 50px 86px;
  border-radius: 3px;
}

.contact-one__left {
  position: relative;
  display: block;
}

.contact-one__left .section-title__text {
  margin-top: 33px;
}

.contact-one__left .section-title {
  margin-bottom: 44px;
}

.contact-one__img-and-call-box {
  position: relative;
  display: flex;
}

.contact-one__img {
  position: relative;
  display: block
}

.contact-one__img img {
  width: 100%;
  border-radius: 3px;
}

.contact-one__call {
  position: relative;
  display: block;
  padding-left: 50px;
}

.contact-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #f3f3f3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 22px;
}

.contact-one__call-icon:hover {
  background-color: var(--tish-black);
}

.contact-one__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__call-icon:hover span {
  color: var(--tish-base);
}

.contact-one__call-content {
  position: relative;
  display: block;
}

.contact-one__call-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--tish-black);
  line-height: 16px;
  padding-left: 3px;
}

.contact-one__call-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--tish-black);
  line-height: 24px;
  margin-top: 14px;
}

.contact-one__call-number a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__call-number a:hover {
  color: var(--tish-base);
}

.contact-one__sign-up-text {
  font-size: 20px;
  color: #000108;
}

.contact-one__sign-up-text a {
  position: relative;
  display: inline-block;
  color: #0a4448;
  margin-left: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__sign-up-text a:hover {
  color: var(--tish-black);
}

.contact-one__sign-up-text a:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #199ca5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__sign-up-text a:hover:before {
  background-color: var(--tish-black);
}

.contact-one__right {
  position: relative;
  display: block;
  margin-left: 44px;
}

.contact-one__form-box {
  position: relative;
  display: block;
}

.contact-one__form-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 30px;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid var(--tish-black);
  background-color: var(--tish-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: #423e40;
  display: block;
  font-weight: 400;
}

.contact-form__input-box textarea {
  font-size: 16px;
  color: #423e40;
  height: 140px;
  width: 100%;
  background-color: var(--tish-white);
  padding: 25px 20px 25px;
  border: 1px solid var(--tish-black);
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-form__btn {
  border: none;
  font-size: 16px;
  color: var(--tish-white);
  background-color: var(--tish-black);
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 13px 0 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-form__btn:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.contact-form__input-box.text-message-box {
  height: 140px;
}

.contact-one__form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;

}

.contact-one__form .bootstrap-select>.dropdown-toggle::after {
  display: none;
}

.contact-one__form .bootstrap-select>.dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 1px solid var(--tish-black);
  background-color: var(--tish-white) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--tish-gray) !important;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.contact-one__form .bootstrap-select>.dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "FontAwesome";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--tish-gray);
}


.site-footer-three {
  position: relative;
  display: block;
  background-color: #1a1d1d;
  padding-top: 112px;
  z-index: 1;
  overflow: hidden;
}

.site-footer-three__shape-1 {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  z-index: -1;
}

.site-footer-three__shape-1 img {
  width: auto;
}

.site-footer-three__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.site-footer-three__shape-2 img {
  width: auto;
}

.site-footer-three__shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.site-footer-three__shape-3 img {
  width: auto;
}

.site-footer-three__top {
  position: relative;
  display: block;
  padding-bottom: 84px;
}

.site-footer-three__contact-box {
  position: relative;
  display: block;
  margin-top: 12px;
}

.footer-widget-three__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-three__logo {
  position: relative;
  display: block;
}

.footer-widget-three__logo a {
  position: relative;
  display: block;
}

.footer-widget-three__logo a img {
  width: 100%;
}

.footer-widget-three__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-widget-three__contact li {
  position: relative;
  display: flex;
  padding-bottom: 13px;
}

.footer-widget-three__contact li::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 44px;
  height: 1px;
  background-color: #323434;
  content: "";
}

.footer-widget-three__contact li+li {
  margin-top: 13px;
}

.footer-widget-three__contact li .icon {
  position: relative;
  display: block;
  top: 11px;
}

.footer-widget-three__contact li .icon>span {
  font-size: 26px;
  color: var(--tish-base);
}

.footer-widget-three__contact li .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget-three__contact li .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #aeaeae;
}

.footer-widget-three__contact li .text p>a {
  position: relative;
  display: block;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__contact li .text p>a:hover {
  color: var(--tish-base);
}

.footer-widget-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget-three__social span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--tish-white);
}

.footer-widget-three__social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-left: 24px;
}

.footer-widget-three__social-box li {
  position: relative;
  display: block;
}

.footer-widget-three__social-box li+li {
  margin-left: 10px;
}

.footer-widget-three__social-box li>a {
  width: 35px;
  height: 35px;
  background-color: #f0eded;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--tish-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget-three__social-box li>a:hover {
  color: var(--tish-white);
  background-color: var(--tish-base);
}

.footer-widget-three__social-box li>a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--tish-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget-three__social-box li>a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget-three__about-us {
  position: relative;
  display: block;
  margin-left: 57px;
}

.footer-widget-three__about-list {
  position: relative;
  display: block;
}

.footer-widget-three__about-list li+li {
  margin-top: 5px;
}

.footer-widget-three__about-list li a {
  font-size: 16px;
  color: #aeaeae;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget-three__about-list li a:hover {
  color: var(--tish-base);
}

.footer-widget-three__newsletter {
  position: relative;
  display: block;
  margin-left: 8px;
  margin-right: -22px;
}

.footer-widget-three__newsletter-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  color: #bababa;
  padding-top: 2px;
}

.footer-widget-three__subscribe {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget-three__subscribe-box {
  position: relative;
  display: block;
}

.footer-widget-three__subscribe-input-box {
  position: relative;
  display: block;
  background-color: #171617;
}

.footer-widget-three__subscribe-input-box input[type="email"] {
  height: 72px;
  width: 100%;
  background-color: #252525;
  outline: none;
  font-size: 15px;
  color: rgba(208, 208, 208, .40);
  border: none;
  padding-right: 90px;
  padding-left: 20px;
}

.footer-widget-three__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 66px;
  height: 60px;
  border: none;
  background-color: var(--tish-white);
  border-radius: 3px;
  font-size: 33px;
  color: var(--tish-black);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__subscribe-btn:hover {
  background-color: var(--tish-white);
  color: var(--tish-base);
}

.footer-widget-three__help {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 44px;
}

.footer-widget-three__help .icon span {
  font-size: 27px;
  color: var(--tish-white);
  width: 55px;
  height: 49px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tish-base);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-widget-three__help-text {
  position: relative;
  display: block;
}

.footer-widget-three__help-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tish-font-two);
}

.footer-widget-three__help-text p a {
  color: var(--tish-white);
  background-color: #252525;
  padding-left: 18px;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-right: 36px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__help-text p a:hover {
  color: var(--tish-base);
}

.footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.footer-widget-three__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--tish-white);
  line-height: 32px;
}

.footer-widget-three__latest-post {
  position: relative;
  display: block;
  margin-left: 44px;
}

.footer-widget-three__latest-post .footer-widget-three__title-box {
  margin-bottom: 32px;
}

.footer-widget-three__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget-three__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}

.footer-widget-three__latest-post-list li:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget-three__latest-post-list li+li {
  margin-top: 18px;
}

.footer-widget-three__latest-post-img {
  position: relative;
  display: block;
}

.footer-widget-three__latest-post-img img {
  width: auto;
}

.footer-widget-three__latest-post-content {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-top: 1px;
}

.footer-widget-three__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #aeaeae;
}

.footer-widget-three__latest-post-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
}

.footer-widget-three__latest-post-title a {
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget-three__latest-post-title a:hover {
  color: var(--tish-base);
}

.site-footer-three__bottom {
  position: relative;
  display: block;
}

.site-footer-three__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 36px 0 42px;
  border-top: 1px solid #323434;
}

.site-footer-three__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #aeaeae;
}


.page-header {
  position: relative;
  display: block;
  padding: 133px 0 179px;
  background-color: #4f4f4f;
  overflow: hidden;
  z-index: 1;
}

.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 380px;
  background-color: var(--tish-white);
  mix-blend-mode: overlay;
  clip-path: polygon(0 0, 58% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}

.thm-breadcrumb-box {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: var(--tish-base);
  padding: 11px 100px 11px;
  overflow: hidden;
  clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.thm-breadcrumb__shape-1 {
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 110px;
  background-color: #eb177c;
  width: 20px;
  transform: rotate(8deg);
  z-index: -1;
}

.thm-breadcrumb__shape-2 {
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 85px;
  background-color: #eb177c;
  width: 20px;
  transform: rotate(8deg);
  z-index: -1;
}

.thm-breadcrumb__icon-two {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.thm-breadcrumb__icon-two img {
  width: auto;
}

.thm-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
}

.thm-breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--tish-white);
  font-weight: 500;
}

.thm-breadcrumb li+li {
  margin-left: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--tish-white);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
  color: var(--tish-black);
}

.thm-breadcrumb-box__text-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.thm-breadcrumb-box__text-box .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.thm-breadcrumb-box__text-box .icon img {
  width: auto;
}

.thm-breadcrumb-box__text {
  font-size: 16px;
  color: var(--tish-white);
  opacity: .80;
  margin-left: 20px;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__shape-1 {
  position: absolute;
  top: -32px;
  left: -222px;
  z-index: -1;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__shape-2 {
  position: absolute;
  top: 0;
  right: -190px;
  z-index: -1;
}

.page-header__shape-2 img {
  width: auto;
}

.page-header__inner h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  color: var(--tish-white);
}


.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 111px;
  z-index: 1;
}

.blog-list__single {
  position: relative;
  display: block;
}

.blog-list__single+.blog-list__single {
  margin-top: 40px;
}

.blog-list__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.blog-list__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--tish-black-rgb), .30);
  border-radius: 3px;
  width: 0%;
  transform: translateX(50%);
  transition: all 500ms linear;
  z-index: 1;
}

.blog-list__single:hover .blog-list__img:before {
  transform: translateY(0);
  width: 100%;
}

.blog-list__img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.05);
}

.blog-list__inner {
  position: relative;
  display: block;
  padding: 24px 35px 23px;
  background-color: rgb(240, 240, 240);
  box-shadow: 0px 16px 25px 0px rgba(232, 228, 229, 0.35);
}

.blog-list__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 227px;
  height: 2px;
  background-color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__single:hover .blog-list__inner::before {
  background-color: var(--tish-base);
}

.blog-list__date-box {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__tag {
  position: relative;
  display: block;
  background-color: #0b2916;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.blog-list__tag p {
  font-size: 14px;
  color: var(--tish-white);
  line-height: 14px;
}

.blog-list__date {
  position: relative;
  display: block;
  margin-left: 18px;
}

.blog-list__date a {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__date a:hover {
  color: var(--tish-base);
}

.blog-list__date a+a {
  margin-left: 10px;
}

.blog-list__date a i {
  font-size: 25px;
  position: relative;
  top: 7px;
  margin-right: 2px;
}

.blog-list__date .icon-two {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--tish-font) !important;
}

.blog-list__date .icon-two i {
  font-size: 21px;
  top: 5px;
  margin-right: 6px;
}

.blog-list__title-2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  margin-top: 9px;
  margin-bottom: 13px;
}

.blog-list__title-2 a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__title-2 a:hover {
  color: var(--tish-base);
}

.blog-list__btn-and-share-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-list__btn-and-date {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__btn-2 {
  position: relative;
  display: block;
}

.blog-list__btn-2 a {
  font-size: 16px;
  font-weight: 600;
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__btn-2 a:hover {
  color: var(--tish-base);
}

.blog-list__btn-2 a i {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #271c21;
  border-radius: 50%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--tish-white);
  margin-right: 12px;
  top: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__btn-2 a:hover i {
  background-color: var(--tish-base);
}

.blog-list__date-two {
  position: relative;
  display: inline-block;
  top: 5px;
  margin-left: 28px;
}

.blog-list__date-two a {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__date-two a:hover {
  color: var(--tish-base);
}

.blog-list__date-two a i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.blog-list__share-btn {
  position: relative;
  display: block;
  top: 10px;
}

.blog-list__share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: var(--tish-black);
  background-color: var(--tish-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__share-btn a:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.blog-page__pagination {
  position: relative;
  display: block;
  float: right;
  margin-top: 63px;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.blog-page__pagination .pg-pagination li:first-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li.prev {
  margin-right: 39px;
  position: relative;
  top: -3px;
}

.blog-page__pagination .pg-pagination li.prev a {
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.blog-page__pagination .pg-pagination li.prev a:hover {
  color: var(--tish-base);
  background-color: transparent;
}

.blog-page__pagination .pg-pagination li.prev a i {
  position: relative;
  font-size: 15px;
  margin-right: 4px;
  top: 3px;
}

.blog-page__pagination .pg-pagination li a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--tish-black);
  background-color: transparent;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li.next {
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.blog-page__pagination .pg-pagination li.next a {
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.blog-page__pagination .pg-pagination li.next a:hover {
  color: var(--tish-base);
  background-color: transparent;
}

.blog-page__pagination .pg-pagination li.next a i {
  position: relative;
  font-size: 15px;
  margin-left: 4px;
  top: 1px;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}


.sideber {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 35px 30px 35px;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  bottom: -2px;
  width: 1px;
  background-color: #e7e7e7;
}

.sidebar__search-form::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  height: 1px;
  right: 2px;
  background-color: #e7e7e7;
}

.sidebar__search-form-inner {
  position: relative;
  display: block;
}

.sidebar__search-form-inner::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -2px;
  height: 1px;
  width: 2px;
  background-color: #e7e7e7;
}

.sidebar__search-form-inner::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 2px;
  height: 2px;
  width: 1px;
  background-color: #e7e7e7;
}

.sidebar__search-form input[type="search"] {
  position: relative;
  display: block;
  outline: none;
  background-color: var(--tish-white);
  color: #25242e;
  opacity: .60;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 70px;
  width: 100%;
  padding-right: 70px;
  border: 1px solid #e7e7e7;
}

.sidebar__search-form button[type="submit"] {
  color: var(--tish-white);
  font-size: 19px;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 45px;
  height: 45px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--tish-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__search-form button[type="submit"]:hover {
  background-color: var(--tish-base);
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

.sidebar__category {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 32px 30px 36px;
}

.sidebar__title-box {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  margin-left: 29px;
}

.sidebar__title-shape-1 {
  position: absolute;
  top: -3px;
  left: -30px;
}

.sidebar__title-shape-1 img {
  width: auto;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6,
.sidebar__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #F1C40F;
}

.sidebar__category-list {
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
}

.sidebar__category-list li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
}

.sidebar__category-list li:last-child {
  border-bottom: none;
}

.sidebar__category-list li::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 12px;
  width: 14px;
  height: 15px;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
}

.Sidebar__category-list-left {
  position: relative;
  display: block;
}

.Sidebar__category-list-left a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tish-black);
  padding: 4px 42px 5px;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Sidebar__category-list-left a:hover {
  color: var(--tish-base);
}

.sidebar__post {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 36px 30px 40px;
}

.sidebar__post-list li {
  position: relative;
  display: block;
  background-color: #f9f9f9;
  padding: 20px 20px 25px;
  border-radius: 4px;
  border: 1px solid var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li+li {
  margin-top: 20px;
}

.sidebar__post-image {
  position: relative;
  display: block;
}

.sidebar__post-image>img {
  width: 100%;
}

.sidebar__post-content {
  position: relative;
  display: block;
  margin-top: 6px;
}

.sidebar__post-content-meta {
  font-size: 13px;
  font-weight: 700;
  color: var(--tish-black);
  opacity: .80;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  font-size: 15px;
  font-weight: 700;
  color: var(--tish-black);
  padding-right: 3px;
  position: relative;
  top: 1px;
}

.sidebar__post-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--tish-font);
}

.sidebar__post-content h3 a {
  color: var(--tish-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 4px;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
  color: var(--tish-base);
}

.sidebar__tag {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 32px 30px 48px;
}

.sidebar__tag .sidebar__title-box {
  margin-bottom: 2px;
}

.sidebar__tag .sidebar__title {
  margin-bottom: 20px;
  margin-left: 7px;
}

#sidebar a,
.sidebar__tag-list a {
  font-size: 15px;
  color: var(--tish-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 30px;
}

.sidebar__tag-list a+a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tag-list a:hover {
  background-color: var(--tish-base);
  border: 1px solid var(--tish-base);
  color: var(--tish-white);
}

.sidebar__get-in-touch {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 34px 38px 82px;
}

.sidebar__get-in-touch-img-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar__get-in-touch-img {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__get-in-touch-img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 330px;
  background: rgb(251, 50, 145);
  background: linear-gradient(0deg, rgba(251, 50, 145, 1) 10%, rgba(251, 50, 145, 0) 94%);
}

.sidebar__get-in-touch-shape-1 {
  position: absolute;
  top: 40px;
  right: 20px;
}

.sidebar__get-in-touch-shape-1 img {
  width: auto;
}

.sidebar__get-in-touch-shape-2 {
  position: absolute;
  left: -30px;
  bottom: 85px;
}

.sidebar__get-in-touch-shape-2 img {
  width: auto;
}

.sidebar__get-in-touch-shape-3 {
  position: absolute;
  left: 105px;
  bottom: -66px;
}

.sidebar__get-in-touch-shape-3 img {
  width: auto;
}

.sidebar__get-in-touch-shape-4 {
  position: absolute;
  right: 12px;
  bottom: 154px;
}

.sidebar__get-in-touch-shape-4 img {
  width: auto;
}

.sidebar__get-in-touch-shape-5 {
  position: absolute;
  right: -20px;
  bottom: 200px;
}

.sidebar__get-in-touch-shape-5 img {
  width: auto;
}

.sidebar__get-in-touch-img img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.sidebar__get-in-touch-title-box {
  position: absolute;
  bottom: 40px;
  left: 25px;
  right: 25px;
  text-align: center;
  z-index: 2;
}

.sidebar__get-in-touch-title {
  font-size: 28px;
  line-height: 36px;
  color: var(--tish-white);
  font-weight: 500;
  font-family: var(--tish-font);
}

.sidebar__get-in-touch-btn-box {
  position: relative;
  display: block;
  margin-top: 44px;
}

.sidebar__get-in-touch-btn {
  background-color: var(--tish-white);
  padding: 6px 49px 5px;
  color: var(--tish-black);
}

.sidebar__get-in-touch-btn:hover {
  color: var(--tish-white);
}

.sidebar__get-in-touch-btn::after {
  background-color: var(--tish-black);
}


.subscribe-two .subscribe-one__btn {
  background-color: var(--tish-base);
}

.subscribe-two .subscribe-one__btn:hover {
  background-color: var(--tish-black);
}


.site-footer-four {
  padding-top: 332px;
  margin-top: -220px;
  overflow: visible;
}

.site-footer-four .site-footer-three__shape-1 {
  top: -4px;
}


.site-footer-five {
  overflow: visible;
}


.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__inner {
  position: relative;
  display: block;
}

.blog-details__content-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 25px 30px 40px;
}

.blog-details__img {
  position: relative;
  display: block;
}

.blog-details__img img {
  width: 100%;
  border-radius: 3px;
}

.blog-details__meta-box-and-share-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details__meta-box {
  position: relative;
  display: flex;
  align-items: center;
}

.clock-icon,
.blog-details__tag {
  position: relative;
  display: inline-block;
  background-color: #F1C40F;
  padding: 4px 16px 5px;
  border-radius: 2px;
}

.clock-icon time,
.blog-details__tag p {
  font-size: 14px;
  color: var(--tish-white);
  line-height: 14px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.blog-details__meta li {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__meta li a {
  font-size: 14px;
  color: #5e6761;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--tish-base);
}

.blog-details__meta li+li {
  margin-left: 14px;
}

.blog-details__meta li:first-child span {
  font-size: 26px;
  top: 5px;
  position: relative;
}

.blog-details__meta li a span {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}

.blog-details__share-btn {
  position: relative;
  display: block;
}

.blog-details__share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  color: var(--tish-black);
  background-color: #ececec;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__share-btn a:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

h1.entry-title,
.blog-details__title-1 {
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
  margin-top: 15px;
  margin-bottom: 19px;
}

.blog-details__text {
  font-size: 16px;
  line-height: 32px;
}

.blog-details__quote-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -18px;
  margin-top: 40px;
  margin-bottom: 42px;
  padding-bottom: 16px;
}

.blog-details__quote-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33px;
  right: 20px;
  height: 1px;
  background-color: var(--tish-black);
}

.blog-details__quote-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 33px;
  width: 1px;
  height: 59px;
  background-color: var(--tish-black);
}

.blog-details__quote-icon {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.blog-details__quote-icon span {
  position: relative;
  display: inline-block;
  font-size: 76px;
  color: var(--tish-black);
}

.blog-details__quote-text {
  position: relative;
  display: block;
}

.blog-details__quote-text p {
  font-size: 26px;
  line-height: 42px;
  color: var(--tish-black);
}

.blog-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 27px;
  margin-bottom: 12px;
}

.blog-details__img-2 {
  position: relative;
  display: block;
  margin-top: 47px;
  margin-bottom: 53px;
}

.blog-details__img-2 img {
  width: 100%;
  border-radius: 3px;
}

.blog-details__points {
  position: relative;
  display: block;
}

.blog-details__points li {
  position: relative;
  display: flex;
}

.blog-details__points li+li {
  margin-top: 12px;
}

.blog-details__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  top: 3px;
}

.blog-details__points li .icon img {
  width: auto;
}

.blog-details__points li .text {
  position: relative;
  display: block;
}

.blog-details__points li .text p {
  font-size: 16px;
  line-height: 32px;
}

.blog-details__text-4 {
  margin-top: 48px;
  margin-bottom: 15px;
}

.blog-details__tags {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 45px;
  padding-bottom: 65px;
}

.blog-details__tags p {
  font-size: 20px;
  font-weight: 700;
  color: var(--tish-black);
  margin-right: 10px;
}

.blog-details__tags-list {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__tags-list a {
  font-size: 15px;
  font-weight: 500;
  color: var(--tish-black);
  padding: 0 13px 0;
  line-height: 30px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags-list a+a {
  margin-left: 10px;
}

.blog-details__tags-list a:hover {
  background-color: var(--tish-base);
  border: 1px solid var(--tish-base);
  color: var(--tish-white);
}

.author__img {
  position: absolute;
  width: 121px;
  top: 48px;
  left: 25px;
}

.author__img img {
  width: 100%;
  border-radius: 3px;
}

.author__content {
  position: relative;
  display: block;
}

.author__content h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.author__content p {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
  line-height: 32px;
  padding: 8px 0 27px;
}

.author__social {
  position: relative;
  display: flex;
  align-items: center;
}

.author__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--tish-black);
  background-color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.author__social a:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.author__social a+a {
  margin-left: 10px;
}

.back-news {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 45px;
  margin-top: 32px;
  margin-bottom: 53px;
  border-bottom: 1px solid #e6e6e6;
}

.back-news__left {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__arrow {
  position: relative;
  display: block;
}

.back-news__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--tish-black);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #e9f1f2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__left:hover .back-news__arrow a {
  color: var(--tish-white);
  background-color: var(--tish-base);
}

.back-news__content {
  margin-left: 20px;
}

.back-news__content p {
  position: relative;
  font-size: 20px;
  color: #090808;
  font-weight: 600;
  line-height: 32px;
}

.back-news__content p::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--tish-black);
}

.back-news__content-2nd-p::before {
  right: 6px !important;
}

.back-news__content-3rd-p::before {
  right: 37px !important;
}

.back-news__right {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__right:hover .back-news__arrow a {
  color: var(--tish-white);
  background-color: var(--tish-base);
}

.back-news__right .back-news__content {
  margin-left: 0;
  margin-right: 20px;
}


.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 89px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--tish-black);
  font-size: 26px;
  margin-bottom: 47px;
  font-weight: 500;
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-one__single--two {
  margin-left: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 20px;
}

.comment-one__content h3 {
  font-size: 20px;
  color: var(--tish-black);
  margin-bottom: 16px;
  font-weight: 700;
  font-family: var(--tish-font);
}

.comment-one__content span {
  display: block;
  font-size: 14px;
  color: rgba(var(--tish-black-rgb), .70);
  line-height: 24px;
}

.comment-one__content p {
  font-size: 16px;
  color: rgba(22, 22, 22, .80);
  line-height: 32px;
}

.comment-one__btn {
  padding: 0px 12px;
  position: absolute;
  top: 40px;
  left: 97px;
  background-color: #efeeee;
  font-size: 13px;
  line-height: 23px;
  color: var(--tish-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form {
  position: relative;
  display: block;
}

.comment-form .comment-form__title {
  margin-top: -8px;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(67, 56, 56, .60);
  display: block;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: rgba(67, 56, 56, .60);
  height: 218px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 3px;
}

.comment-form__btn {
  border: none;
  font-size: 16px;
  color: var(--tish-white);
  background-color: var(--tish-base);
  padding: 10px 39px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--tish-black);
  color: var(--tish-white);
}

.comment-form__input-box.text-message-box {
  height: 218px;
}


.project-details {
  position: relative;
  display: block;
}

.project-details__inner {
  position: relative;
  display: block;
}

.project-details__banner {
  position: relative;
  display: block;
}

.project-details__img {
  position: relative;
  display: block;
}

.project-details__img img {
  width: 100%;
}

.project-details__points-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  border-radius: 3px;
  padding: 46px 95px 33px;
  margin-top: -66px;
  margin-left: 100px;
  margin-right: 100px;
  overflow: hidden;
  z-index: 1;
}

.project-details__points-shape-1 {
  position: absolute;
  left: 42px;
  top: -65px;
  z-index: -1;
}

.project-details__points-shape-1 img {
  width: auto;
}

.project-details__points-shape-2 {
  position: absolute;
  left: -33px;
  top: 56px;
  z-index: -1;
}

.project-details__points-shape-2 img {
  width: auto;
}

.project-details__points-shape-3 {
  position: absolute;
  left: 416px;
  top: -65px;
  z-index: -1;
}

.project-details__points-shape-3 img {
  width: auto;
}

.project-details__points-shape-4 {
  position: absolute;
  left: 339px;
  top: 55px;
  z-index: -1;
}

.project-details__points-shape-4 img {
  width: auto;
}

.project-details__points-shape-5 {
  position: absolute;
  right: -33px;
  top: -64px;
  z-index: -1;
}

.project-details__points-shape-5 img {
  width: auto;
}

.project-details__points-shape-6 {
  position: absolute;
  right: 42px;
  top: 56px;
  z-index: -1;
}

.project-details__points-shape-6 img {
  width: auto;
}

.project-details__points {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.project-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 43px;
  color: var(--tish-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.project-details__points li .icon-two {
  top: -5px;
}

.project-details__points li .icon-two span {
  transform: rotate(90deg);
}

.project-details__points li:hover .icon-two span {
  transform: scale(.9) rotate(90deg);
}

.project-details__points li:hover span {
  transform: scale(.9);
}

.project-details__points li .text {
  position: relative;
  display: block;
}

.project-details__points li .text h3 {
  font-size: 18px;
  font-family: var(--tish-font);
  line-height: 18px;
  color: #1f1f1f;
  opacity: .70;
}

.project-details__points li .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  color: var(--tish-black);
}

.project-details__content-box {
  position: relative;
  display: block;
  margin-top: 65px;
  margin-right: 50px;
}

.project-details__title-1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 24px;
}

.project-details__text-2 {
  margin-top: 22px;
  margin-bottom: 47px;
}

.project-details__digital-solution-content {
  position: relative;
  display: block;
}

.project-details__digital-solution-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.project-details__digital-solution-text {
  margin-top: 28px;
  margin-bottom: 27px;
}

.project-details__digital-solution-points {
  position: relative;
  display: block;
}

.project-details__digital-solution-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.project-details__digital-solution-points li .icon {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 10px;
}

.project-details__digital-solution-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #595552;
}

.project-details__digital-solution-points li .text {
  position: relative;
  display: block;
}

.project-details__digital-solution-points li .text p {
  font-size: 16px;
  line-height: 32px;
}

.project-details__digital-solution-text-2 {
  font-size: 16px;
  line-height: 32px;
  color: #6b6b6b;
  margin-top: 29px;
  margin-bottom: 47px;
}

.project-details__digital-solution-text-2 a {
  font-size: 18px;
  color: var(--tish-base);
  text-decoration: underline;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.project-details__digital-solution-text-2 a:hover {
  color: var(--tish-black);
}

.project-details__digital-solution-img-box {
  position: relative;
  display: block;
  margin-left: 50px;
  overflow: hidden;
}

.project-details__digital-solution-img {
  position: relative;
  display: block;
}

.project-details__digital-solution-img img {
  width: 100%;
  border-radius: 3px;
}

.project-details__digital-solution-img-shape-1 {
  position: absolute;
  top: -77px;
  left: 36px;
}

.project-details__digital-solution-img-shape-1 img {
  width: auto;
}

.project-details__digital-solution-img-shape-2 {
  position: absolute;
  bottom: -80px;
  left: 193px;
}

.project-details__digital-solution-img-shape-2 img {
  width: auto;
}

.project-details__digital-solution-img-shape-3 {
  position: absolute;
  top: 37px;
  right: -50px;
}

.project-details__digital-solution-img-shape-3 img {
  width: auto;
}

.project-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.project-details__text-3 {
  color: var(--tish-black);
  margin-top: 29px;
  margin-bottom: 55px;
}

.project-details__faq-box {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 60px 30px 60px;
  border: 1px solid var(--tish-black);
  border-radius: 2px;
}

.Protfolio-details__faq {
  position: relative;
  display: block;
  margin-right: 10px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 0;
  background-color: transparent;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 13px 20px 12px;
  background-color: var(--tish-white);
  border: 0px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-left: 65px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--tish-black);
  font-family: var(--tish-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 12px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--tish-white);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--tish-black);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e92b";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 12px;
  color: var(--tish-black);
  position: absolute;
  top: 50%;
  left: -45px;
  right: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 28px;
  width: 28px;
  background-color: #e3dfe0;
  border-radius: 50%;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e92a";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tish-black);
  color: var(--tish-white);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 19px 20px 14px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: var(--tish-black);
  opacity: .80;
  font-size: 16px;
  line-height: 32px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title::before {
  display: none;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title::before {
  display: none;
}

.project-details__faq-right {
  position: relative;
  display: block;
}

.project-details__faq-points {
  position: relative;
  display: block;
}

.project-details__faq-points li {
  position: relative;
  display: flex;
}

.project-details__faq-points li+li {
  margin-top: 13px;
}

.project-details__faq-points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 19px;
  top: 3px;
}

.project-details__faq-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 29px;
  color: #ff3495;
}

.project-details__faq-points li .text {
  position: relative;
  display: block;
}

.project-details__faq-points li .text p {
  font-size: 16px;
  line-height: 32px;
}

.project-details__faq-call-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--tish-base);
  padding: 31px 35px 33px;
  margin-top: 37px;
  border-radius: 2px;
  z-index: 1;
  overflow: hidden;
}

.project-details__faq-call-box-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 134px solid #fb238b;
  border-left: 143px solid transparent;
  z-index: -1;
}

.project-details__faq-call-box-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 134px solid #fd50a3;
  border-right: 143px solid transparent;
  z-index: -1;
}

.project-details__faq-call-box .icon {
  position: relative;
  display: inline-block;
}

.project-details__faq-call-box .icon img {
  width: auto;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.project-details__faq-call-box:hover .icon img {
  transform: scale(.9);
}

.Protfolio-details__call {
  position: relative;
  display: block;
  margin-left: 20px;
}

.Protfolio-details__call-box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--tish-white);
}

.Protfolio-details__call-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 2px;
}

.Protfolio-details__call-number a {
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__call-number a:hover {
  color: var(--tish-black);
}



.project-page-v-2 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: #f1f6f6;
  overflow: hidden;
  z-index: 1;
}

.project-page-v-2__shape-1 {
  position: absolute;
  top: -443px;
  left: 0;
  z-index: -1;
}

.project-page-v-2__shape-1 img {
  width: auto;
}

.project-page-v-2__shape-2 {
  position: absolute;
  bottom: -180px;
  left: 0;
  z-index: -1;
}

.project-page-v-2__shape-2 img {
  width: auto;
}

.project-page-v-2__shape-3 {
  position: absolute;
  top: -456px;
  right: 0;
  z-index: -1;
}

.project-page-v-2__shape-3 img {
  width: auto;
}

.project-page-v-2__shape-4 {
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: -1;
}

.project-page-v-2__shape-4 img {
  width: auto;
}

.project-page-v-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 115px;
  background-color: var(--tish-white);
}

.project-page-v-2 .container {
  max-width: 1800px;
}

.project-page-v-2 .project-two__single {
  margin-bottom: 30px;
}

.project-page-v-2 .project-two__content-box {
  left: 80px;
}

.project-page-v-2 .project-two__single:hover .project-two__arrow-box a {
  background-color: var(--tish-base);
}


.project-page-v-1 {
  position: relative;
  display: block;
  padding: 10px 0;
  z-index: 1;
}

.project-page-v-1 .project-one__single {
  margin-bottom: 30px;
}

.project-page-v-1 .project-one__content-box {
  padding: 28px 25px 26px;
  padding-right: 14px;
  margin-right: 30px;
}

.project-page-v-1 .project-one__title {
  font-size: 24px;
}

.project-page-v-1 .project-one__title a:hover {
  color: var(--tish-base);
}

.project-page-v-1 .project-one__arrow-box a {
  background-color: #F1C40F;
}

.project-page-v-1 .project-one__single:hover .project-one__arrow-box a {
  background-color: var(--tish-base);
}


.services-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-details__left {
  position: relative;
  display: block;
}

.services-details__category {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(212, 204, 204, 0.35);
  padding: 37px 25px 60px;
  margin-bottom: 50px;
}

.services-details__category .sidebar__title-box {
  margin-bottom: 27px;
}

.services-details__category-list {
  position: relative;
  display: block;
}

.services-details__category-list li {
  position: relative;
  display: block;
}

.services-details__category-list li+li {
  margin-top: 20px;
}

.services-details__category-list-left {
  position: relative;
  display: block;
}

.services-details__category-list-left a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--tish-black);
  border: 1px solid #f0e8e8;
  padding: 11px 40px 14px;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-details__category-list-left a:hover {
  border: 1px solid var(--tish-base);
  color: var(--tish-base);
}

.services-details__category-list li.active .services-details__category-list-left a {
  border: 1px solid var(--tish-base);
  color: var(--tish-base);
}

.services-details__category-list-left a::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 21px;
  width: 10px;
  height: 11px;
  background-color: var(--tish-base);
  border-radius: 3px;
}

.services-details__right {
  position: relative;
  display: block;
}

.services-details__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  margin-top: -12px;
}

.services-details__text-1 {
  margin-top: 34px;
  margin-bottom: 42px;
}

.services-details__img {
  position: relative;
  display: block;
}

.services-details__img img {
  width: 100%;
}

.services-details__title-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 45px;
  margin-bottom: 19px;
}

.services-details__feature-box {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 43px;
}

.services-details__feature-1 {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__feature-1+.services-details__feature-1 {
  margin-top: 53px;
}

.services-details__feature-1-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 131px;
  width: 100%;
  height: 134px;
  background-color: #f8f2f5;
  border-radius: 3px;
  overflow: hidden;
}

.services-details__feature-1-icon-shape-1 {
  position: absolute;
  top: -35px;
  right: 0;
  width: 15px;
  height: 102px;
  background-color: var(--tish-base);
  transform: rotate(-40deg);
}

.services-details__feature-1-icon-shape-2 {
  position: absolute;
  top: -22px;
  right: 12px;
  width: 15px;
  height: 102px;
  background-color: var(--tish-white);
  transform: rotate(-40deg);
}

.services-details__feature-1-icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  background-color: var(--tish-white);
  border-radius: 50%;
  font-size: 56px;
  color: var(--tish-black);
}

.services-details__feature-1-content {
  position: relative;
  display: block;
  margin-left: 25px;
}

.services-details__feature-1-content-text {
  font-size: 16px;
  line-height: 32px;
}

.services-details__feature-1-points {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.services-details__feature-1-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.services-details__feature-1-points li+li {
  margin-left: 22px;
}

.services-details__feature-1-points li .icon {
  position: relative;
  display: inline-block;
}

.services-details__feature-1-points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--tish-black);
}

.services-details__feature-1-points li .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.services-details__feature-1-points li .text p {
  color: #1c2035;
  opacity: .80;
}

.services-details__title-3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.services-details__text-3 {
  margin-top: 12px;
  margin-bottom: 42px;
}

.services-details__feature-box-two {
  position: relative;
  display: block;
}

.services-details__feature-two-single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #faf7f6;
  padding: 34px 40px 40px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.services-details__feature-two-single+.services-details__feature-two-single {
  margin-top: 30px;
}

.services-details__feature-two-shape-1 {
  position: absolute;
  bottom: -87px;
  left: -353px;
  z-index: -1;
}

.services-details__feature-two-shape-1 img {
  width: auto;
}

.services-details__feature-two-shape-2 {
  position: absolute;
  top: -7px;
  right: 30px;
  z-index: -1;
}

.services-details__feature-two-shape-2 img {
  width: auto;
}

.services-details__feature-two-shape-3 {
  position: absolute;
  bottom: 10px;
  right: -290px;
  z-index: -1;
}

.services-details__feature-two-shape-3 img {
  width: auto;
}

.services-details__feature-two-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 84px;
  width: 100%;
  height: 84px;
  background-color: var(--tish-white);
}

.services-details__feature-two-icon span {
  position: relative;
  display: inline-block;
  font-size: 57px;
  color: var(--tish-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-details__feature-two-single:hover .services-details__feature-two-icon span {
  transform: scale(.9);
}

.services-details__feature-two-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.services-details__feature-two-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.services-details__feature-two-text {
  font-size: 16px;
  line-height: 32px;
  margin-top: 3px;
}

.services-details__text-4 {
  margin-top: 32px;
  margin-bottom: 44px;
}

.services-details__faq {
  margin-right: 0;
  background-color: #f6f6f6;
  padding: 34px 25px 40px;
  border: 1px solid var(--tish-black);
  border-radius: 2px;
}


.services-page-v-2 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-page-v-2 .services-one__btn::after {
  background-color: var(--tish-base);
}

.services-page-v-2 .services-one__icon-5 {
  background-color: #ebeef7;
}

.services-page-v-2 .services-one__icon-6 {
  background-color: #eaeaea;
}

.services-page-v-2 .services-one__icon-7 {
  background-color: #f5e5ec;
}

.services-page-v-2 .services-one__icon-8 {
  background-color: #fdf0ed;
}

.services-page-v-2 .services-one__title a:hover {
  color: var(--tish-base);
}


.services-page-v-1 {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}


.testimonial-page {
  position: relative;
  display: block;
  background-color: #f2f7f7;
  padding: 120px 0 80px;
}

.testimonial-page .testimonial-one__single {
  margin-bottom: 40px;
}


.team-page {
  padding-bottom: 0;
}

.team-page .team-one__single:hover .team-one__social-box {
  background-color: var(--tish-base);
}

.team-page .team-one__name a:hover {
  color: var(--tish-base);
}


.how-it-work-four {
  padding-top: 90px;
}


.about-four {
  position: relative;
  display: block;
  padding: 109px 0 120px;
  z-index: 1;
}

.about-four .about-three__shape-1 {
  position: absolute;
  right: 180px;
  top: 104px;
}


.progress-four {
  position: relative;
  display: block;
  margin-top: -12px;
  padding: 120px 0 0px;
  z-index: 1;
}


.testimonial-four .testimonial-one__carousel.owl-carousel .owl-dots .owl-dot {
  border: 2px solid var(--tish-base);
}


.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.faq-page__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 68px;
}

.faq-page__title {
  font-weight: 500;
  color: var(--tish-black);
}

.faq-page__text {
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
  margin-top: 8px;
}

.faq-page__left {
  position: relative;
  display: block;
}

.faq-page__faq-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 17px;
}

.faq-page__faq-text {
  font-weight: 500;
}

.faq-page__faq-box {
  position: relative;
  display: block;
  margin-top: 29px;
}

.faq-page__faq-box .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
}

.faq-page__faq-box .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 14px 20px 14px;
  padding-left: 65px;
  border: 1px solid #f7f7f7;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__faq-box .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--tish-black);
  font-family: var(--tish-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__faq-box .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-page__faq-box .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: #f2efee;
  border: 1px solid #f2efee;
}

.faq-page__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--tish-black);
}

.faq-page__faq-box .faq-one-accrodion .accrodion-title h4::before {
  content: "\e91c";
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 13px;
  color: var(--tish-white);
  position: absolute;
  top: 50%;
  left: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color: #e3dfe0;
  border-radius: 50%;
}

.faq-page__faq-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e917";
  color: var(--tish-white);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tish-base);
}

.faq-page__faq-box .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 24px 20px 24px;
}

.faq-page__faq-box .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: var(--tish-black);
  opacity: .80;
  font-size: 16px;
  font-weight: 500;
}

.faq-page__right {
  position: relative;
  display: block;
  margin-left: 14px;
}

.faq-page__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.faq-page__img img {
  width: 100%;
  border-radius: 2px;
}

.faq-page__img-shape-1 {
  position: absolute;
  bottom: 120px;
  left: 0;
  height: 140px;
  width: 90px;
  background-color: var(--tish-white);
  clip-path: polygon(0 0, 100% 100%, 0 83%, 0% 50%);
}

.faq-page__img-shape-2 {
  position: absolute;
  bottom: 0px;
  left: 25px;
  height: 85px;
  width: 130px;
  background-color: var(--tish-white);
  clip-path: polygon(100% 0, 74% 100%, 0 100%, 0 100%);
}

.faq-page__img-shape-3 {
  position: absolute;
  bottom: 210px;
  right: -1px;
  height: 105px;
  width: 90px;
  background-color: var(--tish-white);
  clip-path: polygon(100% 6%, 100% 99%, 100% 100%, 28% 0);
}


.address {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

.address__single {
  position: relative;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(235, 235, 235);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(211, 211, 214, 0.35);
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

.address__single-inner {
  position: relative;
  display: block;
  padding: 60px 0 76px;
  overflow: hidden;
  z-index: 1;
}

.address__shape-1 {
  position: absolute;
  top: 0;
  left: 51px;
  right: 51px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.address__shape-2 {
  position: absolute;
  bottom: 0;
  left: 51px;
  right: 51px;
  border-bottom: 102px solid #f7f7f7;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.address__shape-3 {
  position: absolute;
  bottom: 55px;
  left: -41px;
  border-top: 102px solid #fcfafa;
  border-left: 128px solid transparent;
  border-right: 128px solid transparent;
  z-index: -1;
}

.address__shape-4 {
  position: absolute;
  bottom: -55px;
  right: -37px;
  height: 165px;
  width: 205px;
  background-color: #fcfafa;
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0 0);
  z-index: -1;
}

.address__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--tish-black);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.address__icon:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 7px;
  height: 100px;
  width: 15px;
  background-color: var(--tish-base);
  transform: rotate(42deg);
  z-index: -1;
}

.address__icon:after {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 0;
  height: 100px;
  width: 15px;
  background-color: #1a2d4f;
  transform: rotate(42deg);
  z-index: -1;
}

.address__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--tish-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.address__single:hover .address__icon span {
  color: var(--tish-base);
}

.address__content {
  position: relative;
  display: block;
  margin-top: 28px;
}

.address__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 9px;
}

.address__phone-email {
  position: relative;
  display: block;
}

.address__phone-email p {
  font-size: 18px;
  color: #504f56;
  line-height: 30px;
  opacity: .80;
  font-weight: 500;
}

.address__phone-email p a {
  color: #504f56;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.address__phone-email p a:hover {
  color: var(--tish-base);
}


.contact-form-box {
  position: relative;
  display: block;
  padding: 0px 0 120px;
}

.contact-form-box__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 68px;
}

.contact-form-box__title-box span {
  font-size: 18px;
  font-weight: 500;
  color: var(--tish-black);
}

.contact-form-box__title-box h3 {
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
  margin-top: 10px;
}

.contact-form-box__left {
  position: relative;
  display: block;
  margin-right: 20px;
}

.contact-form-box__input-box {
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.contact-form-box__input-box p {
  font-size: 15px;
  color: #433838;
  opacity: .70;
  line-height: 20px;
  margin-bottom: 5px;
}

.contact-form-box__input-box input[type="text"],
.contact-form-box__input-box input[type="email"] {
  height: 55px;
  border: 0;
  width: 100%;
  font-size: 16px;
  color: var(--tish-black);
  font-weight: 500;
  background-color: #f5f5f5;
  padding: 0 20px;
  border-radius: 2px;
  outline: none;
}

.contact-form-box__input-box textarea {
  height: 150px;
  width: 100%;
  border: none;
  color: rgba(67, 56, 56, .70);
  background-color: #f5f5f5;
  padding: 20px 20px 20px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
}

.contact-form-box__input-box.text-message-box {
  height: 150px;
  margin-bottom: 45px;
}

.contact-form-box__btn-box {
  position: relative;
  display: block;
}

.contact-form-box__btn {
  border: none;
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.contact-form-box__btn:hover {
  color: var(--tish-white);
}

.contact-form-box__btn:after {
  background-color: var(--tish-base);
}


.contact-form-box__right {
  position: relative;
  display: block;
  margin-left: 28px;
  margin-top: 4px;
}

.contact-form-box__img {
  position: relative;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.contact-form-box__img img {
  width: 100%;
  border-radius: 3px;
}

.contact-form-box__img-shape-1 {
  position: absolute;
  bottom: 120px;
  left: 0;
  height: 140px;
  width: 90px;
  background-color: var(--tish-white);
  clip-path: polygon(0 0, 100% 100%, 0 83%, 0% 50%);
}

.contact-form-box__img-shape-2 {
  position: absolute;
  bottom: 0px;
  left: 25px;
  height: 85px;
  width: 130px;
  background-color: var(--tish-white);
  clip-path: polygon(100% 0, 74% 100%, 0 100%, 0 100%);
}

.contact-form-box__img-shape-3 {
  position: absolute;
  bottom: 210px;
  right: -1px;
  height: 105px;
  width: 90px;
  background-color: var(--tish-white);
  clip-path: polygon(100% 6%, 100% 99%, 100% 100%, 28% 0);
}


.error-page {
  position: relative;
  display: block;
  padding: 145px 0 120px;
  background-color: var(--tish-white);
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.error-page__shape-1 {
  position: absolute;
  top: -12px;
  left: -40px;
  z-index: -1;
}

.error-page__shape-1 img {
  width: auto;
}

.error-page__shape-2 {
  position: absolute;
  top: 83px;
  left: 10px;
  z-index: 2;
}

.error-page__shape-2 img {
  width: auto;
}

.error-page__title-box {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 225px;
  line-height: 225px;
  font-weight: 900;
  color: var(--tish-black);
  z-index: 2;
}

.error-page__tagline {
  font-size: 46px;
  line-height: 46px;
  font-weight: 400;
  color: var(--tish-black);
  margin-top: 61px;
  margin-bottom: 5px;
  font-family: var(--tish-font);
}

.error-page__text {
  font-size: 20px;
  color: #13121d;
  opacity: .80;
  font-weight: 500;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 60px auto 30px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 70px;
  width: 100%;
  border: 1px solid #03060d;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  color: rgba(69, 68, 74, .70);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 75px;
}

.error-page__form button[type="submit"] {
  background-color: var(--tish-black);
  color: var(--tish-white);
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.error-page__form button[type="submit"]:hover {
  background-color: var(--tish-base);
}

.error-page__btn {
  background-color: var(--tish-base);
  color: var(--tish-white);
}

.error-page__btn:hover {
  color: var(--tish-white);
}

.error-page__btn:after {
  background-color: var(--tish-base);
}




body.boxed-wrapper {
  background-color: #f2f7f7;
}

.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

.boxed-wrapper .main-header__top-text-box {
  display: none;
}

.boxed-wrapper .main-header__top-social {
  margin-left: 40px;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-one__right {
        max-width: 600px;
        margin: 70px auto 0;
    }

    .about-one {
        padding: 10px 0;
    }

    .project-one__content-box {
        padding: 28px 14px 26px;
        padding-right: 14px;
        margin-right: 15px;
    }

    .project-one__title {
        font-size: 18px;
    }

    .progress-one__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .progress-one__img {
        max-width: 255px;
    }

    .progress-one__img-2 {
        right: 0;
    }

    .progress-one__shape-2 {
        right: 200px;
        top: -50px;
    }

    .progress-one__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .blog-one__top {
        flex-direction: column;
        text-align: center;
    }

    .blog-one__text-and-btn {
        margin-top: 20px;
        top: 0;
        flex-direction: column;
    }

    .blog-one__text {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-one__btn-and-date {
        flex-direction: column;
        align-items: baseline;
    }

    .footer-widget__about-us {
        margin-left: 0;
    }

    .footer-widget__services {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__latest-post {
        margin-left: 0;
        margin-top: 43px;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-two__img-two-box {
        left: 100px;
    }

    .about-two__right {
        max-width: 600px;
        margin: 79px auto 0;
    }

    .services-three {
        padding: 115px 0 90px;
    }

    .project-two__content-box {
        left: 10px;
    }

    .how-it-work-two__shape-2 {
        display: none;
    }

    .testimonial-two__carousel.owl-theme .owl-nav {
        right: -88px;
    }

    .blog-two__btn-and-date {
        flex-direction: column;
        align-items: baseline;
    }

    .footer-widget-two__newsletter {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widget-two__about-us {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-two__latest-post {
        margin-left: 0;
        margin-top: 43px;
    }

    .about-three__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-three__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .counter-one__single::before {
        display: none;
    }

    .progress-three__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .progress-three__right {
        max-width: 600px;
        margin: 39px auto 0;
    }

    .progress-three__img {
        max-width: 250px;
    }

    .progress-three__img-2 {
        right: inherit;
        left: 300px;
    }

    .progress-three__img-3 {
        display: none;
    }

    .progress-three__title {
        text-align: center;
    }

    .contact-one__left .section-title__title {
        font-size: 38px;
        line-height: 50px;
    }

    .contact-one__left .section-title__title br {
        display: none;
    }

    .contact-one__call {
        padding-left: 30px;
    }

    .contact-one__call-number {
        font-size: 19px;
        line-height: 19px;
    }

    .footer-widget-three__newsletter {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widget-three__about-us {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-three__latest-post {
        margin-left: 0;
        margin-top: 43px;
    }

    .back-news {
        flex-direction: column;
    }

    .back-news__right {
        margin-top: 15px;
    }

    .project-details__points-box {
        margin-left: 50px;
        margin-right: 50px;
    }

    .page-header:before {
        display: none;
    }

    .thm-breadcrumb-box__text-box {
        display: none;
    }












}




























@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-one__right {
        max-width: 600px;
        margin: 70px auto 0;
    }

    .about-one {
        padding: 10px 0;
    }

    .cta-one__inner {
        flex-direction: column;
    }

    .cta-one__btn-box {
        margin-top: 20px;
    }

    .video-one__inner .video-one__video-title {
        font-size: 47px;
        line-height: 57px;
    }

    .progress-one__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .progress-one__img {
        max-width: 255px;
    }

    .progress-one__img-2 {
        right: 0;
    }

    .progress-one__shape-2 {
        right: 200px;
        top: -50px;
    }

    .progress-one__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .progress-one__title br {
        display: none;
    }

    .blog-one__top {
        flex-direction: column;
        text-align: center;
    }

    .blog-one__text-and-btn {
        margin-top: 20px;
        top: 0;
        flex-direction: column;
    }

    .blog-one__text {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .subscribe-one__inner {
        padding: 110px 50px 80px;
    }

    .footer-widget__services {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__latest-post {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__about-us {
        margin-left: 0;
    }

    .cta-two__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-two__title-box {
        margin-bottom: 20px;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-two__img-two-box {
        left: 100px;
    }

    .about-two__right {
        max-width: 600px;
        margin: 79px auto 0;
    }

    .services-three {
        padding: 115px 0 90px;
    }

    .video-two__inner .video-two__video-title br {
        display: none;
    }

    .project-two__content-box {
        left: 10px;
    }

    .how-it-work-two__shape-2 {
        display: none;
    }

    .testimonial-two__carousel.owl-theme .owl-nav {
        right: 0px;
        top: -100px;
    }

    .footer-widget-two__newsletter {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widget-two__about-us {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-two__latest-post {
        margin-left: 0;
        margin-top: 43px;
    }

    .about-three__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-three__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .counter-one__list {
        align-items: flex-start;
        flex-direction: column;
    }

    .counter-one__single::before {
        display: none;
    }

    .video-three__inner .video-three__video-title br {
        display: none;
    }

    .progress-three__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .progress-three__right {
        max-width: 600px;
        margin: 39px auto 0;
    }

    .progress-three__img {
        max-width: 250px;
    }

    .progress-three__img-2 {
        right: inherit;
        left: 300px;
    }

    .progress-three__img-3 {
        display: none;
    }

    .progress-three__title {
        text-align: center;
    }

    .progress-three__title br {
        display: none;
    }

    .services-five__single::before {
        display: none;
    }

    .contact-one__right {
        margin-left: 0;
        margin-top: 40px;
    }

    .footer-widget-three__newsletter {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widget-three__about-us {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-three__latest-post {
        margin-left: 0;
        margin-top: 43px;
    }

    .blog-page .blog-two__btn-and-date {
        flex-direction: column;
        align-items: baseline;
    }

    .sidebar {
        margin-top: 50px;
    }

    .contact-form-box__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .faq-page__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .project-details__points-box {
        margin-left: 30px;
        margin-right: 30px;
        padding: 46px 20px 33px;
    }

    .project-details__content-box {
        margin-right: 0;
    }

    .project-details__digital-solution-img-box {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .project-details__faq-right {
        margin-top: 50px;
    }

    .project-page-v-1 .project-one__title {
        font-size: 20px;
    }

    .project-page-v-2 .project-two__content-box {
        left: 10px;
    }

    .services-details__left {
        margin-bottom: 50px;
    }

    .page-header:before {
        display: none;
    }

    .thm-breadcrumb-box__text-box {
        display: none;
    }










}































@media only screen and (max-width: 767px) {
    .section-title__title br {
        display: none;
    }

    .section-title__title {
        font-size: 35px;
        line-height: 45px;
    }

    .about-one__left {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }

    .about-one__img-two {
        display: none;
    }

    .about-one__title {
        font-size: 33px;
        line-height: 43px;
    }

    .about-one__title br {
        display: none;
    }

    .about-one__count-box {
        flex-direction: column;
    }

    .about-one__count-text {
        margin-left: 0;
    }

    .about-one__count::before {
        display: none;
    }

    .about-one__services {
        flex-direction: column;
        align-items: baseline;
    }

    .about-one__services li+li {
        margin-left: 0;
        margin-top: 10px;
    }

    .about-one__services-list-shape-1 {
        display: none;
    }

    .about-one__text br {
        display: none;
    }

    .about-one__right {
        margin-top: 40px;
    }

    .cta-one__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-one__btn-box {
        margin-top: 20px;
    }

    .video-one__inner .video-one__video-title {
        font-size: 47px;
        line-height: 57px;
    }

    .video-one__inner .video-one__video-title br {
        display: none;
    }

    .how-it-work__right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
    }

    .how-it-work__shape-1,
    .how-it-work__shape-2,
    .how-it-work__shape-3 {
        display: none;
    }

    .how-it-work__increased-productivity {
        display: none;
    }

    .how-it-work__success-story-box {
        top: 50px;
    }

    .project-one__carousel.owl-carousel .owl-dots {
        display: none;
    }

    .project-one {
        padding: 120px 0 120px;
    }

    .progress-one__title br {
        display: none;
    }

    .progress-one__right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
    }

    .progress-one__left {
        margin-right: 0;
    }

    .progress-one__img-2 {
        display: none;
    }

    .testimonial-one__title br {
        display: none;
    }

    .testimonial-one__title {
        font-size: 40px;
    }

    .blog-one__top {
        flex-direction: column;
        text-align: center;
    }

    .blog-one__text-and-btn {
        margin-top: 20px;
        top: 0;
        flex-direction: column;
    }

    .blog-one__text {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-one__btn-and-date {
        flex-direction: column;
        align-items: baseline;
    }

    .subscribe-one__inner {
        padding: 110px 20px 80px;
    }

    .subscribe-one__title {
        font-size: 35px;
        line-height: 45px;
    }

    .subscribe-one__input-box input[type="email"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .subscribe-one__btn {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 15px 28px 15px;
        margin-top: 10px;
    }

    .footer-widget__services {
        margin-left: 0;
    }

    .footer-widget__latest-post {
        margin-left: 0;
        margin-top: 31px;
    }

    .footer-widget__about-us {
        margin-left: 0;
        margin-top: 43px;
        margin-bottom: 31px;
    }

    .cta-two__inner {
        flex-direction: column;
        text-align: center;
    }

    .cta-two__title-box {
        margin-bottom: 20px;
    }

    .about-two__left {
        margin-right: 0;
        margin-left: 0;
    }

    .about-two__img-two-box {
        display: none;
    }

    .about-two__curved-circle-box {
        bottom: inherit;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .about-two__right-title br {
        display: none;
    }

    .about-two__right-title {
        font-size: 35px;
        line-height: 45px;
    }

    .about-two__right {
        margin-top: 40px;
    }

    .about-two__services-list {
        flex-direction: column;
        align-items: baseline;
    }

    .about-two__services-list li+li {
        margin-left: 0;
        margin-top: 10px;
    }

    .about-two__best-corporate {
        padding: 30px 20px 21px;
        flex-direction: column;
        text-align: center;
    }

    .about-two__best-corporate-btn-box {
        margin-top: 15px;
    }

    .about-two__points-box {
        flex-direction: column;
        align-items: baseline;
    }

    .about-two__points-box li+li {
        margin-left: 0;
        margin-top: 10px;
    }

    .services-three {
        padding: 118px 0 90px;
    }

    .services-three__single {
        height: 300px;
        width: 300px;
    }

    .video-two__inner .video-two__video-title br {
        display: none;
    }

    .project-two__content-box {
        left: 10px;
    }

    .how-it-work-two__shape-2 {
        display: none;
    }

    .testimonial-two__carousel.owl-theme .owl-nav {
        display: none;
    }

    .testimonial-two__title br {
        display: none;
    }

    .testimonial-two__title {
        font-size: 38px;
        line-height: 48px;
    }

    .testimonial-two__single {
        flex-direction: column;
        align-items: baseline;
    }

    .testimonial-two__content {
        margin-left: 0;
        margin-top: 72px;
    }

    .testimonial-two__client-img {
        width: 100%;
        margin-top: 10px;
    }

    .testimonial-two__rating {
        margin-right: 0;
    }

    .blog-two__btn-and-date {
        flex-direction: column;
        align-items: baseline;
    }

    .footer-widget-two__newsletter {
        margin-left: 0;
        margin-right: 0;
        margin-top: 43px;
        margin-bottom: 43px;
    }

    .footer-widget-two__about-us {
        margin-left: 0;
        margin-bottom: 31px;
    }

    .footer-widget-two__latest-post {
        margin-left: 0;
    }

    .about-three__title br {
        display: none;
    }

    .about-three__title {
        font-size: 38px;
        line-height: 48px;
    }

    .about-three__points-box {
        flex-direction: column;
        align-items: baseline;
    }

    .about-three__points-list-2 {
        margin-left: 0;
        margin-top: 15px;
    }

    .about-three__bottom {
        flex-direction: column;
        align-items: baseline;
    }

    .about-three__bottom-text {
        margin-left: 0;
        margin-top: 10px;
    }

    .about-three__bottom-text p br {
        display: none;
    }

    .about-three__curved-circle-box {
        display: none;
    }

    .about-three__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .about-three__cta-box {
        bottom: 0;
        left: 0;
        padding: 25px 10px 27px;
    }

    .counter-one__list {
        align-items: flex-start;
        flex-direction: column;
    }

    .counter-one__single::before {
        display: none;
    }

    .video-three__inner .video-three__video-title br {
        display: none;
    }

    .video-three__inner .video-three__video-title {
        font-size: 45px;
        line-height: 55px;
    }

    .progress-three__title {
        text-align: center;
    }

    .progress-three__title br {
        display: none;
    }

    .progress-three__left {
        margin-right: 0;
    }

    .progress-three__img-2,
    .progress-three__img-3 {
        display: none;
    }

    .progress-three__right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 39px;
    }

    .services-five__single::before {
        display: none;
    }

    .services-five__shape-1 {
        display: none;
    }

    .contact-one__inner {
        margin-right: 0;
        padding: 66px 20px 86px;
    }

    .contact-one__right {
        margin-left: 0;
        margin-top: 40px;
    }

    .contact-one__img-and-call-box {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-one__call {
        padding-left: 0;
        margin-top: 20px;
    }

    .footer-widget-three__newsletter {
        margin-left: 0;
        margin-right: 0;
        margin-top: 43px;
        margin-bottom: 43px;
    }

    .footer-widget-three__about-us {
        margin-left: 0;
    }

    .footer-widget-three__latest-post {
        margin-left: 0;
        margin-top: 31px;
    }

    .error-page__title {
        font-size: 100px;
        line-height: 100px;
    }

    .error-page__shape-1,
    .error-page__shape-2 {
        display: none;
    }

    .sidebar {
        margin-top: 50px;
    }

    .blog-list__date-box {
        flex-direction: column;
    }

    .blog-list__date {
        margin-left: 0;
        margin-top: 10px;
    }

    .blog-list__title-2 {
        font-size: 24px;
        line-height: 34px;
    }

    .blog-list__btn-and-date {
        flex-direction: column;
        align-items: baseline;
    }

    .blog-list__date-two {
        margin-left: 0;
    }

    .blog-list__inner {
        padding: 24px 24px 23px;
    }

    .blog-page__pagination {
        float: none;
    }

    .sidebar__get-in-touch {
        padding: 34px 15px 82px;
    }

    .blog-details__meta-box-and-share-btn {
        flex-direction: column;
    }

    .blog-details__meta-box {
        flex-direction: column;
    }

    .blog-details__meta {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h1.entry-title,
    .blog-details__title-1 {
        font-size: 24px;
        line-height: 34px;
    }

    .blog-details__quote-box {
        flex-direction: column;
        align-items: baseline;
    }

    .blog-details__quote-box::before,
    .blog-details__quote-box::after {
        display: none;
    }

    .blog-details__quote-icon {
        margin-right: 0;
    }

    .blog-details__tags {
        flex-direction: column;
    }

    .blog-details__tags p {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .author__img {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 15px;
    }

    .back-news {
        flex-direction: column;
    }

    .back-news__right {
        margin-top: 15px;
    }

    .comment-one__single {
        flex-direction: column;
    }

    .comment-one__content {
        margin-left: 0;
        margin-top: 20px;
    }

    .comment-one__single--two {
        margin-left: 20px;
    }

    .contact-form-box__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .faq-page__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .project-details__points-box {
        margin-left: 20px;
        margin-right: 20px;
        padding: 46px 20px 33px;
    }

    .project-details__points {
        flex-direction: column;
        align-items: baseline;
    }

    .project-details__points li+li {
        margin-top: 20px;
    }

    .project-details__content-box {
        margin-right: 0;
    }

    .project-details__digital-solution-img-box {
        margin-left: 0;
        margin-bottom: 40px;
    }

    .project-details__digital-solution-img-shape-1,
    .project-details__digital-solution-img-shape-2 {
        display: none;
    }

    .project-details__faq-right {
        margin-top: 50px;
    }

    .project-details__faq-call-box {
        flex-direction: column;
        align-items: baseline;
        padding: 31px 10px 33px;
    }

    .Protfolio-details__call {
        margin-left: 0;
        margin-top: 10px;
    }

    .project-page-v-2 .project-two__content-box {
        left: 10px;
    }

    .services-details__left {
        margin-bottom: 50px;
    }

    .services-details__feature-1 {
        flex-direction: column;
        align-items: baseline;
    }

    .services-details__feature-1-content {
        margin-left: 0;
        margin-top: 15px;
    }

    .services-details__feature-1-points {
        flex-direction: column;
        align-items: baseline;
    }

    .services-details__feature-1-points li+li {
        margin-left: 0;
    }

    .services-details__feature-two-single {
        padding: 34px 20px 40px;
        flex-direction: column;
        align-items: baseline;
    }

    .services-details__feature-two-content {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-header:before {
        display: none;
    }

    .thm-breadcrumb-box__text-box {
        display: none;
    }

    .thm-breadcrumb-box {
        left: 0;
        align-items: center;
        justify-content: center;
        padding: 11px 15px 11px;
    }

    .thm-breadcrumb__icon-two {
        display: none;
    }

    .thm-breadcrumb__shape-1,
    .thm-breadcrumb__shape-2 {
        display: none;
    }







}




















@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .project-one__content-box {
        padding: 28px 14px 26px;
        padding-right: 14px;
        margin-right: 15px;
    }

    .project-one__title {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1640px) {
    .project-two__content-box {
        left: 10px;
    }

    .project-page-v-2 .project-two__content-box {
        left: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .project-two__content-box {
        left: 0px;
        padding: 28px 10px 26px;
    }

    .project-two__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
    }

    .project-two__text {
        font-size: 14px;
    }

    .project-page-v-2 .project-two__content-box {
        left: 0px;
        padding: 28px 10px 26px;
    }

    .project-page-v-2 .project-two__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 32px;
    }

    .project-page-v-2 .project-two__text {
        font-size: 14px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1760px) {
    .page-header:before {
        display: none;
    }
}














@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider__title {
        font-size: 90px;
        line-height: 100px;
    }

    .main-slider__shape-3 {
        display: none;
    }

    .main-slider-two__img {
        right: -275px;
    }

    .main-slider-two__img img {
        width: 70%;
    }

    .main-slider-three__img-box {
        display: none;
    }

    .main-slider-three__content {
        margin-left: 0;
        margin-right: 0;
    }

    .main-slider-three__shape-3 {
        right: 0;
        top: 0;
    }

    .main-slider-three__big-text {
        right: 130px;
    }



}






@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider__title {
        font-size: 70px;
        line-height: 80px;
    }

    .main-slider__shape-3 {
        display: none;
    }

    .main-slider-two__shape-1,
    .main-slider-two__shape-2,
    .main-slider-two__shape-3,
    .main-slider-two__shape-4,
    .main-slider-two__shape-5,
    .main-slider-two__img {
        display: none;
    }

    .main-slider-three__img-box {
        display: none;
    }

    .main-slider-three__content {
        margin-left: 0;
        margin-right: 0;
    }

    .main-slider-three__shape-3 {
        right: 0;
        top: 0;
    }

    .main-slider-three__big-text {
        display: none;
    }

    .main-slider-three__bottom {
        display: none;
    }
}



@media only screen and (max-width: 767px) {

    .main-slider__shape-1,
    .main-slider__shape-2,
    .main-slider__shape-3 {
        display: none;
    }

    .main-slider__title {
        font-size: 55px;
        line-height: 65px;
    }

    .main-slider__title br {
        display: none;
    }

    .main-slider .container {
        padding-top: 190px;
        padding-bottom: 200px;
    }

    .main-slider-two__shape-1,
    .main-slider-two__shape-2,
    .main-slider-two__shape-3,
    .main-slider-two__shape-4,
    .main-slider-two__shape-5,
    .main-slider-two__img {
        display: none;
    }

    .main-slider-two__title {
        font-size: 50px;
        line-height: 60px;
    }

    .main-slider-two__title br {
        display: none;
    }

    .main-slider-three__img-box {
        display: none;
    }

    .main-slider-three__content {
        margin-left: 0;
        margin-right: 0;
    }

    .main-slider-three__shape-3 {
        right: 0;
        top: 0;
    }

    .main-slider-three__big-text {
        display: none;
    }

    .main-slider-three__bottom {
        display: none;
    }

    .main-slider-three__shape-1,
    .main-slider-three__shape-2,
    .main-slider-three__shape-3 {
        display: none;
    }

    .main-slider-three__title {
        font-size: 60px;
        line-height: 70px;
    }

    .main-slider-three__title br {
        display: none;
    }

    .main-slider-three__btn-video-box {
        flex-direction: column;
        align-items: baseline;
    }

    .main-slider-three__video-box {
        margin: 50px;
        margin-left: 0;
    }

    .main-slider-three__arrow {
        display: none;
    }

    .main-slider-three .container {
        padding-top: 200px;
        padding-bottom: 200px;
    }
}





@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-slider-two__img {
        right: -275px;
    }

    .main-slider-two__img img {
        width: 70%;
    }

    .main-slider-two__shape-1 {
        left: -50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-slider-two__img {
        right: -275px;
    }

    .main-slider-two__img img {
        width: 70%;
    }

    .main-slider-three__img {
        left: 20px;
    }

    .main-slider-three__img>img {
        width: 70%;
    }

    .main-slider-three__small-img {
        display: none;
    }

    .main-slider-three__curved-circle-box {
        left: 200px;
    }

    .main-slider-three__content {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1700px) {
    .main-slider-three__img>img {
        width: 70%;
    }

    .main-slider-three__curved-circle-box {
        left: 200px;
    }

    .main-slider-three__small-img {
        right: 248px;
    }
}






@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu__wrapper {
        padding: 0 20px 0;
    }

    .main-header__top-wrapper {
        padding: 7px 20px 8px;
    }

    .main-header__top-text-box {
        display: none;
    }

    .main-header-two__top-wrapper {
        padding: 8px 20px;
    }

    .main-menu-two__wrapper {
        padding: 0 20px 0;
    }

    .main-header-two__address-list {
        display: none;
    }

    .main-header-three__top {
        display: none;
    }

    .main-menu-three__wrapper {
        padding: 0 20px 0;
    }

    .main-menu-three .mobile-nav__toggler {
        color: var(--tish-white);
    }

    .main-menu-three .mobile-nav__toggler:hover {
        color: var(--tish-base);
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu__wrapper {
        padding: 0 20px 0;
    }

    .main-header__top {
        display: none;
    }

    .main-menu__support {
        display: none;
    }


    .main-header-two__top {
        display: none;
    }

    .main-menu-two__support {
        display: none;
    }

    .main-menu-two__wrapper {
        padding: 0 20px 0;
    }

    .main-header-three__top {
        display: none;
    }

    .main-menu-three__wrapper {
        padding: 0 20px 0;
    }

    .main-menu-three .mobile-nav__toggler {
        color: var(--tish-white);
    }

    .main-menu-three .mobile-nav__toggler:hover {
        color: var(--tish-base);
    }

    .main-menu-three__support {
        display: none;
    }

    .main-menu-three__btn-box {
        margin-left: 0;
    }


}


@media (max-width: 767px) {
    .main-menu__wrapper {
        padding: 0 20px 0;
    }

    .main-header__top {
        display: none;
    }

    .main-menu__right {
        display: none;
    }

    .main-menu__logo {
        margin-right: 0;
    }

    .main-menu__left {
        flex: 1;
        justify-content: space-between;
    }

    .main-header-two__top {
        display: none;
    }

    .main-menu-two__wrapper {
        padding: 0 20px 0;
    }

    .main-menu-two__right {
        display: none;
    }

    .main-menu-two__logo {
        margin-right: 0;
    }

    .main-menu-two__left {
        flex: 1;
        justify-content: space-between;
    }

    .main-menu-three .mobile-nav__toggler {
        color: var(--tish-white);
    }

    .main-menu-three .mobile-nav__toggler:hover {
        color: var(--tish-base);
    }

    .main-header-three__top {
        display: none;
    }

    .main-menu-three__wrapper {
        padding: 0 20px 0;
    }

    .main-menu-three__right {
        display: none;
    }

    .main-menu-three__logo {
        margin-right: 0;
    }

    .main-menu-three__left {
        justify-content: space-between;
        flex: 1;
    }
}







@media only screen and (min-width: 1200px) and (max-width: 1570px) {
    .main-header__top-text-box {
        display: none;
    }

    .main-header__top-social {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu__support {
        display: none;
    }

    .main-menu__wrapper {
        padding: 0 20px 0;
    }

    .main-header__top-wrapper {
        padding: 7px 20px 8px;
    }

    .main-header-two__top-wrapper {
        padding: 8px 20px;
    }

    .main-menu-two__wrapper {
        padding: 0 20px 0;
    }

    .main-menu-two__support {
        display: none;
    }

    .main-header-three__top-wrapper {
        padding: 8.5px 20px;
    }

    .main-header-three__top-text-box {
        display: none;
    }

    .main-menu-three__wrapper {
        padding: 0 20px 0;
    }

    .main-menu-three__support {
        display: none;
    }

    .main-menu-three__btn-box {
        margin-left: 0px;
    }



}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .main-header-two__address-list {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-header-two__address-list {
        display: none;
    }
}


:root {
	--tish-base: #8E44AD;
	--tish-base-rgb: 24, 167, 78;
}

.preloader__image {
	background-image: url(./images/ajax-loader.gif);}




.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #CCCCCC;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}


/* Portfolio */
#portfolio {
	clear:both;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:before {
	display:none;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #555;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
  padding:0 10px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0 10px;
  margin: 0;
  color: #e2effe;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: rgba(255,255,255,0.4);
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #555;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.as_share_box ul li {
    float: left;
    margin-right: 15px;
}

a.navbar-brand {
	font-weight: 600;
}

.wp-block-latest-posts__featured-image {
	float: left;
	margin:0 10px 10px 0;
	max-width: 130px;
}

footer {
	margin-top: 50px;
}

.as_heading {
	font-size:22px !important;
}

.filters li {
  list-style-type: none !important;
}

.as_share_box li {
  float: left;
  margin-right: 15px !important;
}

footer .wp-block-latest-posts__featured-image img {
  max-width: 75px;
}

.main-menu__logo strong {
  display:block;
}

.icon i:before {
  color:var(--tish-white);
}

button.thm-btn {
  border:none !important;
}

.before-content a {
  color: #5e6761;
}

.before-content a:hover {
  color: var(--tish-black);
}

h1.entry-title a {
  color: var(--tish-black);
}

#sidebar i:before {
  color:var(--tish-base);
}

.main-header__top-left a:hover {
	color: #FAFAFA !important;
}
