* {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
}
html *{
outline: 0 !important;
margin: 0;
padding: 0;
}
html {
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 14px;
}
html,
body {
height: 100%;
margin: 0 auto;
padding: 0;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
body {
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
color: #747981;
background-color: #fff;
word-wrap: break-word;
}
header,
nav,
body,
section,
article,
aside,
footer,
address,
hgroup {
display: block;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
form {
margin: 0;
padding: 0;
}
ul,
li {
list-style-position: outside;
list-style-type: none;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
strong,
b {
font-weight: 700;
}
a {
color: #666c72;
text-decoration: none;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
a:hover,
a:active,
a:focus {
color: #e15e5e;
outline: 0;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: inherit;
line-height: 1.1;
font-weight: 600;
margin: 0px 0px
}
h1 {
font-size: 36px;
margin-bottom: 10px;
}
h2 {
font-size: 30px;
margin-bottom: 10px;
}
h2.copyH1 {
font-size: 40px!important;
margin-top: 20px!important;
}
h3 {
font-size: 22px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
address {
font-style: italic;
margin: 0 0 24px;
}
abbr[title] {
border-bottom: 1px dotted;
}
dfn {
font-style: italic;
}
mark {
background: #fafafa;
color: #000;
}
p {
margin: 0 0 20px;
}
code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
}
pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
blockquote {
font-size: 18px;
font-weight: 700;
border-left: none;
margin: 40px 0px 20px;
padding: 30px 60px 20px 60px;
position: relative;
border-radius: 5px;
color: #747981;
background-color: #efefef;
text-align: center;
}
blockquote:before{
font-size: 44px;
color: #d2d2d2;
left: 50%;
top: 0;
line-height: 1;
position: absolute;
content: "\f10d";
font-family: 'FontAwesome';
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
blockquote p {
color: inherit;
font-weight: 400;
opacity: 0.95;
}
blockquote blockquote {
margin-right: 0;
}
blockquote cite,
blockquote small {
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
color: #ccb359;
display: block;
margin-top: 10px;
font-style: normal;
}
blockquote cite a {
color: inherit;
}
blockquote em,
blockquote i {
font-style: normal;
font-weight: 300;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
small {
font-size: smaller;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin: 0 0 20px;
}
dt {
font-weight: 700;
}
dd {
margin: 0 0 20px;
}
menu,
ol,
ul {
margin: 0px 0 10px;
padding: 0 0 0 15px;
}
ol li,
ul li{
list-style-type:inherit;
color: inherit;
}
ul {
list-style-type: disc;
}
ul ul, ol ul {
list-style-type: circle;
}
ul ul ul{
list-style-type: square;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
li > ul,
li > ol {
margin: 0;
}
big {
font-size: larger;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #18364a;
background-color: #fafafa;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
figure {
margin: 0;
}
fieldset {
border: 1px solid #f0f0f0;
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-bottom: 1px solid #f0f0f0;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
}
caption {
font-size: 16px;
margin: 20px 0;
}
del {
color: #333;
}
ins {
background: #fafafa;
text-decoration: none;
}
hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
border-top:1px solid #f0f0f0;
}
table {
width: 100%;
}
table th {
text-align: left;
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
table td {
border: 1px solid #f0f0f0;
padding: 2px 8px;
}  .sticky {}
.body-wrapper {
position: relative;
overflow: hidden;
}
.body-wrapper .wrapper-content {
position: relative;
}
.slz-title-shortcode {
font-size: 20px;
font-weight: 600;
display: block;
margin-bottom: 30px;
text-transform: capitalize;
}
.slz-sidebar-left .slz-content-column {
float: right;
}
.text-l {
text-align: left;
}
.text-c {
text-align: center;
}
.text-r {
text-align: right;
}
.float-l {
float: left;
}
.float-r {
float: right;
}
.float-none {
float: none;
}
.wid-100 {
width: 100%;
}
.padding-top-100 {
padding-top: 100px;
}
.padding-top-50 {
padding-top: 50px;
}
.padding-bottom-100 {
padding-bottom: 100px;
}
.padding-bottom-0 {
padding-bottom: 0;
}
.margin-top-50 {
margin-top: 50px;
}
.margin-top-100 {
margin-top: 100px;
}
.margin-bottom-100 {
margin-bottom: 100px;
}
.margin-bottom-0 {
margin-bottom: 0;
}
.margin-top-0 {
margin-top: 0;
}
.slz-list-block {
font-size: 0;
margin: 0 -15px;
}
.slz-list-block > .item {
font-size: 14px;
padding: 0 15px;
margin-top: 30px;
vertical-align: top;
display: inline-block;
}
.slz-list-block.slz-column-1 > .item:first-child {
margin-top: 0;
}
.slz-list-block.slz-column-1 > .item {
width: 100%;
}
.slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-2 > .item {
width: 50%;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
margin-top: 0;
}
.slz-list-block.slz-column-3 > .item {
width: 33.333333%;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item {
width: 25%;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 5) {
margin-top: 0;
}
.slz-list-block.slz-column-5 > .item {
width: 20%;
}
.slz-list-block.slz-column-6 > .item:nth-child(-n + 6) {
margin-top: 0;
}
.slz-list-block.slz-column-6 > .item {
width: 16.666666%;
}
.slz-list-block.slz-column-7 > .item:nth-child(-n + 7) {
margin-top: 0;
}
.slz-list-block.slz-column-7 > .item {
width: 14.285%;
}
.slz-list-block.slz-column-8 > .item:nth-child(-n + 8) {
margin-top: 0;
}
.slz-list-block.slz-column-8 > .item {
width: 12.5%;
}  .wp-caption {
max-width: 100%;
}
.wp-caption-text {
font-weight: normal;
font-style: italic;
color: #7a7a7a;
}
.bypostauthor {
font-weight: normal;
} .slz-widgets a {
text-decoration: none;
}
.slz-widgets a:focus {
outline: none;
}
.slz-widgets a:active,
.slz-widgets a:hover {
outline: 0;
}
.slz-widgets h1,
.slz-widgets h2,
.slz-widgets h3,
.slz-widgets h4,
.slz-widgets h5,
.slz-widgets h6 {
clear: both;
font-family: inherit;
line-height: 1.1;
font-weight: 600;
margin: 0px 0px
}
.slz-widgets h1 {
font-size: 36px;
margin-top: 20px;
margin-bottom: 10px;
}
.slz-widgets h2 {
font-size: 30px;
margin-top: 20px;
margin-bottom: 10px;
}
.slz-widgets h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 10px;
}
.slz-widgets h4 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.slz-widgets h5 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.slz-widgets h6 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.slz-widgets address {
font-style: italic;
margin: 0 0 24px;
}
.slz-widgets abbr[title] {
border-bottom: 1px dotted;
}
.slz-widgets b,
.slz-widgets strong {
font-weight: 700;
}
.slz-widgets dfn {
font-style: italic;
}
.slz-widgets mark {
background: #ff0;
color: #000;
}
.slz-widgets p {
margin: 0 0 10px;
}
.slz-widgets code,
.slz-widgets kbd,
.slz-widgets pre,
.slz-widgets samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
}
.slz-widgets pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.slz-widgets small {
font-size: smaller;
}
.slz-widgets sub,
.slz-widgets sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.slz-widgets sup {
top: -0.5em;
}
.slz-widgets sub {
bottom: -0.25em;
}
.slz-widgets dl {
margin: 0 0 20px;
}
.slz-widgets dt {
font-weight: 700;
}
.slz-widgets dd {
margin: 0 0 20px;
}
.slz-widgets menu,
.slz-widgets ol,
.slz-widgets ul {
margin: 0px 0 10px;
padding: 0 0 0 15px;
}
.slz-widgets ol li,
.slz-widgets ul li{
}
.slz-widgets ul {
list-style-type: disc;
}
.slz-widgets ul ul, .slz-widgets ol ul {
list-style-type: circle;
}
.slz-widgets nav ul,
.slz-widgets nav ol {
list-style: none;
list-style-image: none;
}
.slz-widgets li > ul,
.slz-widgets li > ol {
margin: 0;
}
.slz-widgets big {
font-size: larger;
}
.slz-widgets code {
padding: 2px 4px;
font-size: 90%;
color: #e15e5e;
background-color: #f9f2f4;
border-radius: 4px;
}
.slz-widgets kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
.slz-widgets img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
max-width: 100%;
height: auto;
}
.slz-widgets svg:not(:root) {
overflow: hidden;
}
.slz-widgets figure {
margin: 0;
}
.slz-widgets form {
margin: 0;
}
.slz-widgets fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
.slz-widgets legend {
border: 0;
padding: 0;
white-space: normal;
}
.slz-widgets button,
.slz-widgets input,
.slz-widgets select,
.slz-widgets textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
.slz-widgets button,
.slz-widgets input {
line-height: normal;
}
.slz-widgets button,
.slz-widgets html input[type="button"],
.slz-widgets input[type="reset"],
.slz-widgets input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.slz-widgets button[disabled],
.slz-widgets input[disabled] {
cursor: default;
}
.slz-widgets input[type="checkbox"],
.slz-widgets input[type="radio"] {
padding: 0;
}
.slz-widgets input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.slz-widgets button::-moz-focus-inner,
.slz-widgets input::-moz-focus-inner {
border: 0;
padding: 0;
}
.slz-widgets textarea {
overflow: auto;
vertical-align: top;
}
.slz-widgets table {
border-bottom: 1px solid #f0f0f0;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
.slz-widgets caption,
.slz-widgets th,
.slz-widgets td {
font-weight: normal;
text-align: center;
}
.slz-widgets caption {
font-size: 16px;
margin: 20px 0;
}
.slz-widgets th {
font-weight: 700;
text-transform: uppercase;
}
.slz-widgets td {
border-top: 1px solid #f0f0f0;
padding: 6px 10px 6px 0;
}
.slz-widgets del {
color: #333;
}
.slz-widgets ins {
background: #fff9c0;
text-decoration: none;
}
.slz-widgets hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
border-top:1px solid #eee;
}
.slz-widgets table {
width: 100%;
}
.slz-widgets table th {
text-align: left;
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.slz-widgets table td {
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.slz-widgets table .odd td {
background-color: #fcfcfc;
} .slz-widget + .slz-widget {
margin-top: 54px;
}
.slz-widgets .widget-title,
.slz-widgets  .title-widget {
color: #304771;
font-size: 18px;
font-weight: 700;
padding-top: 16px;
margin-bottom: 25px;
position: relative;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
}
.slz-widgets .widget-title:before,
.slz-widgets  .title-widget:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 50%;
height: 2px;
background-color: #e15e5e;
}
.slz-widgets .widget-title:after,
.slz-widgets  .title-widget:after {
position: absolute;
content: '';
top: 4px;
left: 0;
width: 100%;
height: 2px;
background-color: #e15e5e;
}
.slz-widget ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.slz-widget ul li {
padding-bottom: 12px;
margin-top: 12px;
}
.slz-widget ul .children{
padding-left: 20px;
list-style: none;
}
.slz-widgets.slz-dark .slz-footer-main {
background-color: #0a152a;
background-size: cover;
background-position: center;
color: rgba(255, 255, 255, 0.5);
}
.slz-widgets.slz-dark .slz-footer-main a {
color: rgba(255, 255, 255, 0.5);
}
.slz-widgets.slz-dark .slz-footer-main a:hover,
.slz-widgets.slz-dark .slz-footer-main a:focus {
color: #e15e5e;
}
.slz-widgets.slz-dark .widget-title,
.slz-widgets.slz-dark  .title-widget {
color: rgba(255, 255, 255, 0.7);
}
.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:hover,
.slz-widgets.slz-dark a:focus {
} .widget_search {
position: relative;
}
.widget_search .search-form {
display: inline-block;
position: relative;
width: 100%;
vertical-align: top;
padding: 7px 20px;
border: 1px solid #e3d5a3;
}
.widget_search .search-form>label{
display: block;
width: 100%;
}
.widget_search .screen-reader-text{
display: block;
margin-bottom: 15px;
}
.widget_search .search-field {
border: none;
background-color: transparent;
font-size: 14px;
line-height: 24px;
width: 100%;
transition: all 0.3s ease;
}
.widget_search input.search-field::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.3);
font-weight: 500;
}
.widget_search input.search-field:-moz-placeholder {
color: rgba(0, 0, 0, 0.3);
font-weight: 500;
}
.widget_search input.search-field::-moz-placeholder {
color: rgba(0, 0, 0, 0.3);
font-weight: 500;
}
.widget_search input.search-field:-ms-input-placeholder{
color: rgba(0, 0, 0, 0.3);
font-weight: 500;
}
.widget_search .search-field:focus,
.widget_search .search-field:active {
border-color: #e15e5e;
}
.widget_search .search-field::-webkit-input-placeholder {
color: #666c72;
}
.widget_search .search-field::-moz-placeholder {
color: #666c72;
}
.widget_search .search-field:-ms-input-placeholder {
color: #666c72;
}
.widget_search .search-field:-moz-placeholder {
color: #666c72;
}
.widget_search .search-submit {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
background-color: transparent;
border: none;
font-size: 0;
line-height: 24px;
color: #e15e5e;
height: 24px;
}
.widget_search .search-submit:before {
content: "\f002";
font-family: "FontAwesome";
font-size: 14px;
} .slz-widget select {
color: #666c72;
width: 100%;
height: 40px;
width: 100%;
padding: 0 15px;
font-size: 14px;
line-height: 40px;
border-radius: 5px;
vertical-align: top;
display: inline-block;
border: 1px solid #d8dade;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUFEQ0JFODE5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUFEQ0JFODI5NDM4MTFFNjk1MjlGMjJCMTE5MEY4MjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQURDQkU3Rjk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQURDQkU4MDk0MzgxMUU2OTUyOUYyMkIxMTkwRjgyMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psti2TwAAAA3SURBVHjaYmBgYCgC4i9Q/AkNw8RBahiYgbgZiP/jwM1QNXDQgEVRAwMO0ECMIhhogWIUABBgALYFGIUw/br1AAAAAElFTkSuQmCC) no-repeat;
background-position: 95% center;
background-position: calc(100% - 15px) center;
transition: all 0.3s ease;
}
.slz-widget select option{
width: 100%;
}
.slz-widget select:focus {
border: 1px solid #e15e5e;
}
.slz-widget .screen-reader-text {
display: none;
}
.widget_rss .rsswidget{
font-weight: 700;
font-size: 16px;
display: inline-block;
}
.widget_rss .rsswidget .rss-widget-icon{
margin-right: 0px;
}
.widget_rss .title-widget .rsswidget{
display: inline-block;
margin-bottom: 0px;
}
.widget_rss .rss-date{
font-size: 12px;
font-weight: 700;
font-style: italic;
margin-bottom: 10px;
display: block;
}
.widget_rss ul li{
margin-bottom: 15px;
border-bottom: 1px solid #fafafa;
}
.slz-widget-contact-info .item {
position: relative;
}
.slz-widget-contact-info .item + .item {
margin-top: 10px;
}
.slz-widget-contact-info .item .icons {
position: absolute;
top: 3px;
left: 0;
}
.slz-widget-contact-info .item .text {
padding-left: 35px;
display: block;
} .widget_calendar .block-title {
margin-bottom: 17px;
}
.widget_calendar caption {
margin: 0px;
padding-bottom: 10px;
border: none;
border-bottom: 1px solid #fafafa;
text-align: left;
color: #3b424d;
font-size: 14px;
font-weight: 700;
}
.widget_calendar table {
width: 100%;
text-align: center;
border: none;
}
.widget_calendar table th {
text-align: center;
border: none;
padding: 0;
font-weight: 900;
font-size: 11px;
}
.widget_calendar table td {
border: none;
padding: 0;
line-height: 27px;
}
.widget_calendar td {
padding: 0;
}
.widget_calendar table tfoot {
padding-top: 10px;
border-top: 1px solid #fafafa;
}
.widget_calendar table tfoot td {
padding-top: 10px;
}
.widget_calendar table tfoot td:first-child {
text-align: left;
}
.widget_calendar table tfoot td:last-child {
text-align: right;
}
.widget_calendar #today {
color: #e15e5e;
font-weight: 800;
text-decoration: underline;
}
.widget_calendar #today a{
color:#FFFFFF;
}
.widget_calendar thead tr {
line-height: 34px;
} .widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li {
border-bottom: 1px solid #efefef;
position: relative;
padding-left: 30px;
}
.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before {
position: absolute;
content: "\f10c";
font-family: 'FontAwesome';
top: 0;
left: 3px;
font-size: 8px;
transition: all 0.3s ease;
}
.widget_recent_entries ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_archive ul li:first-child {
margin-top: 0;
}
.widget_recent_entries ul li:hover:before,
.widget_recent_comments ul li:hover:before,
.widget_archive ul li:hover:before {
color: #e15e5e;
}
.widget_recent_entries ul li .post-date,
.widget_archive ul li .post-date {
display: block;
color: #666c72;
}
.widget_recent_comments ul li a {
font-weight: 600;
} .widget_categories > ul > li,
.widget_pages > ul > li,
.widget_nav_menu > ul > li,
.slz-widget-custom-post li {
border-bottom: 1px solid #efefef;
}
.widget_categories ul li,
.widget_pages ul li,
.widget_nav_menu ul li,
.slz-widget-custom-post li {
position: relative;
padding-left: 20px;
}
.widget_categories ul li:before,
.widget_pages ul li:before,
.widget_nav_menu ul li:before,
.slz-widget-custom-post li:before {
position: absolute;
content: "\f10c";
font-family: 'FontAwesome';
top: 2px;
left: 3px;
font-size: 11px;
transition: all 0.3s ease;
}
.widget_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_nav_menu ul li:first-child,
.slz-widget-custom-post li:first-child {
margin-top: 0;
}
.widget_categories > ul > li:hover:before,
.widget_pages > ul > li:hover:before,
.widget_nav_menu ul.menu > li:hover:before,
.slz-widget-custom-post li:hover:before {
}
.widget_categories ul.children,
.widget_pages ul.children,
.widget_nav_menu ul.sub-menu {
padding-top: 6px;
list-style: none;
}
.widget_categories ul.children li,
.widget_pages ul.children li,
.widget_nav_menu ul.sub-menu li {
margin-top: 0;
}
.widget_categories ul.children li:last-child,
.widget_pages ul.children li:last-child,
.widget_nav_menu ul.sub-menu li:last-child {
padding-bottom: 0;
}
.slz-widget-custom-post li a.active {
color: #e15e5e;
} .widget_pages ul li a:before,
.widget_nav_menu ul li a:before {
position: absolute; font-family: "FontAwesome";
right: 0;
line-height: inherit;
color: inherit;
} .widget_nav_menu .sub-menu {
opacity: 1;
visibility: visible;
top: auto;
width: 100%;
display: block;
position: relative;
background-color: transparent;
border-top: none;
box-shadow: none;
list-style-type: circle;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.widget_nav_menu .sub-menu .sub-menu {
left: 0;
top: 0;
padding-left: 5px;
}
.widget_nav_menu .sub-menu > li {
list-style-type: inherit;
display: list-item;
}
.widget_nav_menu .sub-menu > li + li {
border: none;
}
.widget_nav_menu .sub-menu > li > a {
line-height: inherit;
padding: 0;
font-weight: 400;
} .widget_meta ul li,
.categories-list li,
.tags-list li {
display: inline-block;
vertical-align: top;
padding: 0px;
margin: 0 5px 10px 0px;
color: #666c72;
}
.widget_meta ul li a,
.categories-list  li a,
.tags-list li a,
.tags-links a {
display: inline-block;
vertical-align: top;
margin: 0 5px;
font-size: 14px;
color: inherit;
overflow: hidden;
position: relative;
z-index: 2;
border-bottom: 1px solid transparent;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.tags-links {
padding: 0;
}
.tags-links:before {
content: none;
}
.tags-links .tags-title {
color: #7a7a7a;
display: inline-block;
margin: 0 15px 0 0;
position: relative;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.widget_meta ul li a:hover,
.categories-list  li a:hover,
.tags-list li a:hover,
.tags-links a:hover {
color: #e15e5e;
border-color: #e15e5e;
}
.widget_meta ul li a abbr[data-original-title],
.widget_meta ul li a abbr[title] {
border-bottom-color: transparent;
}
.tags-links {
color: #a9a9a9
}
.tags-links:before {
color: #7a7a7a;
} .categories-list,
.tags-list {
list-style: none;
padding-left: 0px;
margin-bottom: 0px;
}
.categories-list  li,
.tags-list li {
color: #7a7a7a;
margin: 0;
position: relative;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.categories-list  li a,
.tags-list li a {
display: inline-block;
vertical-align: top;
padding-top: 0;
padding-bottom: 0;
margin: 0 5px;
font-weight: 400;
color: #a9a9a9;
font-family: 'Lato', sans-serif;
}
.categories-list + .tags-list {
margin-top: 20px;
}
.categories-list  li a:first-child,
.tags-list li a:first-child {
margin-left: 15px;
} .gallery {
margin-bottom: 1.6em;
margin: 0 -10px;
}
.gallery-item {
display: inline-block;
padding: 10px;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.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.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-item .gallery-caption {
margin-bottom: 0 !important;
}
.gallery-caption {
display: block;
font-family: 'Lato', serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} .slz-sticky{
position: absolute;
right: 35px;
top: 5px;
z-index: 10;
}
.slz-sticky .inner{
color: #e15e5e;
}
.slz-sticky .inner:before{
font-family: 'FontAwesome';
content: "\f02e";
font-size: 45px;
color: inherit;
text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
} .widget_tag_cloud .tagcloud a {
margin: 0 5px 10px 0px;
display: inline-block;
line-height: 1;
vertical-align: bottom;
padding: 3px 15px;
background-color: #f8f8f8;
color: #333333;
overflow: hidden;
position: relative;
z-index: 2;
}
.widget_tag_cloud .tagcloud a:before {
position: absolute;
content: "";
top: -100%;
left: 0;
width: 100%;
height: 100%;
background-color: #e15e5e;
z-index: -1;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.widget_tag_cloud .tagcloud a:hover {
color: #fff;
}
.widget_tag_cloud .tagcloud a:hover:before {
top: 0;
} .slz-wrapper-footer .widget_categories ul li:before, 
.slz-wrapper-footer .widget_pages ul li:before, 
.slz-wrapper-footer .widget_nav_menu ul li:before,
.slz-wrapper-footer .slz-widget-category .slz-categories .link > .icons:before,
.slz-wrapper-footer .slz-categories2 .link .icons:before {
content: "\f101";
font-size: 14px;
}  .entry-content a {
text-decoration: none;
}
.entry-content a:focus {
outline: none;
}
.entry-content a:active,
.entry-content a:hover {
outline: 0;
}
.entry-content .read-more {
font-family: 'Lato', sans-serif;
font-size: 15px;
line-height: 24px;
border-bottom: 2px solid #555555;
color: #555555;
}
.entry-content .read-more i {
padding-left: 5px;
}
.entry-content .read-more i:before {
content: '\f178';
}
.entry-content .read-more:active,
.entry-content .read-more:focus,
.entry-content .read-more:hover {
color: #e15e5e;
border-color: #e15e5e;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
clear: both;
font-family: 'Roboto', sans-serif;
line-height: 1.1;
font-weight: 700;
margin: 0px 0px;
color: #304771;
}
.entry-content h1 {
font-size: 40px;
margin-top: 20px;
margin-bottom: 10px;
}
.entry-content h2 {
font-size: 30px;
margin-top: 20px;
margin-bottom: 10px;
}
.entry-content h3 {
font-size: 24px;
margin-top: 20px;
margin-bottom: 10px;
}
.entry-content h4 {
font-size: 24px;
margin-top: 10px;
margin-bottom: 10px;
}
.entry-content h5 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.entry-content h6 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.entry-content address {
font-style: italic;
margin: 0 0 24px;
}
.entry-content abbr[title] {
border-bottom: 1px dotted;
}
.entry-content b,
.entry-content strong {
font-weight: 700;
}
.entry-content dfn {
font-style: italic;
}
.entry-content mark {
background: #ff0;
color: #000;
}
.entry-content p {
margin: 0 0 20px;
}
.entry-content code,
.entry-content kbd,
.entry-content pre,
.entry-content samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
}
.entry-content pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.entry-content small {
font-size: smaller;
}
.entry-content sub,
.entry-content sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.entry-content sup {
top: -0.5em;
}
.entry-content sub {
bottom: -0.25em;
}
.entry-content dl {
margin: 0 0 20px;
}
.entry-content dt {
font-weight: 700;
}
.entry-content dd {
margin: 0 0 20px;
}
.entry-content menu,
.entry-content ol,
.entry-content ul {
margin: 0px 0 10px;
padding: 0 0 0 30px;
}
.entry-content ol li,
.entry-content ul li{
list-style-type:inherit;
color: inherit;
}
.entry-content .slz-list li{
padding: 0;
margin: 8px 0
}
.entry-content ul {
list-style-type: disc;
}
.entry-content ul ul, .entry-content ol ul {
list-style-type: circle;
}
.entry-content ul ul ul{
list-style-type: square;
}
.entry-content nav ul,
.entry-content nav ol {
list-style: none;
list-style-image: none;
}
.entry-content li > ul,
.entry-content li > ol {
margin: 0;
}
.entry-content big {
font-size: larger;
}
.entry-content code {
padding: 2px 4px;
font-size: 90%;
color: #e15e5e;
background-color: #f9f2f4;
border-radius: 4px;
}
.entry-content kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
.entry-content img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
}
.entry-content svg:not(:root) {
overflow: hidden;
}
.entry-content figure {
margin: 0;
}
.entry-content form {
margin: 0;
}
.entry-content fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
.entry-content legend {
border: 0;
padding: 0;
white-space: normal;
}
.entry-content button,
.entry-content input,
.entry-content select,
.entry-content textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
.entry-content button,
.entry-content input {
line-height: normal;
}
.entry-content button,
.entry-content html input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.entry-content button[disabled],
.entry-content input[disabled] {
cursor: default;
}
.entry-content input[type="checkbox"],
.entry-content input[type="radio"] {
padding: 0;
}
.entry-content input[type="search"] {
-webkit-appearance: textfield;
padding-right: 2px; width: 270px;
}
.entry-content input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.entry-content button::-moz-focus-inner,
.entry-content input::-moz-focus-inner {
border: 0;
padding: 0;
}
.entry-content textarea {
overflow: auto;
vertical-align: top;
}
.entry-content table,
.comment-content table {
border-bottom: 1px solid #f0f0f0;
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%;
}
.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
font-weight: normal;
}
.comment-content caption,
.entry-content caption {
font-size: 16px;
margin: 20px 0;
}
.entry-content th,
.comment-content th {
font-weight: 700;
text-transform: capitalize;
}
.comment-content thead th,
.entry-content thead th {
text-transform: uppercase;
color: #18364a;
}
.entry-content td,
.comment-content td {
border-top: 1px solid #f0f0f0;
padding: 6px 10px 6px 0;
}
.comment-content del,
.entry-content del {
color: #333;
}
.entry-content ins,
.comment-content ins {
background: #fff9c0;
text-decoration: none;
}
.comment-content hr,
.entry-content hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
border-top:1px solid #eee;
}
.entry-content table,
.comment-content table {
width: 100%;
}
.entry-content table th,
.comment-content table th {
text-align: left;
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.entry-content table td,
.comment-content table td {
border: 1px solid #f0f0f0;
padding: 2px 8px;
}
.entry-content table .odd td,
.comment-content table .odd td {
background-color: #fcfcfc;
}
.entry-content img.aligncenter {
margin: 5px auto;
}
.entry-content .aligncenter img,
.entry-content .aligncenter  {
margin: 5px auto;
}
.entry-content img.size-full,.entry-content img.size-large,.entry-content img.wp-post-image {
height: auto;
max-width: 100%;
}
.entry-content img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto;
}
.entry-content .alignleft {
float: left;
}
.entry-content  .alignright {
float: right;
}
.entry-content img.alignnone {
margin: 5px 0;
}
.entry-content img.size-full,
.entry-content img.size-large,
.entry-content img.wp-post-image {
height: auto;
max-width: 100%;
}
.entry-content figure.wp-caption.alignleft,
.entry-content img.alignleft{
margin: 5px 20px 5px 0;
}
.entry-content figure.wp-caption.alignright,
.entry-content  img.alignright {
margin: 5px 0 5px 20px;
}
.entry-content img.alignnone {
margin: 5px 0;
}
.entry-content figure.alignnone{
margin: 5px 0;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.slz-widgets .widget img,
.entry-content .wp-caption {
max-width: 100%;
}
.entry-content .wp-caption .wp-caption-text,
.entry-content .entry-caption,
.entry-content .gallery-caption {
font-size: 16px;
font-style: italic;
font-weight: 300;
margin: 0 0 24px;
}
.entry-content  .nav-links{
margin: 0 0 20px;
}
.entry-content  .nav-links:before{
content:"";
display: table;
}
.entry-content  .nav-links:after{
content: "";
display: table;
clear: both;
}
.entry-content  .nav-links .nav-previous{
display: block;
width: 50%;
float: left;
}
.entry-content  .nav-links .nav-next{
display: block;
width: 50%;
float: right;
}
.entry-content  .nav-links .nav-previous a,
.entry-content  .nav-links .nav-next a{
text-decoration: none;
text-align: left;
}
.entry-content  .nav-links .nav-previous .meta-nav,
.entry-content  .nav-links .nav-next .meta-nav{
margin-right: 5px;
}
.entry-content  .nav-links .post-title{
font-weight: 700;
display: block;
} .entry-content .page-links {
margin-bottom: 0px;
margin-top: 10px;
text-align: left;
}
.entry-content  .page-links .page-links-title{
margin-right: 10px;
font-weight: 700;
}
.entry-content  .page-links .screen-reader-text{
display: none;
}
.entry-content  .screen-reader-text{
display: none;
}
.entry-content .page-links>span:not(.page-links-title):not(.screen-reader-text){
display: inline-block;
vertical-align: top;
padding: 0px;
width: 12px;
height: 24px;
line-height: 24px;
text-align: center;
color: #e15e5e;
border-bottom: 2px solid #e15e5e;
}
.entry-content .page-links a {
display: inline-block;
vertical-align: top;
width: 12px;
height: 24px;
line-height: 24px;
text-align: center;
text-decoration: none;
color: #555555;
border-bottom: 2px solid transparent;
margin: 0 3px;
}
.entry-content .page-links a:first-of-type {
margin-left: 0;
}
.entry-content .page-links a:last-of-type {
margin-right: 0;
}
.entry-content .page-links a:hover{
color: #e15e5e;
border-color: #e15e5e;
}  .comments-area {
margin-top: 80px;
}
.comments-area h1 {
font-size: 36px;
margin-top: 20px;
margin-bottom: 10px;
}
.comments-area h2 {
font-size: 30px;
margin-top: 20px;
margin-bottom: 10px;
}
.comments-area h3 {
font-size: 22px;
margin-top: 20px;
margin-bottom: 10px;
}
.comments-area h4 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.comments-area h5 {
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.comments-area h6 {
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}
.comments-area  address {
font-style: italic;
margin: 0 0 24px;
}
.comments-area abbr[title] {
border-bottom: 1px dotted;
}
.comments-area  b,
.comments-area  strong {
font-weight: 700;
}
.comments-area dfn {
font-style: italic;
}
.comments-area mark {
background: #ff0;
color: #000;
}
.comments-area p {
margin: 0 0 10px;
}
.comments-area code,
.comments-area kbd,
.comments-area pre,
.comments-area samp {
font-family: monospace, serif;
font-size: 14px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
}
.comments-area pre {
background: #f5f5f5;
color: #666;
font-family: monospace;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
.comments-area dl {
margin: 0 0 20px;
}
.comments-area dd {
margin: 0 0 20px;
}
.comments-area ul,.comments-area ol{
margin-bottom: 10px;
}
.comments-area ul ul,
.comments-area ol ol,
.comments-area ol ul {
margin-bottom: 0px;
}
.comments-area .comments-title {
position: relative;
font-size: 24px;
text-transform: uppercase;
color: #304771;
font-weight: 700;
margin: 0;
font-family: 'Roboto', sans-serif;
padding-bottom: 15px;
padding-top: 16px;
display: inline-block;
}
.comments-area .comments-title:before {
position: absolute;
content: '';
background-color: #e15e5e;
width: 50%;
height: 2px;
top: 0;
left: 0;
}
.comments-area .comments-title:after {
position: absolute;
content: '';
background-color: #e15e5e;
width: 100%;
height: 2px;
top: 4px;
left: 0;
}
.comments-area .comment-respond .comment-reply-title {
margin-bottom: 15px;
text-transform: uppercase;
font-weight: 700;
color: #555555;
}
.comments-area .comment-list {
margin-bottom: 0px;
}
.comments-area .comment-list .comment {
padding: 30px 0;
}
.comments-area .comment-list .comment:last-child {
padding-bottom: 0;
}
.comments-area .comment-list .comment + .comment {
border-top: 1px solid #f0f0f0;
}
.comments-area .comment-list .children {
padding-left: 70px;
margin-top: 30px;
border-top: 1px solid #f0f0f0;
}
.comments-area .comment-list,
.comments-area ol,
.comments-area ul{
list-style: none;
padding-left: 0px;
}
.comments-area  .comment-meta + .comment-content,
.comments-area .comment-metadata + .comment-awaiting-moderation{
margin-top: 15px;
}
.comments-area  .comment-awaiting-moderation{
padding-left: 90px;
}
.comments-area .comment-body {
padding: 15px 0;
position: relative;
}
.comments-area .comment-body  ul {
list-style: disc;
}
.comments-area .comment-body  ul ul{
list-style: circle;
}
.comments-area .comment-body  ul ul ul{
list-style: square;
}
.comments-area .comment-body  ul li,
.comments-area .comment-body  ol li{
list-style: inherit;
}
.comments-area .comment-body  ul,
.comments-area .comment-body  ol{
padding-left: 15px;
}
.comments-area .comment-body  ol {
list-style-type: decimal;
}
.comments-area .comment-body  ol ul{
list-style-type: disc;
}
.comments-area .comment-body:before{
display: table;
content: "";
}
.comments-area .comment-body:after{
content: "";
display: table;
clear: both;
}
.comments-area p.no-comments {
font-style: italic;
text-align: center;
margin: 50px 0 0;
font-size: 20px;
}
.comments-area .comment-author{
margin-bottom: 0px;
display: inline-block;
vertical-align: top;
position: relative;
}
.comments-area .comment-author img{
max-width: 100%;
width: 65px;
height: 65px;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.comments-area .comment-author .avatar{
margin:0px 10px 0px 0;
}
.comments-area .comment-author .fn{
display: inline-block;
margin-right: 10px;
vertical-align: top;
padding-left: 100px;
font-weight: 500;
color: #555555;
text-transform: uppercase;
}
.comments-area .comment-author .fn a {
font-size: 14px;
font-weight: 900;
color: #18364a;
}
.comments-area .comment-author .fn a:hover{
color: #e15e5e;
}
.comments-area .comment-author  .says{
display: inline-block;
display: none;
}
.comments-area .comment-metadata{
margin-bottom: 0px;
display: inline-block;
position: relative;
padding-left: 15px;
line-height: 24px;
float: right;
}
.comments-area .comment-metadata a{
color: #b3b3b3;
}
.comments-area .comment-body .comment-content{
}
.comments-area .comment-notes .required{
color: #FB0000;
}
.comments-area .comment-list .reply{
display: block;
}
.comments-area .comment-list .reply a{
position: relative;
display: inline-block;
color: #9fa3a7;
text-decoration: none;
}
.comments-area .comment-list .reply a:hover{
text-decoration: none;
color: #e15e5e;
}
.comments-area .comment-list .reply a:before{
content: "\21B5";
margin-right: 10px;
display: inline-block;
color: #9fa3a7;
font-size: 24px;
line-height: 24px;
vertical-align: top;
transform: rotateY(180deg);
}
.comments-area .comment-list .reply{
padding-left: 100px;
}
.comments-area .comment-awaiting-moderation,
.comments-area.comment-content,
.comments-area .comment-list .reply{
width: 100%;
word-wrap: break-word;
}
.comments-area .highlander-comment {
margin-left: 0 !important;
margin-right: 0 !important;
}
.comments-area .comment-metadata a{
color: #9fa3a7;
margin-right: 10px;
}
.comments-area .comment-metadata a:hover{
color:#e15e5e;
}
.comments-area .comment-metadata .edit-link:before{
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "FontAwesome";
content: "\f040";
font-style: normal;
font-weight: normal;
font-variant: normal;
margin-right: 5px;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
vertical-align: top;
}
.comments-area .wrap-rating.in-post{
margin-top: 20px;
margin-bottom: 20px;
}
.comments-area  .wrap-rating .rating-title sup{
color: #FB0000;
}
.comments-area .rating span {
color: #C8C8C8;
}
.comments-area .wrap-rating.in-post .rating:hover .fa.fa-star{
color: #C8C8C8!important;
}
.comments-area .wrap-rating.in-post .rating:hover .fa.fa-star.over,
.rating .fa.fa-star.voted{
color: #FAE803!important;
}
.comments-area .comment-form >div{
margin-bottom: 10px;
}
.comments-area .comment-form > div > label{
font-weight: 400;
}
.comments-area .comment-form > div > label .required{
color: #FB0000;
margin-left: 5px;
}
.comments-area .comment-form-comment >label{
display: block;
color: #707070;
}
.comments-area input:not([type="submit"]),
.comments-area input:not([type="reset"]),
.comments-area input:not([type="file"]),
.comments-area .comment-form-comment textarea{
max-width: 100%;
width: 100%;
border: 1px solid #f9f9f9;
padding: 7px 20px;
}
.comments-area .comment-form-comment textarea {
min-height: 140px;
padding: 7px 20px;
resize:none;
background-color: #f9f9f9;
transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-o-transition: background-color 0.3s ease;
}
.comments-area .comment-form {
display: table;
width: 100%;
position: relative;
}
.comments-area .comment-form:before{
content: "";
display: table;
}
.comments-area .comment-form:after{
display: table;
content: "";
clear: both;
float: none;
}
.comments-area .comment-form-author{
width: 50%;
display: inline-block;
vertical-align: top;
padding-right: 5px;
float: left;
}
.comments-area .comment-form-email{
width: 50%;
display: inline-block;
vertical-align: top;
padding-left: 5px;
float: left;
}
.comments-area .comment-form-email:before{
display: table;
content: "";
}
.comments-area .comment-form-email:after{
display: table;
content: "";
clear: both;
}
.comments-area .comment-form-comment{
display: block;
width: 100%;
float: left;
}
.comments-area .comment-form-comment label,
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label{
display: block;
color: #7d909d;
margin-bottom: 5px;
}
.comments-area .comment-form-author label .required,
.comments-area .comment-form-email label .required,
.comments-area .comment-form-url label .required {
color: #FB0000;
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
width: 100%;
background-color: #f9f9f9;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.comments-area .comment-form-author input:focus,
.comments-area .comment-form-email input:focus,
.comments-area .comment-form-url input:focus,
.comments-area .comment-form-comment textarea:focus {
background-color: #e15e5e;
color: #fff;
}
.comments-area .wrap-rating .rating-title{
font-weight: 700;
color: #707070;
}
.comments-area .comment-form .comment-form-url{
display: block;
width: 100%;
float: left;
}
.comments-area .comment-form .comment-form-url + .form-submit{
margin-top: 40px;
}
.comments-area .comment-form .form-submit {
margin-bottom: 0px;
margin-top: 10px;
display: inline-block;
position: relative;
z-index: 1;
}
.comments-area .comment-form .form-submit input {
max-width: 100%;
width: 100%;
border: 1px solid #e15e5e;
background-color: #e15e5e;
color: #fff;
text-transform: uppercase;
padding: 7px 30px;
transition: all 0.3s ease;
}
.comments-area .comment-form .form-submit input:hover {
background-color: #fff;
color: #e15e5e;
}
.comments-area .input-error-msg {
color: #FB0000;
margin-top: 10px;
}
.comments-area .pagination-comment {
margin-top: 30px;
}
.comment .author-photo img {
width: 70px;
height: 70px;
}
.comment .media-left {
padding-right: 0;
}
.comment .media-body {
padding-left: 20px;
}
.comment .media-body .heading-wrapper {
width: 100%;
vertical-align: top;
display: inline-block;
}
.comment-info-wrapper {
float: left;
}
.comment-feedback-wrapper {
float: right;
}
.comment-info-wrapper .author-name,
.comment-info-wrapper .info {
display: inline-block;
vertical-align: top;
position: relative;
}
.comment-info-wrapper .author-name + .info {
padding-left: 6px;
}
.comment-info-wrapper .author-name + .info:before {
position: absolute;
content: "|";
color: #989b9f;
opacity: 0.7;
left: 0;
line-height: inherit;
}
.comment-info-wrapper .author-name a {
color: #69707e;
font-weight: 700;
text-transform: capitalize;
}
.comment-info-wrapper .author-name a:hover {
color: #e15e5e;
}
.comment-info-wrapper .info li {
display: inline-block;
vertical-align: top;
margin-left: 5px;
padding-left: 10px;
position: relative;
}
.comment-info-wrapper .info li a {
color: #69707e;
}
.comment-info-wrapper .info li a:hover {
color: #e15e5e;
}
.comment-info-wrapper .info li:first-child {
margin-left: 0;
padding-left: 0;
}
.comment-info-wrapper .info li:last-child {
margin-right: 0;
padding-right: 0;
}
.comment-info-wrapper .info li + li:before {
position: absolute;
content: "-";
color: #989b9f;
opacity: 0.7;
left: 0;
line-height: inherit;
}
.comment-feedback-wrapper a {
position: relative;
color: #18364a;
text-transform: capitalize;
font-style: italic;
}
.comment-feedback-wrapper a:before {
content: "\f112";
font-family: "FontAwesome";
line-height: inherit;
color: #e15e5e;
margin-right: 3px;
}
.comment-feedback-wrapper a:hover {
color: #e15e5e;
}
.comment .comment-content {
margin-top: 15px;
}
.comment .comment-content>h2:first-child {
margin-top: 0;
}
.comment-respond {
margin-top: 80px;
}
.comment-respond > .title {
margin-top: 2px;
margin-bottom: 40px;
position: relative;
font-size: 24px;
text-transform: uppercase;
color: #304771;
font-weight: 700;
font-family: 'Roboto', sans-serif;
padding-top: 10px;
border-top: 2px solid #e15e5e;
display: inline-block;
}
.comment-respond > .title:before {
position: absolute;
content: '';
width: 50%;
height: 2px;
background-color: #e15e5e;
top: -6px; 
left: 0;
}  .block-label {
background-color: transparent;
padding: 0;
}
.block-label .text {
font-size: 20px;
font-weight: 500;
padding: 10px 25px;
margin: 0;
background-color: #e15e5e;
}
.block-label .text span + span {
padding-left: 5px;
}
.block-label .text.big {
font-size: 36px;
padding: 12px 15px;
background-color: #304771;
}
.block-info ul {
padding-left: 0;
margin-bottom: 0;
}
.block-info li {
font-size: 14px;
margin-right: 20px;
margin-bottom: 5px;
color: #747981;
list-style: none;
position: relative;
display: inline-block;
text-transform: capitalize;
}
.block-info li:before {
font-size: 7px;
margin-right: 5px;
font-family: "FontAwesome";
line-height: inherit;
font-style: normal;
color: #c5c5c5;
position: relative;
top: -2px;
}
.block-info li:last-child {
margin-right: 0;
}
.block-info li a {
color: #747981;
font-size: 14px;
position: relative;
text-decoration: none;
}
.block-info li a.date:before {
color: #d5d7da ;
margin-right: 5px;
font-family: 'FontAwesome';
content: '\f073';
}
.block-info li a.view:before {
color: #d5d7da ;
margin-right: 5px;
font-family: 'FontAwesome';
content: '\f007';
}
.block-info li a.comment:before {
color: #d5d7da ;
margin-right: 5px;
font-family: 'FontAwesome';
content: '\f075';
}
.block-info li a:hover {
color: #e15e5e;
}
.block-info li.edit-link {
padding-left: 0;
}
.block-info li.edit-link:before {
content: none;
}
.block-info li.edit-link i {
color: #9fa3a7;
}
.block-info li .link:before {
font-family: "FontAwesome";
margin-right: 5px;
font-size: 14px;
left: 0;
color: #747981;
}
.block-info + .entry-content {
margin-top: 20px;
}
.block-info i {
margin-right: 5px;
font-style: normal;
}
.slz-block-item-01 .block-image img {
margin: 0 auto;
}
.slz-block-item-01 .block-image {
background-color: #fff;
overflow: hidden;
}
.slz-block-item-01 .block-title {
color: #304771;
text-transform: capitalize;
display: inline-block;
font-weight: 700;
}
.slz-block-item-01 .block-title:hover {
color: #e15e5e;
}
.block-content {
padding: 25px 30px;
background-color: #fafafa;
}
.block-content .entry-title {
font-weight: 500;
margin-bottom: 0;
}
.block-content .entry-title a {
font-size: 27px;
color: #3b424d;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.block-content .entry-title a:hover{
color: #e15e5e;
text-decoration: none;
}
.block-content .entry-title + .block-info {
margin-top: 15px;
}
.block-read-more {
color: #304771;
font-family: 'Lato', sans-serif;
position: relative;
}
.block-read-more:before {
position: absolute;
content: '';
left: 0;
right: 100%;
bottom: 0;
height: 1px;
background-color: #e15e5e;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.block-read-more:hover:before {
right: 0;
}
.block-read-more i {
padding-left: 5px;
}
.block-read-more i:before {
content: '\f178';
}
.block-read-more:hover {
color: #e15e5e;
border-color: #e15e5e;
}
.entry-content + .entry-meta {
margin-top: 30px;
}
.slz-pagination {
margin-top: 50px;
}
.slz-pagination .pagination {
margin: 0;
}
.slz-pagination .pagination .screen-reader-text {
display: none;
}
.slz-pagination .page-numbers,
.pagination-comment .page-numbers {
color: #304771;
position: relative;
font-size: 16px;
width: 18px;
height: 28px;
line-height: 28px;
text-align: center;
display: inline-block;
vertical-align: top;
border-bottom: 2px solid transparent;
margin: 0 7px;
}
.slz-pagination .page-numbers:first-child,
.pagination-comment .page-numbers:first-child {
margin-left: 0;
}
.slz-pagination .page-numbers:last-child,
.pagination-comment .page-numbers:last-child {
margin-right: 0;
}
.slz-pagination .page-numbers + .page-numbers,
.pagination-comment .page-numbers + .page-numbers {
}
.slz-pagination .nav-links .page-numbers.current,
.slz-pagination .nav-links .page-numbers.current:hover,
.pagination-comment .page-numbers.current,
.pagination-comment .page-numbers.current:hover {
border-color: #e15e5e;
color: #e15e5e;
}
.slz-pagination .nav-links .page-numbers:hover,
.pagination-comment .page-numbers:hover {
}
.slz-pagination .nav-links a.page-numbers:hover,
.pagination-comment a.page-numbers:hover {
border-color: #e15e5e;
color: #e15e5e;
}
.slz-pagination .page-numbers.next,
.slz-pagination .page-numbers.prev,
.pagination-comment .page-numbers.next,
.pagination-comment .page-numbers.prev {
width: auto;
border-bottom: 2px solid #304771;
}
.slz-pagination .nav-links a.page-numbers.next,
.slz-pagination .nav-links span.next,
.pagination-comment a.page-numbers.next,
.pagination-comment span.next {
margin-left: 10px;
}
.slz-pagination .nav-links a.page-numbers.next:after,
.slz-pagination .nav-links span.next:after,
.pagination-comment a.page-numbers.next:after,
.pagination-comment span.next:after {
content: "\f178";
font-family: 'FontAwesome';
padding-left: 5px;
}
.slz-pagination .nav-links a.page-numbers.prev,
.slz-pagination .nav-links span.prev,
.pagination-comment a.page-numbers.prev,
.pagination-comment span.prev {
margin-right: 10px;
}
.slz-pagination .nav-links a.page-numbers.prev:before,
.slz-pagination .nav-links span.prev:before,
.pagination-comment a.page-numbers.prev:before,
.pagination-comment span.prev:before {
content: "\f177";
font-family: 'FontAwesome';
padding-right: 5px;
}
.slz-posts .slz-list-block.slz-column-1 > .item.post {
margin-top: 50px;
}
.slz-posts .slz-list-block.slz-column-1 > .item.post:first-child {
margin-top: 0;
}
.slz-list-block.slz-column-1 .slz-block-item-01 .block-title {
font-size: 27px;
line-height:  1.2;
}  .slz-blog-detail.slz-no-sidebar .slz-content-column {
width: 100%;
}
.slz-blog-detail.slz-no-sidebar .slz-sidebar-column {
display: none;
}
.slz-blog-detail .post-navigation {
position: relative;
margin-top: 30px;
}
.post-navigation .nav-links {
display: inline-block;
vertical-align: top;
width: 100%;
padding: 8px 0px;
}
.post-navigation .nav-links a {
color: #8c8f94;
}
.post-navigation .nav-links a:hover {
color: #e15e5e;
}
.post-navigation .nav-links .prev-post .meta-nav {
margin-right: 15px;
}
.post-navigation .nav-links .next-post .meta-nav {
margin-left: 15px;
}
.slz-blog-detail .blog-detail-wrapper > .title,
.slz-blog-detail > .title {
font-weight: 700;
color: #304771;
text-transform: capitalize;
margin: 0;
display: block;
font-size: 27px;
line-height: 1.2;
font-family: 'Roboto', sans-serif;
}
.slz-blog-detail .blog-detail-wrapper >.title + .slz-featured-block {
margin-top: 50px;
}
.slz-blog-detail .blog-detail-wrapper >.block-info + .slz-featured-block {
margin-top: 30px;
}
.slz-blog-detail .slz-featured-block {
margin-bottom: 30px;
position: relative;
}
.slz-blog-detail .slz-featured-block:before{
display: block;
content: "";
padding-top: 56%;
}
.slz-blog-detail .slz-featured-block .post-thumbnail{
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
background-color: #202427;
}
.slz-blog-detail .slz-featured-block img {
width: auto;
height: 100%;
left: 50%;
top: 0;
position: absolute;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.slz-blog-detail .slz-sidebar-column .slz-widget:first-child,
.slz-blog-detail .slz-sidebar-column > div:first-child {
margin-top: 0px;
}
.slz-blog-detail .blog-detail-wrapper + .slz-post-footer {
margin-top: 30px;
}
.slz-blog-detail .slz-related-post {
padding-bottom: 0px;
margin: 40px 0 0;
}
.slz-blog-detail .slz-related-post .related-title {
position: relative;
font-size: 24px;
text-transform: uppercase;
color: #304771;
font-weight: 700;
margin: 0;
font-family: 'Roboto', sans-serif;
padding-bottom: 45px;
padding-top: 16px;
display: inline-block;
}
.slz-blog-detail .slz-related-post .related-title:before {
position: absolute;
content: '';
background-color: #e15e5e;
width: 50%;
height: 2px;
top: 0;
left: 0;
}
.slz-blog-detail .slz-related-post .related-title:after {
position: absolute;
content: '';
background-color: #e15e5e;
width: 100%;
height: 2px;
top: 4px;
left: 0;
}
.slz-blog-detail .slz-related-post .btn-prev, 
.slz-blog-detail .slz-related-post:hover .btn-prev {
left: calc(50% - 10px);
}
.slz-blog-detail .slz-related-post .btn-next, 
.slz-blog-detail .slz-related-post:hover .btn-next {
left: auto;
right: calc(50% - 10px);
}
.slz-related-post .slick-arrow {
top: auto !important;
}
.blog-detail-wrapper .block-info li {
list-style: none;
display: inline-block;
vertical-align: top;
font-style: normal;
}
.blog-detail-wrapper .block-info {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 0;
margin-bottom: 0;
position: relative;
}
.blog-detail-wrapper .block-info + .entry-content {
margin-top: 20px;
}
.blog-detail-wrapper .block-info.date:before {
content: none;
}
.blog-detail-wrapper .block-info.date {
padding: 0;
margin-bottom: 30px;
} .slz-article-not-found .heading{
border-left: none;
padding-bottom: 20px;
border-bottom:1px solid #e3e3e3;
display: block;
width: 100%;
margin-bottom: 30px;
}
.slz-article-not-found .heading .title{
text-transform: none;
color: #555555;
margin-bottom: 0px;
font-family: 'Roboto', sans-serif;
font-size: 24px;
}
.slz-article-not-found .search-form{
border:1px solid #e3d5a3;
width: 100%;
position: relative;
background: #ffffff;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.slz-article-not-found .search-form >label{
display: none;
}
.slz-article-not-found .search-form .search-field{
width: 100%;
border: none;
padding: 8px 12px;
background: transparent;
font-size: 14px;
}
.slz-article-not-found .search-form .search-submit{
position: absolute;
font-size: 0px;
right: 0;
top: 0;
border:none;
background: transparent;
z-index: 1;
}
.slz-article-not-found .search-form .search-submit *,
.slz-article-not-found .search-form .search-submit .search-icon *{
font-size: 14px;
}
.slz-article-not-found .search-form .search-submit .search-icon{
font-size: 0px;
line-height: 1.4;
}
.slz-article-not-found .search-form .search-submit .search-icon:before{
font-family: 'FontAwesome';
content: "\f002";
display: inline-block;
font-size: 14px;
color: #e15e5e;
padding: 10px 12px;
} .post-password-form{
position: relative;
display: block;
min-width: 350px;
}
.post-password-form label{
display: inline-block;
margin-bottom: 0px;
}
.post-password-form input[type="password"]{
display: block;
padding: 0px 12px;
border: 1px solid #304771;
margin-right: 5px;
font-size: 14px;
line-height: 30px;
background-color: transparent;
}
.post-password-form input[type="submit"]{
padding: 0px 12px;
line-height: 30px;
border: 1px solid #e15e5e;
background-color: #e15e5e;
color: #fff;
font-size: 14px;
display: inline-block;
vertical-align: bottom;
transition: all 0.3s ease;
}
.post-password-form input[type="submit"]:before{
position: absolute;
content: '';
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
background: transparent;
color: #e15e5e;
} .archive-header{
padding-top: 40px;
padding-bottom: 40px;
background-color: #fafafa;
}
.post-by-author {
display: block;
color: #18364a;
font-size: 36px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 30px;
} .slz-blog-author {
border: none;
padding: 0;
font-size: 0;
padding-bottom: 30px;
}
.slz-blog-author .media-left {
width: 100px;
position: relative;
display: inline-block;
vertical-align: top;
font-size: 14px;
padding: 0;
margin-left: 20px;
}
.slz-blog-author .media-left:before {
display: block;
content: '';
padding-top: 100%;
}
.slz-blog-author .media-left .media-image {
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
overflow: hidden;
position: absolute;
}
.slz-blog-author .media-left .media-image img {
width: auto;
height: 100%;
max-width: none;
position: absolute;
top: 0;
left: 50%;
margin: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.slz-blog-author .media-right {
padding: 40px 50px 20px 20px;
position: relative;
display: inline-block;
vertical-align: top;
font-size: 14px;
width: calc(100% - 120px);
}
.slz-blog-author .media-right:before {
position: absolute;
content: "";
top: 20px;
min-height: 130px;
left: -120px;
right: 0;
bottom: 0;
background-color: #fafafa;
z-index: -1;
}
.slz-blog-author .media-right .author {
font-size: 16px;
text-transform: uppercase;
color: #304771;
font-weight: 700;
position: relative;
z-index: 10;
}
.slz-blog-author .media-right .des {
margin-top: 10px;
}
.post-by-author {
margin: 0;
position: relative;
font-weight: 900;
text-transform: uppercase;
padding: 0;
color: #18364a;
font-size: 24px;
display: inline-block;
margin-bottom: 50px;
}  .slz-title-command {
position: relative;
background-color: #696969;
}
.slz-title-command > .container {
height: 100%;
}
.slz-title-command .title-command-wrapper {
padding: 70px 0;
text-align: center;
}
.slz-title-command .icon-top {
display: inline-block;
line-height: 30px;
margin-bottom: 10px;
font-size: 24px;
width: 30px;
height: 30px;
color: #fff;
position: relative;
}
.slz-title-command .icon-top img {
width: 30px;
height: 25px;
}
.slz-title-command .icon-top .icons {
line-height: inherit;
font-size: inherit;
}
.slz-title-command .icon-top:before,
.slz-title-command .icon-top:after {
position: absolute;
content: '';
width: 30px;
height: 2px;
bottom: 2px;
background-color: #fff;
}
.slz-title-command .icon-top:before {
left: -5px;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
}
.slz-title-command .icon-top:after {
right: -5px;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);     
}
.slz-title-command .title-command-wrapper .title {
line-height: 1.2;
margin-bottom: 25px;
text-transform: uppercase;
color: #fff;
font-size: 40px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.slz-title-command .title-command-wrapper .breadcrumb {
margin: 0;
padding-left: 0;
background: transparent;
padding: 0;
line-height: 1;
}
.slz-title-command .title-command-wrapper .breadcrumb > li {
font-size: 13px;
margin-bottom: 7px;
text-transform: uppercase;
}
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-link {
color: #fff
}
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-active,
.slz-title-command .title-command-wrapper .breadcrumb .breadcrumb-link:hover {
color: #e15e5e;
}
.slz-wrapper-content .wpb_content_element{
margin-bottom: 0;
}
.breadcrumb>li+li:before {
color: #bcbcbc;
content: "|";
font-size: inherit;
padding: 0 8px;
}
.breadcrumb>li+li a.breadcrumb-active {
color: #e15e5e;
}  .back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
cursor: pointer;
text-decoration: none;
opacity: 0;
z-index: -1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.back-to-top i {
color: inherit;
font-size: 24px;
line-height: inherit;
position: relative;
z-index: 10;
}
.back-to-top .btn:hover,
.back-to-top .btn:focus {
outline: none;
}
.back-to-top.show {
opacity: 1;
visibility: visible;
z-index: 99;
}
.back-to-top .btn {
width: 40px;
height: 40px;
line-height: 32px;
border-radius: 0;
padding: 0;
color: #aa923c;
position: relative;
background-color: transparent;
border: 2px solid #aa923c;
}
.back-to-top .btn:hover,
.back-to-top:hover .btn {
background-color: #aa923c;
color: #fff;
}     .slz-page-404 {
display: table;
width: 100%;
height: 100vh;
}
.slz-page-404 .content-wrapper-404 {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.slz-page-404 img {
max-width: 500px;
width: 100%;
display: inline-block;
}
.slz-page-404 .title {
margin-top: 45px;
font-size: 40px;
padding: 0 15px;
line-height: 1.5;
text-transform: uppercase;
color: #304771;
font-weight: 700;
margin-bottom: 30px;
font-family: 'Roboto', sans-serif;
}
.slz-page-404 .slz-btn {
display: inline-block;
position: relative;
padding: 0px 30px;
line-height: 40px;
height: 40px;
width: 170px;
color: #fff;
border: 1px solid #e15e5e;
background-color: #e15e5e;
vertical-align: top;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 14px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-page-404 .slz-btn:hover {
background-color: transparent;
color: #e15e5e;
}
.slz-page-404 .slz-btn.transparent {
background-color: transparent;
color: #304771;
border: 1px solid #304771;
}
.slz-page-404 .slz-btn.transparent:hover {
background-color: transparent;
color:#304771 ;
}  @media screen and (min-width: 1600px) {
.slz-page-404 .title {
font-size: 70px;
}
.slz-page-404 .title {
margin-bottom: 70px;
margin-top: 85px;
}
.slz-page-404 img {
max-width: 600px;
}
}
@media screen and (max-width: 1024px) { .slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
margin-top: 30px;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 3) {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item {
width: 33.3333%;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 5) {
margin-top: 30px;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-5 > .item {
width: 25%;
}
.slz-list-block.slz-column-6 > .item:nth-child(-n + 6) {
margin-top: 30px;
}
.slz-list-block.slz-column-6 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-6 > .item {
width: 25%;
}
.slz-list-block.slz-column-7 > .item:nth-child(-n + 7) {
margin-top: 30px;
}
.slz-list-block.slz-column-7 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-7 > .item {
width: 25%;
}
.slz-list-block.slz-column-8 > .item:nth-child(-n + 8) {
margin-top: 30px;
}
.slz-list-block.slz-column-8 > .item:nth-child(-n + 4) {
margin-top: 0;
}
.slz-list-block.slz-column-8 > .item {
width: 25%;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.widget_calendar thead tr {
line-height: 28px;
}
.widget_calendar tfoot td {
border: none;
}
.widget_calendar td {
padding: 5px 0;
}
.widget_calendar tfoot #prev {
text-align: left;
}
.widget_calendar tfoot #next {
text-align: right;
}
.widget_calendar tfoot a:hover {
color: #4db2ec;
}
}
@media screen and (min-width: 768px) { .menu-item-has-children:hover > .sub-menu,
.menu-item-has-mega-menu:hover > .mega-menu {
opacity: 1;
z-index: 105;
display: block;
visibility: visible;
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
}
@media screen and (max-width: 768px) {
.slz-sidebar-left .slz-content-column,
.slz-sidebar-column {
float: left;
}
.slz-content-column + .slz-sidebar-column {
margin-top: 50px;
width: 100%;
}
.entry-content figure {
width: 100% !important;
}
.slz-title-command .title-command-wrapper {
padding: 100px 0 !important;
}
.slz-title-command .title-command-wrapper  .title {
font-size: 36px !important;
} .slz-list-block.slz-column-5 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 4) {
margin-top: 30px;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 3) {
margin-top: 0;
}
.slz-list-block.slz-column-5 > .item,
.slz-list-block.slz-column-6 > .item,
.slz-list-block.slz-column-7 > .item,
.slz-list-block.slz-column-8 > .item {
width: 33.3333%;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 3) {
margin-top: 30px;
}
.slz-list-block.slz-column-4 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item {
width: 50%;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
margin-top: 30px;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-3 > .item {
width: 50%;
}
}
@media screen and (max-width: 767px) { .slz-list-block {
margin: 0 -10px;
}
.slz-list-block > .item {
padding: 0 10px;
}
.slz-list-block > .item {
margin-top: 20px;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 3),
.slz-list-block.slz-column-4 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-4 > .item:nth-child(-n + 3)
.slz-list-block.slz-column-5 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-5 > .item:nth-child(-n + 3)
.slz-list-block.slz-column-6 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 3)
.slz-list-block.slz-column-7 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 3)
.slz-list-block.slz-column-8 > .item:nth-child(-n + 4),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 3) {
margin-top: 20px;
}
.slz-list-block.slz-column-3 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-5 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-6 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-7 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-8 > .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-list-block.slz-column-3 > .item,
.slz-list-block.slz-column-4 > .item,
.slz-list-block.slz-column-5 > .item,
.slz-list-block.slz-column-6 > .item,
.slz-list-block.slz-column-7 > .item,
.slz-list-block.slz-column-8 > .item {
width: 50%;
} .block-label .text.big {
font-size: 24px;
}
.block-label .text {
font-size: 16px;
padding: 10px;
}
.slz-blog-detail .blog-detail-wrapper {
}
.slz-blog-detail .blog-detail-wrapper >.title {
font-size: 30px;
}
.blog-detail-wrapper .comments-area {
}
.comments-area {
margin-top: 50px;
padding-bottom: 50px;
}
.comments-area .comment-list .comment {
padding: 15px 0;
}
.comments-area .comment-list .children {
margin-top: 15px;
}
.comments-area .comment-body .comment-content {
}
.comments-area .comment-author .fn,
.comments-area .comment-list .reply {
padding-left: 80px;
}
.comments-area .comment-list >.comment > .children {
padding-left: 40px;
}
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {
.comments-area .comment-list >.comment > .children {
padding-left: 30px;
} .slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-3 > .item:nth-child(-n + 2),
.slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
margin-top: 20px;
}
.slz-list-block.slz-column-4 > .item:first-child,
.slz-list-block.slz-column-3 > .item:first-child,
.slz-list-block.slz-column-2 > .item:first-child {
margin-top: 0;
}
.slz-list-block.slz-column-4 > .item,
.slz-list-block.slz-column-3 > .item,
.slz-list-block.slz-column-2 > .item {
width: 100%;
}
.slz-list-block.slz-column-1 > .item:first-child {
margin-top: 0;
}
.slz-list-block.slz-column-1 > .item {
margin-top: 20px;
} .comments-area .comment-list .children {
padding-left: 30px;
margin-top: 15px;
}
.slz-blog-author {
padding: 20px 10px;
background-color: #fafafa;
}
.slz-blog-author .media-left {
display: block;
margin: 0 auto;
}
.slz-blog-author .media-right {
display: block;
padding: 15px 0 0 0;
text-align: center;
width: 100%;
}
.slz-blog-author .media-right:before {
content: none;
}
}
@media screen and (max-width: 414px) {
.comment-info-wrapper {
float: none;
}
.comment-feedback-wrapper {
float: none;
}
}
@media screen and (max-width: 380px) {
.entry-content h5 {
line-height: 1.3;
}
.slz-content-column,
.slz-sidebar-column {
padding: 0 10px;
width: 100%;
}
.comments-area .comment-author img,
.comment .author-photo img {
width: 50px;
height: 50px;
}
.comments-area .comment-author .fn,
.comments-area .comment-list .reply {
padding-left: 60px;
}
.comments-area .comment-body .comment-content {
}
.comments-area .comment-list >.comment > .children {
padding-left: 15px;
}
}
.slz-header-main .float-r .slz-button-search, .header-transparent .slz-header-topbar .slz-btn {
display: none;
}
.slz-banner-01 .title {
margin: 0;
text-transform: uppercase;
font-weight: 700;
}.slick-dots li {
width: 12px;
height: 12px;
line-height: 12px;
margin: 0 2px;
}
.slick-dots li button,
.slick-dots li button:before {
width: inherit;
height: inherit;
line-height: inherit;
}
.slick-dots li button:before {
font-size: 10px;
}
.slick-dots li.slick-active button:before {
font-size: 12px;
}
.dark .slick-dots li button:before {
opacity: 1;
color: #2a4069;
}
.dark .slick-dots li.slick-active button:before {
opacity: 1;
color: #6e809f;
} .slick-arrow {
font-size: 30px;
}
#theme-setting .purchase-wrap .purchase-btn {
font-weight: 400;
padding: 0 20px;
color: #fff;
background-color: #c8ac49;
border: 1px solid #c8ac49;
min-width: 170px;
height: 45px;
line-height: 43px;
border-radius: 0;
}
#theme-setting .purchase-wrap .purchase-btn:hover {
border-color: #304771;
color: #304771;
background-color: transparent;
}  .social a,
.social-list a {
color: #989b9f;
background-color: transparent;
min-width: 20px;
display: inline-block;
vertical-align: top;
margin: 0 10px;
position: relative;
font-size: 18px;
}
.social a i,
.social-list a i {
position: relative;
z-index: 10;
color: inherit;
}
.social a:hover,
.social-list a:hover {
color: #e15e5e;
}
.slz-social-share {
display: inline-block;
text-align: right;
float: right;
}
.slz-social-share .title {
color: #7a7a7a;
font-size: 14px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.social .share-facebook:hover,
.social-list .facebook:hover {
color: #365899;
}
.social .share-twitter:hover,
.social-list .twitter:hover {
color: #1da1f2;
}
.social .share-google-plus:hover,
.social-list .google-plus:hover,
.social .share-google:hover,
.social-list .google:hover {
color: #d73d32;
}
.social .share-pinterest:hover,
.social-list .pinterest:hover {
color: #bd081c;
}
.social .share-vimeo:hover,
.social-list .vimeo:hover {
color: #00adef;
}
.social .share-skype:hover,
.social-list .skype:hover {
color: #00aff0;
}
.social .share-youtube:hover,
.social-list .youtube:hover {
color: #e62117;
}
.social .share-rss:hover,
.social-list .rss:hover {
color: #f36f24;
}
.social .share-delicious:hover,
.social-list .delicious:hover {
color: #2a96ff;
}
.social .share-flickr:hover,
.social-list .flickr:hover {
color: #ff0084;
}
.social .share-lastfm:hover,
.social-list .lastfm:hover {
color: #b90000;
}
.social .share-linkedin:hover,
.social-list .linkedin:hover {
color: #0077b5;
}
.social .share-tumblr:hover,
.social-list .tumblr:hover {
color: #36465d;
}
.social .share-deviantart:hover,
.social-list .deviantart:hover {
color: #05cc47;
}
.social .share-git:hover,
.social-list .git:hover {
color: #f34f29;
}
.social .share-instagram:hover,
.social-list .instagram:hover {
color: #895a4d;
}
.social .share-soundcloud:hover,
.social-list .soundcloud:hover {
color: #ff5500;
}
.social .share-stumbleupon:hover,
.social-list .stumbleupon:hover {
color: #eb4924;
}
.social .share-behance:hover,
.social-list .behance:hover {
color: #005cff;
}
.social .share-tripadvisor:hover,
.social-list .tripadvisor:hover {
color: #589442;
}
.social .share-vk:hover,
.social-list .vk:hover {
color: #507299;
}
.social .share-foursquare:hover,
.social-list .foursquare:hover {
color: #f94877;
}
.social .share-xing:hover,
.social-list .xing:hover {
color: #add000;
}
.social .share-weibo:hover,
.social-list .weibo:hover {
color: #e6162d;
}
.social .share-odnoklassniki:hover,
.social-list .odnoklassniki:hover {
color: #f58220;
}  .slz-block-item-01 {
box-shadow: none;
}
.slz-block-item-01 .block-info {
font-style: italic;
}
.slz-list-block.slz-column-1 .slz-block-item-01.style-2 .block-title {
font-size: 24px;
}   .block-title:hover, 
.block-title:focus {
color: #e15e5e;
}
.slz-block-item-01 .block-content {
padding: 25px 30px;
}
.slz-block-item-01:hover .block-image .link:after {
left: 0;
right: 0;
}
.block-image .link:after {
position: absolute;
content: '';
top: 0;
left: 50%;
right: 50%;
width: auto; 
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.block-title {
font-family: 'Roboto', sans-serif;
}
.block-category {
color: #e15e5e;
}
.blog-detail-wrapper .block-image.has-quote .link:after {
width: 100%;
top:0;
left: 0;
}   .wpcf7 form {
position: relative;
font-size: 0;
}
.wpcf7 .cf7-form-control {
position: relative;
width: 100%;
margin-bottom: 30px;
font-size: 14px;
}
.wpcf7 .cf7-form-control.left,
.wpcf7 .cf7-form-control.right {
width: calc(50% - 8px);
display: inline-block;
}
.wpcf7 .cf7-form-control.left {
margin-right: 6px;
}
.wpcf7 .cf7-form-control.right {
margin-left: 6px;
}
.wpcf7 .cf7-form-control > span {
display: block;
width: 100%;
}
.wpcf7 .cf7-form-control input {
width: 100%;
border: 1px solid #304771;
padding: 10px 20px;
background-color: transparent;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-moz-transition: all 0.3s ease;
}
.wpcf7 .cf7-form-control input:focus,
.wpcf7 .cf7-form-control textarea:focus {
border-color: #e15e5e;
}
.wpcf7 .cf7-form-control.textarea {
margin-bottom: 30px;
}
.wpcf7 .cf7-form-control textarea {
border: 1px solid #304771;
padding: 10px 20px;
color: #9da3ad;
resize: vertical;
width: 100%;
height: 100px;
background-color: transparent;
transition: background-color 0.3s ease;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;
-o-moz-transition: background-color 0.3s ease;
}
.wpcf7 .cf7-btn-submit-wrapper {
text-align: center;
}
.wpcf7 .cf7-btn-submit {
position: relative;
display: inline-block;
z-index: 1;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-moz-transition: all 0.5s ease;
}
.wpcf7 .cf7-btn-submit input {
font-size: 16px;
text-transform: uppercase;
color: #fff;
padding: 0 35px;
background-color: #e15e5e;
border: 1px solid #e15e5e;
line-height: 40px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-moz-transition: all 0.3s ease;
}
.wpcf7 .cf7-btn-submit input:hover {
background-color: transparent;
color: #e15e5e;
}
.wpcf7 .cf7-btn-submit:before {
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 50%;
right: 50%;
height: 10px;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.wpcf7 .cf7-btn-submit:after {
position: absolute;
content: '';
width: 100%;
height: 10px;
bottom: 0;
left: 0;
}
.wpcf7 .cf7-btn-submit:hover,
.wpcf7 .cf7-btn-submit:focus {
background-color: transparent;
border-color: #c8ac49;
color: #c8ac49;
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
}
.wpcf7 .cf7-btn-submit:hover:before,
.wpcf7 .cf7-btn-submit:focus:before {
left: 5%;
right: 5%;
opacity: 1;
transform: translateY(5px);
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
-o-transform: translateY(5px);
}
.wpcf7 .cf7-btn-submit:hover:after,
.wpcf7 .cf7-btn-submit:focus:after {
bottom: -10px;
} .wpcf7 .cf7-form-control.input-alt {
width: calc(33.33333%);
display: inline-block;
vertical-align: top;
}
.wpcf7 .cf7-form-control.input-alt.first {
margin-left: 0;
}
.wpcf7 .cf7-form-control.input-alt.last {
margin-right: 0;
}
.wpcf7 .cf7-form-control.input-alt input {
background-color: #f9f9f9;
border-color: #f9f9f9;
}
.wpcf7 .cf7-form-control.input-alt input:focus,
.wpcf7 .cf7-form-control.textarea-alt textarea:focus {
background-color: #e15e5e;
color: #fff;
}
.wpcf7 .cf7-form-control.input-alt input:focus::-webkit-input-placeholder,
.wpcf7 .cf7-form-control.textarea-alt textarea:focus::-webkit-input-placeholder {
color: #fff;
}
.wpcf7 .cf7-form-control.input-alt input:focus::-moz-placeholder,
.wpcf7 .cf7-form-control.textarea-alt textarea:focus::-moz-placeholder {
color: #fff;
}
.wpcf7 .cf7-form-control.input-alt input:focus::-ms-input-placeholder,
.wpcf7 .cf7-form-control.textarea-alt textarea:focus::-ms-input-placeholder {
color: #fff;
}
.wpcf7 .cf7-form-control.input-alt input:focus:-moz-input-placeholder,
.wpcf7 .cf7-form-control.textarea-alt textarea:focus:-moz-input-placeholder {
color: #fff;
}
.wpcf7 .cf7-form-control.textarea-alt textarea {
background-color: #f9f9f9;
border-color: #f9f9f9;
height: 130px;
}
.wpcf7 .cf7-btn-submit.btn-alt input {
background-color: #304771;
border-color: #304771;
}
.wpcf7 .cf7-btn-submit.btn-alt input:hover {
color: #304771;
background-color: #fff;
} .wpcf7 .cf7-form-control.full-width {
width: 100%;
margin: 0 0 20px;
} .wpcf7 .wpcf7-not-valid-tip {
}
div.wpcf7 .ajax-loader {
position: absolute;
top: 50%;
right: auto;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
div.wpcf7-validation-errors {
width: 100%;
font-size: 14px;
text-align: center;
margin-left: 0;
margin-right: 0;
}  .banner-subcribe.slz-banner-01 {
background-color: #e15e5e;
text-align: left;
}
.banner-subcribe.slz-banner-01 .content-wrapper {
padding: 50px 0;
}
.banner-subcribe .subcribe-info {
width: 80%;
float: left;
}
.banner-subcribe .subcribe-info h1.title {
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}
.banner-subcribe .subcribe-info .description {
color: #f7efd1;
}
.banner-subcribe .subcribe-info .description p {
margin-bottom: 0;
}
.banner-subcribe .slz-btn {
float: right;
margin-top: 9px;
background-color: #304771;
border-color: #304771;
}
.banner-subcribe .slz-btn:hover,
.banner-subcribe .slz-btn:focus {
background-color: transparent;
color: #304771;
border-color: #304771;
}  .slz-footer-top {
padding: 80px 0 50px;
border-bottom: 1px solid #2c3340;
}
.slz-footer-top .slz-widget-about-us .widget-content {
color: #a7aeba;
}
.slz-footer-main {
padding: 50px 0;
}
.slz-footer-main .slz-widget ul li:last-child {
padding-bottom: 0;
}
.slz-footer-main .slz-widget ul li {
}
.slz-footer-main .slz-widget.widget_nav_menu ul li a {
border: none;
padding-bottom: 5px;
margin-bottom: 5px;
}
.slz-footer-main .slz-widget-material-download .widget-content .slz-btn {
color: #7a7a7a;
}
.slz-widgets.slz-dark .slz-footer-main .slz-widget-post-slider .slz-block-item-01,
.slz-widgets.slz-dark .slz-footer-main .slz-widget-post-slider .slz-block-item-01 .block-content {
background-color: transparent;
}
.slz-widgets.slz-dark .slz-footer-main .slz-widget-post-slider .slz-carousel-wrapper .slick-arrow {
background-color: transparent;
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.5);
}
.slz-widgets.slz-dark .slz-footer-main .slz-widget-post-slider .slz-carousel-wrapper .slick-arrow:hover {
color: #c8ac49;
border-color: #c8ac49;
background-color: transparent;
}
.slz-footer-bottom {
padding: 20px 0;
}  .template-higher-top {
margin-top: -100px;
}
.template-sidebar-full #page-content,
.template-sidebar-full #page-sidebar {
width: 100%;
}
.template-sidebar-full #page-sidebar {
margin-top: 50px;
}
.template-sidebar-full #page-sidebar {
width: calc(100% + 30px);
}
.template-sidebar-full #page-sidebar .slz-widgets {
font-size: 0;
}
.template-sidebar-full #page-sidebar .slz-widget {
width: 33.33%;
padding: 0 15px;
margin-top: 60px;
display: inline-block;
vertical-align: top;
}
.template-sidebar-full #page-sidebar .slz-widget:nth-child(-n + 3) {
margin-top: 0;
}  .entry-content ul.slz-list {
padding-left: 0;
}
.slz-list .slz-icon {
color: #acb1b9;
}
.slz-block-video .title {
width: 100%;
max-width: 770px;
display: inline-block;
padding-left: 30px;
padding-right: 30px;
top: auto;
bottom: calc(50% + 50px);
transform: translate(-50%, 0);
font-size: 40px;
line-height: 1.2;
text-transform: uppercase;
font-weight: 700;
}
.sc-video.slz-block-video .img-full {
width: 100%;
height: auto;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.slz-block-video .btn-play .icons {
border: 1px solid #fff;
color: #c8ac49;
background-color: rgba(255,255,255, 0.1);
}
.slz-block-video .btn-play:after {
position: relative;
margin-left: 10px;
top: 50%;
content: 'WATCH NOW';
min-width: 100px;
text-align: left;
text-transform: capitalize;
font-weight: 400;
color: rgba(255,255,255,0.9);
transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
}
.slz-banner-01 .content-wrapper {
padding: 100px 60px;
}
.vc_row-has-fill>.vc_column_container>.vc_column-inner .slz-banner-01 .content-wrapper{
padding-top: 65px;
}
.slz-banner-01 .title {
line-height: 1.2;
font-size: 38px;
}
.slz-carousel-mockup.slz-image-carousel.style-2 .slick-dots {
bottom: 10px;
}
.slz-image-carousel .btn {
color: #fff;
}
.slz-carousel-mockup .btn {
color: #304771;
}
.list-layout .slz-block-item-01.slz-format-quote .block-image .link:after, 
.list-layout .slz-block-item-01.slz-format-audio .block-image .link:after, 
.list-layout .slz-block-item-01.slz-format-video .block-image .link:after, 
.list-layout .slz-block-item-01.slz-format-gallery .block-image .link:after, 
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-quote .block-image .link:after, 
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-audio .block-image .link:after, 
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-video .block-image .link:after, 
.slz-list-block.slz-column-4 .slz-block-item-01.slz-format-gallery .block-image .link:after,
.slz-block-item-01 .block-image.has-quote .link:after {
left: 0;
right: 0;
}.slz-accordion-group .accordion-panel {
border: none;
box-shadow: none;
}
.slz-accordion-group .accordion-panel + .accordion-panel {
margin-top: 0;
}
.slz-accordion-group .panel-heading a {
background-color: #fcfcfc;
position: relative;
}
.slz-accordion-group .panel-heading a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #cfcfcf;
}
.slz-accordion-group .panel-heading a:after {
position: absolute;
content: '';
top: 0;
left: 50%;
right: 50%;
height: 1px;
background-color: #e15e5e;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.slz-accordion-group .panel-heading a:not(.collapsed):after,
.slz-accordion-group .panel-heading a:hover:after {
left: 0;
right: 0;
}
.slz-accordion-group .panel-heading .accordion-icon {
border: none;
padding: 0 20px 0 0;
color: #cacaca;
line-height: 53px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-accordion-group .panel-heading a:not(.collapsed) .accordion-icon,
.slz-accordion-group .panel-heading a:hover .accordion-icon {
color: #e15e5e;
}
.slz-accordion-group .panel-heading span {
color: #304771;
padding: 15px 40px 15px 20px;
font-size: 14px;
font-weight: 600;
}
.slz-accordion-group .panel-collapse {
border: none;
}
.slz-accordion-group .panel-body {
padding: 15px 0;
color: #747981;
}
.slz-accordion-group .panel-heading.icons-left .accordion-icon {
left: 0;
right: auto;
padding: 0 0 0 20px;
position: absolute;
}
.slz-accordion-group .panel-heading.icons-left span {
padding: 15px 20px 15px 50px;
}.slz-btn {
font-weight: 400;
padding: 0 20px;
background-color: #e15e5e;
border-color: #e15e5e;
min-width: 170px;
height: 45px;
line-height: 43px;
}
.slz-btn:before {
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 50%;
right: 50%;
height: 10px;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.slz-btn:after {
position: absolute;
content: '';
width: 100%;
height: 10px;
bottom: 0;
left: 0;
}
.slz-btn:hover,
.slz-btn:focus {
background-color: transparent;
border-color: #e15e5e;
color: #e15e5e;
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
}
.slz-btn:hover:before,
.slz-btn:focus:before {
left: 5%;
right: 5%;
opacity: 1;
transform: translateY(5px);
-webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-ms-transform: translateY(5px);
-o-transform: translateY(5px);
}
.slz-btn:hover:after,
.slz-btn:focus:after {
bottom: -10px;
} .slz-btn.box-shadow:hover,
.slz-btn.box-shadow:focus {
box-shadow: none;
} @media screen and (max-width: 480px) {
.slz-btn {
display: block;
max-width: 200px;
margin-left: auto;
margin-right: auto; 
}
.slz-btn + .slz-btn {
margin-left: auto;
}
}.slz-categories .link {
border-bottom: 1px solid #efefef;
padding-bottom: 5px;
margin-bottom: 5px;
color: #747981;
}
.slz-categories .link:last-child {
margin-bottom: 0;
}
.slz-categories .link .icons {
width: 30px;
}
.slz-categories .link .icons:before {
content: '\f10c';
font-size: 11px;
}
.slz-categories .link .badge {
font-size: 14px;
background-color: transparent;
padding: 0;
font-weight: inherit;
border-radius: 0;
line-height: 30px;
vertical-align: top;
color: inherit;
}
.slz-categories .link .badge:before {
content: '(';
margin-right: 2px;
}
.slz-categories .link .badge:after {
content: ')';
margin-left: 2px;
}
.slz-categories .link:hover {
color: #e15e5e;
} .slz-categories .two-column .link {
padding: 10px 0;
margin: 0 5px;
width: calc(50% - 10px);
}
.slz-categories .two-column .link:nth-child(-n + 2) {
padding-top: 0;
} .slz-categories2 .link {
border-bottom: 1px solid #efefef;
}
.slz-categories2 .link:last-child {
padding-bottom: 12px;
}
.slz-categories2 .link .icons:before {
content: '\f10c';
}
.slz-categories2 .link:hover {
color: #e15e5e;
}.slz-contact-01 .contact-title {
color: #304771;
font-family: 'Roboto', sans-serif;
text-transform: capitalize;
}
.slz-contact-01 .contact-content {
color: #fff;
}
.slz-contact-01 .contact-title .slz-icon {
}
.slz-contact-01 .contact-title .text {
} .slz-list-contact-01 {
background-color: #e15e5e;
display: table;
width: calc(100% + 30px);
}
.slz-list-contact-01 .item {
position: relative;
display: table-cell;
}
.slz-list-contact-01 .item + .item:before {
position: absolute;
content: '';
left: 0;
top: 15%;
bottom: 15%;
width: 1px;
background-color: rgba(255, 255, 255, 0.3);
} @media screen and (max-width: 768px) {
.slz-list-contact-01.slz-list-block.slz-column-3 > .item {
width: 33.3333% 
}
.slz-list-contact-01.slz-list-block.slz-column-3 .item:nth-child(-n + 3) {
margin-top: 0;
}
.slz-contact-01 {
padding: 20px;
}
.slz-contact-01 .contact-content {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.slz-list-contact-01 {
width: calc(100% + 20px);
}
.slz-contact-01 .contact-title .slz-icon {
display: block;
padding: 0;
}
}
@media screen and (max-width: 600px) {
.slz-list-contact-01 {
width: 75%;
text-align: center;
display: block;
margin: 0 auto;
}
.slz-list-contact-01.slz-list-block.slz-column-3 > .item {
width: 100%;
display: block;
}
.slz-list-contact-01 .item + .item:before {
top: 0;
bottom: auto;
left: 15%;
right: 15%;
width: auto;
height: 1px;
}
}
@media screen and (max-width: 414px) {
.slz-list-contact-01 {
width: 100%;
}
}.slz-counter-item-1 .line {
background-color: rgba(0,0,0,0.15);
}
.slz-counter-item-1 .icon-cell {
color: #e15e5e;
}
.slz-counter-item-1 .img-cell {
display: table-cell;
vertical-align: middle;
width: 75px;
}
.slz-counter-item-1 .wrapper-icon {
font-size: 70px;
}
.slz-counter-item-1 .content-cell .number {
font-size: 48px;
font-weight: 900;
color: #304771;
letter-spacing: 3px;
display: inline-block;
}
.slz-counter-item-1 .content-cell .suffix {
font-size: 35px;
line-height: 48px;
display: inline-block;
vertical-align: top;
font-weight: 700;
}
.slz-counter-item-1 .content-cell .title {
margin-top: 5px;
color: #304771;
opacity: 0.85;
font-family: 'Lato', sans-serif;
font-weight: 400;
text-align: inherit;
}
.slz-counter-item-1 .content-cell .line + .title {
margin-top: 0;
} .slz-counter-item-1.counter-left .icon-cell {
width: 75px;
padding-right: 10px;
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.slz-counter-item-1.counter-left .img-cell {
padding-right: 10px;
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.slz-counter-item-1.counter-left .content-cell {
padding-left: 10px;
} .slz-counter-item-1.counter-right {
direction: rtl;
}
.slz-counter-item-1.counter-right .icon-cell {
width: 75px;
padding-left: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.15);
float: none;
}
.slz-counter-item-1.counter-right .img-cell {
float: right;
padding-left: 10px;
border-left: 1px solid rgba(0, 0, 0, 0.15);
float: none;
}
.slz-counter-item-1.counter-right .content-cell {
float: none;
} .slz-counter-item-1.counter-center .icon-cell {
width: 75px;
margin: 0 auto;
}
.slz-counter-item-1.counter-center .img-cell {
display: block;
margin: 0 auto;
}
.slz-counter-item-1.counter-center .img-cell + .content-cell {
margin-top: 15px;
} @media screen and (max-width: 1024px) {
.sc_counter.slz-list-block.slz-column-4 > .item {
width: 50%;
}
.sc_counter.slz-list-block.slz-column-4 .item:nth-child(-n + 4) {
margin-top: 30px;
}
.sc_counter.slz-list-block.slz-column-4 .item:nth-child(-n + 2) {
margin-top: 0;
}
.slz-counter-item-1.counter-left,
.slz-counter-item-1.counter-right {
width: auto;
margin: 0 auto;
min-width: 200px;
padding-top: 10px;
padding-bottom: 10px;
}
.slz-counter-item-1.counter-center {
padding: 15px;
}
}
@media screen and (max-width: 767px) {
.slz-counter-item-1 .content-cell .number {
font-size: 36px;
}
}
@media screen and (max-width: 480px) {
.slz-counter-item-1 .img-cell {
width: 60px;
}
.slz-counter-item-1 .img-cell img {
max-height: 50px;
}
}
@media screen and (max-width: 414px) {
.sc_counter.slz-list-block.slz-column-4 > .item {
width: 100%;
}
.sc_counter.slz-list-block.slz-column-4 .item:nth-child(-n + 2),
.sc_counter.slz-list-block.slz-column-4 .item:nth-child(-n + 4) {
margin-top: 20px;
}
.sc_counter.slz-list-block.slz-column-4 .item:first-child {
margin-top: 0;
}
}.sc_featured_list {
overflow: hidden;
}
.sc_featured_list.style-2 .slz-list-block {
margin: 0;
}
.sc_featured_list.style-2 {
margin: 0;
display: inline-block;
width: 100%;
vertical-align: top;
background-color: #e15e5e;
color: rgba(255,255,255,0.9);
}
.sc_featured_list.style-2 .slz-list-feature > .item {
padding: 0;
position: relative;
margin-top: 0 !important;
}
.sc_featured_list.style-2 .slz-list-feature > .item:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 200%;
width: 1px;
background-color: #e4c967;
}
.sc_featured_list .slz-icon-box-1 {
height: auto;
padding: 40px 20px;
}
.sc_featured_list .slz-icon-box-1 .content-cell {
padding: 0;
display: table;
width: 100%;
}
.sc_featured_list .slz-icon-box-1 .number {
display: table-cell;
margin-bottom: 0;
vertical-align: top;
font-size: 27px;
}
.sc_featured_list .slz-icon-box-1 .wrapper-info {
display: table-cell;
vertical-align: top;
padding-top: 6px;
color: rgba(255,255,255,0.9);
}
.sc_featured_list .slz-icon-box-1 .wrapper-info .title {
color: #fff;
line-height: 1.5;
text-transform: uppercase;
font-size: 16px;
}
.sc_featured_list .slz-icon-box-1 .wrapper-info .title + .description {
margin-top: 8px;
}
.sc_featured_list .slz-icon-box-1 .number {
color: rgba(255,255,255,0.4);
padding-right: 30px;
}
.sc_featured_list .slz-icon-box-1 .number:before {
position: absolute;
content: "";
width: 20px;
height: 2px;
top: 22px;
right: 5px;
background-color: #526283;
}  @media screen and (min-width: 1600px) {
.sc_featured_list .slz-icon-box-1 {
padding: 40px;
}
.sc_featured_list .slz-icon-box-1 .number {
font-size: 36px;
padding-right: 40px;
}
.sc_featured_list .slz-icon-box-1 .number:before {
top: 30px;
width: 28px;
right: 6px;
}
.sc_featured_list .slz-icon-box-1 .wrapper-info {
padding-top: 14px;
}
.sc_featured_list .slz-icon-box-1 .wrapper-info .title {
font-size: 18px;
}
}
@media screen and (max-width: 1024px) {
.sc_featured_list .slz-list-block {
position: relative;
}
.sc_featured_list.style-2 .slz-list-block:before {
position: absolute;
content: "";
left: 0;
top: 50%;
height: 1px;
width: 100%;
background-color: #e4c967;
}
.sc_featured_list.style-2 .slz-list-block.slz-column-4 > .item {
width: 50%;
}
.sc_featured_list.style-2 .slz-list-block .item {
padding: 0;
}
.sc_featured_list.style-2 .slz-list-block.slz-column-3 > .item {
width: 33.3%;
}
}
@media screen and (max-width: 768px) {
.sc_featured_list.style-2 .slz-list-block.slz-column-3 > .item {
width: 50%;
}
}
@media screen and (max-width: 480px) {
.sc_featured_list.style-2 .slz-list-block.slz-column-4 > .item,
.sc_featured_list.style-2 .slz-list-block.slz-column-3 > .item {
width: 100%;
}
.sc_featured_list.style-2 .slz-list-block:before {
content: none;
}
.sc_featured_list.style-2 .slz-list-feature > .item:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 1px;
width: 100%;
background-color: #e4c967;
}
}.slz-header-topbar {
background-color: #fff;
border-bottom: 1px solid #ededed;
padding: 0;
}
.slz-header-topbar .social {
padding: 7px 0;
}
.slz-header-topbar .social a {
color: #747981;
}
.slz-header-topbar .slz-topbar-list .slz-btn {
padding: 0 20px;
text-transform: capitalize;
}
.slz-header-topbar .slz-topbar-list .slz-btn:hover,
.slz-header-topbar .slz-topbar-list .slz-btn:focus {
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
.slz-header-topbar .slz-topbar-list .slz-btn:before,
.slz-header-topbar .slz-topbar-list .slz-btn:after {
content: none;
}
.slz-logo-wrapper .logo,
.slz-menu-wrapper > li:hover > a,
.slz-main-menu .mega-menu-row.sub-menu .mega-menu-col > a,
.slz-main-menu .sub-menu > li:hover > a,
.slz-menu-wrapper .current-menu-item > a,
.slz-menu-wrapper > li > a:focus,
.slz-button-search .icons:hover,
.slz-button-search .icons:focus,
.header-transparent .slz-menu-wrapper .current-menu-item > a, 
.header-transparent .slz-menu-wrapper > li:hover > a,
.slz-header-topbar .social a:hover,
.nav-search form .search-submit:hover span,
.slz-main-menu .sub-menu .menu-item-has-children:hover > a:after,
.slz-button-search:hover .icons,
.header-transparent .slz-header-fixed .slz-menu-wrapper > .current-menu-item > a, 
.header-transparent .slz-header-fixed .slz-menu-wrapper > li:hover > a {
color: #e15e5e;
}
.slz-main-menu .sub-menu {
border-top-color: #e15e5e;
}
.slz-hamburger-menu .bar,
.slz-hamburger-menu .bar:before,
.slz-hamburger-menu .bar:after,
.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-main-menu-mobile .slz-menu-wrapper li > a:hover,
.slz-main-menu-mobile .slz-menu-wrapper li > a:focus {
background: #e15e5e;
}
.slz-main-menu-mobile .nav-search,
.slz-main-menu-mobile .slz-menu-wrapper,
header  .slz-menu-icon span.line {
background-color: #e15e5e;
}
.slz-header-topbar .slz-btn {
height: 40px;
line-height: 38px;
}
.header-transparent .slz-header-topbar .slz-btn {
background-color: transparent;
color: #fff;
border-color: rgba(255, 255, 255, 0.5);
}
.header-transparent .slz-topbar-list .icons,
.header-transparent .slz-header-topbar .social a  {
color: #efefef;
}
.header-transparent .slz-topbar-list .icons:hover,
.header-transparent .slz-header-topbar .social a:hover,
.slz-main-menu-mobile .slz-menu-wrapper > li:hover > a {
color: #fff;
}
.header-transparent .slz-header-topbar {
border: none;
position: relative;
}
.header-transparent .slz-header-topbar:before {
position: absolute;
content: '';
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
}
.slz-main-menu-mobile .slz-menu-wrapper {
height: calc(100vh - 54px);
}
.slz-main-menu-mobile .nav-search form input[type='search'] {
border-radius: 0;
-webkit-border-radius: 0;
}
.btn-contact-toggle.slz-btn:hover:before, 
.btn-contact-toggle.slz-btn:focus:before {
left: 10px;
top: 5px;
right: 50%;
transform: none;
}
.slz-main-menu-mobile .sub-menu > li.current_page_item,
.slz-main-menu-mobile .slz-menu-wrapper .current-menu-item > a {
background-color: #dab222;
}
.slz-main-menu .sub-menu > li > a {
line-height: 24px;
padding: 12px 15px;
}
.slz-main-menu-mobile .slz-menu-wrapper li > a, 
.slz-main-menu-mobile .header-transparent .slz-header-fixed .slz-menu-wrapper > li > a {
line-height: 24px;
padding: 13px 20px;
} @media screen and (max-width: 767px) {
.slz-header-topbar .slz-topbar-list {
width: 100%;
}
.slz-header-topbar .slz-topbar-list.float-r {
float: left;
margin-top: 10px;
}
}
@media screen and (max-width: 600px) {
.slz-header-topbar .slz-topbar-list.float-r {
display: none;
}
}.slz-icon-box-1 .icon-cell {
position: relative;
}
.slz-icon-box-1 .icon-cell .line {
position: absolute;
width: 2px;
height: 50px;
background-color: rgba(0, 0, 0, 0.1);
top: 0;
right: -14px;
}
.slz-icon-box-1 .wrapper-icon {
border: none;
width: 50px;
height: 50px;
line-height: 50px;
}
.slz-icon-box-1 .wrapper-icon .slz-icon {
font-size: 50px;
color: #9ca1a9;
}
.slz-icon-box-1:hover .wrapper-icon .slz-icon {
color: #e15e5e;
}
.slz-icon-box-1 .wrapper-icon.bg-image {
width: 50px;
height: 50px;
line-height: 50px;
filter: grayscale(100%);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-icon-box-1:hover .wrapper-icon.bg-image {
filter: grayscale(0%);
}
.slz-icon-box-1 .content-cell {
padding-left: 25px;
}
.slz-icon-box-1 .wrapper-info {
color: #304771;
}
.slz-icon-box-1 .wrapper-info .title {
color: inherit;
margin-bottom: 10px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
}
.slz-icon-box-1 .wrapper-info .description {
color: inherit;
opacity: 0.75;
margin-bottom: 5px;
height: 48px;
overflow: hidden;
}
.slz-icon-box-1 .wrapper-info .slz-btn {
background-color: transparent;
padding: 0;
line-height: 1;
text-transform: capitalize;
color: #e15e5e;
border: none;
height: auto;
min-width: 0;
}
.slz-icon-box-1 .wrapper-info .slz-btn:before {
content: none;
}
.slz-icon-box-1 .wrapper-info .slz-btn:after {
width: auto;
height: 1px;
bottom: -4px;
left: 0;
right: 100%;
opacity: 0;
background-color: #e15e5e;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-icon-box-1 .wrapper-info .slz-btn:hover:after,
.slz-icon-box-1 .wrapper-info .slz-btn:focus:after {
right: 0;
opacity: 1;
}
.slz-icon-box-1 .wrapper-info .slz-btn:hover,
.slz-icon-box-1 .wrapper-info .slz-btn:focus {
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
.slz-icon-box-1 .wrapper-info .slz-btn .icons:before {
content: '\f178';
} .sc_icon_box.has_number .slz-icon-box-1 .icon-cell .line {
height: 90px;
} .slz-icon-box-1.style-vertical {
padding: 40px;
}
.slz-icon-box-1.style-vertical .number:before {
background-color: #e15e5e;
}
.slz-icon-box-1.style-vertical .icon-cell .line {
width: 70px;
height: 2px;
margin: 20px auto 0 auto;
background-color: rgba(0, 0, 0, 0.1);
position: relative;
top: auto;
right: auto;
}
.slz-icon-box-1.style-vertical .content-cell {
padding-top: 20px;
}
.slz-icon-box-1.style-vertical .wrapper-info .title {
margin-bottom: 3px;
}
.slz-icon-box-1.style-vertical .wrapper-info .description {
margin-bottom: 0;
}
.slz-icon-box-1.style-vertical .wrapper-info .slz-btn {
margin-top: 10px;
opacity: 0;
visibility: hidden;
bottom: -10px;
} .sc_icon_box.has_number .slz-icon-box-1.style-vertical {
height: 230px;
overflow: hidden;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical .icon-cell .line {
height: 2px;
}  .slz-icon-box-2 {
padding: 0;
}
.slz-icon-box-2 .icon-cell {
display: table;
width: 100%;
position: relative;
}
.slz-icon-box-2 .icon-cell .number {
font-size: 36px;
font-weight: 900;
line-height: 1;
padding-bottom: 2px;
display: table-cell;
width: 40px;
}
.slz-icon-box-2 .icon-cell .number + .wrapper-icon {
padding-left: 30px;
}
.slz-icon-box-2 .wrapper-icon {
height: 35px;
line-height: 1;
margin-right: 5px;
display: table-cell;
width: 40px;
}
.slz-icon-box-2 .wrapper-icon .slz-icon {
color: #9ca1a9;
font-size: 35px;
}
.slz-icon-box-2 .title {
font-size: 20px;
font-weight: 700;
font-family: 'Roboto', sans-serif;
color: #304771;
text-transform: uppercase;
vertical-align: bottom;
padding-left: 5px;
line-height: 1;
display: table-cell;
}
.slz-icon-box-2 .wrapper-info .description {
margin-bottom: 0;
}
.slz-icon-box-2 .wrapper-info .slz-btn {
margin-top: 15px;
background-color: transparent;
padding: 0;
line-height: 1;
text-transform: capitalize;
color: #e15e5e;
border: none;
height: auto;
min-width: 0;
}
.slz-icon-box-2 .wrapper-info .slz-btn:before {
content: none;
}
.slz-icon-box-2 .wrapper-info .slz-btn:after {
width: auto;
height: 1px;
bottom: -4px;
left: 0;
right: 100%;
opacity: 0;
background-color: #e15e5e;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-icon-box-2 .wrapper-info .slz-btn:hover:after,
.slz-icon-box-2 .wrapper-info .slz-btn:focus:after {
right: 0;
opacity: 1;
}
.slz-icon-box-2 .wrapper-info .slz-btn:hover,
.slz-icon-box-2 .wrapper-info .slz-btn:focus {
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
.slz-icon-box-2 .wrapper-info .slz-btn .icons:before {
content: '\f178';
}   .sc_icon_box .slz-icon-box-1,
.sc_icon_box .slz-icon-box-1 .icon-cell .line,
.sc_icon_box .slz-icon-box-1 .icon-cell .number,
.sc_icon_box .slz-icon-box-1 .icon-cell .number:before,
.sc_icon_box .slz-icon-box-1 .wrapper-icon .slz-icon,
.sc_icon_box .slz-icon-box-1 .wrapper-info .title {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
} .sc_icon_box.has_number .slz-icon-box-1:hover .icon-cell .number {
font-size: 0;
margin-bottom: 0;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical:hover .icon-cell .number {
font-size: 36px;
margin-bottom: 50px;
color: #e15e5e;
} .slz-icon-box-1.style-vertical:hover .wrapper-info .slz-btn {
opacity: 1;
visibility: visible;
bottom: 0;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical {
padding: 0 35px;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical:hover {
padding: 35px;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical:hover .title {
margin-top: 15px;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical:hover .icon-cell .number {
font-size: 0;
margin-bottom: 0;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical:hover .icon-cell .number:before {
height: 0;
}
.sc_icon_box.has_number .slz-icon-box-1.style-vertical:hover .wrapper-icon .slz-icon {
color: #e15e5e;
}
.sc_icon_box.has_number .slz-icon-box-1:hover .icon-cell,
.sc_icon_box.has_number .slz-icon-box-1:hover .content-cell {
text-shadow: none;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}  .sc_icon_box .slz-list-block {
margin: 0;
}
.sc_icon_box .slz-list-block .item {
padding: 0;
}  @media screen and (max-width: 1024px) {
.slz-icon-box-1.style-vertical {
padding: 20px;
}
.sc_icon_box .slz-list-block.slz-column-4 > .item {
width: 50%;
}
.sc_icon_box .slz-list-block.slz-column-4 .item:nth-child(-n + 4) {
margin-top: 30px;
}
.sc_icon_box .slz-list-block.slz-column-4 .item:nth-child(-n + 2) {
margin-top: 0;
}
.sc_icon_box .slz-list-block .item {
padding: 0;
}
.slz-icon-box-1.style-vertical .wrapper-info .slz-btn {
opacity: 1;
visibility: visible;
bottom: 0;
}
.sc_icon_box .slz-list-block.slz-column-3 > .item {
width: 33.3%;
}
}
@media screen and (max-width: 768px) {
.sc_icon_box .slz-list-block {
margin: 0 -15px;
}
.sc_icon_box .slz-list-block.slz-column-3 > .item {
width: 50%;
}
.sc_icon_box .slz-list-block .item {
padding: 0 15px;
}
}
@media screen and (max-width: 767px) {
.sc_icon_box .slz-list-block {
margin: 0 -10px;
}
.sc_icon_box .slz-list-block .item {
padding: 0 10px;
}
.slz-icon-box-1.style-vertical {
padding: 20px 15px;
}
}
@media screen and (max-width: 480px) {
.sc_icon_box .slz-list-block.slz-column-4 > .item,
.sc_icon_box .slz-list-block.slz-column-3 > .item {
width: 100%;
}
.sc_icon_box .slz-list-block.slz-column-4 > .item:first-child,
.sc_icon_box .slz-list-block.slz-column-3 > .item:first-child {
margin-top: 0;
}
.slz-icon-box-1 .slz-btn,
.slz-icon-box-2 .slz-btn {
display: inline-block;
max-width: none;
}
}
@media screen and (max-width: 414px) {
.slz-icon-box-1 {
padding: 20px 0;
}
.slz-icon-box-1.style-vertical {
padding: 20px 30px;
}
}.slz-main-title .icon-box {
display: inline-block;
position: relative;
color: #e15e5e;
padding: 0 35px;
height: 25px;
margin-bottom: 10px;
}
.slz-main-title img {
margin-bottom: 10px;
}
.slz-main-title .icon-box:before,
.slz-main-title .icon-box:after {
position: absolute;
content: '';
width: 30px;
height: 1px;
bottom: 0;
background-color: #e15e5e;
}
.slz-main-title .icon-box:before {
left: 0;
}
.slz-main-title .icon-box:after {
right: 0;
}
.slz-main-title .icon-box i {
font-size: 25px;
}
.slz-main-title .subtitle {
font-size: 14px;
text-transform: uppercase;
color: #5a5f68;
margin-bottom: 10px;
line-height: 1;
}
.slz-main-title .title {
font-size: 30px;
line-height: 1;
color: #304771;
font-family: 'Roboto', sans-serif;
padding-top: 0;
text-transform: uppercase;
}   .sc_main_title.style-1 .slz-main-title {
padding-top: 15px;
}
.sc_main_title.style-1 .slz-main-title:before {
top: 0;
width: 50px;
height: 2px;
background-color: #e15e5e;
}
.sc_main_title.style-1 .slz-main-title:after {
position: absolute;
content: '';
top: 4px;
left: 0;
width: 100px;
height: 2px;
background-color: #e15e5e;
}
.sc_main_title.style-1 .slz-main-title .subtitle {
display: none;
}
.sc_main_title.style-1 .slz-main-title .title {
font-size: 24px;
} .sc_main_title.style-1.text-l .slz-main-title:before,
.sc_main_title.style-1.text-l .slz-main-title:after {
left: 0;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
} .sc_main_title.style-1.text-c .slz-main-title:after {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
} .sc_main_title.style-1.text-r .slz-main-title:before,
.sc_main_title.style-1.text-r .slz-main-title:after {
right: 0;
left: auto;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}  .sc_main_title.style-2 .slz-main-title:before {
content: none;
}
.sc_main_title.style-2 .slz-main-title .subtitle {
display: none;
}
.sc_main_title.style-2 .slz-main-title .title {
font-size: 24px;
}
.sc_main_title.style-2 .slz-main-title .subtitle + .title {
padding: 0;
}   .sc_main_title.style-3 .slz-main-title .icon-box {
padding: 0;
margin: 0 10px 0 0;
height: 40px;
vertical-align: bottom;
}
.sc_main_title.style-3 .slz-main-title .icon-box i {
font-size: 40px;
}
.sc_main_title.style-3 .slz-main-title .icon-box:before,
.sc_main_title.style-3 .slz-main-title .icon-box:after {
content: none;
}
.sc_main_title.style-3 .slz-main-title img {
margin: 0 10px 0 0;
}
.sc_main_title.style-3 .slz-main-title:before {
content: none;
}
.sc_main_title.style-3 .slz-main-title .subtitle {
display: none;
}
.sc_main_title.style-3 .slz-main-title .title {
font-size: 20px;
display: inline-block;
vertical-align: bottom;
}
.sc_main_title.style-3 .slz-main-title .subtitle + .title {
padding: 0;
} .sc_main_title.style-3.text-c .slz-main-title .subtitle + .title {
left: auto;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}.slz-map-01 .office-wrapper {
transform: none;
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
margin-top: 20px;
}
.slz-map-01 .office-list {
background-color: #e15e5e;
max-height: 350px;
}
.slz-map-01 .office-name {
color: #304771;
font-weight: 700;
} @media screen and (max-width: 768px) {
.slz-map-01 {
height: 400px;
}
}
@media screen and (max-width: 767px) {
.slz-map-01 .office-list {
padding: 40px 30px;
}
}
@media screen and (max-width: 600px) {
.slz-map-01 {
height: 300px;
}
.slz-map-01 #map-01 {
position: relative;
height: 100%
}
.slz-map-01 .office-wrapper {
width: 100%;
margin-bottom: 100px;
}
}.slz-partner-carousel .slick-slide {
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:hover .slick-slide {
filter: grayscale(100%);
opacity: 0.5;
}
.slz-partner-carousel .slick-list .slick-slide:hover {
filter: grayscale(0);
opacity: 1;
} @media screen and (max-width: 768px) {
.slz-partner-carousel .slick-arrow,
.slz-partner-carousel .slick-dots {
display: none!important;
}
.slz-partner-carousel .slick-dotted.slick-slider {
margin-bottom: 0;
}
}.block-quote-wrapper .block-quote p {
margin-bottom: 15px;
}
.sc_portfolio_list .slz-block-item-01 .date,
.sc_portfolio_list .slz-block-item-01 .block-info {
margin-top: 10px;
display: inline-block;
vertical-align: top;
}
.sc_portfolio_list .slz-block-item-01 .block-info li a {
line-height: 24px;
}
.sc_portfolio_list .slz-block-item-01 .date + .block-info li {
margin-left: 20px;
}
.sc_portfolio_list .slz-block-item-01 .date {
margin-bottom: 5px;
}
.sc_portfolio_list .slz-block-item-01 .date:before {
content: '\f073';
font-family: 'FontAwesome';
margin-right: 5px;
}
.sc_portfolio_list .slz-block-item-01 .block-info li .author:before {
content: '\f007';
font-family: 'FontAwesome';
margin-right: 5px;
}
.slz-list-block .slz-pagination {
padding-left: 15px;
padding-right: 15px;
}
.slz-template-01 .main-layout .block-title,
.slz-template-02 .main-layout .block-title {
font-size: 24px;
color: #304771;
}
.slz-template-01 .main-layout .block-title:hover,
.slz-template-02 .main-layout .block-title:hover,
.slz-template-01 .list-layout .block-title:hover,
.slz-template-02 .list-layout .block-title:hover {
color: #e15e5e;
}
.slz-template-01 .list-layout .block-title,
.slz-template-02 .list-layout .block-title {
font-size: 16px;
color: #304771;
}
.slz-template-01 .main-layout .block-content,
.slz-template-02 .main-layout .block-content {
background-color: #fff;
padding: 25px 0 0 0;
}
.slz-template-01 .list-layout .block-content,
.slz-template-02 .list-layout .block-content {
background-color: #fff;
}
.slz-template-01 .list-layout .slz-block-item-01.style-2 .block-image + .block-content,
.slz-template-02 .list-layout .slz-block-item-01.style-2 .block-image + .block-content {
padding: 5px 15px; 
}
.slz-template-01 .list-layout .slz-block-item-01 .block-content,
.slz-template-02 .list-layout .slz-block-item-01 .block-content {
padding: 10px 0;
}
.slz-template-03 .slz-block-item-01.style-1 .block-content {
padding: 30px;
}
.slz-template-03 .slz-list-block > .item {
margin-top: 50px;
}
.slz-template-03 .slz-block-item-01.style-2 .block-image + .block-content,
.slz-template-03.block-right-left .slz-list-block .item:nth-child(even) .block-content {
padding: 25px 30px;
}
.vc_col-sm-6 .slz-list-block.slz-column-1 .slz-block-item-01.style-2 .block-title,
.vc_col-sm-6 .slz-list-block.slz-column-1 .slz-block-item-01 .block-title,
.vc_col-sm-4 .slz-list-block.slz-column-1 .slz-block-item-01.style-2 .block-title,
.vc_col-sm-4 .slz-list-block.slz-column-1 .slz-block-item-01 .block-title {
font-size: 16px;
line-height: 1.4;
}
.list-layout .block-category,
.list-layout .block-info li a {
font-size: 14px;
}
.blog-detail-wrapper + .slz-post-footer, 
.blog-detail-wrapper + .clearfix + .slz-post-footer {
margin-top: 40px;
}.slz-carousel-wrapper .slz-carousel {
padding-bottom: 50px;
margin: 0;
}
.slz-carousel-wrapper .slick-dotted.slz-carousel {
padding-bottom: 70px;
}
.slz-carousel-wrapper .slick-dots {
padding-left: 0;
bottom: 25px;
}
.slz-carousel-wrapper .slick-dots li button:before {
transition: all 0.3s ease;
}
.slz-carousel-wrapper .slick-dots li button:hover:before {
color: #e15e5e;
}
.slz-carousel-wrapper .slick-arrow {
font-size: 14px;
top: auto;
bottom: 0px;
border: none;
border-radius: 0;
padding: 5px 0;
color: #304771;
border-bottom: 2px solid #304771;
opacity: 1;
visibility: visible;
}
.slz-carousel-wrapper .slick-arrow:hover {
color: #e15e5e;
border-color: #e15e5e;
background-color: transparent;
}
.slz-carousel-wrapper .btn-prev {
left: calc(50% - 10px);
transform: translateX(-100%);
}
.slz-carousel-wrapper .btn-prev i {
padding-right: 5px;
}
.slz-carousel-wrapper:hover .btn-prev {
left: calc(50% - 10px);
}
.slz-carousel-wrapper .btn-prev:after {
content: "|";
position: absolute;
right: -12px;
color: #bfbfbf;
}
.slz-carousel-wrapper .btn-next {
transform: translateX(100%);
left: auto;
right: calc(50% - 10px);
}
.slz-carousel-wrapper .btn-next i {
padding-left: 5px;
}
.slz-carousel-wrapper:hover .btn-next {
right: calc(50% - 10px);
}
.slz-carousel-wrapper .btn-prev .icons:before {
content: '\f177';
}
.slz-carousel-wrapper .btn-next .icons:before {
content: '\f178';
}
.slz-carousel-wrapper .btn .icons {
font-size: 14px;
}.slz-pricing-table-01 {
background-color: #fafafa;
border: 2px solid #fafafa;
position: relative;
}
.slz-pricing-table-01:before {
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 2px solid #e15e5e;
opacity: 0;
z-index: -1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
} .slz-pricing-table-01 .pricing-header {
margin-bottom: 25px;
}
.slz-pricing-table-01 .pricing-header .title {
text-align: center;
font-size: 16px;
font-weight: 600;
color: #304771;
}
.slz-pricing-table-01 .pricing-section {
font-size: 62px;
font-weight: 400;
color: #747981;
line-height: 1;
}
.slz-pricing-table-01 .pricing-section .unit {
font-size: 16px;
font-weight: 400;
color: inherit;
top: 5px;
}
.slz-pricing-table-01 .pricing-section .per {
font-size: 14px;
color: inherit;
font-weight: 400;
margin-left: -5px;
}
.slz-pricing-table-01 .pricing-section .sub-title {
font-size: 14px;
color: inherit;
font-weight: 400;
margin-top: 35px;
line-height: 26px;
} .slz-pricing-table-01 .pricing-footer {
margin-top: 0;
}
.slz-pricing-table-01 .pricing-footer .btn {
background-color: #304771;
border: 1px solid #304771;
padding: 0;
line-height: 40px;
text-transform: uppercase;
width: 230px;
}
.slz-pricing-table-01 .pricing-footer .btn:hover {
background-color: transparent;
color: #e15e5e;
border-color: #e15e5e;
}
.slz-pricing-table-01 .pricing-footer .btn:active {
box-shadow: none;
} .slz-pricing-table-01 .pricing-body {
margin-top: 30px;
}
.slz-pricing-table-01 .pricing-body .pricing-option {
font-size: 12px;
color: #747981;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 15px;
line-height: 1;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-pricing-table-01 .pricing-body .pricing-option:last-child {
margin-bottom: 0;
} .slz-pricing-table-01.active,
.slz-pricing-table-01:hover {
box-shadow: none;
background-color: transparent;
border-color: #e15e5e;
}
.slz-pricing-table-01.active:before,
.slz-pricing-table-01:hover:before {
top: -8px;
left: -8px;
right: -8px;
bottom: -8px;
opacity: 0.5;
}
.slz-pricing-table-01.active .pricing-footer .btn,
.slz-pricing-table-01:hover .pricing-footer .btn {
background-color: #e15e5e;
border-color: #e15e5e;
}
.slz-pricing-table-01 .pricing-footer .btn:hover {
background-color: transparent;
color: #e15e5e;
}
.slz-pricing-table-01 .pricing-label {
background-color: #e15e5e;
}   .slz-pricing-plan-01 .col-md-3 .slz-pricing-table-01 {
padding: 20px;
}
.slz-pricing-plan-01 .col-md-3 .slz-pricing-table-01 .pricing-footer .btn {
width: 180px;
} .slz-pricing-plan-01 .col-md-12 {
width: 50%;
margin: 0 auto;
float: none;
}  @media screen and (max-width: 1024px) {
.slz-pricing-table-01 .pricing-section {
font-size: 45px;
}
}
@media screen and (max-width: 768px) {
.slz-pricing-plan-01 .col-md-3 {
margin-top: 30px;
}
.slz-pricing-plan-01 .col-md-3:nth-child(-n + 2) {
margin-top: 0;
}
.slz-pricing-plan-01 .col-md-4 .slz-pricing-table-01 .pricing-footer .btn {
width: 150px;
}
.slz-pricing-plan-01 .col-md-12 {
width: 75%;
}
}
@media screen and (max-width: 767px) {
.slz-pricing-plan-01 .col-md-3 {
width: 50%;
display: inline-block;
vertical-align: top;
}
.slz-pricing-table-01 .pricing-header .title {
margin-bottom: 15px;
}
.slz-pricing-table-01 .pricing-section .sub-title {
margin-top: 25px;
}
.slz-pricing-plan-01 .col-md-4 {
width: 50%;
margin: 0 auto;
margin-top: 30px;
}
.slz-pricing-plan-01 .col-md-4:first-child {
margin-top: 0;
}
.slz-pricing-plan-01 .col-md-6 {
width: 75%;
margin: 0 auto;
margin-top: 30px;
}
.slz-pricing-plan-01 .col-md-6:first-child {
margin-top: 0;
}
}
@media screen and (max-width: 600px) {
.slz-pricing-plan-01 .col-md-4 {
width: 75%;
}
}
@media screen and (max-width: 480px) {
.slz-pricing-plan-01 .col-md-3 {
width: 75%;
display: block;
margin: 0 auto 30px auto;
}
.slz-pricing-plan-01 .col-md-3:nth-child(-n + 2) {
margin-top: 30px;
}
.slz-pricing-plan-01 .col-md-3:nth-child(-n + 1) {
margin-top: 0;
}
}
@media screen and (max-width: 414px) {
.slz-pricing-plan-01 .col-md-3,
.slz-pricing-plan-01 .col-md-4,
.slz-pricing-plan-01 .col-md-6,
.slz-pricing-plan-01 .col-md-12 {
width: 100%;
}
}.slz-progress-bar-01 {
padding: 10px 0;
}
.slz-progress-bar-01:first-child {
padding-top: 0;
}
.slz-progress-bar-01:last-child {
padding-bottom: 0;
}
.slz-progress-bar-01 .progress-title {
color: #3b424d;
}
.slz-progress-bar-01 .percent {
color: #3b424d;
font-weight: 400;
}
.slz-progress-bar-01 .progress {
border-radius: 0;
height: 10px;
box-shadow: none;
}
.slz-progress-bar-01 .progress-bar {
border-radius: 0;
background-image: -webkit-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
background-color: #cdb45a
} .slz-progress-bar-01.style-5 {
padding: 0;
}
.slz-progress-bar-01.style-5 .progress-title {
line-height: 1;
margin-bottom: 5px;
margin-top: 30px;
}
.slz-progress-bar-01.style-5 .progress-title .percent {
margin-left: 0;
}.sc-service-list .slz-icon-box-1 {
position: relative;
}
.sc-service-list .slz-icon-box-1:before {
position: absolute;
content: '';
border-top: 1px solid #e15e5e;
border-bottom: 1px solid #e15e5e;
top: 0;
bottom: 0;
left: 50%;
right: 50%;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
z-index: -1;
}
.sc-service-list .slz-icon-box-1:after {
position: absolute;
content: '';
border-left: 1px solid #e15e5e;
border-right: 1px solid #e15e5e;
top: 50%;
bottom: 50%;
left: 0;
right: 0;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
z-index: -1;
}
.sc-service-list .slz-icon-box-1 .wrapper-icon-image {
min-width: 0;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .title {
margin-bottom: 0;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .description {
margin-top: 5px;
margin-bottom: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.sc-service-list .slz-icon-box-1 .wrapper-info a.title:hover {
color: #e15e5e;
}
.sc-service-list .slz-icon-box-1:hover:before {
left: 0;
right: 0;
}
.sc-service-list .slz-icon-box-1:hover:after {
top: 0;
bottom: 0;
} .sc-service-list.background-hover .slz-icon-box-1 {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.sc-service-list.background-hover .slz-icon-box-1:hover .wrapper-info .title,
.sc-service-list.background-hover .slz-icon-box-1:hover .wrapper-info .description {
color: #fff;
}
.sc-service-list.background-hover .slz-icon-box-1 .wrapper-info a.title:hover {
color: #e15e5e;
} .sc-service-list .slz-icon-box-1 {
border: 1px solid #f0f0f0;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .title {
font-size: 20px;
color: #304771;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .title:hover {
color: #747981;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .description {
color: #747981;
opacity: 1;
margin-bottom: 5px;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .read-more {
position: relative;
padding-bottom: 2px;
color: #e15e5e;
border: none;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .read-more:before {
position: absolute;
content: '';
bottom: 0;
left: 0;
right: 100%;
height: 1px;
background-color: #e15e5e;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .read-more:hover {
color: #e15e5e;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .read-more:hover:before {
right: 0;
}
.sc-service-list .slz-icon-box-1 .wrapper-info .read-more:after {
font-family: 'FontAwesome';
content: '\f178';
padding-left: 5px;
} .sc-service-list.has_number .slz-icon-box-1 {
padding: 0 35px;
border: none;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.sc-service-list.has_number .slz-icon-box-1:before,
.sc-service-list.has_number .slz-icon-box-1:after {
content: none;
}
.sc-service-list.has_number .slz-icon-box-1 .wrapper-info .read-more {
opacity: 0;
visibility: hidden;
bottom: -10px;
color: #e15e5e;
}
.sc-service-list.has_number .slz-icon-box-1:hover .wrapper-info .read-more {
opacity: 1;
visibility: visible;
bottom: 0;
}
.sc-service-list.has_number .slz-icon-box-1:hover {
padding: 35px;
}
.sc-service-list.has_number .slz-icon-box-1:hover .title {
margin-top: 15px;
}
.sc-service-list.has_number .slz-icon-box-1 .icon-cell .number {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.sc-service-list.has_number .slz-icon-box-1:hover .icon-cell .number {
font-size: 0;
margin-bottom: 0;
}
.sc-service-list.has_number .slz-icon-box-1:hover .icon-cell .number:before {
height: 0;
}
.sc-service-list.has_number .slz-icon-box-1:hover .wrapper-icon .slz-icon {
color: #e15e5e;
}
.sc-service-list.has_number .slz-icon-box-1:hover .icon-cell,
.sc-service-list.has_number .slz-icon-box-1:hover .content-cell {
text-shadow: none;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
} .sc-service-list.service-image .slz-icon-box-1 {
padding: 0;
border: none;
position: relative;
height: auto;
}
.sc-service-list.service-image .slz-icon-box-1:before,
.sc-service-list.service-image .slz-icon-box-1:after {
content: none;
}
.sc-service-list.service-image .slz-icon-box-1 .icon-cell {
padding: 0 30px;
}
.sc-service-list.service-image .slz-icon-box-1 .wrapper-icon-image {
position: relative;
}
.sc-service-list.service-image .slz-icon-box-1 .wrapper-icon-image:before {
position: absolute;
content: '';
top: 0;
left: 50%;
right: 50%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.sc-service-list.service-image .slz-icon-box-1:hover .wrapper-icon-image:before {
left: 0;
right: 0;
}
.sc-service-list.service-image .slz-icon-box-1 .content-cell {
padding: 30px 50px 20px;
position: relative;
}
.sc-service-list.service-image .slz-icon-box-1 .content-cell:before {
position: absolute;
content: '';
top: -50px;
left: 0;
width: 100%;
height: calc(100% + 50px);
background-color: #fafafa;
z-index: -1;
}.slz-tab .tab-list-wrapper,
.slz-isotope-nav, .slz-blog-detail .slz-isotope-nav, 
.tab-list-wrapper, .slz-blog-detail .tab-list-wrapper {
margin-bottom: 50px;
}
.slz-tab .tab-list {
padding-left: 0;
font-size: 0;
display: table;
width: 100%;
position: relative;
}
.slz-tab .tab-list li,
.slz-isotope-nav .tab-filter li {
position: relative;
display: table-cell;
min-width: 1%;
text-align: right;
padding-bottom: 12px;
}
.slz-tab .tab-list li:before,
.slz-isotope-nav .tab-filter li:before {
position: absolute;
content: '';
width: 100%;
height: 1px;
background-color: #ededed;
bottom: 0;
left: 0;
}
.slz-tab .tab-list li .link,
.slz-isotope-nav .tab-filter li .link {
font-size: 14px;
padding-bottom: 0;
color: #dadada;
position: absolute;
top: -12px;
right: 0;
transform: translateX(50%);
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
z-index: 3;
}
.slz-tab .tab-list li .link:after {
position: absolute;
content: '';
width: 8px;
height: 8px;
border: 1px solid #b2b2b2;
background-color: #fff;
bottom: -10px;
right: 50%;
border-radius: 50%;
-webkit-border-radius: 50%;
transform: translate(50%, 50%);
-webkit-transform: translate(50%, 50%);
-moz-transform: translate(50%, 50%);
-ms-transform: translate(50%, 50%);
-o-transform: translate(50%, 50%);
}
.slz-tab .tab-list li.active:before {
background-color: #e15e5e;
}
.slz-tab .tab-list li.active .link {
border: none;
color: #e15e5e;
}
.slz-tab .tab-list li.active .link:after {
background-color: #e15e5e;
border-color: #e15e5e;
} .slz-tab-vertical .tab-list-wrapper {
width: 300px;
vertical-align: top;
}
.slz-tab-vertical .tab-list {
padding: 0;
display: block;
font-size: 0;
}
.slz-tab-vertical .tab-list li {
max-width: none;
margin-bottom: 10px;
}
.slz-tab-vertical .tab-list li:last-child {
margin-bottom: 0;
}
.slz-tab-vertical .tab-list li .link {
font-size: 14px;
color: #304771;
padding: 13px 0px;
display: block;
max-width: 200px;
border: 1px solid #d7d7d7;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-tab-vertical .tab-list li .link:before {
position: absolute;
content: '';
width: 0;
height: 1px;
top: 50%;
right: -10px;
background-color: #e15e5e;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-tab-vertical .tab-list li.active .link {
max-width: 230px;
background-color: #e15e5e;
border-color: #e15e5e;
color: #fff;
}
.slz-tab-vertical .tab-list li.active .link:before {
width: 50px;
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
.slz-tab-vertical .tab-content {
width: auto;
} .slz-tab.style-horizontal-02 .tab-list:before,
.slz-isotope-nav .tab-filter:before {
position: absolute;
content: '';
width: 100%;
height: 2px;
background-color: #ededed;
bottom: 0;
left: 0;
}
.slz-tab.style-horizontal-02 .tab-list li,
.slz-isotope-nav .tab-filter li {
display: inline-block;
text-align: center;
padding-bottom: 10px;
margin: 0;
}
.slz-tab.style-horizontal-02 .tab-list li:before,
.slz-isotope-nav .tab-filter li:before {
height: 2px;
width: auto;
left: 50%;
right: 50%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-tab.style-horizontal-02 .tab-list li .link,
.slz-isotope-nav .tab-filter li .link {
padding: 0 30px;
font-size: 18px;
right: auto;
top: auto;
font-family: 'Roboto', sans-serif;
font-weight: 700;
text-align: center;
position: relative;
color: #304771;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
.slz-tab.style-horizontal-02 .tab-list li.active .link,
.slz-tab.style-horizontal-02 .tab-list li.active .link:hover,
.slz-isotope-nav .tab-filter li.active .link,
.slz-isotope-nav .tab-filter li.active .link:hover {
color: #50555e;
}
.slz-tab.style-horizontal-02 .tab-list li .link:hover,
.slz-isotope-nav .tab-filter li .link:hover {
color: #e15e5e;
}
.slz-tab.style-horizontal-02 .tab-list li.active:before,
.slz-isotope-nav .tab-filter li.active:before {
background-color: #e15e5e;
left: 0;
right: 0;
}
.slz-tab.style-horizontal-02 .tab-list li .link:after,
.slz-isotope-nav .tab-filter li .link:after {
width: 0px;
height: 0px;
content: none;
}  @media screen and (max-width: 1024px){
.slz-tab .tab-list li {
text-align: center;
}
.slz-tab .tab-list li .link {
position: relative;
top: auto;
right: auto;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
}    
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
.slz-tab-vertical .tab-list-wrapper {
width: 250px;
}
.slz-tab-vertical .tab-list li .link {
max-width: 150px;
}
.slz-tab-vertical .tab-list li.active .link {
max-width: 175px;
}
}
@media screen and (max-width: 600px) {
.slz-tab-vertical .tab-list-wrapper {
display: block;
width: 100%;
}
.slz-tab-vertical .tab-list li {
display: inline-block;
margin: 0 15px 20px;
}
.slz-tab-vertical .tab-list li:first-child {
margin-left: 0;
}
.slz-tab-vertical .tab-list li:last-child {
margin-right: 0;
}
.slz-tab-vertical .tab-list li .link {
padding: 0;
border: none;
background-color: transparent;
font-size: 18px;
}
.slz-tab-vertical .tab-list li .link:before {
top: -5px;
left: 50%;
right: 50%;
width: auto;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
.slz-tab-vertical .tab-list li.active .link {
font-weight: 700;
color: #3b424d;
background-color: transparent;
}
.slz-tab-vertical .tab-list li.active .link:before {
left: 0;
right: 0;
width: auto;
transition-delay: 0s;
-webkit-transition-delay: 0s;
}
.slz-tab-vertical .tab-content {
display: block;
padding-top: 15px;
}
}
@media screen and (max-width: 414px) {
.slz-tab.style-horizontal-02 .tab-list-wrapper {
margin-bottom: 0;
}
.slz-tab.style-horizontal-02 .tab-list:before {
content: none;
}
.slz-tab.style-horizontal-02 .tab-list li {
margin-bottom: 15px;
}
.slz-tab.style-horizontal-02 .tab-list li .link {
padding: 0 20px;
}
.slz-tab.style-horizontal-02 .tab-content {
margin-top: 35px;
}
.slz-tab-vertical .tab-list li {
margin: 0 10px 15px;
}
.slz-tab-vertical .tab-list li .link {
font-size: 16px;
}
}
@media screen and (max-width: 320px) {
}.slz-tag ul {
margin: 0;
padding: 0;
}
.slz-tag .tag {
display: block;
font-size: 14px;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.slz-tag .tag:hover {
border-bottom-color: #e15e5e;
}
.slz-tag .tag:hover {
background-color: #e15e5e;
}.slz-block-team-01 {
position: relative;
overflow: hidden;
}
.slz-block-team-01 .team-img:before {
padding-top: 150%;
}
.slz-block-team-01 .team-body {
position: absolute;
padding: 0;
border: none;
bottom: 0;
left: 0;
background-color: #fafafa;
z-index: 4;
}
.slz-block-team-01 .team-body .main-info {
background-color: #e15e5e;
padding: 20px 0;
font-size: 0;
}
.slz-block-team-01 .team-body .title {
display: inline-block;
vertical-align: top;
font-size: 16px;
text-transform: uppercase;
color: #fff;
font-weight: 400;
}
.slz-block-team-01 .team-body .title:hover {
color: #304771;
}
.slz-block-team-01 .team-body .position {
display: inline-block;
vertical-align: top;
color: #fff;
font-weight: 400;
font-size: 14px;
}
.slz-block-team-01 .team-body .title + .position {
margin: 0 0 0 7px;
}
.slz-block-team-01 .team-body .title + .position:before {
content: '-';
margin-right: 7px;
}
.slz-block-team-01 .slz-info-block .info-item:before {
color: #3b424d;
}
.slz-block-team-01 .slz-info-block .info-item:hover {
color: #e15e5e;
}
.slz-block-team-01 .team-body .description-wrapper {
padding: 0px 30px 0;
max-height: 0px;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-block-team-01 .team-body .description-wrapper .read-more {
font-size: 14px;
line-height: 1;
color: #304771;
border: none;
position: relative;
}
.slz-block-team-01 .team-body .description-wrapper .read-more:before {
position: absolute;
content: '';
height: 1px;
left: 50%;
right: 50%;
bottom: -2px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-block-team-01 .team-body .description-wrapper .read-more:after {
content: '\f178';
font-family: 'FontAwesome';
padding-left: 5px;
}
.slz-block-team-01 .team-body .description-wrapper .read-more:hover {
color: #e15e5e;
}
.slz-block-team-01 .team-body .description-wrapper .read-more:hover:before {
left: 0;
right: 0;
background-color: #e15e5e;
}
.slz-block-team-01 .team-body .description + .social-list .item {
margin-top: 0;
}
.slz-block-team-01 .description-wrapper + .social-list {
margin-top: 0;
}
.slz-block-team-01 .social-list {
padding: 20px 0;
background-color: #fafafa;
position: relative;
z-index: 10;
}
.slz-block-team-01 .social-list .item {
margin: 0 10px;
color: #c2c2c2;
}
.slz-block-team-01 .social-list .item i {
font-size: 18px;
width: 18px;
height: 18px;
line-height: 1;
margin: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-block-team-01:hover .team-body .description-wrapper {
max-height: 150px;
padding: 25px 30px 0;
opacity: 1;
}  .slz-team-wrapper-03 .slz-block-team-03 .col-right {
display: none;
}
.slz-team-wrapper-03 .slz-block-team-03 .col-left {
width: 100%;
}
.slz-team-wrapper-03 .slz-block-team-02 .block-image {
display: none;
}
.slz-team-wrapper-03 .slz-block-team-02 {
background-color: transparent;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body {
border: none;
padding: 0;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .main-info {
font-size: 0;
color: #304771;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .title {
display: inline-block;
margin-bottom: 0;
font-size: 16px;
color: inherit;
font-weight: 400;
text-transform: uppercase;
}
.slz-team-wrapper-03 .slz-block-team-03 .slz-info-block .mobile:before,
.slz-team-wrapper-03 .slz-block-team-03 .slz-info-block .email:before {
color: #3b424d;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .title:hover {
color: #e15e5e;
}
.slz-team-wrapper-03 .slz-block-team-03 .slz-info-block .mobile:hover,
.slz-team-wrapper-03 .slz-block-team-03 .slz-info-block .email:hover {
color: #e15e5e;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .position {
display: inline-block;
font-size: 14px;
font-weight: 400;
color: inherit;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .title + .position {
margin-left: 5px;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .title + .position:before {
content: '-';
margin-right: 5px;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .description {
margin: 5px 0;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .read-more {
font-size: 14px;
border: none;
line-height: 1;
color: #304771;
position: relative;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .read-more:before {
position: absolute;
content: '';
height: 1px;
left: 50%;
right: 50%;
bottom: -2px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .read-more:after {
content: '\f178';
font-family: 'FontAwesome';
margin-left: 5px;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .read-more:hover {
color: #e15e5e;
}
.slz-team-wrapper-03 .slz-block-team-02 .team-body .read-more:hover:before {
left: 0;
right: 0;
background-color: #e15e5e;
}
.slz-team-wrapper-03 .slide-nav {
position: relative;
bottom: auto;
margin: 35px 0 0;
width: 100%;
padding: 0;
}
.slz-team-wrapper-03 .slide-nav .slz-team-nav-03 {
margin-bottom: 60px;
}
.slz-team-wrapper-03 .slide-nav .slz-team-nav-03 .slick-dots {
bottom: -65px;
}
.slz-team-wrapper-03 .slz-team-nav-03 .team-img a {
position: relative;
}
.slz-team-wrapper-03 .slz-team-nav-03 .team-img a:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
background-color: rgba(0, 0, 0, 0.4);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-team-wrapper-03 .slz-team-nav-03 .team-img.slick-current a:before {
opacity: 0;
}
.slz-team-wrapper-03.slz-carousel-wrapper .carousel-overflow {
overflow: visible;
}
.slz-team-wrapper-03 .slick-arrow.btn-prev,
.slz-team-wrapper-03 .slick-arrow.btn-next {
display: none!important;
}  .slz-team-tab .slz-tab {
text-align: center;
}
.slz-team-tab .slz-tab .tab-filter {
padding: 0;
}
.slz-team-tab .slz-tab .tab-filter li {
margin: 0 15px;
text-transform: uppercase;
position: relative;
font-weight: 600;
}
.slz-team-tab .slz-tab .tab-filter li:before {
position: absolute;
content: '';
top: 0;
left: 50%;
right: 50%;
background-color: #e15e5e;
height: 1px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-team-tab .slz-tab .tab-filter li.active .link,
.slz-team-tab .slz-tab .tab-filter li .link:hover {
color: #e15e5e;
}
.slz-team-tab .slz-tab .tab-filter li.active:before {
left: 0;
right: 0;
}
.slz-team-tab .slz-tab .tab-filter li .link {
text-transform: inherit;
color: #304771;
}  @media screen and (max-width: 768px) {
.slz-team-wrapper-03 .slz-team-slider-03 {
margin-bottom: 0;
}
.slz-team-wrapper-03 .slz-team-slider-03 .slick-dots {
display: none !important;
}
.slz-team-wrapper-03 .slide-nav .slz-team-nav-03 {
margin-bottom: 40px;
}
.slz-team-wrapper-03 .slide-nav .slz-team-nav-03 .slick-dots {
bottom: -40px;
}
}.slz-testimonial-03 {
position: relative;
}
.slz-testimonial-03:before {
position: absolute;
content: '';
width: 50px;
height: 1px;
top: 20px;
left: 110px;
background-color: #798293;
}
.slz-testimonial-03 .client-wrapper {
padding-right: 40px;
}
.slz-testimonial-03 .client-wrapper .slick-slide {
border: none;
}
.slz-testimonial-03 .img-wrapper:after,
.slz-testimonial-01 .img-wrapper:after {
position: absolute;
content: '';
background-color: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
opacity: 1;
}
.slz-testimonial-03 .slick-current .img-wrapper:after,
.slz-testimonial-01 .slick-current .img-wrapper:after {
opacity: 0;
}
.slz-testimonial-03 .quote-wrapper {
padding-left: 170px;
}
.slz-testimonial-03 .quote-wrapper .item {
padding: 0 15px;
}
.slz-testimonial-03 .quote-wrapper .item-wrapper {
padding: 75px 90px 45px 90px;
border: 1px solid #798293;
position: relative;
}
.slz-testimonial-03 .quote-wrapper .info-wrapper {
margin-top: 20px;
padding: 0;
text-align: center;
color: #e15e5e;
font-weight: 400;
text-transform: uppercase;
font-size: 0;
}
.slz-testimonial-03 .quote-wrapper .description {
padding: 0;
text-align: center;
font-style: italic;
}
.slz-testimonial-03 .quote-wrapper .description:before {
font-family: 'FontAwesome';
content: "\f27b";
top: -65px;
left: 50%;
color: #e15e5e;
font-size: 45px;
line-height: 1;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
font-style: normal;
}
.slz-testimonial-03 .name,
.slz-testimonial-03 .position {
vertical-align: top;
font-size: 14px;
font-weight: inherit;
color: inherit;
text-transform: inherit;
}
.slz-testimonial-03 .quote-wrapper .position {
text-transform: capitalize;
}
.slz-testimonial-03 .name + .position:before {
content: '|';
} .slz-testimonial-01.layout-04 .client-wrapper {
margin-bottom: 70px;
}
.slz-testimonial-01.layout-04 .client-wrapper .item {
padding: 0 5px;
}
.slz-testimonial-01.layout-04 .client-wrapper .slick-list {
max-width: 245px;
}
.slz-testimonial-01.layout-04 .quote-wrapper {
margin: 0 -15px;
position: relative;
}
.slz-testimonial-01.layout-04 .quote-wrapper:before {
position: absolute;
content: '';
left: 50%;
top: -20px;
width: 1px;
height: 33px;
background-color: #798293;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
.slz-testimonial-01.layout-04 .quote-wrapper .content-item {
padding: 0 15px;
}
.slz-testimonial-01.layout-04 .quote-wrapper .slick-list {
max-width: none;
}
.slz-testimonial-01.layout-04 .quote-wrapper .item-wrapper {
padding: 75px 90px 45px 90px;
border: 1px solid #798293;
position: relative;
}
.slz-testimonial-01.layout-04 .quote-wrapper .ratings {
display: none;
}
.slz-testimonial-01.layout-04 .quote-wrapper .description {
font-style: italic;
}
.slz-testimonial-01.layout-04 .quote-wrapper .description:before {
position: absolute;
font-family: 'FontAwesome';
content: "\f27b";
top: -65px;
left: 50%;
font-size: 45px;
line-height: 1;
color: #e15e5e;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
font-style: normal;
}
.slz-testimonial-01.layout-04 .info-wrapper {
margin-top: 20px;
text-align: center;
font-size: 0;
}
.slz-testimonial-01.layout-04 .img-wrapper {
opacity: 1;
}
.slz-testimonial-01.layout-04 .info-wrapper .name,
.slz-testimonial-01.layout-04 .info-wrapper .position {
vertical-align: top;
font-size: 14px;
font-weight: 400;
color: #e15e5e;
}
.slz-testimonial-01.layout-04 .info-wrapper .name {
text-transform: uppercase;
}
.slz-testimonial-01.layout-04 .name + .position:before {
content: '|';
}
.slz-testimonial-01.layout-04 .btn {
font-size: 30px;
}
.slz-testimonial-01.layout-04 .btn-prev {
left: -50px;
top: 50%;
}
.slz-testimonial-01.layout-04 .btn-next {
right: -50px;
top: 50%;
}
.slz-testimonial-01.layout-04 .client-wrapper .slick-arrow {
display: none!important;
}
.slz-testimonial-01.layout-04 .quote-wrapper .slick-arrow {
display: block!important;
} .slz-testimonial-01.layout-06 .quote-wrapper {
margin: 0 -15px 50px;
position: relative;
}
.slz-testimonial-01.layout-06 .quote-wrapper:before {
position: absolute;
content: '';
left: 50%;
bottom: -10px;
width: 1px;
height: 33px;
background-color: #798293;
transform: translateY(100%);
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
}
.slz-testimonial-01.layout-06 .quote-wrapper .slick-slide {
padding: 0 15px;
}
.slz-testimonial-01.layout-06 .quote-wrapper .item-wrapper {
padding: 75px 90px 45px 90px;
border: 1px solid #798293;
position: relative;
}
.slz-testimonial-01.layout-06 .quote-wrapper .description {
font-style: italic;
}
.slz-testimonial-01.layout-06 .quote-wrapper .description:before {
position: absolute;
font-family: 'FontAwesome';
content: "\f27b";
top: -65px;
left: 50%;
font-size: 45px;
line-height: 1;
color: #e15e5e;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
font-style: normal;
}
.slz-testimonial-01.layout-06 .info-wrapper {
margin-top: 20px;
text-align: center;
font-size: 0;
}
.slz-testimonial-01.layout-06 .info-wrapper .name,
.slz-testimonial-01.layout-06 .info-wrapper .position {
vertical-align: top;
font-size: 14px;
font-weight: 400;
color: #e15e5e;
display: inline-block;
}
.slz-testimonial-01.layout-06 .info-wrapper .name {
text-transform: uppercase;
}
.slz-testimonial-01.layout-06 .name + .position:before {
content: '|';
margin: 0 10px;
}
.slz-testimonial-01.layout-06 .client-wrapper .slick-list {
max-width: 245px;
margin: 0 auto;
}
.slz-testimonial-01.layout-06 .client-wrapper .item {
padding: 0 5px;
}
.slz-testimonial-01.layout-06 .img-wrapper {
margin-bottom: 0;
overflow: hidden;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transform: scale(0.8);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
}
.slz-testimonial-01.layout-06 .slick-current .img-wrapper {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
opacity: 1;
}  @media screen and (max-width: 768px) {
.slz-testimonial-03:before {
width: 30px;
left: 95px;
}
.slz-testimonial-03 .quote-wrapper {
padding-left: 130px;
padding-top: 0;
}
.slz-testimonial-03 .quote-wrapper .item-wrapper {
padding: 55px 30px 35px 30px;
}
.slz-testimonial-03 .quote-wrapper .description:before,
.slz-testimonial-01.layout-04 .quote-wrapper .description:before,
.slz-testimonial-01.layout-06 .quote-wrapper .description:before {
top: -55px;
}
.slz-testimonial-01.layout-04 .quote-wrapper .item-wrapper,
.slz-testimonial-01.layout-06 .quote-wrapper .item-wrapper {
padding: 55px 30px 35px 30px;
}
.slz-testimonial-01.layout-04 .client-wrapper .slick-list,
.slz-testimonial-01.layout-06 .client-wrapper .slick-list {
max-width: 300px;
}
}
@media screen and (max-width: 480px) {
.slz-testimonial-03 .client-wrapper {
padding: 0;
width: calc(100% + 20px);
margin: 0 -10px 50px;
}
.slz-testimonial-03 .quote-wrapper {
padding-left: 0;
margin-top: 0;
margin: 0 -10px;
}
.slz-testimonial-03:before {
width: 1px;
height: 25px;
top: 160px;
left: 50%;
}
.slz-testimonial-03 .quote-wrapper .item-wrapper,
.slz-testimonial-01.layout-04 .quote-wrapper .item-wrapper, 
.slz-testimonial-01.layout-06 .quote-wrapper .item-wrapper {
padding: 55px 15px 20px 15px;
}
.slz-testimonial-01.layout-04 .client-wrapper .slick-list,
.slz-testimonial-01.layout-06 .client-wrapper .slick-list {
max-width: none;
}
.slz-testimonial-03 .client-wrapper .client-item {
padding: 0 5px;
}
.slz-testimonial-01.layout-04 .quote-wrapper .content-item,
.slz-testimonial-01.layout-06 .quote-wrapper .content-item {
padding: 0 10px;
}
.slz-testimonial-01.layout-04 .quote-wrapper,
.slz-testimonial-01.layout-06 .quote-wrapper {
margin-left: -10px;
margin-right: -10px;
}
.slz-testimonial-01.layout-04 .client-wrapper,
.slz-testimonial-01.layout-06 .client-wrapper {
margin-bottom: 50px;
}
.slz-testimonial-01.layout-04 .quote-wrapper:before {
height: 25px;
top: -15px;
}
}
@media screen and (max-width: 414px) {
.slz-testimonial-03:before {
top: 140px;
}
}
@media screen and (max-width: 380px) {
.slz-testimonial-03:before {
top: 130px;
}
}
@media screen and (max-width: 380px) {
.slz-testimonial-03:before {
top: 110px;
}
}.slz-timeline {
position: relative;
padding: 0;
}
.slz-timeline:before {
position: absolute;
content: '';
width: 2px;
height: 100%;
top: 0;
left: 142px;
background: #f1f1f1;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.slz-timeline .milestone {
display: table;
width: 100%;
position: relative;
padding: 0 0 30px 0;
}
.slz-timeline .milestone:last-child{
padding-bottom: 0;
}
.slz-timeline .milestone:before {
position: absolute;
content: '';
width: 20px;
height: 20px;
border: 5px solid #f3f3f3;
top: 0;
left: 142px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background: #d9d9d9;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
}
.slz-timeline .milestone .milestone-content {
display: inline-block;
width: 100%;
text-align: right;
position: relative;
float: left;
padding-right: 0;
padding-left: 205px;
text-align: left;
}
.slz-timeline .milestone .milestone-content:before {
content: none;
}
.slz-timeline .milestone .milestone-time {
display: block;
margin-bottom: 10px;
font-size: 20px;
font-weight: bold;
font-family: 'Roboto', sans-serif;
}
.slz-timeline .milestone .milestone-time a {
color: #304771;
pointer-events: none;
}
.slz-timeline .milestone .milestone-text {
display: inline-block;
max-width: 100%;
font-size: 14px;
padding-left: 30px;
font-family: 'Lato', sans-serif;
}
.slz-timeline .milestone .milestone-img {
position: absolute;
top: 50%;
left: auto;
right: 75px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.slz-timeline .milestone .milestone-number {
margin-left: 15px;
position: absolute;
top: 12px;
font-size: 20px;
font-weight: 700;
padding-left: 35px;
color: #5a5f68;
text-transform: uppercase;
line-height: 1;
left: 0;
padding-left: 0px;
padding-right: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
font-family: 'Roboto', sans-serif;
}
.slz-timeline .milestone:nth-child(even) .milestone-content {
float: left;
padding-right: 0;
padding-left: 200px;
text-align: left;
}
.slz-timeline .milestone:nth-child(even) .milestone-content:before {
right: auto;
left: 25px;
content: none;
}
.slz-timeline .milestone:nth-child(even) .milestone-img {
left: 75px;
right: auto;
}
.slz-timeline .milestone:nth-child(even) .milestone-number {
left: 0;
right: auto;
padding-left: 0;
padding-right: 0;
color: #5a5f68;
text-transform: uppercase;
} @media screen and (max-width:768px){
.slz-timeline:before{
left: 105px;
}
.slz-timeline .milestone:before{
left: 105px;
}
.slz-timeline .milestone .milestone-content{
padding-left: 145px;
}
.slz-timeline .milestone:nth-child(even) .milestone-content{
padding-left: 145px;
}
.slz-timeline .milestone .milestone-time{
}
.slz-timeline .milestone .milestone-text{
padding-left: 15px;
padding-right: 5px;
}
.slz-timeline .milestone .milestone-number{
margin-left: 15px;
}
}
@media screen and (max-width: 600px) {
.slz-timeline:before{
left: 75px;
}
.slz-timeline .milestone:before{
left: 75px;
}
.slz-timeline .milestone .milestone-content{
padding-left: 120px;
}
.slz-timeline .milestone:nth-child(even) .milestone-content{
padding-left: 120px;
}
.slz-timeline .milestone .milestone-time{
margin-left: -20px;
}
.slz-timeline .milestone .milestone-text{
padding-left: 0px;
margin-left: -10px;
}
.slz-timeline .milestone .milestone-number{
margin-left: 0;
}
}
@media screen and (max-width: 414px) {
.slz-timeline:before{
content: none;
}
.slz-timeline .milestone:before{
left: 0;
top: 34px;
position: absolute;
content: '';
-webkit-border-radius: 0;
border: none;
height: 2px;
width: 50px;
background-color: #e15e5e;
transform: translateX(0);
}
.slz-timeline .milestone .milestone-content{
padding-top: 50px;
padding-left: 0;
padding-right: 0;
}
.slz-timeline .milestone:nth-child(even) .milestone-content{
padding-top: 50px;
padding-left: 0;
padding-right: 0;
}
.slz-timeline .milestone .milestone-time{
margin-left: 0;
}
.slz-timeline .milestone .milestone-text{
margin-left: 0;
padding-right: 0;
}
}.slz-widgets .widget-title.logo-title,
.slz-widgets  .title-widget.logo-title {
border: none;
padding: 0;
margin: 0;
text-align: center;
}
.slz-widgets .widget-title.logo-title:before,
.slz-widgets  .title-widget.logo-title:before,
.slz-widgets .widget-title.logo-title:after,
.slz-widgets  .title-widget.logo-title:after {
content: none;
} .slz-widget-about-us .slz-logo {
top: auto;
left: auto;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
position: relative;
display: inline-block;
}
.slz-widget-about-us .widget-content {
margin-top: 25px;
} .slz-widget-contact-info .item,
.slz-widget-contact-info .item a {
color: #979ca5;
}
.slz-widget-contact-info .item a:hover {
color: #e15e5e;
}
.slz-widget-contact-info .item .icons {
position: relative;
top: auto;
left: auto;
}
.slz-widget-contact-info .item .text {
padding-left: 0;
} .slz-widget-category .widget-content a {
margin-bottom: 10px;
position: relative;
color: #747981;
padding-top: 0;
padding-bottom: 10px;
}
.slz-widget-category .widget-content a:hover {
color: #e15e5e;
}
.slz-widget-category .slz-categories .link > .icons {
display: inline-block;
width: 30px;
font-size: 11px;
line-height: 1;
vertical-align: initial;
}
.slz-widget-category .slz-categories .link > .icons:before {
content: "\f10c";
}
.slz-widget-category .slz-categories .link > .text {
font-size: 14px;
}
.slz-widget-category .slz-categories .link > .badge {
font-weight: inherit;
float: none;
line-height: 24px;
}
.slz-categories2 .link > .icons {
width: 30px;
font-size: 11px;
}
.slz-categories2 .link > .text,
.slz-categories2 .link > .label-right {
font-size: 14px;
}
.slz-widget-taxonomy .slz-widget-categories .widget-content .link {
line-height: 24px;
margin-bottom: 10px;
padding-bottom: 10px;
padding-top: 0;
border-bottom: 1px solid #efefef;
color: #747981;
}
.slz-widget-taxonomy .slz-widget-categories .widget-content .link:hover {
color: #e15e5e;
}
.slz-widget-taxonomy .slz-widget-categories .widget-content .link .icons {
width: 30px;
font-size: 11px;
vertical-align: initial;
}
.slz-widget-taxonomy .slz-widget-categories .widget-content .link .icons:before {
content: '\f10c';
}
.slz-widget-taxonomy .slz-widget-categories .widget-content .link .text {
font-size: 14px;
}
.slz-widget-taxonomy .slz-widget-categories .widget-content .link .badge {
float: right;
font-size: 14px;
background-color: transparent;
color: inherit;
padding: 0;
margin: 0;
font-weight: inherit;
line-height: inherit;
}
.slz-widget-categories2 .link {
padding: 10px 0;
border-top: none;
}
.slz-widget-categories2 .link:first-child {
padding-top: 0;
}
.slz-widget-categories2 .link:hover {
color: #e15e5e;
}
.slz-widget-categories2 .link > .icons:before {
content: '\f105';
} .slz-widget-material-download .widget-content .slz-btn {
width: 100%;
max-width: none;
background-color: #fafafa;
border: none;
color: #7a7a7a;
line-height: 40px;
padding: 0 30px;
overflow: hidden;
}
.slz-widget-material-download .widget-content .slz-btn:hover,
.slz-widget-material-download .widget-content .slz-btn:focus {
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
.slz-widget-material-download .widget-content .slz-btn:before {
background: #e15e5e;
top: 0;
left: 0;
right: auto;
width: 100%;
height: 0;
z-index: 2;
opacity: 1;
transform: none;
}
.slz-widget-material-download .widget-content .slz-btn:after {
content: none;
}
.slz-widget-material-download .widget-content .slz-btn:hover:before,
.slz-widget-material-download .widget-content .slz-btn:focus:before {
height: 100%;
}
.slz-widget-material-download .widget-content .slz-btn:hover .icons,
.slz-widget-material-download .widget-content .slz-btn:focus .icons {
position: relative;
top: 0;
z-index: 3;
color: #fff;
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
.slz-widget-material-download .widget-content .slz-btn .icons {
color: #a1a7b0;
top: -100%;
transition: top 0.3s ease;
-webkit-transition: top 0.3s ease;
-moz-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
.slz-widget-material-download .widget-content .slz-btn .btn-text {
top: -100%;
transition: top 0.3s ease;
-webkit-transition: top 0.3s ease;
-moz-transition: top 0.3s ease;
-o-transition: top 0.3s ease;
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
.slz-widget-material-download .widget-content .slz-btn:hover .btn-text,
.slz-widget-material-download .widget-content .slz-btn:focus .btn-text {
position: relative;
top: 0;
z-index: 3;
color: #fff;
}
.slz-widget-material-download .widget-content .slz-btn .btn-icon {
display: none;
}
.slz-widget-material-download .widget-content .slz-btn + .slz-btn {
margin-top: 10px;
margin-left: 0;
} .slz-widget-recent-post .media {
border-color: #fafafa;
}
.slz-widget-recent-post .media-left {
padding-right: 0;
}
.slz-widget-recent-post .wrapper-image {
width: 100px;
margin-right: 20px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.slz-widget-recent-post .wrapper-image:before {
padding-top: 70%;
}
.slz-widget-recent-post .wrapper-image:after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%; 
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.slz-widget-recent-post .media:hover .wrapper-image:after {
transform: none;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
-o-transform: none;
}
.slz-widget-recent-post .media-heading {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #304771;
}
.slz-widget-recent-post .media-heading:hover,
.slz-widget-recent-post .meta-info .link:hover,
.slz-widget-recent-post .meta-info .link:focus {
color: #e15e5e;
}
.slz-widget-recent-post .meta {
margin: 0;
}
.slz-widget-recent-post .meta-info {
font-style: italic;
margin: 0 8px;
font-size: 14px;
}
.slz-widget-recent-post .meta-info:before {
content: none;
}
.slz-widget-recent-post .meta-info + .meta-info {
position: relative;
}
.slz-widget-recent-post .meta-info + .meta-info:before {
position: absolute;
content: '|';
top: -1px;
left: -8px;
font-size: 14px;
}
.slz-widget-recent-post .meta-info:first-child {
margin-left: 0;
}
.slz-widget-recent-post .meta-info:last-child {
margin-right: 0;
}
.slz-widget-recent-post .meta-info .link {
color: #ababab;
padding-left: 0;
font-weight: inherit;
}
.slz-widget-recent-post .meta-info.view .link,
.slz-widget-recent-post .meta-info.comment .link {
padding-left: 5px;
}
.slz-widget-recent-post .link.date:before {
content: '\f073';
font-family: 'FontAwesome';
font-style: normal;
padding-right: 5px;
color: #ababab;
} .slz-widget-gallery .widget-content ul {
margin-top: -10px;
}
.slz-widget-gallery .widget-content ul li {
padding: 10px;
margin: 0;
} .slz-widget.widget_archive ul li {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.slz-widget.widget_archive ul li:hover, 
.slz-widget.widget_archive ul li:hover a,
.slz-widget.slz-widget-custom-post ul li:hover a{
color: #e15e5e;
} .slz-widget.widget_nav_menu ul li,
.slz-widget-custom-post li {
margin-top: 0;
padding-bottom: 0;
padding-left: 0
}
.slz-widget.widget_nav_menu ul li a {
margin-bottom: 10px;
position: relative;
color: #747981;
padding-bottom: 10px;
border-bottom: 1px solid rgba(0,0,0,0.15);
display: block;
padding-left: 20px;
}
.slz-widget.widget_nav_menu ul li a:hover {
color: #e15e5e;
} .slz-widget-tags .tag:hover {
background-color: transparent;
} .slz-new-tweet .list-news-tweet .recent-post .post-info .title .left-text .strongtext {
color: #304771;
}
.slz-new-tweet .list-news-tweet .recent-post .post-info .title .left-text a:hover .strongtext {
color: #e15e5e;
}
.slz-new-tweet .list-news-tweet .recent-post .post-info .link {
color: #747981;
}
.slz-new-tweet .list-news-tweet .recent-post .post-info .link:hover {
color: #e15e5e;
} .slz-widget-custom-post ul li a {
padding-left: 25px;
}
.slz-wrapper-footer .text-c .widget-title:before, 
.slz-wrapper-footer .text-c .title-widget:before,
.slz-wrapper-footer .text-c .widget-title:after, 
.slz-wrapper-footer .text-c .title-widget:after {
left: 50%;
transform: translateX(-50%);
}
.slz-wrapper-footer .text-r .widget-title:before, 
.slz-wrapper-footer .text-r .title-widget:before,
.slz-wrapper-footer .text-r .widget-title:after, 
.slz-wrapper-footer .text-r .title-widget:after {
left: auto;
right: 0;
}.sc-recruitment-style-tab .tab-list-wrapper {
padding-top: 12px;
}
.sc-recruitment-style-tab .slz-template-01 {
margin-bottom: 30px;
}
.sc-recruitment-style-tab .slz-template-01:last-child {
margin-bottom: 0;
}
.sc-recruitment-style-tab .slz-recent-post .media {
padding-top: 35px;
padding-bottom: 35px;
position: relative;
overflow: visible;
display: table;
width: 100%;
}
.sc-recruitment-style-tab .slz-recent-post .media:before {
content: '';
position: absolute;
left: 22%;
right: 0;
top: 0;
bottom: 0;
background-color: #fafafa;
z-index: -1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc-recruitment-style-tab .slz-recent-post .media-left {
width: 44%;
position: relative;
padding: 0;
}
.sc-recruitment-style-tab .slz-recent-post .block-label {
left: auto;
right: 0;
}
.sc-recruitment-style-tab .slz-recent-post .block-label .text {
font-size: 14px;
font-weight: 700;
padding: 12px 30px;
}
.sc-recruitment-style-tab .slz-recent-post .media-right {
width: auto;
padding: 10px 30px;
}
.sc-recruitment-style-tab .slz-recent-post .block-title {
font-size: 18px;
font-weight: 500;
color: #304771;
margin-bottom: 17px;
}
.sc-recruitment-style-tab .slz-recent-post .block-title:hover {
color: #e15e5e;
}
.slz-recent-post .block-info {
margin-bottom: 25px;
}
.sc-recruitment-style-tab .slz-recent-post .description {
margin-bottom: 20px;
}
.sc-recruitment-style-tab .slz-recent-post .wrapper-image {
width: 100%;
}
.sc-recruitment-style-tab .slz-recent-post .wrapper-image:before {
padding-top: 65%;
}
.sc-recruitment-style-tab .slz-recent-post .block-read-more {
float: right;
border-bottom: 0;
color: #304771;
font-weight: 500;
margin-right: 15px;
position: relative;
}
.sc-recruitment-style-tab .slz-recent-post .block-read-more:before {
position: absolute;
content: '';
height: 1px;
left: 0;
right: 100%;
bottom: 0;
background-color: #e15e5e;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.sc-recruitment-style-tab .slz-recent-post .block-read-more:hover {
color: #e15e5e;
}
.sc-recruitment-style-tab .slz-recent-post .block-read-more:hover:before {
right: 0;
}
.sc-recruitment-style-tab .slz-recent-post .block-read-more i {
float: right;
padding-top: 5px;
}
.sc-recruitment-style-tab .slz-recent-post .block-image img {
height: 100%;
width: auto;
max-width: none;
} .recruitment-detail-wrapper .image-box {
position: relative;
}
.slz-blog-detail .recruitment-detail-wrapper .slz-featured-block:before {
content: none;
}
.recruitment-detail-wrapper .image-box:before {
content: '';
display: block;
padding-top: 56%;
} @media screen and (max-width: 768px) {
.sc-recruitment-style-tab .tab-list-wrapper,
.sc-recruitment-style-tab .slz-recent-post .media {
padding-top: 0;
}
.sc-recruitment-style-tab .slz-recent-post .media-left {
width: 100%;
display: block;
}
.sc-recruitment-style-tab .slz-recent-post .media-right {
display: block;
}
.sc-recruitment-style-tab .slz-recent-post .media:before {
left: 0;
bottom: 35px;
}
.sc-recruitment-style-tab .slz-recent-post .block-read-more {
float: none;
display: inline-block;
}
}
@media screen and (max-width: 480px) {
.sc-recruitment-style-tab .slz-recent-post .media-right {
padding-top: 20px;
padding-bottom: 25px;
display: block;
width: 100%;
}
.sc-recruitment-style-tab .slz-recent-post .media-left {
display: block;
width: 100%;
}
.sc-recruitment-style-tab .slz-recent-post .media:before {
left: 0;
right: 0;
}
}.slz-teams .project-wrapper{
margin: 50px 15px 0;
overflow: hidden;
}
.slz-teams .slz-about-me-02.style-02 .block-wrapper {
background-color: transparent;
border-bottom: 4px solid #e15e5e;
margin-bottom: 50px;
display: table;
width: 100%;
}
.slz-teams .slz-about-me-02 .image-wrapper {
width: 350px;
display: table-cell;
vertical-align: top;
position: relative;
overflow: hidden;
}
.slz-teams .slz-about-me-02 .image-wrapper:before {
padding-top: 129%;
display: block;
content: '';
}
.slz-teams .slz-about-me-02.style-02 .image-wrapper img {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.slz-teams .slz-about-me-02.style-02 .content-wrapper {
width: calc(100% - 350px);
padding-top: 40px;
display: table-cell;
vertical-align: top;
padding-left: 50px;
}
.slz-teams .slz-about-me-02.style-02 .heading-wrapper {
padding-bottom: 20px;
}
.slz-teams .slz-about-me-02.style-02 .heading-left {
float: left;
}
.slz-teams .slz-about-me-02.style-02 .heading-right {
float: right;
}
.slz-teams .slz-about-me-02.style-02 .content-wrapper .description {
margin-bottom: 10px;
}
.slz-teams .slz-about-me-02.style-02 .content-wrapper .slz-info-block a {
display: block;
}
.slz-teams .slz-about-me-02.style-02 .name {
font-size: 24px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #304771;
}
.slz-teams .slz-about-me-02.style-02 .info-wrapper {
font-size: 14px;
color: #e15e5e;
font-weight: 400;
}
.slz-teams .slz-about-me-02 .list-social-wrapper {
margin: 5px 0;
padding: 0;
}
.slz-teams .slz-about-me-02 .list-social-wrapper li {
margin: 0 15px;
}
.slz-teams .slz-about-me-02 .list-social-wrapper li:first-child {
margin-left: 0;
}
.slz-teams .slz-about-me-02 .list-social-wrapper li:last-child {
margin-right: 0;
}
.slz-teams .slz-about-me-02 .list-social-wrapper li a {
margin: 0;
}
.slz-teams .slz-about-me-02.style-02 .info-description {
margin-top: 15px;
}
.slz-teams .slz-about-me-02.style-02 .info-description a {
display: block;
margin-top: 5px;
}
.slz-teams .slz-about-me-02.style-02 .info-description a span {
padding-right: 5px;
font-weight: 700;
color: #3b424d;
}
.slz-teams .slz-about-me-02.style-02 .info-description a:first-child {
margin-top: 0;
}
.slz-teams .project-wrapper .title {
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 700;
color: #304771;
text-transform: uppercase;
margin-bottom: 30px;
} .slz-portfolio .related-portfolio {
padding: 0 15px;
}
.slz-portfolio .related-portfolio .title {
font-size: 24px;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #304771;
text-transform: uppercase;
position: relative;
padding-top: 15px;
margin-bottom: 50px;
display: inline-block;
}
.slz-portfolio .related-portfolio .title:before {
position: absolute;
content: '';
width: 50%;
height: 2px;
background-color: #e15e5e;
top: 0;
left: 0;
}
.slz-portfolio .related-portfolio .title:after {
position: absolute;
content: '';
width: 100%;
height: 2px;
background-color: #e15e5e;
top: 4px;
left: 0;
}
.slz-carousel-wrapper .slz-block-item-01 .block-content-wrapper {
text-align: center;
}
.slz-carousel-wrapper .slz-block-item-01 .block-title {
font-size: 16px;
font-family: 'Libre Baskerville',serif;
line-height: inherit;
} .slz-recruitments .recruitment-detail-wrapper .title {
font-family: 'Roboto', sans-serif;
font-size: 27px;
margin-bottom: 15px;
color: #3b424d;
}
.slz-recruitments .recruitment-detail-wrapper .block-info {
margin-bottom: 30px;
font-style: normal;
} .slz-services .service-detail-wrapper .title {
font-family: 'Roboto', sans-serif;
font-size: 27px;
margin-bottom: 15px;
color: #3b424d;
} .slz-blog-detail.layout-4 .title {
margin-bottom: 10px;
}@media (min-width:992px) and (max-width:1023px) {
.body-wrapper.style-boxed {
width: auto!important
}
.body-wrapper.style-boxed .header-middle {
width: auto;
}
}
@media (min-width:1024px) and (max-width:1199px) {
.body-wrapper.style-boxed {
width: 1000px!important
}
.body-wrapper.style-boxed .header-middle {
width: 1000px;
}
.body-wrapper.style-boxed .container {
width: 100%
}
}
@media (min-width:1200px) {
.body-wrapper.style-boxed .container {
width: 100%
}
}
@media screen and (max-width: 991px) { .body-wrapper.style-boxed {
width: auto!important
}
.body-wrapper.style-boxed .header-middle {
width: auto;
}
}   @media screen and (max-width: 768px) {
.banner-subcribe .subcribe-info {
width: 100%;
float: none;
}
.banner-subcribe .slz-btn {
float: none;
}
.slz-block-video .title {
font-size: 30px;
}
.slz-block-item-01 .block-content {
padding: 20px;
}
.slz-template-03 .slz-block-item-01.style-1 .block-content,
.slz-template-03 .slz-block-item-01.style-2 .block-image + .block-content, 
.slz-template-03.block-right-left .slz-list-block .item:nth-child(even) .block-content {
padding: 20px;
}
.template-higher-top {
margin-top: 100px;
}
.template-sidebar-full #page-sidebar .slz-widget {
width: 50%;
}
.template-sidebar-full #page-sidebar .slz-widget:nth-child(-n + 3) {
margin-top: 60px;
}
.template-sidebar-full #page-sidebar .slz-widget:nth-child(-n + 2) {
margin-top: 0;
}
.banner-subcribe.slz-banner-01{
text-align: center;
}
.vc_column_container{
width: 100%;
}
.slz-banner-01 .content-wrapper{
padding: 45px 60px 80px 60px;
}
.banner-subcribe .slz-btn{
margin-top: 20px;
}
.banner-subcribe .subcribe-info h1.title{
padding-bottom: 20px;
font-size: 26px;
}
.banner-subcribe .subcribe-info .description p{
font-size: 16px;
}
.slz-teams .slz-about-me-02.style-02 .heading-right{
width: 100%;
}
.slz-teams .slz-about-me-02.style-02 .content-wrapper{
padding-left: 15px;
}
.slz-teams .slz-about-me-02.style-02 .heading-left{
margin-bottom: 15px;
}
.slz-page-404 .title {
font-size: 36px;
}
.slz-page-404 img{
width: 80%;
}
} @media screen and (max-width: 767px) {
.template-sidebar-full #page-sidebar .slz-widget {
width: 100%;
margin-top: 100px;
}
.template-sidebar-full #page-sidebar .slz-widget:nth-child(-n + 2) {
margin-top: 100px;
}
.template-sidebar-full #page-sidebar .slz-widget:first-child {
margin-top: 0;
}
.template-sidebar-full #page-sidebar .slz-widget:nth-child(2n) {
padding-left: 15px;
margin-top: 100px;
}
.template-sidebar-full #page-sidebar .slz-widget:nth-child(2n + 1) {
padding-right: 15px
}
.slz-page-404 .title {
font-size: 30px;
}
.slz-page-404 img{
width: 80%;
}
} @media screen and (max-width: 600px) {
.wpcf7 .cf7-form-control.input-alt {
width: 100%;
margin: 0 0 10px;
}        
.slz-banner-01 .content-wrapper{
padding: 25px 15px 60px 15px;
}
.slz-teams .slz-about-me-02 .image-wrapper{
display: block;
width: 100%;
}
.slz-teams .slz-about-me-02.style-02 .content-wrapper{
display: block;
width: 100%;
}
.slz-teams .slz-about-me-02.style-02 .content-wrapper{
padding-left: 0;
}
.slz-teams .slz-about-me-02.style-02 .block-wrapper{
padding-bottom: 20px;
}
.slz-teams .slz-about-me-02.style-02 .heading-left{
margin-bottom: 20px;
}
.slz-list-block.slz-column-5 > .item:nth-child(-n + 3){
margin-top: 30px;
}
.slz-teams .slz-about-me-02.style-02 .heading-left{
margin-bottom: 10px;
}
.slz-teams .slz-about-me-02.style-02 .info-wrapper{
padding-top: 10px;
}
} @media screen and (max-width:480px) {
.slz-page-404 .slz-btn{
display: block;
max-width: 480px;
width: 60%;
display:inline-block;
}
.slz-page-404 .title {
font-size: 20px;
}
.slz-page-404 img {
width: 80%;
}
.slz-banner-01 .title{
font-size: 30px;
}
.slz-title-command .title-command-wrapper .title {
font-size: 28px !important;
}
.slz-list-block .slz-progress-bar-02 {
padding: 10px 0;
}
} @media screen and (max-width: 414px) {
.wpcf7 .cf7-form-control.left,
.wpcf7 .cf7-form-control.right {
width: 100%;
margin: 0 0 10px;
}
.template-sidebar-full #page-sidebar .slz-widget {
width: 100%;
}
.template-sidebar-full #page-sidebar .slz-widget:nth-child(-n + 2) {
margin-top: 60px;
}
.template-sidebar-full #page-sidebar .slz-widget:first-child{
margin-top: 0;
}
} @media screen and (max-width: 380px) {
.slz-page-404 .title {
font-size: 16px;
}
} @media screen and (max-width: 320px) {
.slz-block-video .btn-play:after {
font-size: 12px;
}
}