@-webkit-keyframes moveUp {
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes moveUp {
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@keyframes spin-rotate-left {
to {
transform: rotate(30deg);
}
from {
transform: rotate(175deg);
}
}
@-webkit-keyframes spin-rotate-left {
to {
transform: rotate(30deg);
}
from {
transform: rotate(175deg);
}
}
@keyframes spin-rotate-right {
from {
transform: rotate(-175deg);
}
to {
transform: rotate(-30deg);
}
}
@-webkit-keyframes spin-rotate-right {
from {
transform: rotate(-175deg);
}
to {
transform: rotate(-30deg);
}
}
@keyframes spin-rotate-all {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@-webkit-keyframes spin-rotate-all {
from {
transform: rotate(0deg);
}
to {
transform: rotate(-360deg);
}
}
@keyframes spin-fade-in-first {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes spin-fade-in-first {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes spin-fade-in-second {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes spin-fade-in-second {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes markerWave {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(5.5);
transform: scale(5.5);
opacity: 0;
}
}
@keyframes markerWave {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0.8;
}
20% {
opacity: 0.8;
}
100% {
-webkit-transform: scale(5.5);
transform: scale(5.5);
opacity: 0;
}
}
@-webkit-keyframes sk-rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes sk-rotate {
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes sk-bounce {
0%, 100% {
-webkit-transform: scale(0);
}
50% {
-webkit-transform: scale(1);
}
}
@keyframes sk-bounce {
0%, 100% {
transform: scale(0);
-webkit-transform: scale(0);
}
50% {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@-moz-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-ms-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@keyframes headerSlideDown {
0% {
margin-top: -150px;
}
100% {
margin-top: 0;
}
}
@-webkit-keyframes squares {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-webkit-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-webkit-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@-moz-keyframes squares {
0% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-moz-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-moz-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@-o-keyframes squares {
0% {
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-o-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-o-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@keyframes squares { 0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
20% {
-webkit-transform: scale(1.24);
-moz-transform: scale(1.24);
-o-transform: scale(1.24);
transform: scale(1.24);
opacity: 1;
}
100% {
-webkit-transform: scale(2.1);
-moz-transform: scale(2.1);
-o-transform: scale(2.1);
transform: scale(2.1);
opacity: 0;
}
}
@keyframes lds-hourglass {
0% {
transform: rotate(0);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
50% {
transform: rotate(900deg);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
transform: rotate(1800deg);
}
}
.ft-heading {
font-family: 'Barlow', sans-serif;
}
html {
box-sizing: border-box;
}
a {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #47a145;
}
a, a:hover, a:focus, a:before, a:after {
outline: none;
text-decoration: none;
}
a:hover, a:focus {
color: #860000;
}
*, *:before, *:after {
box-sizing: inherit;
}
p {
margin-bottom: 15px;
}
body {
background-color: #fff;
font-size: 16px;
line-height: 1.6875;
color: #9b9b9b;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: normal;
letter-spacing: 0;
}
body.body-default-font {
font-family: 'Roboto', sans-serif;
}
.site {
position: relative;
}
@media screen and (max-width: 991px) {
.site {
overflow-x: hidden;
}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #28293a;
clear: both;
line-height: 1.2;
margin: 0 0 15px;
font-weight: 700;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
font-family: 'Barlow', sans-serif;
}
h1, .h1 {
font-size: 52px;
}
h2, .h2 {
font-size: 42px;
}
h3, .h3 {
font-size: 38px;
}
h4, .h4 {
font-size: 32px;
}
h5, .h5 {
font-size: 24px;
font-weight: 600;
}
h6, .h6 {
font-size: 18px;
font-weight: 600;
}
img {
width: auto;
max-width: 100%;
height: auto;
}
label {
margin-bottom: 0;
}
table {
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed;
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin: 0 0 32px;
width: 100%;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
table th {
color: #282828;
}
caption, td {
font-weight: normal;
text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
padding: 13px 8px;
}
th {
font-weight: 600;
border-top: 1px solid #ededed;
padding: 10px;
border-right: 1px solid #ededed;
}
td {
border-top: 1px solid #ededed;
padding: 10px;
border-right: 1px solid #ededed; }
dl {
margin: 0 0 0 25px;
}
dl dt {
font-weight: normal;
line-height: 26px;
text-transform: uppercase;
font-weight: 700;
color: #000;
}
dl dd {
line-height: normal;
margin-bottom: 20px;
}
dl dd a {
color: #000;
}
dl dd a:hover {
color: #860000;
}
code, kbd {
background-color: transparent;
border-radius: 4px;
color: inherit;
font-size: 100%;
padding: 2px 4px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
ins {
color: #fff;
border: none;
padding: 2px;
text-decoration: none;
background-color: #860000;
}
pre {
background: #f5f5f5;
color: #666;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
ol {
list-style: outside none decimal;
}
ul {
padding: 0;
margin: 0 0 15px;
}
ul li {
list-style-position: inside;
}
dl + h2 + ul {
padding-left: 35px;
}
dl + h2 + ul ul {
padding-left: 35px;
}
dl + h2 + ul ul li {
list-style: outside;
}
blockquote {
border-left: 2px solid #860000;
padding: 15px 0 20px 30px;
margin-bottom: 20px;
}
blockquote p {
font-size: 18px;
color: #28293a;
margin-bottom: 0 !important;
}
blockquote cite {
display: inline-block;
margin-top: 10px;
}
.post-password-form label {
display: block;
max-width: 60%;
}
.post-password-form input {
margin: 10px 0;
}
@media screen and (max-width: 767px) {
.post-password-form label {
max-width: 60%;
}
}
#tslOverlay {
background-color: transparent !important;
}
#elementor-panel-get-pro-elements {
display: none !important;
}
.elementor-icons-manager__tab__item {
height: 80px !important;
}
.link-white {
text-align: center;
color: #fff;
font-size: 14px;
font-weight: 700;
}
.link-white a {
color: #860000;
}
.link-white a:hover {
color: #fff;
}
.cshlg-popup {
background-color: rgba(0, 0, 0, 0.4);
}
.cshlg-popup .login_dialog {
border-radius: 4px;
}
.cshlg-popup .login_dialog h2 {
text-align: left;
font-weight: bold;
font-size: 22px;
}
@media screen and (min-width: 768px) {
.cshlg-popup .login_dialog {
padding: 50px;
}
}
@media screen and (max-width: 575px) {
.cshlg-popup .login_dialog {
max-width: 280px;
min-width: 250px;
padding: 20px 15px;
}
.cshlg-popup .login_dialog .login_submit {
line-height: 45px;
}
}
.text-border-button strong {
border-bottom: 2px solid #860000;
}
.btn-full .btn {
width: 100%;
display: block;
}
.text-block {
font-size: 15px;
line-height: 23px;
}
.z-index1 {
z-index: 1;
}
.z-index2 {
z-index: 2;
}
.z-index3 {
z-index: 3;
}
.d-table {
display: table;
}
.bg-icon-custom i {
background-color: #28293a;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
width: 22px;
color: #fff;
font-size: 12px !important;
line-height: 22px;
text-align: center;
height: 22px;
top: -2px !important;
-webkit-transition: all 500ms linear 0ms;
-khtml-transition: all 500ms linear 0ms;
-moz-transition: all 500ms linear 0ms;
-ms-transition: all 500ms linear 0ms;
-o-transition: all 500ms linear 0ms;
transition: all 500ms linear 0ms;
}
.bg-icon-custom a:hover i {
background-color: #860000;
}
.bg-icon-custom.bg-icon-white i {
background-color: #fff;
color: #28293a;
}
.bg-icon-custom.bg-hover-primary a:hover {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.bg-icon-custom.bg-hover-primary a:hover i {
background-color: #fff;
color: #860000;
}
.bg-icon-custom.bg-hover-white i {
background-color: #fff;
color: #28293a;
}
.bg-icon-custom.bg-hover-white a:hover {
background-color: #fff;
border-color: #fff;
color: #860000;
}
.bg-icon-custom.bg-hover-white a:hover i {
background-color: #860000;
color: #fff;
}
.dismissButton {
height: 36px;
line-height: 36px;
}
.dismissButton:hover {
background-color: #28293a;
color: #fff;
}
.text-under-line strong {
border-bottom: 2px solid #860000;
}
.btn-padding-custom .btn {
padding-left: 42px;
padding-right: 42px;
}
.text-under-line2 strong a {
border-bottom: 2px solid #860000;
}
.text-under-line3 cite {
font-style: normal;
border-bottom: 2px solid #fff;
}
.text-under-line3 a {
color: inherit;
}
.text-under-line3 a:hover {
color: inherit;
}
.d-table-cell {
display: table-cell;
vertical-align: middle;
}
.br-1px {
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.br-2px {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.br-3px {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.br-4px {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.br-5px {
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.br-6px {
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
.br-7px {
-webkit-border-radius: 7px;
-khtml-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
border-radius: 7px;
}
.br-8px {
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
}
.br-9px {
-webkit-border-radius: 9px;
-khtml-border-radius: 9px;
-moz-border-radius: 9px;
-ms-border-radius: 9px;
-o-border-radius: 9px;
border-radius: 9px;
}
.br-10px {
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.z-index0 {
z-index: 0;
position: relative;
}
.phone-svg {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/phone-icon.png);
background-repeat: no-repeat;
padding-left: 35px;
background-position: 0px 3px;
background-size: 17px 17px;
}
.bg-image {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.screen-reader-text {
display: none;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
.bg-gradient-slider {
position: relative;
}
.bg-gradient-slider:before {
position: absolute;
content: "";
width: 100%;
height: 60%;
top: 0;
background-size: 100%;
opacity: 0.7;
background-position: 100% 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
display: block;
z-index: 1;
background: linear-gradient(#222, rgba(34, 34, 34, 0.1) 60%, rgba(34, 34, 34, 0.1) 50%, rgba(34, 34, 34, 0));
}
.row-section-scoll-custom .elementor-container .elementor-row {
position: relative;
}
.bg-row-custom {
overflow: hidden;
}
@media screen and (min-width: 1300px) {
.bg-row-custom {
position: relative;
}
.bg-row-custom:before, .bg-row-custom:after {
content: "";
display: block;
width: 115px;
height: 100%;
background-color: #fff;
position: absolute;
top: 0;
bottom: 0;
}
.bg-row-custom:before {
left: 0;
}
.bg-row-custom:after {
right: 0;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.bg-row-custom:before, .bg-row-custom:after {
width: 0px;
}
}
@media screen and (min-width: 992px) {
.heading-position-custom {
position: absolute !important;
top: 0;
}
}
.btn-slider-custom {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.btn-slider-custom i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 24px;
width: 24px;
font-size: 12px;
line-height: 24px;
margin-left: 10px;
text-align: center !important;
background-color: #fff;
color: #860000;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
@media screen and (max-width: 991px) {
.btn-slider-custom i {
display: none;
}
}
.btn-slider-custom:hover i {
background-color: #28293a;
color: #fff;
}
.btn-slider-ouline {
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.btn-slider-ouline i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 24px;
width: 24px;
font-size: 12px;
line-height: 24px;
margin-left: 10px;
text-align: center !important;
background-color: #fff;
color: #860000;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
@media screen and (max-width: 991px) {
.btn-slider-ouline i {
display: none;
}
}
.btn-slider-ouline:hover i {
background-color: #28293a;
color: #fff;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.padding-custom {
padding: 0 25px !important;
}
}
@media (min-width: 992px) and (max-width: 1280px) {
.padding-custom {
padding: 0 30px !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.column-pd-custom > .elementor-column-wrap {
padding: 0 25px !important;
}
}
@media (min-width: 992px) and (max-width: 1280px) {
.column-pd-custom > .elementor-column-wrap {
padding: 0 25px !important;
}
}
.alignleft, .alignright, .aligncenter {
margin-top: 6px;
margin-bottom: 45px;
}
.alignleft {
display: inline;
float: left;
margin-right: 35px;
}
.alignright {
display: inline;
float: right;
margin-left: 35px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.bg-overlay {
position: relative;
}
.bg-overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: inherit;
display: block;
}
.el-overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.box-white {
background-color: #fff;
border: 1px solid #e5e5e5;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
padding: 29px;
}
.box-white .menu li {
font-size: 18px;
line-height: 29px;
font-weight: 600;
}
.bg_primary {
background-color: #860000;
}
.bg-primary {
background-color: #860000 !important;
}
.primary_color {
color: #860000;
}
.br-radius {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.cms-box {
padding: 30px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background-color: #fff;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
-khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.site-overlay {
position: fixed;
z-index: -1;
background-color: rgba(0, 0, 0, 0.5);
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
cursor: url(//lesoft.com/wp-content/themes/smartdata/assets/images/pointer.png), auto;
}
.site-overlay.open {
z-index: 9990;
opacity: 1;
visibility: visible;
}
.cms-bgimage {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.row-visible {
overflow: visible !important;
}
.cms-icon-plus {
height: 10px;
width: 10px;
position: relative;
display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
content: "";
background-color: #860000;
position: absolute;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
width: 100%;
height: 2px;
top: 4px;
left: 0;
}
.cms-icon-plus:after {
width: 2px;
height: 100%;
left: 4px;
top: 0;
}
.overlay-gradient {
position: relative;
overflow: hidden;
display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
z-index: 2;
background-image: -webkit-gradient(linear, left top, left bottom, from(#28293a), to(rgba(0, 0, 0, 0)));
background-image: -webkit-linear-gradient(bottom, #28293a, rgba(0, 0, 0, 0));
background-image: -moz-linear-gradient(bottom, #28293a, rgba(0, 0, 0, 0));
background-image: -ms-linear-gradient(bottom, #28293a, rgba(0, 0, 0, 0));
background-image: -o-linear-gradient(bottom, #28293a, rgba(0, 0, 0, 0));
background-image: linear-gradient(bottom, #28293a, rgba(0, 0, 0, 0));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#28293a', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
background-color: #28293a;
opacity: 0.3;
z-index: 1;
}
.inline-block {
display: inline-block;
vertical-align: middle;
width: auto !important;
}
.text-right, .align-right {
text-align: right;
}
.text-left, .align-left {
text-align: left;
}
.text-center, .align-center {
text-align: center;
}
.align-justified {
width: 100%;
}
.h-main {
font-weight: 700;
}
.border-shadow {
-webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
-khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
-moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
-ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
-o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
border: 2px solid #28293a;
}
.l-spacing1 {
letter-spacing: -0.016em;
}
.highlight {
color: #860000;
}
.landing-shadow {
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
-khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
list-style: none;
margin: 0;
}
.line-gap {
background-color: #ebebea;
height: 1px;
margin-left: 15px;
width: calc(100% - 30px);
width: -webkit-calc(100% - 30px);
width: -ms-calc(100% - 30px);
width: -o-calc(100% - 30px);
}
.z-index-1 {
z-index: 1;
}
.cms-menu {
margin: 0;
list-style: none;
}
.cms-menu > li {
display: inline-block;
}
.cms-menu > li > a {
color: ;
font-size: 14px;
margin: 0 16px;
position: relative;
}
.cms-menu > li > a:before {
content: "";
width: 1px;
height: 13px;
background-color: #e7e7e7;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: -16px;
}
.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
color: #860000;
}
.cms-menu > li:last-child > a {
margin-right: 0;
}
.cms-menu > li:last-child > a:before {
display: none;
}
.cms-menu .sub-menu {
display: none;
}
.cms-menu.footer-menu > li > a {
margin: 0 12px;
color: #8e8e8e;
}
.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
color: #860000;
}
.cms-menu.footer-menu > li:last-child > a {
margin-right: 0;
}
.text-btn-custom a {
color: #28293a;
}
.text-btn-custom a i {
font-size: 12px;
margin-left: 5px;
color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
width: 24px;
height: 24px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #28293a;
line-height: 24px;
text-align: center;
}
.text-btn-custom a:hover i {
background-color: #860000;
}
@media screen and (min-width: 992px) {
.text-left-lg {
text-align: left !important;
}
.text-right-lg {
text-align: right !important;
}
}
@media screen and (max-width: 1199px) {
.align-center-md {
text-align: center;
}
.align-left-md {
text-align: left;
}
.align-right-md {
text-align: right;
}
.align-justified-md {
width: 100%;
}
}
@media screen and (max-width: 991px) {
.text-center-md {
text-align: center !important;
}
.text-left-md {
text-align: left !important;
}
.text-right-md {
text-align: right !important;
}
.align-center-sm {
text-align: center;
}
.align-left-sm {
text-align: left;
}
.align-right-sm {
text-align: right;
}
.align-justified-sm {
width: 100%;
}
}
@media screen and (max-width: 767px) {
.text-center-sm {
text-align: center !important;
}
.text-left-sm {
text-align: left !important;
}
.text-right-sm {
text-align: right !important;
}
.align-center-xs {
text-align: center;
}
.align-left-xs {
text-align: left;
}
.align-right-xs {
text-align: right;
}
.align-justified-xs {
width: 100%;
}
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
color: inherit;
opacity: 1;
text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
background-color: #fff;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
border: 2px solid #e7ebef;
color: inherit;
padding: 8px 19px;
line-height: normal;
height: 61px;
font-size: 14px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
width: 100%;
outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
border-color: #860000;
}
select {
height: 51px;
}
textarea {
line-height: normal;
padding-top: 19px;
padding-bottom: 14px;
height: 160px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
outline: 0;
border-color: #860000;
}
.cms-select form {
position: relative;
background-color: #fff;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.cms-select select {
height: 39px;
line-height: 37px;
font-size: 15px;
background-color: transparent;
position: relative;
z-index: 99;
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
}
.cms-select i {
position: absolute;
right: 14px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
margin-bottom: 30px;
display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
border: medium none;
font-style: italic;
padding: 0;
margin: 20px 0 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
padding: 15px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: green;
text-align: center;
color: #fff;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
padding: 15px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
text-align: center;
color: #fff;
background-color: #f13c3c;
}
.wpcf7-form .ajax-loader {
display: none !important;
}
.wpcf7-form .wpcf7-menu {
display: block;
}
.wpcf7-form .wpcf7-menu select {
background-color: transparent;
-webkit-appearance: none;
-khtml-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
padding: 5px;
}
.select2 .select2-selection--single {
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border: 1px solid #e7e8e9;
height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
padding-left: 15px;
line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
right: 8px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
#ui-datepicker-div {
background-color: #fff;
padding: 22px;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
position: absolute;
top: -9999px;
min-width: 300px;
z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
display: block;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
position: absolute;
top: 0;
padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
content: "\f104";
color: #040e24;
font-family: FontAwesome;
font-size: 16px;
left: 0;
position: absolute;
right: 0;
top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
color: #860000;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
font-weight: 700;
line-height: 30px;
margin-bottom: 10px;
min-height: 40px;
text-align: center;
text-transform: uppercase;
font-size: 16px;
color: #282828;
font-family: 'Barlow', sans-serif;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
margin: 0;
width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
text-align: center;
padding: 6px;
color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
color: #860000;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
color: #860000;
}
form .select2-container--default {
width: 100% !important;
}
form .select2-container--default .select2-selection {
border: 1px solid #e7e8e9;
height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
line-height: 47px;
padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
right: 10px;
top: 50%;
color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
height: 20px;
line-height: 20px;
position: absolute;
right: 30px;
text-align: center;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
width: 20px;
color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
border: 1px solid #e7e8e9;
padding-left: 15px;
padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
background-color: #860000;
}
.cms-field-checkbox {
position: relative;
padding-left: 27px;
}
.cms-field-checkbox .icon-check {
border: 1px solid #e1e3e3;
border-radius: 1px;
display: block;
height: 17px;
width: 17px;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 1;
}
.cms-field-checkbox .icon-check:before {
content: "\f00c";
font-size: 13px;
color: #860000;
position: absolute;
top: -4px;
left: 1px;
font-family: FontAwesome;
opacity: 0;
}
.cms-field-checkbox input {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
width: 100%;
opacity: 0;
cursor: pointer;
z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
opacity: 1;
}
.nice-select {
position: relative;
padding-right: 40px;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.nice-select:after {
content: "\f107";
font-family: FontAwesome;
font-size: 20px;
color: #9b9b9b;
position: absolute;
right: 18px;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
}
.nice-select span.current {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 41px;
}
.nice-select .option {
text-overflow: ellipsis;
overflow: hidden;
}
.nice-select.open .list {
padding: 5px;
min-width: 185px;
overflow: auto;
width: 100%;
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #ccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
max-height: 250px;
overflow: auto;
background-color: #fff;
padding: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
right: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
color: #9b9b9b;
}
.nice-select .list .selected {
color: #9b9b9b;
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
line-height: normal;
list-style: none;
outline: none;
padding: 8px 24px;
text-align: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f3f3f4;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
.btn, button, .button, input[type="submit"] {
background-color: #860000;
font-size: 15px;
color: #fff;
text-transform: capitalize;
padding: 0 30px;
line-height: 60px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
font-weight: 700;
border: 2px solid #860000;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
outline: medium none;
text-decoration: none;
color: #fff;
background-color: #28293a;
border-color: #28293a;
}
.btn i {
margin-left: 8px;
font-size: 22px;
position: relative;
top: 2px;
}
.btn i.space-left {
margin-left: 0;
margin-right: 8px;
}
.btn.btn-small {
padding-left: 15px;
padding-right: 15px;
line-height: 37px;
}
.btn.btn-primary-noborder {
padding: 0;
background-color: transparent;
color: #860000;
border: none;
}
.btn.btn-primary-noborder:hover, .btn.btn-primary-noborder:focus {
color: #28293a;
}
.btn.btn-outline {
background-color: transparent;
color: #860000;
border: 2px solid #860000;
}
.btn.btn-outline:hover {
background-color: #860000;
color: #fff;
}
.btn.btn-secondary {
background-color: #28293a;
border-color: #28293a;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.btn.btn-secondary.btn-secondary2:hover, .btn.btn-secondary.btn-secondary2:focus {
background-color: #f8f8f8;
border-color: #f8f8f8;
color: #860000;
}
.btn.btn-secondary.btn-secondary3:hover, .btn.btn-secondary.btn-secondary3:focus {
background-color: #222;
border-color: #222;
color: #fff;
}
.btn.btn-outline-secondary {
background-color: transparent;
border-color: #28293a;
color: #28293a;
}
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
border-color: #860000;
color: #860000;
}
.btn.btn-outline-secondary.btn-outline-hv-primary:hover, .btn.btn-outline-secondary.btn-outline-hv-primary:focus {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.btn.btn-outline-secondary.btn-outline-hv-secondary:hover, .btn.btn-outline-secondary.btn-outline-hv-secondary:focus {
background-color: #28293a;
border-color: #28293a;
color: #fff;
}
.btn.btn-secondary-noborder {
background-color: transparent;
color: #28293a;
border: none;
padding: 0;
}
.btn.btn-secondary-noborder:hover, .btn.btn-secondary-noborder:focus {
color: #860000;
}
.btn.btn-white {
background-color: #fff;
border-color: #fff;
color: #0e2b5d;
}
.btn.btn-white:hover, .btn.btn-white:focus {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.btn.btn-outline-white {
background-color: transparent;
border-color: #fff;
}
.btn.btn-outline-white:hover {
background-color: #fff;
color: #0e2b5d;
}
.btn.btn-white-noborder {
padding: 0;
background-color: transparent;
color: #fff;
border: none;
}
.btn.btn-white-noborder:hover, .btn.btn-white-noborder:focus {
color: #860000;
}
.btn-text-primary {
font-size: 15px;
font-weight: 700;
}
.btn-text-primary i {
font-size: 20px;
margin-left: 9px;
}
.btn-text-primary i.space-left {
margin-right: 9px;
}
.btn-more {
color: #0e2b3d;
font-size: 15px;
font-weight: 700;
display: flex;
flex-wrap: wrap;
text-transform: capitalize;
}
.btn-more i {
margin-right: 9px;
height: 22px;
width: 22px;
line-height: 22px;
border-radius: 22px;
background-color: #860000;
color: #fff;
font-size: 11px;
position: relative;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-align: center;
}
.btn-align-center {
text-align: center;
}
.btn-align-right {
text-align: right;
}
.btn-group .btn + .btn {
margin-left: 30px;
}
.btn-block {
display: block;
}
.elementor-widget-wrap > .btn-inline.elementor-widget {
display: inline-block;
width: auto;
}
.elementor-widget-wrap > .btn-inline.elementor-widget .cms-button-wrapper {
margin-right: 40px;
margin-bottom: 30px;
}
.elementor-widget-wrap > .btn-inline.elementor-widget + .elementor-widget-image {
float: left;
width: auto;
margin-bottom: 30px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.btn-icon-custom i {
margin-left: 0;
margin-right: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
width: 22px;
height: 22px;
line-height: 23px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
font-size: 13px;
}
.btn-icon-custom.bg-sp a {
color: #fff !important;
background-color: #28293a !important;
border-color: #28293a !important;
}
.btn-icon-custom.bg-sp i {
top: -1px;
background-color: #fff;
color: #28293a;
}
.btn-icon-custom.bg-sp:hover a {
background-color: #860000 !important;
border-color: #860000 !important;
color: #fff;
}
.btn-icon-custom.bg-sp:hover a i {
color: #860000 !important;
}
.btn-icon-custom.bg-ps a {
color: #fff !important;
background-color: #860000 !important;
border-color: #860000 !important;
}
.btn-icon-custom.bg-ps i {
top: -1px;
background-color: #fff;
color: #860000;
}
.btn-icon-custom.bg-ps:hover a {
color: #fff;
background-color: #28293a !important;
border-color: #28293a !important;
color: #fff;
}
.btn-icon-custom.bg-ps:hover a i {
color: #28293a !important;
}
.btn-icon-custom.bg-sw a {
color: #fff;
background-color: #28293a !important;
border-color: #28293a !important;
}
.btn-icon-custom.bg-sw i {
top: -1px;
background-color: #fff;
color: #28293a;
}
.btn-icon-custom.bg-sw:hover a {
color: #28293a;
background-color: #fff !important;
border-color: #fff !important;
}
.btn-icon-custom.bg-sw:hover a i {
background-color: #28293a !important;
color: #fff;
}
.btn-icon-custom.bg-wp a {
color: #28293a;
background-color: #fff !important;
border-color: #fff !important;
}
.btn-icon-custom.bg-wp i {
top: -1px;
background-color: #28293a;
color: #fff;
}
.btn-icon-custom.bg-wp:hover a {
background-color: #860000 !important;
border-color: #860000 !important;
color: #fff;
}
.btn-icon-custom.bg-wp:hover a i {
background-color: #fff;
color: #860000 !important;
}
.cms-button-layout1 .cms-align-icon-left {
position: relative;
top: 1px;
margin-right: 5px;
}
#site-header-wrap {
position: relative;
z-index: 999;
}
#site-header-wrap .row-flex {
align-items: center;
}
#site-header-wrap .site-branding {
margin: 15px;
position: relative;
}
#site-header-wrap .site-branding img {
max-height: 40px;
max-width: inherit;
}
#site-header-wrap .site-branding .logo-light, #site-header-wrap .site-branding .logo-mobile {
position: absolute;
top: 50%;
left: 0%;
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 0;
}
#site-header-wrap .btn-secondary {
font-size: 14px;
line-height: 40px;
padding-left: 15px;
padding-right: 15px;
}
#site-header-wrap .header-short-text {
padding: 0 15px;
font-size: 14px;
line-height: 21px;
text-align: center;
width: 100%;
}
#site-header-wrap .header-short-text label {
font-weight: 700;
}
#site-header-wrap .site-header-top.header-top-layout1 {
border-bottom: 1px solid #e7ebef;
padding: 13px 0 12px;
}
#site-header-wrap #site-header.h-fixed {
background-color: #fff;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
opacity: 0;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
opacity: 1;
}
#site-header-wrap .search-form {
margin-bottom: 0;
}
.site-topbar-mobile {
display: none;
}
.site-topbar-mobile .site-login {
margin-left: 20px;
height: 32px;
line-height: 32px;
padding: 0 10px;
padding-left: 45px;
border: 1px solid #28293a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #28293a;
position: relative;
}
.site-topbar-mobile .site-login i {
position: absolute;
top: 0;
left: 0;
width: 35px;
height: 100%;
background: #28293a;
color: #fff;
text-align: center;
line-height: 32px;
font-size: 13px;
}
@media screen and (max-width: 767px) {
.site-topbar-mobile .site-login {
padding: 0;
padding-left: 40px;
border: none;
}
.site-topbar-mobile .site-login i {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background: #28293a;
color: #fff;
text-align: center;
line-height: 30px;
font-size: 13px;
}
}
.site-topbar-mobile .site-header-button .btn {
height: 32px;
line-height: 32px;
padding: 0 15px;
font-size: 15px;
font-weight: 500;
background: #fff;
color: #28293a;
border: 1px solid #28293a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
@media (max-width: 380px) {
.site-topbar-mobile .site-header-button {
display: none;
}
}
.header-layout3 .topbar-panel {
padding: 15px 0;
text-align: center;
border-bottom: 1px solid #e5e8ea;
font-weight: 400;
font-size: 14px;
color: #9b9b9b;
}
@media screen and (max-width: 767px) {
.header-layout3 .topbar-panel {
display: none;
}
}
.header-layout3 .topbar-panel label {
font-weight: 700;
}
.site-header-lang.custom {
margin-right: 20px;
}
.site-header-lang.custom .wpml-ls-item-toggle {
line-height: 48px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click {
width: inherit;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a {
font-size: 15px;
font-weight: 700;
background-color: transparent;
color: #fff;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a > img, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a > img {
width: 35px;
height: 23px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a:after, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a:after {
color: #fff;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle {
padding: 0 15px 0 0;
border: none;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle:after {
content: "\f107";
font-family: "FontAwesome";
font-size: 14px;
margin-left: 7px;
padding: 0;
border: none;
font-weight: normal;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 0;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions span.wpml-ls-native, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions span.wpml-ls-native {
margin-left: 9px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu {
right: 0;
left: auto;
min-width: 85px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-top: 25px;
background-color: #f9f9f9;
border: none;
padding: 30px 40px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 8px 23px rgba(40, 41, 58, 0.08);
-khtml-box-shadow: 0 8px 23px rgba(40, 41, 58, 0.08);
-moz-box-shadow: 0 8px 23px rgba(40, 41, 58, 0.08);
-ms-box-shadow: 0 8px 23px rgba(40, 41, 58, 0.08);
-o-box-shadow: 0 8px 23px rgba(40, 41, 58, 0.08);
box-shadow: 0 8px 23px rgba(40, 41, 58, 0.08);
min-width: 235px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a {
border: none;
padding: 10px 0;
color: #28293a;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions .wpml-ls-sub-menu li a:hover {
color: #860000;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-slot-shortcode_actions.wpml-ls-current-language:hover .wpml-ls-sub-menu {
opacity: 1;
margin-top: 5px;
}
.site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown .wpml-ls-flag, .site-header-lang .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
width: 35px;
height: 23px;
}
@media screen and (min-width: 1200px) {
#site-header-wrap.header-layout1 #site-header {
background-color: #fff;
}
#site-header-wrap.header-layout1 #site-header .row {
align-items: center;
}
#site-header-wrap.header-layout1 #site-header .site-navigation {
margin-right: 15px;
}
#site-header-wrap.header-layout1 #site-header .site-header-right {
margin-left: 15px;
margin-right: 15px;
}
#site-header-wrap.header-layout1 #site-header .site-header-right .site-login {
margin-left: 30px;
color: #28293a;
}
#site-header-wrap.header-layout1 #site-header .site-header-right .site-login a {
color: inherit;
}
#site-header-wrap.header-layout1 #site-header .site-header-right .site-login a:hover {
color: #860000;
}
#site-header-wrap.header-layout1 #site-header .site-header-button a.btn {
line-height: 40px;
padding-left: 15px;
padding-right: 15px;
border: none;
background-color: #28293a;
}
#site-header-wrap.header-layout1 #site-header .site-header-button a.btn:hover {
border: none;
background-color: #860000;
}
#site-header-wrap.header-layout2 #site-header .row {
align-items: center;
}
#site-header-wrap.header-layout2.header-transparent {
position: absolute;
z-index: 1001;
left: 0;
right: 0;
top: 0;
}
#site-header-wrap.header-layout2.header-transparent .site-branding {
margin: 0;
margin-left: 15px;
}
#site-header-wrap.header-layout2.header-transparent .site-branding a.logo-dark {
position: absolute;
top: 50%;
left: 0%;
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 0 !important;
}
#site-header-wrap.header-layout2.header-transparent .site-branding a.logo-light {
opacity: 1 !important;
}
#site-header-wrap.header-layout2.header-transparent .site-header-social {
margin-right: 0px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-social label {
background-color: #fff;
color: #28293a;
}
#site-header-wrap.header-layout2.header-transparent .site-header-social label:hover {
background-color: #860000;
}
#site-header-wrap.header-layout2.header-transparent .site-header-social a {
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-social a:hover {
color: #860000;
}
#site-header-wrap.header-layout2.header-transparent .site-header-social a i {
position: relative;
top: 2px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-right {
margin-left: 30px;
margin-right: 15px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-right .site-login {
margin-left: 20px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-right .site-login a {
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-right .site-login a:hover {
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-right .site-login .swh-user-db {
color: #fff;
cursor: pointer;
}
#site-header-wrap.header-layout2.header-transparent .site-header-right .site-login span {
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-right .site-login span i {
position: relative;
top: 2px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-button a.btn {
padding-left: 15px;
padding-right: 15px;
border: none;
line-height: 40px;
background-color: #fff;
color: #28293a;
}
#site-header-wrap.header-layout2.header-transparent .site-header-button a.btn:hover {
border: none;
background-color: #860000;
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main {
border-bottom: 1px solid rgba(231, 235, 239, 0.15);
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-branding a.logo-dark {
opacity: 1 !important;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-branding a.logo-light {
opacity: 0 !important;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-search .search-field {
height: 50px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .primary-menu > li {
padding-top: 0;
padding-bottom: 0;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .primary-menu > li > a {
line-height: 80px;
color: #28293a;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right {
height: 80px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right .site-header-button a.btn {
background: #28293a;
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right .site-header-button a.btn:hover {
background-color: #860000;
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right .site-login {
margin-left: 20px;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right .site-login a {
color: #9b9b9b;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right .site-login a:hover {
color: #860000;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right .site-login .swh-user-db {
color: #9b9b9b;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-right .site-login span {
color: #9b9b9b;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-social label {
background-color: #860000;
color: #fff;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-social label:hover {
color: #fff;
background-color: #28293a;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-social a {
color: #28293a;
}
#site-header-wrap.header-layout2.header-transparent .site-header-main.h-fixed .site-header-social a:hover {
color: #860000;
}
#site-header-wrap.header-layout1 .site-header-right, #site-header-wrap.header-layout2 .site-header-right {
display: flex;
align-items: center;
}
#site-header-wrap.header-layout1 .site-header-right .site-login, #site-header-wrap.header-layout2 .site-header-right .site-login {
margin-left: 20px;
}
#site-header-wrap.header-layout1 .site-header-right .site-login a, #site-header-wrap.header-layout2 .site-header-right .site-login a {
font-size: 14px;
font-weight: bold;
}
#site-header-wrap.header-layout1 .site-header-right .site-login a:hover, #site-header-wrap.header-layout2 .site-header-right .site-login a:hover {
color: #860000;
}
#site-header-wrap.header-layout4.header-transparent {
position: absolute;
z-index: 1001;
left: 0;
right: 0;
top: 0;
}
#site-header-wrap.header-layout4.header-transparent .site-branding img {
max-height: 41px;
}
#site-header-wrap.header-layout4.header-transparent .site-branding {
margin: 0;
margin-left: 15px;
min-width: 200px;
}
#site-header-wrap.header-layout4.header-transparent .site-branding a.logo-dark {
position: absolute;
top: 50%;
left: 0%;
-webkit-transform: translate(0%, -50%);
-khtml-transform: translate(0%, -50%);
-moz-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
transform: translate(0%, -50%);
opacity: 0 !important;
}
#site-header-wrap.header-layout4.header-transparent .site-branding a.logo-light {
opacity: 1 !important;
}
#site-header-wrap.header-layout4.header-transparent .site-header-right {
margin-left: 30px;
margin-right: 15px;
}
#site-header-wrap.header-layout4.header-transparent .site-header-right > div {
margin-left: 20px;
}
#site-header-wrap.header-layout4.header-transparent .site-header-right .site-header-search {
color: #fff;
}
#site-header-wrap.header-layout4.header-transparent .site-header-right .site-header-button a.btn {
background-color: #fff;
color: #28293a;
}
#site-header-wrap.header-layout4.header-transparent .site-header-right .site-header-button a.btn:hover {
border: none;
background-color: #860000;
color: #fff;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main {
border-bottom: 1px solid rgba(231, 235, 239, 0.15);
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .site-branding a.logo-dark {
opacity: 1 !important;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .site-branding a.logo-light {
opacity: 0 !important;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .site-header-search .search-field {
height: 50px;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .primary-menu > li {
padding-top: 0;
padding-bottom: 0;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .primary-menu > li > a {
line-height: 80px;
color: #28293a;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .site-header-right {
height: 80px;
margin-right: 0;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .site-header-right .site-header-search {
color: #28293a;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .site-header-right .site-header-button a.btn {
background: #28293a;
color: #fff;
}
#site-header-wrap.header-layout4.header-transparent .site-header-main.h-fixed .site-header-right .site-header-button a.btn:hover {
background-color: #860000;
color: #fff;
}
#site-header-wrap.header-layout3 #site-header .row, #site-header-wrap.header-layout4 #site-header .row {
align-items: center;
justify-content: space-between;
}
#site-header-wrap.header-layout3 #site-header .site-header-item.site-header-search, #site-header-wrap.header-layout4 #site-header .site-header-item.site-header-search {
line-height: 1;
}
#site-header-wrap.header-layout3 .site-header-right, #site-header-wrap.header-layout4 .site-header-right {
display: flex;
align-items: center;
margin: 0 15px 0 30px;
}
#site-header-wrap.header-layout3 .site-header-right .site-header-button, #site-header-wrap.header-layout4 .site-header-right .site-header-button {
margin-left: 30px;
}
#site-header-wrap.header-layout3 .site-header-right .site-header-button a.btn, #site-header-wrap.header-layout4 .site-header-right .site-header-button a.btn {
padding-left: 15px;
padding-right: 15px;
border: none;
line-height: 40px;
background-color: #860000;
color: #fff;
}
#site-header-wrap.header-layout3 .site-header-right .site-header-button a.btn:hover, #site-header-wrap.header-layout4 .site-header-right .site-header-button a.btn:hover {
border: none;
background-color: #28293a;
}
#site-header-wrap.header-layout5 .site-header-main .row {
align-items: center;
justify-content: space-between;
}
#site-header-wrap.header-layout5 .site-header-main .site-navigation-wrap {
margin-right: 15px;
}
#site-header-wrap.header-layout5 .site-header-main .site-navigation-wrap .site-navigation {
display: flex;
align-items: center;
}
#site-header-wrap.header-layout5 .site-header-main .site-navigation-wrap .site-header-right {
display: flex;
align-items: center;
}
#site-header-wrap.header-layout5 .site-header-main .site-navigation-wrap .site-header-right > div {
margin-left: 30px;
}
#site-header-wrap.header-layout5 .site-header-main .site-navigation-wrap .site-header-right > div.site-header-button {
margin-left: 20px;
}
#site-header-wrap.header-layout5 .site-header-main .site-navigation-wrap .site-header-right .site-header-search {
line-height: 1;
}
#site-header-wrap.header-layout5 .site-header-main .site-navigation-wrap .site-header-right .site-header-search i {
position: relative;
top: 2px;
color: #28293a;
}
#site-header-wrap.header-layout5 .site-branding-mobile {
display: none;
}
}
.single-casestudies #site-header-wrap.header-layout1 #site-header {
box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
@media screen and (min-width: 992px) {
#site-header-wrap.header-layout1 .site-branding, #site-header-wrap.header-layout2 .site-branding {
flex-grow: 1;
}
#site-header-wrap.header-layout3 #site-header .site-header-item.site-header-search {
color: #28293a;
}
#site-header-wrap.header-layout5 .site-header-main {
border-bottom: 1px solid #f9f9f9;
}
#site-header-wrap.header-layout5 .site-topbar {
background-color: #28293a;
padding-top: 1px;
padding-bottom: 1px;
}
#site-header-wrap.header-layout5 .site-topbar .site-header-item {
margin-left: 20px;
}
#site-header-wrap.header-layout5 .site-topbar .site-header-item.site-header-lang {
margin-right: 15px;
margin-left: 30px;
}
#site-header-wrap.header-layout5 .site-topbar .row {
align-items: center;
justify-content: space-between;
}
#site-header-wrap.header-layout5 .site-topbar .top-information {
margin-bottom: 0;
list-style: none;
margin-left: 15px;
margin-right: 15px;
flex-grow: 1;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li {
display: inline-block;
list-style: none;
position: relative;
padding: 8px 0;
margin-right: 28px;
font-size: 13px;
color: #8097a1;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li i {
position: relative;
top: 2px;
color: #fff;
font-size: 15px;
display: inline-block;
margin-right: 6px;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li label {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li .info-text {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li a {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li a:hover {
color: #860000;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu {
margin-bottom: 0;
margin-left: -10px;
margin-right: -10px;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
padding: 8px 0;
font-size: 13px;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a {
color: #fff;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a:after {
background-color: #860000;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a:hover {
color: #fff;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a:hover:after {
background-color: #fff;
}
}
@media screen and (max-width: 1400px) {
#site-header-wrap.header-layout5 .site-topbar .top-information li a:hover {
font-weight: bold;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#site-header-wrap.header-layout5 .site-topbar .top-information {
padding: 0;
border-bottom: 1px solid #204054;
width: 100%;
text-align: center;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li {
border-right: 1px solid #204054;
margin-right: 18px;
padding-right: 18px;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li:last-child {
margin-right: 0;
padding-right: 0;
border-right: 0;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li label {
display: none;
}
#site-header-wrap.header-layout5 .site-header-right {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 25px;
margin-bottom: 25px;
}
}
@media screen and (max-width: 1199px) {
#site-header-wrap.header-layout1 .site-header-main .site-branding, #site-header-wrap.header-layout2 .site-header-main .site-branding {
flex-grow: 1;
margin-left: 25px !important;
}
#site-header-wrap.header-layout1 .site-header-right, #site-header-wrap.header-layout2 .site-header-right {
display: flex;
align-items: center;
margin-right: 20px;
}
#site-header-wrap.header-layout1 .site-header-right #main-menu-mobile, #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile {
margin-left: 25px;
}
#site-header-wrap.header-layout1 .site-header-right #main-menu-mobile .btn-nav-mobile, #site-header-wrap.header-layout2 .site-header-right #main-menu-mobile .btn-nav-mobile {
width: 40px;
border: 1px solid #28293a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#site-header-wrap.header-layout1 .site-header-right .site-login, #site-header-wrap.header-layout2 .site-header-right .site-login {
margin-left: 30px;
height: 32px;
line-height: 32px;
padding: 0 10px;
padding-left: 45px;
border: 1px solid #28293a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #28293a;
position: relative;
}
#site-header-wrap.header-layout1 .site-header-right .site-login i, #site-header-wrap.header-layout2 .site-header-right .site-login i {
position: absolute;
top: 0;
left: 0;
width: 35px;
height: 100%;
background: #28293a;
color: #fff;
text-align: center;
line-height: 32px;
font-size: 13px;
}
#site-header-wrap.header-layout1 .site-header-right .site-header-button, #site-header-wrap.header-layout2 .site-header-right .site-header-button {
margin-left: 20px;
}
#site-header-wrap.header-layout1 .site-header-right .site-header-button .btn, #site-header-wrap.header-layout2 .site-header-right .site-header-button .btn {
height: 32px;
line-height: 32px;
padding: 0 15px;
font-size: 15px;
font-weight: 500;
background: #fff;
color: #28293a;
border: 1px solid #28293a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#site-header-wrap.header-layout3 .site-header-main .row, #site-header-wrap.header-layout4 .site-header-main .row {
position: relative;
}
#site-header-wrap.header-layout3 .site-header-main .row .site-header-right, #site-header-wrap.header-layout4 .site-header-main .row .site-header-right {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
#site-header-wrap.header-layout3 .site-branding, #site-header-wrap.header-layout4 .site-branding {
margin-left: 20px !important;
}
#site-header-wrap.header-layout3 .site-header-right, #site-header-wrap.header-layout4 .site-header-right {
display: flex;
align-items: center;
margin: 0 20px;
}
#site-header-wrap.header-layout3 .site-header-right .btn-nav-mobile, #site-header-wrap.header-layout4 .site-header-right .btn-nav-mobile, #site-header-wrap.header-layout3 .site-header-right .btn, #site-header-wrap.header-layout4 .site-header-right .btn, #site-header-wrap.header-layout3 .site-header-right .site-header-search, #site-header-wrap.header-layout4 .site-header-right .site-header-search {
height: 32px;
line-height: 32px;
}
#site-header-wrap.header-layout3 .site-header-right .site-header-item .btn, #site-header-wrap.header-layout4 .site-header-right .site-header-item .btn {
border: 1px solid #28293a;
line-height: 30px;
background-color: transparent;
color: #28293a;
font-weight: 500;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
}
#site-header-wrap.header-layout3 .site-header-right > div, #site-header-wrap.header-layout4 .site-header-right > div {
margin-left: 20px;
}
#site-header-wrap.header-layout3 .site-header-right .btn-nav-mobile, #site-header-wrap.header-layout4 .site-header-right .btn-nav-mobile, #site-header-wrap.header-layout3 .site-header-right .site-header-search, #site-header-wrap.header-layout4 .site-header-right .site-header-search {
width: 40px !important;
text-align: center;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
border: 1px solid #28293a;
color: #28293a;
}
#site-header-wrap.header-layout5 .site-header-main {
min-height: 110px;
position: relative;
display: flex;
align-items: center;
}
#site-header-wrap.header-layout5 .site-header-main .site-branding {
margin-left: 20px;
}
#site-header-wrap.header-layout5 .site-header-main #main-menu-mobile {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
width: 45px;
border: 1px solid #28293a;
text-align: center;
border-radius: 2px;
}
}
@media screen and (max-width: 991px) {
#site-header-wrap.header-layout5 .site-topbar {
background-color: #28293a;
padding-top: 1px;
padding-bottom: 1px;
}
#site-header-wrap.header-layout5 .site-topbar .site-header-item {
margin-left: 20px;
}
#site-header-wrap.header-layout5 .site-topbar .row {
align-items: center;
justify-content: space-between;
}
#site-header-wrap.header-layout5 .site-topbar .top-information {
margin-bottom: 0;
list-style: none;
margin-left: 15px;
margin-right: 15px;
flex-grow: 1;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li {
display: inline-block;
list-style: none;
position: relative;
padding: 8px 0;
margin-right: 28px;
font-size: 13px;
color: #8097a1;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li i {
position: relative;
top: 2px;
font-size: 15px;
display: inline-block;
color: inherit;
margin-right: 6px;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li label {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li .info-text {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li a {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li a:hover {
color: #860000;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu {
margin-bottom: 0;
margin-left: -10px;
margin-right: -10px;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
padding: 8px 0;
font-size: 13px;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a {
color: #fff;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a:after {
background-color: #860000;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a:hover {
color: #fff;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu li a:hover:after {
background-color: #fff;
}
#site-header-wrap.header-layout5 .site-topbar .top-information {
background: #28293a;
padding: 0;
border-bottom: 1px solid #204054;
width: 100%;
text-align: center;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li {
border-right: 1px solid #204054;
margin-right: 18px;
padding-right: 18px;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li.li-phone {
margin-left: 5px;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li i {
color: #fff;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li:last-child {
margin-right: 0;
padding-right: 0;
border-right: 0;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li label {
display: none;
}
#site-header-wrap.header-layout5 .site-header-right {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #ccc;
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 15px;
}
#site-header-wrap.header-layout5 .site-header-right > div {
margin-left: 20px;
}
#site-header-wrap.header-layout5 .site-header-right > div.site-header-search .h-btn-search {
display: block;
width: 45px;
height: 42px;
line-height: 44px;
border-radius: 2px;
border: 1px solid #28293a;
font-size: 14px;
text-align: center;
color: #28293a;
}
}
@media screen and (max-width: 767px) {
#site-header-wrap.header-layout1 .site-topbar-mobile, #site-header-wrap.header-layout2 .site-topbar-mobile {
display: flex;
justify-content: flex-end;
padding: 10px 20px;
border-bottom: 1px solid rgba(40, 41, 58, 0.15);
}
#site-header-wrap.header-layout1 .site-header-right .site-header-button, #site-header-wrap.header-layout2 .site-header-right .site-header-button {
display: none;
}
#site-header-wrap.header-layout1 .site-header-right .site-login, #site-header-wrap.header-layout2 .site-header-right .site-login {
display: none;
}
#site-header-wrap.header-layout3 .site-header-right .site-header-search, #site-header-wrap.header-layout4 .site-header-right .site-header-search, #site-header-wrap.header-layout3 .site-header-right .site-header-button, #site-header-wrap.header-layout4 .site-header-right .site-header-button {
display: none;
}
#site-header-wrap.header-layout5 .site-topbar .top-information {
width: auto;
border-bottom: none;
text-align: left;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li {
font-size: 20px;
border-right: none;
padding-right: 0;
margin-right: 15px;
font-weight: bold;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li i {
position: relative;
top: 2px;
color: #fff;
font-size: 20px;
display: inline-block;
margin-right: 6px;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li label {
display: none;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li .info-text {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li a {
color: inherit;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li a:hover {
color: #fff;
}
#site-header-wrap.header-layout5 .site-topbar .top-information li.li-email, #site-header-wrap.header-layout5 .site-topbar .top-information li.li-adderess {
display: none;
}
#site-header-wrap.header-layout5 .site-topbar .topbar-menu {
display: none;
}
#site-header-wrap.header-layout5 .site-header-right {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #ccc;
display: flex;
align-items: center;
justify-content: flex-end;
margin-bottom: 15px;
}
#site-header-wrap.header-layout5 .site-header-right > div {
margin-left: 20px;
}
#site-header-wrap.header-layout5 .site-header-right > div.site-header-search .h-btn-search {
display: block;
width: 45px;
height: 42px;
line-height: 44px;
border-radius: 2px;
border: 1px solid #28293a;
font-size: 14px;
text-align: center;
color: #28293a;
}
}
@media screen and (max-width: 575px) {
.header-layout1 .site-topbar-mobile {
justify-content: space-between;
padding: 10px 20px;
}
}
#site-header {
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
@media screen and (min-width: 992px) {
#site-header.h-fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
}
.admin-bar #site-header-wrap #site-header.h-fixed {
top: 32px;
}
@media screen and (min-width: 1200px) {
.admin-bar #site-header-wrap #site-header.h-fixed .primary-menu > li > a {
line-height: 80px;
}
}
@media screen and (max-width: 782px) {
.admin-bar #site-header-wrap #site-header.h-fixed {
top: 46px;
}
}
@media screen and (max-width: 600px) {
.admin-bar #site-header-wrap #site-header.h-fixed {
top: 0;
}
}
ul.menu {
list-style: none;
margin: 0;
}
ul.menu ul {
list-style: none;
margin: 0;
}
@media screen and (min-width: 1200px) {
.primary-menu-not-set {
list-style: none;
margin: 0;
}
.primary-menu-not-set > li {
margin-right: 20px;
}
.primary-menu-not-set > li a {
font-size: 15px;
color: #28293a;
font-weight: 700;
line-height: 100px;
position: relative;
padding: 0 12px;
}
.primary-menu-not-set > li a:hover {
color: #860000;
}
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
.primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
.primary-menu li {
position: relative;
list-style: none;
}
.primary-menu li a {
display: block;
-webkit-transition: all 300ms linear 0ms !important;
-khtml-transition: all 300ms linear 0ms !important;
-moz-transition: all 300ms linear 0ms !important;
-ms-transition: all 300ms linear 0ms !important;
-o-transition: all 300ms linear 0ms !important;
transition: all 300ms linear 0ms !important;
}
.primary-menu > li {
display: inline-block;
vertical-align: middle;
float: left;
margin-left: 12px;
margin-right: 12px;
}
.primary-menu > li > a {
font-size: 15px;
color: #28293a;
font-weight: 700;
line-height: 100px;
position: relative;
padding: 0;
}
.primary-menu > li > a:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #860000;
height: 3px;
transform-origin: right center;
-webkit-transform-origin: right center;
-webkit-transform: scale(0, 1);
-khtml-transform: scale(0, 1);
-moz-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-khtml-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-moz-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-ms-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-o-transition: transform 0.25s cubic-bezier(#860000, 0.85);
transition: transform 0.25s cubic-bezier(#860000, 0.85);
}
.primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
color: #860000;
}
.primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
transform-origin: left center;
-webkit-transform-origin: left center;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.primary-menu > li.menu-item-has-children > a:after {
content: "\f107";
font-family: "FontAwesome";
font-size: 14px;
font-weight: 400;
margin-left: 7px;
font-weight: normal;
display: inline-block;
vertical-align: middle;
}
.primary-menu > li > ul.back {
right: 0 !important;
left: auto !important;
}
.primary-menu > li > ul.back li > ul.back {
right: 100% !important;
left: auto !important;
}
.primary-menu > li > .sub-menu li > ul.back {
right: 100% !important;
left: auto !important;
}
.primary-menu .sub-menu {
list-style: none;
margin: 0;
}
.primary-menu .sub-menu {
position: absolute;
background: #fff;
padding: 28px 0;
top: 100%;
left: 0;
margin-top: 15px;
min-width: 235px;
z-index: 99;
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
clip: rect(1px, 1px, 1px, 1px);
}
.primary-menu .sub-menu li {
padding: 0 20px 0 40px;
}
.primary-menu .sub-menu li a {
color: #9b9b9b;
font-size: 14px;
line-height: normal;
padding: 7px 0;
position: relative;
}
.primary-menu .sub-menu li a:before {
content: '\f178';
font-family: "FontAwesome";
position: absolute;
left: -40px;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
}
.primary-menu .sub-menu li:last-child > a {
border-bottom: none;
}
.primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
color: #860000;
}
.primary-menu .sub-menu li > a:hover:before, .primary-menu .sub-menu li.current_page_item > a:before, .primary-menu .sub-menu li.current-menu-item > a:before, .primary-menu .sub-menu li.current_page_ancestor > a:before, .primary-menu .sub-menu li.current-menu-ancestor > a:before {
opacity: 1;
left: -23px;
}
.primary-menu .sub-menu .sub-menu {
top: 0;
left: 100%;
}
.primary-menu li:hover, .primary-menu li.focus {
overflow: visible; }
.primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
visibility: visible;
opacity: 1;
margin-top: 0;
clip: inherit;
}
.primary-menu li.megamenu {
position: static;
}
.primary-menu li.megamenu .vc_wp_custommenu.wpb_content_element {
padding: 0;
background-color: transparent;
}
.primary-menu li.megamenu .sub-menu {
width: 100%;
max-width: 1170px;
padding: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.primary-menu li.megamenu .sub-menu p {
margin-bottom: 0;
}
.primary-menu li.megamenu .sub-menu li {
padding: 0;
}
.primary-menu li.megamenu .sub-menu li > .container {
padding: 0;
}
.primary-menu li.megamenu .sub-menu .wpb_content_element {
margin-bottom: 0;
}
.primary-menu li.megamenu.remove-pos {
position: relative;
}
.primary-menu li.megamenu.remove-pos > .sub-menu {
max-width: inherit;
width: auto;
left: 0;
right: auto;
}
.header-layout1 .primary-menu, .header-layout2 .primary-menu, .header-layout3 .primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
.header-layout1 .primary-menu li, .header-layout2 .primary-menu li, .header-layout3 .primary-menu li {
position: relative;
list-style: none;
}
.header-layout1 .primary-menu li a, .header-layout2 .primary-menu li a, .header-layout3 .primary-menu li a {
display: block;
-webkit-transition: all 300ms linear 0ms !important;
-khtml-transition: all 300ms linear 0ms !important;
-moz-transition: all 300ms linear 0ms !important;
-ms-transition: all 300ms linear 0ms !important;
-o-transition: all 300ms linear 0ms !important;
transition: all 300ms linear 0ms !important;
}
.header-layout1 .primary-menu > li, .header-layout2 .primary-menu > li, .header-layout3 .primary-menu > li {
display: inline-block;
vertical-align: middle;
float: left;
}
.header-layout1 .primary-menu > li > .sub-menu, .header-layout2 .primary-menu > li > .sub-menu, .header-layout3 .primary-menu > li > .sub-menu {
left: 0px;
}
.header-layout1 .primary-menu > li:first-child, .header-layout2 .primary-menu > li:first-child, .header-layout3 .primary-menu > li:first-child {
padding-left: 0;
}
.header-layout1 .primary-menu > li:first-child > .sub-menu, .header-layout2 .primary-menu > li:first-child > .sub-menu, .header-layout3 .primary-menu > li:first-child > .sub-menu {
left: 0px;
}
.header-layout1 .primary-menu > li:last-child, .header-layout2 .primary-menu > li:last-child, .header-layout3 .primary-menu > li:last-child {
padding-right: 0;
}
.header-layout1 .primary-menu > li > a, .header-layout2 .primary-menu > li > a, .header-layout3 .primary-menu > li > a {
font-size: 15px;
font-weight: 700;
line-height: 100px;
position: relative;
padding: 0px;
}
.header-layout1 .primary-menu > li > a:before, .header-layout2 .primary-menu > li > a:before, .header-layout3 .primary-menu > li > a:before {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #860000;
height: 3px;
transform-origin: right center;
-webkit-transform-origin: right center;
-webkit-transform: scale(0, 1);
-khtml-transform: scale(0, 1);
-moz-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-khtml-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-moz-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-ms-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-o-transition: transform 0.25s cubic-bezier(#860000, 0.85);
transition: transform 0.25s cubic-bezier(#860000, 0.85);
}
.header-layout1 .primary-menu > li:hover > a, .header-layout2 .primary-menu > li:hover > a, .header-layout3 .primary-menu > li:hover > a, .header-layout1 .primary-menu > li.current_page_item > a, .header-layout2 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current_page_item > a, .header-layout1 .primary-menu > li.current-menu-item > a, .header-layout2 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout1 .primary-menu > li.current_page_ancestor > a, .header-layout2 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout1 .primary-menu > li.current-menu-ancestor > a, .header-layout2 .primary-menu > li.current-menu-ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
color: #860000;
}
.header-layout1 .primary-menu > li:hover > a:before, .header-layout2 .primary-menu > li:hover > a:before, .header-layout3 .primary-menu > li:hover > a:before, .header-layout1 .primary-menu > li.current_page_item > a:before, .header-layout2 .primary-menu > li.current_page_item > a:before, .header-layout3 .primary-menu > li.current_page_item > a:before, .header-layout1 .primary-menu > li.current-menu-item > a:before, .header-layout2 .primary-menu > li.current-menu-item > a:before, .header-layout3 .primary-menu > li.current-menu-item > a:before, .header-layout1 .primary-menu > li.current_page_ancestor > a:before, .header-layout2 .primary-menu > li.current_page_ancestor > a:before, .header-layout3 .primary-menu > li.current_page_ancestor > a:before, .header-layout1 .primary-menu > li.current-menu-ancestor > a:before, .header-layout2 .primary-menu > li.current-menu-ancestor > a:before, .header-layout3 .primary-menu > li.current-menu-ancestor > a:before {
transform-origin: left center;
-webkit-transform-origin: left center;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.header-layout1 .primary-menu > li.menu-item-has-children > a:after, .header-layout2 .primary-menu > li.menu-item-has-children > a:after, .header-layout3 .primary-menu > li.menu-item-has-children > a:after {
content: "\f107";
font-family: "FontAwesome";
font-size: 14px;
font-weight: 400;
margin-left: 7px;
font-weight: normal;
display: inline-block;
vertical-align: middle;
}
.header-layout1 .primary-menu > li > ul.back, .header-layout2 .primary-menu > li > ul.back, .header-layout3 .primary-menu > li > ul.back {
right: 0 !important;
left: auto !important;
}
.header-layout1 .primary-menu > li > ul.back li > ul.back, .header-layout2 .primary-menu > li > ul.back li > ul.back, .header-layout3 .primary-menu > li > ul.back li > ul.back {
right: 100% !important;
left: auto !important;
}
.header-layout1 .primary-menu > li > .sub-menu li > ul.back, .header-layout2 .primary-menu > li > .sub-menu li > ul.back, .header-layout3 .primary-menu > li > .sub-menu li > ul.back {
right: 100% !important;
left: auto !important;
}
.header-layout1 .primary-menu > li > a {
color: #28293a;
}
.header-layout1 .primary-menu > li > a:before {
background-color: #860000;
-webkit-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-khtml-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-moz-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-ms-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-o-transition: transform 0.25s cubic-bezier(#860000, 0.85);
transition: transform 0.25s cubic-bezier(#860000, 0.85);
}
.header-layout1 .primary-menu > li:hover > a, .header-layout1 .primary-menu > li.current_page_item > a, .header-layout1 .primary-menu > li.current-menu-item > a, .header-layout1 .primary-menu > li.current_page_ancestor > a, .header-layout1 .primary-menu > li.current-menu-ancestor > a {
color: #860000;
}
.header-layout2 .primary-menu > li > a, .header-layout4 .primary-menu > li > a {
color: #fff;
}
.header-layout2 .primary-menu > li > a:before, .header-layout4 .primary-menu > li > a:before {
background-color: #fff;
-webkit-transition: transform 0.25s cubic-bezier(#fff, 0.85);
-khtml-transition: transform 0.25s cubic-bezier(#fff, 0.85);
-moz-transition: transform 0.25s cubic-bezier(#fff, 0.85);
-ms-transition: transform 0.25s cubic-bezier(#fff, 0.85);
-o-transition: transform 0.25s cubic-bezier(#fff, 0.85);
transition: transform 0.25s cubic-bezier(#fff, 0.85);
}
.header-layout2 .primary-menu > li:hover > a, .header-layout4 .primary-menu > li:hover > a, .header-layout2 .primary-menu > li.current_page_item > a, .header-layout4 .primary-menu > li.current_page_item > a, .header-layout2 .primary-menu > li.current-menu-item > a, .header-layout4 .primary-menu > li.current-menu-item > a, .header-layout2 .primary-menu > li.current_page_ancestor > a, .header-layout4 .primary-menu > li.current_page_ancestor > a, .header-layout2 .primary-menu > li.current-menu-ancestor > a, .header-layout4 .primary-menu > li.current-menu-ancestor > a {
color: #fff;
}
.header-layout2 .primary-menu > li:hover > a:before, .header-layout4 .primary-menu > li:hover > a:before, .header-layout2 .primary-menu > li.current_page_item > a:before, .header-layout4 .primary-menu > li.current_page_item > a:before, .header-layout2 .primary-menu > li.current-menu-item > a:before, .header-layout4 .primary-menu > li.current-menu-item > a:before, .header-layout2 .primary-menu > li.current_page_ancestor > a:before, .header-layout4 .primary-menu > li.current_page_ancestor > a:before, .header-layout2 .primary-menu > li.current-menu-ancestor > a:before, .header-layout4 .primary-menu > li.current-menu-ancestor > a:before {
color: #fff;
}
.header-layout3 .primary-menu > li > a {
color: #28293a;
}
.header-layout3 .primary-menu > li > a:before {
background-color: #860000;
-webkit-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-khtml-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-moz-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-ms-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-o-transition: transform 0.25s cubic-bezier(#860000, 0.85);
transition: transform 0.25s cubic-bezier(#860000, 0.85);
}
.header-layout3 .primary-menu > li:hover > a, .header-layout3 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
color: #860000;
}
.header-layout3 .primary-menu > li:hover > a:before, .header-layout3 .primary-menu > li.current_page_item > a:before, .header-layout3 .primary-menu > li.current-menu-item > a:before, .header-layout3 .primary-menu > li.current_page_ancestor > a:before, .header-layout3 .primary-menu > li.current-menu-ancestor > a:before {
color: #860000;
}
.header-layout5 .primary-menu > li {
margin: 0 10px;
}
.header-layout5 .primary-menu > li > a {
font-size: 15px;
color: #28293a;
font-weight: 700;
line-height: 100px;
position: relative;
padding: 0;
}
.header-layout5 .primary-menu > li > a:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: auto;
margin: auto;
background-color: #860000;
height: 3px;
transform-origin: right center;
-webkit-transform-origin: right center;
-webkit-transform: scale(0, 1);
-khtml-transform: scale(0, 1);
-moz-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-khtml-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-moz-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-ms-transition: transform 0.25s cubic-bezier(#860000, 0.85);
-o-transition: transform 0.25s cubic-bezier(#860000, 0.85);
transition: transform 0.25s cubic-bezier(#860000, 0.85);
}
.header-layout5 .primary-menu > li:hover > a, .header-layout5 .primary-menu > li.current_page_item > a, .header-layout5 .primary-menu > li.current-menu-item > a, .header-layout5 .primary-menu > li.current_page_ancestor > a, .header-layout5 .primary-menu > li.current-menu-ancestor > a {
color: #860000;
}
.header-layout5 .primary-menu > li:hover > a:before, .header-layout5 .primary-menu > li.current_page_item > a:before, .header-layout5 .primary-menu > li.current-menu-item > a:before, .header-layout5 .primary-menu > li.current_page_ancestor > a:before, .header-layout5 .primary-menu > li.current-menu-ancestor > a:before {
transform-origin: left center;
-webkit-transform-origin: left center;
-webkit-transform: scale(1, 1);
-khtml-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
#site-header-wrap .primary-menu > li {
padding-left: 10px;
padding-right: 10px;
}
#site-header-wrap.header-layout1 .primary-menu > li, #site-header-wrap.header-layout2 .primary-menu > li {
padding-left: 6px;
padding-right: 6px;
margin-left: 6px;
margin-right: 6px;
}
#site-header-wrap.header-layout4 .primary-menu > li, #site-header-wrap.header-layout3 .primary-menu > li {
padding: 0 5px;
margin-left: 5px;
margin-right: 5px;
}
#site-header-wrap.header-layout4 .primary-menu > li > a, #site-header-wrap.header-layout3 .primary-menu > li > a {
padding-left: 5px;
padding-right: 5px;
}
}
@media screen and (max-width: 1199px) {
.site-navigation {
background-color: #fff;
border-top: 1px solid rgba(0, 0, 0, 0.08);
position: absolute;
z-index: 1001;
padding: 15px 20px;
top: calc(100% + 30px);
top: -webkit-calc(100% + 30px);
top: -ms-calc(100% + 30px);
top: -o-calc(100% + 30px);
bottom: auto;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
z-index: -1;
}
.site-navigation.navigation-open {
opacity: 1;
visibility: visible;
top: 100%;
z-index: 999;
}
.primary-menu {
list-style: none;
margin: 0;
padding: 0;
}
.primary-menu li {
position: relative;
list-style: none;
}
.primary-menu li a {
display: block;
padding: 10px 0;
font-size: 15px;
color: #0e2b3d;
font-weight: 700;
}
.primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
color: #860000;
}
.primary-menu li .link-icon {
margin-right: 6px;
font-size: 90%;
}
.primary-menu .sub-menu {
position: relative;
padding-left: 20px;
display: none;
}
.primary-menu .sub-menu .container {
padding: 0;
}
.primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
content: "\f2fc";
}
.primary-menu li.focus > .sub-menu {
visibility: visible;
opacity: 1;
max-height: none;
overflow: visible;
}
.primary-menu-not-set {
margin: 0;
list-style: none;
}
.primary-menu-not-set a {
display: block;
padding: 10px 0;
color: #000;
font-weight: 600;
font-size: 15px;
}
.primary-menu-not-set a:hover {
color: #860000;
}
#main-menu-mobile .btn-nav-mobile {
color: #282828;
display: inline-block;
font-size: 16px;
height: 32px;
line-height: 32px;
text-align: center;
vertical-align: middle;
width: 30px;
cursor: pointer;
position: relative;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
content: "";
background-color: #282828;
display: block;
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 22px;
top: 21px;
}
#main-menu-mobile .btn-nav-mobile:before {
top: 9px;
}
#main-menu-mobile .btn-nav-mobile span {
top: 15px;
}
#main-menu-mobile .btn-nav-mobile.opened:before {
top: 15px;
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#main-menu-mobile .btn-nav-mobile.opened:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 15px;
}
#main-menu-mobile .btn-nav-mobile.opened span {
display: none;
}
.main-menu-toggle {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
cursor: pointer;
display: inline-block;
height: 25px;
line-height: 25px;
position: absolute;
right: 0;
text-align: center;
top: 10px;
width: 25px;
background-color: #860000;
border-radius: 2px;
color: #fff;
}
.main-menu-toggle:hover {
background-color: #28293a;
}
.main-menu-toggle:before {
content: "\f2f9";
font-family: "Material-Design-Iconic-Font";
}
#site-header-wrap .mega-auto-width {
display: block;
}
#site-header-wrap .mega-auto-width .custom-heading a {
color: #28293a;
}
#site-header-wrap .mega-auto-width > .wpb_column {
width: 100%;
}
#site-header-wrap .mega-auto-width > .wpb_column .vc_column-inner {
padding: 0 !important;
border: none;
}
#site-header-wrap .vc_wp_custommenu {
padding: 0;
background-color: transparent;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
padding: 0 !important;
border: none !important;
margin: 16px 0 !important;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.header-layout4 .primary-menu > li > a {
font-size: 13px;
}
}
.comment-navigation, .posts-navigation, .post-navigation { }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
ul.back {
right: 100%;
left: auto !important;
}
.mega-auto-width > .elementor-container > .elementor-row {
flex-wrap: nowrap;
}
.mega-auto-width > .elementor-container > .elementor-row .custom-heading a {
color: #28293a;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element {
width: 285px;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element .elementor-column-wrap {
padding: 0 40px;
border-right: 2px solid #eaeaea;
margin: 40px 0;
}
.mega-auto-width > .elementor-container > .elementor-row > .elementor-element:last-child .elementor-column-wrap {
border-right: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu {
background-color: transparent;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
margin-top: -8px;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li {
border: none;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li a {
background-color: transparent;
font-size: 14px;
color: #9b9b9b;
font-weight: normal;
padding: 8px 0;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li.current-menu-ancestor > a {
color: #860000;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child a {
font-weight: 700;
font-size: 17px;
color: #0e2b3d;
font-family: 'Barlow', sans-serif;
display: block;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child:hover > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-item > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current_page_ancestor > a, .mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:first-child.current-menu-ancestor > a {
color: #860000;
}
.mega-auto-width > .elementor-container > .elementor-row .elementor-widget-wp-widget-nav_menu ul.menu li:last-child a {
padding-bottom: 0;
}
.mega-auto-width .elementor-section.elementor-section-boxed > .elementor-container {
max-width: inherit;
}
.bg-transparent {
position: relative;
}
.bg-transparent:before {
opacity: 0.55;
content: '';
z-index: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; background: -moz-linear-gradient(top, #041127 0%, #061226 7%, rgba(18, 23, 31, 0) 51%, rgba(27, 26, 26, 0) 82%, rgba(4, 17, 39, 0) 100%); background: -webkit-linear-gradient(top, #041127 0%, #061226 7%, rgba(18, 23, 31, 0) 51%, rgba(27, 26, 26, 0) 82%, rgba(4, 17, 39, 0) 100%); background: linear-gradient(to bottom, #041127 0%, #061226 7%, rgba(18, 23, 31, 0) 51%, rgba(27, 26, 26, 0) 82%, rgba(4, 17, 39, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#041127', endColorstr='#00041127',GradientType=0);
}
#pagetitle {
background-color: #28293a;
padding-top: 165px;
padding-bottom: 165px;
text-align: center;
background-attachment: fixed;
position: relative;
}
@media screen and (max-width: 1024px) {
#pagetitle {
background-attachment: inherit;
}
#pagetitle .container {
padding-left: 20px;
padding-right: 20px;
}
}
#pagetitle:before {
background-color: rgba(4, 17, 39, 0.35);
z-index: 1;
}
#pagetitle:after {
opacity: 0.55;
content: '';
z-index: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent; background: -moz-linear-gradient(top, #041127 0%, #061226 7%, rgba(18, 23, 31, 0) 51%, rgba(27, 26, 26, 0) 82%, rgba(4, 17, 39, 0) 100%); background: -webkit-linear-gradient(top, #041127 0%, #061226 7%, rgba(18, 23, 31, 0) 51%, rgba(27, 26, 26, 0) 82%, rgba(4, 17, 39, 0) 100%); background: linear-gradient(to bottom, #041127 0%, #061226 7%, rgba(18, 23, 31, 0) 51%, rgba(27, 26, 26, 0) 82%, rgba(4, 17, 39, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#041127', endColorstr='#00041127',GradientType=0);
}
#pagetitle .page-sub-title {
color: #fff;
font-size: 30px;
font-weight: normal;
line-height: 1;
margin-bottom: 12px;
}
#pagetitle .page-title {
color: #fff;
font-size: 50px;
line-height: 1.3;
font-weight: 700;
margin-bottom: 9px;
}
#pagetitle .container {
position: relative;
z-index: 99;
}
#pagetitle .page-sub-title {
font-size: 15px;
color: #fff;
font-family: inherit;
font-weight: 700;
margin-top: 24px;
}
#pagetitle .page-sub-title.top-title {
margin-top: 3px;
margin-bottom: 19px;
}
#pagetitle.page-title-layout1 {
padding-top: 245px;
}
@media screen and (min-width: 768px) {
#pagetitle.page-title-layout1 .page-title-inner {
max-width: 780px;
margin-left: auto;
margin-right: auto;
}
}
#pagetitle.page-title-layout1 .page-title {
margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
#pagetitle.page-title-layout1 {
padding-top: 120px;
padding-bottom: 120px;
}
#pagetitle.page-title-layout1 .page-title {
font-size: 45px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 767px) {
#pagetitle.page-title-layout1 {
padding-top: 70px;
padding-bottom: 70px;
}
#pagetitle.page-title-layout1 .page-title {
font-size: 35px;
}
}
#pagetitle.page-title-layout2 {
padding-top: 160px;
padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
#pagetitle.page-title-layout2 .page-title-inner {
max-width: 780px;
margin-left: auto;
margin-right: auto;
}
}
#pagetitle.page-title-layout2 .page-title {
margin-bottom: 0;
}
@media screen and (max-width: 991px) {
#pagetitle.page-title-layout2 .page-title {
font-size: 45px;
}
}
@media screen and (max-width: 767px) {
#pagetitle.page-title-layout2 .page-title {
font-size: 35px;
}
}
#pagetitle.page-title-layout2 .page-title-holder {
margin-bottom: 118px;
}
@media screen and (max-width: 991px) {
#pagetitle.page-title-layout2 {
padding-top: 120px;
padding-bottom: 120px;
}
#pagetitle.page-title-layout2 .page-title-holder {
margin-bottom: 40px;
}
}
@media screen and (max-width: 767px) {
#pagetitle.page-title-layout2 {
padding-top: 70px;
padding-bottom: 70px;
}
#pagetitle.page-title-layout2 .page-title-holder {
margin-bottom: 30px;
}
}
#pagetitle.page-title-layout3 {
padding-top: 303px;
padding-bottom: 52px;
}
@media screen and (max-width: 991px) {
#pagetitle.page-title-layout3 {
padding-top: 120px;
padding-bottom: 120px;
}
#pagetitle.page-title-layout3 .page-title {
font-size: 45px;
}
}
@media screen and (max-width: 767px) {
#pagetitle.page-title-layout3 {
padding-top: 70px;
padding-bottom: 70px;
}
#pagetitle.page-title-layout3 .page-title {
font-size: 35px;
}
}
#pagetitle.page-title-layout4 {
padding-top: 35px;
padding-bottom: 35px;
}
#pagetitle.page-title-layout4:before {
background-color: #fff;
z-index: 0;
}
#pagetitle.page-title-layout4:after {
content: '';
z-index: 0;
position: absolute;
top: 0;
left: 0;
opacity: 1;
width: 100%;
height: 100%;
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(0, 0, 0, 0.07)));
background-image: -webkit-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.07));
background-image: -moz-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.07));
background-image: -ms-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.07));
background-image: -o-linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.07));
background-image: linear-gradient(bottom, #fff, rgba(0, 0, 0, 0.07));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='rgba(0, 0, 0, 0.07)');
}
#pagetitle.page-title-layout4 .cms-breadcrumb {
margin: 0;
list-style: none;
color: #28293a;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li {
display: inline-block;
font-size: 14px;
color: inherit;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li:after {
content: '\f105';
font-family: FontAwesome;
margin: 0 11px;
color: inherit;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li a {
color: inherit;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li a:hover {
color: #860000;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li a:hover:after {
color: inherit;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li:last-child {
margin-right: 0;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li:last-child:after {
display: none;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li span {
color: #9b9b9b;
}
@media screen and (min-width: 992px) {
#pagetitle.page-title-layout5 .page-title-inner {
display: flex;
justify-content: space-between;
align-items: center;
}
#pagetitle.page-title-layout5 .page-title-inner .page-title-holder {
padding-right: 25px;
text-align: left;
max-width: 60%;
}
#pagetitle.page-title-layout5 .page-title-inner .cms-breadcrumb {
padding-left: 25px;
max-width: 40%;
}
}
@media screen and (max-width: 991px) {
#pagetitle.page-title-layout5 .page-title-inner .page-title-holder .page-title {
font-size: 45px;
margin-bottom: 45px;
}
}
.page-title-layout1 .page-title {
font-size: 75px;
}
@media screen and (max-width: 1199px) {
.page-title-layout1 .page-title {
font-size: 50px;
}
}
@media screen and (max-width: 767px) {
.page-title-layout1 .page-title {
font-size: 30px;
}
}
@media screen and (max-width: 575px) {
.site #pagetitle.page-title {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
.site #pagetitle.page-title h1.page-title {
font-size: 35px !important;
line-height: 1.08333;
}
}
.cms-breadcrumb {
margin: 0;
list-style: none;
color: #f9f9f9;
}
.cms-breadcrumb li {
display: inline-block;
font-size: 14px;
font-weight: 400;
color: inherit;
}
.cms-breadcrumb li:after {
content: '\f105';
font-family: FontAwesome;
margin: 0 11px;
color: inherit;
}
.cms-breadcrumb li a {
color: inherit;
}
.cms-breadcrumb li a:hover {
color: #860000;
}
.cms-breadcrumb li a:hover:after {
color: inherit;
}
.cms-breadcrumb li:last-child:after {
display: none;
}
.brc-custom .cms-breadcrumb li a {
color: #28293a;
}
.single-post #pagetitle.page-title-layout1 .page-title-inner {
max-width: 760px;
margin: auto;
}
.single-post #pagetitle.page-title-layout1 .page-title-inner .page-title {
font-size: 50px;
line-height: 1.3;
}
@media screen and (max-width: 991px) {
.single-post #pagetitle.page-title-layout1 .page-title-inner .page-title {
font-size: 45px;
}
}
@media screen and (max-width: 767px) {
.single-post #pagetitle.page-title-layout1 .page-title-inner .page-title {
font-size: 35px;
}
}
.cms-textbox .box-title {
font-size: 16px;
font-weight: bold;
color: #28293a;
padding-left: 20px;
position: relative;
}
.cms-textbox .box-title:before {
position: absolute;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
left: 0;
width: 10px;
height: 2px;
background-color: #860000;
display: inline-block;
content: "";
}
.cms-textbox .box-title + .box-excerpt {
padding-left: 20px;
color: #9b9b9b;
}
.sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.format-gallery .entry-featured {
position: relative;
-webkit-border-radius: 20px 20px 0 0;
-khtml-border-radius: 20px 20px 0 0;
-moz-border-radius: 20px 20px 0 0;
-ms-border-radius: 20px 20px 0 0;
-o-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
overflow: hidden;
}
.format-gallery .entry-featured img {
-webkit-border-radius: 20px 20px 0 0;
-khtml-border-radius: 20px 20px 0 0;
-moz-border-radius: 20px 20px 0 0;
-ms-border-radius: 20px 20px 0 0;
-o-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
background: #fff;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
position: absolute;
color: #000;
font-size: 18px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
background: #860000;
color: #fff;
}
.format-gallery .entry-featured .owl-next {
right: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
opacity: 0.76;
}
.posts-pagination .posts-page-links {
display: flex;
align-items: center;
justify-content: center;
}
.posts-pagination .page-numbers {
text-align: center;
height: 50px;
width: 50px;
padding: 0;
line-height: 48px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: inherit;
background-color: #fff;
font-size: 20px;
font-weight: 700;
margin: 0 10px 0 0;
border: 2px solid #28293a;
color: #28293a;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
background-color: #860000;
color: #fff;
border-color: #860000;
}
.posts-pagination .page-numbers.next {
margin-left: 0px;
font-size: 15px;
font-weight: 600;
}
.posts-pagination .page-numbers.prev {
margin-right: 10px;
font-size: 15px;
font-weight: 600;
}
.entry-title a {
color: inherit;
}
.entry-title a:hover {
color: #860000;
}
.entry-featured {
position: relative;
}
.entry-featured .post-image a {
width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
display: inline-block;
}
.entry-featured .post-image img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.redux-page .entry-featured .post-image img {
width: 100%;
}
.single-title {
font-size: 36px;
line-height: 1.42;
margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
.single-title {
font-size: 25px;
}
}
.entry-meta {
margin: 0;
list-style: none;
font-size: 14px;
}
.entry-meta li {
display: inline-block;
margin-right: 7px;
color: #9b9b9b;
}
.entry-meta li.item-comment a {
color: inherit;
}
.entry-meta li.item-comment a:hover {
color: #860000;
}
.entry-meta li.item-category {
margin-right: 17px;
color: #fff;
background-color: #28293a;
border-radius: 2px;
padding: 2px 10px;
}
.entry-meta li.item-category a {
color: inherit;
}
.entry-meta li.item-author a {
color: inherit;
}
.entry-meta li.item-author a:hover {
color: #860000;
}
.single-hentry .entry-title {
font-size: 21px;
line-height: 1.24;
margin-bottom: 16px;
font-weight: 600;
}
.single-hentry .entry-meta {
margin-top: 4px;
margin-bottom: 17px;
}
.single-hentry .entry-content p {
margin-bottom: 30px;
}
.single-hentry .entry-readmore {
padding-top: 17px;
}
.single-hentry .entry-readmore .btn-more {
position: relative;
display: inline-block;
}
.single-hentry .entry-readmore .btn-more:after {
content: "";
display: block;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #860000;
}
.single-hentry .entry-readmore .btn-more i {
position: absolute;
right: -38px;
top: 1px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-left: 5px;
background-color: #28293a;
color: #fff;
}
.single-hentry.archive {
margin-bottom: 62px;
}
.single-hentry.archive .entry-featured {
position: relative;
overflow: hidden;
}
@media screen and (max-width: 575px) {
.single-hentry.archive .entry-featured {
margin-bottom: 30px;
}
}
.single-hentry.archive .entry-featured img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.single-hentry.archive .entry-featured:before {
-webkit-border-radius: 2px 2px 0 0;
-khtml-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-ms-border-radius: 2px 2px 0 0;
-o-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
position: absolute;
bottom: 0;
content: "";
height: 40px;
width: 100%;
right: 40px;
bottom: 0;
z-index: 1;
background-color: #fff;
display: block;
}
@media screen and (max-width: 575px) {
.single-hentry.archive .entry-featured:before {
display: none;
}
}
.single-hentry.archive li.item-category {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.single-hentry.archive li.item-category:hover {
background-color: #860000;
}
.single-hentry.archive li.item-category:hover a {
color: #fff;
}
.single-hentry.archive:last-child {
margin-bottom: 0;
}
.single-hentry.archive .entry-meta {
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.single-hentry.archive .entry-meta {
margin-bottom: 10px;
}
}
.single-hentry.archive .entry-meta li {
margin-right: 20px;
}
@media screen and (max-width: 575px) {
.single-hentry.archive .entry-meta li {
margin-bottom: 15px;
margin-right: 0;
}
}
.single-hentry.archive .entry-meta li.item-author img {
width: 31px;
height: 31px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: relative;
top: -1px;
margin-right: 5px;
}
.single-hentry.archive .entry-meta li.item-category {
background-color: #860000;
}
.single-hentry.archive .entry-meta li.item-category a {
color: #fff;
}
.single-hentry.archive .entry-meta li.item-category:hover {
background-color: #28293a;
}
.single-hentry.archive .entry-meta a {
color: inherit;
}
.single-hentry.archive .entry-holder {
margin-bottom: 22px;
}
.single-hentry.archive .entry-title {
font-weight: bold;
font-size: 35px;
line-height: 44px;
margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.single-hentry.archive .entry-title {
margin-bottom: 25px;
font-size: 25px;
line-height: 36px;
}
}
.single-hentry.archive.sticky .entry-title i {
color: #860000;
margin-right: 10px;
}
@media screen and (min-width: 992px) {
.single-hentry.archive .entry-body {
padding: 0 40px;
}
}
.single-hentry.archive .post-image {
overflow: hidden;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-hentry.archive .entry-readmore .btn-more {
position: relative;
display: inline-block;
}
.single-hentry.archive .entry-readmore .btn-more:after {
content: "";
display: block;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #860000;
}
.single-hentry.archive .entry-readmore .btn-more i {
position: absolute;
right: -38px;
top: 1px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-left: 5px;
background-color: #28293a;
color: #fff;
}
.single-hentry.archive:hover .post-image img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.single-hentry.archive:hover .entry-readmore a.btn-more {
color: #860000;
}
.single-hentry.archive:hover .entry-readmore a.btn-more:after {
opacity: 0;
}
.single-hentry.archive:hover .entry-readmore a.btn-more i {
right: -42px;
opacity: 1;
background-color: #860000;
}
@media screen and (min-width: 768px) {
.single-post .single-hentry .single-meta .entry-meta {
padding-right: 35px;
}
}
.single-post .single-hentry .single-meta .entry-meta li {
margin-right: 20px;
}
.single-post .single-hentry .single-meta .entry-meta li:last-child {
margin-right: 0;
}
.single-post .single-hentry .single-meta .entry-meta li.item-author img {
width: 31px;
height: 31px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: relative;
top: -2px;
margin-right: 5px;
}
.single-post .single-hentry .item-category {
margin-right: 17px;
color: #fff;
background-color: #860000;
padding: 2px 10px 0px;
line-height: 26px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.single-post .single-hentry .item-category a {
font-size: 14px;
color: inherit;
}
.single-post .single-hentry .item-category:hover {
background-color: #28293a;
}
.single-post .entry-featured {
margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.single-post .entry-featured {
margin-bottom: 30px;
}
}
.single-post .entry-featured .post-image {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
overflow: hidden;
}
.single-post .entry-featured .post-image:before {
-webkit-border-radius: 2px 2px 0 0;
-khtml-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-ms-border-radius: 2px 2px 0 0;
-o-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
position: absolute;
bottom: 0;
content: "";
height: 40px;
width: 100%;
right: 40px;
bottom: 0;
background-color: #fff;
display: block;
}
@media screen and (max-width: 767px) {
.single-post .entry-featured .post-image:before {
display: none;
}
}
.single-post .entry-body .entry-content {
margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
.single-post .entry-body .entry-content {
padding: 0 40px;
}
}
.single-post .entry-socail {
padding: 3px 0;
padding-left: 0;
margin-bottom: 0;
list-style: none;
margin-left: -10px;
margin-right: -10px;
}
@media screen and (max-width: 767px) {
.single-post .entry-socail {
margin-bottom: 20px;
}
}
@media (max-width: 480px) {
.single-post .entry-socail {
margin-left: 0;
margin-right: 0;
}
}
.single-post .entry-socail li {
display: inline-block;
padding-left: 10px;
padding-right: 10px;
}
.single-post .entry-socail li a {
font-size: 14px;
font-weight: bold;
display: block;
}
.single-post .entry-botton {
padding-top: 25px;
padding-bottom: 25px;
margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.single-post .entry-botton {
padding: 15px;
display: flex;
align-items: center;
border: 1px solid rgba(40, 41, 58, 0.15);
}
.single-post .entry-botton > div + div {
border-left: 1px solid rgba(40, 41, 58, 0.15);
}
.single-post .entry-botton .col-box-social {
width: 50%;
}
.single-post .entry-botton .entry-tags {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.single-post .entry-botton {
border-top: 1px dashed rgba(155, 155, 155, 0.2);
border-bottom: 1px dashed rgba(155, 155, 155, 0.2);
}
}
.single-post .entry-botton .col-box-social {
text-align: center;
}
.single-post .entry-botton .col-box-social label {
color: #28293a;
font-weight: bold;
font-size: 15px;
margin-right: 10px;
display: inline-block;
}
.single-post .entry-botton .col-box-social .entry-socail {
display: inline-block;
}
.single-post .entry-botton .entry-tags {
text-align: center;
}
.single-post .entry-botton .entry-tags label {
font-size: 15px;
color: #28293a;
margin-right: 15px;
font-weight: bold;
}
.single-post .entry-botton .entry-tags a {
font-size: 14px;
background-color: transparent;
border: none;
color: #860000;
padding: 0;
margin-right: 3px;
padding-right: 3px;
position: relative;
}
.single-post .entry-botton .entry-tags a:after {
content: ",";
position: absolute;
right: 0;
bottom: 0;
}
.single-post .entry-botton .entry-tags a:last-child:after {
display: none;
}
.single-post .entry-botton .entry-tags a:hover {
color: #28293a;
}
.single-post .entry-navigation {
margin-bottom: 40px;
}
.single-post .entry-navigation .nav-post-img {
width: 90px;
min-width: 90px;
height: 63px;
margin-right: 20px;
overflow: hidden;
position: relative;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-post .entry-navigation .nav-post-img img {
width: 100%;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-post .entry-navigation .nav-post-img a i {
position: absolute;
top: 50%;
color: #fff;
opacity: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.single-post .entry-navigation .nav-post-img a:after {
z-index: 1;
content: "";
display: block;
height: 100%;
width: 0%;
opacity: 0;
top: 0;
bottom: 0;
position: absolute;
background-color: rgba(134, 0, 0, 0.9);
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.single-post .entry-navigation .nav-post-img a:hover i {
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-post .entry-navigation .nav-post-img a:hover:after {
opacity: 1;
width: 100%;
}
.single-post .entry-navigation .nav-links {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 -15px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next .nav-post-img a:after {
-webkit-border-radius: 0 150px 150px 0;
-khtml-border-radius: 0 150px 150px 0;
-moz-border-radius: 0 150px 150px 0;
-ms-border-radius: 0 150px 150px 0;
-o-border-radius: 0 150px 150px 0;
border-radius: 0 150px 150px 0;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next a i {
left: 20px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next a:after {
left: 0;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a i {
opacity: 1;
left: 45px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a:after {
-webkit-border-radius: 0 0 0 0;
-khtml-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
opacity: 1;
width: 100%;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev .nav-post-img a:after {
-webkit-border-radius: 150px 0 0 150px;
-khtml-border-radius: 150px 0 0 150px;
-moz-border-radius: 150px 0 0 150px;
-ms-border-radius: 150px 0 0 150px;
-o-border-radius: 150px 0 0 150px;
border-radius: 150px 0 0 150px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev a i {
right: 25px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev a:after {
right: 0;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a i {
opacity: 1;
right: 45px;
}
.single-post .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a:after {
-webkit-border-radius: 0 0 0 0;
-khtml-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
opacity: 1;
width: 100%;
}
.single-post .entry-navigation .nav-item {
display: flex;
flex-wrap: nowrap;
align-items: center;
width: 50%;
padding: 0 15px;
}
@media screen and (min-width: 768px) {
.single-post .entry-navigation .nav-item.nav-post-next {
flex-direction: row-reverse;
text-align: right;
}
.single-post .entry-navigation .nav-item.nav-post-next .nav-post-img {
margin-right: 0;
margin-left: 20px;
}
}
@media screen and (max-width: 575px) {
.single-post .entry-navigation .nav-item {
width: 100%;
align-items: flex-start;
}
.single-post .entry-navigation .nav-item + .nav-item {
margin-top: 30px;
}
}
.single-post .entry-navigation .nav-post-meta label {
font-size: 13px;
display: block;
margin-bottom: 3px;
}
.single-post .entry-navigation .nav-post-meta a {
font-size: 16px;
line-height: 22px;
font-weight: 700;
font-family: 'Barlow', sans-serif;
color: #0e2b3d;
}
.single-post .entry-navigation .nav-post-meta a:hover {
color: #860000;
}
.single-post .entry-author-info {
margin-bottom: 68px;
}
.single-post .entry-author-info .author-name {
font-family: 'Barlow', sans-serif;
color: #0f2b5b;
font-size: 19px;
font-weight: 700;
margin-bottom: 14px;
}
.single-post .entry-author-info .author-name a {
color: inherit;
}
@media screen and (min-width: 576px) {
.single-post .entry-author-info .author-post {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
}
@media (max-width: 480px) {
.single-post .entry-author-info .author-post {
text-align: center;
}
}
@media screen and (max-width: 575px) {
.single-post .entry-author-info .author-post {
text-align: center;
padding: 30px 15px;
}
}
.single-post .entry-author-info .author-avatar {
width: 170px;
min-width: 170px;
margin-right: 30px;
}
@media screen and (max-width: 575px) {
.single-post .entry-author-info .author-avatar {
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 480px) {
.single-post .entry-author-info .author-avatar {
margin: 0 auto 35px;
}
}
.single-post .entry-author-info .author-avatar img {
-webkit-border-radius: 2px 0 0 2px;
-khtml-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
-ms-border-radius: 2px 0 0 2px;
-o-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
}
.single-post .entry-author-info .author-description {
font-size: 15px;
line-height: 23px;
}
.single-post .entry-author-info .author-description p {
margin-bottom: 15px;
}
.single-post .entry-author-info .user-social {
list-style: none;
margin: 0;
margin-top: 18px;
}
.single-post .entry-author-info .user-social li {
display: inline-block;
margin-right: 17px;
}
.single-post .entry-author-info .user-social li a {
font-size: 15px;
color: #860000;
}
.single-post .entry-author-info .user-social li a:hover {
color: #860000;
}
.single-post .entry-author-info .user-social li:last-child {
margin-right: 0;
}
.single-post .entry-content .page-links {
margin-bottom: 30px;
}
.single-post .cms-related-post {
margin-top: 68px;
padding-bottom: 35px;
margin-bottom: 37px;
}
.single-post .cms-related-post .widget-title {
margin-bottom: 40px;
}
.single-post .cms-related-post .grid-item-inner .item-featured {
overflow: hidden;
}
.single-post .cms-related-post .grid-item-inner .item-featured img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
}
.single-post .cms-related-post .grid-item-inner .item-featured .item-category {
position: absolute;
left: 30px;
z-index: 1;
top: 30px;
background-color: #860000;
padding-left: 5px;
padding-right: 10px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #fff;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.single-post .cms-related-post .grid-item-inner .item-featured .item-category a {
color: #fff;
font-size: 13px;
padding-left: 5px;
padding-right: 0px;
width: auto;
background-color: transparent;
}
.single-post .cms-related-post .grid-item-inner .item-featured .item-category a + a {
padding-left: 0;
margin-left: 0px;
}
.single-post .cms-related-post .grid-item-inner .item-featured + .entry-holder {
margin-top: 28px;
}
@media screen and (min-width: 992px) {
.single-post .cms-related-post .grid-item-inner .entry-holder {
padding-left: 40px;
padding-right: 40px;
}
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-title {
font-size: 21px;
line-height: 28px;
margin-bottom: 21px;
font-weight: 600;
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-title a {
color: inherit;
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-title a:hover {
color: #860000;
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-meta {
margin-bottom: 10px;
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-content {
margin-bottom: 20px;
font-size: 14px;
line-height: 24px;
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-readmore .btn-more {
position: relative;
display: inline-block;
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-readmore .btn-more:after {
content: "";
display: block;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #860000;
}
.single-post .cms-related-post .grid-item-inner .entry-holder .entry-readmore .btn-more i {
position: absolute;
right: -38px;
top: 1px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-left: 5px;
background-color: #28293a;
color: #fff;
}
.single-post .cms-related-post .grid-item-inner:hover {
overflow: hidden;
}
.single-post .cms-related-post .grid-item-inner:hover img {
-webkit-transform: scale(1.05);
-khtml-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.single-post .cms-related-post .grid-item-inner:hover .entry-readmore .btn-more {
color: #860000;
}
.single-post .cms-related-post .grid-item-inner:hover .entry-readmore .btn-more:after {
opacity: 0;
}
.single-post .cms-related-post .grid-item-inner:hover .entry-readmore .btn-more i {
right: -42px;
opacity: 1;
background-color: #860000;
}
.no-results .search-form {
position: relative;
}
.no-results .search-form .search-submit {
position: absolute;
top: 0;
right: 0;
border: none;
color: #282828;
background-color: transparent;
padding: 0 20px;
}
.entry-author-info {
background-color: #fff;
background-color: #f4f4f4;
box-shadow: 5px 0 83px rgba(40, 40, 40, 0.08);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
img.image-space {
margin-top: 9px;
margin-bottom: 6px;
}
.single-post #primary.content-full-width, .page-template-blog-classic #primary.content-full-width {
max-width: 800px;
margin: auto;
}
.single-casestudies .entry-navigation {
margin-bottom: 40px;
}
.single-casestudies .entry-navigation .nav-post-img {
width: 90px;
min-width: 90px;
height: 63px;
margin-right: 20px;
overflow: hidden;
position: relative;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-casestudies .entry-navigation .nav-post-img img {
width: 100%;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-casestudies .entry-navigation .nav-post-img a i {
position: absolute;
top: 50%;
color: #fff;
opacity: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.single-casestudies .entry-navigation .nav-post-img a:after {
z-index: 1;
content: "";
display: block;
height: 100%;
width: 0%;
opacity: 0;
top: 0;
bottom: 0;
position: absolute;
background-color: rgba(134, 0, 0, 0.9);
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.single-casestudies .entry-navigation .nav-post-img a:hover i {
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-casestudies .entry-navigation .nav-post-img a:hover:after {
opacity: 1;
width: 100%;
}
.single-casestudies .entry-navigation .nav-links {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 -15px;
}
@media screen and (min-width: 992px) {
.single-casestudies .entry-navigation .nav-links {
position: relative;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a {
position: relative;
width: 22px;
height: 22px;
display: block;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a .square {
width: 10px;
height: 10px;
display: block;
background-color: #28293a;
position: absolute;
-webkit-transition: all 100ms linear 0ms;
-khtml-transition: all 100ms linear 0ms;
-moz-transition: all 100ms linear 0ms;
-ms-transition: all 100ms linear 0ms;
-o-transition: all 100ms linear 0ms;
transition: all 100ms linear 0ms;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a .square.sp-1 {
top: 0;
left: 0;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a .square.sp-2 {
top: 0;
right: 0;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a .square.sp-3 {
bottom: 0;
left: 0;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a .square.sp-4 {
bottom: 0;
right: 0;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a:hover .square {
background-color: #860000;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a:hover .square.sp-1 {
top: -2px;
left: -2px;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a:hover .square.sp-2 {
top: -2px;
right: -2px;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a:hover .square.sp-3 {
bottom: -2px;
left: -2px;
}
.single-casestudies .entry-navigation .nav-links .nav-show-all a:hover .square.sp-4 {
bottom: -2px;
right: -2px;
}
}
@media screen and (max-width: 991px) {
.single-casestudies .entry-navigation .nav-links .nav-show-all {
display: none;
}
}
@media screen and (min-width: 992px) {
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-next .nav-post-meta {
padding-left: 230px;
}
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-next .nav-post-img a:after {
-webkit-border-radius: 0 150px 150px 0;
-khtml-border-radius: 0 150px 150px 0;
-moz-border-radius: 0 150px 150px 0;
-ms-border-radius: 0 150px 150px 0;
-o-border-radius: 0 150px 150px 0;
border-radius: 0 150px 150px 0;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-next a i {
left: 20px;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-next a:after {
left: 0;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a i {
opacity: 1;
left: 37px;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-next:hover .nav-post-img a:after {
-webkit-border-radius: 0 0 0 0;
-khtml-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
opacity: 1;
width: 100%;
}
@media screen and (min-width: 992px) {
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-prev .nav-post-meta {
padding-right: 230px;
}
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-prev .nav-post-img a:after {
-webkit-border-radius: 150px 0 0 150px;
-khtml-border-radius: 150px 0 0 150px;
-moz-border-radius: 150px 0 0 150px;
-ms-border-radius: 150px 0 0 150px;
-o-border-radius: 150px 0 0 150px;
border-radius: 150px 0 0 150px;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-prev a i {
right: 25px;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-prev a:after {
right: 0;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a i {
opacity: 1;
right: 37px;
}
.single-casestudies .entry-navigation .nav-links .nav-item.nav-post-prev:hover .nav-post-img a:after {
-webkit-border-radius: 0 0 0 0;
-khtml-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
-ms-border-radius: 0 0 0 0;
-o-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
opacity: 1;
width: 100%;
}
.single-casestudies .entry-navigation .nav-item {
display: flex;
flex-wrap: nowrap;
align-items: center;
width: 50%;
padding: 0 15px;
}
@media screen and (min-width: 768px) {
.single-casestudies .entry-navigation .nav-item.nav-post-next {
flex-direction: row-reverse;
text-align: right;
}
.single-casestudies .entry-navigation .nav-item.nav-post-next .nav-post-img {
margin-right: 0;
margin-left: 20px;
}
}
@media screen and (max-width: 575px) {
.single-casestudies .entry-navigation .nav-item {
width: 100%;
align-items: flex-start;
}
.single-casestudies .entry-navigation .nav-item + .nav-item {
margin-top: 30px;
}
}
.single-casestudies .entry-navigation .nav-post-meta label {
font-size: 13px;
display: block;
margin-bottom: 3px;
}
.single-casestudies .entry-navigation .nav-post-meta a {
font-size: 16px;
line-height: 22px;
font-weight: 700;
font-family: 'Barlow', sans-serif;
color: #0e2b3d;
}
.single-casestudies .entry-navigation .nav-post-meta a:hover {
color: #860000;
}
.single-casestudies .entry-botton-meta {
border-top: 1px solid #e5e8ea;
padding: 25px 0;
}
@media screen and (max-width: 991px) {
.single-casestudies .entry-botton-meta {
text-align: center;
}
}
.single-casestudies .entry-botton-meta label {
font-weight: bold;
color: #28293a;
margin-right: 20px;
}
.single-casestudies .entry-botton-meta .col-box-social {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0;
}
@media screen and (max-width: 991px) {
.single-casestudies .entry-botton-meta .col-box-social {
margin-bottom: 15px;
}
}
@media screen and (min-width: 1200px) {
.single-casestudies .entry-botton-meta .col-box-social + .item-tags {
border-left: 2px solid #e5e8ea;
}
}
@media screen and (min-width: 1200px) {
.single-casestudies .entry-botton-meta .inner-botton-meta {
display: flex;
align-items: center;
justify-content: center;
}
.single-casestudies .entry-botton-meta .inner-botton-meta > div {
text-align: center;
width: 50%;
}
}
.single-casestudies .entry-botton-meta .item-tags a {
font-size: 14px;
}
.single-casestudies .entry-botton-meta .entry-socail {
list-style: none;
margin-bottom: 0;
margin-left: -10px;
margin-right: -10px;
}
.single-casestudies .entry-botton-meta .entry-socail li {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.single-casestudies .entry-botton-meta .entry-socail li i {
font-family: "FontAwesome";
}
.single-casestudies .entry-botton-navi {
padding-top: 37px;
border-top: 1px solid #e5e8ea;
}
body.search-results .single-hentry .entry-body {
background-color: #fff;
}
.single-portfolio .site-content {
padding-top: 0;
padding-bottom: 92px;
}
@media screen and (max-width: 991px) {
.single-portfolio .site-content {
padding-bottom: 55px;
}
}
.single-portfolio .entry-header .single-image {
position: relative;
padding-bottom: 74px;
margin-bottom: 20px;
}
.single-portfolio .entry-header .single-image img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-portfolio .entry-header .single-image .single-icon {
background-color: #fff;
width: 145px;
height: 145px;
text-align: center;
line-height: 145px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-portfolio .entry-header .single-image .single-icon:before {
display: block;
content: "";
position: absolute;
width: 124px;
height: 124px;
background-color: transparent;
border-radius: 50%;
border: 4px solid #860000;
top: 10px;
left: 10px;
}
.single-portfolio .entry-header .single-image .single-icon .inner-icon {
width: 124px;
height: 124px;
border-radius: 124px;
overflow: hidden;
text-align: center;
line-height: 124px;
margin: 0 auto;
margin-top: 10px;
}
.single-portfolio .entry-header .single-image .single-icon .inner-icon img {
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
max-height: 80px;
max-width: 80px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.single-portfolio .entry-header .single-image .single-icon:hover {
box-shadow: 5px 0 83px rgba(40, 41, 58, 0.1);
}
.single-portfolio .entry-header .single-meta {
text-align: center;
}
.single-portfolio .entry-header .single-meta .entry-title {
font-size: 35px;
font-weight: 600;
margin-bottom: 10px;
}
.single-portfolio .entry-header .single-meta .entry-category {
color: #860000;
}
.single-portfolio .entry-footer {
margin-top: 50px;
margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
.single-portfolio .entry-footer {
padding: 0 100px;
}
}
@media screen and (min-width: 768px) {
.single-portfolio .entry-footer {
display: flex;
align-items: center;
justify-content: space-between;
}
}
.single-portfolio .entry-footer .entry-category {
color: #860000;
}
.single-portfolio .entry-footer .entry-category label {
color: #28293a;
font-weight: bold;
margin-right: 5px;
}
@media screen and (max-width: 767px) {
.single-portfolio .entry-footer .entry-category {
margin-bottom: 30px;
}
}
.single-portfolio .entry-footer .entry-socail {
list-style: none;
margin-bottom: 0;
margin-left: -6px;
margin-right: -6px;
}
.single-portfolio .entry-footer .entry-socail li {
margin-left: 6px;
margin-right: 6px;
display: inline-block;
}
.single-portfolio .entry-footer .entry-socail li a {
display: block;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50px;
background-color: #28293a;
color: #fff;
position: relative;
}
.single-portfolio .entry-footer .entry-socail li a.fb-social {
background-color: #4267b2;
}
.single-portfolio .entry-footer .entry-socail li a.tw-social {
background-color: #1da0f0;
}
.single-portfolio .entry-footer .entry-socail li a.g-social {
background-color: #ea4335;
}
.single-portfolio .entry-footer .entry-socail li a:hover {
background-color: #860000;
}
.single-portfolio .entry-footer .entry-socail li a i {
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
}
.single-portfolio .portfolio-related {
border-top: 1px solid #e7ebef;
padding-top: 40px;
}
.single-portfolio .portfolio-related .cms-related-portfolio .widget-title {
text-align: center;
font-size: 25px;
font-weight: bold;
line-height: 48px;
color: #28293a;
margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .entry-featured img {
width: 100%;
}
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .entry-featured {
margin-bottom: 0;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
position: relative;
margin-bottom: 27px;
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .entry-featured:after {
position: absolute;
content: "";
width: 100%;
height: 50%;
bottom: 0;
background: linear-gradient(rgba(40, 41, 58, 0), rgba(40, 41, 58, 0.4) 50%, rgba(40, 41, 58, 0.4) 50%, #28293a);
background-size: 100%;
opacity: 0;
background-position: 100% 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
display: block;
z-index: 1;
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .entry-featured:hover:after {
height: 100%;
opacity: 0.7;
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .entry-body {
margin-bottom: 0;
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .entry-title {
margin-bottom: 2px;
font-size: 21px;
line-height: 28px;
font-weight: bold;
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .entry-title a {
color: #28293a;
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .item-category {
margin-top: 10px;
font-size: 15px;
line-height: 28px;
font-weight: 400;
color: #860000;
}
.single-portfolio .portfolio-related .cms-related-portfolio .grid-item .item-category a {
color: inherit;
}
.post-type-archive .casestudie-item, .tax-casestudies-category .casestudie-item, .tax-industries-category .casestudie-item, .tax-itsolution-category .casestudie-item {
margin-bottom: 55px;
}
.post-type-archive .casestudie-item .item-category, .tax-casestudies-category .casestudie-item .item-category, .tax-industries-category .casestudie-item .item-category, .tax-itsolution-category .casestudie-item .item-category {
margin-bottom: 5px;
}
.post-type-archive .casestudie-item .post-image, .tax-casestudies-category .casestudie-item .post-image, .tax-industries-category .casestudie-item .post-image, .tax-itsolution-category .casestudie-item .post-image {
margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
.post-type-archive .casestudie-item .entry-body, .tax-casestudies-category .casestudie-item .entry-body, .tax-industries-category .casestudie-item .entry-body, .tax-itsolution-category .casestudie-item .entry-body {
padding-right: 35px;
}
}
.post-type-archive .casestudie-item .entry-title, .tax-casestudies-category .casestudie-item .entry-title, .tax-industries-category .casestudie-item .entry-title, .tax-itsolution-category .casestudie-item .entry-title {
font-size: 22px;
}
@media screen and (min-width: 992px) {
.post-type-archive .casestudie-item .entry-title, .tax-casestudies-category .casestudie-item .entry-title, .tax-industries-category .casestudie-item .entry-title, .tax-itsolution-category .casestudie-item .entry-title {
padding-right: 10%;
}
}
.post-type-archive .casestudie-item .entry-content, .tax-casestudies-category .casestudie-item .entry-content, .tax-industries-category .casestudie-item .entry-content, .tax-itsolution-category .casestudie-item .entry-content {
margin-bottom: 25px;
}
.post-type-archive .casestudie-item .entry-readmore a i, .tax-casestudies-category .casestudie-item .entry-readmore a i, .tax-industries-category .casestudie-item .entry-readmore a i, .tax-itsolution-category .casestudie-item .entry-readmore a i {
margin-left: 10px;
position: relative;
top: 2px;
}
#secondary .widget {
margin-bottom: 43px;
}
#secondary .widget:last-child {
margin-bottom: 0;
}
#secondary .widget select {
max-width: 100%;
}
.widget-title, .comments-title, .comment-reply-title {
font-size: 21px;
font-weight: 600;
position: relative;
margin-bottom: 25px;
line-height: 30px;
}
ul.menu {
list-style: none;
margin: 0;
}
.search-form {
position: relative;
}
.widget_nav_menu.column3 ul.menu {
margin: 0 -15px;
overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
width: 33.33%;
padding: 0 15px;
float: left;
}
@media screen and (max-width: 767px) {
.widget_nav_menu.column3 ul.menu li {
width: 50%;
}
}
@media screen and (max-width: 575px) {
.widget_nav_menu.column3 ul.menu li {
width: 100%;
}
}
.widget_nav_menu.column2 ul.menu {
margin: 0 -15px;
overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
width: 50%;
padding: 0 15px;
float: left;
}
@media screen and (max-width: 575px) {
.widget_nav_menu.column2 ul.menu li {
width: 100%;
}
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
list-style: none;
margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
padding-left: 0;
}
#content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_meta ul li {
font-size: 0;
line-height: 0;
}
#content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_meta ul li a {
font-size: 15px;
font-weight: 700;
line-height: normal;
color: #0f2b5a;
display: block;
padding: 18px 24px;
border-bottom: 2px solid #e7ebef;
background-color: #fff;
position: relative;
}
#content .widget_nav_menu ul li a:after, #content .widget_pages ul li a:after, #content .widget_meta ul li a:after {
content: "\f061";
font-family: "Font Awesome 5 Pro";
font-weight: 900;
font-size: 12px;
position: absolute;
right: 25px;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
#content .widget_nav_menu ul li:last-child > a, #content .widget_pages ul li:last-child > a, #content .widget_meta ul li:last-child > a {
border-bottom: none;
}
#content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_meta ul li > a:hover {
color: #fff;
background-color: #860000;
}
#content .widget_nav_menu ul li.menu-item-has-children > a, #content .widget_pages ul li.menu-item-has-children > a, #content .widget_meta ul li.menu-item-has-children > a {
border-bottom: 2px solid #e7ebef;
}
#content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_meta ul li .children {
padding-left: 12px;
}
#content .widget_nav_menu ul li .sub-menu li a, #content .widget_pages ul li .sub-menu li a, #content .widget_meta ul li .sub-menu li a, #content .widget_nav_menu ul li .children li a, #content .widget_pages ul li .children li a, #content .widget_meta ul li .children li a {
border-bottom: 2px solid #e7ebef;
}
#content .widget_nav_menu .current-cat > a, #content .widget_pages .current-cat > a, #content .widget_meta .current-cat > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_pages .current-cat-parent > a, #content .widget_meta .current-cat-parent > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_meta .current-cat-ancestor > a {
color: #860000;
}
#content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_meta .nice-select ul li {
font-size: 14px;
line-height: normal;
}
#content .widget_nav_menu ul.menu, #content .widget_pages ul.menu, #content .widget_meta ul.menu {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
#content .widget_nav_menu .widget-content > ul, #content .widget_pages .widget-content > ul, #content .widget_meta .widget-content > ul {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
#content .widget_categories .widget-title, #content .widget_archive .widget-title {
margin-bottom: 14px;
}
#content .widget_categories ul li, #content .widget_archive ul li {
line-height: 36px;
}
#content .widget_categories ul li a, #content .widget_archive ul li a {
font-size: 15px;
font-weight: 700;
line-height: normal;
color: #0f2b5a;
display: inline-block;
}
#content .widget_categories ul li:last-child > a, #content .widget_archive ul li:last-child > a {
border-bottom: none;
}
#content .widget_categories ul li span.count-post, #content .widget_archive ul li span.count-post {
margin-left: 15px;
color: #860000;
background-color: #fff;
display: inline-block;
text-align: center;
width: 24px;
line-height: 22px;
font-size: 13px;
height: 24px;
border-radius: 50%;
border: 2px solid rgba(155, 155, 155, 0.2);
position: relative;
top: -1px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#content .widget_categories ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_archive ul li > a:hover {
color: #860000;
}
#content .widget_categories ul li.current-cat > a + span.count-post, #content .widget_archive ul li.current-cat > a + span.count-post, #content .widget_categories ul li.current-cat-parent > a + span.count-post, #content .widget_archive ul li.current-cat-parent > a + span.count-post, #content .widget_categories ul li > a:hover + span.count-post, #content .widget_archive ul li > a:hover + span.count-post {
background-color: #860000;
color: #fff;
}
#content .widget_categories ul li.menu-item-has-children > a, #content .widget_archive ul li.menu-item-has-children > a {
border-bottom: 2px solid #e7ebef;
}
#content .widget_categories ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_categories ul li .children, #content .widget_archive ul li .children {
padding-left: 12px;
}
#content .widget_categories ul li .sub-menu li a, #content .widget_archive ul li .sub-menu li a, #content .widget_categories ul li .children li a, #content .widget_archive ul li .children li a {
border-bottom: 2px solid #e7ebef;
}
#content .widget_categories .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_categories .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a {
color: #860000;
}
#content .widget_categories .nice-select ul li, #content .widget_archive .nice-select ul li {
font-size: 14px;
line-height: normal;
}
.widget_recent_entries a, .widget_recent_comments a {
color: #282828;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
color: #860000;
}
.widget_recent_entries li, .widget_recent_comments li {
border-bottom: 1px solid #f2f2f2;
padding-bottom: 11px;
margin-bottom: 11px;
}
.widget_recent_comments .recentcomments > a {
font-size: 15px;
font-weight: 700;
line-height: normal;
color: #0f2b5a;
display: block;
}
.widget_recent_comments .recentcomments > a:hover {
color: #860000;
}
.widget_recent_comments .recentcomments > a:before {
content: '\A';
white-space: pre;
}
.widget_rss ul {
list-style: none;
padding: 0;
}
.widget_rss li {
margin-bottom: 16px;
}
.widget_rss li:last-child {
margin-bottom: 0;
}
.widget_rss .rsswidget {
font-weight: 700;
display: inline-block;
}
.widget_rss .rss-date {
font-size: 0.875em;
font-style: italic;
display: block;
}
.widget_rss cite {
font-weight: 700;
font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
text-align: center;
}
.widget_calendar table > caption {
padding-bottom: 0;
text-align: center;
color: inherit;
}
.widget_ef_recent_posts li {
padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
font-size: 15px;
font-weight: 500;
color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
color: #860000;
}
.widget_ef_recent_posts .entry-title {
font-size: 18px;
line-height: 24px;
margin-top: 4px;
}
@media screen and (max-width: 575px) {
.widget_ef_recent_posts .entry-title {
font-size: 15px;
}
}
.widget_ef_recent_posts .entry-title a {
color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
color: #860000;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
margin-top: 15px;
}
.cms-social {
margin: 0;
list-style: none;
}
.cms-social li {
display: inline-block;
margin: 0 8px 10px 8px;
}
@media screen and (max-width: 991px) {
.cms-social li {
margin-left: 4px;
margin-right: 4px;
}
}
.cms-social a {
font-size: 14px;
color: #fff;
height: 42px;
width: 42px;
line-height: 42px;
background-color: #1c1c1c;
text-align: center;
display: block;
}
@media screen and (max-width: 991px) {
.cms-social a {
font-size: 13px;
line-height: 36px;
height: 36px;
width: 36px;
}
}
.cms-social a:hover {
background-color: #860000;
color: #fff;
}
.widget_cms_check_availability {
background-color: #fff;
border: 1px solid #e5e5e5 !important;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
margin-bottom: 55px !important;
padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
display: none !important;
}
.widget_newsletterwidget {
background-color: #28293a;
padding: 32px 40px 40px 40px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
@media screen and (max-width: 1199px) {
.widget_newsletterwidget {
padding-left: 30px;
padding-right: 30px;
}
}
.widget_newsletterwidget .description {
padding-bottom: 22px;
}
.widget_newsletterwidget .tnp-widget {
position: relative;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
height: 60px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: transparent;
border: 1px solid #283a62;
background-color: transparent;
font-size: 14px;
color: #6b89c1;
font-style: normal;
padding: 0 19px;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email:focus {
border-color: #860000;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
margin: 0;
width: 51px;
height: 51px;
position: absolute;
top: 0;
right: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button:before {
content: '\f061';
font-size: 11px;
color: #fff;
height: 22px;
width: 22px;
line-height: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
background-color: #860000;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Pro";
text-align: center;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
top: 0;
right: 0;
opacity: 0;
padding: 0;
height: 51px;
width: 51px;
position: absolute;
}
.widget_cms_recent_posts .entry-media {
padding-top: 5px;
margin-right: 20px;
max-width: 70px;
width: 100%;
}
.widget_cms_recent_posts .entry-media img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
width: 100%;
}
.widget_cms_recent_posts .entry-media a {
display: block;
overflow: hidden;
position: relative;
}
.widget_cms_recent_posts .entry-media a:after {
content: "";
height: 100%;
width: 0;
background-color: rgba(134, 0, 0, 0.4);
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.2s;
-khtml-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.widget_cms_recent_posts .entry-title {
font-size: 16px;
line-height: 23px;
margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
.widget_cms_recent_posts .entry-title {
font-size: 15px;
}
}
.widget_cms_recent_posts .entry-content .entry-meta {
color: #28293a;
}
.widget_cms_recent_posts .post-item {
margin-bottom: 12px;
padding-bottom: 10px;
display: flex;
}
.widget_cms_recent_posts .post-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget_cms_recent_posts .post-item:hover .entry-media a:after {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.widget_cms_recent_posts_carousel .post-item {
margin-bottom: 20px;
padding-bottom: 20px;
}
.widget_cms_recent_posts_carousel .post-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget_cms_recent_posts_carousel .entry-media {
margin-bottom: 17px;
}
.widget_cms_recent_posts_carousel .entry-media img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
width: 100%;
}
.widget_cms_recent_posts_carousel .entry-meta {
margin-bottom: 5px;
}
.widget_cms_recent_posts_carousel .entry-title {
font-size: 17px;
line-height: 22px;
margin-bottom: 3px;
}
.widget_cms_recent_posts_carousel .entry-content {
margin-top: 0px;
}
.widget_cms_recent_posts_carousel .owl-dots {
margin: 0 -5px -10px;
list-style: none;
}
.widget_cms_recent_posts_carousel .owl-dots .owl-dot {
display: inline-block;
margin: 20px 5px 0px 5px;
height: 5px;
line-height: 5px;
width: 30px;
text-indent: -9999px;
padding: 0;
border: none;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #9b9b9b;
}
.widget_cms_recent_posts_carousel .owl-dots .owl-dot.active {
background-color: #860000;
}
#secondary .tagcloud a, #secondary .entry-tags a {
background-color: #fff;
border: 1px solid #6f808a;
color: #163243;
display: inline-block;
font-size: 12px !important;
line-height: 30px;
padding: 1px 12px;
margin-bottom: 10px;
margin-right: 8px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
#secondary .tagcloud a:hover, #secondary .entry-tags a:hover {
-webkit-transform: translate(0, -2px);
-khtml-transform: translate(0, -2px);
-moz-transform: translate(0, -2px);
-ms-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
transform: translate(0, -2px);
background-color: #28293a;
color: #fff;
}
.widget .tagcloud {
margin-right: -8px;
}
.widget_search {
position: relative;
}
.widget_search .search-field {
padding-right: 50px;
border: none;
background-color: #fff;
font-size: 13px;
-webkit-border-radius: 2;
-khtml-border-radius: 2;
-moz-border-radius: 2;
-ms-border-radius: 2;
-o-border-radius: 2;
border-radius: 2;
border: 2px solid rgba(40, 41, 58, 0.12);
}
.widget_search .search-submit {
border: none;
background-color: transparent;
padding: 0;
height: 61px;
line-height: 61px;
width: 61px;
font-size: 16px;
color: #0e2b3d;
position: absolute;
top: 0;
right: 0;
}
.widget-area .widget {
padding: 38px 40px 32px;
background-color: #f4f4f4;
position: relative;
border-radius: 2px;
}
@media (max-width: 480px) {
.widget-area .widget {
padding-left: 25px;
padding-right: 25px;
}
}
.widget-area .widget:before {
content: "";
width: 40px;
height: 3px;
position: absolute;
left: 38px;
top: 0;
z-index: 2;
background-color: #860000;
}
.widget-area .widget.widget_cms_recent_posts {
padding-bottom: 38px;
}
.widget-area .widget_block {
padding: 38px 40px 32px;
}
.widget-area .widget_block h2 {
font-size: 20px;
font-weight: 500;
border-bottom: none;
margin-bottom: 30px;
line-height: 25px;
margin-top: 10px;
}
.widget-area .widget_block ul, .widget-area .widget_block ol {
margin-bottom: 0;
padding-left: 0;
}
.widget-area .widget_block.widget_search {
padding: 0 !important;
background-color: #f4f4f4;
}
.widget-area .widget_block.widget_search label.wp-block-search__label {
color: #28293a;
margin-bottom: 15px;
font-size: 22px;
}
.widget-area .widget_block.widget_search form.wp-block-search {
padding: 30px 40px;
}
.widget-area .widget_block.widget_search .wp-block-search__inside-wrapper {
position: relative;
}
.widget-area .widget_block.widget_search .wp-block-search__input {
background-color: #fff;
height: 47px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
line-height: 45px;
border: 1px solid #fff;
}
.widget-area .widget_block.widget_search .wp-block-search__input:focus {
border-color: #860000;
}
.widget-area .widget_block.widget_search .wp-block-search__button {
position: absolute;
top: 0;
right: 0;
font-size: 15px;
padding: 0 15px;
color: #fff;
height: 47px;
min-width: 80px;
text-align: center;
line-height: 47px;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
border: none;
background-color: #28293a;
border: none;
cursor: pointer;
}
.widget-area .widget_block .wp-block-latest-posts__list li:before {
top: 50%;
}
.widget-area .widget_block .wp-block-latest-posts__list li a {
color: #28293a;
}
.widget-area .widget_block .wp-block-latest-posts__list li a:hover {
color: #860000;
}
.widget-area .widget_block .wp-block-latest-comments {
margin-bottom: 0;
}
.widget-area .widget_block .wp-block-latest-comments a {
color: #28293a;
}
.widget-area .widget_block .wp-block-latest-comments a:hover {
color: #860000;
}
.widget-area .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
line-height: 32px;
}
.widget-area .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta:before {
width: 10px;
height: 2px;
line-height: 25px;
font-size: 12px;
margin-right: 10px;
background-color: #860000;
display: inline-block;
content: "";
position: relative;
top: -2px;
}
.widget-area .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
margin-bottom: 0;
}
#sb_instagram .sbi_item img {
-webkit-border-radius: 1px !important;
-khtml-border-radius: 1px !important;
-moz-border-radius: 1px !important;
-ms-border-radius: 1px !important;
-o-border-radius: 1px !important;
border-radius: 1px !important;
}
#sb_instagram .sbi_item .sbi_photo {
position: relative;
opacity: 1 !important;
}
#sb_instagram .sbi_item .sbi_photo:before {
content: "\f16d";
color: #fff;
font-size: 14px;
font-family: FontAwesome;
z-index: 2;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:after {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
content: "";
background-color: #860000;
opacity: 0.95;
z-index: 1;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
opacity: 1;
}
#sb_instagram #sbi_load {
padding-top: 0 !important;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
embed, iframe, object {
max-width: 100%;
}
.custom-logo-link {
display: inline-block;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
padding: 0.8075em 0;
font-size: 0.875em;
font-style: italic;
}
.wp-caption-text {
text-align: center;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-caption {
display: block;
}
.col-offset-left .cms-portfolio-carousel .container-fitler {
margin-left: 0;
margin-right: 0;
padding-left: 3px;
}
@media screen and (max-width: 991px) {
.col-offset-left .cms-portfolio-carousel .container-fitler {
padding-left: 15px;
padding-right: 15px;
}
}
@media screen and (max-width: 991px) {
.col-offset-left .cms-portfolio-carousel .container-fitler .grid-filter-wrap.align-right {
text-align: center;
}
}
.col-offset-left .cms-portfolio-carousel .slick-dots {
margin-top: 12px;
}
@media screen and (min-width: 992px) {
.col-offset-left .cms-portfolio-carousel .slick-dots {
justify-content: flex-start;
margin-left: 0px;
}
}
@media screen and (min-width: 1200px) {
.col-offset-left .cms-project-carousel .grid-filter-wrap {
margin-left: 150px;
}
.col-offset-left .cms-project-carousel .slick-dots {
margin-right: 250px;
}
}
@media screen and (min-width: 1200px) {
.col-offset-right .cms-project-carousel .grid-filter-wrap {
margin-right: 150px;
}
.col-offset-right .cms-project-carousel .slick-dots {
margin-left: 250px;
}
}
.comments-area .comments-title {
font-size: 24px;
}
.comments-area .comment-list {
list-style: none;
margin: 0;
}
.comments-area .comment-list > .comment .comment-body {
margin-bottom: 30px;
}
.comments-area .comment-list > .comment:last-child .comment-body {
margin-bottom: 0px;
}
.comments-area .comment-list > .comment .children {
border-top: 2px solid #e5e8ea;
padding-top: 35px;
list-style: none;
margin: 0;
margin-top: 27px;
padding-left: 90px;
}
@media screen and (max-width: 767px) {
.comments-area .comment-list > .comment .children {
padding-left: 0;
}
}
.comments-area .comment-list > .comment .children li + li {
padding-top: 25px;
margin-top: 35px;
border-top: 2px solid #e5e8ea;
}
.comments-area .comment-list > .trackback, .comments-area .comment-list > .pingback {
border-top: 2px solid #e7ebef;
margin-top: 24px;
padding-top: 30px;
}
.comments-area .comment-list > .trackback:nth-child(1), .comments-area .comment-list > .pingback:nth-child(1) {
border-top: none;
margin-top: 0;
}
.comments-area .comment-list .children {
list-style: none;
}
.comments-area .comment-list .comment-body + .comment-respond {
margin-top: 30px;
margin-bottom: 45px;
}
.comments-area .comment-inner {
display: flex;
flex-wrap: nowrap;
}
.comments-area .comment-inner img.avatar {
max-width: 60px;
min-width: 60px;
max-height: 60px;
margin-right: 20px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
@media (max-width: 480px) {
.comments-area .comment-inner img.avatar {
min-width: 50px;
max-width: 50px;
max-height: 50px;
}
}
.comments-area .comment-inner .comment-content {
margin-top: -3px;
}
.comments-area .comment-inner .comment-content .comment-title {
font-size: 15px;
font-weight: bold;
margin-bottom: 5px;
}
.comments-area .comment-inner .comment-content .comment-title a {
color: inherit;
}
.comments-area .comment-inner .comment-content .comment-title a:hover {
color: #860000;
}
.comments-area .comment-inner .comment-content .comment-meta {
font-size: 12px;
line-height: 24px;
margin-bottom: 9px;
}
.comments-area .comment-inner .comment-content .comment-meta .comment-date {
color: #28293a;
}
.comments-area .comment-inner .comment-content .comment-text {
margin-bottom: 7px;
font-size: 15px;
line-height: 23px;
}
.comments-area .comment-inner .comment-content .comment-text img {
margin: 15px 0;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
margin-bottom: 0;
}
.comments-area .comment-inner .comment-content .comment-reply {
font-size: 14px;
font-weight: 700;
}
.comments-area .comment-inner .comment-content .comment-reply a {
color: #28293a;
}
.comments-area .comment-inner .comment-content .comment-reply a:hover {
color: #860000;
}
.comments-area .comment-list-wrap {
margin-bottom: 33px;
padding-bottom: 30px;
}
.comments-area > .comment-respond {
padding: 50px;
background-color: #f4f4f4;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
@media screen and (max-width: 767px) {
.comments-area > .comment-respond {
padding: 35px 25px;
}
}
.comments-area #commentform input, .comments-area #commentform textarea {
margin-bottom: 25px;
}
.comments-area #commentform .submit {
margin-bottom: 0;
}
.comments-area #commentform .form-submit {
margin-bottom: 0;
}
.comments-area #commentform .form-submit .submit {
text-align: left;
padding-right: 70px;
background-color: #860000;
border-color: #860000;
color: #fff;
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/icon-bt.png) !important;
background-repeat: no-repeat !important;
background-position: right 20px top 49%;
}
@media screen and (min-width: 576px) {
.comments-area #commentform .form-submit .submit {
min-width: 290px;
}
}
.comments-area #commentform .form-submit .submit:hover {
background-color: #28293a;
border-color: #28293a;
}
.comments-area .comment-content a {
word-wrap: break-word;
}
.comments-area .bypostauthor {
display: block;
}
.comments-area .logged-in-as {
color: inherit;
}
.comments-area .logged-in-as a {
color: inherit;
}
.comments-area .logged-in-as a:hover {
color: #860000;
}
.comment-form-cookies-consent {
font-size: 14px;
line-height: 24px;
padding-left: 20px;
position: relative;
margin-bottom: 22px;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
position: absolute;
width: 12px;
height: 12px;
left: 0;
top: 5px;
}
.comment-form-cookies-consent label:before {
content: '';
border: 1px solid #cfcfcf;
background-color: #ececed;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
z-index: 1;
}
.comment-form-cookies-consent label:after {
content: '\f00c';
font-family: "Font Awesome 5 Pro";
font-weight: 400;
z-index: 2;
font-size: 8px;
color: #860000;
opacity: 0;
line-height: 12px;
text-align: center;
}
.comment-form-cookies-consent input {
z-index: 99;
opacity: 0;
}
.comment-form-cookies-consent input:checked + label:before {
border-color: #860000;
background-color: #fff;
}
.comment-form-cookies-consent input:checked + label:after {
opacity: 1;
}
.comment-form > .row {
margin: 0 -10px;
}
.comment-form > .row .col-lg-4 {
padding: 0 10px;
}
.comment-form > .row textarea, .comment-form > .row input {
font-size: 14px;
border-color: #dde0e1;
}
.comment-form > .row textarea::-webkit-input-placeholder, .comment-form > .row input::-webkit-input-placeholder {
color: #28293a;
}
.comment-form > .row textarea::-moz-placeholder, .comment-form > .row input::-moz-placeholder {
color: #28293a;
}
.comment-form > .row textarea::-ms-input-placeholder, .comment-form > .row input::-ms-input-placeholder {
color: #28293a;
}
.comment-form > .row textarea::-moz-placeholder, .comment-form > .row input::-moz-placeholder {
color: #28293a;
}
.comment-form textarea {
height: 116px;
}
.comment-form textarea::-webkit-input-placeholder {
color: #28293a;
}
.comment-form textarea::-moz-placeholder {
color: #28293a;
}
.comment-form textarea::-ms-input-placeholder {
color: #28293a;
}
.comment-form textarea::-moz-placeholder {
color: #28293a;
}
.comment-respond .comment-reply-title {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.comment-respond .comment-reply-title small a {
border-radius: 2px;
background-color: #860000;
color: #fff;
font-size: 13px;
font-weight: 700;
line-height: 25px;
display: inline-block;
padding: 0 10px;
font-family: 'Roboto', sans-serif;
margin-left: 8px;
}
.comment-respond .comment-reply-title small a:hover {
background-color: #28293a;
}
.site-footer {
background-color: #0a2d43;
}
.site-footer .top-footer {
font-size: 14px;
line-height: 33px;
padding-top: 120px;
padding-bottom: 80px;
}
.site-footer .top-footer .footer-widget-title {
font-size: 17px;
line-height: 1.765;
margin-top: -4px;
margin-bottom: 27px;
}
.site-footer .top-footer .tnp-newsletter-custom form {
position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
.site-footer .top-footer {
padding: 80px 10px;
}
}
@media screen and (max-width: 991px) {
.site-footer .top-footer {
padding: 80px 10px 40px;
}
.site-footer .top-footer .cms-footer-item {
margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {
.site-footer .top-footer .cms-footer-item:last-child {
margin-bottom: 20px;
}
}
.site-footer .top-footer .widget .textwidget p {
margin-bottom: 20px;
}
.site-footer .top-footer .widget .textwidget p:last-child {
margin-bottom: 0;
}
.site-footer .top-footer a.logo-dark {
margin-top: 5px;
display: block;
}
.site-footer .top-footer .widget + .widget {
margin-top: 24px;
}
.site-footer .top-footer .btn-text-primary {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 25px;
}
.site-footer .top-footer .btn-text-primary i.fac-arrow-right {
height: 32px;
width: 32px;
line-height: 32px;
margin-left: 0;
-webkit-border-radius: 32px;
-khtml-border-radius: 32px;
-moz-border-radius: 32px;
-ms-border-radius: 32px;
-o-border-radius: 32px;
border-radius: 32px;
background-color: #860000;
color: #fff;
font-size: 13px;
position: relative;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.site-footer .top-footer .btn-text-primary i.fac-arrow-right:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.site-footer .top-footer .btn-text-primary:hover {
color: #fff;
}
.site-footer .top-footer .btn-text-primary:hover i.fac-arrow-right {
background-color: #fff;
color: #860000;
}
.site-footer .top-footer .contact-phone {
padding-top: 3px;
padding-bottom: 16px;
}
.site-footer .top-footer .contact-phone a {
color: #fff;
font-size: 20px;
font-weight: 600;
font-family: 'Barlow', sans-serif;
}
@media screen and (max-width: 1199px) {
.site-footer .top-footer .contact-phone a {
font-size: 20px;
}
}
.site-footer .top-footer .contact-phone a:hover {
color: #860000;
}
.site-footer .top-footer .contact-phone a i {
color: #0e5de1;
margin-right: 20px;
}
.site-footer .top-footer .contact-phone a i.fac-phone {
font-size: 18px;
}
.site-footer .top-footer ul.menu li + li {
margin-top: 5px;
}
.footer-layout1 .top-footer {
color: #f9f9f9;
}
.footer-layout1 a {
color: #f9f9f9;
}
.footer-layout1 .footer-widget-title {
color: #fff;
}
@media screen and (min-width: 1200px) {
.footer-layout1 .logo-footer {
margin-top: 7px;
}
.footer-layout1 .newlesster-custom {
background-color: transparent;
padding: 0;
}
.footer-layout1 .newlesster-custom .footer-widget-title {
font-size: 17px;
line-height: 30px;
margin-bottom: 35px;
}
.footer-layout1 .newlesster-custom .tnp-widget, .footer-layout1 .newlesster-custom .custom-html-widget {
position: relative;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-email, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-email {
margin-bottom: 20px;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-email .tnp-email, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-email .tnp-email {
height: 60px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-color: #00243b;
border: 1px solid #00243b;
font-size: 14px;
color: #8097a1;
font-style: normal;
padding: 0 19px;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-email .tnp-email:focus, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-email .tnp-email:focus {
border-color: #860000;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-button, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-button {
margin: 0;
width: 51px;
height: 60px;
position: absolute;
top: 0;
right: 0;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-button:before, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-button:before {
content: '\f061';
font-size: 11px;
color: #28293a;
height: 22px;
width: 22px;
line-height: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Pro";
text-align: center;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-button:hover:before, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-button:hover:before {
background-color: #860000;
color: #fff;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-button .tnp-submit, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-button .tnp-submit {
top: 0;
right: 0;
opacity: 0;
padding: 0;
height: 60px;
width: 51px;
position: absolute;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-privacy label, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label {
font-weight: 400;
padding-left: 0;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.footer-layout1 .newlesster-custom .tnp-widget .tnp-field-privacy label input, .footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label input {
margin-right: 7px;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label {
padding-left: 30px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label input {
margin-right: 7px;
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label span.checkmark {
position: absolute;
background-color: transparent;
top: 5px;
left: 0;
height: 17px;
width: 17px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
border: 2px solid #204054;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label input ~ .checkmark {
background-color: transparent;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label input:checked ~ .checkmark {
background-color: transparent;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label .checkmark:after {
content: "";
position: absolute;
display: none;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label input:checked ~ .checkmark:after {
display: block;
}
.footer-layout1 .newlesster-custom .custom-html-widget .tnp-field-privacy label .checkmark:after {
left: 3px;
top: 3px;
width: 7px;
height: 7px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background-color: #860000;
}
}
@media screen and (min-width: 1200px) {
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(1) {
padding-right: 35px;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(2) {
padding-right: 35px;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(3) {
padding-right: 35px;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(4) {
padding-right: 35px;
}
}
@media screen and (min-width: 992px) {
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(1) {
-ms-flex: 0 0 24%;
flex: 0 0 24%;
max-width: 24%;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(2) {
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(3) {
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(4) {
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(5) {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media screen and (max-width: 1199px) {
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(1) {
padding-right: 25px;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(2) {
padding-right: 25px;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom {
background-color: transparent;
padding: 0;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .footer-widget-title {
font-size: 17px;
line-height: 30px;
margin-bottom: 35px;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget {
position: relative;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-email, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-email {
margin-bottom: 20px;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-email .tnp-email, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-email .tnp-email {
height: 60px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-color: #00243b;
border: 1px solid #00243b;
font-size: 14px;
color: #8097a1;
font-style: normal;
padding: 0 19px;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-email .tnp-email:focus, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-email .tnp-email:focus {
border-color: #860000;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-button, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-button {
margin: 0;
width: 51px;
height: 60px;
position: absolute;
top: 0;
right: 0;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-button:before, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-button:before {
content: '\f061';
font-size: 11px;
color: #28293a;
height: 22px;
width: 22px;
line-height: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Pro";
text-align: center;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-button .tnp-submit, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-button .tnp-submit {
top: 0;
right: 0;
opacity: 0;
padding: 0;
height: 60px;
width: 51px;
position: absolute;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-privacy label, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label {
font-weight: 400;
padding-left: 0;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .tnp-widget .tnp-field-privacy label input, .footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input {
margin-right: 7px;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label {
padding-left: 30px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input {
margin-right: 7px;
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label span.checkmark {
position: absolute;
background-color: transparent;
top: 7px;
left: 0;
height: 17px;
width: 17px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
border: 2px solid #204054;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input ~ .checkmark {
background-color: transparent;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input:checked ~ .checkmark {
background-color: transparent;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label .checkmark:after {
content: "";
position: absolute;
display: none;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input:checked ~ .checkmark:after {
display: block;
}
.footer-layout1 .cms-footer-item.col-xl-2 .newlesster-custom .custom-html-widget .tnp-field-privacy label .checkmark:after {
left: 3px;
top: 3px;
width: 7px;
height: 7px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background-color: #860000;
}
}
@media screen and (max-width: 991px) {
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(1) {
padding-bottom: 55px;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(5) {
padding-top: 55px;
border-top: 1px solid rgba(230, 233, 235, 0.1);
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(5) .newlesster-custom .tnp-subscription {
margin-left: 0;
margin-right: auto;
}
}
@media screen and (max-width: 767px) {
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(1) {
padding-bottom: 15px;
}
.footer-layout1 .cms-footer-item.col-xl-3:nth-child(1) {
border-bottom: 1px solid rgba(230, 233, 235, 0.1);
padding-right: 15px;
padding-bottom: 35px;
}
.footer-layout1 .cms-footer-item.col-xl-3:nth-child(2) {
padding-right: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(1) {
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(2), .footer-layout1 .cms-footer-item.col-xl-2:nth-child(3), .footer-layout1 .cms-footer-item.col-xl-2:nth-child(4) {
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.footer-layout1 .cms-footer-item.col-xl-2:nth-child(5) {
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.footer-layout1 .bottom-footer {
padding: 35px 0 30px;
font-size: 14px;
color: #f9f9f9;
line-height: 22px;
border-top: 1px solid rgba(230, 233, 235, 0.1);
}
@media screen and (max-width: 1400px) {
.footer-layout1 .bottom-footer {
padding-left: 10px;
padding-right: 10px;
}
}
.footer-layout1 .bottom-footer .row {
justify-content: space-between;
align-items: center;
}
@media screen and (min-width: 1200px) {
.footer-layout1 .bottom-footer .bottom-col-left {
padding-right: 35px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.footer-layout1 .bottom-footer .bottom-col-left {
margin: 0 15px;
text-align: center;
margin-bottom: 35px;
}
}
.footer-layout1 .bottom-footer .bottom-col-left .bottom-copyright {
font-size: 14px;
line-height: 16px;
}
@media screen and (max-width: 991px) {
.footer-layout1 .bottom-footer .bottom-col-left .bottom-copyright {
margin-bottom: 25px;
margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.footer-layout1 .bottom-footer .bottom-col-left .bottom-copyright {
line-height: 23px;
}
}
.footer-layout1 .bottom-footer .bottom-col-left .bottom-copyright a:hover {
color: #fff;
}
.footer-layout1 .bottom-footer .bottom-col-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media (min-width: 992px) and (max-width: 1199px) {
.footer-layout1 .bottom-footer .bottom-col-right {
justify-content: center;
}
}
@media screen and (min-width: 1200px) {
.footer-layout1 .bottom-footer .bottom-col-right {
padding-left: 35px;
}
}
@media screen and (max-width: 991px) {
.footer-layout1 .bottom-footer .bottom-col-right {
width: 100%;
justify-content: flex-start;
}
}
@media screen and (max-width: 575px) {
.footer-layout1 .bottom-footer .bottom-col-right {
display: unset;
}
}
.footer-layout1 .bottom-footer .bottom-col-right .site-footer-social {
margin-right: 20px;
margin-left: -3px;
}
@media screen and (max-width: 575px) {
.footer-layout1 .bottom-footer .bottom-col-right .site-footer-social {
margin-left: -3px;
margin-bottom: 20px;
margin-right: 0;
}
}
.footer-layout1 .bottom-footer .bottom-col-right .site-footer-social a {
margin: 5px 14px;
display: inline-block;
font-size: 18px;
text-align: center;
color: #fff;
}
.footer-layout1 .bottom-footer .bottom-col-right .site-footer-social a:hover {
color: #860000;
}
.footer-layout1 .bottom-footer .bottom-col-right .list-image-icon a {
margin-right: 18px;
display: inline-block;
position: relative;
overflow: hidden;
}
.footer-layout1 .bottom-footer .bottom-col-right .list-image-icon a:last-child {
margin-right: 0;
}
.footer-layout1 .bottom-footer .bottom-col-right .list-image-icon a:after {
background: #860000;
content: "";
height: 155px;
left: -75px;
opacity: 0.2;
position: absolute;
top: -50px;
transform: rotate(35deg);
transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
width: 50px;
z-index: 1;
}
.footer-layout1 .bottom-footer .bottom-col-right .list-image-icon a:hover:after {
left: 120%;
transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-layout2 {
background-color: #fff;
}
@media screen and (min-width: 1200px) {
.footer-layout2 .logo-footer {
margin-top: 7px;
}
}
.footer-layout2 .logo-footer img {
max-height: 41px;
}
.footer-layout2 .footer-widget-title {
color: #28293a;
}
.footer-layout2 .top-footer {
color: #9b9b9b;
}
.footer-layout2 .top-footer a {
color: #9b9b9b;
}
.footer-layout2 .top-footer a:hover {
color: #860000;
}
.footer-layout2 .newlesster-custom {
background-color: transparent;
padding: 0;
}
.footer-layout2 .newlesster-custom .footer-widget-title {
font-size: 17px;
line-height: 30px;
margin-bottom: 35px;
}
.footer-layout2 .newlesster-custom .tnp-widget, .footer-layout2 .newlesster-custom .custom-html-widget {
position: relative;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-email, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-email {
margin-bottom: 20px;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-email .tnp-email, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-email .tnp-email {
height: 60px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-color: #e6e9eb;
border: 1px solid #e6e9eb;
font-size: 14px;
color: #28293a;
font-style: normal;
padding: 0 19px;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-email .tnp-email:focus, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-email .tnp-email:focus {
border-color: #860000;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-button, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-button {
margin: 0;
width: 51px;
height: 60px;
position: absolute;
top: 0;
right: 0;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-button:before, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-button:before {
content: '\f061';
font-size: 11px;
color: #fff;
height: 22px;
width: 22px;
line-height: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
background-color: #28293a;
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-family: "Font Awesome 5 Pro";
text-align: center;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-button:hover:before, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-button:hover:before {
background-color: #860000;
color: #fff;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-button .tnp-submit, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-button .tnp-submit {
top: 0;
right: 0;
opacity: 0;
padding: 0;
height: 60px;
width: 51px;
position: absolute;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-privacy label, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label {
font-weight: 400;
padding-left: 0;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.footer-layout2 .newlesster-custom .tnp-widget .tnp-field-privacy label input, .footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input {
margin-right: 7px;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label {
padding-left: 30px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input {
margin-right: 7px;
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label span.checkmark {
position: absolute;
background-color: transparent;
top: 6px;
left: 0;
height: 17px;
width: 17px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
border: 2px solid #e6e9eb;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input ~ .checkmark {
background-color: transparent;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input:checked ~ .checkmark {
background-color: transparent;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label .checkmark:after {
content: "";
position: absolute;
display: none;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label input:checked ~ .checkmark:after {
display: block;
}
.footer-layout2 .newlesster-custom .custom-html-widget .tnp-field-privacy label .checkmark:after {
left: 3px;
top: 3px;
width: 7px;
height: 7px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
background-color: #860000;
}
@media screen and (min-width: 1200px) {
.footer-layout2 .logo-footer {
margin-top: 9px;
}
}
@media screen and (min-width: 1200px) {
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(1) {
padding-right: 35px;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(2) {
padding-right: 35px;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(3) {
padding-right: 35px;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(4) {
padding-right: 35px;
}
}
@media screen and (min-width: 992px) {
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(1) {
-ms-flex: 0 0 24%;
flex: 0 0 24%;
max-width: 24%;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(2) {
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(3) {
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(4) {
-ms-flex: 0 0 17%;
flex: 0 0 17%;
max-width: 17%;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(5) {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
@media screen and (max-width: 1199px) {
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(1) {
padding-right: 25px;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(2) {
padding-right: 25px;
}
}
@media screen and (max-width: 991px) {
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(1) {
padding-bottom: 55px;
border-bottom: 1px solid #e5e8ea;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(5) {
padding-top: 55px;
border-top: 1px solid #e5e8ea;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(5) .newlesster-custom .tnp-subscription {
margin-left: 0;
margin-right: auto;
}
.footer-layout2 .cms-footer-item.col-xl-2:last-child {
margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.footer-layout2 .cms-footer-item.col-xl-3:nth-child(1) {
padding-right: 15px;
}
.footer-layout2 .cms-footer-item.col-xl-3:nth-child(2) {
padding-right: 15px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(1) {
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(2), .footer-layout2 .cms-footer-item.col-xl-2:nth-child(3), .footer-layout2 .cms-footer-item.col-xl-2:nth-child(4) {
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.footer-layout2 .cms-footer-item.col-xl-2:nth-child(5) {
padding-right: 15px;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.footer-layout2 .bottom-footer {
padding: 35px 0 30px;
font-size: 14px;
color: #28293a;
line-height: 22px;
border-top: 1px solid #e5e8ea;
}
@media screen and (max-width: 1400px) {
.footer-layout2 .bottom-footer {
padding-left: 10px;
padding-right: 10px;
}
}
@media screen and (max-width: 575px) {
.footer-layout2 .bottom-footer {
background-color: #f8f8f8;
}
}
.footer-layout2 .bottom-footer .row {
justify-content: space-between;
align-items: center;
}
@media screen and (min-width: 1200px) {
.footer-layout2 .bottom-footer .bottom-col-left {
padding-right: 35px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.footer-layout2 .bottom-footer .bottom-col-left {
margin: 0 15px;
}
}
.footer-layout2 .bottom-footer .bottom-col-left .bottom-copyright {
font-size: 14px;
line-height: 16px;
}
@media screen and (max-width: 991px) {
.footer-layout2 .bottom-footer .bottom-col-left .bottom-copyright {
margin-bottom: 25px;
margin-top: 20px;
}
}
@media screen and (max-width: 767px) {
.footer-layout2 .bottom-footer .bottom-col-left .bottom-copyright {
line-height: 23px;
}
}
@media screen and (max-width: 575px) {
.footer-layout2 .bottom-footer .bottom-col-left .bottom-copyright {
text-align: center;
}
}
.footer-layout2 .bottom-footer .bottom-col-left .bottom-copyright a:hover {
color: #860000;
}
.footer-layout2 .bottom-footer .bottom-col-right {
display: flex;
align-items: center;
justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
.footer-layout2 .bottom-footer .bottom-col-right {
padding-left: 35px;
}
}
@media screen and (max-width: 991px) {
.footer-layout2 .bottom-footer .bottom-col-right {
width: 100%;
justify-content: flex-start;
}
}
@media screen and (max-width: 575px) {
.footer-layout2 .bottom-footer .bottom-col-right {
display: unset;
text-align: center;
}
}
.footer-layout2 .bottom-footer .bottom-col-right .site-footer-social {
margin-right: 20px;
margin-left: -3px;
}
@media screen and (max-width: 575px) {
.footer-layout2 .bottom-footer .bottom-col-right .site-footer-social {
margin-left: -3px;
margin-bottom: 20px;
margin-right: 0;
}
}
.footer-layout2 .bottom-footer .bottom-col-right .site-footer-social a {
margin: 5px 14px;
display: inline-block;
font-size: 18px;
text-align: center;
color: #28293a;
}
.footer-layout2 .bottom-footer .bottom-col-right .site-footer-social a:hover {
color: #860000;
}
.footer-layout2 .bottom-footer .bottom-col-right .list-image-icon a {
margin-right: 18px;
display: inline-block;
position: relative;
overflow: hidden;
}
.footer-layout2 .bottom-footer .bottom-col-right .list-image-icon a:last-child {
margin-right: 0;
}
.footer-layout2 .bottom-footer .bottom-col-right .list-image-icon a:after {
background: #860000;
content: "";
height: 155px;
left: -75px;
opacity: 0.2;
position: absolute;
top: -50px;
transform: rotate(35deg);
transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
width: 50px;
z-index: 1;
}
.footer-layout2 .bottom-footer .bottom-col-right .list-image-icon a:hover:after {
left: 120%;
transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-layout2 .bottom-footer .bottom-col-right .list-image-icon a img {
line-height: 1;
}
.scroll-top {
position: fixed;
z-index: 99;
opacity: 0;
cursor: pointer;
visibility: hidden;
}
@media screen and (min-width: 1200px) {
.scroll-top {
bottom: 44px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 21px;
width: 42px;
background-repeat: no-repeat;
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/up-arrow.png);
font-size: 0;
}
.scroll-top:hover {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/up-arrow-light.png);
}
}
@media screen and (max-width: 1199px) {
.scroll-top {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
background-color: #860000;
bottom: 20px;
right: 0;
font-size: 18px;
color: #fff;
}
}
.scroll-top.on {
bottom: 44px;
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 1199px) {
.scroll-top.on {
color: #fff;
background-color: #860000;
bottom: 20px;
right: 0;
-webkit-border-radius: 2px 0 0 2px;
-khtml-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
-ms-border-radius: 2px 0 0 2px;
-o-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 20px;
}
}
@media screen and (min-width: 1200px) {
.footer-layout2 .scroll-top {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/up-arrow-dark.png);
}
.footer-layout2 .scroll-top:hover {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/up-arrow-light.png);
}
}
.bottom-footer {
position: relative;
}
.bottom-footer .scroll-top {
position: absolute;
}
.item-featured img {
width: 100%;
-webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.icon-slide-color svg {
fill: #860000;
}
.cms-grid .grid-sizer {
visibility: hidden;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
animation: 0.65s ease 0s normal forwards 1 running moveUp;
-webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
-webkit-transform: translateY(200px);
-khtml-transform: translateY(200px);
-moz-transform: translateY(200px);
-ms-transform: translateY(200px);
-o-transform: translateY(200px);
transform: translateY(200px);
}
.cms-grid .cms-load-more {
margin-top: 35px;
}
.cms-grid .cms-load-more i {
margin-left: 0;
margin-right: 0;
}
.cms-grid .cms-load-more i.fa-refresh {
margin-right: 8px;
}
.cms-grid .cms-grid-pagination {
margin-top: 20px;
}
.cms-grid .item-featured a {
display: block;
}
.cms-grid .btn-loadmore i {
margin-left: 0;
margin-right: 0;
}
.cms-grid .btn-loadmore i.fa-refresh {
margin-right: 8px;
}
.grid-filter-wrap {
margin-bottom: 13px;
}
.grid-filter-wrap span {
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 700;
margin: 10px 13px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-transform: capitalize;
color: #0e2b3d;
position: relative;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
color: #860000;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
min-width: 160px;
height: 40px;
line-height: 40px;
padding: 0 40px 0 21px;
display: inline-block;
width: inherit;
border: none;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
-o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
content: "\f2f9";
right: 15px;
font-size: 15px;
}
.select-order-wrap {
margin-left: 15px;
}
.btn-custom1 .elementor-button-wrapper a {
display: block;
width: 100%;
text-align: left;
height: 70px;
line-height: 70px;
padding: 0 30px;
}
@media screen and (max-width: 767px) {
.btn-custom1 .elementor-button-wrapper a {
padding: 0 20px;
}
}
.btn-custom1 .elementor-button-wrapper a i {
font-size: 12px;
background-color: #fff;
color: #860000;
width: 24px;
height: 24px;
line-height: 25px;
text-align: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.btn-custom2 .elementor-button-wrapper a {
display: block;
width: 100%;
text-align: left;
height: 70px;
line-height: 70px;
padding: 0 30px;
}
@media screen and (max-width: 767px) {
.btn-custom2 .elementor-button-wrapper a {
padding: 0 20px;
}
}
.btn-custom2 .elementor-button-wrapper a .elementor-button-icon {
line-height: 75px;
}
.btn-custom2 .elementor-button-wrapper a i {
line-height: 23px;
font-size: 23px;
}
.item-order {
position: absolute;
opacity: 0;
visibility: hidden;
}
.cms-nav-carousel {
width: 74px;
height: 32px;
display: flex;
flex-wrap: wrap;
}
.cms-nav-carousel .nav-prev, .cms-nav-carousel .nav-next {
width: 32px;
height: 32px;
border: 2px solid #0e2b3d;
color: #0e2b3d;
cursor: pointer;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
font-size: 13px;
}
.cms-nav-carousel .nav-prev i, .cms-nav-carousel .nav-next i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-nav-carousel .nav-prev:hover, .cms-nav-carousel .nav-next:hover {
color: #fff;
background-color: #0e2b3d;
}
.cms-nav-carousel .nav-next {
margin-left: 10px;
}
.cms-slick-carousel .slick-arrow {
width: 32px;
height: 32px;
border: 2px solid #0e2b3d;
color: #0e2b3d;
cursor: pointer;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: absolute;
font-size: 13px;
padding: 0;
background-color: transparent;
font-size: 0;
bottom: 0;
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.cms-slick-carousel .slick-arrow:before {
font-family: 'Font Awesome 5 Pro';
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 13px;
}
.cms-slick-carousel .slick-prev {
margin-left: -42px;
}
.cms-slick-carousel .slick-prev:before {
content: '\f060';
}
.cms-slick-carousel .slick-next {
margin-right: -42px;
}
.cms-slick-carousel .slick-next:before {
content: '\f061';
}
.cms-slick-carousel[data-arrows="true"] {
padding-bottom: 62px;
}
@media screen and (max-width: 1199px) {
.slick-slider {
padding: 0 15px;
}
}
.slick-slider .slick-slide {
outline: none;
}
.slick-dots {
margin: 0;
list-style: none;
display: flex;
justify-content: center;
align-items: center;
}
.slick-dots li {
display: inline-block;
margin: 10px 6px 0px 6px;
}
.slick-dots li button {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 8px;
height: 8px;
text-indent: -9999px;
padding: 0;
border: none;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
background-color: #28293a;
}
.slick-dots li.slick-active button {
width: 12px;
height: 12px;
border: 3px solid #860000;
background-color: transparent;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.nav-style2 .cms-slick-carousel { }
.nav-style2 .cms-slick-carousel .slick-arrow {
width: 14px;
height: 46px;
border: none;
opacity: 0.5;
margin: -40px 0 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.nav-style2 .cms-slick-carousel .slick-arrow:before {
display: none;
}
.nav-style2 .cms-slick-carousel .slick-arrow.slick-prev {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/arrow-left.png);
left: 30px;
}
@media screen and (min-width: 992px) {
.nav-style2 .cms-slick-carousel .slick-arrow.slick-prev {
left: -50px;
}
}
.nav-style2 .cms-slick-carousel .slick-arrow.slick-next {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/arrow-right.png);
left: auto;
right: 30px;
}
@media screen and (min-width: 992px) {
.nav-style2 .cms-slick-carousel .slick-arrow.slick-next {
right: -50px;
}
}
.nav-style2 .cms-slick-carousel .slick-arrow:hover {
opacity: 1;
}
.nav-style2 .cms-slick-carousel[data-arrows="true"] {
padding-bottom: 0px;
}
#cms-loadding {
background: #fff;
height: 100%;
position: fixed;
width: 100%;
z-index: 999999;
top: 0;
left: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spinner {
width: 80px !important;
height: 80px !important;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
#cms-loadding .loading-spinner > div {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
#cms-loadding .loading-spinner > div:after {
content: " ";
display: block;
border-radius: 50%;
width: 0;
height: 0;
margin: 8px;
box-sizing: border-box;
border: 32px solid #860000;
border-color: #860000 transparent #860000 transparent;
animation: lds-hourglass 1.2s infinite;
}
.nav-tabs.cms-tabs {
border: none;
margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
margin: 0;
border: none;
padding: 0;
font-size: 13px;
color: rgba(40, 40, 40, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
color: #282828;
}
.entry-footer .entry-edit-link {
display: none;
}
.cms-modal {
-webkit-transition: all 360ms linear 0ms;
-khtml-transition: all 360ms linear 0ms;
-moz-transition: all 360ms linear 0ms;
-ms-transition: all 360ms linear 0ms;
-o-transition: all 360ms linear 0ms;
transition: all 360ms linear 0ms;
background-color: #fff;
position: fixed;
z-index: 99999;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scale(0.5);
-khtml-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
visibility: hidden;
}
.cms-modal .cms-modal-content {
padding: 40px 0;
max-width: 470px;
margin: auto;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
right: 0;
}
.cms-modal.open {
-webkit-transform: scale(1);
-khtml-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
}
.cms-modal-close {
position: absolute;
top: 45px;
right: 40px;
color: #fff;
font-size: 20px;
width: 66px;
height: 66px;
line-height: 60px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #860000;
text-align: center;
cursor: pointer;
}
.cms-modal-search .search-form-popup {
position: relative;
}
.cms-modal-search .search-field {
background-color: transparent;
border: none;
height: 60px;
color: #9b9b9b;
padding-left: 0;
padding-left: 40px;
font-size: 25px;
font-weight: 400;
border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.cms-modal-search .search-field:focus {
border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.cms-modal-search .search-submit {
font-size: 23px;
color: #860000;
background-color: transparent;
border: none;
padding: 0;
height: 60px;
width: 40px;
line-height: 60px;
position: absolute;
top: 0;
left: 0;
text-align: left;
}
.cms-hidden-sidebar {
width: 370px;
padding: 95px 50px 50px 50px;
background-color: #222;
color: #fff;
position: fixed;
top: 20px;
right: 20px;
bottom: 20px;
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 360ms linear 0ms;
-khtml-transition: all 360ms linear 0ms;
-moz-transition: all 360ms linear 0ms;
-ms-transition: all 360ms linear 0ms;
-o-transition: all 360ms linear 0ms;
transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar.open {
z-index: 999;
opacity: 1;
visibility: visible;
}
.cms-hidden-sidebar .cms-hidden-close {
position: absolute;
top: 35px;
right: 35px;
font-size: 14px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
cursor: pointer;
-webkit-transition: all 360ms linear 0ms;
-khtml-transition: all 360ms linear 0ms;
-moz-transition: all 360ms linear 0ms;
-ms-transition: all 360ms linear 0ms;
-o-transition: all 360ms linear 0ms;
transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar .cms-hidden-close:hover {
color: #860000;
}
.cms-hidden-sidebar .widget {
margin-bottom: 42px;
}
.cms-hidden-sidebar .widget:last-child {
margin-bottom: 0;
}
.cms-hidden-sidebar .widget-title {
color: #fff;
}
.cms-hidden-sidebar .widget-title:after {
background-color: #fff;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
border-color: #535353;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
color: #fff;
}
.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
background-color: transparent;
border-color: #373737;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
background-color: #28293a;
border-color: #28293a;
}
.admin-bar .cms-hidden-sidebar {
top: 52px;
}
body.error404 .site-content {
padding: 0 !important;
}
body.error404 .error-404 {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 120px 0px 110px;
text-align: center;
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/bg-404.jpg);
height: 100vh;
}
@media screen and (max-width: 767px) {
body.error404 .error-404 {
height: auto;
}
}
body.error404 .error-404:before { background: -moz-linear-gradient(top, #030d13 0%, rgba(13, 18, 22, 0) 34%, rgba(27, 26, 26, 0) 82%); background: -webkit-linear-gradient(top, #030d13 0%, rgba(13, 18, 22, 0) 34%, rgba(27, 26, 26, 0) 82%); background: linear-gradient(to bottom, #030d13 0%, rgba(13, 18, 22, 0) 34%, rgba(27, 26, 26, 0) 82%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030d13', endColorstr='#001b1a1a',GradientType=0);
}
body.error404 .error-404 header h1 {
font-size: 175px;
line-height: 1;
color: #fff;
font-weight: 400;
margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
body.error404 .error-404 header h1 {
font-size: 150px;
}
}
@media screen and (max-width: 767px) {
body.error404 .error-404 header h1 {
font-size: 120px;
}
}
@media screen and (max-width: 575px) {
body.error404 .error-404 header h1 {
font-size: 90px;
}
}
body.error404 .error-404 .page-content {
font-weight: bold;
font-size: 17px;
line-height: 26px;
color: #f9f9f9;
margin-bottom: 34px;
}
body.error404 .error-404 .btn {
font-size: 15px;
}
body.error404 .error-404 .btn i {
-webkit-transition: all 260ms linear 0ms;
-khtml-transition: all 260ms linear 0ms;
-moz-transition: all 260ms linear 0ms;
-ms-transition: all 260ms linear 0ms;
-o-transition: all 260ms linear 0ms;
transition: all 260ms linear 0ms;
font-size: 13px;
width: 24px;
height: 24px;
line-height: 26px;
text-align: center;
color: #860000;
background-color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
top: -1px;
position: relative;
}
body.error404 .error-404 .btn:hover, body.error404 .error-404 .btn:focus {
background-color: #fff;
color: #000;
border-color: #fff;
}
body.error404 .error-404 .btn:hover i, body.error404 .error-404 .btn:focus i {
color: #fff;
background-color: #28293a;
}
body.error404 .error-404-inner {
position: relative;
z-index: 99;
max-width: 560px;
margin: auto;
padding: 0 15px;
}
.bg-gradient-custom {
position: relative;
}
.bg-gradient-custom:before {
content: '';
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 13, 19, 0.52)), to(rgba(27, 26, 26, 0.18)));
background-image: -webkit-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
background-image: -moz-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
background-image: -ms-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
background-image: -o-linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
background-image: linear-gradient(top, rgba(3, 13, 19, 0.52), rgba(27, 26, 26, 0.18));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(3, 13, 19, 0.52)', endColorStr='rgba(27, 26, 26, 0.18)');
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.btn-slide-custom {
font-size: 0;
width: 21px;
height: 42px;
cursor: pointer;
position: relative;
background-color: transparent !important;
}
.btn-slide-custom:before, .btn-slide-custom:after {
position: absolute;
content: "";
width: 2px;
height: 30px;
background-color: rgba(255, 255, 255, 0.5);
display: block;
font-size: 0 !important;
-webkit-transition: all 260ms linear 0ms;
-khtml-transition: all 260ms linear 0ms;
-moz-transition: all 260ms linear 0ms;
-ms-transition: all 260ms linear 0ms;
-o-transition: all 260ms linear 0ms;
transition: all 260ms linear 0ms;
}
.btn-slide-custom:hover:before, .btn-slide-custom:hover:after {
background-color: #fff;
}
.btn-slide-custom.tp-leftarrow:before, .btn-slide-custom.tp-leftarrow:after {
left: 10px;
}
.btn-slide-custom.tp-leftarrow:before {
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -5px;
}
.btn-slide-custom.tp-leftarrow:after {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
bottom: -5px;
}
.btn-slide-custom.tp-rightarrow:before, .btn-slide-custom.tp-rightarrow:after {
right: 10px;
}
.btn-slide-custom.tp-rightarrow:before {
-webkit-transform: rotate(-45deg);
-khtml-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -5px;
}
.btn-slide-custom.tp-rightarrow:after {
bottom: -5px;
-webkit-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.revslider-initialised .tp-bullets.custom .tp-bullet {
border-radius: 50% !important;
background-color: transparent;
}
.revslider-initialised .tp-bullets.custom .tp-bullet:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
border-radius: 50% !important;
top: 3px;
left: 3px;
position: absolute;
content: "";
display: block;
width: 8px;
height: 8px;
background-color: #fff;
}
.revslider-initialised .tp-bullets.custom .tp-bullet.selected:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 1px;
left: 1px;
width: 12px;
height: 12px;
background-color: transparent;
border: 3px solid #860000;
}
body img.mfp-img {
padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
line-height: 40px;
padding: 0;
right: 0;
text-align: center;
top: -44px;
width: 40px;
-webkit-border-radius: 2px 2px 0 0;
-khtml-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
-ms-border-radius: 2px 2px 0 0;
-o-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
background-color: #860000;
width: 60px;
height: 120px;
opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
font-family: "Material-Design-Iconic-Font";
font-size: 20px;
color: #fff;
margin: 0;
padding: 0;
line-height: normal;
position: absolute;
top: 50%;
display: block;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 1;
left: 50%;
width: auto;
height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
content: "\f2ee";
}
@media screen and (min-width: 1200px) {
.mfp-wrap .mfp-container {
padding: 0 120px;
}
}
.cms-career-layout1 {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
}
.cms-career-layout1 .item-time {
font-size: 13px;
color: #fff;
background-color: #860000;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 0 10px;
line-height: 27px;
margin-right: 16px;
}
.cms-career-layout1 .item-address {
font-size: 13px;
color: #9b9b9b;
}
.cms-career-layout1 .item--meta {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
.cms-career-layout1 .item--meta {
justify-content: center;
}
}
.cms-career-layout1 .item--title {
margin-bottom: 0;
font-size: 20px;
}
@media screen and (max-width: 991px) {
.cms-career-layout1 .item--title {
margin-bottom: 12px;
}
}
.cms-career-layout1 .item-desc {
font-size: 15px;
line-height: 25px;
width: 45.5%;
}
@media screen and (max-width: 991px) {
.cms-career-layout1 .item-desc {
width: 100%;
text-align: center;
margin-bottom: 22px;
}
}
.cms-career-layout1 .item-button {
width: 22.5%;
text-align: right;
}
@media screen and (max-width: 991px) {
.cms-career-layout1 .item-button {
width: 100%;
text-align: center;
}
}
.cms-career-layout1 .item-button a {
padding: 0 65px 0 30px;
position: relative;
}
.cms-career-layout1 .item-button a:hover {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.cms-career-layout1 .item-button a i {
position: absolute;
-webkit-transition: all 260ms linear 0ms;
-khtml-transition: all 260ms linear 0ms;
-moz-transition: all 260ms linear 0ms;
-ms-transition: all 260ms linear 0ms;
-o-transition: all 260ms linear 0ms;
transition: all 260ms linear 0ms;
font-size: 13px;
width: 24px;
height: 24px;
line-height: 26px;
text-align: center;
color: #28293a;
background-color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
top: 50%;
right: 30px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cms-career-layout1 .item-button a:hover, .cms-career-layout1 .item-button a:focus {
background-color: #860000;
color: #fff;
border-color: #860000;
}
.cms-career-layout1 .item-button a:hover i, .cms-career-layout1 .item-button a:focus i {
color: #860000;
}
.cms-career-layout1 .item-holder {
width: 32%;
}
@media screen and (max-width: 991px) {
.cms-career-layout1 .item-holder {
width: 100%;
text-align: center;
}
}
.cms-career-layout1 .item--inner {
display: flex;
flex-wrap: wrap;
align-items: center;
margin: 0 -15px;
}
.cms-career-layout1 .item--inner > div {
padding-left: 15px;
padding-right: 15px;
}
.cms-career-layout1 .cms-career-item {
padding: 32px 38px;
}
.cms-career-layout1.style-1 {
border: 1px solid #e7ebef;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
}
.cms-career-layout1.style-1 .cms-career-item {
padding: 32px 38px;
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
@media screen and (max-width: 767px) {
.cms-career-layout1.style-1 .cms-career-item {
padding: 22px 18px;
}
}
.cms-career-layout1.style-1 .cms-career-item + .cms-career-item {
border-top: 1px solid #e7ebef;
}
.cms-career-layout1.style-2 {
border: none;
}
.cms-career-layout1.style-2 .cms-career-item {
padding: 32px 38px;
}
@media screen and (max-width: 767px) {
.cms-career-layout1.style-2 .cms-career-item {
padding: 22px 18px;
}
}
.cms-career-layout1.style-2 .cms-career-item:nth-child(2n + 1) {
background-color: rgba(155, 155, 155, 0.05);
}
.cms-post-grid-layout1 .entry-featured, .cms-post-carousel-layout1 .entry-featured {
position: relative;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
margin-bottom: 28px;
}
.cms-post-grid-layout1 .entry-featured img, .cms-post-carousel-layout1 .entry-featured img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-post-grid-layout1 .entry-featured .item-category, .cms-post-carousel-layout1 .entry-featured .item-category {
position: absolute;
left: 30px;
z-index: 1;
top: 30px;
background-color: #860000;
padding-left: 5px;
padding-right: 10px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #fff;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-post-grid-layout1 .entry-featured .item-category a, .cms-post-carousel-layout1 .entry-featured .item-category a {
color: #fff;
font-size: 13px;
padding-left: 5px;
padding-right: 0px;
width: auto;
background-color: transparent;
}
.cms-post-grid-layout1 .entry-featured .item-category a + a, .cms-post-carousel-layout1 .entry-featured .item-category a + a {
padding-left: 0;
margin-left: 0px;
}
.cms-post-grid-layout1 .entry-meta, .cms-post-carousel-layout1 .entry-meta {
margin-bottom: 15px;
}
.cms-post-grid-layout1 .entry-meta li, .cms-post-carousel-layout1 .entry-meta li {
font-size: 14px;
}
.cms-post-grid-layout1 .entry-meta li.item-date, .cms-post-carousel-layout1 .entry-meta li.item-date {
color: #28293a;
}
.cms-post-grid-layout1 .entry-meta .item-author a, .cms-post-carousel-layout1 .entry-meta .item-author a {
color: #9b9b9b;
}
.cms-post-grid-layout1 .entry-meta .item-author a:hover, .cms-post-carousel-layout1 .entry-meta .item-author a:hover {
color: #860000;
}
.cms-post-grid-layout1 .entry-title, .cms-post-carousel-layout1 .entry-title {
font-size: 21px;
line-height: 28px;
margin-bottom: 21px;
font-weight: 600;
}
.cms-post-grid-layout1 .entry-content, .cms-post-carousel-layout1 .entry-content {
margin-bottom: 26px;
font-size: 14px;
line-height: 24px;
}
.cms-post-grid-layout1 .entry-readmore .btn-more, .cms-post-carousel-layout1 .entry-readmore .btn-more {
position: relative;
display: inline-block;
}
.cms-post-grid-layout1 .entry-readmore .btn-more:after, .cms-post-carousel-layout1 .entry-readmore .btn-more:after {
content: "";
display: block;
height: 2px;
width: 100%;
bottom: 0;
left: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #860000;
}
.cms-post-grid-layout1 .entry-readmore .btn-more i, .cms-post-carousel-layout1 .entry-readmore .btn-more i {
position: absolute;
right: -38px;
top: 1px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-left: 5px;
background-color: #28293a;
color: #fff;
}
.cms-post-grid-layout1 .entry-readmore .btn-more:hover, .cms-post-carousel-layout1 .entry-readmore .btn-more:hover {
color: #860000;
}
.cms-post-grid-layout1 .entry-readmore .btn-more:hover:after, .cms-post-carousel-layout1 .entry-readmore .btn-more:hover:after {
opacity: 0;
}
.cms-post-grid-layout1 .entry-readmore .btn-more:hover i, .cms-post-carousel-layout1 .entry-readmore .btn-more:hover i {
right: -42px;
opacity: 1;
background-color: #860000;
}
.cms-post-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner, .cms-post-grid-layout1 .carousel-item-inner, .cms-post-carousel-layout1 .carousel-item-inner {
margin-bottom: 52px;
}
@media screen and (max-width: 991px) {
.cms-post-grid-layout1 .grid-item-inner, .cms-post-carousel-layout1 .grid-item-inner, .cms-post-grid-layout1 .carousel-item-inner, .cms-post-carousel-layout1 .carousel-item-inner {
margin-bottom: 32px;
}
}
@media screen and (min-width: 992px) {
.cms-post-grid-layout1 .grid-item-inner .entry-body, .cms-post-carousel-layout1 .grid-item-inner .entry-body, .cms-post-grid-layout1 .carousel-item-inner .entry-body, .cms-post-carousel-layout1 .carousel-item-inner .entry-body {
padding-left: 30px;
padding-right: 30px;
}
}
.cms-post-grid-layout1 .cms-grid-pagination, .cms-post-carousel-layout1 .cms-grid-pagination {
margin-top: -8px;
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-featured img, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-featured img, .cms-post-grid-layout1 .grid-item-inner:hover .entry-featured img, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-featured img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-readmore .btn-more, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-readmore .btn-more, .cms-post-grid-layout1 .grid-item-inner:hover .entry-readmore .btn-more, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-readmore .btn-more {
color: #860000;
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-readmore .btn-more:after, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-readmore .btn-more:after, .cms-post-grid-layout1 .grid-item-inner:hover .entry-readmore .btn-more:after, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-readmore .btn-more:after {
opacity: 0;
}
.cms-post-grid-layout1 .carousel-item-inner:hover .entry-readmore .btn-more i, .cms-post-carousel-layout1 .carousel-item-inner:hover .entry-readmore .btn-more i, .cms-post-grid-layout1 .grid-item-inner:hover .entry-readmore .btn-more i, .cms-post-carousel-layout1 .grid-item-inner:hover .entry-readmore .btn-more i {
right: -42px;
opacity: 1;
background-color: #860000;
}
.cms-post-grid-layout1 .entry-featured .post-image {
position: relative;
}
.cms-post-grid-layout1 .grid-item-inner:hover .entry-featured .post-image:before {
opacity: 0.75;
height: 100%;
}
.cms-post-carousel-layout1 .entry-featured {
position: relative;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-post-carousel-layout1 .entry-meta {
margin-bottom: 15px;
}
.cms-post-carousel-layout1 .carousel-item-inner .entry-title {
font-weight: bold;
}
.cms-post-carousel-layout1 .carousel-item-inner .entry-content {
margin-bottom: 18px;
}
.cms-post-carousel-layout1 .carousel-item-inner:hover .entry-featured:before {
opacity: 0.75;
height: 100%;
}
.cms-post-carousel-layout1 .slick-dots {
margin-top: 25px;
}
@media screen and (min-width: 992px) {
.cms-post-carousel-layout1 .entry-body {
padding-right: 30px;
}
}
.cms-post-carousel-layout1 .slick-prev {
left: 50%;
right: auto;
margin-left: -20px;
}
.cms-post-carousel-layout1 .slick-next {
right: 50%;
left: auto;
margin-right: -50px;
}
.cms-post-carousel-layout1 .slick-arrow {
position: absolute;
}
.cms-post-carousel-layout1 .slick-arrow:hover {
background-color: #860000;
border-color: #860000;
}
.cms-post-carousel-layout1 .slick-arrow:hover:before {
color: #fff;
}
@media screen and (max-width: 767px) {
.cms-heading-wrapper .custom-heading br {
display: none;
}
}
.cms-heading-wrapper h3.custom-heading {
font-size: 20px;
}
.cms-heading-wrapper .custom-subheading {
font-size: 15px;
color: #860000;
font-weight: 700;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape:before {
content: "";
display: inline-block;
width: 70px;
height: 2px;
margin-right: 30px;
background-color: #860000;
position: relative;
top: -3px;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape.line-white:before {
background-color: #f9f9f9;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape.line-secondary:before {
background-color: #28293a;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape.line-dark:before {
background-color: gray;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape.line-black:before {
background-color: #000;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape.line-blue:before {
background-color: blue;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape.line-red:before {
background-color: red;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-subheading.line-shape + .custom-heading.line-shape {
margin-top: 30px;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading {
font-size: 37px;
line-height: 1.5;
}
@media screen and (max-width: 767px) {
.cms-heading-wrapper.cms-heading-layout1 .custom-heading {
font-size: 30px;
line-height: 1.3;
}
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape {
position: relative;
padding-top: 30px;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape:before {
content: "";
display: block;
width: 270px;
height: 2px;
margin-right: 30px;
background-color: #860000;
position: absolute;
top: 0px;
left: 0;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape.line-white:before {
background-color: #f9f9f9;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape.line-secondary:before {
background-color: #28293a;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape.line-dark:before {
background-color: gray;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape.line-black:before {
background-color: #000;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape.line-blue:before {
background-color: blue;
}
.cms-heading-wrapper.cms-heading-layout1 .custom-heading.line-shape.line-red:before {
background-color: red;
}
.cms-heading-extra.layout1 {
text-align: center;
}
.cms-heading-extra.layout1 .custom-subheading {
font-size: 15px;
font-weight: bold;
color: #860000;
margin-bottom: 0;
}
.cms-heading-extra.layout1 .custom-subheading + .custom-heading {
margin-top: 8px;
}
.cms-heading-extra.layout1 .custom-heading {
font-size: 37px;
line-height: 54px;
color: #28293a;
margin-bottom: 0;
}
.cms-heading-extra.layout1 .custom-heading + .wp-button-vd {
margin-top: 30px;
}
@media screen and (min-width: 576px) {
.cms-heading-extra.layout1 .wp-button-vd {
display: flex;
align-items: center;
margin: 0 auto;
justify-content: center;
}
}
@media screen and (max-width: 575px) {
.cms-heading-extra.layout1 .wp-button-vd {
margin-top: 45px;
}
}
.cms-heading-extra.layout1 .wp-button-vd .btn-heading {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #fff;
font-weight: bold;
position: relative;
padding-left: 35px;
display: inline-block;
padding-right: 35px;
height: 60px;
line-height: 60px;
background-color: #860000;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-heading-extra.layout1 .wp-button-vd .btn-heading i {
position: absolute;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
height: 22px;
top: 50%;
color: #860000;
opacity: 0;
margin-right: 0;
transform: translateY(-50%);
right: 10px;
line-height: 22px;
width: 22px;
text-align: center;
}
.cms-heading-extra.layout1 .wp-button-vd .btn-heading:hover {
padding-left: 20px;
padding-right: 50px;
}
.cms-heading-extra.layout1 .wp-button-vd .btn-heading:hover i {
opacity: 1;
right: 20px;
}
@media screen and (min-width: 576px) {
.cms-heading-extra.layout1 .wp-button-vd .btn-heading + .box-video {
margin-left: 40px;
}
}
.cms-heading-extra.layout1 .wp-button-vd .box-video {
display: flex;
align-items: center;
}
@media screen and (max-width: 575px) {
.cms-heading-extra.layout1 .wp-button-vd .box-video {
margin-top: 45px;
justify-content: center;
}
}
.cms-heading-extra.layout1 .wp-button-vd .box-video .btn-video {
display: inline-block;
width: auto;
height: auto;
position: relative;
}
.cms-heading-extra.layout1 .wp-button-vd .box-video .btn-video:before {
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
display: block;
content: "";
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-heading-extra.layout1 .wp-button-vd .box-video .btn-video:hover:before {
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
background-color: rgba(255, 255, 255, 0.35);
}
.cms-heading-extra.layout1 .wp-button-vd .box-video .btn-video span {
text-align: center;
height: 61px;
line-height: 66px;
width: 61px;
display: block;
background-color: #fff;
background-image: none;
z-index: 1;
font-size: 20px;
color: #28293a;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.cms-heading-extra.layout1 .wp-button-vd .box-video .btn-video span:hover {
color: #860000;
}
.cms-heading-extra.layout1 .wp-button-vd .box-video .btn-video + .item--title {
margin-left: 30px;
color: #fff;
}
.cms-heading-extra.layout1 .wp-button-vd .box-video .item--title {
font-size: 15px;
font-weight: bold;
color: #28293a;
margin-bottom: 0;
}
.cms-heading-extra.layout2 .custom-heading {
font-size: 37px;
line-height: 54px;
color: #28293a;
margin-bottom: 0;
}
.cms-heading-extra.layout2 .custom-subheading {
margin-top: 10px;
margin-bottom: 30px;
}
.cms-heading-extra.layout2 .custom-description {
margin-bottom: 35px;
}
@media screen and (max-width: 575px) {
.cms-heading-extra.layout2 .wp-button-vd {
margin-top: 45px;
}
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #fff;
font-weight: bold;
position: relative;
padding-left: 28px;
display: inline-block;
padding-right: 50px;
height: 60px;
line-height: 60px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
border: 2px solid #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading i {
position: absolute;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
height: 22px;
top: 50%;
color: #860000;
margin-right: 0;
transform: translateY(-50%);
right: 20px;
line-height: 22px;
width: 22px;
text-align: center;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading:hover {
background-color: #fff;
color: #860000;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading:hover i {
background-color: #860000;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white {
background-color: #fff;
color: #860000;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white .btn-icon {
width: 22px;
height: 22px;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #860000;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-primary:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-regular:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-white:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-white:hover i {
background-color: #860000;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white.hv-white:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc .btn-icon {
width: 22px;
height: 22px;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #28293a;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-primary:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-sc.hv-regular:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol .btn-icon {
width: 22px;
height: 22px;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #28293a;
background-color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-primary:hover {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-primary:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-primary:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-secondary:hover {
background-color: #28293a;
border-color: #28293a;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-secondary:hover .btn-icon i {
color: #28293a;
background-color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-regular:hover {
background-color: #9b9b9b;
border-color: #9b9b9b;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-regular:hover .btn-icon i {
color: #9b9b9b;
background-color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-regular:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-white:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-white:hover i {
background-color: #28293a;
color: #fff;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-white:hover .btn-text {
color: inherit;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-white.color-primary i {
color: #860000;
}
.cms-heading-extra.layout2 .wp-button-vd .btn-heading.btn-white-ol.hv-white.color-primary:hover i {
background-color: #28293a;
color: #fff;
}
.cms-list {
list-style: none;
margin-bottom: 0;
font-size: 15px;
font-weight: bold;
}
.cms-list.style1 li {
padding-left: 30px;
position: relative;
}
.cms-list.style1 li:before {
content: '';
width: 14px;
height: 2px;
background-color: #860000;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.cms-list.style1 li + li {
margin-top: 7px;
}
.cms-list.style2 li {
padding-left: 25px;
position: relative;
}
.cms-list.style2 li:before {
line-height: 22px;
font-weight: normal;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px;
-moz-border-radius: 21px;
-ms-border-radius: 21px;
-o-border-radius: 21px;
border-radius: 21px;
content: '\f00c';
font-family: 'FontAwesome';
font-size: 12px;
color: #860000;
position: absolute;
top: 1px;
left: 0;
}
.cms-list.style2 li + li {
margin-top: 7px;
}
.cms-list.style3 li {
padding-left: 30px;
position: relative;
}
.cms-list.style3 li:before {
width: 21px;
height: 21px;
line-height: 22px;
font-weight: normal;
text-align: center;
background-color: #860000;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px;
-moz-border-radius: 21px;
-ms-border-radius: 21px;
-o-border-radius: 21px;
border-radius: 21px;
content: '\f00c';
font-family: 'FontAwesome';
font-size: 10px;
color: #fff;
position: absolute;
top: 1px;
left: 0;
}
.cms-list.style3 li + li {
margin-top: 12px;
}
.cms-list.style4 li {
padding-left: 30px;
position: relative;
}
.cms-list.style4 li:before {
width: 21px;
height: 21px;
line-height: 22px;
font-weight: normal;
text-align: center;
background-color: #fff;
-webkit-border-radius: 21px;
-khtml-border-radius: 21px;
-moz-border-radius: 21px;
-ms-border-radius: 21px;
-o-border-radius: 21px;
border-radius: 21px;
content: '\f00c';
font-family: 'FontAwesome';
font-size: 10px;
color: #860000;
position: absolute;
top: 1px;
left: 0;
}
.cms-list.style4 li + li {
margin-top: 15px;
}
.cms-button-wrapper .btn .btn-icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
top: 0px;
margin-left: 0;
margin-right: 0;
font-size: 13px;
}
.cms-button-wrapper .btn .btn-icon.icon-left {
margin-right: 6px;
}
.cms-button-wrapper .btn .btn-icon.icon-right {
margin-left: 8px;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary .btn-text {
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-secondary:hover {
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-secondary:hover i {
color: #28293a;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-dark:hover {
background-color: #222;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-dark:hover i {
color: #222;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-white.hv-color-primary:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-white.hv-color-primary:hover i {
background-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-white.hv-color-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-white.hv-color-secon:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-white.hv-color-secon:hover i {
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-white.hv-color-secon:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol {
background-color: transparent;
color: #860000;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #860000;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-white:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-white:hover i {
background-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-white:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-white.hv-color-secon:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-white.hv-color-secon:hover i {
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-white.hv-color-secon:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout1 .btn-primary-ol.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #28293a;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary .btn-text {
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-primary:hover i {
background: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-dark:hover {
border-color: #222;
background-color: #222;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-dark:hover i {
background: #fff;
color: #222;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-dark:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-regular:hover i {
background: #fff;
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-white.hv-white-pr:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-white.hv-white-pr:hover i {
background: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-white.hv-white-pr:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-white.hv-white-sc:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-white.hv-white-sc:hover i {
background: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary.hv-white.hv-white-sc:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol {
background-color: transparent;
border-color: #28293a;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #28293a;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-primary:hover {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-primary:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-primary:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-secondary:hover {
background-color: #28293a;
border-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-secondary:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-secondary:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #28293a;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-primary:hover {
background-color: #fff;
border-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-primary:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-primary:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #860000;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-secon:hover {
background-color: #fff;
border-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-secon:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-secon:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #28293a;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-white.hv-color-secon:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-regular:hover {
background-color: ;
border-color: ;
color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-regular:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-regular:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: ;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout2 .btn-secondary-ol.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white {
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout3 .btn-white .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout3 .btn-white .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #860000;
}
.cms-button-wrapper.cms-button-layout3 .btn-white .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-white:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-white:hover i {
background-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white.hv-white:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #28293a;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-sc.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #28293a;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-primary:hover {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-primary:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-secondary:hover {
background-color: #28293a;
border-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-secondary:hover .btn-icon i {
color: #28293a;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-regular:hover {
background-color: #9b9b9b;
border-color: #9b9b9b;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-regular:hover .btn-icon i {
color: #9b9b9b;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-white:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-white:hover i {
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-white:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-white.color-primary i {
color: #860000;
}
.cms-button-wrapper.cms-button-layout3 .btn-white-ol.hv-white.color-primary:hover i {
background-color: #28293a;
color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr {
background-color: transparent;
padding-left: 0;
padding-right: 0;
border: none;
color: #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr .btn-icon {
width: 32px;
height: 32px;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr .btn-icon i {
top: -1px;
width: 32px;
height: 32px;
line-height: 32px;
color: #fff;
background-color: #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-secondary:hover {
color: #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-secondary:hover .btn-icon i {
color: #fff;
background-color: #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-secondary:hover .btn-text.no-icon {
border-bottom: 2px solid #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-white:hover {
color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-white:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-white:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-white:hover .btn-text.no-icon {
border-bottom: 2px solid #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-regular:hover {
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-regular:hover .btn-icon i {
color: #fff;
background-color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-pr.hv-regular:hover .btn-text.no-icon {
border-bottom: 2px solid #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc {
background-color: transparent;
padding-left: 0;
padding-right: 0;
border: none;
color: #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc .btn-icon {
width: 32px;
height: 32px;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc .btn-icon i {
top: -1px;
width: 32px;
height: 32px;
line-height: 32px;
color: #fff;
background-color: #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-primary:hover {
color: #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-primary:hover .btn-icon i {
color: #fff;
background-color: #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-primary:hover .btn-text.no-icon {
border-bottom: 2px solid #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-white:hover {
color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-white:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-white:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-white:hover .btn-text.no-icon {
border-bottom: 2px solid #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-regular:hover {
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-regular:hover .btn-icon i {
color: #fff;
background-color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-sc.hv-regular:hover .btn-text.no-icon {
border-bottom: 2px solid #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt {
background-color: transparent;
padding-left: 0;
padding-right: 0;
border: none;
color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt .btn-icon {
width: 32px;
height: 32px;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt .btn-icon i {
top: -1px;
width: 32px;
height: 32px;
line-height: 32px;
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-primary:hover {
color: #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-primary:hover .btn-icon i {
color: #fff;
background-color: #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-primary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-primary:hover .btn-text.no-icon {
border-bottom: 2px solid #860000;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-secondary:hover {
color: #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-secondary:hover .btn-icon i {
color: #fff;
background-color: #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-secondary:hover .btn-text.no-icon {
border-bottom: 2px solid #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-regular:hover {
color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-regular:hover .btn-icon i {
color: #fff;
background-color: #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-regular:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-regular:hover .btn-text.no-icon {
border-bottom: 2px solid #9b9b9b;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white .btn-icon {
width: 24px;
height: 24px;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white .btn-icon i {
top: 0px;
width: 24px;
height: 24px;
line-height: 25px;
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white .btn-icon.icon-right {
margin-left: 8px;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white .btn-icon.icon-left {
margin-right: 8px;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white:hover {
color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white:hover .btn-text {
color: inherit;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white:hover .btn-text.no-icon {
border-bottom: 2px solid #fff;
}
.cms-button-wrapper.cms-button-layout4 .btn-noborder-wt.hv-white.color-secondary .btn-icon i {
color: #28293a;
}
.cms-button-wrapper.cms-button-layout4 .btn .btn-icon.icon-right {
margin-left: 16px;
}
.cms-button-wrapper.cms-button-layout4 .btn.icon-small .btn-icon {
width: 22px;
height: 22px;
}
.cms-button-wrapper.cms-button-layout4 .btn.icon-small .btn-icon i {
top: 0px;
font-size: 12px;
width: 22px;
height: 22px;
line-height: 22px;
}
.cms-accordion .cms-ac-content {
display: none;
}
.cms-accordion.layout1 .cms-ac-title {
font-size: 19px;
color: #28293a;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
font-weight: 600;
position: relative;
cursor: pointer;
padding-right: 25px;
font-family: 'Barlow', sans-serif;
}
.cms-accordion.layout1 .cms-ac-title:before {
content: '\f067';
font-family: 'Font Awesome 5 Pro';
font-size: 12px;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.cms-accordion.layout1 .cms-ac-title.active {
color: #860000;
}
.cms-accordion.layout1 .cms-ac-title.active:before {
content: '\f068';
background-color: #860000;
color: #fff;
}
.cms-accordion.layout1 .cms-ac-content {
font-size: 15px;
line-height: 24px;
margin-top: 12px;
}
.cms-accordion.layout1 .cms-accordion-item {
border: 1px solid #e6e9eb;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
background-color: #fff;
padding: 24px 30px;
}
.cms-accordion.layout1 .cms-accordion-item + .cms-accordion-item {
margin-top: 29px;
}
@media screen and (max-width: 1199px) {
.cms-accordion.layout1 .cms-accordion-item {
padding-left: 20px;
padding-right: 20px;
}
}
.cms-accordion.layout1 .cms-accordion-item.active {
border-color: #860000;
}
.cms-accordion.layout1 .cms-accordion-item.active .cms-ac-title {
color: #860000;
}
.icon-hover .elementor-icon-box-icon:hover .elementor-icon {
transform: rotateY(180deg);
}
.elementor-widget-cms_text_editor .elementor-text-editor p {
margin-bottom: 30px;
}
.elementor-widget-cms_text_editor .elementor-text-editor p:last-child {
margin-bottom: 0;
}
.btn-submit-secondary .wpcf7-submit {
background-color: #28293a;
border-color: #28293a;
}
.btn-submit-secondary .wpcf7-submit:hover {
background-color: #860000;
border-color: #860000;
}
.cms-team-grid1 .item--image {
position: relative;
overflow: hidden;
}
.cms-team-grid1 .item--image img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-team-grid1 .item--image .item--social {
position: absolute;
bottom: 0;
z-index: 2;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
}
.cms-team-grid1 .item--image .item--social a {
color: #fff;
font-size: 16px;
margin: 0 17px;
display: inline-block;
}
.cms-team-grid1 .item--title {
font-size: 21px;
font-weight: 600;
margin-bottom: 12px;
}
.cms-team-grid1 .item--title a {
color: inherit;
}
.cms-team-grid1 .item--title a:hover {
color: #860000;
}
.cms-team-grid1 .item--position {
font-size: 14px;
}
.cms-team-grid1 .item-holder {
padding: 35px 15px;
}
.cms-team-grid1.style1 .item--social {
bottom: 20px;
padding: 0px;
width: 100%;
left: 0;
text-align: center;
}
.cms-team-grid1.style1 .item--social .inner-social {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
display: inline-block;
overflow: hidden;
}
.cms-team-grid1.style1 .item--social a {
background-color: #860000;
color: #fff;
font-size: 16px;
margin: 0;
height: 50px;
width: 50px;
opacity: 0;
line-height: 50px;
text-align: center;
margin-left: -3px;
margin-right: -3px;
}
.cms-team-grid1.style1 .item--social a:first-child {
margin-left: 0;
margin-right: -3px;
}
.cms-team-grid1.style1 .item--social a:last-child {
margin-right: 0;
}
.cms-team-grid1.style1 .item--social a:nth-child(1) {
transition-delay: 0.2s;
}
.cms-team-grid1.style1 .item--social a:nth-child(2) {
transition-delay: 0.22s;
}
.cms-team-grid1.style1 .item--social a:nth-child(3) {
transition-delay: 0.23s;
}
.cms-team-grid1.style1 .item--social a:nth-child(4) {
transition-delay: 0.24s;
}
.cms-team-grid1.style1 .item--social a:nth-child(5) {
transition-delay: 0.25s;
}
.cms-team-grid1.style1 .item--social a:nth-child(6) {
transition-delay: 0.26s;
}
.cms-team-grid1.style1 .item--social a:nth-child(7) {
transition-delay: 0.27s;
}
.cms-team-grid1.style1 .item--social a:nth-child(8) {
transition-delay: 0.28s;
}
.cms-team-grid1.style1 .item--inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-team-grid1.style1 .item--inner:hover {
-webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-webkit-transform: translate(0, -5px);
-khtml-transform: translate(0, -5px);
-moz-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
-o-transform: translate(0, -5px);
transform: translate(0, -5px);
}
.cms-team-grid1.style1 .item--inner:hover .item--social a {
opacity: 1;
}
.cms-team-grid1.style2 .item--social {
bottom: 30px;
padding: 0px;
width: 100%;
left: 0;
text-align: center;
}
.cms-team-grid1.style2 .item--social .inner-social {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
display: inline-block;
overflow: hidden;
}
.cms-team-grid1.style2 .item--social a {
background-color: #860000;
color: #fff;
font-size: 16px;
margin: 0;
height: 50px;
width: 50px;
opacity: 0;
line-height: 50px;
text-align: center;
margin-left: -3px;
margin-right: -3px;
}
.cms-team-grid1.style2 .item--social a:first-child {
margin-left: 0;
margin-right: -3px;
}
.cms-team-grid1.style2 .item--social a:last-child {
margin-right: 0;
}
.cms-team-grid1.style2 .item--social a:nth-child(1) {
transition-delay: 0.2s;
}
.cms-team-grid1.style2 .item--social a:nth-child(2) {
transition-delay: 0.25s;
}
.cms-team-grid1.style2 .item--social a:nth-child(3) {
transition-delay: 0.3s;
}
.cms-team-grid1.style2 .item--social a:nth-child(4) {
transition-delay: 0.35s;
}
.cms-team-grid1.style2 .item--social a:nth-child(5) {
transition-delay: 0.1s;
}
.cms-team-grid1.style2 .item--social a:nth-child(6) {
transition-delay: 0.12s;
}
.cms-team-grid1.style2 .item--social a:nth-child(7) {
transition-delay: 0.14s;
}
.cms-team-grid1.style2 .item--social a:nth-child(8) {
transition-delay: 0.16s;
}
.cms-team-grid1.style2 .item--inner:hover .item--social a {
opacity: 1;
}
.cms-team-grid1 .item--inner {
text-align: center;
margin-bottom: 52px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-team-grid1 .item--inner:hover {
-webkit-transform: translate(0, -5px);
-khtml-transform: translate(0, -5px);
-moz-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
-o-transform: translate(0, -5px);
transform: translate(0, -5px);
}
.cms-team-grid1 .item--inner:hover .item--image:before {
height: 110%;
opacity: 0.95;
}
.cms-team-grid1 .item--inner:hover .item--social {
bottom: 30px;
opacity: 1;
}
.cms-team-carousel1 .item--image {
position: relative;
overflow: hidden;
}
.cms-team-carousel1 .item--image img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-team-carousel1 .item--image .item--social {
position: absolute;
bottom: 0;
z-index: 2;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
}
.cms-team-carousel1 .item--image .item--social a {
color: #fff;
font-size: 16px;
margin: 0 17px;
display: inline-block;
}
.cms-team-carousel1 .item--title {
font-size: 21px;
font-weight: 600;
margin-bottom: 12px;
}
.cms-team-carousel1 .item--title a {
color: inherit;
}
.cms-team-carousel1 .item--title a:hover {
color: #860000;
}
.cms-team-carousel1 .item--position {
font-size: 14px;
}
.cms-team-carousel1 .item-holder {
padding: 35px 15px;
}
.cms-team-carousel1.style1 .item--social {
bottom: 20px;
padding: 0px;
width: 100%;
left: 0;
text-align: center;
}
.cms-team-carousel1.style1 .item--social .inner-social {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
display: inline-block;
overflow: hidden;
}
.cms-team-carousel1.style1 .item--social a {
background-color: #860000;
color: #fff;
font-size: 16px;
margin: 0;
height: 50px;
width: 50px;
opacity: 0;
line-height: 50px;
text-align: center;
margin-left: -3px;
margin-right: -3px;
}
.cms-team-carousel1.style1 .item--social a:first-child {
margin-left: 0;
margin-right: -3px;
}
.cms-team-carousel1.style1 .item--social a:last-child {
margin-right: 0;
}
.cms-team-carousel1.style1 .item--social a:nth-child(1) {
transition-delay: 0.2s;
}
.cms-team-carousel1.style1 .item--social a:nth-child(2) {
transition-delay: 0.4s;
}
.cms-team-carousel1.style1 .item--social a:nth-child(3) {
transition-delay: 0.6s;
}
.cms-team-carousel1.style1 .item--social a:nth-child(4) {
transition-delay: 0.8s;
}
.cms-team-carousel1.style1 .item--social a:nth-child(5) {
transition-delay: 0.1s;
}
.cms-team-carousel1.style1 .item--social a:nth-child(6) {
transition-delay: 0.12s;
}
.cms-team-carousel1.style1 .item--social a:nth-child(7) {
transition-delay: 0.14s;
}
.cms-team-carousel1.style1 .item--social a:nth-child(8) {
transition-delay: 0.16s;
}
.cms-team-carousel1.style1 .item--inner {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-team-carousel1.style1 .item--inner:hover {
-webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-khtml-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-moz-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-ms-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-o-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
-webkit-transform: translate(0, -5px);
-khtml-transform: translate(0, -5px);
-moz-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
-o-transform: translate(0, -5px);
transform: translate(0, -5px);
}
.cms-team-carousel1.style1 .item--inner:hover .item--social a {
opacity: 1;
}
.cms-team-carousel1.style2 .item--social {
bottom: 30px;
padding: 0px;
width: 100%;
left: 0;
text-align: center;
}
.cms-team-carousel1.style2 .item--social .inner-social {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
display: inline-block;
overflow: hidden;
}
.cms-team-carousel1.style2 .item--social a {
background-color: #860000;
color: #fff;
font-size: 16px;
margin: 0;
height: 50px;
width: 50px;
opacity: 0;
line-height: 50px;
text-align: center;
margin-left: -3px;
margin-right: -3px;
}
.cms-team-carousel1.style2 .item--social a:first-child {
margin-left: 0;
margin-right: -3px;
}
.cms-team-carousel1.style2 .item--social a:last-child {
margin-right: 0;
}
.cms-team-carousel1.style2 .item--social a:nth-child(1) {
transition-delay: 0.2s;
}
.cms-team-carousel1.style2 .item--social a:nth-child(2) {
transition-delay: 0.3s;
}
.cms-team-carousel1.style2 .item--social a:nth-child(3) {
transition-delay: 0.4s;
}
.cms-team-carousel1.style2 .item--social a:nth-child(4) {
transition-delay: 0.5s;
}
.cms-team-carousel1.style2 .item--social a:nth-child(5) {
transition-delay: 0.6s;
}
.cms-team-carousel1.style2 .item--social a:nth-child(6) {
transition-delay: 0.7s;
}
.cms-team-carousel1.style2 .item--social a:nth-child(7) {
transition-delay: 0.9s;
}
.cms-team-carousel1.style2 .item--social a:nth-child(8) {
transition-delay: 0.1s;
}
.cms-team-carousel1.style2 .item--inner:hover .item--social a {
opacity: 1;
}
.cms-team-carousel1 .item--inner {
text-align: center;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-team-carousel1 .item--inner:hover {
-webkit-transform: translate(0, -5px);
-khtml-transform: translate(0, -5px);
-moz-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
-o-transform: translate(0, -5px);
transform: translate(0, -5px);
}
.cms-team-carousel1 .item--inner:hover .item--image:before {
height: 110%;
opacity: 0.95;
}
.cms-team-carousel1 .item--inner:hover .item--social {
bottom: 30px;
opacity: 1;
}
@media screen and (max-width: 767px) {
.cms-pricing-layout1 {
margin-bottom: 45px;
}
}
.cms-pricing-layout1 .box-title {
border-bottom: 2px solid #e5e8ea;
padding: 38px 50px 39px;
}
.cms-pricing-layout1 .box-title .pricing-sub-title {
font-size: 15px;
color: #9b9b9b;
font-weight: bold;
margin-bottom: 0;
text-align: center;
}
@media screen and (max-width: 1400px) {
.cms-pricing-layout1 .box-title {
padding-left: 40px;
padding-right: 40px;
}
}
@media screen and (max-width: 1199px) {
.cms-pricing-layout1 .box-title {
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (max-width: 991px) {
.cms-pricing-layout1 .box-title {
padding: 30px 20px;
}
}
.cms-pricing-layout1 .pricing-price {
font-size: 60px;
font-weight: 500;
color: #28293a;
line-height: 1;
font-family: 'Barlow', sans-serif;
margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
.cms-pricing-layout1 .pricing-price {
font-size: 40px;
}
}
.cms-pricing-layout1 .pricing-price span.prc-currency {
margin-left: 0;
margin-right: -10px;
font-size: 45px;
font-weight: 500;
}
@media screen and (max-width: 991px) {
.cms-pricing-layout1 .pricing-price span.prc-currency {
font-size: 35px;
}
}
.cms-pricing-layout1 .pricing-price span.prc-time {
margin-left: -5px;
font-size: 15px;
font-weight: bold;
color: #28293a;
}
.cms-pricing-layout1 .pricing-title {
font-size: 16px;
margin-bottom: 23px;
line-height: 26px;
color: #860000;
}
@media screen and (max-width: 991px) {
.cms-pricing-layout1 .pricing-title {
margin-bottom: 31px;
}
}
.cms-pricing-layout1 .pricing-desc {
font-size: 14px;
line-height: 24px;
margin-bottom: 32px;
}
.cms-pricing-layout1 .cms-pricing-feature {
font-size: 15px;
font-weight: bold;
list-style: none;
margin-bottom: 0;
color: #28293a;
}
.cms-pricing-layout1 .cms-pricing-feature li {
padding-left: 40px;
position: relative;
}
.cms-pricing-layout1 .cms-pricing-feature i {
position: absolute;
background-color: #860000;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
color: #fff;
font-size: 12px;
top: 2px;
left: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
}
.cms-pricing-layout1 .cms-pricing-feature li + li {
margin-top: 13px;
}
.cms-pricing-layout1 .pricing-meta {
padding: 55px 50px 20px;
}
@media screen and (max-width: 1400px) {
.cms-pricing-layout1 .pricing-meta {
padding-left: 40px;
padding-right: 40px;
}
}
@media screen and (max-width: 1199px) {
.cms-pricing-layout1 .pricing-meta {
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (max-width: 991px) {
.cms-pricing-layout1 .pricing-meta {
padding: 30px 20px;
}
}
.cms-pricing-layout1 .pricing-button {
margin: 40px 50px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.cms-pricing-layout1 .pricing-button {
margin: 30px 20px 0;
}
}
@media screen and (max-width: 767px) {
.cms-pricing-layout1 .pricing-button {
margin: 30px 20px 0;
max-width: 280px;
}
}
.cms-pricing-layout1 .pricing-button .btn {
width: 100%;
text-align: left;
font-size: 15px;
padding-right: 50px;
position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
.cms-pricing-layout1 .pricing-button .btn {
padding-left: 15px;
padding-right: 15px;
}
}
.cms-pricing-layout1 .pricing-button .btn i {
position: absolute;
-webkit-transition: all 260ms linear 0ms;
-khtml-transition: all 260ms linear 0ms;
-moz-transition: all 260ms linear 0ms;
-ms-transition: all 260ms linear 0ms;
-o-transition: all 260ms linear 0ms;
transition: all 260ms linear 0ms;
font-size: 13px;
width: 24px;
height: 24px;
line-height: 26px;
text-align: center;
color: #28293a;
background-color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
top: 50%;
right: 30px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cms-pricing-layout1 .pricing-button .btn:hover, .cms-pricing-layout1 .pricing-button .btn:focus {
background-color: #860000;
color: #fff;
border-color: #860000;
}
.cms-pricing-layout1 .pricing-button .btn:hover i, .cms-pricing-layout1 .pricing-button .btn:focus i {
color: #860000;
}
.cms-pricing-layout1 .cms-pricing-inner {
background-color: #fff;
padding-bottom: 50px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0px 5px 83px rgba(40, 41, 58, 0.08);
-khtml-box-shadow: 0px 5px 83px rgba(40, 41, 58, 0.08);
-moz-box-shadow: 0px 5px 83px rgba(40, 41, 58, 0.08);
-ms-box-shadow: 0px 5px 83px rgba(40, 41, 58, 0.08);
-o-box-shadow: 0px 5px 83px rgba(40, 41, 58, 0.08);
box-shadow: 0px 5px 83px rgba(40, 41, 58, 0.08);
}
.cms-pricing-layout1 .cms-pricing-inner.pricing-active .pricing-button .btn {
background-color: #860000;
color: #fff;
border-color: #860000;
}
.cms-pricing-layout1 .cms-pricing-inner.pricing-active .pricing-button .btn i {
color: #860000;
}
@media screen and (min-width: 768px) {
.cms-pricing-layout1 .cms-pricing-inner {
display: flex;
flex-direction: column;
}
.cms-pricing-layout1 .cms-pricing-inner .pricing-meta {
display: flex;
flex-direction: column;
flex-grow: 1;
}
}
.cms-client1 .client-image a {
text-align: center;
display: block;
position: relative;
overflow: hidden;
}
.cms-client1 .client-image a img {
display: block;
width: auto;
margin: 0 auto;
-webkit-transition: transform 0.4s ease;
-khtml-transition: transform 0.4s ease;
-moz-transition: transform 0.4s ease;
-ms-transition: transform 0.4s ease;
-o-transition: transform 0.4s ease;
transition: transform 0.4s ease;
position: relative;
opacity: 0.6;
}
.cms-client1 .client-image a img:nth-child(2) {
position: absolute;
top: 0;
left: 50%;
width: auto;
-webkit-transform: translate(-50%, -100%);
-khtml-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
-ms-transform: translate(-50%, -100%);
-o-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
}
.cms-client1 .client-image a:hover img:nth-child(1) {
-webkit-transform: translateY(100%);
-khtml-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.cms-client1 .client-image a:hover img:nth-child(2) {
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
.cms-client1 .slick-track {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.client-custom .cms-client1 .client-image a img {
opacity: 0.9;
}
.client-custom .cms-client1 .client-image a:hover img {
opacity: 1;
}
.case-box .cms-fancy-box.layout1 {
padding-top: 60px;
}
@media screen and (max-width: 991px) {
.case-box .cms-fancy-box.layout1 {
padding-top: 30px;
}
}
.cms-fancy-box.layout1 {
background-color: #860000;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 50px 30px 42px 40px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-fancy-box.layout1 {
padding: 30px 20px;
}
}
@media screen and (max-width: 991px) {
.cms-fancy-box.layout1 {
padding: 30px 20px;
}
}
@media screen and (max-width: 991px) {
.cms-fancy-box.layout1 {
padding: 30px 15px;
}
}
.cms-fancy-box.layout1 .item--icon {
line-height: 1;
margin-bottom: 29px;
font-size: 60px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-fancy-box.layout1 .item--icon i {
color: #fff;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-fancy-box.layout1 .item--icon svg {
height: 60px;
width: auto;
fill: #fff;
}
.cms-fancy-box.layout1 .item--icon svg path {
fill: #fff;
}
.cms-fancy-box.layout1 .item--title {
font-size: 24px;
line-height: 32px;
color: #fff;
margin-bottom: 26px;
}
.cms-fancy-box.layout1 .item--description {
font-size: 15px;
line-height: 26px;
color: #f9f9f9;
margin-bottom: 28px;
}
.cms-fancy-box.layout1 .item--button {
display: inline-block;
}
.cms-fancy-box.layout1 .item--button .btn {
width: 100%;
border-color: #fff;
color: #fff;
}
.cms-fancy-box.layout1 .item--button .btn:hover {
color: #fff;
border-color: #0e2b3d;
background-color: #0e2b3d;
}
@media screen and (max-width: 991px) {
.cms-fancy-box.layout1 .item--button .btn {
padding: 0 10px;
font-size: 10px;
line-height: 46px;
}
}
.cms-fancy-box.layout1 .item--button .btn-style2 {
font-size: 15px;
color: #fff;
font-weight: bold;
display: flex;
align-items: center;
}
.cms-fancy-box.layout1 .item--button .btn-style2 span.span-icon {
margin-left: 10px;
width: 24px;
display: inline-block;
font-size: 13px;
height: 24px;
line-height: 24px;
color: #860000;
text-align: center;
background-color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: relative;
overflow: hidden;
}
.cms-fancy-box.layout1 .item--button .btn-style2 span.span-icon i {
position: absolute;
top: 6px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-fancy-box.layout1 .item--button .btn-style2 span.span-icon i.icon-hover {
opacity: 0;
}
.cms-fancy-box.layout1 .item--button .btn-style2 span.span-icon .icon-1 {
left: 6px;
}
.cms-fancy-box.layout1 .item--button .btn-style2 span.span-icon .icon-hover {
left: -47%;
}
.cms-fancy-box.layout1 .item--button .btn-style2:hover span.span-icon .icon-1 {
left: 100%;
opacity: 0;
}
.cms-fancy-box.layout1 .item--button .btn-style2:hover span.span-icon .icon-hover {
opacity: 1;
left: 6px;
}
.cms-fancy-box.layout1 .item--button .btn-style2.primary-color {
color: #860000;
}
.cms-fancy-box.layout1 .item--button .btn-style2.primary-color span.span-icon {
background-color: #860000;
color: #fff;
}
.cms-fancy-box.layout1 .item--button .btn-style2.secondary-color {
color: #28293a;
}
.cms-fancy-box.layout1 .item--button .btn-style2.secondary-color span.span-icon {
background-color: #28293a;
color: #fff;
}
.cms-fancy-box.layout1 .item--button .btn-style2.regular-color {
color: #9b9b9b;
}
.cms-fancy-box.layout1 .item--button .btn-style2.regular-color span.span-icon {
background-color: #9b9b9b;
color: #fff;
}
.cms-fancy-box.layout1 .item--button .btn-style2.white-color {
color: #fff;
}
.cms-fancy-box.layout1 .item--button .btn-style2.white-color span.span-icon {
background-color: #fff;
color: #860000;
}
.cms-fancy-box.layout1 .item--button .btn-style2.black-color {
color: #000;
}
.cms-fancy-box.layout1 .item--button .btn-style2.black-color span.span-icon {
background-color: #000;
color: #fff;
}
.cms-fancy-box.layout1 .item--button .btn-style2.green-color {
color: green;
}
.cms-fancy-box.layout1 .item--button .btn-style2.green-color span.span-icon {
background-color: green;
color: #fff;
}
.cms-fancy-box.layout1 .item--button .btn-style2.blue-color {
color: blue;
}
.cms-fancy-box.layout1 .item--button .btn-style2.blue-color span.span-icon {
background-color: blue;
color: #fff;
}
.cms-fancy-box.layout1 .inner-content.content-left {
text-align: left;
}
.cms-fancy-box.layout1 .inner-content.content-center {
text-align: center;
}
.cms-fancy-box.layout1 .inner-content.content-right {
text-align: right;
}
.cms-fancy-box.layout1 .inner-content:hover .item--icon {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-fancy-box.layout1 .inner-content:hover .item--button .btn-style2 span.span-icon .icon-1 {
left: 100%;
opacity: 0;
}
.cms-fancy-box.layout1 .inner-content:hover .item--button .btn-style2 span.span-icon .icon-hover {
opacity: 1;
left: 6px;
}
.cms-fancy-box.layout2 {
display: inline-block;
}
.cms-fancy-box.layout2 .item--inner {
display: flex;
flex-wrap: nowrap;
text-align: left;
}
@media screen and (max-width: 991px) {
.cms-fancy-box.layout2 .item--inner {
padding: 30px 20px;
max-width: 100%;
}
}
@media screen and (max-width: 575px) {
.cms-fancy-box.layout2 .item--inner {
display: block;
}
}
.cms-fancy-box.layout2 .item--inner .item--icon {
-webkit-transition: all 400ms linear 0ms;
-khtml-transition: all 400ms linear 0ms;
-moz-transition: all 400ms linear 0ms;
-ms-transition: all 400ms linear 0ms;
-o-transition: all 400ms linear 0ms;
transition: all 400ms linear 0ms;
line-height: 1;
width: 70px;
min-width: 90px;
margin-right: 10px;
position: relative;
}
@media screen and (max-width: 575px) {
.cms-fancy-box.layout2 .item--inner .item--icon {
margin-right: 0;
margin-bottom: 22px;
}
}
.cms-fancy-box.layout2 .item--inner .item--icon i {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
color: #860000;
font-size: 60px;
}
.cms-fancy-box.layout2 .item--inner .item--icon i:nth-child(2) {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.cms-fancy-box.layout2 .item--inner .item--icon svg {
height: 60px;
width: auto;
fill: #860000;
}
.cms-fancy-box.layout2 .item--inner .item--icon svg path {
fill: #860000;
}
.cms-fancy-box.layout2 .item--inner .item--icon.icon-secondary-color i {
color: #28293a;
}
.cms-fancy-box.layout2 .item--inner .item--icon.icon-regular-color i {
color: #9b9b9b;
}
.cms-fancy-box.layout2 .item--inner .item--icon.icon-black-color i {
color: black;
}
.cms-fancy-box.layout2 .item--inner .item--icon.icon-white-color i {
color: #f4f4f4;
}
.cms-fancy-box.layout2 .item--inner .item--title {
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #28293a;
margin-top: -5px;
margin-bottom: 18px;
}
.cms-fancy-box.layout2 .item--inner .item--description {
font-size: 14px;
line-height: 24px;
color: #9b9b9b;
margin-bottom: 26px;
}
.cms-fancy-box.layout2 .item--inner .item--button a {
position: relative;
color: #28293a;
display: inline-block;
padding-right: 34px;
}
.cms-fancy-box.layout2 .item--inner .item--button a i {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
background-color: #860000;
color: #fff;
position: absolute;
top: 1px;
right: 0;
opacity: 0;
margin-right: 0;
}
.cms-fancy-box.layout2 .item--inner .item--button a .btn-text {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
opacity: 0;
display: block;
}
.cms-fancy-box.layout2 .item--inner .item--button a .icon-holder {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
position: absolute;
top: 1px;
left: 0;
opacity: 1;
}
.cms-fancy-box.layout2 .item--inner:hover .item--icon i:nth-child(1) {
opacity: 0.1;
}
.cms-fancy-box.layout2 .item--inner:hover .item--icon i:nth-child(2) {
text-shadow: 1px 1px 11px #860000;
top: 5px;
left: -5px;
opacity: 1;
}
.cms-fancy-box.layout2 .item--inner:hover .item--button a i {
opacity: 1;
}
.cms-fancy-box.layout2 .item--inner:hover .item--button a .btn-text {
opacity: 1;
}
.cms-fancy-box.layout2 .item--inner:hover .item--button a .icon-holder {
left: 102%;
opacity: 0;
}
.cms-fancy-box.layout3 .item--icon {
line-height: 1;
margin-bottom: 20px;
}
.cms-fancy-box.layout3 .item--icon i {
color: #860000;
font-size: 64px;
}
.cms-fancy-box.layout3 .item--icon svg {
height: 64px;
width: auto;
fill: #860000;
}
.cms-fancy-box.layout3 .item--icon svg path {
fill: #860000;
}
.cms-fancy-box.layout3 .item--title {
font-size: 25px;
line-height: 30px;
margin-bottom: 16px;
}
.cms-fancy-box.layout3 .item--description {
font-size: 14px;
line-height: 24px;
margin-bottom: 25px;
}
.cms-fancy-box.layout3 .item--list {
list-style: none;
margin-bottom: 0;
font-size: 15px;
font-weight: 700;
}
.cms-fancy-box.layout3 .item--list li {
padding-left: 33px;
position: relative;
}
.cms-fancy-box.layout3 .item--list li:before {
content: '';
width: 14px;
height: 2px;
background-color: #860000;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.cms-fancy-box.layout3 .item--list li + li {
margin-top: 6px;
}
.cms-fancy-box.layout3 .item--button {
margin-top: 26px;
}
.cms-fancy-box.layout3 .item--inner {
background-color: #fff;
padding: 63px 40px 54px 40px;
max-width: 370px;
-webkit-border-radius: 0 2px 2px 0;
-khtml-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
-ms-border-radius: 0 2px 2px 0;
-o-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
}
@media screen and (max-width: 991px) {
.cms-fancy-box.layout3 .item--inner {
padding-left: 20px;
padding-right: 20px;
}
}
.cms-fancy-box.layout4 {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
border: 1px solid #264b5c;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 50px 40px;
position: relative;
}
.cms-fancy-box.layout4:before {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
content: "";
height: 100%;
width: 0;
background-color: #fff;
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 991px) {
.cms-fancy-box.layout4 {
padding: 30px 20px;
}
}
.cms-fancy-box.layout4 .item--icon {
line-height: 1;
}
.cms-fancy-box.layout4 .item--icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
font-size: 60px;
}
.cms-fancy-box.layout4 .item--icon svg {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 65px;
width: auto;
fill: #860000;
transition-delay: 0.5s;
}
.cms-fancy-box.layout4 .item--icon svg path {
fill: #860000;
}
.cms-fancy-box.layout4 .item--icon:hover i {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-fancy-box.layout4 .item--icon.icon-secondary-color i {
color: #28293a;
}
.cms-fancy-box.layout4 .item--icon.icon-regular-color i {
color: #9b9b9b;
}
.cms-fancy-box.layout4 .item--icon.icon-black-color i {
color: black;
}
.cms-fancy-box.layout4 .item--icon.icon-white-color i {
color: #f4f4f4;
}
.cms-fancy-box.layout4 .item--title {
color: #f9f9f9;
font-size: 20px;
line-height: 28px;
}
.cms-fancy-box.layout4 .item--description {
font-size: 14px;
color: #8097a1;
line-height: 24px;
}
.cms-fancy-box.layout4 .item--button .btn-fcb {
width: 24px;
height: 24px;
display: inline-block;
line-height: 24px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: none;
background-color: #fff;
color: #28293a;
font-size: 12px;
text-align: center;
}
.cms-fancy-box.layout4 .item--icon + .item--title {
margin-top: 30px;
margin-bottom: 0;
}
.cms-fancy-box.layout4 .item--title + .item--description {
margin-top: 23px;
margin-bottom: 0;
}
.cms-fancy-box.layout4 .item--description + .item--button {
margin-top: 22px;
margin-bottom: 0;
}
.cms-fancy-box.layout4 .inner-content {
position: relative;
}
.cms-fancy-box.layout4 .inner-content.content-left {
text-align: left;
}
.cms-fancy-box.layout4 .inner-content.content-center {
text-align: center;
}
.cms-fancy-box.layout4 .inner-content.content-right {
text-align: right;
}
.cms-fancy-box.layout4:hover {
border-color: #fff;
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
box-shadow: 0 8px 16px -16px #28293a;
}
.cms-fancy-box.layout4:hover .item--icon i {
color: #860000;
transform: rotateY(180deg);
}
.cms-fancy-box.layout4:hover .item--icon svg {
transform: rotateY(180deg);
fill: #860000;
}
.cms-fancy-box.layout4:hover .item--icon svg path {
fill: #860000;
}
.cms-fancy-box.layout4:hover .item--title, .cms-fancy-box.layout4:hover .item--description {
color: #28293a;
}
.cms-fancy-box.layout4:hover:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.cms-fancy-box.layout4:hover .item--button .btn-fcb {
background-color: #860000;
color: #fff;
}
.cms-fancy-box.layout5 {
display: inline-block;
}
@media screen and (max-width: 767px) {
.cms-fancy-box.layout5 {
margin-bottom: 25px;
}
}
.cms-fancy-box.layout5 .item--inner {
display: flex;
flex-wrap: nowrap;
align-items: center;
text-align: left;
}
.cms-fancy-box.layout5 .item--inner .item--icon {
line-height: 1;
width: 70px;
min-width: 70px;
margin-right: 10px;
}
@media screen and (max-width: 575px) {
.cms-fancy-box.layout5 .item--inner .item--icon {
margin-right: 0;
margin-bottom: 22px;
}
}
.cms-fancy-box.layout5 .item--inner .item--icon i {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
font-size: 60px;
}
.cms-fancy-box.layout5 .item--inner .item--icon svg {
fill: #860000;
height: 60px;
width: auto;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancy-box.layout5 .item--inner .item--icon svg path {
fill: #860000;
}
.cms-fancy-box.layout5 .item--inner .item--title {
font-size: 19px;
line-height: 29px;
margin-bottom: 0;
color: #9b9b9b;
}
.cms-fancy-box.layout5 .item--inner:hover .item--icon i {
transform: rotateY(180deg);
}
.cms-fancy-box.layout5 .item--inner:hover .item--icon svg {
transform: rotateY(180deg);
}
@media screen and (min-width: 1300px) {
.fcb-single-custom .cms-fancy-box.layout1 {
padding: 90px 60px;
}
}
@media screen and (min-width: 1400px) {
.position-right .cms-fancy-box.layout2 {
margin-right: -90px;
}
}
@media screen and (max-width: 1199px) {
.cms-fancybox-carousel .slick-slider {
padding-left: 0;
padding-right: 0;
}
}
.cms-fancybox-carousel .slick-dots {
margin-top: 30px;
}
.cms-fancybox-carousel .slick-dots li.slick-active button {
background-color: rgba(255, 255, 255, 0.5);
}
.cms-fancybox-carousel.layout1 .fancybox-item {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
border: 1px solid #264b5c;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 50px 40px;
position: relative;
overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-fancybox-carousel.layout1 .fancybox-item {
padding: 30px 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-fancybox-carousel.layout1 .fancybox-item {
padding: 30px 15px;
}
}
@media screen and (max-width: 991px) {
.cms-fancybox-carousel.layout1 .fancybox-item {
padding: 30px 20px;
}
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon {
line-height: 1;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
font-size: 60px;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon svg {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 65px;
width: auto;
fill: #860000;
transition-delay: 0.5s;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon svg path {
fill: #860000;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon:hover i {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon.icon-secondary-color i {
color: #28293a;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon.icon-regular-color i {
color: #9b9b9b;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon.icon-black-color i {
color: black;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon.icon-white-color i {
color: #f4f4f4;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--title {
color: #f9f9f9;
font-size: 20px;
line-height: 28px;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--description {
font-size: 14px;
color: #8097a1;
line-height: 24px;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--button .btn-fcb {
width: 24px;
height: 24px;
display: inline-block;
line-height: 24px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: none;
background-color: #fff;
color: #28293a;
font-size: 12px;
text-align: center;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--icon + .item--title {
margin-top: 30px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--title + .item--description {
margin-top: 23px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout1 .fancybox-item .item--description + .item--button {
margin-top: 22px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout1 .fancybox-item .inner-content {
position: relative;
}
.cms-fancybox-carousel.layout1 .fancybox-item .inner-content.content-left {
text-align: left;
}
.cms-fancybox-carousel.layout1 .fancybox-item .inner-content.content-center {
text-align: center;
}
.cms-fancybox-carousel.layout1 .fancybox-item .inner-content.content-right {
text-align: right;
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item {
padding: 50px 40px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item {
padding: 30px 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item {
padding: 30px 15px;
}
}
@media screen and (max-width: 991px) {
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item {
padding: 30px 20px;
}
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:before {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
content: "";
height: 100%;
width: 0;
background-color: #fff;
position: absolute;
bottom: 0;
right: 0;
z-index: 0;
transform-origin: left;
-moz-transform-origin: left;
-ms-transform-origin: left;
-webkit-transform-origin: left;
-o-transform-origin: left;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover {
border-color: #fff;
box-shadow: 0 8px 16px -16px #28293a;
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover .item--icon i {
color: #860000;
transform: rotateY(180deg);
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover .item--icon svg {
transform: rotateY(180deg);
fill: #860000;
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover .item--icon svg path {
fill: #860000;
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover .item--title, .cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover .item--description {
color: #28293a;
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover:before {
opacity: 1;
width: 100%;
left: 0;
right: auto;
transform-origin: right;
-moz-transform-origin: right;
-ms-transform-origin: right;
-webkit-transform-origin: right;
-o-transform-origin: right;
}
.cms-fancybox-carousel.layout1.hover-style1 .fancybox-item:hover .item--button .btn-fcb {
box-shadow: 0 0 0 6px #860000;
background-color: #860000;
color: #fff;
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item {
padding: 0;
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item .inner-content {
transition: transform 0.8s;
transform-style: preserve-3d;
padding: 50px 40px;
position: relative;
overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item .inner-content {
padding: 30px 20px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item .inner-content {
padding: 30px 15px;
}
}
@media screen and (max-width: 991px) {
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item .inner-content {
padding: 30px 20px;
}
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover {
border-color: #fff;
box-shadow: 0 8px 16px -16px #28293a;
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .inner-content {
background-color: #fff;
transform: rotateY(180deg);
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--icon {
transform: rotateY(180deg);
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--icon i {
color: #860000;
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--icon svg {
fill: #860000;
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--icon svg path {
fill: #860000;
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--title, .cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--description {
transform: rotateY(180deg);
color: #28293a;
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--button {
transform: rotateY(180deg);
}
.cms-fancybox-carousel.layout1.hover-style2 .fancybox-item:hover .item--button .btn-fcb {
background-color: #860000;
color: #fff;
}
.cms-fancybox-carousel.layout2 .fancybox-item {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 40px;
position: relative;
box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-fancybox-carousel.layout2 .fancybox-item {
padding: 30px 15px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-fancybox-carousel.layout2 .fancybox-item {
padding: 30px 15px;
}
}
.cms-fancybox-carousel.layout2 .fancybox-item:before {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
content: "";
display: block;
height: 3px;
background-color: #860000;
position: absolute;
top: 0;
opacity: 0;
right: 100px;
left: 100px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 991px) {
.cms-fancybox-carousel.layout2 .fancybox-item {
padding: 30px 20px;
}
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--image {
display: flex;
align-items: center;
justify-content: center;
height: 65px;
margin-bottom: 30px;
overflow: hidden;
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--image img {
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--image img:hover {
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--title {
color: #28293a;
font-size: 20px;
line-height: 29px;
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--description {
font-size: 14px;
color: #9b9b9b;
line-height: 24px;
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--button .btn-fcb {
width: 24px;
height: 24px;
display: inline-block;
line-height: 24px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: none;
background-color: #fff;
color: #28293a;
font-size: 12px;
text-align: center;
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--icon + .item--title {
margin-top: 30px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--title + .item--description {
margin-top: 23px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout2 .fancybox-item .item--description + .item--button {
margin-top: 22px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout2 .fancybox-item:hover {
border-color: #fff;
box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}
.cms-fancybox-carousel.layout2 .fancybox-item:hover:before {
opacity: 1;
left: 30px;
right: 30px;
}
.cms-fancybox-carousel.layout2 .fancybox-item:hover .item--image {
overflow: hidden;
}
.cms-fancybox-carousel.layout2 .fancybox-item:hover .item--image img {
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
.cms-fancybox-carousel.layout2 .fancybox-item:hover .item--button .btn-fcb {
background-color: #860000;
color: #fff;
}
.cms-fancybox-carousel.layout2 .fancybox-item .inner-content {
position: relative;
}
.cms-fancybox-carousel.layout2 .fancybox-item .inner-content.content-left {
text-align: left;
}
.cms-fancybox-carousel.layout2 .fancybox-item .inner-content.content-center {
text-align: center;
}
.cms-fancybox-carousel.layout2 .fancybox-item .inner-content.content-right {
text-align: right;
}
.cms-fancybox-carousel.layout2 .slick-list {
padding: 35px;
margin-left: -35px;
margin-right: -35px;
padding-bottom: 45px;
}
.cms-fancybox-carousel.layout2 .slick-dots {
position: absolute;
left: 50%;
bottom: 0;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: 10px;
}
.cms-fancybox-carousel.layout2 .slick-dots li {
margin-left: 6px;
margin-right: 6px;
margin-top: 0;
display: inline-block;
}
.cms-fancybox-carousel.layout2 .slick-dots li button {
display: block;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 8px;
height: 8px;
background-color: #fff;
border: 3px solid transparent;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.cms-fancybox-carousel.layout2 .slick-dots li.slick-active button {
width: 12px;
height: 12px;
border: 3px solid #860000;
background-color: transparent;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon {
line-height: 1;
margin-bottom: 20px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
font-size: 60px;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon svg {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 65px;
width: auto;
fill: #860000;
transition-delay: 0.5s;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon svg path {
fill: #860000;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon.icon-secondary-color i {
color: #28293a;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon.icon-regular-color i {
color: #9b9b9b;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon.icon-black-color i {
color: black;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--icon.icon-white-color i {
color: #f4f4f4;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--title {
color: #28293a;
font-weight: 600;
font-size: 20px;
line-height: 28px;
margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.cms-fancybox-carousel.layout3 .fancybox-item .item--title {
padding-right: 50px;
}
}
.cms-fancybox-carousel.layout3 .fancybox-item .btn-fcb {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
width: 25px;
height: 25px;
display: inline-block;
line-height: 25px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 1px solid transparent;
background-color: #28293a;
color: #fff;
font-size: 12px;
text-align: center;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item--description {
font-size: 14px;
color: #9b9b9b;
line-height: 24px;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item-holder {
position: relative;
padding: 40px 40px 38px;
background-color: #fff;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
margin-bottom: 37px;
}
.cms-fancybox-carousel.layout3 .fancybox-item .item-holder .btn-fcb {
position: absolute;
bottom: -12px;
left: 40px;
}
@media screen and (min-width: 768px) {
.cms-fancybox-carousel.layout3 .fancybox-item .item-holder + .item--description {
padding-left: 40px;
padding-right: 40px;
}
}
.cms-fancybox-carousel.layout3 .fancybox-item:hover .item--icon {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-fancybox-carousel.layout3 .fancybox-item:hover .btn-fcb {
box-shadow: 0 0 0 6px #28293a;
}
@media screen and (min-width: 1400px) {
.cms-fancybox-carousel.layout4 .cms-carousel-inner .slick-list {
margin: 0 -75px;
padding: 75px;
}
.cms-fancybox-carousel.layout4 .cms-carousel-inner .slick-list .slick-slide {
opacity: 0;
}
.cms-fancybox-carousel.layout4 .cms-carousel-inner .slick-list .slick-slide.slick-active {
opacity: 1;
}
}
.cms-fancybox-carousel.layout4 .fancybox-item {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
padding: 50px;
position: relative;
overflow: hidden;
}
@media screen and (min-width: 1400px) {
.cms-fancybox-carousel.layout4 .fancybox-item {
box-shadow: 0px 5px 83px 0px rgba(40, 41, 58, 0.12);
}
}
.cms-fancybox-carousel.layout4 .fancybox-item:before {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
content: "";
display: block;
height: 3px;
background-color: #860000;
position: absolute;
top: 0;
opacity: 0;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (max-width: 991px) {
.cms-fancybox-carousel.layout4 .fancybox-item {
padding: 30px 20px;
}
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon {
line-height: 1;
margin-bottom: 30px;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
font-size: 60px;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon svg {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 65px;
width: auto;
fill: #860000;
transition-delay: 0.5s;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon svg path {
fill: #860000;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon:hover i {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon.icon-secondary-color i {
color: #28293a;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon.icon-regular-color i {
color: #9b9b9b;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon.icon-black-color i {
color: black;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--icon.icon-white-color i {
color: #f4f4f4;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--title {
color: #28293a;
font-weight: bold;
font-size: 20px;
line-height: 28px;
margin-bottom: 23px;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--description {
font-size: 14px;
color: #9b9b9b;
line-height: 24px;
margin-bottom: 25px;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--button .btn-fcb {
font-weight: bold;
font-size: 14px;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--button .btn-fcb.button-style1 {
padding-left: 35px;
padding-right: 35px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
line-height: 42px;
display: inline-block;
background-color: #28293a;
color: #fff;
text-align: center;
position: relative;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--button .btn-fcb.button-style1 i {
top: 50%;
opacity: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
right: 20px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
color: #28293a;
text-align: center;
background: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--button .btn-fcb.button-style2 {
padding-left: 35px;
padding-right: 0px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
line-height: 42px;
width: 42px;
height: 42px;
display: inline-block;
background-color: #28293a;
color: #fff;
text-align: center;
position: relative;
-webkit-transition: all 100ms linear 0ms;
-khtml-transition: all 100ms linear 0ms;
-moz-transition: all 100ms linear 0ms;
-ms-transition: all 100ms linear 0ms;
-o-transition: all 100ms linear 0ms;
transition: all 100ms linear 0ms;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--button .btn-fcb.button-style2 .btn-text {
opacity: 0;
display: none;
-webkit-transition: all 500ms linear 0ms;
-khtml-transition: all 500ms linear 0ms;
-moz-transition: all 500ms linear 0ms;
-ms-transition: all 500ms linear 0ms;
-o-transition: all 500ms linear 0ms;
transition: all 500ms linear 0ms;
transition-delay: 0.6s;
}
.cms-fancybox-carousel.layout4 .fancybox-item .item--button .btn-fcb.button-style2 i {
transition-delay: 0.1s;
top: 50%;
right: 12px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
z-index: 2;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
color: #fff;
background-color: transparent;
text-align: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-fancybox-carousel.layout4 .fancybox-item.content-left {
text-align: left;
}
.cms-fancybox-carousel.layout4 .fancybox-item.content-left:before {
left: 50px;
right: 100%;
}
.cms-fancybox-carousel.layout4 .fancybox-item.content-center {
text-align: center;
}
.cms-fancybox-carousel.layout4 .fancybox-item.content-center:before {
left: 100px;
right: 100px;
}
.cms-fancybox-carousel.layout4 .fancybox-item.content-right {
text-align: right;
}
.cms-fancybox-carousel.layout4 .fancybox-item.content-right:before {
left: 100%;
right: 50px;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover .item--button .btn-fcb.button-style1 {
padding-right: 51px;
background-color: #860000;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover .item--button .btn-fcb.button-style1 i {
color: #860000;
opacity: 1;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover .item--button .btn-fcb.button-style2 {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #860000;
padding-left: 35px;
padding-right: 51px;
width: auto;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover .item--button .btn-fcb.button-style2 .btn-text {
opacity: 1;
display: block;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover .item--button .btn-fcb.button-style2 i {
right: 20px;
background-color: #fff;
color: #860000;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover.content-left {
text-align: left;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover.content-left:before {
opacity: 1;
right: 50px;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover.content-center {
text-align: center;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover.content-center:before {
opacity: 1;
left: 50px;
right: 50px;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover.content-right {
text-align: right;
}
.cms-fancybox-carousel.layout4 .fancybox-item:hover.content-right:before {
opacity: 1;
left: 50px;
}
.cms-fancybox-carousel.layout4 .slick-list {
padding: 35px 0px;
}
.cms-fancybox-carousel.layout4 .slick-dots {
margin-top: 10px;
}
.cms-fancybox-carousel.layout5.mw-270 {
background-color: #fff;
max-width: 270px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.cms-fancybox-carousel.layout5.mw-270.content-left {
margin-left: 15px;
margin-right: auto;
}
.cms-fancybox-carousel.layout5.mw-270.content-center {
margin: 0 auto;
}
.cms-fancybox-carousel.layout5.mw-270.content-right {
margin-left: auto;
margin-right: 15px;
}
@media screen and (max-width: 767px) {
.cms-fancybox-carousel.layout5.mw-270.content-left {
margin: 0 auto;
}
.cms-fancybox-carousel.layout5.mw-270.content-center {
margin: 0 auto;
}
.cms-fancybox-carousel.layout5.mw-270.content-right {
margin: 0 auto;
}
}
.cms-fancybox-carousel.layout5.mw-full {
margin-left: 15px;
margin-right: 15px;
}
.cms-fancybox-carousel.layout5 .fancybox-item {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 0px 10px;
position: relative;
text-align: center;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon {
line-height: 1;
margin-bottom: 30px;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
font-size: 60px;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon svg {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 65px;
width: auto;
fill: #860000;
transition-delay: 0.5s;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon svg path {
fill: #860000;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon:hover i {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon.icon-secondary-color i {
color: #28293a;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon.icon-regular-color i {
color: #9b9b9b;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon.icon-black-color i {
color: black;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--icon.icon-white-color i {
color: #f4f4f4;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--title {
color: #28293a;
font-weight: 600;
font-size: 20px;
line-height: 28px;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--title + .item--description {
margin-top: 23px;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--description {
font-size: 14px;
color: #9b9b9b;
line-height: 24px;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--button .btn-fcb {
font-weight: bold;
font-size: 14px;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--button .btn-fcb.button-style1 {
padding-left: 35px;
padding-right: 35px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
line-height: 42px;
display: inline-block;
background-color: #28293a;
color: #fff;
text-align: center;
position: relative;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--button .btn-fcb.button-style1 i {
top: 50%;
opacity: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
right: 20px;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
color: #28293a;
text-align: center;
background: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--button .btn-fcb.button-style2 {
padding-left: 35px;
padding-right: 0px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
line-height: 42px;
width: 42px;
height: 42px;
display: inline-block;
background-color: #28293a;
color: #fff;
text-align: center;
position: relative;
-webkit-transition: all 100ms linear 0ms;
-khtml-transition: all 100ms linear 0ms;
-moz-transition: all 100ms linear 0ms;
-ms-transition: all 100ms linear 0ms;
-o-transition: all 100ms linear 0ms;
transition: all 100ms linear 0ms;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--button .btn-fcb.button-style2 .btn-text {
opacity: 0;
display: none;
-webkit-transition: all 500ms linear 0ms;
-khtml-transition: all 500ms linear 0ms;
-moz-transition: all 500ms linear 0ms;
-ms-transition: all 500ms linear 0ms;
-o-transition: all 500ms linear 0ms;
transition: all 500ms linear 0ms;
transition-delay: 0.6s;
}
.cms-fancybox-carousel.layout5 .fancybox-item .item--button .btn-fcb.button-style2 i {
transition-delay: 0.1s;
top: 50%;
right: 12px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
z-index: 2;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 12px;
color: #fff;
background-color: transparent;
text-align: center;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-fancybox-carousel.layout5 .fancybox-item:hover .item--button .btn-fcb.button-style1 {
padding-right: 51px;
background-color: #860000;
}
.cms-fancybox-carousel.layout5 .fancybox-item:hover .item--button .btn-fcb.button-style1 i {
color: #860000;
opacity: 1;
}
.cms-fancybox-carousel.layout5 .fancybox-item:hover .item--button .btn-fcb.button-style2 {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #860000;
padding-left: 35px;
padding-right: 51px;
width: auto;
}
.cms-fancybox-carousel.layout5 .fancybox-item:hover .item--button .btn-fcb.button-style2 .btn-text {
opacity: 1;
display: block;
}
.cms-fancybox-carousel.layout5 .fancybox-item:hover .item--button .btn-fcb.button-style2 i {
right: 20px;
background-color: #fff;
color: #860000;
}
.cms-fancybox-carousel.layout5 .cms-slick-carousel.slick-dotted {
padding: 50px 20px 90px;
background-color: #fff;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.cms-fancybox-carousel.layout5 .slick-dots {
margin-top: 15px;
display: flex;
align-items: center;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.cms-fancybox-carousel.layout5 .slick-dots li {
margin-left: 6px;
margin-right: 6px;
display: inline-block;
}
.cms-fancybox-carousel.layout5 .slick-dots li button {
display: block;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 8px;
height: 8px;
background-color: #28293a;
border: 3px solid transparent;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.cms-fancybox-carousel.layout5 .slick-dots li.slick-active button {
width: 12px;
height: 12px;
border: 3px solid #860000;
background-color: transparent;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.cms-fancybox-carousel.layout6 .fancybox-item {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: relative;
}
@media screen and (min-width: 1400px) {
.cms-fancybox-carousel.layout6 .fancybox-item {
padding-right: 30px;
}
}
@media screen and (max-width: 991px) {
.cms-fancybox-carousel.layout6 .fancybox-item {
padding: 30px 20px;
}
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon {
line-height: 1;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
font-size: 60px;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon svg {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
height: 65px;
width: auto;
fill: #860000;
transition-delay: 0.5s;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon svg path {
fill: #860000;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon:hover i {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon.icon-secondary-color i {
color: #28293a;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon.icon-regular-color i {
color: #9b9b9b;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon.icon-black-color i {
color: black;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon.icon-white-color i {
color: #f4f4f4;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--title {
color: #f9f9f9;
font-size: 20px;
line-height: 28px;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--description {
font-size: 14px;
color: #8097a1;
line-height: 24px;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--button .btn-fcb {
width: 24px;
height: 24px;
display: inline-block;
line-height: 24px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: none;
background-color: #fff;
color: #28293a;
font-size: 12px;
text-align: center;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--icon + .item--title {
margin-top: 30px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--title + .item--description {
margin-top: 23px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout6 .fancybox-item .item--description + .item--button {
margin-top: 22px;
margin-bottom: 0;
}
.cms-fancybox-carousel.layout6 .fancybox-item .inner-content {
position: relative;
}
.cms-fancybox-carousel.layout6 .fancybox-item .inner-content.content-left {
text-align: left;
}
.cms-fancybox-carousel.layout6 .fancybox-item .inner-content.content-center {
text-align: center;
}
.cms-fancybox-carousel.layout6 .fancybox-item .inner-content.content-right {
text-align: right;
}
.cms-fancybox-carousel .fancybox-inner:hover .cms-icon {
overflow: hidden;
}
.facybox-layout-custom {
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.facybox-layout-custom .elementor-widget-container {
margin-right: -150px !important;
}
.facybox-layout-custom .elementor-widget-container .cms-fancybox-carousel.layout2 {
overflow: hidden;
}
.facybox-layout-custom .elementor-widget-container .cms-fancybox-carousel.layout2 .slick-dots {
left: 44%;
}
.facybox-layout-custom .elementor-widget-container .cms-fancybox-carousel.layout2 .slick-slide .fancybox-item {
padding-left: 33px;
padding-right: 33px;
}
}
.cms-rate-star i {
display: inline-block;
font-size: 17px;
color: rgba(155, 155, 155, 0.5);
}
.cms-rate-star.one-star i:nth-child(1) {
color: #860000;
}
.cms-rate-star.two-star i:nth-child(1), .cms-rate-star.two-star i:nth-child(2) {
color: #860000;
}
.cms-rate-star.three-star i:nth-child(1), .cms-rate-star.three-star i:nth-child(2), .cms-rate-star.three-star i:nth-child(3) {
color: #860000;
}
.cms-rate-star.four-star i:nth-child(1), .cms-rate-star.four-star i:nth-child(2), .cms-rate-star.four-star i:nth-child(3), .cms-rate-star.four-star i:nth-child(4) {
color: #860000;
}
.cms-rate-star.five-star i {
color: #860000;
}
.cms-contact-form.layout1 .cms-contact-form-inner {
padding: 55px 60px 60px;
background-color: #fff;
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
@media screen and (max-width: 1400px) {
.cms-contact-form.layout1 .cms-contact-form-inner {
padding: 50px 30px;
}
}
@media screen and (max-width: 1199px) {
.cms-contact-form.layout1 .cms-contact-form-inner {
padding: 40px 30px;
}
}
@media screen and (max-width: 991px) {
.cms-contact-form.layout1 .cms-contact-form-inner {
padding: 40px 20px;
}
}
.cms-contact-form.layout1 .cms-contact-form-inner .col-inner-box.button-style1 .wpcf7-submit {
line-height: 70px;
}
.cms-contact-form.layout1 .cms-contact-form-inner .col-inner-box.button-style2 .wpcf7-submit {
line-height: 70px;
margin-top: 3px;
display: block;
width: 100%;
}
.cms-contact-form.layout1 .cms-contact-form-inner .col-inner-box .wpcf7 {
margin-top: 30px;
}
.cms-contact-form.layout1 .cms-contact-form-inner.style2 {
background-color: #f4f4f4;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.cms-contact-form.layout1 .cms-contact-form-inner.style3 {
padding: 45px 50px 40px;
}
.cms-contact-form.layout1 .cms-contact-form-inner.style3 .wpcf7-form-control-wrap {
margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
.cms-contact-form.layout1 .cms-contact-form-inner.style3 {
padding: 50px 30px;
}
}
@media screen and (max-width: 1199px) {
.cms-contact-form.layout1 .cms-contact-form-inner.style3 {
padding: 40px 30px;
}
}
@media screen and (max-width: 991px) {
.cms-contact-form.layout1 .cms-contact-form-inner.style3 {
padding: 40px 20px;
}
}
@media screen and (max-width: 767px) {
.cms-contact-form.layout1 .cms-contact-form-inner.style3 {
background-color: #fff;
}
}
.cms-contact-form.layout1 .cms-contact-form-inner.style3 input.wpcf7-email {
margin-bottom: 0;
}
.cms-contact-form.layout1 .entry-title {
margin-bottom: 22px;
font-size: 24px;
font-weight: bold;
}
.cms-contact-form.layout1 .wpcf7-form .wpcf7-form-control-wrap {
margin-bottom: 23px;
}
.cms-contact-form.layout1 .wpcf7-form .wpcf7-form-control-wrap input:not(.wpcf7-submit), .cms-contact-form.layout1 .wpcf7-form .wpcf7-form-control-wrap textarea {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-contact-form.layout1 .wpcf7-form .wpcf7-form-control-wrap.your-phone, .cms-contact-form.layout1 .wpcf7-form .wpcf7-form-control-wrap.your-website {
margin-bottom: 30px;
}
.cms-contact-form.layout1 .wpcf7-form .wpcf7-form-control-wrap textarea {
height: 120px;
}
.cms-contact-form.layout1 .col-radio .wpcf7-form-control-wrap {
margin-bottom: 10px;
}
.cms-contact-form.layout1 .wpcf7-radio {
position: relative;
top: -14px;
}
.cms-contact-form.layout1 .wpcf7-radio label {
position: relative;
cursor: pointer;
}
.cms-contact-form.layout1 .wpcf7-radio label span.wpcf7-list-item-label {
padding-left: 15px;
color: #28293a;
font-size: 14px;
}
.cms-contact-form.layout1 .wpcf7-radio input[type=radio] {
position: relative;
visibility: hidden;
}
.cms-contact-form.layout1 .wpcf7-radio input[type=radio] + span:before {
display: block;
position: absolute;
content: '';
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
height: 17px;
width: 17px;
top: 4px;
border: 2px solid #e6e9eb;
}
.cms-contact-form.layout1 .wpcf7-radio input[type=radio] + span:after {
display: block;
position: absolute;
content: '';
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
height: 7px;
width: 7px;
top: 9px;
left: 5px;
visibility: hidden;
}
.cms-contact-form.layout1 .wpcf7-radio input[type=radio]:checked + span:before { background: transparent;
}
.cms-contact-form.layout1 .wpcf7-radio input[type=radio]:checked + span:after {
background: #28293a;
visibility: visible;
}
@media screen and (max-width: 767px) {
.cms-contact-info1 {
margin-bottom: 25px;
}
}
.cms-contact-info1 .entry-title {
font-size: 17px;
line-height: 24px;
font-weight: bold;
margin-bottom: 22px;
}
.cms-contact-info1 ul {
margin-bottom: 0;
list-style: none;
}
.cms-contact-info1 li {
font-size: 14px;
position: relative;
padding-left: 35px;
}
.cms-contact-info1 li .cms-icon {
line-height: 24px;
min-width: 24px;
width: 24px;
height: 24px;
text-align: center;
border-right: 1px solid rgba(155, 155, 155, 0.2);
border-bottom: 1px solid rgba(155, 155, 155, 0.2);
position: absolute;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 1px;
left: 0;
overflow: hidden;
}
.cms-contact-info1 li .cms-icon:before {
content: "";
width: 24px;
height: 30px;
position: absolute;
top: 5px;
left: 9px;
transform: rotate(45deg);
background-color: rgba(155, 155, 155, 0.12);
}
.cms-contact-info1 li .cms-icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
color: #860000;
}
.cms-contact-info1 li:hover .cms-icon {
border-right: 1px solid rgba(155, 155, 155, 0.32);
border-bottom: 1px solid rgba(155, 155, 155, 0.32);
}
.cms-contact-info1 li:hover .cms-icon:before {
background-color: rgba(155, 155, 155, 0.2);
}
.cms-contact-info1 li:hover .cms-icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-shadow: 0px 0px 2px #860000;
font-size: 16px;
margin-right: 5px;
}
.cms-contact-info1 li label {
color: #28293a;
font-weight: bold;
margin-right: 5px;
}
.cms-contact-info1 li + li {
margin-top: 10px;
}
.cms-contact-info2 .item--icon {
margin-bottom: 20px;
}
.cms-contact-info2 .item--icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
font-size: 20px;
}
.cms-contact-info2 .item--icon:hover i {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 3px 3px 5px rgba(255, 255, 255, 0.8);
}
.cms-contact-info2 .list-li {
list-style: none;
}
.cms-contact-info2 .list-li li {
font-size: 15px;
line-height: 24px;
font-weight: bold;
}
.newsletter-widget-custom form {
position: relative;
}
@media screen and (min-width: 768px) {
.newsletter-widget-custom form {
display: flex;
max-width: 550px;
align-items: center;
}
}
.newsletter-widget-custom form .tnp-field {
margin-bottom: 0;
}
.newsletter-widget-custom form .tnp-field input {
margin-bottom: 0;
}
.newsletter-widget-custom form .tnp-field.tnp-field-email {
flex-grow: 1;
margin-right: 20px;
}
@media screen and (max-width: 767px) {
.newsletter-widget-custom form .tnp-field.tnp-field-email {
margin-right: 0px;
margin-bottom: 30px;
}
}
.newsletter-widget-custom form .tnp-field.tnp-field-email .tnp-email {
border-radius: 2px;
height: 60px;
line-height: 60px;
padding-left: 25px;
padding-right: 25px;
}
.newsletter-widget-custom form .tnp-field.tnp-privacy-field {
position: absolute;
bottom: -50px;
z-index: 2;
}
.newsletter-widget-custom form .tnp-field.tnp-field-button {
padding-top: 0;
padding-bottom: 0;
position: relative;
height: 60px;
line-height: 60px;
padding-left: 30px;
padding-right: 50px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #860000;
}
.newsletter-widget-custom form .tnp-field.tnp-field-button:before {
content: '\f061';
font-size: 11px;
color: #28293a;
height: 22px;
width: 22px;
line-height: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
background-color: #fff;
position: absolute;
top: 50%;
right: 20px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
font-family: "Font Awesome 5 Pro";
text-align: center;
}
.newsletter-widget-custom form .tnp-field.tnp-field-button .tnp-submit {
padding: 0;
background-color: transparent;
color: #fff;
line-height: 60px;
border: none;
}
@media screen and (max-width: 767px) {
.newsletter-widget-custom form .tnp-field.tnp-field-button .tnp-submit {
text-align: left;
}
}
.newsletter-widget-custom form .tnp-field.tnp-field-button:hover:before {
background-color: #fff;
color: #860000;
}
.cms-testimonial-carousel1 {
padding: 80px 48px;
position: relative;
z-index: 1;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel1 {
padding: 60px 30px;
}
}
.cms-testimonial-carousel1:before {
content: '';
background-image: -webkit-gradient(linear, left top, left bottom, from(#860000), to(rgba(134, 0, 0, 0.85)));
background-image: -webkit-linear-gradient(bottom, #860000, rgba(134, 0, 0, 0.85));
background-image: -moz-linear-gradient(bottom, #860000, rgba(134, 0, 0, 0.85));
background-image: -ms-linear-gradient(bottom, #860000, rgba(134, 0, 0, 0.85));
background-image: -o-linear-gradient(bottom, #860000, rgba(134, 0, 0, 0.85));
background-image: linear-gradient(bottom, #860000, rgba(134, 0, 0, 0.85));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#860000', endColorStr='rgba(134, 0, 0, 0.85)');
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-testimonial-carousel1 .testimonial-image {
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
margin-bottom: 25px;
}
.cms-testimonial-carousel1 .testimonial-image img {
margin-right: 10px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-testimonial-carousel1 .testimonial-title {
font-size: 18px;
margin-bottom: 5px;
color: #fff;
}
.cms-testimonial-carousel1 .testimonial-position {
font-size: 13px;
color: #fff;
display: block;
line-height: 1;
}
.cms-testimonial-carousel1 .widget-title {
font-size: 15px;
font-weight: 700;
font-family: inherit;
color: #fff;
margin-bottom: 22px;
}
.cms-testimonial-carousel1 .testimonial-desc {
font-size: 32px;
line-height: 47px;
color: #fff;
font-weight: 500;
font-family: 'Barlow', sans-serif;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel1 .testimonial-desc {
font-size: 24px;
line-height: 36px;
}
}
.cms-testimonial-carousel1 .testimonial-meta {
min-width: 194px;
padding-right: 20px;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel1 .testimonial-meta {
min-width: 164px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel1 .testimonial-meta {
min-width: 100%;
margin-bottom: 40px;
}
}
.cms-testimonial-carousel1 .testimonial-meta .testimonial-meta-inner {
padding-left: 30px;
border-left: 2px solid #fff;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel1 .testimonial-meta .testimonial-meta-inner {
padding-left: 20px;
}
}
.cms-testimonial-carousel1 .testimonial-meta svg {
height: 22px;
}
.cms-testimonial-carousel1 .testimonial-meta svg g {
fill: #fff;
}
.cms-testimonial-carousel1 .testimonial-inner {
display: flex;
flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel1 .testimonial-inner {
display: block;
}
}
.cms-testimonial-carousel1 .cms-nav-carousel {
margin-top: 25px;
display: none;
}
.cms-testimonial-carousel1 .cms-nav-carousel .nav-prev, .cms-testimonial-carousel1 .cms-nav-carousel .nav-next {
border-color: #fff;
color: #fff;
}
.cms-testimonial-carousel1 .cms-nav-carousel .nav-prev:hover, .cms-testimonial-carousel1 .cms-nav-carousel .nav-next:hover {
border-color: #0e2b3d;
background-color: #0e2b3d;
color: #fff;
}
.cms-testimonial-carousel1 .cms-slick-carousel[data-arrows="true"] {
padding-bottom: 0;
}
.cms-testimonial-carousel1 .cms-slick-carousel[data-arrows="true"] .slick-arrow {
display: none !important;
}
.cms-testimonial-carousel1 .cms-slick-carousel[data-arrows="true"] .cms-nav-carousel {
display: flex;
}
.cms-testimonial-carousel2 .testimonial-image {
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
margin-bottom: 25px;
}
.cms-testimonial-carousel2 .testimonial-image img {
margin-right: 10px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-testimonial-carousel2 .testimonial-title {
font-size: 18px;
margin-bottom: 5px;
color: #fff;
}
.cms-testimonial-carousel2 .testimonial-position {
font-size: 13px;
color: #fff;
display: block;
line-height: 1;
}
.cms-testimonial-carousel2 .widget-title {
font-size: 15px;
font-weight: 700;
font-family: inherit;
color: #fff;
margin-bottom: 22px;
}
.cms-testimonial-carousel2 .testimonial-desc {
font-size: 24px;
font-style: italic;
line-height: 40px;
color: #fff;
font-weight: 600;
font-family: 'Barlow', sans-serif;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel2 .testimonial-desc {
font-size: 24px;
line-height: 36px;
}
}
.cms-testimonial-carousel2 .testimonial-meta {
min-width: 194px;
padding-right: 20px;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel2 .testimonial-meta {
min-width: 164px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel2 .testimonial-meta {
min-width: 100%;
margin-bottom: 40px;
}
}
.cms-testimonial-carousel2 .testimonial-meta .testimonial-meta-inner {
padding-left: 30px;
border-left: 2px solid #fff;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel2 .testimonial-meta .testimonial-meta-inner {
padding-left: 20px;
}
}
.cms-testimonial-carousel2 .testimonial-meta svg {
height: 22px;
}
.cms-testimonial-carousel2 .testimonial-meta svg g {
fill: #fff;
}
.cms-testimonial-carousel2 .testimonial-holder {
margin-bottom: 46px;
}
.cms-testimonial-carousel2 .cms-slick-carousel[data-arrows="true"] {
padding-bottom: 0;
}
.cms-testimonial-carousel2 .cms-slick-carousel[data-arrows="true"] .slick-prev {
right: 42px;
left: auto;
}
.cms-testimonial-carousel2 .cms-slick-carousel[data-arrows="true"] .slick-next {
right: 0;
left: auto;
}
.cms-testimonial-carousel2 .cms-slick-carousel[data-arrows="true"] .slick-arrow {
color: #fff;
border-color: #fff;
-webkit-transform: translate(0%, 0);
-khtml-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
-o-transform: translate(0%, 0);
transform: translate(0%, 0);
z-index: 99;
margin: 0;
}
.cms-testimonial-carousel2 .cms-slick-carousel[data-arrows="true"] .slick-arrow:hover {
color: #fff;
border-color: #0e2b3d;
background-color: #0e2b3d;
}
.cms-testimonial-carousel3 {
padding: 100px 100px 100px 15%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-testimonial-carousel3 {
padding: 70px 50px;
}
}
@media screen and (max-width: 1199px) {
.cms-testimonial-carousel3 {
padding: 70px 50px;
}
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel3 {
padding: 70px 30px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel3 {
padding: 50px 20px;
}
}
.cms-testimonial-carousel3 .testimonial-title {
font-size: 18px;
margin-bottom: 5px;
color: #fff;
}
.cms-testimonial-carousel3 .testimonial-position {
font-size: 13px;
color: #fff;
display: block;
line-height: 1;
}
.cms-testimonial-carousel3 .widget-title {
font-size: 15px;
font-weight: 700;
font-family: inherit;
color: #fff;
margin-bottom: 22px;
}
.cms-testimonial-carousel3 .testimonial-desc {
font-size: 24px;
font-style: italic;
line-height: 40px;
color: #fff;
font-weight: 600;
font-family: 'Barlow', sans-serif;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel3 .testimonial-desc {
font-size: 16px;
line-height: 36px;
}
}
.cms-testimonial-carousel3 .testimonial-meta {
display: flex;
min-width: 194px;
padding-right: 20px;
align-items: center;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel3 .testimonial-meta {
min-width: 164px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel3 .testimonial-meta {
min-width: 100%;
margin-bottom: 60px;
}
}
@media screen and (max-width: 575px) {
.cms-testimonial-carousel3 .testimonial-meta {
margin-bottom: 20px;
}
}
.cms-testimonial-carousel3 .testimonial-meta .testimonial-image {
flex-wrap: nowrap;
align-items: flex-end;
max-width: 55px;
max-height: 55px;
margin-right: 15px;
}
.cms-testimonial-carousel3 .testimonial-meta .testimonial-image img {
max-width: 54px;
border: 2px solid #fff;
padding: 3px;
border-radius: 50%;
}
.cms-testimonial-carousel3 .testimonial-holder {
margin-bottom: 46px;
}
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] {
padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] {
padding-bottom: 45px;
}
}
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] .slick-arrow {
-webkit-transform: translate(0%, 0);
-khtml-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
-ms-transform: translate(0%, 0);
-o-transform: translate(0%, 0);
transform: translate(0%, 0);
z-index: 99;
margin: 0;
}
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] .slick-arrow:before {
font-size: 14px;
}
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] .slick-prev {
right: 75px;
left: auto;
background-color: #fff;
color: #860000;
border-color: #fff;
}
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] .slick-prev:hover {
border-color: #28293a;
background-color: #28293a;
}
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] .slick-next {
right: 30px;
left: auto;
color: #fff;
border-color: #28293a;
background-color: #28293a;
}
.cms-testimonial-carousel3 .cms-slick-carousel[data-arrows="true"] .slick-next:hover {
background-color: #fff;
color: #860000;
border-color: #fff;
}
@media screen and (min-width: 768px) {
.cms-testimonial-carousel3 .testimonial-inner {
position: relative;
padding-left: 130px;
}
.cms-testimonial-carousel3 .testimonial-inner svg {
position: absolute;
top: 60px;
left: 0;
}
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel3 .testimonial-inner {
padding-left: 100px;
padding-bottom: 50px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel3 .testimonial-inner {
padding-left: 0;
padding-bottom: 20px;
}
}
.cms-testimonial-carousel3 .testimonial-inner svg {
height: 65px;
width: 90px;
}
@media screen and (max-width: 1199px) {
.cms-testimonial-carousel3 .testimonial-inner svg {
width: 60px;
}
}
.cms-testimonial-carousel3 .testimonial-inner svg path {
fill: #fff;
}
@media screen and (max-width: 575px) {
.cms-testimonial-carousel3 .testimonial-inner svg {
margin-bottom: 35px;
}
}
.cms-testimonial-carousel4 .testimonial-image img {
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel4 .widget-title {
color: #860000;
font-size: 15px;
font-weight: bold;
}
.cms-testimonial-carousel4 .testimonial-title {
font-size: 16px;
margin-bottom: 0;
}
.cms-testimonial-carousel4 .testimonial-position {
font-size: 13px;
line-height: 1;
display: block;
margin-top: 7px;
}
.cms-testimonial-carousel4 .testimonial-desc {
font-family: 'Barlow', sans-serif;
font-size: 30px;
line-height: 45px;
color: #28293a;
font-weight: 600;
font-style: italic;
margin-bottom: 27px;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel4 .testimonial-desc {
font-size: 23px;
line-height: 32px;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .testimonial-desc {
font-size: 18px;
line-height: 1.45;
}
}
.cms-testimonial-carousel4 .cms-slick-carousel {
padding: 0 100px;
text-align: center;
position: relative;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .cms-slick-carousel {
padding: 0;
}
}
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow {
margin-top: -40px;
}
.cms-testimonial-carousel4 .cms-slick-primary {
position: relative;
z-index: 1;
}
.cms-testimonial-carousel4 .cms-slick-primary svg {
z-index: -1;
position: absolute;
top: 25px;
left: -25px;
height: 85px;
width: auto;
fill: #9b9b9b;
opacity: 0.08;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .cms-slick-primary svg {
left: 10px;
}
}
.cms-testimonial-carousel4 .cms-slick-nav {
margin-bottom: 24px;
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-arrow {
display: none !important;
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-slide {
padding: 0;
margin: 0 10px;
width: 40px !important;
cursor: pointer;
position: relative;
z-index: 1;
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-slide .testimonial-image:before {
content: '';
height: 54px;
width: 54px;
background-color: #fff;
border: 2px solid #860000;
-webkit-border-radius: 54px;
-khtml-border-radius: 54px;
-moz-border-radius: 54px;
-ms-border-radius: 54px;
-o-border-radius: 54px;
border-radius: 54px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-list {
padding: 10px 15px !important;
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-track {
-webkit-transform: translate3d(0px, 0px, 0px) !important;
-khtml-transform: translate3d(0px, 0px, 0px) !important;
-moz-transform: translate3d(0px, 0px, 0px) !important;
-ms-transform: translate3d(0px, 0px, 0px) !important;
-o-transform: translate3d(0px, 0px, 0px) !important;
transform: translate3d(0px, 0px, 0px) !important;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
width: auto !important;
}
@media screen and (max-width: 1199px) {
.cms-testimonial-carousel4 .cms-slick-nav .slick-track {
padding-left: 5px;
padding-right: 5px;
}
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-current img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-current .testimonial-image:before {
opacity: 1;
}
.cms-testimonial-carousel4 .cms-slick-carousel {
padding: 0;
}
.cms-testimonial-carousel4 .cms-slick-carousel svg {
left: 45px;
}
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow {
top: auto;
bottom: -80px;
left: 50%;
right: auto;
font-size: 14px;
font-weight: bold;
color: #9b9b9b;
margin-top: 0px;
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
border: none;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow {
bottom: -75px;
}
}
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow:hover {
color: #860000;
}
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow.slick-prev {
margin-left: -133px;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow.slick-prev {
margin-left: -113px;
}
}
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow.slick-prev:before {
left: -15px;
top: 1px;
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow.slick-next {
margin-left: 133px;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow.slick-next {
margin-left: 113px;
}
}
.cms-testimonial-carousel4 .cms-slick-carousel .slick-arrow.slick-next:before {
right: -35px;
top: 1px;
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.cms-testimonial-carousel4 .cms-slick-nav {
margin-top: 6px;
margin-bottom: 0px;
width: 180px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .cms-slick-nav {
width: 190px;
}
}
.cms-testimonial-carousel4 .cms-slick-nav .slick-list {
padding: 30px 0px !important;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel4 .cms-slick-nav .slick-list {
padding-left: 5px !important;
padding-right: 5px !important;
}
}
.cms-testimonial-carousel5 .testimonial-image img {
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel5 .widget-title {
color: #860000;
font-size: 17px;
font-weight: bold;
}
.cms-testimonial-carousel5 .testimonial-title {
font-size: 16px;
margin-bottom: 0;
}
.cms-testimonial-carousel5 .testimonial-position {
font-size: 13px;
line-height: 1;
display: block;
margin-top: 7px;
}
.cms-testimonial-carousel5 .testimonial-desc {
font-family: 'Barlow', sans-serif;
font-size: 29px;
line-height: 44px;
color: #28293a;
}
@media screen and (max-width: 991px) {
.cms-testimonial-carousel5 .testimonial-desc {
font-size: 23px;
line-height: 1.3;
}
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .testimonial-desc {
font-size: 18px;
line-height: 1.3;
}
}
@media screen and (min-width: 1300px) {
.cms-testimonial-carousel5 .testimonial-carousel-inner {
margin-right: 100px;
}
}
.cms-testimonial-carousel5 .testimonial-carousel-inner.border-bttom-active {
padding-bottom: 35px;
border-bottom: 2px solid rgba(244, 244, 244, 0.5);
}
@media screen and (min-width: 576px) {
.cms-testimonial-carousel5 .testimonial-carousel-inner .wp-holder {
display: flex;
align-items: center;
}
}
@media screen and (min-width: 576px) {
.cms-testimonial-carousel5 .testimonial-carousel-inner .wp-holder .cms-slick-meta-data {
margin-left: 20px;
}
}
.cms-testimonial-carousel5 .testimonial-carousel-inner .wp-holder .cms-slick-meta-data .testimonial-meta {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel5 .testimonial-carousel-inner .wp-holder .cms-slick-meta-data .testimonial-meta .testimonial-title {
font-size: 14px;
font-weight: bold;
}
.cms-testimonial-carousel5 .testimonial-carousel-inner .wp-holder .cms-slick-meta-data .testimonial-meta .testimonial-position {
margin-top: 0;
font-size: 13px;
line-height: 22px;
}
.cms-testimonial-carousel5 .cms-slick-carousel {
padding: 0 100px;
position: relative;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .cms-slick-carousel {
padding: 0;
}
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow {
margin-top: -40px;
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-list .slick-slide {
padding-left: 0;
}
.cms-testimonial-carousel5 .cms-slick-primary {
position: relative;
z-index: 1;
}
.cms-testimonial-carousel5 .cms-slick-nav {
margin-bottom: 24px;
}
.cms-testimonial-carousel5 .cms-slick-nav .slick-arrow {
display: none !important;
}
.cms-testimonial-carousel5 .cms-slick-nav .slick-slide {
padding: 0;
margin: 0 5px;
width: 54px !important;
padding: 5px;
border-radius: 50%;
cursor: pointer;
position: relative;
border: 2px solid rgba(255, 255, 255, 0);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-testimonial-carousel5 .cms-slick-nav .slick-slide.slick-current {
border: 2px solid #fff;
}
.cms-testimonial-carousel5 .cms-slick-nav .slick-list {
padding: 10px 15px !important;
}
.cms-testimonial-carousel5 .cms-slick-nav .slick-track {
-webkit-transform: translate3d(0px, 0px, 0px) !important;
-khtml-transform: translate3d(0px, 0px, 0px) !important;
-moz-transform: translate3d(0px, 0px, 0px) !important;
-ms-transform: translate3d(0px, 0px, 0px) !important;
-o-transform: translate3d(0px, 0px, 0px) !important;
transform: translate3d(0px, 0px, 0px) !important;
display: flex;
flex-wrap: nowrap;
align-items: center;
width: auto !important;
}
.cms-testimonial-carousel5 .cms-slick-carousel {
padding: 0;
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow {
top: auto;
bottom: -76px;
right: auto;
font-size: 0px;
font-weight: bold;
color: #9b9b9b;
margin-top: 0px;
border: none;
left: 0;
width: 34px;
height: 34px;
border-radius: 50%;
border: 2px solid #f9f9f9;
-webkit-transform: translate(0, 0);
-khtml-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
text-align: center;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow {
bottom: -75px;
}
}
@media screen and (max-width: 575px) {
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow {
display: none !important;
}
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow:before {
font-size: 12px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow:hover {
color: #860000;
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow.slick-prev {
margin-left: 0;
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow.slick-next {
margin-left: 44px;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow.slick-next {
margin-left: 40px;
}
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow:hover {
background-color: #28293a;
border-color: #28293a;
}
.cms-testimonial-carousel5 .cms-slick-carousel .slick-arrow:hover:before {
color: #fff;
}
.cms-testimonial-carousel5 .cms-slick-nav {
margin-bottom: 0px;
min-width: 120px;
}
@media screen and (min-width: 576px) {
.cms-testimonial-carousel5 .cms-slick-nav {
margin-left: 120px;
}
}
.cms-testimonial-carousel5 .cms-slick-nav .slick-list {
padding: 30px 0px !important;
}
@media screen and (max-width: 767px) {
.cms-testimonial-carousel5 .cms-slick-nav .slick-list {
padding-left: 5px !important;
padding-right: 5px !important;
}
}
@media screen and (min-width: 576px) {
.cms-metabox.layout1 {
position: relative;
padding-bottom: 55px;
}
}
.cms-metabox.layout1 .meta-feature-lager {
position: relative;
overflow: hidden;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
@media screen and (max-width: 575px) {
.cms-metabox.layout1 .meta-feature-lager {
margin-bottom: 35px;
}
}
.cms-metabox.layout1 .meta-feature-lager:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: absolute;
top: 0;
left: -125%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .13) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .13) 100%);
-webkit-transform: skewX(0deg);
transform: skewX(0deg);
}
.cms-metabox.layout1 .meta-feature-lager img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-metabox.layout1 .meta-feature {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
overflow: hidden;
padding: 4px;
border: 2px solid #860000;
}
.cms-metabox.layout1 .meta-feature img {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-metabox.layout1 .meta-content {
background-color: #fff;
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.2);
padding: 25px 30px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #28293a;
font-weight: bold;
font-size: 15px;
position: relative;
}
.cms-metabox.layout1 .meta-content:after {
content: "";
bottom: -10px;
left: 0px;
position: absolute;
display: block;
border-top: 0px solid transparent;
border-bottom: 10px solid transparent;
border-left: 12px solid #fff;
}
.cms-metabox.layout1 .inner-metabox {
display: flex;
align-items: center;
}
@media screen and (min-width: 576px) {
.cms-metabox.layout1 .inner-metabox {
position: absolute;
bottom: 13px;
padding-left: 40px;
padding-right: 40px;
}
}
.cms-metabox.layout1 .inner-metabox .meta-feature {
min-width: 44px;
margin-right: 20px;
margin-top: 40px;
}
@media screen and (max-width: 575px) {
.cms-metabox.layout1 .inner-metabox .meta-feature {
margin-top: 0;
}
}
.cms-metabox.layout1:hover .meta-feature-lager:before {
-webkit-animation: shine 0.75s;
animation: shine 0.75s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.btn-video {
text-align: center;
height: 62px;
width: 62px;
background-color: #f9f9f9;
background-image: none;
z-index: 1;
font-size: 17px;
color: #28293a;
border: none;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
display: inline-block;
position: relative;
}
.btn-video i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.btn-video .line-video-animation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid rgba(255, 255, 255, 0.3);
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
animation: squares 3.9s linear 0s infinite;
-webkit-animation: squares 3.9s linear 0s infinite;
-ms-animation: squares 3.9s linear 0s infinite;
-o-animation: squares 3.9s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
opacity: 0;
}
.btn-video .line-video-animation.line-video-2 {
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;
}
.btn-video .line-video-animation.line-video-3 {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s;
}
.btn-video:hover {
color: #860000;
}
.btn-video:hover .line-video-animation {
-webkit-animation-play-state: paused;
-moz-animation-play-state: paused;
-o-animation-play-state: paused;
animation-play-state: paused;
}
.cms-video-player.layout1 {
position: relative;
text-align: center;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-video-player.layout1.has-overlay {
overflow: hidden;
}
.cms-video-player.layout1.has-overlay:after {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
background-size: 100%;
background-position: 100% 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
display: block; background: -moz-linear-gradient(top, rgba(4, 17, 39, 0) 0%, rgba(4, 17, 39, 0) 48%, #041127 92%); background: -webkit-linear-gradient(top, rgba(4, 17, 39, 0) 0%, rgba(4, 17, 39, 0) 48%, #041127 92%); background: linear-gradient(to bottom, rgba(4, 17, 39, 0) 0%, rgba(4, 17, 39, 0) 48%, #041127 92%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00041127', endColorstr='#041127',GradientType=0);
}
.cms-video-player.layout1 img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
width: 100%;
}
.cms-video-player.layout1 img + .wp-box-meta {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.cms-video-player.layout1 .item--title {
font-size: 15px;
color: #f9f9f9;
margin-top: 34px;
}
.cms-video-player.layout2 .inner-layout {
overflow: hidden;
position: relative;
}
.cms-video-player.layout2 .item--image {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-video-player.layout2 .item--image img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
width: 100%;
}
.cms-video-player.layout2 .wp-box-meta {
position: absolute;
}
.cms-video-player.layout2 .wp-box-meta .box-meta {
max-width: 214px;
padding: 25px 30px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #860000;
display: flex;
align-items: center;
}
@media screen and (max-width: 767px) {
.cms-video-player.layout2 .wp-box-meta .box-meta {
padding: 15px;
}
}
.cms-video-player.layout2 .wp-box-meta .box-meta .item--title {
margin-left: 10px;
color: #fff;
margin-bottom: 0;
font-size: 15px;
line-height: 21px;
}
.cms-video-player.layout2 .wp-box-meta.top-left {
top: 50px;
left: 50px;
}
.cms-video-player.layout2 .wp-box-meta.top-right {
top: 50px;
right: 50px;
}
.cms-video-player.layout2 .wp-box-meta.bottom-left {
bottom: 50px;
left: 50px;
}
.cms-video-player.layout2 .wp-box-meta.bottom-right {
bottom: 50px;
right: 50px;
}
.cms-video-player.layout2 .btn-video {
height: 36px;
min-width: 54px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-video-player.layout3 .inner-layout .box-meta {
display: flex;
align-items: center;
}
.cms-video-player.layout3 .inner-layout .box-meta .btn-video {
display: inline-block;
width: auto;
height: auto;
position: relative;
}
.cms-video-player.layout3 .inner-layout .box-meta .btn-video:before {
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
display: block;
content: "";
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-video-player.layout3 .inner-layout .box-meta .btn-video:hover:before {
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
background-color: rgba(255, 255, 255, 0.35);
}
.cms-video-player.layout3 .inner-layout .box-meta .btn-video span {
text-align: center;
height: 61px;
line-height: 66px;
width: 61px;
display: block;
background-color: #fff;
background-image: none;
z-index: 1;
font-size: 20px;
color: #28293a;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.cms-video-player.layout3 .inner-layout .box-meta .btn-video span:hover {
color: #860000;
}
.cms-video-player.layout3 .inner-layout .box-meta .btn-video + .item--title {
margin-left: 30px;
color: #fff;
}
.cms-video-player.layout3 .inner-layout .box-meta .item--title {
font-size: 15px;
font-weight: bold;
color: #28293a;
margin-bottom: 0;
}
.cms-video-player.layout4 .inner-layout {
overflow: hidden;
position: relative;
}
.cms-video-player.layout4 .item--image {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-video-player.layout4 .item--image img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-video-player.layout4 .wp-box-meta {
position: absolute;
}
.cms-video-player.layout4 .wp-box-meta .box-meta {
max-width: 214px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
display: flex;
align-items: center;
}
.cms-video-player.layout4 .wp-box-meta .box-meta .item--title {
margin-left: 10px;
color: #fff;
margin-bottom: 0;
font-size: 15px;
line-height: 21px;
}
.cms-video-player.layout4 .wp-box-meta.top-left {
top: 40px;
left: 40px;
}
.cms-video-player.layout4 .wp-box-meta.top-right {
top: 40px;
right: 40px;
}
.cms-video-player.layout4 .wp-box-meta.bottom-left {
bottom: 40px;
left: 40px;
}
.cms-video-player.layout4 .wp-box-meta.bottom-right {
bottom: 40px;
right: 40px;
}
@media screen and (max-width: 767px) {
.cms-video-player.layout4 .wp-box-meta.top-left {
top: 20px;
left: 20px;
}
.cms-video-player.layout4 .wp-box-meta.top-right {
top: 20px;
right: 20px;
}
.cms-video-player.layout4 .wp-box-meta.bottom-left {
bottom: 20px;
left: 20px;
}
.cms-video-player.layout4 .wp-box-meta.bottom-right {
bottom: 20px;
right: 20px;
}
}
.cms-video-player.layout4 .btn-video {
height: 36px;
min-width: 54px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-video-player.layout4:hover .btn-video .line-video-animation2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid rgba(255, 255, 255, 0.3);
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
animation: squares 3.9s linear 0s infinite;
-webkit-animation: squares 3.9s linear 0s infinite;
-ms-animation: squares 3.9s linear 0s infinite;
-o-animation: squares 3.9s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
opacity: 0;
}
.cms-video-player.layout4:hover .btn-video .line-video-animation2.line-video-2 {
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;
}
.cms-video-player.layout4:hover .btn-video .line-video-animation2.line-video-3 {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s;
}
.btn-video-slide {
width: 61px;
height: 61px;
line-height: 61px;
text-align: center;
font-size: 0 !important;
display: block;
background-color: #fff;
position: relative;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.btn-video-slide i {
font-size: 17px;
color: #28293a;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.btn-video-slide:before {
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
display: block;
content: "";
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.btn-video-slide:hover:before {
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
background-color: rgba(255, 255, 255, 0.35);
}
.btn-video-custom {
position: relative;
}
.btn-video-custom:before {
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
display: block;
content: "";
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.25);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.btn-video-custom i {
position: relative;
}
.btn-video-custom:hover:before {
position: absolute;
top: -15px;
left: -15px;
right: -15px;
bottom: -15px;
background-color: rgba(255, 255, 255, 0.35);
}
.cms-counter-layout1 .elementor-counter-number, .cms-counter-carousel1 .elementor-counter-number {
font-family: 'Barlow', sans-serif;
font-size: 54px;
color: #860000;
font-weight: 400;
line-height: 1;
margin-bottom: 22px;
display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-counter-layout1 .elementor-counter-number, .cms-counter-carousel1 .elementor-counter-number {
font-size: 40px;
}
}
@media screen and (max-width: 1199px) {
.cms-counter-layout1 .elementor-counter-number, .cms-counter-carousel1 .elementor-counter-number {
font-size: 35px;
}
}
.cms-counter-layout1 .cms-counter-title, .cms-counter-carousel1 .cms-counter-title {
font-size: 15px;
line-height: 24px;
font-weight: 700;
}
@media screen and (max-width: 1199px) {
.cms-counter-layout1 .cms-counter-title, .cms-counter-carousel1 .cms-counter-title {
font-size: 15px;
}
}
@media screen and (max-width: 575px) {
.cms-counter-layout1, .cms-counter-carousel1 {
margin-bottom: 15px;
}
}
@media screen and (min-width: 1400px) {
.cms-counter-carousel1 .cms-counter-title {
padding-right: 45px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-counter-carousel1 .cms-counter-title {
padding-right: 20px;
}
}
.cms-casestudies-grid.layout1 .entry-featured {
margin-bottom: 35px;
overflow: hidden;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-casestudies-grid.layout1 .entry-featured img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-casestudies-grid.layout1 .entry-featured:hover img {
transform: scale(1.1) rotate(4deg);
}
.cms-casestudies-grid.layout1 .item-category a {
color: #860000;
font-size: 14px;
line-height: 28px;
}
.cms-casestudies-grid.layout1 .item-category + .entry-title {
margin-top: 7px;
}
.cms-casestudies-grid.layout1 .entry-title {
margin-bottom: 0;
font-size: 21px;
line-height: 29px;
font-weight: bold;
}
.cms-casestudies-grid.layout1 .entry-title + .entry-content {
margin-top: 18px;
}
.cms-casestudies-grid.layout1 .entry-content {
font-size: 14px;
line-height: 24px;
}
.cms-casestudies-grid.layout1 .entry-content + .entry-readmore {
margin-top: 26px;
}
.cms-casestudies-grid.layout1 .entry-body {
margin-bottom: 15px;
position: relative;
padding: 0 40px 40px;
}
@media screen and (max-width: 1199px) {
.cms-casestudies-grid.layout1 .entry-body {
padding: 0 20px 30px;
}
}
@media screen and (max-width: 767px) {
.cms-casestudies-grid.layout1 .entry-body {
padding: 0 15px 30px;
}
}
.cms-casestudies-grid.layout1 .btn-more {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
height: 42px;
line-height: 42px;
display: inline-block;
color: #28293a;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-casestudies-grid.layout1 .btn-more:after {
-webkit-transition: all 140ms linear 0ms;
-khtml-transition: all 140ms linear 0ms;
-moz-transition: all 140ms linear 0ms;
-ms-transition: all 140ms linear 0ms;
-o-transition: all 140ms linear 0ms;
transition: all 140ms linear 0ms;
width: 100%;
height: 2px;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 5px;
display: block;
background-color: #28293a;
}
.cms-casestudies-grid.layout1 .btn-more i {
position: absolute;
margin-right: 0;
margin-left: 10px;
top: 50%;
right: 20px;
opacity: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cms-casestudies-grid.layout1 .grid-item-inner {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-casestudies-grid.layout1 .grid-item-inner:hover {
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
.cms-casestudies-grid.layout1 .grid-item-inner:hover .entry-featured img {
transform: scale(1.1) rotate(4deg);
}
.cms-casestudies-grid.layout1 .grid-item-inner:hover .btn-more {
padding: 0 50px 0 20px;
background-color: #860000;
color: #fff;
}
.cms-casestudies-grid.layout1 .grid-item-inner:hover .btn-more i {
background-color: #fff;
color: #860000;
opacity: 1;
}
.cms-casestudies-grid.layout1 .grid-item-inner:hover .btn-more:after {
width: 0;
opacity: 0;
}
.cms-casestudies-grid.layout1 .cms-load-more {
margin-top: 4px;
}
.cms-casestudies-grid.layout1 .cms-load-more .btn {
padding-left: 30px;
padding-right: 30px;
line-height: 58px;
background-color: transparent;
color: #28293a;
border: 2px solid #28293a;
}
.cms-casestudies-grid.layout1 .cms-load-more .btn i {
margin-right: 5px;
height: 22px;
width: 22px;
line-height: 23px;
text-align: center;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
background-color: #28293a;
color: #fff;
font-size: 13px;
position: relative;
top: -2px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-casestudies-grid.layout1 .cms-load-more .btn:hover {
border-color: #860000;
color: #860000;
}
.cms-casestudies-grid.layout1 .cms-load-more .btn:hover i {
background-color: #860000;
}
.cms-casestudies-grid.layout1 .grid-filter-wrap {
margin-bottom: 25px;
}
.cms-casestudies-grid.layout1 .grid-filter-wrap .filter-item {
position: relative;
color: #9b9b9b;
padding-bottom: 3px;
}
.cms-casestudies-grid.layout1 .grid-filter-wrap .filter-item.active, .cms-casestudies-grid.layout1 .grid-filter-wrap .filter-item:hover {
color: #28293a;
}
.cms-casestudies-grid.layout2 .entry-featured {
margin-bottom: 35px;
overflow: hidden;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-casestudies-grid.layout2 .entry-featured img {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-casestudies-grid.layout2 .entry-featured:hover img {
transform: scale(1.1) rotate(4deg);
}
.cms-casestudies-grid.layout2 .item-category a {
color: #860000;
font-size: 14px;
line-height: 28px;
}
.cms-casestudies-grid.layout2 .item-category + .entry-title {
margin-top: 7px;
}
.cms-casestudies-grid.layout2 .entry-title {
margin-bottom: 10px;
font-size: 21px;
line-height: 29px;
font-weight: bold;
}
.cms-casestudies-grid.layout2 .entry-title + .entry-content {
margin-top: 18px;
}
.cms-casestudies-grid.layout2 .entry-body {
position: relative;
padding: 0 40px 35px;
}
@media screen and (max-width: 1199px) {
.cms-casestudies-grid.layout2 .entry-body {
padding: 0 20px 30px;
}
}
@media screen and (max-width: 767px) {
.cms-casestudies-grid.layout2 .entry-body {
padding: 0 15px 30px;
}
}
.cms-casestudies-grid.layout2 .grid-item-inner {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
margin-bottom: 25px;
}
.cms-casestudies-grid.layout2 .grid-item-inner:hover {
-webkit-transform: translate(0, -10px);
-khtml-transform: translate(0, -10px);
-moz-transform: translate(0, -10px);
-ms-transform: translate(0, -10px);
-o-transform: translate(0, -10px);
transform: translate(0, -10px);
-webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
.cms-casestudies-grid.layout2 .grid-item-inner:hover .entry-featured img {
transform: scale(1.1) rotate(4deg);
}
.cms-casestudies-grid .btn {
position: relative;
padding-right: 55px;
}
.cms-casestudies-grid .btn i {
right: 20px;
width: 24px;
line-height: 24px;
height: 24px;
font-size: 12px;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-casestudies-grid .btn.btn-outline-secondary i {
background: #28293a;
color: #fff;
}
.cms-casestudies-grid .btn.btn-outline-secondary:hover i {
background-color: #860000;
}
.cms-casestudies-grid .cms-load-more {
margin-top: 0;
}
@media screen and (max-width: 767px) {
.cms-casestudies-carousel.layout1 .entry-featured img {
width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-casestudies-carousel.layout1 {
padding-left: 20px;
padding-right: 20px;
}
}
.cms-casestudies-carousel.layout1 .slick-slider {
padding-left: 0;
padding-right: 0;
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout1 .slick-slider {
padding-left: 20px;
padding-right: 20px;
}
}
.cms-casestudies-carousel.layout1 .entry-featured {
margin-bottom: 0;
position: relative;
overflow: hidden;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-casestudies-carousel.layout1 .entry-featured img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-casestudies-carousel.layout1 .entry-featured .icon-view {
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: inline-block;
border: 10px solid rgba(255, 255, 255, 0.25);
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.cms-casestudies-carousel.layout1 .entry-featured .icon-view span {
text-align: center;
height: 62px;
line-height: 66px;
width: 62px;
display: block;
background-color: #fff;
background-image: none;
z-index: 1;
font-size: 20px;
color: #28293a;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.cms-casestudies-carousel.layout1 .entry-featured .icon-view span:hover {
color: #860000;
}
.cms-casestudies-carousel.layout1 .entry-body {
padding: 22px 20% 0px 0;
margin-bottom: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 1;
z-index: 2;
}
.cms-casestudies-carousel.layout1 .entry-title {
margin-bottom: 0px;
font-size: 21px;
line-height: 29px;
font-weight: bold;
}
.cms-casestudies-carousel.layout1 .item-category {
margin-top: 10px;
font-size: 15px;
font-weight: 400;
}
.cms-casestudies-carousel.layout1 .item-category a {
color: #860000;
}
.cms-casestudies-carousel.layout1 .carousel-item-inner {
margin-bottom: 12px;
}
.cms-casestudies-carousel.layout1 .carousel-item-inner:hover .entry-featured img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-casestudies-carousel.layout1 .carousel-item-inner:hover .icon-view {
opacity: 1;
}
@media screen and (min-width: 992px) {
.cms-casestudies-carousel.layout1 .container-button {
margin-left: -15px;
}
}
.cms-casestudies-carousel.layout1 .container-button .btn {
position: relative;
}
@media screen and (min-width: 1200px) {
.cms-casestudies-carousel.layout1 .container-button .btn {
top: -42px;
}
}
@media screen and (min-width: 1200px) {
.cms-casestudies-carousel.layout1 .container-button .cms-button-wrapper {
text-align: right;
}
}
@media screen and (max-width: 1199px) {
.cms-casestudies-carousel.layout1 .container-button .cms-button-wrapper {
text-align: left;
margin-left: 5px;
}
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout1 .container-button .cms-button-wrapper {
text-align: center;
margin-left: 0;
}
}
.cms-casestudies-carousel.layout1 .container-button .cms-button-wrapper a i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 0;
width: 22px;
height: 22px;
font-size: 12px;
line-height: 22px;
-webkit-border-radius: 22px;
-khtml-border-radius: 22px;
-moz-border-radius: 22px;
-ms-border-radius: 22px;
-o-border-radius: 22px;
border-radius: 22px;
background-color: #28293a;
color: #fff;
}
.cms-casestudies-carousel.layout1 .container-button .cms-button-wrapper a:hover {
color: #860000;
}
.cms-casestudies-carousel.layout1 .container-button .cms-button-wrapper a:hover i {
background-color: #860000;
}
.cms-casestudies-carousel.layout1 .cms-carousel-inner {
position: relative;
}
.cms-casestudies-carousel.layout1 .cms-carousel-inner .container-custom {
position: absolute;
}
@media screen and (min-width: 1200px) {
.cms-casestudies-carousel.layout1 .cms-carousel-inner .container-custom {
top: 215px;
height: 0;
z-index: 1;
}
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout1 .cms-carousel-inner .container-custom {
z-index: 1;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
}
.cms-casestudies-carousel.layout1 .container.container-custom {
margin-left: 0;
margin-right: auto;
}
.cms-casestudies-carousel.layout1 .container .append-arrows-custom {
display: flex;
justify-content: space-between;
height: 0;
}
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-arrow {
position: relative;
font-size: 0;
z-index: 22;
}
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-arrow:before {
background-repeat: no-repeat;
background-position: center center;
width: 21px;
height: 42px;
display: inline-block;
content: "";
cursor: pointer;
}
@media screen and (min-width: 1400px) {
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-prev {
left: -75px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-prev {
left: 45px;
}
}
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-prev:before {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/arrow-left-primary.png);
}
@media screen and (min-width: 1400px) {
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-next {
right: -75px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-next {
right: -45px;
}
}
.cms-casestudies-carousel.layout1 .container .append-arrows-custom .slick-next:before {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/arrow-right.png);
}
.cms-casestudies-carousel.layout1 .cms-slick-carousel {
padding-bottom: 0;
}
.cms-casestudies-carousel.layout2 .cms-slick-carousel {
margin-left: -50px;
margin-right: -50px;
}
.cms-casestudies-carousel.layout2 .slick-list {
padding: 50px;
}
.cms-casestudies-carousel.layout2 .wp-title {
padding-left: 15px;
padding-right: 15px;
}
@media screen and (min-width: 992px) {
.cms-casestudies-carousel.layout2 .wp-title {
display: flex;
justify-content: space-between;
align-items: end;
}
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout2 .wp-title {
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (max-width: 1199px) {
.cms-casestudies-carousel.layout2 .wp-title .wp-inner-title {
margin-bottom: 15px;
}
}
.cms-casestudies-carousel.layout2 .wp-title .el-sub-title {
font-size: 15px;
color: #860000;
font-weight: bold;
margin-bottom: 17px;
}
.cms-casestudies-carousel.layout2 .wp-title .el-sub-title:before {
content: "";
display: inline-block;
width: 70px;
height: 2px;
margin-right: 30px;
background-color: #860000;
position: relative;
top: -3px;
}
.cms-casestudies-carousel.layout2 .wp-title .el-title {
margin-bottom: 0;
}
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom {
display: flex;
align-items: center;
margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom {
display: none;
}
}
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-arrow {
font-size: 0;
z-index: 22;
}
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-arrow:before {
width: 21px;
height: 42px;
content: "";
display: inline-block;
background-repeat: no-repeat;
background-position: center center;
}
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-prev {
margin-right: 37px;
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-prev {
margin-right: 20px;
}
}
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-prev:before {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/left-arrow-secondary.png);
}
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-next {
margin-left: 37px;
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-next {
margin-left: 20px;
}
}
.cms-casestudies-carousel.layout2 .wp-title .append-arrows-custom .slick-next:before {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/right-arrow-primary.png);
}
.cms-casestudies-carousel.layout2 .wp-title .append-dots-custom ul li {
margin-top: 5px;
margin-bottom: 5px;
height: 8px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-casestudies-carousel.layout2 .wp-title .append-dots-custom ul li.slick-active {
height: 12px;
}
@media screen and (max-width: 767px) {
.cms-casestudies-carousel.layout2 .entry-featured img {
width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-casestudies-carousel.layout2 {
padding-left: 20px;
padding-right: 20px;
}
}
.cms-casestudies-carousel.layout2 .carousel-item {
opacity: 0;
}
.cms-casestudies-carousel.layout2 .carousel-item.slick-active {
opacity: 1;
}
.cms-casestudies-carousel.layout2 .slick-slider {
padding-left: 0;
padding-right: 0;
padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout2 .slick-slider {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 0;
}
}
.cms-casestudies-carousel.layout2 .entry-featured {
margin-bottom: 0;
position: relative;
overflow: hidden;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-casestudies-carousel.layout2 .entry-featured img {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-casestudies-carousel.layout2 .entry-body {
margin-bottom: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 1;
z-index: 2;
}
.cms-casestudies-carousel.layout2 .item-category {
margin-top: 10px;
font-size: 15px;
font-weight: 400;
}
.cms-casestudies-carousel.layout2 .item-category a {
color: #860000;
}
.cms-casestudies-carousel.layout2 .item-category + .entry-title {
margin-top: 5px;
}
.cms-casestudies-carousel.layout2 .entry-title {
margin-bottom: 0px;
font-size: 21px;
line-height: 29px;
font-weight: bold;
}
.cms-casestudies-carousel.layout2 .entry-title + .entry-content {
margin-top: 24px;
}
.cms-casestudies-carousel.layout2 .entry-content {
font-size: 14px;
}
.cms-casestudies-carousel.layout2 .entry-content + .entry-readmore {
margin-top: 25px;
}
.cms-casestudies-carousel.layout2 .entry-readmore .btn-more {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
height: 42px;
line-height: 42px;
display: inline-block;
color: #28293a;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
}
.cms-casestudies-carousel.layout2 .entry-readmore .btn-more:after {
-webkit-transition: all 140ms linear 0ms;
-khtml-transition: all 140ms linear 0ms;
-moz-transition: all 140ms linear 0ms;
-ms-transition: all 140ms linear 0ms;
-o-transition: all 140ms linear 0ms;
transition: all 140ms linear 0ms;
width: 100%;
height: 2px;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 5px;
display: block;
background-color: #860000;
}
.cms-casestudies-carousel.layout2 .entry-readmore .btn-more i {
position: absolute;
margin-right: 0;
margin-left: 10px;
top: 50%;
opacity: 0;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.cms-casestudies-carousel.layout2 .carousel-item-inner {
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
margin-bottom: 12px;
}
.cms-casestudies-carousel.layout2 .carousel-item-inner .entry-body {
padding: 40px;
padding-top: 38px;
}
@media screen and (max-width: 991px) {
.cms-casestudies-carousel.layout2 .carousel-item-inner .entry-body {
padding: 25px 15px;
}
}
.cms-casestudies-carousel.layout2 .carousel-item-inner:hover {
-webkit-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
}
.cms-casestudies-carousel.layout2 .carousel-item-inner:hover .entry-featured img {
-webkit-transform: scale(1.1);
-khtml-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cms-casestudies-carousel.layout2 .carousel-item-inner:hover .btn-more {
padding: 0 50px 0 20px;
background-color: #860000;
color: #fff;
}
.cms-casestudies-carousel.layout2 .carousel-item-inner:hover .btn-more i {
background-color: #fff;
color: #860000;
opacity: 1;
}
.cms-casestudies-carousel.layout2 .carousel-item-inner:hover .btn-more:after {
width: 0;
opacity: 0;
}
.cms-casestudies-carousel .cms-slick-carousel .slick-arrow {
border: none;
}
.cms-casestudies-carousel .cms-slick-carousel .slick-arrow:before {
font-size: 53px;
font-weight: 200;
}
.cms-casestudies-carousel .cms-slick-carousel .slick-prev:before {
content: '\f053';
}
.cms-casestudies-carousel .cms-slick-carousel .slick-next:before {
content: '\f054';
}
.cms-industries-grid .grid-item-inner {
margin-bottom: 30px;
}
.cms-industries-grid .grid-item-inner .entry-body {
padding: 45px 50px 42px;
background-color: #fff;
}
@media screen and (max-width: 991px) {
.cms-industries-grid .grid-item-inner .entry-body {
padding: 35px 25px;
}
}
@media screen and (max-width: 575px) {
.cms-industries-grid .grid-item-inner .entry-body {
padding: 25px 15px;
}
}
@media screen and (min-width: 992px) {
.cms-industries-grid .grid-item-inner .entry-body .entry-title {
padding-right: 35px;
}
}
@media screen and (max-width: 991px) {
.cms-industries-grid .grid-item-inner .entry-body .entry-title {
padding-right: 0 !important;
}
}
.cms-industries-grid .grid-item-inner .entry-featured {
position: relative;
}
.cms-industries-grid .grid-item-inner .entry-featured:after {
content: "";
width: 100%;
height: 70%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.99) 5%), to(rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.99) 5%, rgba(255, 255, 255, 0));
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.99) 5%, rgba(255, 255, 255, 0));
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.99) 5%, rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.99) 5%, rgba(255, 255, 255, 0));
background-image: linear-gradient(top, rgba(255, 255, 255, 0.99) 5%, rgba(255, 255, 255, 0));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.99) 5%', endColorStr='rgba(255, 255, 255, 0)');
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner {
position: relative;
overflow: hidden;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner .entry-title {
font-size: 24px;
line-height: 32px;
margin-bottom: 18px;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner .entry-content {
font-size: 14px;
line-height: 1.7;
margin-bottom: 35px;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner .entry-readmore a {
background-color: #28293a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
font-size: 14px;
font-weight: bold;
height: 42px;
line-height: 42px;
padding-left: 35px;
padding-right: 35px;
color: #fff;
display: inline-block;
position: relative;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner .entry-readmore a i {
opacity: 0;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
margin-left: 8px;
margin-right: 0;
-webkit-transition: all 240ms linear 0ms;
-khtml-transition: all 240ms linear 0ms;
-moz-transition: all 240ms linear 0ms;
-ms-transition: all 240ms linear 0ms;
-o-transition: all 240ms linear 0ms;
transition: all 240ms linear 0ms;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner .entry-readmore a:hover {
padding-left: 20px;
padding-right: 50px;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner .entry-readmore a:hover i {
opacity: 1;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner:before {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
content: "";
display: block;
height: 3px;
background-color: #860000;
position: absolute;
top: 0;
opacity: 0;
right: 100px;
left: 100px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner:hover:before {
opacity: 1;
left: 50px;
right: 50px;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner:hover .entry-readmore a {
padding-left: 20px;
padding-right: 50px;
background-color: #860000;
}
.cms-industries-grid .grid-item:not(.item-fancybox) .grid-item-inner:hover .entry-readmore a i {
opacity: 1;
background-color: #fff;
color: #860000;
}
.cms-industries-grid .item-fancybox .grid-item-inner {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/bg-item-fcb.png);
background-repeat: repeat-y;
padding: 53px 50px 60px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
background-color: #860000;
}
@media screen and (min-width: 1400px) {
.cms-industries-grid .item-fancybox .grid-item-inner {
min-height: 605px;
}
}
@media screen and (min-width: 992px) {
.cms-industries-grid .item-fancybox .grid-item-inner {
display: flex;
flex-direction: column;
}
}
@media screen and (max-width: 991px) {
.cms-industries-grid .item-fancybox .grid-item-inner {
padding: 35px 25px;
}
}
@media screen and (max-width: 575px) {
.cms-industries-grid .item-fancybox .grid-item-inner {
padding: 25px 15px;
}
}
.cms-industries-grid .item-fancybox .grid-item-inner .entry-title {
font-size: 34px;
font-weight: 600;
color: #fff;
margin-bottom: 0;
padding-right: 0 !important;
}
@media screen and (max-width: 991px) {
.cms-industries-grid .item-fancybox .grid-item-inner .entry-title {
font-size: 30px;
}
}
@media screen and (max-width: 575px) {
.cms-industries-grid .item-fancybox .grid-item-inner .entry-title {
font-size: 20px;
}
}
.cms-industries-grid .item-fancybox .grid-item-inner .entry-title + .entry-excerpt {
margin-top: 26px;
}
.cms-industries-grid .item-fancybox .grid-item-inner .entry-excerpt {
color: #f9f9f9;
}
.cms-industries-grid .item-fancybox .grid-item-inner .entry-body-fcb {
flex-grow: 1;
}
.cms-industries-grid .item-fancybox .grid-item-inner .entry-button {
margin-top: 25px;
}
.cms-industries-grid .item-fancybox .grid-item-inner .entry-button a {
display: flex;
align-items: center;
justify-content: center;
height: 61px;
line-height: 61px;
border: 2px solid #fff;
color: #fff;
font-size: 15px;
font-weight: bold;
padding-left: 15px;
padding-right: 15px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-industries-grid .item-fancybox .grid-item-inner .entry-button a i {
margin-left: 10px;
height: 24px;
width: 24px;
background-color: #fff;
border-radius: 50%;
line-height: 24px;
text-align: center;
color: #860000;
}
.col-offset-left .cms-casestudio-carousel .slick-dots {
margin-top: 12px;
}
@media screen and (min-width: 992px) {
.col-offset-left .cms-casestudio-carousel .slick-dots {
justify-content: flex-start;
margin-left: 0px;
}
}
.cms-progress-wrapper .elementor-title {
font-size: 15px;
margin-bottom: 21px;
}
.cms-progress-wrapper .elementor-progress-wrapper {
height: 1px;
background-color: #e9e9e9;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
.cms-progress-wrapper .elementor-progress-bar {
background-color: #860000;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
height: 4px;
position: relative;
bottom: 12px;
}
.cms-progress-wrapper .elementor-progress-percentage {
font-family: 'Barlow', sans-serif;
position: absolute;
top: -31px;
padding: 0;
right: 0;
font-size: 14px;
color: #9b9b9b;
font-weight: 700;
}
.cms-progress-wrapper + .cms-progress-wrapper {
margin-top: 26px;
}
.cms-itsolution-grid1 .item-icon {
line-height: 1;
}
.cms-itsolution-grid1 .item-icon i {
font-size: 64px;
color: #860000;
}
@media screen and (max-width: 767px) {
.cms-itsolution-grid1 .item-icon {
margin-bottom: 25px;
}
}
.cms-itsolution-grid1 .item-icon + .entry-title {
margin-top: 35px;
margin-bottom: 0;
}
.cms-itsolution-grid1 .entry-title {
font-size: 24px;
line-height: 32px;
padding-right: 20%;
margin-top: 0;
margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
.cms-itsolution-grid1 .entry-title {
padding-right: 0;
margin-bottom: 20px;
}
}
.cms-itsolution-grid1 .entry-title + .entry-content {
margin-top: 20px;
margin-bottom: 0;
}
.cms-itsolution-grid1 .entry-content {
font-size: 14px;
line-height: 24px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-itsolution-grid1 .entry-content + .feature-list {
margin-top: 25px;
}
.cms-itsolution-grid1 .entry-body {
padding: 50px;
background-color: #fff;
-webkit-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-khtml-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-moz-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-ms-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-o-box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
box-shadow: 0 5px 83px rgba(40, 41, 58, 0.08);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
.cms-itsolution-grid1 .entry-body {
padding: 40px;
}
}
@media screen and (max-width: 991px) {
.cms-itsolution-grid1 .entry-body {
padding: 40px 25px;
}
}
@media screen and (max-width: 575px) {
.cms-itsolution-grid1 .entry-body {
padding: 35px 20px;
}
}
.cms-itsolution-grid1 .entry-body .btn-more {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #fff;
position: relative;
padding-left: 35px;
display: inline-block;
padding-right: 35px;
height: 42px;
line-height: 42px;
background-color: #28293a;
}
.cms-itsolution-grid1 .entry-body .btn-more i {
position: absolute;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
height: 22px;
top: 50%;
color: #860000;
opacity: 0;
margin-right: 0;
transform: translateY(-50%);
right: 10px;
line-height: 22px;
width: 22px;
text-align: center;
}
.cms-itsolution-grid1 .entry-body .feature-list {
margin-bottom: 0;
}
.cms-itsolution-grid1 .entry-body .feature-list li {
display: block;
font-size: 15px;
font-weight: bold;
line-height: 30px;
color: #28293a;
}
.cms-itsolution-grid1 .entry-body .feature-list li i {
font-size: 12px;
display: inline-block;
color: #860000;
position: relative;
margin-right: 8px;
top: -1px;
}
.cms-itsolution-grid1 .entry-body .feature-list + .entry-readmore {
margin-top: 32px;
}
.cms-itsolution-grid1 .entry-body:hover .btn-more {
padding-left: 20px;
padding-right: 50px;
background-color: #860000;
}
.cms-itsolution-grid1 .entry-body:hover .btn-more i {
opacity: 1;
right: 20px;
}
.cms-itsolution-grid1 .entry-body:hover .entry-content {
border-color: #860000;
}
.cms-itsolution-carousel1 .item-icon {
line-height: 1;
}
.cms-itsolution-carousel1 .item-icon i {
font-size: 64px;
color: #860000;
}
@media screen and (max-width: 767px) {
.cms-itsolution-carousel1 .item-icon {
margin-bottom: 25px;
}
}
.cms-itsolution-carousel1 .item-icon + .entry-title {
margin-top: 35px;
margin-bottom: 0;
}
.cms-itsolution-carousel1 .entry-title {
font-size: 24px;
line-height: 32px;
padding-right: 20%;
margin-top: 0;
margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
.cms-itsolution-carousel1 .entry-title {
padding-right: 0;
margin-bottom: 20px;
}
}
.cms-itsolution-carousel1 .entry-title + .entry-content {
margin-top: 20px;
margin-bottom: 30px;
}
.cms-itsolution-carousel1 .entry-content {
font-size: 14px;
line-height: 24px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-itsolution-carousel1 .entry-content + .feature-list {
margin-top: 25px;
}
.cms-itsolution-carousel1 .feature-list {
margin-bottom: 0;
}
.cms-itsolution-carousel1 .feature-list li {
display: block;
font-size: 15px;
font-weight: bold;
line-height: 30px;
color: #28293a;
}
.cms-itsolution-carousel1 .feature-list li i {
font-size: 12px;
display: inline-block;
color: #860000;
position: relative;
margin-right: 8px;
top: -1px;
}
.cms-itsolution-carousel1 .feature-list + .entry-readmore {
margin-top: 35px;
}
.cms-itsolution-carousel1 .entry-body {
padding: 50px;
background-color: #fff;
-webkit-box-shadow: 0 3px 53px rgba(40, 41, 58, 0.12);
-khtml-box-shadow: 0 3px 53px rgba(40, 41, 58, 0.12);
-moz-box-shadow: 0 3px 53px rgba(40, 41, 58, 0.12);
-ms-box-shadow: 0 3px 53px rgba(40, 41, 58, 0.12);
-o-box-shadow: 0 3px 53px rgba(40, 41, 58, 0.12);
box-shadow: 0 3px 53px rgba(40, 41, 58, 0.12);
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
margin-bottom: 30px;
position: relative;
}
.cms-itsolution-carousel1 .entry-body:before {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
content: "";
display: block;
height: 3px;
background-color: #860000;
position: absolute;
top: 0;
opacity: 0;
right: 100px;
left: 50px;
-webkit-transition: all 0.3s;
-khtml-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.cms-itsolution-carousel1 .entry-body:hover:before {
opacity: 1;
left: 50px;
right: 50px;
}
@media screen and (max-width: 1199px) {
.cms-itsolution-carousel1 .entry-body {
padding: 40px;
}
}
@media screen and (max-width: 991px) {
.cms-itsolution-carousel1 .entry-body {
padding: 40px 25px;
}
}
@media screen and (max-width: 575px) {
.cms-itsolution-carousel1 .entry-body {
padding: 35px 20px;
}
}
.cms-itsolution-carousel1 .entry-body .btn-more {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #fff;
position: relative;
padding-left: 35px;
display: inline-block;
padding-right: 35px;
height: 42px;
line-height: 42px;
background-color: #28293a;
}
.cms-itsolution-carousel1 .entry-body .btn-more i {
position: absolute;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
background-color: #fff;
height: 22px;
top: 50%;
color: #860000;
opacity: 0;
margin-right: 0;
transform: translateY(-50%);
right: 10px;
line-height: 22px;
width: 22px;
text-align: center;
}
.cms-itsolution-carousel1 .entry-body .feature-list {
margin-bottom: 0;
}
.cms-itsolution-carousel1 .entry-body .feature-list li {
display: block;
font-size: 15px;
font-weight: bold;
line-height: 30px;
color: #28293a;
}
.cms-itsolution-carousel1 .entry-body .feature-list li i {
font-size: 12px;
display: inline-block;
color: #860000;
position: relative;
margin-right: 8px;
top: -1px;
}
.cms-itsolution-carousel1 .entry-body .feature-list + .entry-readmore {
margin-top: 32px;
}
.cms-itsolution-carousel1 .entry-body:hover .btn-more {
padding-left: 20px;
padding-right: 50px;
background-color: #860000;
}
.cms-itsolution-carousel1 .entry-body:hover .btn-more i {
opacity: 1;
right: 20px;
}
.cms-itsolution-carousel1 .entry-body:hover .entry-content {
border-color: #860000;
}
.cms-itsolution-carousel1 .cms-slick-carousel.slick-dotted {
padding-bottom: 0px;
}
@media screen and (min-width: 992px) {
.cms-itsolution-carousel1 .container-custom {
margin-top: -15px;
display: flex;
align-items: center;
justify-content: space-between;
}
}
@media (min-width: 992px) and (max-width: 1280px) {
.cms-itsolution-carousel1 .container-custom {
max-width: 100%;
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.cms-itsolution-carousel1 .container-custom {
max-width: 100%;
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (max-width: 767px) {
.cms-itsolution-carousel1 .container-custom {
max-width: 100%;
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (max-width: 991px) {
.cms-itsolution-carousel1 .btn-all-service {
display: flex;
justify-content: center;
margin-bottom: 30px;
}
}
@media screen and (max-width: 575px) {
.cms-itsolution-carousel1 .btn-all-service .item--button {
text-align: center;
margin-bottom: 30px;
}
}
.cms-itsolution-carousel1 .btn-all-service .item--button a {
font-size: 15px;
font-weight: bold;
display: inline-block;
border: 2px solid #28293a;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #28293a;
height: 61px;
padding-left: 30px;
padding-right: 30px;
line-height: 61px;
}
.cms-itsolution-carousel1 .btn-all-service .item--button a i {
-webkit-transition: all 240ms linear 0ms;
-khtml-transition: all 240ms linear 0ms;
-moz-transition: all 240ms linear 0ms;
-ms-transition: all 240ms linear 0ms;
-o-transition: all 240ms linear 0ms;
transition: all 240ms linear 0ms;
background-color: #28293a;
color: #fff;
font-size: 12px;
text-align: center;
width: 24px;
line-height: 24px;
height: 24px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin-left: 10px;
position: relative;
top: -1px;
}
.cms-itsolution-carousel1 .btn-all-service .item--button a:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-itsolution-carousel1 .btn-all-service .item--button a:hover i {
background-color: #fff;
color: #860000;
}
@media screen and (min-width: 992px) {
.cms-itsolution-carousel1 .append-arrows-custom {
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
z-index: 23;
}
}
@media screen and (max-width: 991px) {
.cms-itsolution-carousel1 .append-arrows-custom {
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 23;
}
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-dots li {
margin-left: 6px;
margin-right: 6px;
margin-top: 0;
display: inline-block;
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-dots li button {
display: block;
-webkit-transition: all 200ms linear 0ms;
-khtml-transition: all 200ms linear 0ms;
-moz-transition: all 200ms linear 0ms;
-ms-transition: all 200ms linear 0ms;
-o-transition: all 200ms linear 0ms;
transition: all 200ms linear 0ms;
width: 8px;
height: 8px;
background-color: #28293a;
border: 3px solid transparent;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-dots li.slick-active button {
width: 12px;
height: 12px;
border: 3px solid #860000;
background-color: transparent;
-webkit-border-radius: 12px;
-khtml-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
border-radius: 12px;
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-arrow {
font-size: 0;
z-index: 22;
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-arrow:before {
background-repeat: no-repeat;
background-position: center center;
width: 21px;
height: 42px;
display: inline-block;
content: "";
cursor: pointer;
}
@media screen and (max-width: 767px) {
.cms-itsolution-carousel1 .append-arrows-custom .slick-arrow {
display: none !important;
}
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-prev {
margin-right: 37px;
}
@media screen and (max-width: 991px) {
.cms-itsolution-carousel1 .append-arrows-custom .slick-prev {
margin-right: 20px;
}
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-prev:before {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/left-arrow-secondary.png);
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-next {
margin-left: 37px;
}
@media screen and (max-width: 991px) {
.cms-itsolution-carousel1 .append-arrows-custom .slick-next {
margin-left: 20px;
}
}
.cms-itsolution-carousel1 .append-arrows-custom .slick-next:before {
background-image: url(//lesoft.com/wp-content/themes/smartdata/assets/images/right-arrow-primary.png);
}
@media screen and (min-width: 992px) {
.cms-itsolution-carousel1 .slick-list {
padding: 35px 45px;
margin-left: -45px !important;
margin-right: -45px !important;
}
.cms-itsolution-carousel1 .slick-list .carousel-item {
opacity: 0;
}
.cms-itsolution-carousel1 .slick-list .carousel-item.slick-active {
opacity: 1;
}
}
.cms-process1 {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
@media screen and (min-width: 1400px) {
.cms-process1 .colum-feature {
padding-right: 110px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-process1 .colum-feature {
padding-right: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-process1 .colum-feature {
padding-right: 30px;
}
}
@media screen and (max-width: 575px) {
.cms-process1 .colum-feature {
padding-left: 5px;
padding-right: 5px;
}
}
@media screen and (max-width: 575px) {
.cms-process1 .colum-list {
padding-left: 5px;
padding-right: 5px;
}
}
.cms-process1 .cms-wp-feature {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
@media screen and (max-width: 991px) {
.cms-process1 .cms-wp-feature {
margin-bottom: 45px;
}
}
.cms-process1 .cms-wp-feature .cms-process-feature {
display: none;
}
.cms-process1 .cms-wp-feature .cms-process-feature:first-child {
display: block;
}
.cms-process1 .cms-wp-feature .cms-process-feature .cms-thumbnail {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.cms-process1 .cms-wp-feature .cms-process-feature .cms-thumbnail:hover {
-webkit-transform: translate(0, -3px);
-khtml-transform: translate(0, -3px);
-moz-transform: translate(0, -3px);
-ms-transform: translate(0, -3px);
-o-transform: translate(0, -3px);
transform: translate(0, -3px);
}
.cms-process1 .cms-wp-feature .cms-process-feature .cms-thumbnail + .cms-process-excerpt {
margin-top: 45px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .cms-process-excerpt {
color: #f9f9f9;
font-size: 16px;
font-weight: bold;
}
.cms-process1 .cms-wp-feature .cms-process-feature .cms-process-excerpt + .item--button {
margin-top: 35px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn {
height: 62px;
line-height: 62px;
border: none;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn .btn-icon i {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
top: 0px;
margin-left: 0;
margin-right: 0;
font-size: 13px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn .btn-icon.icon-right {
margin-left: 5px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #860000;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary .btn-text {
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-secondary:hover {
background-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-secondary:hover i {
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-dark:hover {
background-color: #222;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-dark:hover i {
color: #222;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-white.hv-color-primary:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-white.hv-color-primary:hover i {
background-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-white.hv-color-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-white.hv-color-secon:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-white.hv-color-secon:hover i {
background-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-white.hv-color-secon:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol {
background-color: transparent;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-white:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-white:hover i {
background-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-white:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-white.hv-color-secon:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-white.hv-color-secon:hover i {
background-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-white.hv-color-secon:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-primary-ol.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #28293a;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary .btn-text {
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-primary:hover i {
background: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-dark:hover {
border-color: #222;
background-color: #222;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-dark:hover i {
background: #fff;
color: #222;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-dark:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-regular:hover i {
background: #fff;
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-white.hv-white-pr:hover {
border-color: #fff;
background-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-white.hv-white-pr:hover i {
background: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-white.hv-white-pr:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-white.hv-white-sc:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-white.hv-white-sc:hover i {
background: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary.hv-white.hv-white-sc:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol {
background-color: transparent;
border-color: #28293a;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-primary:hover {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-primary:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-primary:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #860000;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-secondary:hover {
background-color: #28293a;
border-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-secondary:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-secondary:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #28293a;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-primary:hover {
background-color: #fff;
border-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-primary:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-primary:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-secon:hover {
background-color: #fff;
border-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-secon:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-secon:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-white.hv-color-secon:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-regular:hover {
background-color: ;
border-color: ;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-regular:hover .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-regular:hover .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: ;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-secondary-ol.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white {
background-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #fff;
background-color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-primary:hover {
border-color: #860000;
background-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-primary:hover i {
background-color: #fff;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-secondary:hover {
border-color: #28293a;
background-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-secondary:hover i {
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-regular:hover {
border-color: #9b9b9b;
background-color: #9b9b9b;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-regular:hover i {
background-color: #fff;
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-sc.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol .btn-icon i {
width: 22px;
height: 22px;
line-height: 23px;
color: #28293a;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-primary:hover {
background-color: #860000;
border-color: #860000;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-primary:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-secondary:hover {
background-color: #28293a;
border-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-secondary:hover .btn-icon i {
color: #28293a;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-regular:hover {
background-color: #9b9b9b;
border-color: #9b9b9b;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-regular:hover .btn-icon i {
color: #9b9b9b;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-white:hover {
border-color: #fff;
background-color: #fff;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-white:hover i {
background-color: #28293a;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-white-ol.hv-white:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr {
background-color: transparent;
padding-left: 0;
padding-right: 0;
border: none;
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr .btn-icon {
width: 32px;
height: 32px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr .btn-icon i {
top: -1px;
width: 32px;
height: 32px;
line-height: 32px;
color: #fff;
background-color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-secondary:hover {
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-secondary:hover .btn-icon i {
color: #fff;
background-color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-secondary:hover .btn-text.no-icon {
border-bottom: 2px solid #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-white:hover {
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-white:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-white:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-white:hover .btn-text.no-icon {
border-bottom: 2px solid #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-regular:hover {
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-regular:hover .btn-icon i {
color: #fff;
background-color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-pr.hv-regular:hover .btn-text.no-icon {
border-bottom: 2px solid #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc {
background-color: transparent;
padding-left: 0;
padding-right: 0;
border: none;
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc .btn-icon {
width: 32px;
height: 32px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc .btn-icon i {
top: -1px;
width: 32px;
height: 32px;
line-height: 32px;
color: #fff;
background-color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-primary:hover {
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-primary:hover .btn-icon i {
color: #fff;
background-color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-primary:hover .btn-text.no-icon {
border-bottom: 2px solid #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-white:hover {
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-white:hover .btn-icon i {
color: #860000;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-white:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-white:hover .btn-text.no-icon {
border-bottom: 2px solid #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-regular:hover {
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-regular:hover .btn-icon i {
color: #fff;
background-color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-sc.hv-regular:hover .btn-text.no-icon {
border-bottom: 2px solid #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt {
background-color: transparent;
padding-left: 0;
padding-right: 0;
border: none;
color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt .btn-icon {
width: 32px;
height: 32px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt .btn-icon i {
top: -1px;
width: 32px;
height: 32px;
line-height: 32px;
color: #860000;
background-color: #fff;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-primary:hover {
color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-primary:hover .btn-icon i {
color: #fff;
background-color: #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-primary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-primary:hover .btn-text.no-icon {
border-bottom: 2px solid #860000;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-secondary:hover {
color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-secondary:hover .btn-icon i {
color: #fff;
background-color: #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-secondary:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-secondary:hover .btn-text.no-icon {
border-bottom: 2px solid #28293a;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-regular:hover {
color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-regular:hover .btn-icon i {
color: #fff;
background-color: #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-regular:hover .btn-text {
color: inherit;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn-noborder-wt.hv-regular:hover .btn-text.no-icon {
border-bottom: 2px solid #9b9b9b;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn .btn-icon.icon-right {
margin-left: 16px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn.icon-small .btn-icon {
width: 22px;
height: 22px;
}
.cms-process1 .cms-wp-feature .cms-process-feature .btn.icon-small .btn-icon i {
top: 0px;
font-size: 12px;
width: 22px;
height: 22px;
line-height: 22px;
}
.cms-process1 .cms-wp-title {
margin-bottom: 82px;
margin-top: -7px;
}
.cms-process1 .cms-process-item {
padding: 0 15px;
position: relative;
}
@media screen and (min-width: 768px) {
.cms-process1 .cms-process-item {
display: flex;
}
}
.cms-process1 .cms-process-item .cms-process-icon {
position: relative;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
min-width: 135px;
}
.cms-process1 .cms-process-item .cms-process-icon:before, .cms-process1 .cms-process-item .cms-process-icon:after {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
content: "";
display: block;
position: absolute;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-process1 .cms-process-item .cms-process-icon:before {
border: 2px solid rgba(230, 233, 235, 0.1);
width: 30px;
height: 30px;
top: 0;
right: -16px;
}
@media screen and (max-width: 767px) {
.cms-process1 .cms-process-item .cms-process-icon:before {
top: auto;
right: auto;
bottom: -25px;
left: -14px;
}
}
.cms-process1 .cms-process-item .cms-process-icon:after {
top: 10px;
right: -6px;
background-color: #860000;
width: 10px;
height: 10px;
}
@media screen and (max-width: 767px) {
.cms-process1 .cms-process-item .cms-process-icon:after {
top: auto;
right: auto;
bottom: -15px;
left: -4px;
}
}
.cms-process1 .cms-process-item .cms-process-icon .cms-icon {
font-size: 65px;
color: #fff;
position: relative;
top: -20px;
}
.cms-process1 .cms-process-item .cms-process-icon + .cms-process-body {
padding-left: 65px;
padding-bottom: 32px;
}
@media screen and (max-width: 575px) {
.cms-process1 .cms-process-item .cms-process-icon + .cms-process-body {
padding-left: 35px;
}
}
.cms-process1 .cms-process-item .cms-process-body {
position: relative;
color: #8097a1;
font-size: 14px;
}
.cms-process1 .cms-process-item .cms-process-body:before {
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
top: 30px;
width: 2px;
left: 0;
content: "";
display: block;
position: absolute;
bottom: 0;
background-color: #e6e9eb;
opacity: 0.1;
}
.cms-process1 .cms-process-item .cms-process-body .cms-process-title {
margin-top: -5px;
font-size: 20px;
line-height: 1.4;
margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
.cms-process1 .cms-process-item + .cms-process-item {
margin-top: 60px;
}
}
.cms-process1 .cms-process-item:last-child .cms-process-icon + .cms-process-body {
padding-bottom: 0;
}
.cms-process1 .cms-process-item.active .cms-process-icon:before {
border-color: #860000;
}
.cms-process1 .cms-process-item.active .cms-process-body:before { opacity: 1; background: #47a145; background: -moz-linear-gradient(top, #47a145 45%, #47a145 45%, #47a145 45%, #184051 86%); background: -webkit-linear-gradient(top, #47a145 45%, #47a145 45%, #47a145 45%, #184051 86%); background: linear-gradient(to bottom, #47a145 45%, #47a145 45%, #47a145 45%, #184051 86%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47a145', endColorstr='#184051',GradientType=0);
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title {
overflow: hidden;
border: 1px solid #ccc;
border-bottom: none;
background-color: #f1f1f1;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title:hover {
background-color: #ddd;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-title .cms-tab-title.active {
background-color: #ccc;
}
.cms-tabs.cms-tabs--layout1 .cms-tabs-content .cms-tab-content {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
}
.cms-tabs-view-vertical .cms-tabs {
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title {
width: 25%;
border-right: none;
display: -ms-flex;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-title .cms-tab-title {
width: 100%;
border-bottom: 1px solid #ccc;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content {
width: 20%;
-webkit-flex-grow: 1;
flex-grow: 1;
}
.cms-tabs-view-vertical .cms-tabs .cms-tabs-content .cms-tab-content {
height: 100%;
}
.cms-history-carousel1 .item--inner {
position: relative;
}
.cms-history-carousel1 .item--inner:before {
content: '';
width: 17px;
height: 17px;
background: #860000;
border: 5px solid #173e50;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-khtml-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
}
.cms-history-carousel1 .item-image {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
.cms-history-carousel1 .item-image img {
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.cms-history-carousel1 .item-body {
position: relative;
padding: 0px 15px;
text-align: center;
}
.cms-history-carousel1 .item--title {
font-size: 18px;
color: #fff;
}
.cms-history-carousel1 .item--description {
font-size: 15px;
line-height: 25px;
color: #8097a1;
}
.cms-history-carousel1 .item--description p {
margin-bottom: 25px;
}
.cms-history-carousel1 .item--description p:last-child {
margin-bottom: 0;
}
@media screen and (min-width: 576px) {
.cms-history-carousel1 .item--inner .same-height {
min-height: 230px;
}
}
.cms-history-carousel1 .slick-track {
display: flex;
}
.cms-history-carousel1.style-1 .item--inner .item-image {
padding-bottom: 32px;
}
@media screen and (min-width: 576px) {
.cms-history-carousel1.style-1 .item--inner .same-height {
min-height: 230px;
}
}
.cms-history-carousel1.style-1 .item--inner .item-body {
padding-top: 35px;
}
.cms-history-carousel1.style-morden .slick-slide {
float: none;
display: inline-block !important;
height: 100%;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n+1) .item--inner {
display: flex;
flex-direction: column;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n+1) .item--inner .item-image {
padding-bottom: 45px;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n+1) .item--inner .item-body {
padding-top: 45px;
display: flex;
flex-direction: column;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n+1) .item--inner .item--title {
margin-bottom: 20px;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n) .item--inner {
display: flex;
flex-direction: column-reverse;
align-items: stretch;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n) .item--inner .item-image {
padding-top: 45px;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n) .item--inner .item-body {
padding-bottom: 45px;
display: flex;
flex-direction: column-reverse;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n) .item--inner .item--title {
margin-bottom: 0;
}
.cms-history-carousel1.style-morden .slick-slide:nth-child(2n) .item--inner .item--description {
margin-bottom: 20px;
}
.cms-history-wrap {
position: relative;
}
.cms-history-wrap:before {
content: '';
height: 1px;
width: 100%;
position: absolute;
top: 50%;
background-color: #194153;
width: 5000px;
left: 50%;
transform: translateX(-50%);
}
.cms-history-wrap .cms-slick-carousel {
position: static;
padding-bottom: 0;
}
.cms-history-wrap .slick-arrow {
display: block;
height: 40px;
width: 40px;
border: 1px solid #194153;
border-radius: 40px;
line-height: 38px;
background-color: #002b3e;
top: 50%;
transform: translateY(-50%);
z-index: 22;
}
.cms-history-wrap .slick-arrow:before {
color: #fff;
}
.cms-history-wrap .slick-arrow.slick-prev {
left: -90px;
}
@media screen and (max-width: 575px) {
.cms-history-wrap .slick-arrow.slick-prev {
left: 30px;
}
}
.cms-history-wrap .slick-arrow.slick-next {
right: -90px;
}
@media screen and (max-width: 575px) {
.cms-history-wrap .slick-arrow.slick-next {
right: 30px;
}
}
.cms-history-wrap .slick-arrow:hover:before {
color: #860000;
}
.cms-google-map .box-info {
padding: 40px;
background-color: #fff;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
@media screen and (min-width: 768px) {
.cms-google-map .box-info {
position: absolute;
top: 60px;
max-width: 300px;
}
}
.cms-google-map .box-info .item--title {
font-size: 22px;
line-height: 30px;
margin-bottom: 35px;
}
.cms-google-map .box-info .item-info {
color: #9b9b9b;
font-size: 14px;
}
.cms-google-map .box-info .item-info.adress {
margin-bottom: 25px;
}
.cms-google-map .box-info .item--button {
margin-top: 28px;
}
.cms-google-map .box-info .btn-style2 {
background-color: #860000;
height: 60px;
padding-left: 30px;
padding-right: 30px;
line-height: 60px;
font-size: 15px;
color: #fff;
font-weight: bold;
border-radius: 2px;
display: inline-block;
}
.cms-google-map .box-info .btn-style2 span.span-icon {
margin-left: 10px;
width: 24px;
font-size: 13px;
height: 24px;
display: inline-block;
line-height: 26px;
color: #860000;
text-align: center;
background-color: #fff;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-google-map .box-info .btn-style2:hover {
background-color: #28293a;
}
.cms-google-map .box-info .btn-style2:hover span.span-icon {
color: #28293a;
}
.cms-navigation-menu1.style1 li, .cms-navigation-menu1.style2 li {
display: inline-block;
}
.cms-navigation-menu1.style1 li a, .cms-navigation-menu1.style2 li a {
padding: 0 15px;
display: block;
font-size: 15px;
line-height: 61px;
font-weight: 700;
color: #9b9b9b;
position: relative;
}
@media screen and (max-width: 767px) {
.cms-navigation-menu1.style1 li a, .cms-navigation-menu1.style2 li a {
line-height: 42px;
}
}
.cms-navigation-menu1.style1 li a:before, .cms-navigation-menu1.style2 li a:before {
content: '';
position: absolute;
display: block;
top: 0px;
left: 15px;
right: 15px;
height: 2px;
background: #860000;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
}
.cms-navigation-menu1.style1 li:hover > a, .cms-navigation-menu1.style2 li:hover > a, .cms-navigation-menu1.style1 li.current-menu-item > a, .cms-navigation-menu1.style2 li.current-menu-item > a, .cms-navigation-menu1.style1 li > a.active, .cms-navigation-menu1.style2 li > a.active {
color: #0e2b5c;
}
.cms-navigation-menu1.style1 li:hover > a:before, .cms-navigation-menu1.style2 li:hover > a:before, .cms-navigation-menu1.style1 li.current-menu-item > a:before, .cms-navigation-menu1.style2 li.current-menu-item > a:before, .cms-navigation-menu1.style1 li > a.active:before, .cms-navigation-menu1.style2 li > a.active:before {
opacity: 1;
left: 5px;
right: 5px;
}
.cms-navigation-menu1.style2 li a {
color: #fff;
}
.cms-navigation-menu1.style2 li a:before {
top: 0;
}
.cms-navigation-menu1.style2 li:hover > a, .cms-navigation-menu1.style2 li.current-menu-item > a, .cms-navigation-menu1.style2 li > a.active {
color: #860000;
}
@media screen and (min-width: 1200px) {
.cms-navigation-menu1.is-sticky {
position: fixed;
top: 80px;
left: 0;
right: 0;
z-index: 998;
background-color: #28293a;
-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.cms-navigation-menu1.is-sticky li a {
color: #fff;
}
.cms-navigation-menu1.is-sticky li a:before {
top: 2px;
background: #860000;
}
.cms-navigation-menu1.is-sticky li:hover > a, .cms-navigation-menu1.is-sticky li.current-menu-item > a, .cms-navigation-menu1.is-sticky li > a.active {
color: #860000;
}
}
.cms-navigation-menu1.style3 li a {
color: #9b9b9b;
font-size: 14px;
line-height: normal;
padding: 9px 0;
position: relative;
}
.cms-navigation-menu1.style3 li:hover > a, .cms-navigation-menu1.style3 li.current_page_item > a, .cms-navigation-menu1.style3 li.current-menu-item > a, .cms-navigation-menu1.style3 li.current_page_ancestor > a, .cms-navigation-menu1.style3 li.current-menu-ancestor > a {
color: #860000;
}
.cms-navigation-wrap.style3 {
height: auto !important;
}
@media screen and (max-width: 1199px) {
.cms-navigation-wrap {
height: auto !important;
}
}
.admin-bar .cms-navigation-menu1.is-sticky {
top: 112px;
}
.cms-imagepointers-layout1 .inner-content {
position: relative;
}
.cms-imagepointers-layout1 .img-bg {
text-align: center;
}
.cms-imagepointers-layout1 .item-pointer {
position: absolute;
margin-bottom: 35px;
padding-bottom: 60px;
padding-left: 21px;
}
.cms-imagepointers-layout1 .item-pointer .item--inner {
width: 44px;
height: 44px;
position: relative;
}
.cms-imagepointers-layout1 .item-pointer .item--image {
position: relative;
bottom: 0;
left: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
border: 2px solid #c1c9cd;
width: 44px;
height: 44px;
padding: 4px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-imagepointers-layout1 .item-pointer .item--image img {
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.cms-imagepointers-layout1 .item-pointer .item--image .line-video-animation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
.cms-imagepointers-layout1 .item-pointer .item-holder {
position: absolute;
opacity: 0;
bottom: 60px;
left: 50%;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
visibility: hidden;
z-index: 999;
margin-bottom: -20px;
}
.cms-imagepointers-layout1 .item-pointer .item-holder .inner-holder {
max-width: 335px;
min-width: 320px;
background-color: #fff;
-webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
padding: 25px 23px 25px 30px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
font-weight: bold;
color: #28293a;
position: relative;
}
.cms-imagepointers-layout1 .item-pointer .item-holder .inner-holder:after {
content: "";
bottom: -10px;
left: 0px;
position: absolute;
display: block;
border-top: 0px solid transparent;
border-bottom: 10px solid transparent;
border-left: 12px solid #fff;
}
.cms-imagepointers-layout1 .item-pointer:nth-child(1) {
top: 16%;
left: 8%;
}
.cms-imagepointers-layout1 .item-pointer:nth-child(2) {
top: 27%;
left: 23%;
}
.cms-imagepointers-layout1 .item-pointer:nth-child(3) {
top: 50%;
left: 51%;
}
.cms-imagepointers-layout1 .item-pointer:nth-child(4) {
top: 9%;
left: 70%;
}
.cms-imagepointers-layout1 .item-pointer:nth-child(5) {
top: 37%;
left: 74%;
}
.cms-imagepointers-layout1 .item-pointer.holder-left .item-holder {
right: 50%;
left: auto;
}
.cms-imagepointers-layout1 .item-pointer.holder-left .item-holder .inner-holder:after {
border-top: 0px solid transparent;
border-bottom: 10px solid transparent;
border-right: 12px solid #fff;
border-left: 0;
left: auto;
right: 0;
}
.cms-imagepointers-layout1 .item-pointer:hover .item--image {
border-color: #860000;
}
.cms-imagepointers-layout1 .item-pointer:hover .item--image .line-video-animation {
border: 1px solid rgba(134, 0, 0, 0.3);
animation: squares 3.9s linear 0s infinite;
-webkit-animation: squares 3.9s linear 0s infinite;
-ms-animation: squares 3.9s linear 0s infinite;
-o-animation: squares 3.9s linear 0s infinite;
-webkit-animation-play-state: running;
-moz-animation-play-state: running;
-o-animation-play-state: running;
animation-play-state: running;
}
.cms-imagepointers-layout1 .item-pointer:hover .item--image .line-video-animation.line-video-2 {
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;
}
.cms-imagepointers-layout1 .item-pointer:hover .item--image .line-video-animation.line-video-3 {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s;
}
.cms-imagepointers-layout1 .item-pointer:hover .item-holder {
visibility: visible;
opacity: 1;
margin-bottom: 0;
clip: inherit;
}
@media screen and (min-width: 992px) {
.cms-cta .inner-cms-cta {
display: flex;
background-color: rgba(228, 231, 233, 0.5);
}
}
.cms-cta .item-cta {
background-color: #fff;
-webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-khtml-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-moz-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-ms-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
-o-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
padding: 45px 50px;
display: flex;
align-items: center;
}
@media screen and (max-width: 991px) {
.cms-cta .item-cta {
padding: 35px;
}
}
.cms-cta .item-cta .item--image {
min-width: 75px;
max-width: 80px;
}
.cms-cta .item-cta .item--title {
font-size: 20px;
font-weight: 600px;
}
.cms-cta .item-cta .item--title a {
color: #28293a;
}
.cms-cta .item-cta .item--title a:hover {
color: #860000;
}
.cms-cta .item-cta .item-excerpt {
font-size: 14px;
color: #9b9b9b;
}
.cms-cta .item-cta:nth-child(2n+1) {
-webkit-border-radius: 2px 0 0 2px;
-khtml-border-radius: 2px 0 0 2px;
-moz-border-radius: 2px 0 0 2px;
-ms-border-radius: 2px 0 0 2px;
-o-border-radius: 2px 0 0 2px;
border-radius: 2px 0 0 2px;
}
@media screen and (min-width: 992px) {
.cms-cta .item-cta:nth-child(2n+1) {
padding-right: 75px;
}
}
.cms-cta .item-cta:nth-child(2n+1) .item--image {
margin-right: 20px;
}
@media screen and (max-width: 991px) {
.cms-cta .item-cta:nth-child(2n+1) {
margin-right: 15px;
margin-left: 15px;
margin-bottom: 20px;
}
}
.cms-cta .item-cta:nth-child(2n) {
-webkit-border-radius: 0 2px 2px 0;
-khtml-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
-ms-border-radius: 0 2px 2px 0;
-o-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
align-items: center;
}
@media screen and (min-width: 992px) {
.cms-cta .item-cta:nth-child(2n) {
position: relative;
text-align: right;
padding-left: 75px;
margin-left: 10px;
flex-direction: row-reverse;
}
}
@media screen and (max-width: 991px) {
.cms-cta .item-cta:nth-child(2n) {
margin-right: 15px;
margin-left: 15px;
}
}
.cms-cta .item-cta:nth-child(2n) .item--image {
margin-left: 20px;
}
@media screen and (max-width: 991px) {
.cms-cta .item-cta:nth-child(2n) .item--image {
margin-left: 0;
margin-right: 20px;
}
}
@media screen and (min-width: 992px) {
.cms-cta .item-cta:nth-child(2n):before {
position: absolute;
background-color: #fff;
width: 74px;
height: 74px;
line-height: 54px;
text-align: center;
border-radius: 50%;
border: 10px solid #e4e7e9;
display: block;
content: "or";
font-weight: bold;
color: #28293a;
font-size: 15px;
top: 50%;
-webkit-transform: translateY(-50%);
-khtml-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: -42px;
}
}
@media screen and (min-width: 992px) {
.cms-cta .item-cta + .item-cta {
min-width: 50%;
}
}
.sidebar-sticky {
position: -webkit-sticky;
position: sticky;
top: 30px;
}
.sidebar-fixed .elementor-column-wrap {
position: -webkit-sticky;
position: sticky;
top: 30px;
}
.admin-bar .sidebar-sticky {
top: 60px;
}
.header-sticky .sidebar-sticky {
top: 110px;
}
.admin-bar.header-sticky .sidebar-sticky {
top: 140px;
}
@media screen and (min-width: 1200px) {
.section-align-top > .elementor-container > .elementor-row {
align-items: flex-start;
justify-content: space-between;
}
.section-align-top .column-sticky {
position: sticky;
top: 150px;
}
}
.entry-content .page-links {
clear: left;
padding-top: 10px;
}
.entry-content .page-links span {
text-align: center;
display: inline-block;
height: 26px;
width: 26px;
line-height: 26px;
color: #fff;
-webkit-border-radius: 26px;
-khtml-border-radius: 26px;
-moz-border-radius: 26px;
-ms-border-radius: 26px;
-o-border-radius: 26px;
border-radius: 26px;
background-color: #860000;
font-size: 14px;
font-weight: 500;
margin: 0 3px;
-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
background-color: #e0e3e8;
color: #000;
}
.entry-content .page-links a span:hover {
background-color: #860000;
color: #fff;
}
.entry-content .page-links .post-page-numbers {
margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
margin: 0;
}
@media screen and (min-width: 1400px) {
body .container {
max-width: 1200px;
width: 100%;
}
body #primary.content-has-sidebar {
-ms-flex: 0 0 68.3%;
flex: 0 0 68.3%;
max-width: 68.3%;
}
body #primary.content-has-sidebar.float-left {
padding-right: 35px;
}
body #primary.content-has-sidebar.float-right {
padding-left: 35px;
}
body #secondary.widget-has-sidebar {
-ms-flex: 0 0 31.7%;
flex: 0 0 31.7%;
max-width: 31.7%;
}
}
@media screen and (max-width: 1199px) {
.container {
max-width: 100%;
}
}
@media screen and (max-width: 991px) {
#primary + #secondary {
margin-top: 60px;
}
}
.site-content {
padding: 100px 0;
position: relative;
}
@media screen and (max-width: 991px) {
.site-content {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media screen and (max-width: 991px) {
.site-content {
padding-top: 50px;
padding-bottom: 50px;
}
}
.layout-container {
background-color: #fcfcfc;
padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
margin: 0;
list-style: none;
}
.page-template-default .entry-footer {
text-align: center;
}
.page-template-default .entry-footer i {
padding-right: 8px;
}
@media screen and (min-width: 992px) {
.content-has-sidebar.float-right {
order: 2;
-webkit-order: 2;
-ms-order: 2;
}
.content-has-sidebar.float-right + #secondary {
order: 1;
-webkit-order: 1;
-ms-order: 1;
padding-right: 35px;
}
.content-has-sidebar.float-left {
order: 1;
-webkit-order: 1;
-ms-order: 1;
}
.content-has-sidebar.float-left + #secondary {
order: 2;
-webkit-order: 2;
-ms-order: 2;
padding-left: 35px;
}
}
.widget_shopping_cart {
position: absolute;
background-color: #fff;
right: 0;
top: 100%;
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
-khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
-ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
width: 320px;
padding: 30px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
text-align: left;
color: #9b9b9b;
z-index: -99;
visibility: hidden;
opacity: 0;
margin-top: 32px;
line-height: normal;
}
.widget_shopping_cart.open {
z-index: 99;
margin-top: 11px;
visibility: visible;
opacity: 1;
margin-top: 0;
}
.widget_shopping_cart:before {
content: '';
width: 21px;
height: 11px;
position: absolute;
top: -11px;
left: 0;
right: 0;
margin: auto;
}
.widget_shopping_cart .widget_shopping_title {
font-size: 20px;
border-bottom: 1px solid #ebebeb;
line-height: 1;
padding-bottom: 20px;
margin-bottom: 30px;
color: #1d274e;
}
.widget_shopping_cart .product_list_widget {
list-style: none;
margin: 0;
}
.widget_shopping_cart .product_list_widget li {
display: flex;
flex-wrap: nowrap;
padding-left: 0 !important;
padding-right: 40px !important;
margin-bottom: 20px !important;
padding-bottom: 20px !important;
border-bottom: 1px solid #f2f2f2;
position: relative;
}
.widget_shopping_cart .product_list_widget li:last-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
border-bottom: none;
}
.widget_shopping_cart .product_list_widget li.empty {
font-size: 16px;
}
.widget_shopping_cart .product_list_widget li a {
white-space: inherit !important;
}
.widget_shopping_cart .product_list_widget .cart-product-image {
width: 70px;
min-width: 70px;
margin-right: 20px;
}
.widget_shopping_cart .product_list_widget .cart-product-image img {
float: none;
margin: 0;
width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
font-size: 16px;
line-height: 27px;
margin-top: -5px;
margin-bottom: 4px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
display: block;
color: inherit;
font-weight: normal;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
color: #860000;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
font-size: 13px;
color: #9b9b9b;
border: none;
font-family: 'Barlow', sans-serif;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
font-size: 10px;
color: #fff;
position: absolute;
width: 19px;
height: 19px;
line-height: 19px;
text-align: center;
top: 0;
right: 0;
background-color: #222;
-webkit-border-radius: 1px;
-khtml-border-radius: 1px;
-moz-border-radius: 1px;
-ms-border-radius: 1px;
-o-border-radius: 1px;
border-radius: 1px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
background-color: #860000;
color: #fff;
}
.widget_shopping_cart .widget_shopping_cart_footer {
border-top: 2px solid #f2f2f2;
margin-top: 30px;
padding-top: 20px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total {
margin-bottom: 18px;
padding-top: 0;
border: none;
}
.widget_shopping_cart .widget_shopping_cart_footer .total strong {
font-size: 16px;
color: #9b9b9b;
font-family: 'Barlow', sans-serif;
font-weight: normal;
line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
color: #860000;
float: right;
font-size: 14px;
line-height: 1;
line-height: 28px;
font-family: 'Barlow', sans-serif;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons {
margin-bottom: 0;
display: flex;
flex-wrap: nowrap;
margin-left: -15px;
margin-right: -15px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
padding-left: 20px;
padding-right: 20px;
margin: 0 15px;
width: 50%;
line-height: 40px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout {
background-color: #28293a;
border-color: #28293a;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
background-color: #860000;
border-color: #860000;
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
text-align: center;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
content: "\f002";
font-family: FontAwesome;
font-size: 14px;
color: #860000;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
right: 20px;
}
.woocommerce #secondary .widget_product_search button {
border: none;
background-color: transparent;
padding: 0;
height: 51px;
line-height: 51px;
width: 50px;
font-size: 14px;
color: #860000;
position: absolute;
top: 0;
right: 0;
opacity: 0;
z-index: 99;
}
body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
padding: 0;
background-color: transparent;
margin-bottom: 48px;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 769px) {
body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
width: 100% !important;
margin-bottom: 10px;
}
body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
width: 100% !important;
}
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
margin-right: 15px;
}
body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
background-color: #860000;
font-size: 14px;
border: none;
color: #fff;
text-transform: capitalize;
font-family: 'Barlow', sans-serif;
padding: 0 44px;
line-height: 51px;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
position: relative;
display: inline-block;
text-align: center;
cursor: pointer;
position: relative;
font-weight: 700;
}
body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
outline: medium none;
text-decoration: none;
color: #fff;
background-color: #28293a;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
border-color: #860000;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
color: #860000;
}
.woocommerce .quantity {
position: relative;
display: inline-block;
}
.woocommerce .quantity .qty {
padding: 0;
border: 1px solid #dbdbdb;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #282828;
-moz-appearance: textfield;
height: 51px;
width: 51px;
font-size: 16px;
color: #9b9b9b;
font-weight: 700;
}
.woocommerce .quantity .qty:-webkit-outer-spin-button, .woocommerce .quantity .qty:-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woocommerce .quantity-icon i {
width: 25px;
height: 25px;
line-height: 23px;
font-size: 14px;
cursor: pointer;
color: #860000;
text-align: center;
position: absolute;
bottom: 0;
border: 1px solid #eee;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.woocommerce .quantity-icon i.quantity-down {
left: 0;
}
.woocommerce .quantity-icon i.quantity-up {
right: 0;
}
.woocommerce table.shop_table {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce table.shop_table td {
padding: 12px 15px;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
border: 1px solid #dbdbdb;
height: 50px;
background-color: #fff;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
line-height: 46px;
padding-left: 20px;
color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
right: 20px;
top: 50%;
color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
height: 20px;
line-height: 20px;
position: absolute;
right: 30px;
text-align: center;
top: 50%;
-webkit-transform: translate(0px, -50%);
-khtml-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-ms-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
transform: translate(0px, -50%);
width: 20px;
color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
color: #747da1;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
border: 1px solid #e7e8e9;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
background-color: #860000;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
.woocommerce #primary.content-has-sidebar {
flex: 0 0 75%;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
-o-flex: 0 0 75%;
max-width: 75%;
}
.woocommerce #secondary.widget-has-sidebar {
flex: 0 0 25%;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
-o-flex: 0 0 25%;
max-width: 25%;
}
}
#shop-newsletter {
text-align: center;
padding: 40px 30px 30px 30px;
color: rgba(255, 255, 255, 0.87);
-webkit-border-radius: 14px;
-khtml-border-radius: 14px;
-moz-border-radius: 14px;
-ms-border-radius: 14px;
-o-border-radius: 14px;
border-radius: 14px;
margin-top: 60px;
}
#shop-newsletter h3 {
font-size: 32px;
color: #fff;
margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
color: #fff;
text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
max-width: 590px;
margin: auto;
}
#shop-newsletter .ct-newsletter-inner {
margin-top: 33px;
margin-bottom: 18px;
}
#shop-newsletter .ct-newsletter-inner .tnp-email {
background-color: #fff;
color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .ct-newsletter-inner .tnp-field-button {
position: absolute;
top: 0;
right: 0;
}
.widget_product_categories ul {
list-style: none;
margin-bottom: 0;
}
.widget_product_categories ul li {
font-size: 0;
line-height: 0;
}
.widget_product_categories ul li a {
font-size: 13px;
line-height: normal;
color: #333;
text-transform: uppercase;
display: block;
padding: 11px 0;
border-bottom: 1px solid #f2f2f2;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
color: #860000;
}
.widget_product_categories ul li:last-child > a {
border-bottom: none;
}
.widget_product_categories ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
color: #860000;
}
.widget_product_tag_cloud .tagcloud a {
padding-left: 22px;
padding-right: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-title {
margin-bottom: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
height: 4px;
background-color: #eee;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
background-color: #860000;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
height: 8px;
width: 8px;
background-color: #860000;
top: -2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
margin-left: -2px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
display: flex;
flex-wrap: nowrap;
flex-direction: row-reverse;
padding-top: 25px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
text-align: left;
font-size: 12px;
line-height: 1;
flex-grow: 1;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
float: none;
max-width: 110px;
border: none;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: transparent;
color: #860000;
line-height: 1;
padding: 0;
font-weight: 700;
font-size: 13px;
text-transform: capitalize;
}
body .widget_products ul.product_list_widget li {
display: flex;
flex-wrap: nowrap;
padding: 0 0 20px;
border-bottom: 1px dashed #d7d7d7;
margin-bottom: 20px;
}
body .widget_products ul.product_list_widget li .product-title {
font-size: 14px;
line-height: 22px;
font-weight: 600;
margin-bottom: 7px;
}
body .widget_products ul.product_list_widget li .product-title a {
color: inherit;
}
body .widget_products ul.product_list_widget li .product-title a:hover {
color: #860000;
}
body .widget_products ul.product_list_widget li .amount {
font-size: 13px;
color: #860000;
font-weight: 600;
font-family: 'Barlow', sans-serif;
}
body .widget_products ul.product_list_widget li del {
color: #860000;
}
body .widget_products ul.product_list_widget li del .amount {
color: inherit;
}
body .widget_products ul.product_list_widget li .star-rating-wrap {
margin-bottom: 6px !important;
}
body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
display: none;
}
body .widget_products ul.product_list_widget li .wg-product-image {
width: 49px;
margin-right: 16px;
min-width: 49px;
}
body .widget_products ul.product_list_widget li .wg-product-image img {
float: none;
width: 100%;
margin: 0;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.widget_rating_filter .wc-layered-nav-rating a {
font-size: 0px;
display: block;
padding-left: 28px !important;
position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
content: "";
height: 18px;
width: 18px;
border: 1px solid #e6e6e6;
-webkit-border-radius: 18px;
-khtml-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
border-radius: 18px;
position: absolute;
top: 1px;
left: 0;
-webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
-o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
border-color: #860000;
background-color: #860000;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
border-color: #860000;
background-color: #860000;
}
#shop-topbar {
border-bottom: 1px solid #e5e5e5;
background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
margin: 11px 0;
position: relative;
padding-left: 76px;
color: #000;
font-size: 16px;
min-height: 56px;
display: flex;
flex-wrap: nowrap;
align-items: center;
}
#shop-topbar .shop-topbar-item i {
height: 56px;
width: 56px;
-webkit-border-radius: 56px;
-khtml-border-radius: 56px;
-moz-border-radius: 56px;
-ms-border-radius: 56px;
-o-border-radius: 56px;
border-radius: 56px;
border: 1px solid #e5e5e5;
line-height: 54px;
text-align: center;
font-size: 24px;
position: absolute;
top: 0;
left: 0;
}
#shop-topbar .shop-topbar-item span {
font-weight: 500;
}
#shop-breadcrumb {
padding: 23px 0;
}
#shop-breadcrumb ul {
list-style: none;
margin: 0;
}
#shop-breadcrumb ul li {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #860000;
margin: 10px 0;
padding: 0 12px;
position: relative;
}
#shop-breadcrumb ul li::after {
content: '/';
color: #e9e9e9;
position: absolute;
top: 0;
right: -4px;
}
#shop-breadcrumb ul li:first-child {
padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
display: none;
}
#shop-breadcrumb ul li a {
color: #282828;
}
#shop-breadcrumb ul li a:hover {
color: #860000;
}
.woocommerce .star-rating-wrap {
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
font-size: 14px;
margin-left: 8px;
color: #808a98;
}
.woocommerce .woocommerce-product-category a {
font-size: 12px;
color: #9b9b9b;
margin-bottom: 8px;
display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
color: #860000;
}
.woocommerce span.onsale {
height: 45px;
width: 45px;
min-width: inherit;
min-height: inherit;
font-size: 16px;
color: #fff;
padding: 0;
text-align: center;
line-height: 45px;
background-color: #28293a;
font-family: 'Barlow', sans-serif;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
border-radius: 50px;
margin: 0 !important;
top: 14px !important;
left: 29px !important;
right: auto !important;
font-weight: normal;
z-index: 1;
}
.woocommerce .star-rating {
margin: 0;
letter-spacing: 0.2em;
width: 90px;
height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
content: "\f27d\f27d\f27d\f27d\f27d";
font-family: 'Material-Design-Iconic-Font';
font-size: 18px;
}
.woocommerce .star-rating span::before {
color: #ffab00;
}
.woocommerce .star-rating:before {
color: #d4d4d4;
}
.woocommerce ul.products {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.woocommerce ul.products li.product {
margin-bottom: 47px;
margin-right: 0;
padding: 0 15px;
}
.woocommerce ul.products li.product.last {
margin-right: 0;
}
@media screen and (min-width: 992px) {
.woocommerce ul.products.columns-4 li.product {
width: 25%;
}
}
@media screen and (min-width: 768px) {
.woocommerce ul.products.columns-3 li.product {
width: 33.33%;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.woocommerce ul.products li.product {
width: 50% !important;
}
}
@media screen and (max-width: 575px) {
.woocommerce ul.products li.product {
width: 100% !important;
}
}
@media screen and (min-width: 992px) {
.woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
width: 33.33%;
}
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
font-size: 19px;
font-weight: 500;
font-family: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
color: #860000;
}
.woocommerce ul.products li.product .price {
font-size: 16px;
color: #860000;
font-weight: 500;
margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
color: #c4c9dc;
}
.woocommerce ul.products li.product .price ins {
color: #28293a;
font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 30px;
position: relative;
z-index: 99;
border: 1px solid #dbdbdb;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 8px 20px;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
margin: 15px 30px 15px 0px;
flex-grow: 1;
color: #222;
font-size: 13px;
font-weight: 700;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
float: none;
margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
background-color: #fff;
border: 1px solid #dbdbdb;
font-size: 12px;
color: #9b9b9b;
text-transform: none;
padding: 0 8px;
height: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
right: 8px;
color: #9b9b9b;
font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
color: #9b9b9b;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
line-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
position: relative;
overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
width: auto;
display: inline-block;
margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
position: absolute;
text-align: center;
left: 0;
right: 0;
bottom: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
line-height: 50px;
background-color: #860000;
color: #fff;
font-size: 13px;
font-weight: 700;
font-family: 'Barlow', sans-serif;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
padding: 0 40px;
margin: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
padding-top: 0;
padding-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
letter-spacing: 0;
top: 0;
right: 12px;
}
@media screen and (max-width: 1199px) {
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
padding-left: 32px;
padding-right: 32px;
line-height: 48px;
letter-spacing: 0.05em;
}
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
padding: 19px 0 0;
text-align: center;
}
@media screen and (max-width: 1199px) {
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
display: block;
}
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
float: none;
margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
font-size: 14px;
color: rgba(0, 0, 0, 0.5);
margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
padding: 0px !important;
margin-bottom: 13px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
color: #860000;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
color: rgba(51, 51, 51, 0.66);
font-size: 14px;
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
width: auto !important;
margin: 0 !important;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
display: none !important;
}
.woocommerce nav.woocommerce-pagination {
margin-top: 0;
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
border: none;
margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
text-align: center;
height: 50px;
width: 50px;
padding: 0;
line-height: 50px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
color: #9b9b9b;
background-color: #fff;
font-size: 16px;
font-weight: 700;
margin: 0 10px 0 0;
border: 1px solid #eee;
font-family: 'Barlow', sans-serif;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
font-size: 16px;
content: '\f2ee';
font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
font-size: 16px;
content: '\f2ea';
font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
background-color: #860000;
color: #fff;
border-color: #860000;
}
.single-product #shop-breadcrumb {
padding-bottom: 46px;
}
.single-product #shop-newsletter {
margin-top: 30px;
}
.single-product section.related h2 {
font-size: 16px;
margin-bottom: 33px;
text-align: center;
}
.single-product section.related ul.products {
margin-bottom: 0;
}
.single-product section.related ul.products li.product {
margin-bottom: 0 !important;
}
.single-product #primary div.product .woocommerce-product-details__short-description {
margin-top: 22px;
padding-top: 21px;
border-top: 1px dashed #dbdbdb;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
margin-bottom: 0;
}
.single-product #primary div.product form.cart {
padding-top: 24px;
padding-bottom: 22px;
margin: 0;
}
.single-product #primary div.product form.cart label {
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
font-weight: 700;
color: #232323;
font-family: 'Barlow', sans-serif;
}
@media screen and (max-width: 767px) {
.single-product #primary div.product form.cart label {
font-size: 15px;
line-height: normal;
}
}
.single-product #primary div.product form.cart .reset_variations {
display: none !important;
}
.single-product #primary div.product form.cart .variations {
margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
padding-bottom: 20px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
background-color: #f3f3f3;
border: none;
line-height: 40px;
color: #1d274e;
text-transform: uppercase;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s ease 0s;
-khtml-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin: 0 5px 5px 0;
width: 40px;
height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
background-color: #860000;
color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
padding: 0;
border: none;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
margin: 0 5px 5px 0;
opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
margin-top: 0;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
display: none;
}
.single-product #primary div.product .woocommerce-product-gallery {
width: 100% !important;
margin-bottom: 32px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
right: 20px;
top: 20px;
}
@media screen and (min-width: 1200px) {
.single-product #primary div.product .woocommerce-product-gallery {
padding-right: 15px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
right: 35px;
}
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
margin-top: 30px;
margin-left: -15px;
margin-right: -15px;
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
margin-top: 10px;
margin-left: -5px;
margin-right: -5px;
}
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
padding: 0 15px;
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
padding: 0 5px;
}
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
outline: 5px solid rgba(0, 0, 0, 0.1);
outline-offset: -9px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
overflow: hidden;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
position: relative;
display: block;
}
.single-product #primary div.product .entry-summary {
width: 100% !important;
margin-bottom: 69px;
padding-top: 24px;
}
@media screen and (min-width: 768px) {
.single-product #primary div.product .entry-summary {
position: sticky;
top: 62px;
}
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a {
font-size: 12px;
color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a:hover {
color: #860000;
}
.single-product #primary div.product .entry-summary .entry-title {
font-size: 19px;
margin-bottom: 8px;
font-weight: 500;
}
.single-product #primary div.product .entry-summary .price {
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: flex-end;
margin-bottom: 0;
color: #9b9b9b;
align-items: center;
}
.single-product #primary div.product .entry-summary .price .amount {
font-size: 16px;
color: #860000;
font-weight: 500;
}
.single-product #primary div.product .entry-summary .price ins {
margin-right: 22px;
}
.single-product #primary div.product .entry-summary .price del {
color: #860000;
}
.single-product #primary div.product .entry-summary .price del .amount {
color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
font-size: 30px;
margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
font-size: 14px;
line-height: 23px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
margin-bottom: 20px;
padding-bottom: 25px;
border-bottom: 1px dashed #dbdbdb;
font-size: 12px;
color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
color: #860000;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
color: #282828;
margin-right: 4px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
font-size: 14px;
font-weight: 700;
color: #282829;
margin-right: 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
font-size: 14px;
color: #333;
display: inline-block;
margin: 0 9px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
color: #860000;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
clear: left;
margin-top: 30px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-meta {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder, .single-product #primary div.product .entry-summary .woocommerce-sg-product-rating {
padding: 0 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
flex-grow: 1;
}
.single-product #primary div.product .woocommerce-tabs {
margin-top: 48px;
margin-bottom: 88px;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
margin: 0 0 22px;
padding: 0;
display: flex;
flex-wrap: wrap;
overflow: visible;
justify-content: center;
border-bottom: 2px solid #dbdbdb;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
margin: 0 15px;
padding: 0;
border: none;
background-color: transparent;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
font-size: 14px;
color: #282828;
font-weight: 700;
padding: 0;
line-height: 51px;
position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
content: '';
height: 2px;
width: 100%;
background-color: #860000;
position: absolute;
bottom: -2px;
left: 0;
opacity: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
background-color: #fff;
color: #860000;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
opacity: 1;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
margin-bottom: 0;
font-size: 14px;
line-height: 25px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-bottom: 1px solid #dee2e6;
font-family: inherit;
color: #1d274e;
font-weight: normal;
font-style: normal;
padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
font-size: 18px;
line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
margin: 0;
width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
font-size: 18px;
margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
padding-top: 15px;
height: 120px;
padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
padding: 30px;
border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
position: relative;
margin-bottom: 20px;
padding: 20px;
border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: absolute;
right: 10px;
top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
display: none;
}
@media screen and (max-width: 991px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
position: static;
margin-bottom: 6px;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
padding: 0;
width: 80px;
-webkit-border-radius: 80px;
-khtml-border-radius: 80px;
-moz-border-radius: 80px;
-ms-border-radius: 80px;
-o-border-radius: 80px;
border-radius: 80px;
border: 5px solid #fff;
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
width: 40px;
border: none;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
border: none;
margin: 0;
padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
float: none;
}
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
padding-left: 60px;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
display: flex;
align-items: center;
margin: 0 0 8px;
font-size: 16px;
}
@media screen and (max-width: 575px) {
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
display: block;
}
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
display: block;
font-size: 14px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
color: #282828;
font-family: 'Barlow', sans-serif;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
content: "\f017";
font-family: FontAwesome;
margin: 0 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
margin: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
text-align: center;
margin-bottom: 57px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
display: inline-block;
position: relative;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
height: 50px;
width: 50px;
line-height: 50px;
background-color: #222;
display: inline-block;
color: #fff;
font-size: 16px;
margin: 0 3px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
background-color: #860000;
}
.single-product #primary div.product .quantity {
margin-right: 20px;
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
display: block;
font-weight: 600;
font-size: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
color: #860000;
margin-left: 7px;
}
.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
color: #28293a;
}
.single-product #primary div.product .product_meta .posted_in {
display: none;
}
@media screen and (min-width: 768px) {
.single-product.header-sticky #primary div.product .entry-summary {
top: 120px;
}
.single-product.header-sticky.admin-bar #primary div.product .entry-summary {
top: 150px;
}
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
padding: 0 20px !important;
color: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
width: 180px !important;
height: 50px;
border-width: 0 0 2px 0px;
border-style: solid;
border-color: #e8e8e8;
padding-left: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
font-size: 15px;
font-weight: 700;
color: #333;
padding: 10px;
border-top: 1px solid #dee2e6;
border-bottom: 2px solid #dee2e6;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
text-align: left;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
color: #1d274e;
font-size: 16px;
font-weight: 600;
font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
color: #860000;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
color: #1d274e;
font-size: 16px;
font-weight: 600;
font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
color: #1d274e;
background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
text-align: center !important;
min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
width: 100%;
max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
position: relative;
min-width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
content: "\f136";
font-family: "Material-Design-Iconic-Font";
font-size: 18px;
height: 32px;
width: 32px;
line-height: 32px;
background-color: #860000;
color: #fff;
-webkit-border-radius: 32px;
-khtml-border-radius: 32px;
-moz-border-radius: 32px;
-ms-border-radius: 32px;
-o-border-radius: 32px;
border-radius: 32px;
font-weight: normal;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
right: 0;
margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
color: #fff;
background-color: rgba(134, 0, 0, 0.85);
}
@media screen and (max-width: 769px) {
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
min-height: 57px;
}
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
margin-bottom: 40px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
@media screen and (max-width: 769px) {
body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
background-color: #fff !important;
}
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
font-size: 24px;
text-transform: capitalize;
margin-bottom: 12px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
color: #1d274e;
vertical-align: middle !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
font-weight: 600;
color: #1d274e;
font-family: 'Barlow', sans-serif;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
color: #860000;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
content: '\f2f9';
margin-left: 9px;
font-family: "Material-Design-Iconic-Font";
position: relative;
top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
color: #28293a;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
font-size: 14px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
border: 1px solid #eee;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
width: 50%;
padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
.woocommerce-checkout #customer_details {
margin: 0 -15px;
width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-checkout #customer_details {
margin: 0;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
width: 100%;
}
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
width: 100%;
display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
font-size: 28px;
text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
font-size: 18px;
font-weight: 600;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
font-size: 28px;
cursor: pointer;
-webkit-transition: all 0.3s linear;
-khtml-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
color: #860000;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
position: absolute;
opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
content: "\f01a";
font-family: FontAwesome;
margin-left: 14px;
font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
font-size: 24px;
text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
color: #1d274e;
vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
font-weight: 600;
color: #1d274e;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
background-color: #f7f8fa;
border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
padding: 20px;
border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
padding: 20px;
margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
background-color: #860000;
float: none;
margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
background-color: #28293a;
}
.woocommerce-checkout #payment label {
font-size: 16px;
color: rgba(0, 0, 0, 0.87);
font-weight: 600;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
margin: 0;
list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
font-size: 16px;
padding: 10px 0;
color: #747da1;
position: relative;
display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
color: #860000;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
content: "\f178";
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
font-family: "FontAwesome";
color: #860000;
margin-left: -16px;
opacity: 0;
-webkit-transition: all 300ms linear 0ms;
-khtml-transition: all 300ms linear 0ms;
-moz-transition: all 300ms linear 0ms;
-ms-transition: all 300ms linear 0ms;
-o-transition: all 300ms linear 0ms;
transition: all 300ms linear 0ms;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
color: inherit;
padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
margin-left: 0;
opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
flex: inherit;
max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
background-color: #f7f8fa;
border: 1px solid #eee;
padding: 30px;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
max-width: 670px;
margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
font-weight: 500;
margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
margin-right: 16px;
height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
color: #860000;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
color: #28293a;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
padding: 0;
line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
position: relative;
top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
text-align: center;
font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
margin: 0 -15px;
width: inherit;
display: flex;
flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
width: 50%;
flex: inherit;
max-width: 100%;
}
@media screen and (max-width: 767px) {
.woocommerce-account .site-content #primary #customer_login {
margin: 0;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
width: 100%;
padding: 0;
}
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
background-color: transparent;
padding: 8px 0;
}
body #yith-wcwl-popup-message {
margin-left: -108px;
display: none;
bottom: 30px;
top: auto;
right: 30px;
left: auto;
background-color: #860000;
border-radius: 3px;
border: none;
color: #fff;
padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
display: none;
}
.woocommerce-wishlist .product-stock-status {
font-size: 16px;
font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
color: #28293a !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
padding: 0 20px;
background-color: #860000;
color: #fff;
line-height: 42px;
font-size: 16px;
display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
background-color: #28293a;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
top: 0;
right: 8px;
}
@media screen and (max-width: 767px) {
.woocommerce-wishlist #yith-wcwl-form {
overflow-x: scroll;
}
.woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
min-width: 767px;
}
}
.woocommerce-grouped-product-list {
border: none;
}
.cms-carousel-inner {
margin: 0 -15px;
}
.slick-slide {
padding: 0 15px;
}
#elementor-panel-get-pro-elements {
display: none !important;
}
.elementor-icons-manager__tab__item {
height: 80px !important;
}
.elementor-element .elementor-widget:not(:last-child) {
margin-bottom: 0;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default {
max-width: 1190px;
}
.elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1200px;
}
.site-content .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-container.elementor-column-gap-default {
margin: 0 -10px;
}
.site-content .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-row .elementor-column-gap-extended {
margin: 0 -10px;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
margin: 0 auto;
}
.site-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-row .elementor-column-gap-extended {
margin: 0 -15px;
}
.site-content .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-full_width .elementor-section-boxed > .elementor-column-gap-extended {
position: relative;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-khtml-transform: translate(-50%, 0%);
-moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
-o-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
margin: 0;
}
.site-content .elementor-widget-text-editor, .site-footer-custom .elementor-widget-text-editor {
color: inherit;
font-family: inherit;
font-weight: inherit;
}
.single-footer #masthead, .elementor_library-template-default.single-elementor_library #masthead, .single-footer #pagetitle, .elementor_library-template-default.single-elementor_library #pagetitle, .single-footer #colophon, .elementor_library-template-default.single-elementor_library #colophon {
display: none;
}
@media screen and (min-width: 1400px) {
.elementor-section-full_width .elementor-inner-section > .elementor-container {
left: 50%;
-webkit-transform: translate(-50%, 0);
-khtml-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
}
@media screen and (max-width: 1199px) {
.col-offset-left > .elementor-column-wrap .elementor-widget-wrap {
padding-left: 0 !important;
}
.col-offset-right > .elementor-column-wrap .elementor-widget-wrap {
padding-right: 0 !important;
}
.col-offset-left > .elementor-column-wrap .elementor-widget-wrap .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 100%;
}
}
@media screen and (max-width: 991px) {
.site-footer-custom {
overflow: hidden;
}
}
.elementor-editor-active #site-header-wrap {
display: none;
}
.elementor-editor-active #site-header-wrap .site-header-main.h-fixed {
position: static !important;
}
.elementor-editor-active .site-footer-custom {
display: none;
}
.elementor-editor-active .cms-navigation-menu1.is-sticky {
position: static;
}
@media screen and (min-width: 992px) {
.cms-row-section-scoll-custom > .elementor-container > .elementor-row {
align-items: flex-start;
}
}
@media screen and (min-width: 1200px) {
.cms-row-section-scoll-custom .cms-column-sticky {
position: sticky;
top: 215px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.cms-row-section-scoll-custom .cms-column-sticky .style-column-sticky {
margin-left: 30px !important;
margin-right: 30px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.cms-row-section-scoll-custom .cms-column-sticky .style-column-sticky {
margin-left: 20px !important;
margin-right: 20px !important;
}
}
@media screen and (min-width: 992px) {
.admin .cms-row-section-scoll-custom .cms-column-sticky {
top: 245px;
}
}
@media screen and (min-width: 1400px) {
.column-right-custom .cms-heading-extra, .column-right-custom .cms-counter-carousel1 {
padding: 0 80px;
}
.column-right-custom .column-inner-row-left {
padding-left: 60px;
padding-right: 60px;
}
.column-right-custom .column-inner-row-right {
padding-left: 45px;
padding-right: 80px;
}
.column-right-custom .fcb-single-custom .cms-fancy-box.layout1 {
padding-left: 80px;
padding-right: 70px;
}
.column-right-custom .cms-fancybox-carousel {
margin-left: 80px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.column-right-custom .cms-heading-extra, .column-right-custom .cms-counter-carousel1 {
padding: 0 20px;
}
.column-right-custom .column-inner-row-left {
padding-left: 20px;
padding-right: 20px;
}
.column-right-custom .column-inner-row-right {
padding-left: 25px;
padding-right: 20px;
}
.column-right-custom .fcb-single-custom .cms-fancy-box.layout1 {
padding-left: 20px;
padding-right: 20px;
}
.column-right-custom .cms-fancybox-carousel {
margin-left: 20px;
}
}
@media screen and (max-width: 1199px) {
.column-right-custom .cms-heading-extra, .column-right-custom .cms-counter-carousel1 {
padding: 0 20px;
}
.column-right-custom .column-inner-row-left {
padding-left: 20px;
padding-right: 20px;
}
.column-right-custom .fcb-single-custom .cms-fancy-box.layout1 {
padding-left: 20px;
padding-right: 0;
}
.column-right-custom .cms-fancybox-carousel {
margin-left: 20px;
margin-right: 0;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.padding-row-custom {
padding-left: 40px !important;
padding-right: 40px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.padding-row-custom {
padding-left: 20px !important;
padding-right: 20px !important;
}
}