/*!
Theme Name: TishLogistics
Description: TishLogistics is a WordPress Theme. It is fully responsive, customizable, translation ready, custom colors, multiple browsers support and much more.
Author: tishonator
Version: 1.0.3
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*/



/*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:28px;
	padding:10px 0 3px 0;
}

h2, .product-title {
	font-size:22px;
	padding:5px 0 0 0;
}

h3 {
	font-size:20px;
	padding:8px 0 5px 0;
}

h4 {
	font-size:18px;
	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.png');
	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-left: 0;
}

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-carousel-wrapper {
    cursor: url('./images/openhand.cur'), move
}

.tp-carousel-wrapper.dragged {
    cursor: url('./images/closedhand.cur'), move
}

.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-dottedoverlay.twoxtwo {
    background: url('./images/gridtile.png')
}

.tp-dottedoverlay.twoxtwowhite {
    background: url('./images/gridtile_white.png')
}

.tp-dottedoverlay.threexthree {
    background: url('./images/gridtile_3x3.png')
}

.tp-dottedoverlay.threexthreewhite {
    background: url('./images/gridtile_3x3_white.png')
}

.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;
    background: url('./images/coloredbg.png')
}

.tp-caption.slidelink a span {
    background: url('./images/coloredbg.png')
}

.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-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: #333;
  text-decoration: none;
  background-color: #f1f1f1;
  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;
}


@font-face {
	font-family: 'themify';
	src:url('./fonts/themify.eot?-fvbane');
	src:url('./fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('./fonts/themify.woff?-fvbane') format('woff'),
		url('./fonts/themify.ttf?-fvbane') format('truetype'),
		url('./fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}


[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}


@font-face {
    font-family: "flaticon_transfar";
    src: url("./fonts/flaticon_transfar.ttf?bb01b2cf92217e0b4fad205d48f1ed54") format("truetype"),}

  @font-face {
    font-family: "flaticon_transfar";
    src: url("./fonts/flaticon_transfar.ttf?bb01b2cf92217e0b4fad205d48f1ed54") format("truetype"),
url("./fonts/flaticon_transfar.woff?bb01b2cf92217e0b4fad205d48f1ed54") format("woff"),
url("./fonts/flaticon_transfar.woff2?bb01b2cf92217e0b4fad205d48f1ed54") format("woff2"),
url("./fonts/flaticon_transfar.eot?bb01b2cf92217e0b4fad205d48f1ed54#iefix") format("embedded-opentype"),
url("./fonts/flaticon_transfar.svg?bb01b2cf92217e0b4fad205d48f1ed54#flaticon_transfar") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon_transfar !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-24-hours-support:before {
    content: "\f101";
}
.flaticon-air-freight:before {
    content: "\f102";
}
.flaticon-atomic-structure:before {
    content: "\f103";
}
.flaticon-briefcase:before {
    content: "\f104";
}
.flaticon-calendar:before {
    content: "\f105";
}
.flaticon-calling:before {
    content: "\f106";
}
.flaticon-car:before {
    content: "\f107";
}
.flaticon-checked:before {
    content: "\f108";
}
.flaticon-click:before {
    content: "\f109";
}
.flaticon-clock:before {
    content: "\f10a";
}
.flaticon-coffee-cup:before {
    content: "\f10b";
}
.flaticon-comment-white-oval-bubble:before {
    content: "\f10c";
}
.flaticon-cruise:before {
    content: "\f10d";
}
.flaticon-customer-service:before {
    content: "\f10e";
}
.flaticon-delivery-truck-1:before {
    content: "\f10f";
}
.flaticon-delivery-truck:before {
    content: "\f110";
}
.flaticon-diamond:before {
    content: "\f111";
}
.flaticon-email-1:before {
    content: "\f112";
}
.flaticon-email-2:before {
    content: "\f113";
}
.flaticon-email-3:before {
    content: "\f114";
}
.flaticon-email:before {
    content: "\f115";
}
.flaticon-eyedropper:before {
    content: "\f116";
}
.flaticon-facebook-app-symbol:before {
    content: "\f117";
}
.flaticon-gift-box:before {
    content: "\f118";
}
.flaticon-google-plus:before {
    content: "\f119";
}
.flaticon-guarantee:before {
    content: "\f11a";
}
.flaticon-house:before {
    content: "\f11b";
}
.flaticon-image:before {
    content: "\f11c";
}
.flaticon-instagram-1:before {
    content: "\f11d";
}
.flaticon-instagram:before {
    content: "\f11e";
}
.flaticon-install:before {
    content: "\f11f";
}
.flaticon-left-arrow-1:before {
    content: "\f120";
}
.flaticon-left-arrow-2:before {
    content: "\f121";
}
.flaticon-left-arrow:before {
    content: "\f122";
}
.flaticon-left-quote:before {
    content: "\f123";
}
.flaticon-lighting:before {
    content: "\f124";
}
.flaticon-linkedin:before {
    content: "\f125";
}
.flaticon-location-1:before {
    content: "\f126";
}
.flaticon-location:before {
    content: "\f127";
}
.flaticon-mail:before {
    content: "\f128";
}
.flaticon-maps-and-flags:before {
    content: "\f129";
}
.flaticon-next:before {
    content: "\f12a";
}
.flaticon-phone-call-1:before {
    content: "\f12b";
}
.flaticon-phone-call:before {
    content: "\f12c";
}
.flaticon-pinterest:before {
    content: "\f12d";
}
.flaticon-placeholder:before {
    content: "\f12e";
}
.flaticon-play-1:before {
    content: "\f12f";
}
.flaticon-play-button-1:before {
    content: "\f130";
}
.flaticon-play-button:before {
    content: "\f131";
}
.flaticon-play:before {
    content: "\f132";
}
.flaticon-protection:before {
    content: "\f133";
}
.flaticon-quotation:before {
    content: "\f134";
}
.flaticon-quote-1:before {
    content: "\f135";
}
.flaticon-quote-2:before {
    content: "\f136";
}
.flaticon-quote:before {
    content: "\f137";
}
.flaticon-right-arrow-1:before {
    content: "\f138";
}
.flaticon-right-arrow-2:before {
    content: "\f139";
}
.flaticon-right-arrow:before {
    content: "\f13a";
}
.flaticon-right-arrows:before {
    content: "\f13b";
}
.flaticon-right-quote-sign:before {
    content: "\f13c";
}
.flaticon-search:before {
    content: "\f13d";
}
.flaticon-send:before {
    content: "\f13e";
}
.flaticon-shopping-bag:before {
    content: "\f13f";
}
.flaticon-shopping-cart-1:before {
    content: "\f140";
}
.flaticon-shopping-cart:before {
    content: "\f141";
}
.flaticon-smile:before {
    content: "\f142";
}
.flaticon-telephone-1:before {
    content: "\f143";
}
.flaticon-telephone:before {
    content: "\f144";
}
.flaticon-twitter:before {
    content: "\f145";
}
.flaticon-user:before {
    content: "\f146";
}
.flaticon-video:before {
    content: "\f147";
}
.flaticon-web-design:before {
    content: "\f148";
}
.flaticon-youtube:before {
    content: "\f149";
}


@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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -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 {
  from, 20%, 53%, 80%, to {
    -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 {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}



@-webkit-keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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);
  }

  to {
    -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);
  }

  to {
    -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 {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -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);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}



@-webkit-keyframes wobble {
  from {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -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);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -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);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -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);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -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);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -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);
  }

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -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);
  }

  from {
    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);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -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);
  }

  from {
    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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -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);
  }

  from {
    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);
  }

  to {
    -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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -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;
  }

  to {
    -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 {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -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);
  }

  to {
    -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 {
  from {
    -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);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -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);
  }

  to {
    -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 {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -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;
  }

  to {
    -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 {
  from {
    -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;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -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;
  }

  to {
    -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 {
  from {
    -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;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -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;
  }

  to {
    -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 {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -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;
  }

  to {
    -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;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}



@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}



@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 1;
  }

  to {
    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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    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 zoomInDown {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    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 {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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);
  }

  to {
    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 {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}




@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow;
}



@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
}



@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation: slideOutLeft 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
  animation: slideOutLeft 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation: slideOutRight 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
  animation: slideOutRight 2s cubic-bezier(.26,.92,.47,1) 1.5s alternate forwards;
}


@-webkit-keyframes fadeInSlow {
  from {
    opacity: 0;   
  }

  to {
    opacity: 1;   
  }
}

@keyframes fadeInSlow {
  from {
    opacity: 0;   
  }

  to {
    opacity: 1;   
  }
}

.fadeInSlow {
  -webkit-animation: fadeInSlow 3s;
  animation: fadeInSlow 3s;
}





.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}


.no-js .owl-carousel {
  display: block;
}


.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}



.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';

.slick-loading .slick-list
{
    background: #fff url('./images/ajax-loader.gif') center center no-repeat;}


@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;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{-webkit-transform-style:preserve-3d;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:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));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:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);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{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);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;-webkit-box-shadow:none;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:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-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%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.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-zoom-container{width:100%;height:100%;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;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;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;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);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{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;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;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;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:0;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}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}




.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}


@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(./images/fancybox_sprite.png);}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(./images/fancybox_loading.gif) center center no-repeat;}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(./images/blank.gif); 	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}



.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(./images/fancybox_overlay.png);}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}



.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; 
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(./images/fancybox_sprite@2x.png);		background-size: 44px 152px; 
	}

	#fancybox-loading div {
		background-image: url(./images/fancybox_loading@2x.gif);		background-size: 24px 24px; 
	}
}


.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.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-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.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-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}


@charset "UTF-8";





html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Inter", sans-serif;
  color: #626B72;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #626B72;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1E3446;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}


.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}


.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #FF7063;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}


.back-to-top {
  background-color: rgba(255, 112, 99, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #FF7063;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #FF7063;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}


.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.wpo-section-title {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  .wpo-section-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-section-title {
    margin-bottom: 40px;
  }
}

.wpo-section-title span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #1E3446;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 0.16em;
  margin-left: 6px;
}

.wpo-section-title span:before {
  position: absolute;
  left: -6px;
  top: -3px;
  width: 34px;
  height: 22px;
  background: #FF7063;
  content: "";
  z-index: -1;
}

.wpo-section-title h2 {
  margin: 0;
  margin-top: 15px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 47px;
  line-height: 57px;
  margin-top: 0px;
}

.wpo-section-title h2:before {
  position: unset;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #FF7063;
  content: "";
}

@media (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 330px) {
  .wpo-section-title h2 {
    font-size: 30px;
  }
}

.wpo-section-title p {
  font-size: 18px;
}

.theme-btn, .view-cart-btn,
.theme-btn-s2 {
  background: #177265;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 15px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 14px;
  font-size: 0.93333rem;
  border-radius: 0px;
}

.theme-btn:after, .view-cart-btn:after,
.theme-btn-s2:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: #105047;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  background: #135d52;
  color: #fff;
}

.theme-btn:hover:after, .view-cart-btn:hover:after,
.theme-btn-s2:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .theme-btn, .view-cart-btn,
  .theme-btn-s2 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .theme-btn, .view-cart-btn,
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #FF7063;
}

.theme-btn-s2:after {
  background: #ff4b3a;
}

.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  background: #ff594a;
  color: #fff;
}

.theme-btn-s3 {
  background: #fff;
  color: #6e6e6e;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #177265;
  border-radius: 55px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}

.theme-btn-s3:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .theme-btn-s3 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  background: #135d52;
  color: #fff;
}

.theme-btn-s3:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .theme-btn-s3 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}

.view-cart-btn:after {
  display: none;
}

.view-cart-btn:hover {
  background-color: #105047;
}

.view-cart-btn.s1 {
  background: #ddd;
}

.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #FF7063;
  -webkit-box-shadow: 0 0 5px 0 #ff9f96;
  -o-box-shadow: 0 0 5px 0 #ff9f96;
  -ms-box-shadow: 0 0 5px 0 #ff9f96;
  box-shadow: 0 0 5px 0 #ff9f96;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(./images/select-icon.png) no-repeat right center;  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  
  display: none;
}

.form ::-webkit-input-placeholder {
  
  font-style: normal;
}

.form :-ms-input-placeholder {
  
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ff9f96;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #FF7063;
}

.wpo-page-title {
  background: url(./images/pageheader.jpg) no-repeat center top/cover;
  min-height: 380px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 250px;
  }
}

.wpo-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: .95;
  background: -ms-linear-gradient(left, #1E3446 45%, transparent 65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #1E3446), color-stop(65%, transparent));
  background: left, #1E3446 45%, transparent 65%;
}

.wpo-page-title .vector-1,
.wpo-page-title .vector-2,
.wpo-page-title .vector-3,
.wpo-page-title .vector-4,
.wpo-page-title .vector-5,
.wpo-page-title .vector-6,
.wpo-page-title .vector-7,
.wpo-page-title .vector-8 {
  position: absolute;
  left: -125px;
  top: 0px;
  background: #177265;
  opacity: 0.12;
  width: 200px;
  height: 115%;
  z-index: 11;
  -webkit-transform: rotate(345deg);
          transform: rotate(345deg);
}

.wpo-page-title .vector-2 {
  left: -125px;
  top: -100px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.wpo-page-title .vector-3 {
  left: -155px;
  top: 0px;
  -webkit-transform: rotate(348deg);
          transform: rotate(348deg);
}

.wpo-page-title .vector-4 {
  left: -155px;
  top: -100px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}

.wpo-page-title .vector-5 {
  left: -185px;
  -webkit-transform: rotate(351deg);
          transform: rotate(351deg);
}

.wpo-page-title .vector-6 {
  left: -185px;
  top: -80px;
  top: -100px;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.wpo-page-title .vector-7 {
  left: -205px;
  -webkit-transform: rotate(354deg);
          transform: rotate(354deg);
}

.wpo-page-title .vector-8 {
  left: -215px;
  top: -100px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

.wpo-page-title .wpo-breadcumb-wrap {
  text-align: left;
  margin-top: 20px;
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}

.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  padding-right: 20px;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 18px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
  padding-right: 0;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "//";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FF7063;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #FF7063;
}

.preloader {
  background-color: #177265;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}


.blog-sidebar {
  
  
  
  
  
  
  
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5,
#sidebar h6 {
  font-weight: 700;
  font-size: 25px;
  font-size: 1.66667rem;
  line-height: 30px;
  color: #1E3446;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #F3F6F6;
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(23, 114, 101, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #FF7063;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #F3F6F6;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #f1f1f1;
  border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #1E3446;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #FF7063;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
  padding: 20px;
  background: #F3F6F6;
  padding-left: 60px;
  position: relative;
}

@media (max-width: 1200px) {
  .blog-sidebar .category-widget ul a {
    padding: 10px;
    padding-left: 25px;
    font-size: 14px;
  }
}

.blog-sidebar .category-widget ul a:after {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f13b";
  font-family: "flaticon_transfar";
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .blog-sidebar .category-widget ul a:after {
    left: 5px;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul a.active,
.blog-sidebar .category-widget ul li:hover:before {
  background: #177265;
  color: #fff;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Inter", sans-serif;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #1E3446;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #FF7063;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #6e6e6e;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .wpo-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 15px 25px;
  color: #1E3446;
  background: #F3F6F6;
  border-radius: 0px;
}

@media (max-width: 1399px) {
  .blog-sidebar .tag-widget ul li a {
    padding: 15px 20px;
  }
}

@media (max-width: 1199px) {
  .blog-sidebar .tag-widget ul li a {
    padding: 8px 10px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #FF7063;
  color: #fff;
}

.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: url(./images/bg-2.jpg) no-repeat center center;  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 70px 30px;
  text-align: center;
  overflow: hidden;
}

.blog-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 112, 99, 0.8);
  content: "";
  z-index: -1;
}

.blog-sidebar .wpo-contact-widget:after {
  position: absolute;
  left: -10%;
  bottom: -75%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  z-index: -1;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .blog-sidebar .wpo-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .wpo-contact-widget h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 30px;
}

.blog-sidebar .wpo-contact-widget h2::before {
  left: 28px;
  background: url(./images/Single-title-shape2.png) no-repeat right center;}

@media (max-width: 1199px) {
  .blog-sidebar .wpo-contact-widget h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

.blog-sidebar .wpo-contact-widget .call {
  margin-bottom: 40px;
}

.blog-sidebar .wpo-contact-widget .call span {
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
}

.blog-sidebar .wpo-contact-widget .call h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}


.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1E3446;
  background: #ebf4fc;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #FF7063;
  border-color: #FF7063;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}



.topbar {
  background: transparent;
  padding: 20px 0;
  position: relative;
  z-index: 11;
}

@media (max-width: 767px) {
  .topbar .container {
    max-width: 100%;
  }
}

.topbar .contyact-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .topbar .contyact-info-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.topbar .contyact-info-wrap .contact-info {
  margin: 0 20px;
}

@media (max-width: 1200px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 5px;
  }
}

@media (max-width: 991px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .topbar .contyact-info-wrap .contact-info {
    margin: 0 5px;
  }
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info {
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 10px;
  }
}

@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info {
    margin-bottom: 15px;
  }
}

.topbar .contyact-info-wrap .contact-info .icon {
  float: left;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
  }
}

@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info .icon {
    margin-bottom: 5px;
  }
}

.topbar .contyact-info-wrap .contact-info .icon .fi:before {
  line-height: unset;
  color: #FF7063;
  font-size: 25px;
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .icon .fi:before {
    font-size: 18px;
  }
}

.topbar .contyact-info-wrap .contact-info .info-text {
  overflow: hidden;
  margin-left: 20px;
}

@media (max-width: 575px) {
  .topbar .contyact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .topbar .contyact-info-wrap .contact-info .info-text {
    margin-left: 0;
  }
}

.topbar .contyact-info-wrap .contact-info .info-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  line-height: 18px;
  color: #177265;
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 1400px) {
  .topbar .contyact-info-wrap .contact-info .info-text span {
    font-size: 13px;
  }
}

.topbar .contyact-info-wrap .contact-info .info-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #A3A3A3;
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .topbar .contyact-info-wrap .contact-info .info-text p {
    font-size: 13px;
  }
}

.topbar .contyact-info-wrap .contact-info:last-child {
  margin-right: 0;
}

.topbar .contyact-info-wrap .contact-info:last-child .info-text {
  margin-right: 0;
}

.topbar.s2 {
  padding: 0;
  border-bottom: 1px solid #EFEFEF;
}

.topbar.s2 .contyact-info-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .topbar.s2 .contyact-info-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1199px) {
  .topbar.s2 .contyact-info-wrap .contact-info .icon {
    margin-right: 10px;
  }
}

.topbar.s2 .contyact-info-wrap .contact-info {
  padding: 20px 0;
  position: relative;
  margin: 0;
}

@media (max-width: 767px) {
  .topbar.s2 .contyact-info-wrap .contact-info {
    margin: 0 5px;
  }
}

.topbar.s2 .contyact-info-wrap .contact-info + .contact-info:before {
  position: absolute;
  left: -50%;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #EFEFEF;
}

@media (max-width: 1199px) {
  .topbar.s2 .contyact-info-wrap .contact-info + .contact-info:before {
    left: -25%;
  }
}

@media (max-width: 991px) {
  .topbar.s2 .contyact-info-wrap .contact-info + .contact-info:before {
    display: none;
  }
}

.topbar.s3 {
  background: #177265;
  padding: 10px 0;
}

.topbar.s3 .topbar-welcome {
  text-align: center;
}

.topbar.s3 .topbar-welcome p {
  margin-bottom: 0;
  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;
}

@media (max-width: 575px) {
  .topbar.s3 .topbar-welcome p {
    font-size: 14px;
  }
}

.topbar.s3 .topbar-welcome p i {
  margin: 0 20px;
}

.wpo-site-header {
  
  
  
  
  background-color: transparent;
  position: relative;
  z-index: 111;
}

@media (max-width: 991px) {
  .wpo-site-header {
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    border-top: 1px solid rgba(35, 35, 35, 0.09);
  }
}

.wpo-site-header .row {
  background: #F3F6F6;
  border-radius: 0px;
  margin-bottom: -25px;
}

@media (max-width: 991px) {
  .wpo-site-header .row {
    margin-bottom: 0;
    border-radius: 0;
    background: none;
  }
}

.wpo-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.wpo-site-header .navigation > .container {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 450px) {
  .wpo-site-header .navigation > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wpo-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}

.wpo-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a.active,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #FF7063;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.wpo-site-header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .wpo-site-header {
    
  }
  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .wpo-site-header .header-right {
    right: -18px;
  }
  .wpo-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}

.wpo-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #FF7063;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

.wpo-site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

@media (max-width: 1400px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 10px;
  }
  .wpo-site-header .header-right {
    right: -30px;
  }
}

.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}

@media (max-width: 450px) {
  .wpo-site-header .header-right .search-toggle-btn {
    display: none;
  }
}

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  background-color: transparent;
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  border: 1px solid rgba(35, 35, 35, 0.09);
}

@media (max-width: 1200px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}

.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}


.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.cart-search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #1E3446;
}

.cart-search-contact > div {
  float: left;
  position: relative;
}

.cart-search-contact > div + div {
  margin-left: 12px;
}

.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}

@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}

@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}

.cart-search-contact form div {
  position: relative;
}

.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}

.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #EFEFEF;
}

.cart-search-contact input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FF7063;
}

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mini-cart .cart-count {
  background: #FF7063;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.53333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}

.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: white;
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}

.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #1E3446;
  margin: 0;
  text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  text-align: left;
  color: #1E3446;
}

.mini-cart-content .mini-cart-item-des a:hover {
  color: #FF7063;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: .02;
  z-index: -1;
}

.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1E3446;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #177265;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-area input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #FF7063;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

.wpo-site-header {
  
  
  
}

.wpo-site-header .navigation {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  width:100%;
}

@media (min-width: 991px) {
  .wpo-site-header .navigation .col {
    padding-left: 0;
  }
}

.wpo-site-header .navigation > .container {
  position: relative;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}

.wpo-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ff594a;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    font-size: 16px;
    padding: 30px 20px;
    display: block;
    color: #232f4b;
    font-weight: 700;
    position: relative;
  }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 235px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 1.06667rem;
    display: block;
    padding: 10px 15px;
    color: #1E3446;
    position: relative;
    overflow: hidden;
    font-weight: 700;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #FF7063;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover:after, .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
  .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }
  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}

.wpo-site-header .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .wpo-site-header {
    
  }
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-site-header .mobail-menu button {
    background-color: #FF7063;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header #navbar {
    background: #243352;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current {
    color: #FF7063;
  }
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .wpo-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 16px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 170px;
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}

@media (max-width: 370px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}

@media (max-width: 1700px) {
  .wpo-site-header {
    padding: 0 30px;
  }
}

@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .wpo-site-header {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px;
  }
}

@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 6px;
    font-size: 16px;
  }
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 20px 12px;
  }
  .wpo-site-header .header-right .close-form {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99;
  }
}

.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
  background: #fff;
}

.wpo-site-header .navigation.sticky-header .row {
  background: #fff;
  margin-bottom: 0;
}

.wpo-site-header .navigation.sticky-header .navigation {
  background: #fff;
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}

.wpo-header-style-2 .row,
.wpo-header-style-3 .row {
  margin: 0;
}

.wpo-header-style-2 .navigation,
.wpo-header-style-3 .navigation {
  background: transparent;
}

.wpo-header-style-2 .navigation #navbar,
.wpo-header-style-3 .navigation #navbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1199px) {
  .wpo-header-style-2 .navigation #navbar,
  .wpo-header-style-3 .navigation #navbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.wpo-header-style-2 .navigation .header-right .search-toggle-btn,
.wpo-header-style-3 .navigation .header-right .search-toggle-btn {
  display: block;
}

@media (min-width: 991px) {
  .wpo-header-style-2 .navigation .navbar-header,
  .wpo-header-style-3 .navigation .navbar-header {
    background: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 30px;
  }
}

.wpo-header-style-2 .navigation.sticky-on,
.wpo-header-style-3 .navigation.sticky-on {
  background: #fff;
}

.wpo-header-style-3 {
  padding: 0;
}

.wpo-header-style-3 .row {
  margin: 0;
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .row {
    background: #fff;
  }
}

.wpo-header-style-3 .navigation {
  background: transparent;
}

.wpo-header-style-3 .navigation #navbar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .navigation #navbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1600px) {
  .wpo-header-style-3 .navigation #navbar > ul > li > a {
    padding: 35px 12px;
  }
}

@media (max-width: 1399px) {
  .wpo-header-style-3 .navigation #navbar > ul > li > a {
    padding: 35px 6px;
  }
}

@media (min-width: 991px) {
  .wpo-header-style-3 .navigation .navbar-header {
    padding-right: 80px;
    padding-left: 30px;
  }
}

@media (max-width: 1700px) {
  .wpo-header-style-3 .navigation .navbar-header {
    padding-right: 50px;
    padding-left: 20px;
  }
}

@media (max-width: 1500px) {
  .wpo-header-style-3 .navigation .navbar-header {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1399px) {
  .wpo-header-style-3 .navigation .navbar-header {
    padding-right: 0px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .wpo-header-style-3 .navigation .navbar-header {
    padding: 0;
  }
}

.wpo-header-style-3 .navigation.sticky-header {
  background: #29395b;
  padding: 0;
}

.wpo-header-style-3 .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .header-right {
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .wpo-header-style-3 .header-right {
    margin-right: 30px;
    overflow: unset;
  }
}

.wpo-header-style-3 .header-right > div {
  padding: 15px 0;
  padding-left: 20px;
  position: relative;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
}

@media (max-width: 1888px) {
  .wpo-header-style-3 .header-right > div {
    padding: 5px;
    padding-left: 10px;
  }
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .header-right > div {
    padding: 0;
  }
}

.wpo-header-style-3 .header-right > div:before {
  position: absolute;
  left: 0;
  top: -5px;
  width: 1px;
  height: 120%;
  content: "";
  background: #DEDEDE;
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .header-right > div:before {
    display: none;
  }
}

.wpo-header-style-3 .header-right > div:after {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  content: "";
  background: #FF7063;
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .header-right > div:after {
    display: none;
  }
}

.wpo-header-style-3 .header-right .contact-info {
  margin: 0 20px;
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .header-right .contact-info {
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .wpo-header-style-3 .header-right .contact-info {
    text-align: center;
    margin: 0 5px;
  }
}

.wpo-header-style-3 .header-right .contact-info .icon {
  float: left;
  text-align: center;
  margin-right: 20px;
}

@media (max-width: 1700px) {
  .wpo-header-style-3 .header-right .contact-info .icon {
    margin-right: 8px;
  }
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .header-right .contact-info .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #F3F6F6;
    border-radius: 50%;
    margin: 0 auto;
    margin-left: 10px;
  }
}

@media (max-width: 640px) {
  .wpo-header-style-3 .header-right .contact-info .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
  }
}

.wpo-header-style-3 .header-right .contact-info .icon .fi:before {
  line-height: unset;
  color: #FF7063;
  font-size: 25px;
}

@media (max-width: 640px) {
  .wpo-header-style-3 .header-right .contact-info .icon .fi:before {
    font-size: 18px;
  }
}

.wpo-header-style-3 .header-right .contact-info .info-text {
  overflow: hidden;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .wpo-header-style-3 .header-right .contact-info .info-text {
    display: none;
  }
}

.wpo-header-style-3 .header-right .contact-info .info-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  line-height: 18px;
  color: #177265;
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 1400px) {
  .wpo-header-style-3 .header-right .contact-info .info-text span {
    font-size: 13px;
  }
}

.wpo-header-style-3 .header-right .contact-info .info-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #A3A3A3;
  margin-bottom: 0;
}

@media (max-width: 1700px) {
  .wpo-header-style-3 .header-right .contact-info .info-text p {
    font-size: 13px;
  }
}

.wpo-header-style-3 .header-right .contact-info:last-child {
  margin-right: 0;
}

.wpo-header-style-3 .header-right .contact-info:last-child .info-text {
  margin-right: 0;
}

@media (max-width: 450px) {
  .wpo-header-style-3 .header-right .contact-info:nth-child(2) {
    display: none;
  }
}

@media (max-width: 1399px) {
  .wpo-header-style-3 .header-right .close-form {
    display: none;
  }
}

@media (max-width: 1888px) {
  .wpo-header-style-3 .header-right .close-form .theme-btn, .wpo-header-style-3 .header-right .close-form .view-cart-btn {
    padding: 15px 25px;
  }
}

@media (max-width: 1600px) {
  .wpo-header-style-3 .header-right .close-form .theme-btn, .wpo-header-style-3 .header-right .close-form .view-cart-btn {
    padding: 15px;
    font-size: 12px;
  }
}



.wpo-hero-slider,
.wpo-hero-slider-s2,
.static-hero {
  width: 100%;
  height: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-hero-slider,
  .wpo-hero-slider-s2,
  .static-hero {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider,
  .wpo-hero-slider-s2,
  .static-hero {
    height: 500px;
  }
}

.wpo-hero-slider .swiper-slide,
.wpo-hero-slider-s2 .swiper-slide,
.static-hero .swiper-slide {
  overflow: hidden;
}

.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container,
.wpo-hero-slider-s2 .swiper-container,
.wpo-hero-slider-s2 .hero-container,
.static-hero .swiper-container,
.static-hero .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner,
.wpo-hero-slider-s2 .slide-inner,
.wpo-hero-slider-s2 .hero-inner,
.static-hero .slide-inner,
.static-hero .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  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: left;
}

.wpo-hero-slider .slide-inner:before,
.wpo-hero-slider .hero-inner:before,
.wpo-hero-slider-s2 .slide-inner:before,
.wpo-hero-slider-s2 .hero-inner:before,
.static-hero .slide-inner:before,
.static-hero .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1E3446;
  content: "";
  opacity: .6;
}

.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.wpo-hero-slider-s2 .slide-inner .slide-content,
.wpo-hero-slider-s2 .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content {
  position: relative;
  z-index: 111;
}

@media (max-width: 1199px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content,
  .wpo-hero-slider-s2 .slide-inner .slide-content,
  .wpo-hero-slider-s2 .hero-inner .slide-content,
  .static-hero .slide-inner .slide-content,
  .static-hero .hero-inner .slide-content {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content,
  .wpo-hero-slider-s2 .slide-inner .slide-content,
  .wpo-hero-slider-s2 .hero-inner .slide-content,
  .static-hero .slide-inner .slide-content,
  .static-hero .hero-inner .slide-content {
    padding-bottom: 0;
  }
}

.wpo-hero-slider .slide-sub-title p,
.wpo-hero-slider-s2 .slide-sub-title p,
.static-hero .slide-sub-title p {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .wpo-hero-slider .slide-sub-title p,
  .wpo-hero-slider-s2 .slide-sub-title p,
  .static-hero .slide-sub-title p {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-slider .slide-sub-title p,
  .wpo-hero-slider-s2 .slide-sub-title p,
  .static-hero .slide-sub-title p {
    font-size: 18px;
  }
}

.wpo-hero-slider .slide-sub-title span,
.wpo-hero-slider-s2 .slide-sub-title span,
.static-hero .slide-sub-title span {
  color: #FF7063;
}

.wpo-hero-slider .slide-title,
.wpo-hero-slider-s2 .slide-title,
.static-hero .slide-title {
  max-width: 712px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider .slide-title,
  .wpo-hero-slider-s2 .slide-title,
  .static-hero .slide-title {
    max-width: 555px;
  }
}

.wpo-hero-slider .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2,
.static-hero .slide-title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  margin: 10px 0 25px;
  color: #fff;
}

@media (max-width: 1199px) {
  .wpo-hero-slider .slide-title h2,
  .wpo-hero-slider-s2 .slide-title h2,
  .static-hero .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider .slide-title h2,
  .wpo-hero-slider-s2 .slide-title h2,
  .static-hero .slide-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider .slide-title h2,
  .wpo-hero-slider-s2 .slide-title h2,
  .static-hero .slide-title h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 36px;
  }
}

.wpo-hero-slider .slide-text,
.wpo-hero-slider-s2 .slide-text,
.static-hero .slide-text {
  max-width: 680px;
}

@media (max-width: 767px) {
  .wpo-hero-slider .slide-text,
  .wpo-hero-slider-s2 .slide-text,
  .static-hero .slide-text {
    max-width: 500px;
  }
}

.wpo-hero-slider .slide-text p,
.wpo-hero-slider-s2 .slide-text p,
.static-hero .slide-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  color: #fff;
  max-width: 520px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .wpo-hero-slider .slide-text p,
  .wpo-hero-slider-s2 .slide-text p,
  .static-hero .slide-text p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider .slide-text p,
  .wpo-hero-slider-s2 .slide-text p,
  .static-hero .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider .slide-btns,
  .wpo-hero-slider-s2 .slide-btns,
  .static-hero .slide-btns {
    max-width: 400px;
  }
}

.wpo-hero-slider .slide-btns .hero-video-btn,
.wpo-hero-slider-s2 .slide-btns .hero-video-btn,
.static-hero .slide-btns .hero-video-btn {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .wpo-hero-slider .slide-btns .hero-video-btn,
  .wpo-hero-slider-s2 .slide-btns .hero-video-btn,
  .static-hero .slide-btns .hero-video-btn {
    margin-left: 20px;
  }
}

.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.wpo-hero-slider-s2 .swiper-button-prev,
.wpo-hero-slider-s2 .swiper-button-next,
.static-hero .swiper-button-prev,
.static-hero .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover,
.wpo-hero-slider-s2 .swiper-button-prev:hover,
.wpo-hero-slider-s2 .swiper-button-next:hover,
.static-hero .swiper-button-prev:hover,
.static-hero .swiper-button-next:hover {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next,
  .wpo-hero-slider-s2 .swiper-button-prev,
  .wpo-hero-slider-s2 .swiper-button-next,
  .static-hero .swiper-button-prev,
  .static-hero .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider-s2 .swiper-button-prev,
.static-hero .swiper-button-prev {
  left: 25px;
}

.wpo-hero-slider .swiper-button-prev:before,
.wpo-hero-slider-s2 .swiper-button-prev:before,
.static-hero .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.wpo-hero-slider .swiper-button-next,
.wpo-hero-slider-s2 .swiper-button-next,
.static-hero .swiper-button-next {
  right: 25px;
}

.wpo-hero-slider .swiper-button-next:before,
.wpo-hero-slider-s2 .swiper-button-next:before,
.static-hero .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next,
  .wpo-hero-slider-s2 .swiper-button-prev,
  .wpo-hero-slider-s2 .swiper-button-next,
  .static-hero .swiper-button-prev,
  .static-hero .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-pagination-bullet,
.wpo-hero-slider-s2 .swiper-pagination-bullet,
.static-hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 992px) {
  .wpo-hero-slider .swiper-pagination-bullet,
  .wpo-hero-slider-s2 .swiper-pagination-bullet,
  .static-hero .swiper-pagination-bullet {
    display: none;
  }
}

.wpo-hero-slider .swiper-pagination-bullet-active,
.wpo-hero-slider-s2 .swiper-pagination-bullet-active,
.static-hero .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction,
.wpo-hero-slider-s2 .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider-s2 .swiper-pagination-custom,
.wpo-hero-slider-s2 .swiper-pagination-fraction,
.static-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.static-hero .swiper-pagination-custom,
.static-hero .swiper-pagination-fraction {
  bottom: 30px;
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.wpo-hero-slider-s2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.static-hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.wpo-hero-slider-s1 {
  position: relative;
  overflow: hidden;
}

.wpo-hero-slider-s1 .vector-1,
.wpo-hero-slider-s1 .vector-2,
.wpo-hero-slider-s1 .vector-3,
.wpo-hero-slider-s1 .vector-4,
.wpo-hero-slider-s1 .vector-5,
.wpo-hero-slider-s1 .vector-6,
.wpo-hero-slider-s1 .vector-7,
.wpo-hero-slider-s1 .vector-8 {
  position: absolute;
  left: -125px;
  top: 0px;
  background: #177265;
  opacity: 0.12;
  width: 200px;
  height: 115%;
  z-index: 11;
  -webkit-transform: rotate(345deg);
          transform: rotate(345deg);
}

.wpo-hero-slider-s1 .vector-2 {
  left: -125px;
  top: -100px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.wpo-hero-slider-s1 .vector-3 {
  left: -155px;
  top: 0px;
  -webkit-transform: rotate(348deg);
          transform: rotate(348deg);
}

.wpo-hero-slider-s1 .vector-4 {
  left: -155px;
  top: -100px;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}

.wpo-hero-slider-s1 .vector-5 {
  left: -185px;
  -webkit-transform: rotate(351deg);
          transform: rotate(351deg);
}

.wpo-hero-slider-s1 .vector-6 {
  left: -185px;
  top: -80px;
  top: -100px;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.wpo-hero-slider-s1 .vector-7 {
  left: -205px;
  -webkit-transform: rotate(354deg);
          transform: rotate(354deg);
}

.wpo-hero-slider-s1 .vector-8 {
  left: -215px;
  top: -100px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
}

@media (max-width: 1199px) {
  .wpo-hero-slider-s1 {
    height: 680px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider-s1 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider-s1 {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-slider-s1 {
    height: 450px;
  }
}

.wpo-hero-slider-s1 .gradient-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .95;
  background: -ms-linear-gradient(left, #1E3446 45%, transparent 65%);
  background: -webkit-gradient(linear, left top, right top, color-stop(45%, #1E3446), color-stop(65%, transparent));
  background: left, #1E3446 45%, transparent 65%;
}

.wpo-hero-slider-s1 .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}

.wpo-hero-slider-s1 .swiper-slide {
  position: relative;
  z-index: 11;
}

.wpo-hero-slider-s1 .swiper-button-prev,
.wpo-hero-slider-s1 .swiper-button-next {
  top: 45%;
}

.wpo-hero-slider-s1 .swiper-button-prev {
  right: 190px;
  left: auto;
  top: 55%;
}

.wpo-hero-slider-s1 .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.wpo-hero-slider-s1 .swiper-button-next {
  right: 190px;
}

.wpo-hero-slider-s1 .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-hero-slider-s1 .swiper-button-prev,
  .wpo-hero-slider-s1 .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider-s2 {
  height: 785px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider-s2 {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider-s2 {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider-s2 {
    height: 450px;
  }
}

.wpo-hero-slider-s2 .slide-inner:before {
  background: #177265;
  opacity: 0.85;
}

@media (max-width: 991px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content {
    padding-bottom: 70px;
  }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-title,
.wpo-hero-slider-s2 .slide-inner .slide-content .slide-text,
.wpo-hero-slider-s2 .slide-inner .slide-content .slide-btns,
.wpo-hero-slider-s2 .slide-inner .slide-content .slide-text p {
  margin: 0 auto;
  text-align: center;
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-btns {
  margin-top: 30px;
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 {
  font-weight: 700;
  font-size: 113px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 {
    font-size: 60px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 span {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 span {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 span {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 span:last-child {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 span:last-child {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider-s2 .slide-inner .slide-content .slide-title h2 span:last-child {
    margin-top: 10px;
  }
}

.static-hero {
  background: #FF7063;
  height: 810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .static-hero {
    height: 680px;
  }
}

@media (max-width: 991px) {
  .static-hero {
    height: 100%;
    padding: 100px 0;
  }
  .static-hero .hero-container {
    position: relative;
  }
  .static-hero .hero-inner {
    position: relative;
  }
}

@media (max-width: 575px) {
  .static-hero {
    padding: 50px 0;
  }
}

.static-hero:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./images/shape.png) no-repeat center center;  content: "";
}

@media (max-width: 991px) {
  .static-hero .slide-title {
    text-align: center;
    margin: 0 auto;
  }
}

.static-hero .slide-title h2 {
  font-size: 90px;
  line-height: 90px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .static-hero .slide-title h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 575px) {
  .static-hero .slide-title h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.static-hero .hero-inner .container {
  position: relative;
}

.static-hero .hero-inner::before {
  display: none;
}

.static-hero .slide-text p {
  font-weight: 500;
  font-size: 21px;
  line-height: 35px;
}

@media (max-width: 1400px) {
  .static-hero .slide-text p {
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  .static-hero .slide-text p {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .static-hero .slide-text p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  .static-hero .slide-btns {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.static-hero .hero-right-wrap {
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1399px) {
  .static-hero .hero-right-wrap {
    right: 0;
    max-width: 500px;
  }
}

@media (max-width: 1199px) {
  .static-hero .hero-right-wrap {
    max-width: 400px;
    right: -50px;
  }
}

@media (max-width: 991px) {
  .static-hero .hero-right-wrap {
    position: relative;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 auto;
    margin-top: 50px;
    max-width: 100%;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.static-hero .hero-right-wrap .hero-left-img {
  padding-right: 15px;
}

@media (max-width: 575px) {
  .static-hero .hero-right-wrap .hero-left-img {
    padding-right: 5px;
  }
}

.static-hero .hero-right-wrap .hero-left-img span {
  display: block;
  text-align: right;
}

.static-hero .hero-right-wrap .hero-left-img span:first-child {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .static-hero .hero-right-wrap .hero-left-img span:first-child {
    margin-bottom: 10px;
  }
}

.static-hero .hero-right-wrap .hero-right-img {
  padding-left: 15px;
}

@media (max-width: 575px) {
  .static-hero .hero-right-wrap .hero-right-img {
    padding-left: 5px;
  }
}

.static-hero .hero-right-wrap .o-shape {
  position: absolute;
  left: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .static-hero .hero-right-wrap .o-shape img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .static-hero .hero-right-wrap .o-shape {
    display: none;
  }
}


.wpo-site-footer,
.wpo-site-footer-s2,
.wpo-site-footer-s3 {
  background: url(./images/ft-bg.jpg) no-repeat center top/cover;  position: relative;
  z-index: 1;
  margin-top: 70px;
  
  
  
  
  
  
}

.wpo-site-footer:before,
.wpo-site-footer-s2:before,
.wpo-site-footer-s3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1E3446;
  opacity: .98;
}

.wpo-site-footer .vector-1,
.wpo-site-footer .vector-2,
.wpo-site-footer .vector-3,
.wpo-site-footer .vector-4,
.wpo-site-footer-s2 .vector-1,
.wpo-site-footer-s2 .vector-2,
.wpo-site-footer-s2 .vector-3,
.wpo-site-footer-s2 .vector-4,
.wpo-site-footer-s3 .vector-1,
.wpo-site-footer-s3 .vector-2,
.wpo-site-footer-s3 .vector-3,
.wpo-site-footer-s3 .vector-4 {
  position: absolute;
  left: -130px;
  top: 0px;
  background: #FF7063;
  opacity: 0.06;
  width: 250px;
  height: 115%;
  z-index: 11;
  -webkit-transform: rotate(345deg);
          transform: rotate(345deg);
}

@media (max-width: 1199px) {
  .wpo-site-footer .vector-1,
  .wpo-site-footer .vector-2,
  .wpo-site-footer .vector-3,
  .wpo-site-footer .vector-4,
  .wpo-site-footer-s2 .vector-1,
  .wpo-site-footer-s2 .vector-2,
  .wpo-site-footer-s2 .vector-3,
  .wpo-site-footer-s2 .vector-4,
  .wpo-site-footer-s3 .vector-1,
  .wpo-site-footer-s3 .vector-2,
  .wpo-site-footer-s3 .vector-3,
  .wpo-site-footer-s3 .vector-4 {
    display: none;
  }
}

.wpo-site-footer .vector-1,
.wpo-site-footer-s2 .vector-1,
.wpo-site-footer-s3 .vector-1 {
  left: -125px;
  top: -130px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.wpo-site-footer .vector-2,
.wpo-site-footer-s2 .vector-2,
.wpo-site-footer-s3 .vector-2 {
  left: -160px;
  top: -100px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.wpo-site-footer .vector-3,
.wpo-site-footer-s2 .vector-3,
.wpo-site-footer-s3 .vector-3 {
  left: -185px;
  top: -80px;
  top: -100px;
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
}

.wpo-site-footer .vector-4,
.wpo-site-footer-s2 .vector-4,
.wpo-site-footer-s3 .vector-4 {
  left: -210px;
  top: -100px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.wpo-site-footer .vector-5,
.wpo-site-footer .vector-6,
.wpo-site-footer .vector-7,
.wpo-site-footer .vector-8,
.wpo-site-footer-s2 .vector-5,
.wpo-site-footer-s2 .vector-6,
.wpo-site-footer-s2 .vector-7,
.wpo-site-footer-s2 .vector-8,
.wpo-site-footer-s3 .vector-5,
.wpo-site-footer-s3 .vector-6,
.wpo-site-footer-s3 .vector-7,
.wpo-site-footer-s3 .vector-8 {
  position: absolute;
  right: -60px;
  bottom: -235px;
  background: #177265;
  opacity: 0.06;
  width: 250px;
  height: 115%;
  z-index: 11;
  -webkit-transform: rotate(59deg);
          transform: rotate(59deg);
}

@media (max-width: 1199px) {
  .wpo-site-footer .vector-5,
  .wpo-site-footer .vector-6,
  .wpo-site-footer .vector-7,
  .wpo-site-footer .vector-8,
  .wpo-site-footer-s2 .vector-5,
  .wpo-site-footer-s2 .vector-6,
  .wpo-site-footer-s2 .vector-7,
  .wpo-site-footer-s2 .vector-8,
  .wpo-site-footer-s3 .vector-5,
  .wpo-site-footer-s3 .vector-6,
  .wpo-site-footer-s3 .vector-7,
  .wpo-site-footer-s3 .vector-8 {
    display: none;
  }
}

.wpo-site-footer .vector-6,
.wpo-site-footer-s2 .vector-6,
.wpo-site-footer-s3 .vector-6 {
  bottom: -265px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.wpo-site-footer .vector-7,
.wpo-site-footer-s2 .vector-7,
.wpo-site-footer-s3 .vector-7 {
  bottom: -330px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.wpo-site-footer .vector-8,
.wpo-site-footer-s2 .vector-8,
.wpo-site-footer-s3 .vector-8 {
  bottom: -345px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -110px;
}

.wpo-site-footer ul,
.wpo-site-footer-s2 ul,
.wpo-site-footer-s3 ul {
  list-style: none;
}

.wpo-site-footer p,
.wpo-site-footer li,
.wpo-site-footer-s2 p,
.wpo-site-footer-s2 li,
.wpo-site-footer-s3 p,
.wpo-site-footer-s3 li {
  color: #fff;
}

.wpo-site-footer .upper-contact-area,
.wpo-site-footer-s2 .upper-contact-area,
.wpo-site-footer-s3 .upper-contact-area {
  position: absolute;
  width: 100%;
  top: -63px;
  z-index: 10;
}

@media (max-width: 991px) {
  .wpo-site-footer .upper-contact-area,
  .wpo-site-footer-s2 .upper-contact-area,
  .wpo-site-footer-s3 .upper-contact-area {
    display: none;
  }
}

.wpo-site-footer .upper-contact-area .contact-grids,
.wpo-site-footer-s2 .upper-contact-area .contact-grids,
.wpo-site-footer-s3 .upper-contact-area .contact-grids {
  background-color: #1c3142;
  padding: 40px 34px;
  overflow: hidden;
  border-radius: 80px;
}

.wpo-site-footer .upper-contact-area .contact-grids .grid1,
.wpo-site-footer-s2 .upper-contact-area .contact-grids .grid1,
.wpo-site-footer-s3 .upper-contact-area .contact-grids .grid1 {
  width: 33.33%;
  float: left;
  padding-left: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-site-footer .upper-contact-area .contact-grids .grid1 .icon,
.wpo-site-footer-s2 .upper-contact-area .contact-grids .grid1 .icon,
.wpo-site-footer-s3 .upper-contact-area .contact-grids .grid1 .icon {
  left: 12%;
}

.wpo-site-footer .upper-contact-area .contact-grids > .grid1 + .grid1,
.wpo-site-footer-s2 .upper-contact-area .contact-grids > .grid1 + .grid1,
.wpo-site-footer-s3 .upper-contact-area .contact-grids > .grid1 + .grid1 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 95px;
}

.wpo-site-footer .upper-contact-area .contact-grids > .grid1 + .grid1 .icon,
.wpo-site-footer-s2 .upper-contact-area .contact-grids > .grid1 + .grid1 .icon,
.wpo-site-footer-s3 .upper-contact-area .contact-grids > .grid1 + .grid1 .icon {
  left: 28%;
}

.wpo-site-footer .upper-contact-area .icon,
.wpo-site-footer-s2 .upper-contact-area .icon,
.wpo-site-footer-s3 .upper-contact-area .icon {
  position: absolute;
  left: 12%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  font-size: 2.66667rem;
  color: #fff;
}

.wpo-site-footer .upper-contact-area .icon .fi:before,
.wpo-site-footer-s2 .upper-contact-area .icon .fi:before,
.wpo-site-footer-s3 .upper-contact-area .icon .fi:before {
  font-size: 40px;
}

.wpo-site-footer .upper-contact-area h5,
.wpo-site-footer-s2 .upper-contact-area h5,
.wpo-site-footer-s3 .upper-contact-area h5 {
  font-size: 18px;
  font-size: cacl-rem-value(18);
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.2em;
}

.wpo-site-footer .upper-contact-area p,
.wpo-site-footer-s2 .upper-contact-area p,
.wpo-site-footer-s3 .upper-contact-area p {
  font-size: 15px;
  font-size: 1rem;
  margin: 0;
  color: #efefef;
}

.wpo-site-footer .upper-footer,
.wpo-site-footer-s2 .upper-footer,
.wpo-site-footer-s3 .upper-footer {
  padding: 90px 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .wpo-site-footer .upper-footer,
  .wpo-site-footer-s2 .upper-footer,
  .wpo-site-footer-s3 .upper-footer {
    padding-top: 160px;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .upper-footer,
  .wpo-site-footer-s2 .upper-footer,
  .wpo-site-footer-s3 .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .upper-footer,
  .wpo-site-footer-s2 .upper-footer,
  .wpo-site-footer-s3 .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .upper-footer .col,
  .wpo-site-footer-s2 .upper-footer .col,
  .wpo-site-footer-s3 .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .upper-footer .col,
  .wpo-site-footer-s2 .upper-footer .col,
  .wpo-site-footer-s3 .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.wpo-site-footer .upper-footer .shape-1,
.wpo-site-footer-s2 .upper-footer .shape-1,
.wpo-site-footer-s3 .upper-footer .shape-1 {
  position: absolute;
  left: 20px;
  top: 50px;
  z-index: -1;
}

@media (max-width: 1700px) {
  .wpo-site-footer .upper-footer .shape-1,
  .wpo-site-footer-s2 .upper-footer .shape-1,
  .wpo-site-footer-s3 .upper-footer .shape-1 {
    opacity: .3;
  }
}

.wpo-site-footer .upper-footer .shape-2,
.wpo-site-footer-s2 .upper-footer .shape-2,
.wpo-site-footer-s3 .upper-footer .shape-2 {
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: -1;
}

@media (max-width: 1700px) {
  .wpo-site-footer .upper-footer .shape-2,
  .wpo-site-footer-s2 .upper-footer .shape-2,
  .wpo-site-footer-s3 .upper-footer .shape-2 {
    opacity: .3;
  }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title,
.wpo-site-footer-s3 .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wpo-site-footer .widget-title,
  .wpo-site-footer-s2 .widget-title,
  .wpo-site-footer-s3 .widget-title {
    margin-bottom: 20px;
  }
}

footer.wpo-site-footer h1,
footer.wpo-site-footer h2,
footer.wpo-site-footer h3,
footer.wpo-site-footer h4,
footer.wpo-site-footer h5,
footer.wpo-site-footer h6 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: blod;
  color: #fff !important;
  margin: 0;
  padding-bottom: 0.4em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 767px) {
  footer.wpo-site-footer h1,
footer.wpo-site-footer h2,
footer.wpo-site-footer h3,
footer.wpo-site-footer h4,
footer.wpo-site-footer h5,
footer.wpo-site-footer h6 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media screen and (min-width: 1200px) {
  .wpo-site-footer .about-widget,
  .wpo-site-footer-s2 .about-widget,
  .wpo-site-footer-s3 .about-widget {
    padding-right: 75px;
    position: relative;
  }
  .wpo-site-footer .about-widget:after,
  .wpo-site-footer-s2 .about-widget:after,
  .wpo-site-footer-s3 .about-widget:after {
    content: "";
    background: rgba(255, 255, 255, 0.05);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 35px;
    top: 0;
  }
}

@media (max-width: 1199px) {
  .wpo-site-footer .about-widget .logo,
  .wpo-site-footer-s2 .about-widget .logo,
  .wpo-site-footer-s3 .about-widget .logo {
    max-width: 90%;
  }
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p,
.wpo-site-footer-s3 .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child,
.wpo-site-footer-s3 .about-widget p:last-child {
  margin-bottom: 0;
}

.wpo-site-footer .social-icons ul,
.wpo-site-footer-s2 .social-icons ul,
.wpo-site-footer-s3 .social-icons ul {
  overflow: hidden;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .wpo-site-footer .social-icons ul,
  .wpo-site-footer-s2 .social-icons ul,
  .wpo-site-footer-s3 .social-icons ul {
    padding-top: 8px;
  }
}

.wpo-site-footer .social-icons ul li,
.wpo-site-footer-s2 .social-icons ul li,
.wpo-site-footer-s3 .social-icons ul li {
  float: left;
}

.wpo-site-footer .social-icons ul > li + li,
.wpo-site-footer-s2 .social-icons ul > li + li,
.wpo-site-footer-s3 .social-icons ul > li + li {
  margin-left: 15px;
}

.wpo-site-footer .social-icons ul a,
.wpo-site-footer-s2 .social-icons ul a,
.wpo-site-footer-s3 .social-icons ul a {
  color: #fff;
}

.wpo-site-footer .social-icons ul a:hover,
.wpo-site-footer-s2 .social-icons ul a:hover,
.wpo-site-footer-s3 .social-icons ul a:hover {
  color: #177265;
}

@media (max-width: 1199px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget {
    padding-left: 0;
  }
}

.wpo-site-footer .link-widget ul.list-info li,
.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer-s3 .link-widget ul li {
  position: relative;
  padding-left: 15px;
}

.wpo-site-footer .link-widget ul.list-info li:before,
.wpo-site-footer-s2 .link-widget ul li:before,
.wpo-site-footer-s3 .link-widget ul li:before {
  content: "";
  background-color: #fff;
  width: 5px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-site-footer .link-widget ul.list-info li:hover:before,
.wpo-site-footer-s2 .link-widget ul li:hover:before,
.wpo-site-footer-s3 .link-widget ul li:hover:before {
  background: #FF7063;
}

.wpo-site-footer a {
  color: #fff;
}

.wpo-site-footer a:hover {
  color: #FF7063;
}

.wpo-site-footer ul > li + li,
.wpo-site-footer-s2 .link-widget ul > li + li,
.wpo-site-footer-s3 .link-widget ul > li + li {
  margin-top: 17px;
}

@media screen and (min-width: 1200px) {
  .wpo-site-footer .service-link-widget,
  .wpo-site-footer-s2 .service-link-widget,
  .wpo-site-footer-s3 .service-link-widget {
    padding-left: 25px;
  }
}

.wpo-site-footer .newsletter-widget form,
.wpo-site-footer-s2 .newsletter-widget form,
.wpo-site-footer-s3 .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.wpo-site-footer .newsletter-widget form input,
.wpo-site-footer-s2 .newsletter-widget form input,
.wpo-site-footer-s3 .newsletter-widget form input {
  background-color: #2c4456;
  height: 50px;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid #2c4456;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-site-footer .newsletter-widget form input::-webkit-input-placeholder,
.wpo-site-footer-s2 .newsletter-widget form input::-webkit-input-placeholder,
.wpo-site-footer-s3 .newsletter-widget form input::-webkit-input-placeholder {
  color: #CFD8DF;
}

.wpo-site-footer .newsletter-widget form input:-ms-input-placeholder,
.wpo-site-footer-s2 .newsletter-widget form input:-ms-input-placeholder,
.wpo-site-footer-s3 .newsletter-widget form input:-ms-input-placeholder {
  color: #CFD8DF;
}

.wpo-site-footer .newsletter-widget form input::-ms-input-placeholder,
.wpo-site-footer-s2 .newsletter-widget form input::-ms-input-placeholder,
.wpo-site-footer-s3 .newsletter-widget form input::-ms-input-placeholder {
  color: #CFD8DF;
}

.wpo-site-footer .newsletter-widget form input::placeholder,
.wpo-site-footer-s2 .newsletter-widget form input::placeholder,
.wpo-site-footer-s3 .newsletter-widget form input::placeholder {
  color: #CFD8DF;
}

.wpo-site-footer .newsletter-widget form .submit,
.wpo-site-footer-s2 .newsletter-widget form .submit,
.wpo-site-footer-s3 .newsletter-widget form .submit {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-site-footer .newsletter-widget form .submit button,
.wpo-site-footer-s2 .newsletter-widget form .submit button,
.wpo-site-footer-s3 .newsletter-widget form .submit button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: #fff;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer,
.wpo-site-footer-s3 .wpo-lower-footer {
  text-align: center;
  position: relative;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row,
.wpo-site-footer-s3 .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.125);
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright,
.wpo-site-footer-s3 .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.wpo-site-footer .wpo-lower-footer .copyright span,
.wpo-site-footer-s2 .wpo-lower-footer .copyright span,
.wpo-site-footer-s3 .wpo-lower-footer .copyright span {
  color: #FF7063;
  padding: 0 10px 0 5px;
}

.wpo-site-footer .wpo-lower-footer .copyright .copyright-icon,
.wpo-site-footer-s2 .wpo-lower-footer .copyright .copyright-icon,
.wpo-site-footer-s3 .wpo-lower-footer .copyright .copyright-icon {
  padding-right: 10px;
  color: #fff;
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a,
.wpo-site-footer-s3 .wpo-lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright,
  .wpo-site-footer-s2 .wpo-lower-footer .copyright,
  .wpo-site-footer-s3 .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}

.wpo-site-footer .wpo-lower-footer p,
.wpo-site-footer-s2 .wpo-lower-footer p,
.wpo-site-footer-s3 .wpo-lower-footer p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.wpo-site-footer .wpo-lower-footer .link,
.wpo-site-footer-s2 .wpo-lower-footer .link,
.wpo-site-footer-s3 .wpo-lower-footer .link {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.wpo-site-footer .wpo-lower-footer .link a,
.wpo-site-footer-s2 .wpo-lower-footer .link a,
.wpo-site-footer-s3 .wpo-lower-footer .link a {
  color: #fff;
}

.wpo-site-footer .wpo-lower-footer .link span,
.wpo-site-footer-s2 .wpo-lower-footer .link span,
.wpo-site-footer-s3 .wpo-lower-footer .link span {
  color: #FF7063;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .link,
  .wpo-site-footer-s2 .wpo-lower-footer .link,
  .wpo-site-footer-s3 .wpo-lower-footer .link {
    float: none;
    display: block;
  }
}

.wpo-site-footer-s2 {
  margin-top: 0;
  background: #1E3446;
}

@media screen and (min-width: 992px) {
  .wpo-site-footer-s2 .upper-footer {
    padding-top: 100px;
  }
}

.wpo-site-footer-s3 {
  margin-top: 0;
  background: url(./images/ft-bg2.jpg) no-repeat center top/cover;}

.wpo-site-footer-s3 .instagram ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
}

.wpo-site-footer-s3 .instagram ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.wpo-site-footer-s3 .instagram ul li img {
  width: 100%;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}


.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
  text-align: center;
  background: #FF7063;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.wpo-fun-fact-section .shape,
.wpo-fun-fact-section-s2 .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    padding-bottom: 30px;
  }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid1,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid1 {
  width: 25%;
  float: left;
}

@media (max-width: 119px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid1,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid1,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid1 {
    width: 50%;
    margin-bottom: 20px;
  }
}

.wpo-fun-fact-section .grid1,
.wpo-fun-fact-section-s2 .grid1 {
  position: relative;
}

.wpo-fun-fact-section .grid1 + .grid1:before,
.wpo-fun-fact-section-s2 .grid1 + .grid1:before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: url("./images/star.png");}

@media (max-width: 450px) {
  .wpo-fun-fact-section .grid1 + .grid1:before,
  .wpo-fun-fact-section-s2 .grid1 + .grid1:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid1:nth-child(3):before,
  .wpo-fun-fact-section-s2 .grid1:nth-child(3):before {
    left: -15px;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .grid1:nth-child(3):before,
  .wpo-fun-fact-section-s2 .grid1:nth-child(3):before {
    display: none;
    left: 0;
  }
}

.wpo-fun-fact-section .grid1 h3,
.wpo-fun-fact-section-s2 .grid1 h3 {
  font-weight: 700;
  font-size: 44px;
  line-height: 53px;
  font-size: 4.66667rem;
  color: #fff;
  margin: 0 0 0.1em;
  font-family: "Inter", sans-serif;
  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;
}

.wpo-fun-fact-section .grid1 h3 span,
.wpo-fun-fact-section-s2 .grid1 h3 span {
  font-family: "Inter", sans-serif;
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid1 h3,
  .wpo-fun-fact-section-s2 .grid1 h3 {
    font-size: 50px;
    ont-size: 3.33333rem;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid1 h3,
  .wpo-fun-fact-section-s2 .grid1 h3 {
    font-size: 35px;
    font-size: 2.33333rem;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .grid1 h3,
  .wpo-fun-fact-section-s2 .grid1 h3 {
    font-size: 25px;
    font-size: 1.66667rem;
    line-height: 38px;
  }
}

.wpo-fun-fact-section .grid1 h3 + p,
.wpo-fun-fact-section-s2 .grid1 h3 + p {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid1 h3 + p,
  .wpo-fun-fact-section-s2 .grid1 h3 + p {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid1 h3 + p,
  .wpo-fun-fact-section-s2 .grid1 h3 + p {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

@media (max-width: 450px) {
  .wpo-fun-fact-section .grid1 h3 + p,
  .wpo-fun-fact-section-s2 .grid1 h3 + p {
    font-size: 12px;
    font-size: 0.8rem;
  }
}


.wpo-about-section .wpo-about-section-wrapper .wpo-about-img,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 30px;
}

@media (max-width: 1399px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-img,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-img,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-img img,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img img,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img img {
  width: 100%;
}

@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-img img,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img img,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img img {
    max-height: 675px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-img img,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img img,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img img {
    max-height: 585px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-img .about-img-inner,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 20px;
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-img .about-img-inner,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text {
  background: #177265;
  padding: 40px 50px;
  margin-bottom: 20px;
  -webkit-clip-path: polygon(100% 0, 100% 87%, 89% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 87%, 89% 100%, 0 100%, 0 0);
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text h2,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text h2,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 66px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text h2 span,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text h2 span,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text h2 span {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  margin-left: 10px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner .about-img-inner-text p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content {
  padding-left: 50px;
  max-width: 580px;
}

@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content {
    margin-top: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top {
  margin-bottom: 30px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
  font-weight: 700;
  font-size: 47px;
  line-height: 53px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 450px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 {
    font-size: 24px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top p {
  font-weight: 500;
  font-size: 17px;
  line-height: 34px;
  color: #1E3446;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  
}

@media (max-width: 450px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress p {
  margin-bottom: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner {
  margin-right: 20px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress {
  width: 100px;
  height: 100px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  overflow: unset;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:after,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:after,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress > span,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress > span,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left {
  left: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right {
  right: 0;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
          animation: loading-1 1.8s linear forwards;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-value,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-value,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-weight: 700;
  font-size: 28px;
  line-height: 80px;
  color: #1E3446;
  text-align: center;
  position: absolute;
  top: 0;
  left: 5%;
  font-weight: 700;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress .progress-bar {
  border-color: #177265;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25%;
  width: 100%;
  text-align: center;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name span,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name span,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress-name span {
  font-size: 15px;
  color: #131058;
  line-height: 15px;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-right .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-right .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-right .progress-bar {
  -webkit-animation: loading-1 1s linear forwards 1.8s;
          animation: loading-1 1s linear forwards 1.8s;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-left .progress-bar,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-left .progress-bar,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress.yellow .progress-left .progress-bar {
  -webkit-animation: loading-2 1s linear forwards 2.8s;
          animation: loading-2 1s linear forwards 2.8s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(155deg);
    transform: rotate(155deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(155deg);
    transform: rotate(155deg);
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:before,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:before,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner .progress:before {
  position: absolute;
  left: -14px;
  top: -15px;
  width: 120%;
  height: 120%;
  background: #fff;
  content: "";
  border-radius: 50%;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p {
  margin-left: 20px;
}

@media (max-width: 450px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-progress .progress-inner p {
    margin: 0;
    margin-top: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item {
  padding-left: 60px;
  position: relative;
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item,
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item {
    margin-bottom: 20px;
    max-width: 400px;
  }
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item:before,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item:before,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #F3F6F6;
  content: "\e64c";
  font-family: 'themify';
  text-align: center;
  color: #177265;
}

.wpo-about-section .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item p,
.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item p,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item p {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #1E3446;
  margin-bottom: 0;
}


.wpo-service-area,
.wpo-service-area-s2,
.wpo-service-area-s3 {
  position: relative;
  z-index: 1;
}

.wpo-service-area:before,
.wpo-service-area-s2:before,
.wpo-service-area-s3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: #F3F6F6;
  z-index: -1;
}

.wpo-service-area .wpo-service-wrap,
.wpo-service-area-s2 .wpo-service-wrap,
.wpo-service-area-s3 .wpo-service-wrap {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap,
  .wpo-service-area-s2 .wpo-service-wrap,
  .wpo-service-area-s3 .wpo-service-wrap {
    padding: 0;
  }
}

.wpo-service-area .wpo-service-wrap:after,
.wpo-service-area-s2 .wpo-service-wrap:after,
.wpo-service-area-s3 .wpo-service-wrap:after {
  position: absolute;
  left: -4%;
  top: 0;
  width: 108%;
  height: 100%;
  content: "";
  background: #F3F6F6;
  z-index: -11;
}

.wpo-service-area .wpo-service-wrap:before,
.wpo-service-area-s2 .wpo-service-wrap:before,
.wpo-service-area-s3 .wpo-service-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 46%;
  content: "";
  background: #fff;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-service-area .wpo-service-wrap:before,
  .wpo-service-area-s2 .wpo-service-wrap:before,
  .wpo-service-area-s3 .wpo-service-wrap:before {
    height: 41%;
  }
}

@media (max-width: 1199px) {
  .wpo-service-area .wpo-service-wrap:before,
  .wpo-service-area-s2 .wpo-service-wrap:before,
  .wpo-service-area-s3 .wpo-service-wrap:before {
    height: 35%;
  }
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap:before,
  .wpo-service-area-s2 .wpo-service-wrap:before,
  .wpo-service-area-s3 .wpo-service-wrap:before {
    display: none;
  }
}

.wpo-service-area .wpo-service-wrap .wpo-service-item,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item {
  background: #fff;
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content {
  padding: 40px 55px;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 40px 25px;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 5px 0;
    padding-top: 0;
  }
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content span,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content span,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content span {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #FF7063;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
  margin-top: 35px;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2,
  .wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content a,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content a,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content a {
  display: inline-block;
  padding: 15px 25px;
  background: #F3F6F6;
  margin-top: 10px;
  color: #1E3446;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-content a:hover,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content a:hover,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content a:hover {
  background: #FF7063;
  color: #fff;
}

.wpo-service-area .wpo-service-wrap .wpo-service-item .wpo-service-img img,
.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img,
.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
  width: 100%;
}

.wpo-service-area .wpo-service-wrap .service-btn,
.wpo-service-area-s2 .wpo-service-wrap .service-btn,
.wpo-service-area-s3 .wpo-service-wrap .service-btn {
  text-align: center;
  margin-top: 30px;
  position: relative;
  bottom: -20px;
}

@media (max-width: 991px) {
  .wpo-service-area .wpo-service-wrap .service-btn,
  .wpo-service-area-s2 .wpo-service-wrap .service-btn,
  .wpo-service-area-s3 .wpo-service-wrap .service-btn {
    margin-top: 0px;
  }
}

.wpo-service-area .wpo-service-wrap .service-btn a,
.wpo-service-area-s2 .wpo-service-wrap .service-btn a,
.wpo-service-area-s3 .wpo-service-wrap .service-btn a {
  display: inline-block;
}


.wpo-video-section,
.wpo-video-section-s2,
.wpo-video-section-s3 {
  background: url(./images/v-bg.jpg) no-repeat center center;  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  padding-top: 130px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-video-section,
  .wpo-video-section-s2,
  .wpo-video-section-s3 {
    padding: 80px 0;
    padding-top: 120px;
  }
}

@media (max-width: 575px) {
  .wpo-video-section,
  .wpo-video-section-s2,
  .wpo-video-section-s3 {
    padding: 80px 0;
  }
}

.wpo-video-section:before,
.wpo-video-section-s2:before,
.wpo-video-section-s3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1E3446;
  opacity: 0.78;
  content: "";
  z-index: -1;
}

.wpo-video-section .wpo-video-item .video-text-wrap,
.wpo-video-section-s2 .wpo-video-item .video-text-wrap,
.wpo-video-section-s3 .wpo-video-item .video-text-wrap {
  position: relative;
  z-index: 1;
  max-width: 410px;
}

@media (max-width: 991px) {
  .wpo-video-section .wpo-video-item .video-text-wrap,
  .wpo-video-section-s2 .wpo-video-item .video-text-wrap,
  .wpo-video-section-s3 .wpo-video-item .video-text-wrap {
    margin: 0 auto;
  }
}

.wpo-video-section .wpo-video-item .video-text-wrap:before,
.wpo-video-section-s2 .wpo-video-item .video-text-wrap:before,
.wpo-video-section-s3 .wpo-video-item .video-text-wrap:before {
  position: absolute;
  right: 0;
  top: -40px;
  width: 250px;
  height: 280px;
  background: #fff;
  opacity: .20;
  content: "";
  z-index: -1;
}

@media (max-width: 575px) {
  .wpo-video-section .wpo-video-item .video-text-wrap:before,
  .wpo-video-section-s2 .wpo-video-item .video-text-wrap:before,
  .wpo-video-section-s3 .wpo-video-item .video-text-wrap:before {
    display: none;
  }
}

.wpo-video-section .wpo-video-item .wpo-viedo-text,
.wpo-video-section-s2 .wpo-video-item .wpo-viedo-text,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-text {
  max-width: 370px;
  height: 370px;
  background: #177265;
  padding: 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%, 9% 0);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%, 9% 0);
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .wpo-video-section .wpo-video-item .wpo-viedo-text,
  .wpo-video-section-s2 .wpo-video-item .wpo-viedo-text,
  .wpo-video-section-s3 .wpo-video-item .wpo-viedo-text {
    margin: 0 auto;
    padding: 40px 30px;
    height: 300px;
  }
}

.wpo-video-section .wpo-video-item .wpo-viedo-text h2,
.wpo-video-section-s2 .wpo-video-item .wpo-viedo-text h2,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  padding-top: 45px;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 575px) {
  .wpo-video-section .wpo-video-item .wpo-viedo-text h2,
  .wpo-video-section-s2 .wpo-video-item .wpo-viedo-text h2,
  .wpo-video-section-s3 .wpo-video-item .wpo-viedo-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.wpo-video-section .wpo-video-item .wpo-viedo-text h2:before,
.wpo-video-section-s2 .wpo-video-item .wpo-viedo-text h2:before,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-text h2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 10px;
  background: #FF7063;
  content: "";
}

.wpo-video-section .wpo-video-item .wpo-video-icon,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon {
  text-align: center;
  height: 100%;
  padding-top: 70px;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #FF7063;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn:before,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn:before,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn:before {
  content: " ";
  width: 125%;
  height: 125%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: -11px;
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  z-index: -1;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn .fi,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn .fi,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn .fi {
  color: #fff;
}

.wpo-video-section .wpo-video-item .wpo-video-icon .video-btn .fi:before,
.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn .fi:before,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn .fi:before {
  font-size: 30px;
}


.wpo-project-section,
.wpo-project-section-s2,
.wpo-project-section-s3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wpo-project-section:before,
.wpo-project-section-s2:before,
.wpo-project-section-s3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55%;
  background: #F3F6F6;
  content: "";
  z-index: -1;
}

.wpo-project-section .shape,
.wpo-project-section-s2 .shape,
.wpo-project-section-s3 .shape {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}

.wpo-project-section .wpo-project-slider .wpo-project-item,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item,
.wpo-project-section .wpo-project-wrapper .wpo-project-item,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item {
  position: relative;
  z-index: 1;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img {
  position: relative;
  overflow: hidden;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img:before,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:before,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:before,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(20, 33, 43, 0.98)), color-stop(50%, rgba(20, 33, 43, 0)));
  background: linear-gradient(180deg, rgba(20, 33, 43, 0.98) 20%, rgba(20, 33, 43, 0) 50%);
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 11;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 19;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 991px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text {
    padding: 30px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text .thumb span,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text .thumb span {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #177265;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-text h2,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-text h2 {
    font-size: 22px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 50px;
  width: 101%;
  height: 101%;
  background: rgba(255, 112, 99, 0.9);
  border-radius: 6px;
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  z-index: 20;
}

@media (max-width: 991px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
    padding: 30px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #177265;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media (max-width: 575px) {
  .wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2,
  .wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2 {
    font-size: 22px;
  }
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4 {
  font-weight: 700;
  font-size: 88px;
  line-height: 106px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: .4;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a {
  display: inline-block;
  padding: 12px 35px;
  color: #1E3446;
  background: #fff;
  position: relative;
  margin-top: 10px;
  max-width: 150px;
  position: absolute;
  bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover {
  background: #fff;
  color: #FF7063;
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wpo-project-section .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s2 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img:hover .wpo-project-text,
.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img:hover .wpo-project-text {
  opacity: 0;
  visibility: hidden;
}

.wpo-project-section .wpo-project-slider .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-slider-s2 .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section .wpo-project-wrapper .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s2 .wpo-project-wrapper .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text,
.wpo-project-section-s3 .wpo-project-wrapper .owl-item.center .grid1 .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wpo-project-section .wpo-project-slider .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section .wpo-project-slider-s2 .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section .wpo-project-wrapper .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section-s2 .wpo-project-wrapper .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-item.center .grid1 .wpo-project-item .wpo-project-text,
.wpo-project-section-s3 .wpo-project-wrapper .owl-item.center .grid1 .wpo-project-item .wpo-project-text {
  opacity: 0;
  visibility: hidden;
}

.wpo-project-section .wpo-project-slider .owl-controls,
.wpo-project-section .wpo-project-slider-s2 .owl-controls,
.wpo-project-section .wpo-project-wrapper .owl-controls,
.wpo-project-section-s2 .wpo-project-slider .owl-controls,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-controls,
.wpo-project-section-s2 .wpo-project-wrapper .owl-controls,
.wpo-project-section-s3 .wpo-project-slider .owl-controls,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-controls,
.wpo-project-section-s3 .wpo-project-wrapper .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-project-section .wpo-project-slider .owl-nav [class*=owl-],
.wpo-project-section .wpo-project-slider-s2 .owl-nav [class*=owl-],
.wpo-project-section .wpo-project-wrapper .owl-nav [class*=owl-],
.wpo-project-section-s2 .wpo-project-slider .owl-nav [class*=owl-],
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav [class*=owl-],
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav [class*=owl-],
.wpo-project-section-s3 .wpo-project-slider .owl-nav [class*=owl-],
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav [class*=owl-],
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #FF7063;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.wpo-project-section .wpo-project-slider .owl-nav [class*=owl-] i,
.wpo-project-section .wpo-project-slider-s2 .owl-nav [class*=owl-] i,
.wpo-project-section .wpo-project-wrapper .owl-nav [class*=owl-] i,
.wpo-project-section-s2 .wpo-project-slider .owl-nav [class*=owl-] i,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav [class*=owl-] i,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav [class*=owl-] i,
.wpo-project-section-s3 .wpo-project-slider .owl-nav [class*=owl-] i,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav [class*=owl-] i,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav [class*=owl-] i {
  font-size: 20px;
  color: #FF7063;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
          box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
}

@media (max-width: 575px) {
  .wpo-project-section .wpo-project-slider .owl-nav .owl-prev,
  .wpo-project-section .wpo-project-slider .owl-nav .owl-next,
  .wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev,
  .wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next,
  .wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev,
  .wpo-project-section .wpo-project-wrapper .owl-nav .owl-next,
  .wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev,
  .wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next,
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev,
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next,
  .wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev,
  .wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next,
  .wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev,
  .wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next,
  .wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev,
  .wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next,
  .wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev,
  .wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next {
    display: none;
  }
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev:hover,
.wpo-project-section .wpo-project-slider .owl-nav .owl-next:hover,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev:hover,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next:hover,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev:hover,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next:hover,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev:hover,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next:hover,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev:hover,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next:hover,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev:hover,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next:hover,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev:hover,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next:hover,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev:hover,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next:hover,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev:hover,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next:hover {
  background: #FF7063;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev:hover i,
.wpo-project-section .wpo-project-slider .owl-nav .owl-next:hover i,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev:hover i,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next:hover i,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev:hover i,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next:hover i,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev:hover i,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next:hover i,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev:hover i,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next:hover i,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev:hover i,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next:hover i,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev:hover i,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next:hover i,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev:hover i,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next:hover i,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev:hover i,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next:hover i {
  color: #fff;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-prev,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-prev {
  left: -28px;
}

.wpo-project-section .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s2 .wpo-project-wrapper .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-nav .owl-next,
.wpo-project-section-s3 .wpo-project-wrapper .owl-nav .owl-next {
  right: -28px;
}

.wpo-project-section .wpo-project-slider .owl-dots,
.wpo-project-section .wpo-project-slider-s2 .owl-dots,
.wpo-project-section .wpo-project-wrapper .owl-dots,
.wpo-project-section-s2 .wpo-project-slider .owl-dots,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots,
.wpo-project-section-s2 .wpo-project-wrapper .owl-dots,
.wpo-project-section-s3 .wpo-project-slider .owl-dots,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots,
.wpo-project-section-s3 .wpo-project-wrapper .owl-dots {
  text-align: center;
  bottom: -110px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .wpo-project-section .wpo-project-slider .owl-dots,
  .wpo-project-section .wpo-project-slider-s2 .owl-dots,
  .wpo-project-section .wpo-project-wrapper .owl-dots,
  .wpo-project-section-s2 .wpo-project-slider .owl-dots,
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots,
  .wpo-project-section-s2 .wpo-project-wrapper .owl-dots,
  .wpo-project-section-s3 .wpo-project-slider .owl-dots,
  .wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots,
  .wpo-project-section-s3 .wpo-project-wrapper .owl-dots {
    display: none;
  }
}

.wpo-project-section .wpo-project-slider .owl-dots button,
.wpo-project-section .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section .wpo-project-wrapper .owl-dots button,
.wpo-project-section-s2 .wpo-project-slider .owl-dots button,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section-s2 .wpo-project-wrapper .owl-dots button,
.wpo-project-section-s3 .wpo-project-slider .owl-dots button,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots button,
.wpo-project-section-s3 .wpo-project-wrapper .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 10px;
}

.wpo-project-section .wpo-project-slider .owl-dots button.active,
.wpo-project-section .wpo-project-slider-s2 .owl-dots button.active,
.wpo-project-section .wpo-project-wrapper .owl-dots button.active,
.wpo-project-section-s2 .wpo-project-slider .owl-dots button.active,
.wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots button.active,
.wpo-project-section-s2 .wpo-project-wrapper .owl-dots button.active,
.wpo-project-section-s3 .wpo-project-slider .owl-dots button.active,
.wpo-project-section-s3 .wpo-project-slider-s2 .owl-dots button.active,
.wpo-project-section-s3 .wpo-project-wrapper .owl-dots button.active {
  background: #FF7063;
  width: 45px;
}

.wpo-project-section .project-btn,
.wpo-project-section-s2 .project-btn,
.wpo-project-section-s3 .project-btn {
  text-align: center;
  margin-top: 30px;
}


.wpo-cta-section {
  background: url(./images/cta.jpg) no-repeat center center;  background-size: cover;
  padding: 55px 0;
}

.wpo-cta-section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-cta-section .wpo-cta-text span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  letter-spacing: 0.16em;
  margin-left: 6px;
}

.wpo-cta-section .wpo-cta-text span:before {
  position: absolute;
  left: -6px;
  top: -3px;
  width: 34px;
  height: 22px;
  background: #FF7063;
  content: "";
  z-index: -1;
}

.wpo-cta-section .wpo-cta-text h3 {
  margin: 0;
  margin-top: 15px;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  margin-top: 0px;
  color: #fff;
}

@media (max-width: 767px) {
  .wpo-cta-section .wpo-cta-text h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 330px) {
  .wpo-cta-section .wpo-cta-text h3 {
    font-size: 30px;
  }
}


.wpo-testimonial-section .container-fluid,
.wpo-testimonial-section-s2 .container-fluid,
.wpo-testimonial-section-s3 .container-fluid {
  padding-left: 0;
}

@media (max-width: 991px) {
  .wpo-testimonial-section .container-fluid,
  .wpo-testimonial-section-s2 .container-fluid,
  .wpo-testimonial-section-s3 .container-fluid {
    padding: 0;
  }
}

.wpo-testimonial-section .wpo-testimonial-left,
.wpo-testimonial-section-s2 .wpo-testimonial-left,
.wpo-testimonial-section-s3 .wpo-testimonial-left {
  background: #F3F6F6;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left,
  .wpo-testimonial-section-s2 .wpo-testimonial-left,
  .wpo-testimonial-section-s3 .wpo-testimonial-left {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .wpo-testimonial-section .wpo-testimonial-left,
  .wpo-testimonial-section-s2 .wpo-testimonial-left,
  .wpo-testimonial-section-s3 .wpo-testimonial-left {
    padding: 0px 0;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .left-shape,
.wpo-testimonial-section-s2 .wpo-testimonial-left .left-shape,
.wpo-testimonial-section-s3 .wpo-testimonial-left .left-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.03;
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left {
  max-width: 460px;
  height: 492px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left {
    max-width: 360px;
  }
}

@media (max-width: 575px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left {
    max-width: 320px;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left:before,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left:before,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left:before {
  position: absolute;
  width: 387px;
  height: 387px;
  background: #fff;
  content: "";
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left:before,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left:before,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left:before {
    width: 287px;
    height: 287px;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-1,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-1,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-1,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-1,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-1 {
    text-align: center;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-2,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-2,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-2 {
  position: absolute;
  left: 0;
  top: 15%;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-2,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-2,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-2 {
    top: 30%;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-3,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-3,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-3 {
  position: absolute;
  left: 0;
  bottom: 25%;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-3,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-3,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-3 {
    bottom: 28%;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-4,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-4,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-4 {
  position: absolute;
  left: 18%;
  bottom: 15px;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-4,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-4,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-4 {
    bottom: 15%;
    left: 25%;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-5,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-5,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-5 {
  position: absolute;
  left: 45%;
  bottom: 15px;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-5,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-5,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-5 {
    bottom: 15%;
    left: 50%;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-6,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-6,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-6 {
  position: absolute;
  right: 40px;
  bottom: 50px;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-6,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-6,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-6 {
    right: 20px;
    bottom: 24%;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-7,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-7,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-7 {
  position: absolute;
  right: 0px;
  top: 45%;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-7,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-7,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-7 {
    right: -20px;
    top: 45%;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-8,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-8,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-8 {
  position: absolute;
  right: 15%;
  top: 5%;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-8,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-8,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-8 {
    right: 15%;
    top: 20%;
  }
}

.wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-9,
.wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-9,
.wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-9 {
  position: absolute;
  left: 35%;
  top: 0;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-9,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-9,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-9 {
    left: 35%;
    top: 13%;
  }
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-1 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-2 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-3 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-4 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-5 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-6 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-7 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-8 img,
  .wpo-testimonial-section .wpo-testimonial-left .wpo-testimonial-image-left .image-9 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-1 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-2 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-3 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-4 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-5 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-6 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-7 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-8 img,
  .wpo-testimonial-section-s2 .wpo-testimonial-left .wpo-testimonial-image-left .image-9 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-1 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-2 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-3 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-4 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-5 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-6 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-7 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-8 img,
  .wpo-testimonial-section-s3 .wpo-testimonial-left .wpo-testimonial-image-left .image-9 img {
    max-width: 70%;
  }
}

.wpo-testimonial-section .wpo-testimonial-right,
.wpo-testimonial-section-s2 .wpo-testimonial-right,
.wpo-testimonial-section-s3 .wpo-testimonial-right {
  padding: 40px 0;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-right,
  .wpo-testimonial-section-s2 .wpo-testimonial-right,
  .wpo-testimonial-section-s3 .wpo-testimonial-right {
    padding-left: 20px;
    padding: 60px 0 135px;
  }
}

@media (max-width: 991px) {
  .wpo-testimonial-section .wpo-testimonial-right,
  .wpo-testimonial-section-s2 .wpo-testimonial-right,
  .wpo-testimonial-section-s3 .wpo-testimonial-right {
    padding: 60px 15px 90px;
  }
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-section-title,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-section-title,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-section-title {
  text-align: left;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item {
	/*t
  max-width: 750px;
  background: #F3F6F6;
  padding: 55px;
  t*/
  padding:10px 50px;
}

@media (max-width: 991px) {
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item {
    padding: 30px;
  }
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide {
  position: relative;
  z-index: 1;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide:before,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide:before,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide:before,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide:before,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide:before,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide:before {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f136";
  font-family: "flaticon_transfar";
  font-size: 200px;
  z-index: -1;
  opacity: 0.08;
  color: #FF7063;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul li,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul li,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul li,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul li,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul li,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul li {
  color: #EAA743;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul li + li,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul li + li,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul li + li,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul li + li,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide ul li + li,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide ul li + li {
  margin-left: 10px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide p,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide p,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide p,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide p,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide p,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide p {
  font-weight: 500;
  font-size: 17px;
  line-height: 32px;
  color: #1E3446;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide p,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide p,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide p,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide p,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide p,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide p {
    font-size: 14px;
    line-height: 28px;
  }
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client img,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client img,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client img,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client img,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client img,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client img {
  border-radius: 50%;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text {
  margin-left: 20px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4 {
  font-weight: 600;
  font-size: 23px;
  line-height: 28px;
}

@media (max-width: 575px) {
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text h4 {
    font-size: 20px;
  }
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text span,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text span,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text span,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text span,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text span,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-controls,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-controls,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-controls,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-controls,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-controls,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-],
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-],
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-],
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-],
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-],
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #FF7063;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-] i,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-] i,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-] i,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-] i,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-] i,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-] i {
  color: #1E3446;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-] i:before,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-] i:before,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-] i:before,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-] i:before,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav [class*=owl-] i:before,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav [class*=owl-] i:before {
  font-size: 12px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next {
  position: absolute;
  top: auto;
  bottom: -120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #F3F6F6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 991px) {
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next {
    display: none;
  }
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev:hover,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next:hover,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev:hover,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next:hover,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev:hover,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next:hover,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev:hover,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next:hover,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev:hover,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next:hover,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev:hover,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next:hover {
  background: #FF7063;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev:hover i,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next:hover i,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev:hover i,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next:hover i,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev:hover i,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next:hover i,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev:hover i,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next:hover i,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev:hover i,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next:hover i,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev:hover i,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next:hover i {
  color: #fff;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-prev {
  left: 0px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-nav .owl-next {
  left: 65px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-dots,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-dots,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-dots {
  text-align: center;
  bottom: -35px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 991px) {
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots,
  .wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-dots,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots,
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-dots,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-dots {
    display: none;
  }
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots button,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-dots button,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots button,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-dots button,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots button,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 10px;
}

.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots button.active,
.wpo-testimonial-section .wpo-testimonial-right .wpo-testimonial-item .owl-dots button.active,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots button.active,
.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .owl-dots button.active,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-wrap .owl-dots button.active,
.wpo-testimonial-section-s3 .wpo-testimonial-right .wpo-testimonial-item .owl-dots button.active {
  background: #FF7063;
  width: 45px;
}


.partners-section {
  padding: 20px 0;
  background: url(./images/bg.jpg) no-repeat center center;  background-size: cover;
  position: relative;
}

.partners-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1E3446;
  opacity: .92;
  content: "";
}

@media (max-width: 575px) {
  .partners-section {
    padding: 40px 0;
  }
}

.partners-section h3 {
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  color: #fff;
}

@media (max-width: 991px) {
  .partners-section h3 {
    text-align: center;
    margin-bottom: 30px;
  }
}

.partners-section h3 span {
  color: #FF7063;
}

.partners-section .container {
  position: relative;
  padding: 0px 15px;
}

.partners-section .hidden {
  display: none;
}

.partners-section .grid1 {
  text-align: center;
}

.partners-section .grid1 img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.partners-section .grid1 img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.partners-section .owl-nav {
  display: none;
}


.wpo-blog-section,
.wpo-blog-section-s2,
.wpo-blog-section-s3 {
  padding-bottom: 90px;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item {
  background: #F3F6F6;
  margin-bottom: 30px;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-img img {
  width: 100%;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content {
  padding: 40px;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content,
  .wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content,
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content {
    padding: 20px;
    padding-top: 0;
  }
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content span,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content span,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content span {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #FF7063;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  top: -1px;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 {
  margin-top: 30px;
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 {
    font-size: 21px;
    line-height: 33px;
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 a {
  color: #1E3446;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content ul,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 25px;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #1E3446;
  padding-left: 10px;
  border-left: 2px solid #FF7063;
}

@media (max-width: 1199px) {
  .wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li,
  .wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li,
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li {
    font-size: 14px;
  }
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li + li,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li + li,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li + li {
  margin-left: 20px;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li a,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li a,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li a {
  color: #1E3446;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li a:hover,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li a:hover,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content ul li a:hover {
  color: #FF7063;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content a.b-btn,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content a.b-btn,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content a.b-btn {
  display: inline-block;
  padding: 15px 25px;
  background: #E6E9E9;
  margin-top: 10px;
  color: #1E3446;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
}

.wpo-blog-section .wpo-blog-items .wpo-blog-item .wpo-blog-content a.b-btn:hover,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content a.b-btn:hover,
.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content a.b-btn:hover {
  background: #177265;
  color: #fff;
}



.wpo-about-section-s2 {
  position: relative;
  z-index: 1;
}

.wpo-about-section-s2::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  content: "";
  background: #F3F6F6;
  z-index: -1;
}

@media (max-width: 1199px) {
  .wpo-about-section-s2::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content {
    margin-top: 0;
  }
}

.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-content .wpo-about-check-wrap .wpo-about-check-item:before {
  background: #177265;
  color: #fff;
}

.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img {
  padding-right: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-top: 130px;
}

@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 50px;
  }
}

.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  content: "";
  background: #fff;
  z-index: -1;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .wpo-about-section-s2 .wpo-about-section-wrapper .wpo-about-img .about-img-inner::before {
    background: #F3F6F6;
  }
}


.wpo-fun-fact-section-s2 {
  padding: 0;
  background: url(./images/bg.png) no-repeat center center;  background-size: cover;
  position: relative;
}

@media (max-width: 991px) {
  .wpo-fun-fact-section-s2 {
    padding: 50px 0;
  }
}

.wpo-fun-fact-section-s2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #FF7063;
  opacity: .95;
}

.wpo-fun-fact-section-s2 .grid1 {
  padding: 40px 0;
}

@media (max-width: 991px) {
  .wpo-fun-fact-section-s2 .grid1 {
    padding: 0;
  }
}

.wpo-fun-fact-section-s2 .grid1 + .grid1:before {
  content: "";
  left: 0;
  top: -10px;
  width: 1px;
  height: 115%;
  background: #fff;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

@media (max-width: 991px) {
  .wpo-fun-fact-section-s2 .grid1 + .grid1:before {
    display: none;
  }
}


.wpo-service-area-s2 {
  padding-bottom: 350px;
}

@media (max-width: 991px) {
  .wpo-service-area-s2 {
    padding-bottom: 300px;
  }
}

.wpo-service-area-s2.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .wpo-service-area-s2.pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .wpo-service-area-s2.pb-120 {
    padding-bottom: 70px;
  }
}

.wpo-service-area-s2:before {
  width: 30%;
  height: 100%;
}

@media (max-width: 991px) {
  .wpo-service-area-s2:before {
    display: none;
  }
}

.wpo-service-area-s2 .wpo-service-wrap:before, .wpo-service-area-s2 .wpo-service-wrap:after {
  display: none;
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
  background: #F3F6F6;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item {
    padding: 0;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
  float: left;
  padding-right: 30px;
  max-width: 260px;
}

@media (max-width: 1399px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    max-width: 200px;
  }
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
    float: none;
    padding-right: 0;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
    min-height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
    min-height: 100%;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content {
  overflow: hidden;
  padding: 30px;
  padding-left: 0;
  padding-top: 0;
}

@media (max-width: 1399px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 15px;
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content {
    padding: 20px;
    padding-top: 0;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
    margin-top: 15px;
  }
}

@media (max-width: 1399px) {
  .wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content p {
    font-size: 14px;
  }
}

.wpo-service-area-s2 .wpo-service-wrap .wpo-service-item .wpo-service-content a {
  background: #E4E8E8;
}


.wpo-video-section-s2,
.wpo-video-section-s3 {
  padding: 0 0 100px;
  margin-top: 200px;
}

.wpo-video-section-s2 .why-choose-wrap,
.wpo-video-section-s3 .why-choose-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1130px;
  background: #FF7063;
  margin: 0 auto;
  padding: 60px 80px 20px;
  padding-right: 60px;
  overflow: hidden;
  z-index: 1;
  margin-top: -210px;
}

@media (max-width: 1199px) {
  .wpo-video-section-s2 .why-choose-wrap,
  .wpo-video-section-s3 .why-choose-wrap {
    padding: 30px 30px 0px;
  }
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap,
  .wpo-video-section-s3 .why-choose-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px 0px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .v-shape,
.wpo-video-section-s3 .why-choose-wrap .v-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.wpo-video-section-s2 .why-choose-wrap .v-shape img,
.wpo-video-section-s3 .why-choose-wrap .v-shape img {
  width: 100%;
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-left,
.wpo-video-section-s3 .why-choose-wrap .why-choose-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
.wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-left h2,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-left h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-left p,
.wpo-video-section-s3 .why-choose-wrap .why-choose-left p {
  color: #fff;
}

.wpo-video-section-s2 .why-choose-wrap .why-choose-right,
.wpo-video-section-s3 .why-choose-wrap .why-choose-right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .why-choose-wrap .why-choose-right,
  .wpo-video-section-s3 .why-choose-wrap .why-choose-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 10px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap,
  .wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item {
  padding-left: 60px;
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 40px;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item,
  .wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    max-width: 350px;
  }
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item:before,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.4);
  content: "\e64c";
  font-family: 'themify';
  text-align: center;
  color: #fff;
}

.wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p,
.wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wpo-video-section-s2 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p,
  .wpo-video-section-s3 .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p {
    font-size: 13px;
  }
}

.wpo-video-section-s2 .wpo-video-item .wpo-video-icon,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon {
  height: unset;
  padding-top: 0;
  margin-top: 100px;
}

.wpo-video-section-s2 .wpo-video-item .wpo-video-icon .video-btn,
.wpo-video-section-s3 .wpo-video-item .wpo-video-icon .video-btn {
  background: #177265;
}

.wpo-video-section-s2 .wpo-video-item .wpo-viedo-title,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-title {
  text-align: center;
  max-width: 595px;
  margin: 0 auto;
  margin-top: 50px;
}

.wpo-video-section-s2 .wpo-video-item .wpo-viedo-title h2,
.wpo-video-section-s3 .wpo-video-item .wpo-viedo-title h2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 45px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-video-section-s2 .wpo-video-item .wpo-viedo-title h2,
  .wpo-video-section-s3 .wpo-video-item .wpo-viedo-title h2 {
    font-size: 20px;
    line-height: 32px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 110px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item {
    padding-bottom: 80px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
  position: relative;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  width: 100%;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
  padding: 30px;
  background: #F3F6F6;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 40px;
  -webkit-clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 11%, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  left: -1px;
  bottom: 0px;
  width: 101%;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding: 10px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding: 10px;
    padding-top: 30px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  margin-top: -70px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
  color: #1E3446;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
  color: #177265;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FF7063;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social {
  overflow: hidden;
  height: 45px;
  margin-bottom: 20px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -50px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li + li {
  margin-left: 10px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li a {
  display: block;
  width: 44px;
  height: 44px;
  background: #fff;
  line-height: 46px;
  text-align: center;
  color: #1E3446;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text .social ul li a:hover {
  background: #177265;
  color: #fff;
  border-radius: 50%;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text h2 {
  margin-top: 0;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text .social ul {
  margin-top: 0;
}


.wpo-project-section-s2 {
  background: #F3F6F6;
}

.wpo-project-section-s2:before {
  display: none;
}

.wpo-project-section-s2 .shape {
  opacity: 1;
}

@media (min-width: 991px) {
  .wpo-project-section-s2 .container-fluid {
    padding: 0;
  }
}

.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
  padding: 20px;
  padding-top: 50px;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 36px;
  max-width: 300px;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text {
  right: 20px;
}

@media (max-width: 370px) {
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
    padding-top: 25px;
  }
}

@media (max-width: 1399px) {
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a {
    bottom: 30px;
  }
}

@media (max-width: 370px) {
  .wpo-project-section-s2 .wpo-project-slider-s2 .wpo-project-item .wpo-project-img .wpo-project-hidden-text a {
    bottom: 25px;
  }
}

.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev {
  left: 31%;
  border-radius: 0;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev i {
  color: #1E3446;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev:hover {
  background: #177265;
}

@media (max-width: 1199px) {
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-prev {
    display: none;
  }
}

.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next {
  right: 31%;
  border-radius: 0;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next i {
  color: #1E3446;
}

.wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next:hover {
  background: #177265;
}

@media (max-width: 1199px) {
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-nav .owl-next {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wpo-project-section-s2 .wpo-project-slider-s2 .owl-dots {
    display: block;
    bottom: -30px;
  }
}


.wpo-testimonial-section-s2 {
  padding: 20px 0;
}

@media (max-width: 575px) {
  .wpo-testimonial-section-s2 {
    padding-top: 50px;
  }
}

.wpo-testimonial-section-s2 .wpo-testimonial-right {
  padding: 0;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item {
  padding: 0;
  background: none;
  z-index: 1;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide:before {
  z-index: 1;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-slide-inner {
  padding: 55px;
  background: #F3F6F6;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-slide-inner {
    padding: 30px;
  }
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-slide-inner:before {
  position: absolute;
  left: 55px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #F3F6F6;
  content: "";
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-slide-inner p {
  margin-bottom: 0;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client {
  padding-left: 45px;
  margin-top: 40px;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .owl-nav button.owl-next {
  left: auto;
  right: 0px;
  top: -100px;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .owl-nav button {
  position: absolute;
  right: 65px;
  top: -100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #F3F6F6;
  border: 0;
  color: #FF7063;
  text-decoration: none;
  border-radius: 50%;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .owl-nav button:hover {
  background: #FF7063;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  .wpo-testimonial-section-s2 .wpo-testimonial-right .owl-nav button {
    display: none;
  }
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .owl-dots {
  bottom: -50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .wpo-testimonial-section-s2 .wpo-testimonial-right .owl-dots {
    display: none;
  }
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
}

.wpo-testimonial-section-s2 .wpo-testimonial-right .owl-dots button.active {
  background: #FF7063;
}


.wpo-calculation-section,
.wpo-calculation-section-s2,
.wpo-calculation-section-s3 {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-calculation-section,
  .wpo-calculation-section-s2,
  .wpo-calculation-section-s3 {
    padding-top: 90px;
  }
}

.wpo-calculation-section:before,
.wpo-calculation-section-s2:before,
.wpo-calculation-section-s3:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: #E6E9E9;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-calculation-section:before,
  .wpo-calculation-section-s2:before,
  .wpo-calculation-section-s3:before {
    display: none;
  }
}

.wpo-calculation-section .d-boy,
.wpo-calculation-section-s2 .d-boy,
.wpo-calculation-section-s3 .d-boy {
  position: absolute;
  right: 40px;
  bottom: 0;
}

@media (max-width: 1500px) {
  .wpo-calculation-section .d-boy img,
  .wpo-calculation-section-s2 .d-boy img,
  .wpo-calculation-section-s3 .d-boy img {
    max-width: 280px;
  }
}

@media (max-width: 1199px) {
  .wpo-calculation-section .d-boy,
  .wpo-calculation-section-s2 .d-boy,
  .wpo-calculation-section-s3 .d-boy {
    display: none;
  }
}

@media (max-width: 1399px) {
  .wpo-calculation-section .wpo-section-title h2,
  .wpo-calculation-section-s2 .wpo-section-title h2,
  .wpo-calculation-section-s3 .wpo-section-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 1199px) {
  .wpo-calculation-section .wpo-section-title h2,
  .wpo-calculation-section-s2 .wpo-section-title h2,
  .wpo-calculation-section-s3 .wpo-section-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .wpo-calculation-section .wpo-section-title h2,
  .wpo-calculation-section-s2 .wpo-section-title h2,
  .wpo-calculation-section-s3 .wpo-section-title h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (max-width: 1800px) {
  .wpo-calculation-section .wpo-calculation-section-wrapper,
  .wpo-calculation-section-s2 .wpo-calculation-section-wrapper,
  .wpo-calculation-section-s3 .wpo-calculation-section-wrapper {
    padding-right: 120px;
  }
}

@media (max-width: 1500px) {
  .wpo-calculation-section .wpo-calculation-section-wrapper,
  .wpo-calculation-section-s2 .wpo-calculation-section-wrapper,
  .wpo-calculation-section-s3 .wpo-calculation-section-wrapper {
    padding-right: 180px;
  }
}

@media (max-width: 1199px) {
  .wpo-calculation-section .wpo-calculation-section-wrapper,
  .wpo-calculation-section-s2 .wpo-calculation-section-wrapper,
  .wpo-calculation-section-s3 .wpo-calculation-section-wrapper {
    padding-right: 0px;
  }
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-section-title,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-section-title,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-section-title {
  text-align: left;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-section-title span,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-section-title span,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-section-title span {
  margin-left: 8px;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area {
  background: #E6E9E9;
  padding: 80px;
}

@media (max-width: 1500px) {
  .wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area,
  .wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area,
  .wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area,
  .wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area,
  .wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area {
    padding: 20px;
  }
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area h5,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area h5,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area h5 {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  margin-left: 6px;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area h5:before,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area h5:before,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area h5:before {
  position: absolute;
  left: -6px;
  top: -3px;
  width: 34px;
  height: 22px;
  background: #FF7063;
  content: "";
  z-index: -1;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .personal-info,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .personal-info,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .personal-info {
  margin-bottom: 15px;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .form-group,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-group,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-group {
  margin-bottom: 20px;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control {
  width: 100%;
  height: 60px;
  background: #fff;
  color: #626B72;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  border: 0;
  padding: 15px;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
  color: #626B72;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  color: #626B72;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
  color: #626B72;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #626B72;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area select.form-control {
  color: #626B72;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #fff url(./images/select-icon2.png) no-repeat calc(100% - 15px) center;  position: relative;
}

.wpo-calculation-section .wpo-calculation-section-wrapper .submit-area,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .submit-area,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .submit-area {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .wpo-calculation-section .wpo-calculation-section-wrapper .submit-area,
  .wpo-calculation-section-s2 .wpo-calculation-section-wrapper .submit-area,
  .wpo-calculation-section-s3 .wpo-calculation-section-wrapper .submit-area {
    margin-top: 15px;
  }
}

.wpo-calculation-section .wpo-calculation-section-wrapper .submit-area button i,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .submit-area button i,
.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .submit-area button i {
  margin-left: 40px;
}

.wpo-calculation-section-s3:before {
  display: none;
}

.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-section-title {
  text-align: center;
}

.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}

.wpo-calculation-section-s3 .wpo-calculation-section-wrapper .wpo-contact-form-area .submit-area {
  text-align: center;
}


.wpo-blog-section-s2 {
  position: relative;
  z-index: 1;
}

.wpo-blog-section-s2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: #F3F6F6;
  z-index: -1;
}

@media (max-width: 1199px) {
  .wpo-blog-section-s2:before {
    width: 46%;
  }
}

@media (max-width: 991px) {
  .wpo-blog-section-s2:before {
    display: none;
  }
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content .wpo-blog-content-top h2 a {
  color: #fff;
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content .wpo-blog-content-top h2 a:hover {
  color: #FF7063;
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content .wpo-blog-content-top p,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content .wpo-blog-content-top ul li,
.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content .wpo-blog-content-top ul li a {
  color: #fff;
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item .wpo-blog-content .wpo-blog-content-top ul li a:hover {
  color: #FF7063;
}

.wpo-blog-section-s2 .wpo-blog-items .wpo-blog-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 52, 70, 0.7)), to(#1E3446));
  background: linear-gradient(180deg, rgba(30, 52, 70, 0.7) 0%, #1E3446 100%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 1;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-item.active.center .wpo-blog-item:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF7063), to(#FF7063));
  background: linear-gradient(180deg, #FF7063 0%, #FF7063 100%);
  opacity: 0.85;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.wpo-blog-section-s2 .wpo-blog-items .owl-item.active.center .wpo-blog-item .wpo-blog-content .wpo-blog-content-top span {
  background: #177265;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-item.active.center .wpo-blog-item .wpo-blog-content .wpo-blog-content-top h2 a:hover {
  color: #177265;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-item.active.center .wpo-blog-item .wpo-blog-content .wpo-blog-content-top ul li a:hover {
  color: #177265;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-section-s2 .wpo-blog-items .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #FF7063;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-nav [class*=owl-] i {
  font-size: 20px;
  color: #FF7063;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-prev,
.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
          box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
}

@media (max-width: 575px) {
  .wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-prev,
  .wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-next {
    display: none;
  }
}

.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-prev:hover,
.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-next:hover {
  background: #FF7063;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-prev:hover i,
.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-next:hover i {
  color: #fff;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-prev {
  left: -100px;
}

@media (max-width: 1500px) {
  .wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-prev {
    left: -25px;
  }
}

.wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-next {
  right: -100px;
}

@media (max-width: 1500px) {
  .wpo-blog-section-s2 .wpo-blog-items .owl-nav .owl-next {
    right: -25px;
  }
}

.wpo-blog-section-s2 .wpo-blog-items .owl-dots {
  text-align: center;
  bottom: -45px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .wpo-blog-section-s2 .wpo-blog-items .owl-dots {
    display: none;
  }
}

.wpo-blog-section-s2 .wpo-blog-items .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 10px;
}

.wpo-blog-section-s2 .wpo-blog-items .owl-dots button.active {
  background: #FF7063;
  width: 45px;
}


.wpo-subscribe-section,
.wpo-subscribe-section-s2 {
  background: #177265;
  position: relative;
  z-index: 11;
}

.wpo-subscribe-section .s-shape,
.wpo-subscribe-section-s2 .s-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wpo-subscribe-section:before,
.wpo-subscribe-section-s2:before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #177265;
  content: "";
}

.wpo-subscribe-section .wpo-section-title,
.wpo-subscribe-section-s2 .wpo-section-title {
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .wpo-subscribe-section .wpo-section-title,
  .wpo-subscribe-section-s2 .wpo-section-title {
    margin-bottom: 30px;
  }
}

.wpo-subscribe-section .wpo-section-title h2,
.wpo-subscribe-section-s2 .wpo-section-title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
}

@media (max-width: 575px) {
  .wpo-subscribe-section .wpo-section-title h2,
  .wpo-subscribe-section-s2 .wpo-section-title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 450px) {
  .wpo-subscribe-section .wpo-section-title h2,
  .wpo-subscribe-section-s2 .wpo-section-title h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.wpo-subscribe-section .wpo-section-title span,
.wpo-subscribe-section-s2 .wpo-section-title span {
  color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap {
  max-width: 1030px;
  margin: 0 auto;
}

.wpo-subscribe-section .wpo-subscribe-wrap form,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form {
  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;
}

@media (max-width: 991px) {
  .wpo-subscribe-section .wpo-subscribe-wrap form,
  .wpo-subscribe-section-s2 .wpo-subscribe-wrap form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field {
  margin: 0 10px;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

@media (max-width: 991px) {
  .wpo-subscribe-section .wpo-subscribe-wrap form .form-field,
  .wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field .form-control,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field .form-control {
  height: 60px;
  background: transparent;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #448F85;
  color: #fff;
  padding: 15px;
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field .form-control:focus,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field .form-control::-webkit-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field .form-control::-webkit-input-placeholder {
  color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field .form-control:-ms-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field .form-control:-ms-input-placeholder {
  color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field .form-control::-ms-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field .form-control::-ms-input-placeholder {
  color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field .form-control::placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field .form-control::placeholder {
  color: #fff;
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field.s-btn,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field.s-btn {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media (max-width: 991px) {
  .wpo-subscribe-section .wpo-subscribe-wrap form .form-field.s-btn,
  .wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field.s-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2 {
  height: 60px;
  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;
}

.wpo-subscribe-section .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2 i,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2 i {
  margin-left: 10px;
}

@media (max-width: 1199px) {
  .wpo-subscribe-section .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2,
  .wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2 {
    padding: 10px 20px;
  }
}

@media (max-width: 1199px) {
  .wpo-subscribe-section .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2 img,
  .wpo-subscribe-section-s2 .wpo-subscribe-wrap form .form-field.s-btn .theme-btn-s2 img {
    max-width: 60%;
  }
}



.wpo-about-section-s3 {
  position: relative;
  z-index: 1;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img {
  padding-right: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-top: 130px;
}

@media (max-width: 575px) {
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .wpo-about-img-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0px;
  }
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 180px;
  height: 180px;
  line-height: 180px;
  background: #FF7063;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 5px solid #fff;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-logo i {
  position: relative;
  top: -5px;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-logo img {
  width: unset;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-about-content-top h2 span {
  color: #FF7063;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-progress-items {
  margin-bottom: 40px;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-progress-single {
  margin-bottom: 30px;
  position: relative;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-progress-single h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-progress-single:last-child {
  margin-bottom: 0;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-progress-single .progress {
  background: #F3F6F6;
  height: 6px;
  position: relative;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .wpo-progress-single .progress .progress-bar {
  background-color: #177265;
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .progress-number {
  position: absolute;
  right: 0;
  top: -5px;
  color: #1E3446;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-content .progress-number {
    font-size: 18px;
    top: -5px;
  }
}


.wpo-service-area-s3 {
  background: #F3F6F6;
  padding-bottom: 0;
}

.wpo-service-area-s3 .wpo-service-wrap {
  padding: 100px 120px;
  padding-top: 0;
}

@media (max-width: 1399px) {
  .wpo-service-area-s3 .wpo-service-wrap {
    padding: 100px 80px;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .wpo-service-area-s3 .wpo-service-wrap {
    padding: 0 40px 100px 40px;
  }
}

@media (max-width: 575px) {
  .wpo-service-area-s3 .wpo-service-wrap {
    padding: 0;
    padding-bottom: 100px;
  }
}

.wpo-service-area-s3 .wpo-service-wrap:before {
  bottom: 0;
  top: auto;
  background-color: #ECF0F0;
  height: 62%;
  display: block;
}

@media (max-width: 575px) {
  .wpo-service-area-s3 .wpo-service-wrap:before {
    display: none;
  }
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item {
  padding: 30px;
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: #F3F6F6;
  content: "";
  z-index: -1;
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-img {
  position: relative;
  padding: 0 20px;
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content {
  padding: 0;
  text-align: center;
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content h2 {
  margin-top: 20px;
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #F3F6F6;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  margin-top: -80px;
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content .icon .fi:before {
  font-size: 50px;
  color: #FF7063;
}

.wpo-service-area-s3 .wpo-service-wrap .wpo-service-item .wpo-service-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}

.wpo-service-area-s3 .wpo-service-wrap .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #FF7063;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav [class*=owl-] i {
  font-size: 20px;
  color: #FF7063;
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-prev,
.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-next {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
          box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-prev:before,
.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-next:before {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 70px;
  height: 70px;
  content: "";
  border: 1px solid #DCDDDD;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-prev,
  .wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-next {
    display: none;
  }
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-prev:hover,
.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-next:hover {
  background: #FF7063;
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-prev:hover i,
.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-next:hover i {
  color: #fff;
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-prev {
  left: -140px;
}

@media (max-width: 1399px) {
  .wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-prev {
    left: -100px;
  }
}

.wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-next {
  right: -140px;
}

@media (max-width: 1399px) {
  .wpo-service-area-s3 .wpo-service-wrap .owl-nav .owl-next {
    right: -100px;
  }
}

.wpo-service-area-s3 .wpo-service-wrap .owl-dots {
  text-align: center;
  bottom: -30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 991px) {
  .wpo-service-area-s3 .wpo-service-wrap .owl-dots {
    display: none;
  }
}

.wpo-service-area-s3 .wpo-service-wrap .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 20px;
  height: 8px;
  border-radius: 10px;
  background: #d7dddd;
}

.wpo-service-area-s3 .wpo-service-wrap .owl-dots button.active {
  background: #FF7063;
  width: 45px;
}


@media (max-width: 991px) {
  .wpo-team-section-s3 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-team-section-s3 {
    padding-bottom: 50px;
  }
}

.wpo-team-section-s3 .wpo-section-title {
  text-align: left;
}

@media (max-width: 1199px) {
  .wpo-team-section-s3 .wpo-section-title {
    text-align: center;
  }
}

.wpo-team-section-s3 .wpo-section-title .theme-btn-s2 {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .wpo-team-section-s3 .wpo-team-wrap .wpo-team-item {
    margin-bottom: 30px;
  }
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #177265;
  content: "";
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul {
  list-style: none;
  position: relative;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li:nth-child(2) {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  right: 0;
  top: 0px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li:nth-child(3) {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0px;
  top: 0px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li:nth-child(4) {
  -webkit-transition: all .7s;
  transition: all .7s;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li:nth-child(5) {
  -webkit-transition: all .7s;
  transition: all .7s;
  position: absolute;
  right: 0px;
  top: 0px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  line-height: 35px;
  text-align: center;
  color: #1E3446;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li.on {
  opacity: 0;
  visibility: hidden;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li.switch {
  width: 35px;
  height: 35px;
  background: transparent;
  line-height: 35px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li.switch i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social ul li.switch i img {
  -webkit-transform: unset;
          transform: unset;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social.active ul li.switch i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 7px;
  top: 0px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social.active ul li.on {
  opacity: 1;
  visibility: visible;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social.active ul li.on:nth-child(2) {
  right: 0;
  top: -50px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social.active ul li.on:nth-child(3) {
  left: -50px;
  top: 0px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social.active ul li.on:nth-child(4) {
  left: 0px;
  bottom: -50px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img .social.active ul li.on:nth-child(5) {
  right: -50px;
  top: 0px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  width: 100%;
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img {
  border-radius: 50%;
  position: relative;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img:before {
  opacity: .85;
  visibility: visible;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .social {
  opacity: 1;
  visibility: visible;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img .social i img {
  -webkit-transform: unset;
          transform: unset;
  width: unset;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text {
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
  color: #1E3446;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a:hover {
  color: #177265;
}

.wpo-team-section-s3 .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FF7063;
}


.wpo-video-section-s3 {
  position: relative;
  z-index: 11;
}

.wpo-video-section-s3 .why-choose-wrap {
  margin-bottom: -250px;
  margin-top: 0;
}

.wpo-video-section-s3 .wpo-video-item .wpo-viedo-title {
  margin-bottom: 40px;
}


.wpo-project-section-s3 {
  padding-top: 270px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-project-section-s3 {
    padding-top: 230px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-project-section-s3 {
    padding-top: 220px;
    padding-bottom: 50px;
  }
}

.wpo-project-section-s3.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .wpo-project-section-s3.pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .wpo-project-section-s3.pt-120 {
    padding-top: 70px;
  }
}

.wpo-project-section-s3:before {
  width: 40%;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item {
  margin-bottom: 30px;
}

.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img img {
  width: 100%;
}

.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
  background: rgba(23, 114, 101, 0.9);
}

.wpo-project-section-s3 .wpo-project-wrapper .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span {
  background: #FF7063;
}


.wpo-testimonial-section-s3 .wpo-section-title {
  text-align: left;
}

@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .wpo-section-title {
    text-align: center;
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right {
  padding: 0;
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active {
  padding: 0;
  right: -200px;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 1850px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active {
    padding-left: 0px;
  }
}

@media (max-width: 1600px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active {
    right: -100px;
  }
}

@media (max-width: 1399px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active {
    right: -50px;
  }
}

@media (max-width: 991px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active {
    right: 0px;
    padding: 0 15px;
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-item img {
  width: unset;
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  background: #DADEDE;
  height: 100%;
  content: "";
  -webkit-clip-path: polygon(69% 0, 100% 49%, 100% 48%, 70% 100%, 0 100%, 0% 60%, 0 0);
          clip-path: polygon(69% 0, 100% 49%, 100% 48%, 70% 100%, 0 100%, 0% 60%, 0 0);
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item:before {
    width: 100%;
    height: 150px;
    -webkit-clip-path: polygon(100% 0, 100% 49%, 100% 65%, 52% 100%, 0 68%, 0 60%, 0 0);
            clip-path: polygon(100% 0, 100% 49%, 100% 65%, 52% 100%, 0 68%, 0 60%, 0 0);
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item.active:before, .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item:hover:before {
  background: #177265;
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-client-img {
  float: left;
  overflow: hidden;
  border-radius: 50%;
  border: 15px solid #fff;
  z-index: 11;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-client-img {
    float: none;
    position: relative;
    max-width: 145px;
    margin: 0 auto;
    top: 90px;
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-client-img img {
  border-radius: 50%;
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-slide {
  overflow: hidden;
  margin-left: 220px;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-slide {
    margin-left: 185px;
  }
}

@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-slide {
    margin-left: 0;
    text-align: center;
    margin-top: 50px;
  }
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-slide ul,
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-slide:before {
    left: 50%;
    right: auto;
    -webkit-transform: unset;
            transform: unset;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .wpo-testimonial-item .wpo-testimonial-slide .wpo-testimonial-client .wpo-testimonial-client-text {
  margin-left: 0;
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button.owl-next {
  left: auto;
  right: 500px;
  top: -100px;
}

@media (max-width: 1600px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button.owl-next {
    right: 300px;
  }
}

@media (max-width: 1399px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button.owl-next {
    right: 200px;
  }
}

@media (max-width: 1199px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button.owl-next {
    right: 100px;
  }
}

@media (max-width: 991px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button.owl-next {
    right: 20px;
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button {
  position: absolute;
  right: 560px;
  top: -100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #F3F6F6;
  border: 0;
  color: #FF7063;
  text-decoration: none;
  border-radius: 50%;
}

@media (max-width: 1600px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button {
    right: 360px;
  }
}

@media (max-width: 1399px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button {
    right: 260px;
  }
}

@media (max-width: 1199px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button {
    right: 160px;
  }
}

@media (max-width: 991px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button {
    right: 80px;
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button:hover {
  background: #FF7063;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-nav button {
    display: none;
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-dots {
  bottom: -50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-dots {
    display: none;
  }
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
}

.wpo-testimonial-section-s3 .wpo-testimonial-right .testimonial-active .owl-dots button.active {
  background: #FF7063;
}


.wpo-calculation-section-s2 {
  background: #1E3446;
  z-index: 1;
}

.wpo-calculation-section-s2:before {
  display: none;
}

.wpo-calculation-section-s2 .d-boy {
  z-index: -1;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-section-title h2,
.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-section-title span {
  color: #fff;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area h5 {
  color: #fff;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control {
  background: #1E3446;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FF7063;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
  color: #CFD8DF;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  color: #CFD8DF;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
  color: #CFD8DF;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #CFD8DF;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area select.form-control {
  color: #CFD8DF;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #1E3446 url(./images/select-icon2.png) no-repeat calc(100% - 15px) center;  position: relative;
}

.wpo-calculation-section-s2 .wpo-calculation-section-wrapper .wpo-contact-form-area select.form-control option {
  background: #162734;
}


@media (max-width: 991px) {
  .wpo-blog-section-s3 {
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .wpo-blog-section-s3 {
    padding-bottom: 40px;
  }
}

.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-img {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  overflow: hidden;
}

@media (max-width: 575px) {
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 1399px) {
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-img img {
    min-height: 225px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 575px) {
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-img img {
    min-height: 100%;
    width: 100%;
  }
}

.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-img span {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  padding: 5px 10px;
  display: inline-block;
  background: #FF7063;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content {
  padding: 20px 40px;
}

@media (max-width: 575px) {
  .wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content {
    padding: 20px;
  }
}

.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 {
  margin-top: 0;
}

.wpo-blog-section-s3 .wpo-blog-items .wpo-blog-item .wpo-blog-content h2 a:hover {
  color: #FF7063;
}


.wpo-subscribe-section-s2 {
  background: none;
  padding: 0;
  z-index: 11;
  overflow: hidden;
  margin-bottom: -100px;
}

@media (max-width: 991px) {
  .wpo-subscribe-section-s2 {
    margin-bottom: 0;
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .wpo-subscribe-section-s2 {
    padding-bottom: 70px;
  }
}

.wpo-subscribe-section-s2:before {
  display: none;
}

.wpo-subscribe-section-s2:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background: #FF7063;
  content: "";
}

@media (max-width: 991px) {
  .wpo-subscribe-section-s2:after {
    display: none;
  }
}

.wpo-subscribe-section-s2 .s-shape {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-subscribe-section-s2 .s-shape {
    display: none;
  }
}

.wpo-subscribe-section-s2 .wpo-subscribe-main {
  background: #FF7063;
  overflow: hidden;
  position: relative;
  z-index: 11;
  padding: 50px 100px;
  padding-right: 0;
}

@media (max-width: 991px) {
  .wpo-subscribe-section-s2 .wpo-subscribe-main {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-subscribe-section-s2 .wpo-subscribe-main {
    padding: 20px;
  }
}

.wpo-subscribe-section-s2 .wpo-subscribe-main .s-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form {
  display: block;
  max-width: 700px;
  margin-left: auto;
  position: relative;
}

.wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form .form-field .form-control {
  border: 0;
  padding-right: 210px;
}

@media (max-width: 450px) {
  .wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form .form-field .form-control {
    padding-right: 15px;
  }
}

@media (max-width: 450px) {
  .wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form .form-field {
    margin: 0;
    margin-bottom: 15px;
  }
}

.wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form .theme-btn, .wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form .view-cart-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
}

@media (max-width: 450px) {
  .wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form .theme-btn, .wpo-subscribe-section-s2 .wpo-subscribe-main .wpo-subscribe-wrap form .view-cart-btn {
    position: relative;
  }
}

.wpo-subscribe-section-s2 .wpo-section-title {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-subscribe-section-s2 .wpo-section-title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}


.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item {
  margin-bottom: 40px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img {
  margin-bottom: 30px;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap {
  position: relative;
  max-width: 1130px;
  background: #177265;
  margin: 0 auto;
  padding: 60px 80px 20px;
  padding-right: 60px;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1199px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap {
    padding: 30px 30px 0px;
  }
}

@media (max-width: 991px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px 0px;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .v-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .v-shape img {
  width: 100%;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-left {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-left {
    padding-right: 0;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-left h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-left h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-left h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-left h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-left p {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .why-choose-right {
    margin-top: 10px;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .wpo-choose-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .wpo-choose-check-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item {
  padding-left: 60px;
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 40px;
  padding-right: 20px;
}

@media (max-width: 575px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    max-width: 350px;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FF7063;
  content: "\e64c";
  font-family: 'themify';
  text-align: center;
  color: #fff;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .why-choose-wrap .wpo-choose-check-wrap .wpo-choose-check-item p {
    font-size: 13px;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .service-video-wrap {
  margin-top: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .service-video-wrap img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .service-video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #FF7063;
  border-radius: 50%;
  z-index: 1;
  display: block;
  text-align: center;
  color: #fff;
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .service-video-wrap .video-btn:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 112, 99, 0.5);
  content: "";
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
            box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
            box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
            box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
            box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
  }
}


.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item {
  margin-bottom: 40px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img {
  margin-bottom: 30px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery {
  margin-bottom: 40px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder {
  position: relative;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder img {
  width: 100%;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder .hover-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 112, 99, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder .hover-content i {
  color: #fff;
  font-size: 30px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .sortable-gallery .img-holder:hover .hover-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap {
  margin-top: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #FF7063;
  border-radius: 50%;
  z-index: 1;
  display: block;
  text-align: center;
  color: #fff;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .project-video-wrap .video-btn:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 112, 99, 0.5);
  content: "";
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
            box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
            box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
            box-shadow: 0 0 0 0 rgba(255, 112, 99, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
            box-shadow: 0 0 0 45px rgba(255, 112, 99, 0.01);
  }
}

.wpo-project-single-area .project-info {
  background: #177265;
  padding: 50px;
}

@media (max-width: 1199px) {
  .wpo-project-single-area .project-info {
    padding: 25px 20px;
  }
}

.wpo-project-single-area .project-info h3 {
  color: #fff;
  margin-bottom: 20px;
}

.wpo-project-single-area .project-info ul {
  list-style: none;
}

.wpo-project-single-area .project-info ul li {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 37px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
}

.wpo-project-single-area .project-info ul li:before {
  position: absolute;
  left: 35%;
  top: 0;
  content: "::";
}

.wpo-project-single-area .project-info ul li:last-child {
  padding-bottom: 0;
}

.wpo-project-single-area .project-info ul li span {
  display: block;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: left;
  font-weight: 400;
  position: relative;
}


.cart-area .cart-wrapper {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .cart-area .cart-wrapper table {
    width: 1022px;
  }
}

@media (max-width: 991px) {
  .cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}

.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid #f0f0f094;
  text-align: center;
  font-weight: 400;
  color: #414141;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
  list-style: none;
}

.cart-area .cart-wrap th {
  border-bottom: 1px solid #f0f0f094;
  padding: 40px 0;
}

.cart-area .cart-wrap thead {
  background: #fff;
  color: #505050;
  padding: 40px;
}

.cart-area .cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}

.cart-area .cart-wrap .product {
  width: 15%;
}

.cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
}

.cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
}

.cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}

.cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}

.cart-area .cart-wrap .product a:hover {
  color: #FF7063;
}

.cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
}

.cart-area .cart-wrap td {
  padding: 40px 25px;
}

.cart-area .cart-wrap td.action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}

.cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}

.cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}

.cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}

.cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}

.cart-area .cart-wrap .name {
  width: 15%;
}

.cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}

.cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}

.cart-area .cart-wrap .action a:hover {
  background: #FF7063;
}

.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
  background-color: #FF7063;
}

.cart-area .order-wrap {
  padding: 0;
}

.cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}

.cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}

.cart-area .quantity input {
  width: 105px;
  padding: 0px 35px;
  text-align: center;
  height: 36px;
  position: relative;
  background: #f2f2f5;
  border: none;
  border-radius: 40px;
}

.cart-area .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  background: #fafaff;
  border-radius: 30px;
}

.cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}

.cart-area .submit-btn-area {
  padding: 40px;
}

.cart-area .submit-btn-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}

@media (max-width: 450px) {
  .cart-area .submit-btn-area ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}

@media (max-width: 450px) {
  .cart-area .submit-btn-area ul li:last-child {
    margin-left: 3px;
    margin-top: 5px;
  }
}

.cart-area .submit-btn-area button {
  padding: 15px 40px;
  border: none;
  background: #333;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  border-radius: 40px;
}

.cart-area .submit-btn-area button:hover {
  background: #FF7063;
}

.cart-area .submit-btn-area .theme-btn, .cart-area .submit-btn-area .view-cart-btn {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
}

.cart-area .cart-product-list ul {
  border-top: 1px solid #f0f0f094;
  padding-top: 20px;
  list-style: none;
}

.cart-area .cart-product-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  padding-bottom: 30px;
}

.cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid #f0f0f094;
  border-bottom: 1px solid #f0f0f094;
  color: #FF7063;
  padding-top: 30px;
  font-weight: 600;
}


.wpo-checkout-area .checkout-wrap {
  background: #fff;
}

.wpo-checkout-area .checkout-wrap ul {
  list-style: none;
}

.wpo-checkout-area #open2 {
  display: block;
}

.wpo-checkout-area #open3 {
  display: none;
}

.wpo-checkout-area #open4 {
  display: none;
}

.wpo-checkout-area .create-account p {
  margin-bottom: 15px;
}

.wpo-checkout-area .create-account {
  display: none;
  padding: 20px;
}

.wpo-checkout-area .create-account span {
  margin-bottom: 20px;
  display: block;
}

.wpo-checkout-area .input-wrap {
  position: relative;
}

.wpo-checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-left: 20px;
  border-radius: 40px;
}

.wpo-checkout-area .create-account input:focus {
  outline: none;
}

.wpo-checkout-area .create-account button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.wpo-checkout-area .create-account button:hover {
  background: #FF7063;
}

.wpo-checkout-area .coupon {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  background: #fff7f6;
}

.wpo-checkout-area .coupon:before {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\e64b";
  font-family: 'themify';
}

.wpo-checkout-area .coupon span {
  position: absolute;
  right: 30px;
  top: 30px;
}

.wpo-checkout-area .coupon label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #0F0F0F;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 4px solid #FF7063;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

@media (max-width: 767px) {
  .wpo-checkout-area .coupon label {
    font-size: 15px;
  }
}

.wpo-checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.wpo-checkout-area .active-border {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-checkout-area .s1.active-border .coupon-active label,
.wpo-checkout-area .s3.coupon-2 .coupon-3 label {
  border-left: none;
  border-top: 4px solid #FF7063;
  border-bottom: 1px solid #ffe5dc;
}

.wpo-checkout-area .s2 .coupon-3 {
  border-top: 4px solid #FF7063;
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 {
  border-top: 0;
}

.wpo-checkout-area .s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #ffe5dc;
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #FF7063;
  border-bottom: 0;
}

.wpo-checkout-area .billing-adress .form-style input,
.wpo-checkout-area .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}

.wpo-checkout-area .billing-adress .form-style input:focus,
.wpo-checkout-area .billing-adress .form-style select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(./images/select-icon2.png) no-repeat calc(100% - 15px) center;  position: relative;
}

.wpo-checkout-area .billing-adress {
  padding: 30px;
}

.wpo-checkout-area .note-area textarea {
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}

.wpo-checkout-area .note-area textarea:focus {
  outline: none;
}

.wpo-checkout-area .biling-item-2 {
  margin-top: 20px;
}

.wpo-checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}

.wpo-checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}

.wpo-checkout-area .payment-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpo-checkout-area .payment-area form {
  overflow: unset !important;
}

.wpo-checkout-area .payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
}

.wpo-checkout-area .payment-name ul li {
  margin-right: 15px;
}

@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul li {
    margin-bottom: 10px;
  }
}

.wpo-checkout-area .payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.wpo-checkout-area .payment-select {
  padding: 40px 0;
}

.wpo-checkout-area .payment-select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .wpo-checkout-area .payment-select ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpo-checkout-area .payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #5B5B5B;
}

.wpo-checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .wpo-checkout-area .payment-select label {
    font-size: 14px;
  }
}

.wpo-checkout-area .payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}

.wpo-checkout-area .payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}

.wpo-checkout-area .payment-area {
  width: 100%;
}

.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}

.wpo-checkout-area .payment-name ul li input:checked ~ label {
  border: 1px solid #ff493c;
}

.wpo-checkout-area .payment-name label {
  width: 100%;
  border: 1px solid transparent;
}

.wpo-checkout-area .payment-name .visa label {
  border: 1px solid #0057A0;
}

.wpo-checkout-area .payment-name .mas label {
  border: 1px solid #CC0000;
}

.wpo-checkout-area .payment-name .ski label {
  border: 1px solid #691A5F;
}

.wpo-checkout-area .payment-name .pay label {
  border: 1px solid #019CDE;
}

.wpo-checkout-area .payment-option {
  padding: 30px;
}

.wpo-checkout-area .payment-name {
  display: none;
}

.wpo-checkout-area .payment-name.active {
  display: block;
}

.wpo-checkout-area .payment-option.active .payment-name {
  display: none !important;
}

.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}

.wpo-checkout-area .payment-area .form-style input:focus,
.wpo-checkout-area .payment-area .form-style select:focus {
  outline: none;
}

.wpo-checkout-area .payment-area .contact-form {
  margin-top: 40px;
}

.wpo-checkout-area .cout-order-area {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.wpo-checkout-area .cout-order-area .oreder-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}

.wpo-checkout-area .cout-order-area .oreder-item ul li.s-total {
  font-weight: 400;
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-header {
  color: #0F0F0F;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-middle {
  border-bottom: 1px solid #ebebeb;
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom {
  border-top: 1px solid #ebebeb;
  color: #FF7063;
  font-weight: 600;
}

.wpo-checkout-area .create-account.active {
  display: block;
}

.wpo-checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.wpo-checkout-area .contact-form input, .wpo-checkout-area .contact-form select {
  margin-top: 10px;
}

.wpo-checkout-area .submit-btn-area {
  margin-top: 20px;
}

.wpo-checkout-area .submit-btn-area .theme-btn, .wpo-checkout-area .submit-btn-area .view-cart-btn {
  text-transform: capitalize;
}


.wpo-shop-section .shop-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .wpo-shop-section .shop-grids {
    margin: 0 -7px;
  }
}

.wpo-shop-section .grid1 {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .wpo-shop-section .grid1 {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .wpo-shop-section .grid1 {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}

@media (max-width: 550px) {
  .wpo-shop-section .grid1 {
    width: calc(100% - 15px);
    float: none;
  }
}

.wpo-shop-section .grid1 img {
  width: 100%;
}

.wpo-shop-section .details {
  background-color: #fff;
  text-align: center;
  padding: 35px 15px;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
          box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
}

.wpo-shop-section .details h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 0.5em;
  font-weight: 700;
}

@media (max-width: 991px) {
  .wpo-shop-section .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-shop-section .details h3 a {
  color: #1E3446;
}

.wpo-shop-section .details h3 a:hover {
  color: #FF7063;
}

.wpo-shop-section .details del {
  color: #6e6e6e;
}

.wpo-shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
}

.wpo-shop-section .add-to-cart {
  margin-top: 20px;
}

.wpo-shop-section .add-to-cart a {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #FF7063;
  padding: 12px 20px;
  border: 2px solid #FF7063;
  display: inline-block;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .wpo-shop-section .add-to-cart a {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 8px 18px;
  }
}

.wpo-shop-section .add-to-cart a:hover {
  background-color: #FF7063;
  color: #fff;
}

.wpo-shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding-left: 5px;
}

.wpo-shop-section .grid1:hover .add-to-cart a {
  background-color: #FF7063;
  color: #fff;
}


.wpo-shop-single-section {
  
  
}

.wpo-shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}

.wpo-shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
}

.wpo-shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}

.wpo-shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.wpo-shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
  margin: 0 2px;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.wpo-shop-single-section .product-details {
  padding: 15px 30px 80px;
  
}

@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details {
    padding: 10px 30px 15px;
  }
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details {
    padding: 0;
  }
}

.wpo-shop-single-section .product-details h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.wpo-shop-single-section .product-details .price {
  font-size: 25px;
  font-size: 1.66667rem;
  color: #FF7063;
  margin: 7px 0 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #a1a1a1;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.wpo-shop-single-section .product-details .product-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.wpo-shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}

.wpo-shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
}

.wpo-shop-single-section .product-details p {
  margin-bottom: 1.3em;
}

.wpo-shop-single-section .product-details ul {
  list-style: none;
}

.wpo-shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #FF7063;
  content: "";
  border-radius: 50%;
}

.wpo-shop-single-section .product-details .product-option {
  margin-top: 30px;
}

.wpo-shop-single-section .product-details .tg-btm {
  margin-top: 25px;
}

.wpo-shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
}

.wpo-shop-single-section .product-details .tg-btm p span {
  font-weight: 700;
  color: #1E3446;
  margin-right: 5px;
}

.wpo-shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}

.wpo-shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
}

.wpo-shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}

.wpo-shop-single-section .product-details .product-option .product-row > div + div .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div + div .view-cart-btn {
  border-radius: 0;
  border-width: 1px;
  height: 40px;
  padding: 0 18px;
}

.wpo-shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}

.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn:hover {
  background: #FF7063;
  border-color: #FF7063;
  color: #fff;
}

.wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}

.wpo-shop-single-section .product-details .product-option .theme-btn:hover, .wpo-shop-single-section .product-details .product-option .view-cart-btn:hover {
  background-color: #FF7063;
  color: #fff;
  border-color: #FF7063;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.wpo-shop-single-section .product-details .product-option .theme-btn:before, .wpo-shop-single-section .product-details .product-option .view-cart-btn:before {
  display: none;
}

.wpo-shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 1rem;
}

.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  color: #6e6e6e;
  border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: #e6e6e6;
  display: block;
  padding: 1px 4px;
  font-size: 10px;
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #FF7063;
  color: #fff;
}

.wpo-shop-single-section .product-info {
  margin-top: 75px;
  
  
  
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-info {
    margin-top: 40px;
  }
}

.wpo-shop-single-section .product-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 700;
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.wpo-shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .nav-tabs {
  font-family: "Inter", sans-serif;
  border: 0;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}

.wpo-shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}

.wpo-shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
}

.wpo-shop-single-section .product-info .nav-tabs a {
  font-size: 15px;
  font-size: 1rem;
  color: #6e6e6e;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Inter", sans-serif;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}

.wpo-shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #FF7063;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.wpo-shop-single-section .product-info .nav-tabs a:hover:before,
.wpo-shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}

.wpo-shop-single-section .product-info .nav-tabs .active,
.wpo-shop-single-section .product-info .nav-tabs li:hover {
  border-color: #FF7063;
}

.wpo-shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(255, 112, 99, 0.3);
  padding-top: 30px;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}

.wpo-shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}

.wpo-shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}

.wpo-shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.wpo-shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}

.wpo-shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}

.wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
.wpo-shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.93333rem;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
  .wpo-shop-single-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.8rem;
    display: block;
  }
}

.wpo-shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  padding-left: 12px;
}

.wpo-shop-single-section .product-info .client-rv .rating i {
  color: #FF7063;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .rating {
    padding-left: 0;
    margin: 4px 0 7px;
  }
}

.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}

.wpo-shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}

.wpo-shop-single-section .product-info .review-form {
  margin-top: 45px;
}

.wpo-shop-single-section .product-info .review-form h4 {
  font-size: 30px;
  font-weight: 700;
}

.wpo-shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
}

.wpo-shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .review-form .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:last-child {
  position: static;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
  z-index: 5;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
  z-index: 4;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
  z-index: 3;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
  z-index: 2;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
  z-index: 1;
}

.wpo-shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.wpo-shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}

.wpo-shop-single-section .product-info .review-form .give-rating label:last-child .icon {
  color: #ddd;
}

.wpo-shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.wpo-shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}

.wpo-shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}

.wpo-shop-single-section .product-info .review-form form input,
.wpo-shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  border: 1px solid #efefef;
}

.wpo-shop-single-section .product-info .review-form form input:focus,
.wpo-shop-single-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.wpo-shop-single-section .product-info .review-form form textarea {
  height: 130px;
}

.wpo-shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}

.wpo-shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #FF7063;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 1rem;
    padding: 0 20px;
  }
}

.wpo-shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}


.wpo-blog-pg-section {
  
  
  
  
}

.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}

.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}

.wpo-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-pg-section .entry-meta ul li a {
  color: #636893;
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #FF7063;
}

.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}

.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #FF7063;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.26667rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: -0.27em 0 0.7em;
  font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

h1.entry-title a,
.wpo-blog-pg-section .post h3 a {
  color: #1E3446;
  font-weight: bold;
}

h1.entry-title a:hover,
.wpo-blog-pg-section .post h3 a:hover {
  color: #FF7063;
}

.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

a.more-link,
.wpo-blog-pg-section .post a.read-more {
  color: #6e6e6e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
}

a.more-link:hover,
.wpo-blog-pg-section .post a.read-more:hover {
  color: #FF7063;
}

.wpo-blog-pg-section .entry-media img {
  width: 100%;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #F3F6F6;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.wpo-blog-pg-section .format-standard {
  position: relative;
}

.wpo-blog-pg-section .format-standard:before {
  position: absolute;
  right: 20px;
  top: 10px;
  font-family: "flaticon_transfar";
  content: "\f137";
  font-size: 90px;
  line-height: 80px;
  color: #e5f0fb;
}

.wpo-blog-pg-section .format-gallery {
  position: relative;
}

.wpo-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #FF7063;
  color: #fff;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #FF7063;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #163967;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.8;
}

.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f426b;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #FF7063;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.wpo-blog-single-section {
  
  
  
  
  
}

.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}

.wpo-blog-single-section .entry-meta ul {
  list-style: none;
}

.wpo-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-single-section .entry-meta ul li a {
  color: #636893;
}

.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #FF7063;
}

.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}

.wpo-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 12px;
  content: "";
  background: #FF7063;
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-single-section .entry-media img {
  width: 100%;
}

.wpo-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .post blockquote {
  background-color: #F3F6F6;
  color: #233d62;
  font-size: 18px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.wpo-blog-single-section .post blockquote:before {
  font-family: "flaticon_transfar";
  content: "\f137";
  font-size: 25px;
  font-size: 1.66667rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #F3F6F6;
  background: #fff;
  color: #FF7063;
  border-radius: 50%;
}

.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.wpo-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.wpo-blog-single-section .post .gallery img {
  width: 100%;
}

.wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #EFEFEF;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #1E3446;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.wpo-blog-single-section .tag-share ul, .wpo-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}

.wpo-blog-single-section .tag-share .tag, .wpo-blog-single-section .tag-share-s2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-blog-single-section .tag-share .tag > span, .wpo-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Inter", sans-serif;
  color: #1E3446;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.wpo-blog-single-section .tag-share .tag ul, .wpo-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}

.wpo-blog-single-section .tag-share .tag li, .wpo-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}

.wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1E3446;
  background: #ecf4fb;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.wpo-blog-single-section .tag-share .tag a:hover, .wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #FF7063;
}

.wpo-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #6e6e6e;
}

.wpo-blog-single-section .author-box {
  margin: 35px 0 60px;
}

.wpo-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.wpo-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.wpo-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #1E3446;
}

.wpo-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.wpo-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1E3446;
}

.wpo-blog-single-section .author-box .social-link a:hover {
  color: #FF7063;
}

.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}

.wpo-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .more-posts > div > a {
  display: inline-block;
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.wpo-blog-single-section .more-posts .previous-post > a > span,
.wpo-blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.wpo-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #6e6e6e;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.wpo-blog-single-section .more-posts .post-name {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #1E3446;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #FF7063;
}

.wpo-blog-single-section .comments-area {
  margin-top: 70px;
}

.wpo-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .comments-area li > div {
  position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #1E3446;
  font-weight: bold;
  margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #6e6e6e;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.wpo-blog-single-section .comments-area .comment-reply-link {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 600;
  color: #1E3446;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #FF7063;
}

.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
  padding: 40px;
  background: #F3F6F6;
}

@media (max-width: 575px) {
  .wpo-blog-single-section .comment-respond {
    padding: 20px;
  }
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 65px;
  border: 0;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FF7063;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #FF7063;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  border-radius: 0px;
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #1E3446;
}

@media screen and (min-width: 1200px) {
  .wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}


.wpo-contact-pg-section .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
  border: 0;
}

@media (max-width: 991px) {
  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    height: 45px;
  }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
  border-color: #FF7063;
  background: #fff;
}

.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}

.wpo-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.wpo-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #fff url(./images/select-icon2.png) no-repeat calc(100% - 15px) center;  position: relative;
}

.wpo-contact-pg-section form select:focus {
  background: #fff url(./images/select-icon2.png) no-repeat calc(100% - 15px) center;}

.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 0px;
}

.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .wpo-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}

.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}

.wpo-contact-pg-section .office-info {
  padding-top: 50px;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .wpo-contact-pg-section .office-info {
    margin-left: 0;
  }
}

.wpo-contact-pg-section .office-info .office-info-item {
  padding: 20px;
  border: 1px solid #EFEFEF;
  margin-bottom: 15px;
}

.wpo-contact-pg-section .office-info .office-info-item:last-child {
  margin-bottom: 0;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 30px;
  color: #FF7063;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text {
  overflow: hidden;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #177265;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #A3A3A3;
}

.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
  background: #F3F6F6;
  padding-bottom: 0;
  position: relative;
  z-index: 99;
  margin-top: -150px;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    margin-top: 0;
    margin-top: 50px;
  }
}

.wpo-contact-map-section {
  padding: 100px 80px;
  padding-bottom: 0;
}

@media (max-width: 1600px) {
  .wpo-contact-map-section {
    padding: 100px 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .wpo-contact-map-section {
    padding: 100px 0px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .wpo-contact-map-section {
    padding: 90px 0px;
    padding-bottom: 0;
  }
}

.wpo-contact-map-section .wpo-contact-map {
  height: 550px;
}

.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.wpo-contact-map-section h2.hidden {
  display: none;
}


.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
  font-weight: 600;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}




.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: 1px;
  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: #177265;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  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;
}

.social-icons ul li:before {
	display: none !important;
}

.social-icons ul li {
	margin-top: 0 !important;
}

footer strong {
	color:#FFF;
}

a {
	color:#6e6e6e;
}

a:hover {
	color:#FF7063;
}

#sidebar {
	background-color:#F3F6F6;
	padding:20px;
}

.form-control {
	background-color:#F3F6F6 !important;
	border:none !important;
}

.testimonial-img {
  max-width: 40px !important;
}

.wpo-testimonial-section {
	background:#F3F6F6;
}

.social li {
	list-style-type: none !important;
}

footer .wp-block-latest-posts__featured-image img {
	max-width: 75px;
}

footer .office-info-box i:before {
	color:#FF7063;
}

.wpo-section-title h2 {
	text-align: left;
}

article h2 {
	font-size: 42px;
}
