@keyframes Rotate {
0% {transform: rotate(0deg);}
100% {transform: rotate(359deg);}
}
@-webkit-keyframes Rotate {
0% {transform: rotate(0deg);}
100% {transform: rotate(359deg);}
}
@-moz-keyframes Rotate {
0% {transform: rotate(0deg); }
100% {transform: rotate(359deg);}
}
@keyframes top {
0% {transform: rotateY(180deg);}
50% {transform: rotateY(270deg);}
100% {transform: rotateY(360deg);}
}
@-webkit-keyframes top {
0% {transform: rotateY(180deg);}
50% {transform: rotateY(270deg);}
100% {transform: rotateY(360deg);}
}
@-moz-keyframes top {
0% {transform: rotateY(180deg);}
50% {transform: rotateY(270deg);}
100% {transform: rotateY(360deg);}
}
@keyframes to-top {
from {line-height: 50px;}
to {line-height: 24px;}
}
@-webkit-keyframes to-top {
from {line-height: 50px;}
to {line-height: 24px;}
}
@-moz-keyframes to-top {
from {line-height: 50px;}
to {line-height: 24px;}
} .slz-carousel-wrapper .btn,
.slz-image-carousel .btn {
opacity: 1;
visibility: visible;
color: #bdbdbd;
width: 40px;
height: 40px;
line-height: 37px;
border: 1px solid #bdbdbd;
border-radius: 50%;
-webkit-border-radius: 50%;
padding: 0;
overflow: hidden;
}
.slz-carousel-wrapper .btn .icons,
.slz-image-carousel .btn .icons {
font-size: 20px;
line-height: inherit;
}
.slz-carousel-wrapper .btn-prev,
.slz-carousel-wrapper:hover .btn-prev,
.slz-image-carousel .btn-prev,
.slz-image-carousel:hover .btn-prev {
left: -60px;
}
.slz-carousel-wrapper .btn-next,
.slz-carousel-wrapper:hover .btn-next,
.slz-image-carousel .btn-next,
.slz-image-carousel:hover .btn-next {
right: -60px;
}
.slz-carousel-mockup .btn.btn-prev {
left: 45%;
}
.slz-carousel-mockup .btn.btn-next {
right: 45%;
}
.slz-carousel-wrapper .btn:before,
.slz-image-carousel .btn:before {
position: absolute;
content: '';
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: #D32EB2;
background: -moz-linear-gradient(left,  #D32EB2 0%, #0C72C7 100%);
background: -webkit-linear-gradient(left,  #D32EB2 0%,#0C72C7 100%);
background: linear-gradient(to right,  #D32EB2 0%,#0C72C7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D32EB2', endColorstr='#0C72C7',GradientType=1 );
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: -1;
}
.slz-carousel-wrapper .btn:hover,
.slz-image-carousel .btn:hover {
border-color: transparent;
color: #fff;
}
.slz-carousel-wrapper .btn:hover:before,
.slz-image-carousel .btn:hover:before {
left: 0;
} .slz-carousel-wrapper .slick-dots li button:before,
.slz-image-carousel .slick-dots li button:before {
}
.slick-dots li button:before {
border: 1px solid transparent;
border-radius: 50%;
-webkit-border-radius: 50%;
font-size: 12px;
}
.slick-dots li.slick-active button:before {
color: #1070c6;
border-color: #d2e4f4;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
color: #1070c6;
}
.slick-dots li.slick-active button:before {
color: #1070c6;
} .ui-datepicker.ui-datepicker-multi {
border-radius: 0;
-webkit-border-radius: 0;
}
.ui-datepicker-multi .ui-datepicker-group table {
border-bottom: 0;
}
.ui-widget-content {
color: #4a5664;
}
.ui-datepicker td span, 
.ui-datepicker td a {
text-align: center !important;
}
.ui-widget-header {
border: 0 !important; border-radius: 0 !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
font-size: 14px;
visibility: visible;
color: #bdbdbd;
width: 40px;
height: 40px;
line-height: 37px;
border: 1px solid #bdbdbd;
border-radius: 50%;
-webkit-border-radius: 50%;
padding: 0;
overflow: hidden;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 2px !important;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 2px !important;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
background-image: none;
font-size: 0;
font-style: normal;
text-indent: 0;
}
.ui-datepicker .ui-datepicker-prev span:before,
.ui-datepicker .ui-datepicker-next span:before {
font-family: 'FontAwesome';
font-size: 16px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}
.ui-datepicker .ui-datepicker-prev span:before {
content: '\f104';
margin-left: -1px;
}
.ui-datepicker .ui-datepicker-next span:before {
content: '\f105';
margin-left: 1px;
}
.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: 0 !important; color: #263e5f !important;
border-radius: 50%;
-webkit-border-radius: 50%;
width: 30px;
height: 30px;
line-height: 30px;
padding: 0;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
background: #156fc5 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
background: #D32EB2 !important;
color: #ffffff !important;
}
.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: 0 !important;
color: #ffffff !important;
background: #D32EB2 !important;
background: -moz-linear-gradient(left, #D32EB2 0%, #0C72C7 100%) !important;
background: -webkit-linear-gradient(left, #D32EB2 0%,#0C72C7 100%) !important;
background: linear-gradient(to right, #D32EB2 0%,#0C72C7 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D32EB2', endColorstr='#0C72C7',GradientType=1 ) !important;
color: #ffffff !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
border-color: #bdbdbd;
border-radius: 30px;
-webkit-border-radius: 30px;
} body.fancy-open {
padding-right: 17px;
}
.slz-banner-image a {
display: inline-block;
}
.sc_ads_banner.slz-ads-banner.slz-banner-image {
text-align: center;
}
.modal-dialog .modal-content .modal-body {
padding: 0;
position: relative;
line-height: 0;
}
.modal.in .modal-dialog, 
.modal .modal-dialog {
margin: 0 auto;
top: 50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.modal-dialog .modal-content .modal-body iframe {
width: 700px;
height: 400px;
border: none;
overflow: hidden;
}
.modal-dialog .modal-content .modal-body button.close {
position: absolute;
font-size: 20px;
top: 20px;
right: 20px;
z-index: 10;
width: 30px;
height: 30px;
line-height: 32px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
background-color: #d32eb2;
color: #ffffff;
opacity: 0.5;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.fancybox-skin {
padding: 5px !important;
}
.slz-block-item-03 .link-preview {
background: #D32EB2;
background: -moz-linear-gradient(left,  #D32EB2 0%, #0C72C7 100%);
background: -webkit-linear-gradient(left,  #D32EB2 0%,#0C72C7 100%);
background: linear-gradient(to right,  #D32EB2 0%,#0C72C7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D32EB2', endColorstr='#0C72C7',GradientType=1 );
}
.slz-tag ul li {
padding-left: 0;
padding-bottom: 10px;
padding-right: 10px;
}
.slz-tag ul li:last-child {
padding-right: 0;
}
.rev-btn.slz-btn:not(.btn-img):before {
z-index: -1;
}
.slz-isotope-grid-2 .grid-item > div .block-image {
background-color: transparent;
}
.slz-isotope-grid .grid-item .slz-block-item-01 .block-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 50%;
}   .slz-main-menu .mega-menu-row.sub-menu .mega-menu-col > a,
.slz-main-menu .sub-menu > li > a,
.slz-main-menu .sub-menu > li:hover > a,
.slz-main-menu-mobile .slz-menu-wrapper > li:hover > a,
.header-transparent .slz-main-menu-mobile .slz-menu-wrapper > li:hover > a,
.header-transparent .slz-header-fixed .slz-main-menu-mobile .slz-menu-wrapper > li:hover > a {
color: #fff;
}
.slz-main-menu .sub-menu > li + li {
border-top-color: rgba(255,255,255,0.3);
}
.slz-logo-wrapper .logo,
.slz-menu-wrapper > li:hover > a,
.slz-menu-wrapper .current-menu-item > a,
.slz-button-search:hover .icons,
.nav-search form .search-submit:hover span,
.slz-menu-wrapper > li > a:focus,
.header-transparent .slz-menu-wrapper > .current-menu-item > a, 
.header-transparent .slz-menu-wrapper > li:hover > a,
.header-transparent .slz-header-fixed .slz-menu-wrapper > .current-menu-item > a, 
.header-transparent .slz-header-fixed .slz-menu-wrapper > li:hover > a {
color: #d32eb2;
}
.header-transparent .slz-header-fixed .slz-button-search .icons {
color: #18364a;
}
.header-transparent .slz-header-fixed .slz-button-search:hover .icons {
color: #d32eb2;
} .slz-main-menu .sub-menu > li {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.slz-menu-wrapper > li > a {
padding: 0 30px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.slz-main-menu .slz-menu-wrapper > li:first-child > a {
padding-left: 30px;
}
.slz-main-menu .slz-menu-wrapper > li:last-child > a {
padding-right: 30px;
}
.slz-menu-wrapper > li > a:before {
position: absolute;
content: '';
left: 17px;
bottom: 35px;
width: 0;
height: 2px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
}
.slz-menu-wrapper > li > a:after {
position: absolute;
content: '';
right: 17px;
bottom: 39px;
width: 0;
height: 2px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background: #0c72c7;
background: -moz-linear-gradient(left, #0c72c7 0%, #d32eb2 100%);
background: -webkit-linear-gradient(left, #0c72c7 0%,#d32eb2 100%);
background: linear-gradient(to right, #0c72c7 0%,#d32eb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c72c7', endColorstr='#d32eb2',GradientType=1 );
}
.slz-header-fixed .slz-menu-wrapper > li > a:before {
bottom: 15px;
}
.slz-header-fixed .slz-menu-wrapper > li > a:after {
bottom: 19px;
}
.slz-menu-wrapper > li:hover > a:before,
.slz-menu-wrapper > li:hover > a:after,
.slz-menu-wrapper > li.current_page_item > a:before,
.slz-menu-wrapper > li.current_page_item > a:after {
width: calc( 100% - 60px );
}
.sub-menu {
border-top: none;
display: block;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-main-menu .sub-menu {
border-top: none;
}
.sub-menu .sub-menu {
top: 0;
}
.sub-menu > li {
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
}
.sub-menu > li > a {
overflow: hidden;
position: relative;
z-index: 2;
}
.sub-menu > li:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #d32eb2;
background: -moz-linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background: -webkit-linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background: linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background-position: -100% 0;
background-size: 200% 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 1;
}
.sub-menu > li:hover:before,
.sub-menu > li:focus:before {
background-position: -200% 0;
}
.sub-menu > li + li {
border-top-color: rgba(255,255,255,0.3);
}
.sub-menu > li > a {
color: #fff;
}
.mega-menu > .sub-menu {
background: rgb(211,46,178);
background: -moz-linear-gradient(left,  rgba(211,46,178,1) 0%, rgba(195,78,206,1) 35%, rgba(12,114,199,1) 100%);
background: -webkit-linear-gradient(left,  rgba(211,46,178,1) 0%,rgba(195,78,206,1) 35%,rgba(12,114,199,1) 100%);
background: linear-gradient(to right,  rgba(211,46,178,1) 0%,rgba(195,78,206,1) 35%,rgba(12,114,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
}
.mega-menu .sub-menu > li,
.mega-menu .sub-menu .sub-menu,
.mega-menu .sub-menu .sub-menu > li {
background: transparent;
}
.mega-menu .sub-menu .sub-menu > li {
position: relative;
overflow: hidden;
}
.mega-menu .sub-menu .sub-menu > li:before {
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #d32eb2 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,#d32eb2 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,#d32eb2 50%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
background-repeat: no-repeat;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: -1;
}
.mega-menu .sub-menu > li:nth-child(-n + 2) .sub-menu > li:before {
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #0c72c7 50%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,#0c72c7 50%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,#0c72c7 50%,rgba(255,255,255,0) 100%);
}
.mega-menu .sub-menu .sub-menu > li:hover:before {
left: 85%;
}
.slz-main-menu .mega-menu-row .mega-menu-col:before {
content: none;
}
.slz-main-menu .mega-menu-row.sub-menu .mega-menu-col > a {
font-weight: 600;
}
.nav-search {
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
}
.nav-search:before {
color: #1f6cc5;
top: -13px;
}
.nav-search form {
border: none;
}
.nav-search form input[type='text'],
.nav-search form input[type='search'] {
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.nav-search form input[type='search']::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.8);
}
.nav-search form input[type='search']::-moz-placeholder {
color: rgba(255, 255, 255, 0.8);
}
.nav-search form input[type='search']:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.8);
}
.nav-search form input[type='search']:-moz-placeholder {
color: rgba(255, 255, 255, 0.8);
}
.nav-search form .searchbutton, 
.nav-search form .search-submit {
background-color: rgba(255, 255, 255, 0.1);
color: #fff;
}
.slz-main-menu .sub-menu .menu-item-has-children > a:after,
.slz-main-menu .sub-menu .menu-item-has-children:hover > a:after {
color: #fff;
}
.slz-main-menu .sub-menu .sub-menu {
top: 0;
}
.slz-main-menu .mega-menu-row.sub-menu .mega-menu-col > a:before {
content: none;
} // .slz-logo-wrapper .logo img {
//     left: 50%;
//     -webkit-transform: translate(-50%,-50%);
//     -ms-transform: translate(-50%,-50%);
//     -o-transform: translate(-50%,-50%);
//     transform: translate(-50%,-50%);
// }
.slz-hamburger-menu .bar {
transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slz-hamburger-menu .bar,
.slz-hamburger-menu .bar:before,
.slz-hamburger-menu .bar:after,
.slz-main-menu-mobile .nav-search,
.header-transparent .slz-header-fixed .slz-hamburger-menu .bar, 
.header-transparent .slz-header-fixed .slz-hamburger-menu .bar:before, 
.header-transparent .slz-header-fixed .slz-hamburger-menu .bar:after,
.slz-header-mobile-topbar .slz-mobile-topbar {
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
}
.slz-header-mobile-topbar .slz-mobile-topbar .slz-topbar-list {
display: block;
float: none;
}
.slz-header-mobile-topbar .slz-mobile-topbar .slz-topbar-list .text {
color: #fff;
margin-left: 10px;
}
.slz-header-mobile-topbar .slz-mobile-topbar .slz-topbar-list .text:first-child {
margin-left: 0;
}
.slz-header-mobile-topbar .slz-mobile-topbar .slz-topbar-list .social a {
color: #fff;
margin-bottom: 0;
}
.slz-header-mobile-topbar .slz-mobile-topbar .woo-account-wrapper .slz-btn {
border-radius: 0;
-webkit-border-radius: 0;
width: 40px;
height: 40px;
line-height: 40px;
min-width: 0;
color: #d32eb2;
}
.slz-header-mobile-topbar .slz-mobile-topbar .woo-account-wrapper .slz-btn:before {
border-radius: 0;
-webkit-border-radius: 0;
background: #fff;
}
.slz-main-menu-mobile .slz-menu-wrapper {
background-color: transparent;
}
.slz-main-menu-mobile .slz-menu-wrapper > li {
background: #d32eb2;
background: -moz-linear-gradient(left, #d32eb2 0%, #0c72c7 100%);
background: -webkit-linear-gradient(left, #d32eb2 0%,#0c72c7 100%);
background: linear-gradient(to right, #d32eb2 0%,#0c72c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d32eb2', endColorstr='#0c72c7',GradientType=1 );
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.slz-main-menu-mobile .sub-menu > li {
background: #d44eb9;
background: -moz-linear-gradient(left, #d44eb9 0%, #2c80c6 100%);
background: -webkit-linear-gradient(left, #d44eb9 0%,#2c80c6 100%);
background: linear-gradient(to right, #d44eb9 0%,#2c80c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44eb9', endColorstr='#2c80c6',GradientType=1 );
}
.slz-main-menu-mobile .sub-menu > li:hover, 
.slz-main-menu-mobile .sub-menu > li:focus {
background-position-x: 0;
}
.slz-main-menu-mobile .slz-menu-wrapper > li > a:before,
.slz-main-menu-mobile .slz-menu-wrapper > li > a:after {
content: none;
}
.slz-main-menu-mobile .slz-menu-wrapper li > a:hover,
.slz-main-menu-mobile .slz-menu-wrapper li > a:focus {
background-color: transparent;
}
.slz-main-menu-mobile .slz-menu-wrapper .sub-menu .mb-dropdown-open > a {
background-color: transparent;
}
.slz-main-menu-mobile .slz-menu-wrapper .mega-menu .mega-menu-row .mega-menu-col > a {
font-weight: 600;
}
.slz-main-menu-mobile .slz-menu-wrapper .mega-menu .sub-menu .sub-menu > li:before {
content: none;
}
.slz-main-menu-mobile .sub-menu > li a:before {
content: none;
} .slz-header-center .slz-logo-wrapper {
padding: 40px 0 30px 0;
}
.slz-header-center .slz-menu-wrapper > li > a:before {
bottom: 15px;
}
.slz-header-center .slz-menu-wrapper > li > a:after {
bottom: 19px;
} #menu-main-menu-1 ul,
#menu-main-menu-1 .mega-menu  {
margin: 50px 0 0 0;
opacity: 0;
-webkit-transition: all 0.2s ease-out;1da1f2
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
pointer-events: none;
}
#menu-main-menu-1 li:hover ul,
#menu-main-menu-1 li:hover .mega-menu  {
margin:0;
opacity:1;
pointer-events: auto;
}
.slz-main-menu .mega-menu {
background-color: transparent;
}
#menu-main-menu-1 li .sub-menu li .sub-menu {
margin: 50px 0 0 0;
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#menu-main-menu-1 li .mega-menu .sub-menu li .sub-menu {
margin: 0;
opacity: 1;
}
#menu-main-menu-1 li .sub-menu li:hover .sub-menu {
margin:0;
opacity:1;
}   .slz-widgets.slz-wrapper-footer .widget-title, 
.slz-widgets.slz-wrapper-footer .title-widget {
display: inline-block;
font-size: 20px;
font-weight: 700;
text-align: left;
margin-bottom: 45px;
padding-bottom: 10px;
}
.slz-widgets.slz-wrapper-footer .widget-title:before,
.slz-widgets.slz-wrapper-footer .title-widget:before {
width: 100%;
height: 3px;
}
.slz-widgets.slz-wrapper-footer .widget-title:after,
.slz-widgets.slz-wrapper-footer .title-widget:after {
content: none;
}  .slz-footer-main {
padding: 120px 0 110px 0;
}
.slz-footer-main .slz-new-tweet .list-news-tweet .recent-post + .recent-post,
.slz-footer-main .slz-new-tweet .list-news-tweet .recent-post + .re-tweeet,
.slz-footer-main .slz-new-tweet .list-news-tweet .re-tweeet + .recent-post {
padding-top: 0;
border-top: none;
}
.slz-footer-main .slz-new-tweet .list-news-tweet .recent-post .thumb {
width: 40px;
}
.slz-footer-main .slz-new-tweet .list-news-tweet .recent-post .thumb .img-wrapper {
border-radius: 0;
-webkit-border-radius: 0;
}
.slz-widgets.slz-dark .slz-footer-main {
background-color: #091b27;
background-size: cover;
background-position: center;
}
.slz-widgets.slz-dark .widget-title,
.slz-widgets.slz-dark .title-widget {
color: #fff;
}
.slz-widgets.slz-dark input,
.slz-widgets.slz-dark select,
.slz-widgets.slz-dark option {
color: #333;
}
.slz-widgets.slz-dark .slz-widget .screen-reader-text,
.slz-widgets.slz-dark .widget .screen-reader-text {
color: #cecece;
}
.slz-widgets.slz-dark a,
.slz-widgets.slz-dark .widget_slz_newsletter .description,
.slz-widgets.slz-dark .slz-widget-send-mail .widget-content .form-control,
.slz-widgets.slz-dark .slz-new-tweet .list-news-tweet .recent-post .post-info .description .text,
.slz-widgets.slz-dark .slz-new-tweet .list-news-tweet .recent-post .post-info .link,
.slz-widgets.slz-dark .slz-widget-contact-info .item .text,
.slz-widgets.slz-dark .slz-widget-send-mail2 .slz-input-group .form-control,
.slz-widgets.slz-dark .widget_calendar,
.slz-widgets.slz-dark .widget_calendar table tfoot td a,
.slz-widgets.slz-dark .slz-widget-about-us .widget-description {
color: #bac7cd;
}
.slz-widgets.slz-dark a:hover,
.slz-widgets.slz-dark .slz-new-tweet .list-news-tweet .recent-post .post-info .link:hover,
.slz-widgets.slz-dark .slz-widget-contact-info .item a.text:hover,
.slz-widgets.slz-dark .widget_calendar table tfoot td a:hover {
color: #d32eb2;
}
.slz-widgets.slz-dark .slz-new-tweet .list-news-tweet .recent-post .post-info .title .right-text .text,
.slz-widgets.slz-dark .widget_recent_entries ul li .post-date, 
.slz-widgets.slz-dark .widget_archive ul li .post-date,
.slz-widgets.slz-dark .widget_recent_comments ul li {
color: #6e7a80;
}
.slz-widgets.slz-dark .slz-widget-contact .item {
border-color: #4d5f6c;
color: #e8edf4;
}
.slz-widgets.slz-dark .widget_meta ul li a:hover,
.slz-widgets.slz-dark .categories-list li a:hover,
.slz-widgets.slz-dark .tags-list li a:hover,
.slz-widgets.slz-dark .tags-links a:hover,
.slz-widgets.slz-dark .slz-widget-tags ul li .tag:hover {
border-color: #0c72c7;
color: #fff;
}
.slz-widgets.slz-dark .widget_calendar caption {
background-color: #bac7cd;
}
.slz-widgets.slz-dark .widget_recent_comments ul li .comment-author-link {
font-weight: 700;
}
.slz-widgets.slz-dark .slz-widget-send-mail2 .slz-input-group, 
.slz-widgets.slz-dark .widget_calendar table tfoot,
.slz-widgets.slz-dark .slz-widget-send-mail .widget-content .form-control,
.slz-widgets.slz-dark .slz-widget-categories2 .link,
.slz-widgets.slz-dark .slz-categories .two-column .link {
border-color: #4d5f6c;
}
.slz-widgets.slz-dark .slz-widget-send-mail2 .slz-input-group .input-group-button > .btn:hover,
.slz-widgets.slz-dark .slz-widget-send-mail2 .slz-input-group .input-group-button > .btn:focus {
outline: 0;
}
.slz-widgets.slz-dark .slz-widget-about-us .widget-title.logo-title, 
.slz-widgets.slz-dark .slz-widget-about-us .title-widget.logo-title {
margin-bottom: 40px;
}
.slz-wrapper-footer .slz-categories .widget-content, 
.slz-wrapper-footer .slz-categories2 .widget-content {
margin-top: -5px;
} .slz-footer-bottom {
padding: 0;
}
.slz-footer-bottom .slz-name {
font-family: 'Roboto', 'FontAwesome', sans-serif;
font-weight: 600;
}
.slz-wrapper-footer .slz-footer-bottom .item-wrapper {
padding: 65px 0 60px 0;
}
.slz-footer-bottom .item-wrapper .item:not(:last-child) {
margin-bottom: 0;
}
.slz-wrapper-footer .slz-footer-bottom .item-wrapper .item img {
display: inline-block;
}
.slz-wrapper-footer .slz-footer-bottom .social {
padding-top: 45px;
}
.slz-wrapper-footer .slz-footer-bottom .social a {
margin: 0 20px;
color: #717582;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-footer-bottom .social a:first-child {
margin-left: 0;
}
.slz-footer-bottom .social a:last-child {
margin-right: 0;
}
.slz-footer-bottom .footer-below-bottom {
background-color: #e0e0e0;
color: #8e8e8e;
padding: 15px 0;
text-align: center;
}
.slz-dark .slz-footer-bottom {
background-color: #02101b;
}
.slz-dark .slz-footer-bottom .footer-below-bottom {
background-color: #010f19;
}
.slz-dark .slz-footer-bottom .slz-name {
color: #415165;
}
.slz-footer-bottom .social .share-facebook:hover {
color: #365899;
}
.slz-footer-bottom .social .share-twitter:hover {
color: #1da1f2;
}
.slz-footer-bottom .social .share-google-plus:hover,
.slz-footer-bottom .social .share-google:hover {
color: #d73d32;
}
.slz-footer-bottom .social .share-pinterest:hover {
color: #bd081c;
}
.slz-footer-bottom .social .share-vimeo:hover {
color: #00adef;
}
.slz-footer-bottom .social .share-skype:hover {
color: #00aff0;
}
.slz-footer-bottom .social .share-youtube:hover {
color: #e62117;
}
.slz-footer-bottom .social .share-rss:hover {
color: #f36f24;
}
.slz-footer-bottom .social .share-delicious:hover {
color: #2a96ff;
}
.slz-footer-bottom .social .share-flickr:hover {
color: #ff0084;
}
.slz-footer-bottom .social .share-lastfm:hover {
color: #b90000;
}
.slz-footer-bottom .social .share-linkedin:hover {
color: #0077b5;
}
.slz-footer-bottom .social .share-tumblr:hover {
color: #36465d;
}
.slz-footer-bottom .social .share-deviantart:hover {
color: #05cc47;
}
.slz-footer-bottom .social .share-git:hover {
color: #f34f29;
}
.slz-footer-bottom .social .share-instagram:hover {
color: #895a4d;
}
.slz-footer-bottom .social .share-soundcloud:hover {
color: #ff5500;
}
.slz-footer-bottom .social .share-stumbleupon:hover {
color: #eb4924;
}
.slz-footer-bottom .social .share-behance:hover {
color: #005cff;
}
.slz-footer-bottom .social .share-tripadvisor:hover {
color: #589442;
}
.slz-footer-bottom .social .share-vk:hover {
color: #507299;
}
.slz-footer-bottom .social .share-foursquare:hover {
color: #f94877;
}
.slz-footer-bottom .social .share-xing:hover {
color: #add000;
}
.slz-footer-bottom .social .share-weibo:hover {
color: #e6162d;
}
.slz-footer-bottom .social .share-odnoklassniki:hover {
color: #f58220;
}  .social a,
.social-list a {
color: #717582;
display: inline-block;
vertical-align: top;
margin: 0 30px 10px 0;
position: relative;
text-align: center;
}
.social a:last-child,
.social-list a:last-child { 
margin-right: 0;
}
.social a i,
.social-list a i {
position: relative;
z-index: 10;
color: inherit;
}
.social a:hover,
.social-list a:hover {
color: #d32eb2;
}
.slz-social-share .title {
font-weight: 600;
text-transform: uppercase;
}
.social .share-facebook:hover,
.social .author-facebook:hover,
.social-list .facebook:hover {
color: #365899;
}
.social .share-twitter:hover,
.social .author-twitter:hover,
.social-list .twitter:hover {
color: #1da1f2;
}
.social .share-google-plus:hover,
.social .author-google-plus:hover,
.social-list .google-plus:hover,
.social .share-google:hover,
.social .author-google:hover,
.social-list .google:hover {
color: #d73d32;
}
.social .share-pinterest:hover,
.social .author-pinterest:hover,
.social-list .pinterest:hover {
color: #bd081c;
}
.social .share-vimeo:hover,
.social .author-vimeo:hover,
.social-list .vimeo:hover {
color: #00adef;
}
.social .share-skype:hover,
.social .author-skype:hover,
.social-list .skype:hover {
color: #00aff0;
}
.social .share-youtube:hover,
.social .author-youtube:hover,
.social-list .youtube:hover {
color: #e62117;
}
.social .share-rss:hover,
.social .author-rss:hover,
.social-list .rss:hover {
color: #f36f24;
}
.social .share-delicious:hover,
.social .author-delicious:hover,
.social-list .delicious:hover {
color: #2a96ff;
}
.social .share-flickr:hover,
.social .author-flickr:hover,
.social-list .flickr:hover {
color: #ff0084;
}
.social .share-lastfm:hover,
.social .author-lastfm:hover,
.social-list .lastfm:hover {
color: #b90000;
}
.social .share-linkedin:hover,
.social .author-linkedin:hover,
.social-list .linkedin:hover {
color: #0077b5;
}
.social .share-tumblr:hover,
.social .author-tumblr:hover,
.social-list .tumblr:hover {
color: #36465d;
}
.social .share-deviantart:hover,
.social .author-deviantart:hover,
.social-list .deviantart:hover {
color: #05cc47;
}
.social .share-git:hover,
.social .author-git:hover,
.social-list .git:hover {
color: #f34f29;
}
.social .share-instagram:hover,
.social .author-instagram:hover,
.social-list .instagram:hover {
color: #895a4d;
}
.social .share-soundcloud:hover,
.social .author-soundcloud:hover,
.social-list .soundcloud:hover {
color: #ff5500;
}
.social .share-stumbleupon:hover,
.social .author-stumbleupon:hover,
.social-list .stumbleupon:hover {
color: #eb4924;
}
.social .share-behance:hover,
.social .author-behance:hover,
.social-list .behance:hover {
color: #005cff;
}
.social .share-tripadvisor:hover,
.social .author-tripadvisor:hover,
.social-list .tripadvisor:hover {
color: #589442;
}
.social .share-vk:hover,
.social .author-vk:hover,
.social-list .vk:hover {
color: #507299;
}
.social .share-foursquare:hover,
.social .author-foursquare:hover,
.social-list .foursquare:hover {
color: #f94877;
}
.social .share-xing:hover,
.social .author-xing:hover,
.social-list .xing:hover {
color: #add000;
}
.social .share-weibo:hover,
.social .author-weibo:hover,
.social-list .weibo:hover {
color: #e6162d;
}
.social .share-odnoklassniki:hover,
.social .author-odnoklassniki:hover,
.social-list .odnoklassniki:hover {
color: #f58220;
}  .slz-btn:not(.btn-img) {
color: #fff;
height: auto;
padding: 8px 25px;
min-width: 150px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0;
border: none;
background-color: transparent;
border-radius: 30px;
-webkit-border-radius: 30px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
position: relative;
}
.slz-btn:not(.btn-img):before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 30px;
-webkit-border-radius: 30px;
background: #d32eb2;
background: -moz-linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background: -webkit-linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background: linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background-position: -100% 0;
background-size: 200% 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 1;
}
.slz-btn:not(.btn-img):hover:before {
background-position: -200% 0;
}
.slz-btn .btn-icon,
.slz-btn .btn-text {
position: relative;
z-index: 2;
}
.slz-btn.book-now-btn {
border: 1px solid transparent;
}
.slz-btn.btn-img {
width: auto;
}
.slz-btn.btn-img:hover,
.slz-btn.btn-img:focus {
box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.08);
-webkit-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.08);
}
.slz-btn.btn-img {
border-radius: 8px;
-webkit-border-radius: 8px;
}
.slz-btn.btn-img img {
border-radius: 8px;
-webkit-border-radius: 8px;
}
.slz-btn.btn-img:hover img,
.slz-btn.btn-img:focus img {
opacity: 0.8;
}
.slz-btn.btn-absolute .btn-icon {
position: absolute;
}
.slz-btn.btn-absolute:hover {
padding-right: 50px;
}
.slz-btn.btn-absolute:hover .btn-icon {
right: 30px;
}
.slz-btn.btn-box-shadow {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}  .slz-list {
padding-bottom: 10px;
}
.slz-list .text {
font-weight: 500;
color: #00234e;
}   .slz-image-carousel .block-image .link, 
.slz-image-carousel .block-image .slz-gallery-format, 
.slz-image-carousel .block-image.slz-block-video .block-video {
z-index: 10;
}
.slz-image-carousel .block-image .gallery-overlay {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #c533b4;
opacity: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-image-carousel .block-image:hover .gallery-overlay {
opacity: 0.9;
top: 8%;
left: 12%;
}
.slz-image-carousel .block-image .gallery-overlay:before {
position: absolute;
top: 46%;
left: 44%;
content: '+';
font-size: 20px;
line-height: 22px;
width: 25px;
height: 25px;
color: #fff;
border: 2px solid #fff;
-webkit-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
border-radius: 50%;
-webkit-border-radius: 50%;
text-align: center;
} .slz-image-carousel.style-2 .block-image:before {
padding-top: 70%;
}
.slz-image-carousel.style-2 .btn-prev {
}
.slz-image-carousel.style-2 .btn-next {
} .slz-image-carousel.slz-carousel-syncing .slider-for .image-gallery-wrapper:before {
padding-top: 44%;
}
.slz-image-carousel.slz-carousel-syncing .slider-for .image-gallery-wrapper img,
.slz-image-carousel.slz-carousel-syncing .slider-nav .thumbnail-image img {
width: 100%;
height: auto;
}
.slz-image-carousel.slz-carousel-syncing .slider-nav .thumbnail-image:before {
padding-top: 35%;
}
.slz-image-carousel.slz-carousel-syncing .slider-nav .thumbnail-image:after {
background-color: rgba(38, 62, 95, 0.9);
} .slz-carousel-mockup .item .block-image:hover a:before, 
.slz-carousel-mockup.style-2 .item.slick-current .block-image:hover a:before {
opacity: 0;
}  .slz-map-01 {
height: 550px;
}  .progress .progress-bar {
background: #D32EB2;
background: -moz-linear-gradient(left, #D32EB2 30%, #0C72C7 100%);
background: -webkit-linear-gradient(left, #D32EB2 30%, #0C72C7 100%);
background: linear-gradient(to right, #D32EB2 30%, #0C72C7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D32EB2', endColorstr='#0C72C7',GradientType=1 );
}  .slz-main-title .title {
text-transform: uppercase;
font-size: 36px;
color: #00234e;
padding: 0;
margin-bottom: 0;
line-height: 1.2;
}
.slz-main-title .title:before {
content: none;
}
.slz-main-title {
position: relative;
display: inline-block;
text-align: center;
}
.slz-main-title .title .main-color {
color: #D32EB2;
font-weight: 700;
}
.sc_main_title.style-2 .slz-main-title i,
.sc_main_title.style-2 .slz-main-title img {
font-size: 24px;
vertical-align: top;
position: relative;
top: -2px;
}
.sc_main_title.style-2 .slz-main-title .subtitle {
font-size: 16px;
color: #00234e;
opacity: 1;
font-weight: 400;
top: auto;
left: auto;
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
position: relative;
padding-bottom: 10px;
padding-top: 0;
}
.slz-main-title .subtitle {
font-size: 16px;
color: #00234e;
padding-top: 5px;
text-transform: uppercase;
letter-spacing: 4px;
}
.sc_main_title.style-1 .slz-main-title:before {
display: none;
}
.sc_main_title.style-2 .slz-main-title .title {
display: inline;
padding-top: 0;
padding-left: 5px;
font-size: 24px;
}
.sc_main_title.style-2 .slz-main-title .subtitle + .title {
padding: 10px 0 0 0;
}
.sc_main_title.style-2.text-c .slz-main-title .subtitle + .title,
.sc_main_title.style-3.text-c .slz-main-title .subtitle + .title {
left: auto;
padding-left: 0;
}  .wpcf7 input, 
.wpcf7 textarea {
border: 1px solid #b7b7b7;
padding: 15px;
width: 100%;
display: block;
font-size: 15px;
background: transparent;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wpcf7 input:focus, 
.wpcf7 textarea:focus {
border-color: #d32eb2;
}
.wpcf7 .cf7-btn-submit {
display: inline-block;
position: relative;
}
.wpcf7 .cf7-btn-submit:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 30px;
-webkit-border-radius: 30px;
background: #d32eb2;
background: -moz-linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background: -webkit-linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background: linear-gradient(90deg, #0c72c7, #d32eb2, #0c72c7);
background-position: -100% 0;
background-size: 200% 100%;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 1;
}
.wpcf7 .cf7-btn-submit:hover:before {
background-position: -200% 0;
}
.wpcf7 .cf7-btn-submit input {
padding: 8px 30px;
line-height: 24px;
min-width: 170px;
border: none;
border-radius: 30px;
-webkit-border-radius: 30px;
-webkit-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
text-transform: uppercase;
color: #fff;
margin-bottom: 0;
width: auto;
display: inline-block;
margin: 0 auto;
z-index: 2;
}
.cf7-form-control.cf7-input-50 {
width: 50%;
}
.cf7-form-control.cf7-input-100 {
width: 100%;
}
.sc-contact-form .cf7-input-50, 
.cf7-form-control.cf7-input-100 {
padding: 0 15px;
display: inline-block;
vertical-align: top;
position: relative;
margin-bottom: 30px;
}
.sc-contact-form .cf7-form-control textarea {
padding: 10px 30px;
}
form.wpcf7-form {
margin: 0 -15px;
font-size: 0;
}
div.wpcf7 .ajax-loader {
position: absolute;
top: 50%;
right: -5px;
margin-left: 0;
-webkit-transform: translate(100%, -50%);
-ms-transform: translate(100%, -50%);
-o-transform: translate(100%, -50%);
transform: translate(100%, -50%);
}
.wpcf7 .cf7-btn-submit-wrapper {
display: block;
text-align: center;
margin-top: 30px;
}
.wpcf7 textarea {
height: 130px;
resize: none;
}
span.wpcf7-not-valid-tip {
font-size: 14px;
padding-top: 5px;
}  .slz-timeline {
padding: 0;
}
.slz-timeline .milestone {
background: #fbfbfb;
margin-bottom: 10px;
padding: 20px 0;
}
.slz-timeline .milestone:last-child {
margin-bottom: 0
}
.slz-timeline .milestone .milestone-content {
text-align: center;
float: none;
padding: 0;
display: table;
vertical-align: middle;
width: auto;
}
.slz-timeline .milestone .milestone-number-wrapper {
display: table-cell;
vertical-align: middle;
padding: 0 15px;
text-align: center;
border-right: 1px solid #e7eaef;
}
.slz-timeline .milestone .milestone-number {
position: relative;
top: auto;
font-size: 30px;
font-weight: 700;
padding: 0;
color: rgba(0, 0, 0, 0.2);
left: auto;
right: auto;
display: block;
width: auto;
}
.slz-timeline .milestone .milestone-number-info {
position: relative;
top: auto;
font-size: 14px;
-webkit-transition: none;
-o-transition: none;
transition: none;
left: auto;
right: auto;
display: block;
font-weight: 400;
padding-left: 0;
padding: 0;
}
.slz-timeline .milestone  .milestone-info-wrapper {
display: table-cell;
vertical-align: middle;
width: auto;
padding: 0 20px;
text-align: left;
}
.slz-timeline .milestone:nth-child(even) .milestone-content {
padding: 0;
float: none;
}
.slz-timeline .milestone:nth-child(even) {
background-color: #f6f6f6;
}
.slz-timeline .milestone .milestone-time {
font-size: 16px;
color: #263e5f;
font-weight: 500;
margin-bottom: 5px;
}
.slz-timeline .milestone .milestone-text {
color: #878d95;
font-size: 14px;
}
.slz-timeline .milestone .milestone-number {
position: relative;
top: 15px;
font-size: 30px;
font-weight: 700;
padding: 0;
color: #cbd5e1;
left: auto;
right: auto;
display: block;
}
.slz-timeline .milestone .milestone-number-info {
position: relative;
top: auto;
font-size: 14px;
-webkit-transition: none;
-o-transition: none;
transition: none;
left: auto;
right: auto;
display: block;
font-weight: 400;
padding: 0;
color: #4a5664;
}
.slz-timeline .milestone:nth-child(even) .milestone-number {
padding: 0;
left: auto;
right: auto;
}
.slz-timeline:before {
display: none;
}
.slz-timeline .milestone:before {
display: none;
}
.slz-timeline .milestone .milestone-content:before {
display: none;
}  .slz-categories .link:hover,
.slz-categories2 .link:hover {
color: #D32EB2;
}
.slz-categories .link:hover .badge,
.slz-categories2 .link:hover .label-right {
color: #D32EB2;
}
.slz-categories .link .badge {
float: right;
color: #636363;
background: transparent;
padding: 0;
line-height: inherit;
font-weight: 400;
font-size: 14px;
}
.slz-categories .link .badge:before {
content: "(";
}
.slz-categories .link .badge:after {
content: ")";
}
.slz-categories .fa-angle-right:before {
display: none;
}
.slz-categories .link .icons {
display: none;
}
.slz-categories .link,
.slz-categories2 .link {
padding-top: 0;
border-top: none;
line-height: 30px;
border-bottom: none;
margin-bottom: 5px;
padding-bottom: 5px;
line-height: 30px;
}  .slz-contact-01 {
padding: 0;
}
.slz-contact-01 .contact i.slz-icon {
font-size: 70px;
}
.slz-contact-01 .text {
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
margin-top: 30px;
color: #263e5f;
text-align: center;
}
.slz-contact-01 .contact-content {
font-weight: 400;
opacity: 1;
font-size: 14px;
margin-top: 15px;
padding-top: 0;
color: #263e5f;
}
.slz-contact-01 .contact-content .text {
line-height: 28px;
font-weight: 400;
opacity: 1;
font-size: 14px;
margin-top: 15px;
padding-top: 0;
color: #263e5f;
text-transform: capitalize;
display: table-cell;
}
.slz-contact-01 .contact-content .slz-icon {
line-height: 28px;
padding-right: 10px;
display: table-cell;
}
.slz-contact-01 .contact {
display: inline-block;
position: relative;
margin: 0 auto;
width: 160px;
height: 160px;
}
.slz-contact-01 .contact:before {
content: '';
position: absolute;
left: -3px;
bottom: -3px;
right: -3px;
top: -3px;
background: #D32EB2;
background: -moz-linear-gradient(left, #D32EB2 30%, #0C72C7 100%);
background: -webkit-linear-gradient(left, #D32EB2 30%, #0C72C7 100%);
background: linear-gradient(to right, #D32EB2 30%, #0C72C7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D32EB2', endColorstr='#0C72C7',GradientType=1 );
border-radius: 50%;
-webkit-border-radius: 50%;
z-index: -3;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-contact-01 .contact:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: #fff;
border-radius: 50%;
-webkit-border-radius: 50%; 
z-index: -3;
}
.slz-contact-01 .contact i.slz-icon {
font-size: 60px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slz-contact-01 .contact .slz-contact-image {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.slz-contact-01 .icon-social-link {
margin-top: 15px;
}
.slz-contact-01 .icon-social-link .slz-icon-social {
color: #959ba2;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-contact-01 .icon-social-link a {
margin-right: 15px;
margin-left: 15px;
}
.slz-contact-01 .icon-social-link a:first-child {
margin-left: 0;
}
.slz-contact-01 .icon-social-link a:last-child {
margin-right: 0;
}
.slz-contact-01 .icon-social-link .slz-icon-social:hover {
color: #00234e;
}
.slz-contact-01 .contact-content .location {
display: table;
margin: 0 auto;
} .contact-form-3 .cf7-btn-submit-wrapper {
text-align: center;
}
.contact-form-3 .cf7-btn-submit-wrapper .wpcf7-form-control {
font-size: 14px;
}  .slz-counter-item-1 .content-cell .title {
font-size: 16px;
text-transform: uppercase;
display: block;
}
.slz-counter-item-1 .content-cell .number {
font-size: 30px;
}
.slz-counter-item-1.counter-left .icon-cell, 
.slz-counter-item-1.counter-left .img-cell {
width: 65px;
}
.slz-counter-item-1.counter-left .content-cell {
width: calc(100% - 65px);
padding-left: 10px;
}
.mCSB_container .purchase-wrap .purchase-btn {
background-color: #d32eb2;
}
.skin-site ul.switchers-content li > a:hover, 
.skin-site ul.switchers-content li > a.active {
box-shadow: none;
}  .slz-block-team-01,
.slz-block-team-02 {
text-align: center;
}
.slz-block-team-01 .team-img .img-full {
width: auto;
height: 100%;
max-width: none;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.slz-block-team-01 .team-img .link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
}
.slz-block-team-01 .team-img:before {
content: "";
display: block;
padding-top: 116%;
}
.slz-block-team-01 .team-img .link:before {
z-index: -1;
}
.slz-block-team-01 .social-list .item .text,
.slz-block-team-02 .social-list .item .text {
display: none;
}
.slz-block-team-02 .team-img:before {
content: "";
display: block;
padding-top: 100%;
}
.slz-block-team-02 .team-img .img-full {
width: auto;
height: 100%;
max-width: none;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.slz-block-team-02 .social-list .item,
.slz-block-team-01 .social-list .item {
margin-left: 5px;
margin-right: 5px;
padding: 0px;
}
.slz-block-team-01 .social-list .item:first-child,
.slz-block-team-02 .social-list .item:first-child {
margin-left: 0px;
}
.slz-block-team-01 .social-list .item:last-child,
.slz-block-team-02 .social-list .item:last-child {
margin-right: 0px;
}
.slz-block-team-03 .col-left {
width: 33.33333333%;
float: left;
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.slz-team-wrapper-03 .slz-team-nav-03 .team-img {
position: relative;
}
.slz-list-block .slz-block-item-01.style-1 .link .img-full,
.block-image.has-quote img.img-full {
width: 100%;
height: 100%;
max-width: none;
object-fit: cover;
object-position: 50% 50%;
}
.slz-block-item-01 .block-image.has-audio:before,
.slz-block-item-01 .block-image.has-quote:before {
content: ""!important;
display: block;
padding-top: 67%;
}
.slz-block-item-01 .block-image.has-audio .audio-wrapper {
position: absolute;
z-index: 10;
bottom: 0;
left: 0;
padding: 10px;
width: 100%;
background-color: rgba(0,0,0,0.5);
}
.slz-block-item-01 .block-image.has-quote .block-quote-wrapper {
position: absolute;
z-index: 4;
top: 50%;
right: 0;
left: 0;
color: #fff;
font-size: 16px;
text-transform: uppercase;
text-align: center;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.slz-block-team-02 .block-image:before {
content: none;
}  .slz-tab-vertical .tab-list li {
display: block;
max-width: 100px;
text-align: center;
// line-height: 1.22;
// margin: 0;
}
.slz-isotope-nav .tab-filter, 
.tab-list-wrapper .tab-list,
.slz-tab-vertical.sc_tabs .tab-list li {
margin: 0;
}
.slz-tab-vertical {
display: table;
width: 100%;
}
.slz-tab-vertical .tab-list-wrapper {
display: table-cell;
width: 15%;
vertical-align: middle;
}
.slz-tab-vertical .tab-content {
display: table-cell;
width: 85%;
}
.slz-tab-vertical .tab-list {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}  .slz-partner-carousel .slick-list .slick-slide img {
max-width: 150px;
}
.slz-partner-carousel .slick-list:hover .slick-slide {
opacity: 0.3;
}
.slz-partner-carousel .slick-list .slick-slide:hover {
opacity: 1;
}