@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900");
html {
height: 100%;
font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
html {
font-size: 60%;
}
}
@media only screen and (max-width: 991px) {
html {
font-size: 55%;
}
}
@media only screen and (max-width: 767px) {
html {
font-size: 50%;
}
}
@media only screen and (max-width: 479px) {
html {
font-size: 45%;
}
}
@media only screen and (max-width: 320px) {
html {
font-size: 40%;
}
}
body {
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
height: 100%;
line-height: 30px;
vertical-align: baseline;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
color: #646464;
background-color: #ffffff;
}
p {
margin: 0 0 20px 0;
color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
font-family: 'Roboto', sans-serif;
margin: 0 0 20px 0;
color: #111111;
}
h1,
h2 {
line-height: 40px;
}
h3,
h4,
h5 {
line-height: 30px;
}
h1 {
font-size: 46px;
}
@media only screen and (max-width: 1199px) {
h1 {
font-size: 44px;
}
}
@media only screen and (max-width: 991px) {
h1 {
font-size: 42px;
}
}
@media only screen and (max-width: 767px) {
h1 {
font-size: 40px;
}
}
@media only screen and (max-width: 575px) {
h1 {
font-size: 36px;
}
}
@media only screen and (max-width: 479px) {
h1 {
font-size: 30px;
}
}
h2 {
font-size: 36px;
}
@media only screen and (max-width: 1199px) {
h2 {
font-size: 34px;
}
}
@media only screen and (max-width: 991px) {
h2 {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
h2 {
font-size: 30px;
}
}
@media only screen and (max-width: 575px) {
h2 {
font-size: 28px;
}
}
@media only screen and (max-width: 479px) {
h2 {
font-size: 26px;
}
}
h3 {
font-size: 22px;
}
@media only screen and (max-width: 767px) {
h3 {
font-size: 20px;
}
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}  .form-group {
position: relative;
}
.form-group label {
font-size: 18px;
font-weight: 500;
color: #444444;
margin-bottom: 12px;
}
.form-group .form-control {
font-size: 16px;
color: #646464;
padding: 10px 20px;
border: none;
}
.form-group .form-control:focus {
outline: none;
box-shadow: none;
}
.form-group input {
height: 50px;
}
.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
color: #bebebe;
}
.form-group.datetime-picker i {
position: absolute;
right: 30px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
} @media only screen and (min-width: 1200px) {
.container {
max-width: 1200px;
}
}
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
.row.gutters-1 {
padding-left: 14.5px;
padding-right: 14.5px;
}
.row.gutters-1 > [class^="col-"] {
padding-left: 0.5px;
padding-right: 0.5px;
}
.row.gutters-2 {
padding-left: 14px;
padding-right: 14px;
}
.row.gutters-2 > [class^="col-"] {
padding-left: 1px;
padding-right: 1px;
}
.row.gutters-3 {
padding-left: 13.5px;
padding-right: 13.5px;
}
.row.gutters-3 > [class^="col-"] {
padding-left: 1.5px;
padding-right: 1.5px;
}
.row.gutters-4 {
padding-left: 13px;
padding-right: 13px;
}
.row.gutters-4 > [class^="col-"] {
padding-left: 2px;
padding-right: 2px;
}
.row.gutters-5 {
padding-left: 12.5px;
padding-right: 12.5px;
}
.row.gutters-5 > [class^="col-"] {
padding-left: 2.5px;
padding-right: 2.5px;
}
.row.gutters-6 {
padding-left: 12px;
padding-right: 12px;
}
.row.gutters-6 > [class^="col-"] {
padding-left: 3px;
padding-right: 3px;
}
.row.gutters-7 {
padding-left: 11.5px;
padding-right: 11.5px;
}
.row.gutters-7 > [class^="col-"] {
padding-left: 3.5px;
padding-right: 3.5px;
}
.row.gutters-8 {
padding-left: 11px;
padding-right: 11px;
}
.row.gutters-8 > [class^="col-"] {
padding-left: 4px;
padding-right: 4px;
}
.row.gutters-9 {
padding-left: 10.5px;
padding-right: 10.5px;
}
.row.gutters-9 > [class^="col-"] {
padding-left: 4.5px;
padding-right: 4.5px;
}
.row.gutters-10 {
padding-left: 10px;
padding-right: 10px;
}
.row.gutters-10 > [class^="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.row.gutters-11 {
padding-left: 9.5px;
padding-right: 9.5px;
}
.row.gutters-11 > [class^="col-"] {
padding-left: 5.5px;
padding-right: 5.5px;
}
.row.gutters-12 {
padding-left: 9px;
padding-right: 9px;
}
.row.gutters-12 > [class^="col-"] {
padding-left: 6px;
padding-right: 6px;
}
.row.gutters-13 {
padding-left: 8.5px;
padding-right: 8.5px;
}
.row.gutters-13 > [class^="col-"] {
padding-left: 6.5px;
padding-right: 6.5px;
}
.row.gutters-14 {
padding-left: 8px;
padding-right: 8px;
}
.row.gutters-14 > [class^="col-"] {
padding-left: 7px;
padding-right: 7px;
}
.row.gutters-15 {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gutters-15 > [class^="col-"] {
padding-left: 7.5px;
padding-right: 7.5px;
}
.row.gutters-20 {
padding-left: 5px;
padding-right: 5px;
}
.row.gutters-20 > [class^="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.row.gutters-40 {
margin-left: -20px;
margin-right: -20px;
}
.row.gutters-40 > [class^="col-"] {
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (max-width: 575px) {
.row.gutters-40 {
margin-left: 0;
margin-right: 0;
}
.row.gutters-40 > [class^="col-"] {
padding-left: 15px;
padding-right: 15px;
}
}
.row.gutters-50 {
margin-left: -25px;
margin-right: -25px;
}
.row.gutters-50 > [class^="col-"] {
padding-left: 25px;
padding-right: 25px;
}
@media only screen and (max-width: 575px) {
.row.gutters-50 {
margin-left: 0;
margin-right: 0;
}
.row.gutters-50 > [class^="col-"] {
padding-left: 15px;
padding-right: 15px;
}
} .media-body {
margin-left: 3rem;
}
.media-body.mg-right {
margin-left: 0;
margin-right: 3rem;
}
.media-body.space-xl {
margin-left: 50px;
}
.media-body.space-lg {
margin-left: 40px;
}
.media-body.space-md {
margin-left: 20px;
}
.media-body.space-sm {
margin-left: 15px;
}
.media-body.space-xs {
margin-left: 10px;
}
.media-body.media-body-box {
padding: 20px 20px 20px 3rem;
margin-left: 0;
}
.media-body.media-body-box p {
margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
.media-none--lg {
display: block;
}
.media-none--lg > div {
width: 100%;
}
.media-none--lg img {
width: 100%;
}
.media-none--lg img.media-img-auto {
width: auto;
}
.media-none--lg .media-body,
.media-none--lg .media-body.space-xl,
.media-none--lg .media-body.space-lg,
.media-none--lg .media-body.space-md,
.media-none--lg .media-body.space-sm,
.media-none--lg .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none--lg .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media only screen and (max-width: 991px) {
.media-none--md {
display: block;
}
.media-none--md > div {
width: 100%;
}
.media-none--md img {
width: 100%;
}
.media-none--md img.media-img-auto {
width: auto;
}
.media-none--md .media-body,
.media-none--md .media-body.space-xl,
.media-none--md .media-body.space-lg,
.media-none--md .media-body.space-md,
.media-none--md .media-body.space-sm,
.media-none--md .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none--md .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media only screen and (max-width: 767px) {
.media-none--sm {
display: block;
}
.media-none--sm > div {
width: 100%;
}
.media-none--sm img {
width: 100%;
}
.media-none--sm img.media-img-auto {
width: auto;
}
.media-none--sm .media-body,
.media-none--sm .media-body.space-xl,
.media-none--sm .media-body.space-lg,
.media-none--sm .media-body.space-md,
.media-none--sm .media-body.space-sm,
.media-none--sm .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none--sm .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media only screen and (max-width: 575px) {
.media-none--xs {
display: block;
}
.media-none--xs > div {
width: 100%;
}
.media-none--xs img {
width: 100%;
}
.media-none--xs img.media-img-auto {
width: auto;
}
.media-none--xs .media-body,
.media-none--xs .media-body.space-xl,
.media-none--xs .media-body.space-lg,
.media-none--xs .media-body.space-md,
.media-none--xs .media-body.space-sm,
.media-none--xs .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none--xs .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media only screen and (max-width: 479px) {
.media-none-mb {
display: block;
}
.media-none-mb > div {
width: 100%;
}
.media-none-mb img {
width: 100%;
}
.media-none-mb img.media-img-auto {
width: auto;
}
.media-none-mb .media-body,
.media-none-mb .media-body.space-xl,
.media-none-mb .media-body.space-lg,
.media-none-mb .media-body.space-md,
.media-none-mb .media-body.space-sm,
.media-none-mb .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none-mb .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.media-none-lg {
display: block;
}
.media-none-lg > div {
width: 100%;
}
.media-none-lg img {
width: 100%;
}
.media-none-lg img.media-img-auto {
width: auto;
}
.media-none-lg .media-body,
.media-none-lg .media-body.space-xl,
.media-none-lg .media-body.space-lg,
.media-none-lg .media-body.space-md,
.media-none-lg .media-body.space-sm,
.media-none-lg .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none-lg .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.media-none-md {
display: block;
}
.media-none-md > div {
width: 100%;
}
.media-none-md img {
width: 100%;
}
.media-none-md img.media-img-auto {
width: auto;
}
.media-none-md .media-body,
.media-none-md .media-body.space-xl,
.media-none-md .media-body.space-lg,
.media-none-md .media-body.space-md,
.media-none-md .media-body.space-sm,
.media-none-md .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none-md .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.media-none-sm {
display: block;
}
.media-none-sm > div {
width: 100%;
}
.media-none-sm img {
width: 100%;
}
.media-none-sm img.media-img-auto {
width: auto;
}
.media-none-sm .media-body,
.media-none-sm .media-body.space-xl,
.media-none-sm .media-body.space-lg,
.media-none-sm .media-body.space-md,
.media-none-sm .media-body.space-sm,
.media-none-sm .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none-sm .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}
@media (min-width: 480px) and (max-width: 575px) {
.media-none-xs {
display: block;
}
.media-none-xs > div {
width: 100%;
}
.media-none-xs img {
width: 100%;
}
.media-none-xs img.media-img-auto {
width: auto;
}
.media-none-xs .media-body,
.media-none-xs .media-body.space-xl,
.media-none-xs .media-body.space-lg,
.media-none-xs .media-body.space-md,
.media-none-xs .media-body.space-sm,
.media-none-xs .media-body.space-xs {
margin-top: 20px;
margin-left: 0;
}
.media-none-xs .media-body.media-body-box {
margin-top: 0;
margin-left: 0;
padding: 3rem;
}
}  .slider-area {
position: relative;
}
.slider-area .nivo-controlNav {
display: none;
}
.slider-area .nivo-directionNav a {
z-index: 6;
top: 50%;
transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
.slider-area .nivo-directionNav a {
visibility: hidden;
opacity: 0;
}
}
.slider-area .nivo-directionNav a.nivo-prevNav {
left: 10%;
width: 55px;
height: 55px;
line-height: 60px;
border-radius: 50%;
background-color: #ffffff;
opacity: 60%;
color: #990100;
font-size: 0;
transition: all 0.3s ease-out;
-webkit-box-shadow: 0px 11px 24px 0px rgba(198, 198, 198, 0.75);
box-shadow: 0px 11px 24px 0px rgba(198, 198, 198, 0.75);
}
@media only screen and (max-width: 1440px) {
.slider-area .nivo-directionNav a.nivo-prevNav {
left: 3%;
}
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
content: "\f053";
font-family: "Font Awesome 5 Free";
font-weight: 600;
cursor: pointer;
font-size: 16px;
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
z-index: 9;
left: 0;
right: 0;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.slider-area .nivo-directionNav a.nivo-prevNav {
width: 50px;
height: 50px;
line-height: 50px;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .nivo-directionNav a.nivo-prevNav {
width: 45px;
height: 45px;
line-height: 45px;
}
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
background-color: #990100;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
color: #ffffff !important;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
right: 10%;
width: 55px;
height: 55px;
line-height: 60px;
border-radius: 50%;
background-color: #ffffff;
opacity: 60%;
color: #990100;
font-size: 0;
-webkit-box-shadow: 0px 11px 24px 0px rgba(198, 198, 198, 0.75);
box-shadow: 0px 11px 24px 0px rgba(198, 198, 198, 0.75);
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
.slider-area .nivo-directionNav a.nivo-nextNav {
right: 3%;
}
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-weight: 600;
cursor: pointer;
font-size: 16px;
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
z-index: 9;
left: 0;
right: 0;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.slider-area .nivo-directionNav a.nivo-nextNav {
width: 50px;
height: 50px;
line-height: 50px;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .nivo-directionNav a.nivo-nextNav {
width: 45px;
height: 45px;
line-height: 45px;
}
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
background-color: #990100;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
color: #ffffff !important;
}
.slider-area:hover a {
opacity: 1;
visibility: visible;
}
.slider-area .nivo-caption {
opacity: 1;
}
.slider-area .nivo-caption p {
padding: 0;
}
.slider-area .slider-content h1.slider-big-text {
font-size: 52px;
font-weight: 900;
color: #111111;
margin-bottom: 15px;
line-height: 48px;
}
.slider-area .slider-content h1.slider-big-text span {
display: block;
}
@media only screen and (max-width: 1199px) {
.slider-area .slider-content h1.slider-big-text {
font-size: 40px;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 991px) {
.slider-area .slider-content h1.slider-big-text {
font-size: 30px;
margin-bottom: 5px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .slider-content h1.slider-big-text {
font-size: 28px;
}
}
@media only screen and (max-width: 575px) {
.slider-area .slider-content h1.slider-big-text {
font-size: 26px;
text-align: center;
}
}
@media only screen and (max-width: 479px) {
.slider-area .slider-content h1.slider-big-text {
font-size: 22px;
}
}
.slider-area .slider-content div.slider-big-text.text-light {
color: #ffffff;
}
.slider-area .slider-content div.slider-sub-text {
font-size: 24px;
color: #990100;
margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
.slider-area .slider-content div.slider-sub-text {
margin-bottom: 15px;
font-size: 22px;
}
}
@media only screen and (max-width: 991px) {
.slider-area .slider-content div.slider-sub-text {
font-size: 20px;
margin-bottom: 5px;
}
}
@media only screen and (max-width: 575px) {
.slider-area .slider-content div.slider-sub-text {
display: none;
}
}
.slider-area .slider-content div.slider-sub-text.text-light {
color: #ffffff;
}
.slider-area .slider-content div.slider-paragraph {
color: #444444;
margin-bottom: 20px;
width: 40%;
font-weight: 500;
}
@media only screen and (max-width: 1199px) {
.slider-area .slider-content div.slider-paragraph {
width: 50%;
}
}
@media only screen and (max-width: 991px) {
.slider-area .slider-content div.slider-paragraph {
display: none;
}
}
.slider-area .slider-content div.slider-paragraph.text-light {
color: #ffffff;
}
.slider-area .slider-content .slider-big-text.padding-right,
.slider-area .slider-content .slider-sub-text.padding-right,
.slider-area .slider-content .slider-paragraph.padding-right {
padding-right: 60%;
}
.slider-area .slider-content .slider-big-text.padding-left,
.slider-area .slider-content .slider-sub-text.padding-left,
.slider-area .slider-content .slider-paragraph.padding-left {
padding-left: 60%;
}
.slider-area .slider-content .slider-btn-area {
margin-top: 30px;
}
@media only screen and (max-width: 991px) {
.slider-area .slider-content .slider-btn-area {
margin-top: 20px;
}
}
@media only screen and (max-width: 767px) {
.slider-area .slider-content .slider-btn-area {
display: none;
}
}
.slider-area .slider-content .slider-btn-area a.item-btn-fill {
padding: 12px 25px;
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #ffffff;
color: #00045f;
font-size: 15px;
font-weight: 500;
border-radius: 4px;
position: relative;
z-index: 2;
-webkit-box-shadow: 0px 1px 0px 0px rgba(209, 209, 209, 0.75);
box-shadow: 0px 1px 0px 0px rgba(209, 209, 209, 0.75);
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
.slider-area .slider-content .slider-btn-area a.item-btn-fill {
padding: 10px 25px;
}
}
@media only screen and (max-width: 991px) {
.slider-area .slider-content .slider-btn-area a.item-btn-fill {
padding: 10px 20px;
}
}
.slider-area .slider-content .slider-btn-area a.item-btn-fill i {
font-size: 16px;
margin-left: 8px;
color: #990100;
transition: all 0.3s ease-out;
}
.slider-area .slider-content .slider-btn-area a.item-btn-fill:hover {
background-color: #990100;
color: #ffffff;
}
.slider-area .slider-content .slider-btn-area a.item-btn-fill:hover i {
color: #ffffff;
}
.slider-layout1 .slider-content h1.slider-big-text {
animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .slider-content div.slider-sub-text {
animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout1 .slider-content div.slider-paragraph {
animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout1 .slider-content .slider-btn-area {
animation: fadeInUp 2500ms ease-in-out;
}
.slider-layout2 .nivo-caption {
top: -30px;
}
@media only screen and (max-width: 1199px) {
.slider-layout2 .nivo-caption {
top: 0;
}
}
.slider-layout2 .slider-content h1.slider-big-text {
animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout2 .slider-content div.slider-sub-text {
animation: fadeInUp 1000ms ease-in-out;
}
.slider-layout2 .slider-content div.slider-paragraph {
animation: fadeInUp 2000ms ease-in-out;
}
.slider-layout2 .slider-content .slider-btn-area {
animation: fadeInUp 2500ms ease-in-out;
}
.home-banner-wrap {
position: relative;
overflow: hidden;
}
.home-banner-wrap .home-banner-content {
text-align: center;
position: absolute;
top: 15%;
left: 0;
right: 0;
}
@media only screen and (max-width: 1199px) {
.home-banner-wrap .home-banner-content {
top: 50%;
transform: translateY(-50%);
}
}
.home-banner-wrap .home-banner-content .item-title {
font-size: 36px;
font-weight: 900;
margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
.home-banner-wrap .home-banner-content .item-title {
font-size: 34px;
}
}
@media only screen and (max-width: 991px) {
.home-banner-wrap .home-banner-content .item-title {
font-size: 32px;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 767px) {
.home-banner-wrap .home-banner-content .item-title {
font-size: 30px;
}
}
@media only screen and (max-width: 575px) {
.home-banner-wrap .home-banner-content .item-title {
font-size: 28px;
margin-bottom: 0;
}
}
@media only screen and (max-width: 479px) {
.home-banner-wrap .home-banner-content .item-title {
font-size: 26px;
}
}
.home-banner-wrap .home-banner-content .item-subtitle {
font-size: 20px;
color: #444444;
margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
.home-banner-wrap .home-banner-content .item-subtitle {
display: none;
}
}
.home-banner-wrap .home-banner-content .item-number {
border: 3px solid #ffffff;
background-color: #990100;
font-size: 22px;
color: #ffffff;
display: inline-block;
padding: 12px 35px;
border-radius: 40px;
-webkit-box-shadow: 0px 5px 27px 0px rgba(232, 58, 21, 0.5);
box-shadow: 0px 5px 27px 0px rgba(232, 58, 21, 0.5);
}
.home-banner-wrap .home-banner-content .item-number span {
font-weight: 700;
}
.home-banner-wrap .home-banner-content .item-number i:before {
margin-right: 12px;
}
@media only screen and (max-width: 575px) {
.home-banner-wrap .home-banner-content .item-number {
display: none;
}
}
.home-banner-wrap .parallax-bg {
text-align: center;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%) !important;
}
.home-banner-wrap #Clouds {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
height: 100%;
overflow: hidden;
animation: FadeIn 3s ease-out;
user-select: none;
}
@keyframes FadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.home-banner-wrap .Cloud {
position: absolute;
width: 100%;
background-repeat: no-repeat;
background-size: auto 100%;
height: 70px;
animation-duration: 20s;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
animation-timing-function: linear;
animation-name: Float, FadeFloat;
}
.home-banner-wrap .Cloud.Foreground {
height: 100%;
min-height: 20px;
}
.home-banner-wrap .Cloud.Background {
background-repeat: no-repeat;
height: 90.90909091%;
min-height: 8px;
animation-duration: 40s;
}
@keyframes Float {
from {
transform: translateX(100%) translateZ(0);
}
to {
transform: translateX(-15%) translateZ(0);
}
}
@keyframes FadeFloat {
0%,
100% {
opacity: 0;
}
5%,
90% {
opacity: 1;
}
}
.home-banner-wrap .Cloud:nth-child(10n) {
animation-delay: -123.07692308s;
top: 60px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(10n) {
animation-duration: 40s;
height: 125%;
}
.home-banner-wrap .Cloud.Background:nth-child(10n) {
animation-duration: 60s;
animation-duration: 120s;
height: 78.40909091%;
}
.home-banner-wrap .Cloud:nth-child(9n) {
animation-delay: -110.76923077s;
top: 54px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(9n) {
animation-duration: 44s;
height: 122.5%;
}
.home-banner-wrap .Cloud.Background:nth-child(9n) {
animation-duration: 64s;
animation-duration: 122s;
height: 79.65909091%;
}
.home-banner-wrap .Cloud:nth-child(8n) {
animation-delay: -98.46153846s;
top: 48px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(8n) {
animation-duration: 48s;
height: 120%;
}
.home-banner-wrap .Cloud.Background:nth-child(8n) {
animation-duration: 68s;
animation-duration: 124s;
height: 80.90909091%;
}
.home-banner-wrap .Cloud:nth-child(7n) {
animation-delay: -86.15384615s;
top: 42px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(7n) {
animation-duration: 52s;
height: 117.5%;
}
.home-banner-wrap .Cloud.Background:nth-child(7n) {
animation-duration: 72s;
animation-duration: 126s;
height: 82.15909091%;
}
.home-banner-wrap .Cloud:nth-child(6n) {
animation-delay: -73.84615385s;
top: 36px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(6n) {
animation-duration: 56s;
height: 115%;
}
.home-banner-wrap .Cloud.Background:nth-child(6n) {
animation-duration: 76s;
animation-duration: 128s;
height: 83.40909091%;
}
.home-banner-wrap .Cloud:nth-child(5n) {
animation-delay: -61.53846154s;
top: 30px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(5n) {
animation-duration: 60s;
height: 112.5%;
}
.home-banner-wrap .Cloud.Background:nth-child(5n) {
animation-duration: 80s;
animation-duration: 130s;
height: 84.65909091%;
}
.home-banner-wrap .Cloud:nth-child(4n) {
animation-delay: -49.23076923s;
top: 24px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(4n) {
animation-duration: 64s;
height: 110%;
}
.home-banner-wrap .Cloud.Background:nth-child(4n) {
animation-duration: 84s;
animation-duration: 132s;
height: 85.90909091%;
}
.home-banner-wrap .Cloud:nth-child(3n) {
animation-delay: -36.92307692s;
top: 18px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(3n) {
animation-duration: 68s;
height: 107.5%;
}
.home-banner-wrap .Cloud.Background:nth-child(3n) {
animation-duration: 88s;
animation-duration: 134s;
height: 87.15909091%;
}
.home-banner-wrap .Cloud:nth-child(2n) {
animation-delay: -24.61538462s;
top: 12px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(2n) {
animation-duration: 72s;
height: 105%;
}
.home-banner-wrap .Cloud.Background:nth-child(2n) {
animation-duration: 92s;
animation-duration: 136s;
height: 88.40909091%;
}
.home-banner-wrap .Cloud:nth-child(1n) {
animation-delay: -12.30769231s;
top: 6px;
}
.home-banner-wrap .Cloud.Foreground:nth-child(1n) {
animation-duration: 76s;
height: 102.5%;
}
.home-banner-wrap .Cloud.Background:nth-child(1n) {
animation-duration: 96s;
animation-duration: 138s;
height: 89.65909091%;
}
.home-banner-wrap .Cloud.Foreground {
background: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/cloud.png);
background-repeat: no-repeat;
}
.home-banner-wrap .Cloud.Background {
background: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/cloud2.png);
background-repeat: no-repeat;
} .vegas-slider {
margin-top: -116px;
min-height: 810px;
}
.vegas-slider .slider-content-wrap {
display: flex;
align-items: center;
height: 100%;
width: 100%;
}
.vegas-slider .slider-content-wrap .content-box {
min-width: 100%;
padding-top: 10rem;
}
.vegas-slider .slider-content-wrap .content-box .item-title {
font-size: 48px;
font-weight: 700;
color: #ffffff;
text-align: center;
margin-bottom: 7rem;
}
@media only screen and (max-width: 1199px) {
.vegas-slider .slider-content-wrap .content-box .item-title {
font-size: 40px;
}
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .item-title {
font-size: 36px;
}
}
@media only screen and (max-width: 767px) {
.vegas-slider .slider-content-wrap .content-box .item-title {
font-size: 30px;
}
}
@media only screen and (max-width: 575px) {
.vegas-slider .slider-content-wrap .content-box .item-title {
font-size: 28px;
}
}
@media only screen and (max-width: 479px) {
.vegas-slider .slider-content-wrap .content-box .item-title {
font-size: 26px;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box {
background-color: #ffffff;
border-radius: 4px;
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .search-form-box {
padding: 30px 50px 40px;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .search-form-box ul {
display: block;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li {
position: relative;
-ms-flex: 0 0 28%;
flex: 0 0 28%;
max-width: 28%;
margin-bottom: 0;
padding: 0 0 0 30px;
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li {
flex: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 20px;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li:after {
content: "";
height: 100px;
width: 1px;
background-color: #cccccc;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li:after {
display: none;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li:nth-last-child(2):after {
display: none;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li:last-child {
margin-bottom: 0;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li:last-child:after {
display: none;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li .form-icon {
position: absolute;
top: 10px;
left: 25px;
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li .form-icon {
left: -5px;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li .form-icon i {
font-size: 15px;
color: #a5a5a5;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li .form-control {
color: #444444;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li input.form-control::-webkit-input-placeholder,
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li textarea.form-control::-webkit-input-placeholder {
color: #444444;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li input.form-control:-moz-placeholder,
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li textarea.form-control:-moz-placeholder {
color: #444444;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li input.form-control:-ms-input-placeholder,
.vegas-slider .slider-content-wrap .content-box .search-form-box ul li textarea.form-control:-ms-input-placeholder {
color: #444444;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul .submit-btn {
-ms-flex: 0 0 16%;
flex: 0 0 16%;
max-width: 16%;
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .search-form-box ul .submit-btn {
flex: 100%;
max-width: 100%;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul .submit-btn .item-btn {
background-color: #00045f;
border-radius: 0 4px 4px 0;
color: #ffffff;
border: none;
height: 100%;
width: 101%;
padding: 35px 5px;
font-size: 18px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.vegas-slider .slider-content-wrap .content-box .search-form-box ul .submit-btn .item-btn {
border-radius: 4px;
width: 100%;
padding: 15px 5px;
}
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul .submit-btn .item-btn i {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
color: #990100;
margin-right: 12px;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul .submit-btn .item-btn:hover {
background-color: #990100;
}
.vegas-slider .slider-content-wrap .content-box .search-form-box ul .submit-btn .item-btn:hover i {
color: #ffffff;
} .nav-control-layout1 .owl-nav {
margin-top: 0;
}
.nav-control-layout1 .owl-nav button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #ffffff !important;
background: none !important;
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
.nav-control-layout1 .owl-nav button {
visibility: hidden;
opacity: 0;
}
}
.nav-control-layout1 .owl-nav button i {
font-size: 34px;
}
.nav-control-layout1 .owl-nav button i:before {
font-size: 34px;
}
.nav-control-layout1 .owl-nav button:hover {
color: #ffffff;
}
.nav-control-layout1 .owl-nav button:focus {
outline: none;
}
.nav-control-layout1 .owl-nav .owl-prev {
left: 0;
}
.nav-control-layout1 .owl-nav .owl-next {
right: 0;
}
.nav-control-layout2 .owl-nav {
margin-top: 0;
}
.nav-control-layout2 .owl-nav button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #111111 !important;
background: #ffffff !important;
height: 6rem;
width: 6rem;
border-radius: 50%;
border: none;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav-control-layout2 .owl-nav button i {
margin-top: 3px;
font-size: 20px;
}
.nav-control-layout2 .owl-nav button i:before {
font-size: 20px;
font-weight: 600;
}
.nav-control-layout2 .owl-nav button:hover {
background: #00045f !important;
color: #ffffff !important;
}
.nav-control-layout2 .owl-nav button:focus {
outline: none;
}
.nav-control-layout2 .owl-nav .owl-prev {
left: 4rem;
}
@media only screen and (max-width: 1399px) {
.nav-control-layout2 .owl-nav .owl-prev {
left: 0;
}
}
.nav-control-layout2 .owl-nav .owl-next {
right: 4rem;
}
@media only screen and (max-width: 1399px) {
.nav-control-layout2 .owl-nav .owl-next {
right: 0;
}
}
.nav-control-layout3 .owl-nav {
margin-top: 0;
}
.nav-control-layout3 .owl-nav button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #111111 !important;
background: #ffffff !important;
height: 6rem;
width: 6rem;
border-radius: 50%;
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.nav-control-layout3 .owl-nav button i {
font-size: 20px;
}
.nav-control-layout3 .owl-nav button i:before {
font-size: 20px;
font-weight: 600;
}
.nav-control-layout3 .owl-nav button:hover {
background: #00045f !important;
color: #ffffff !important;
}
.nav-control-layout3 .owl-nav button:focus {
outline: none;
}
.nav-control-layout3 .owl-nav .owl-prev {
left: 7rem;
}
@media only screen and (max-width: 1399px) {
.nav-control-layout3 .owl-nav .owl-prev {
left: 0;
}
}
.nav-control-layout3 .owl-nav .owl-next {
right: 7rem;
}
@media only screen and (max-width: 1399px) {
.nav-control-layout3 .owl-nav .owl-next {
right: 0;
}
}
.nav-control-layout4 .owl-nav {
margin-top: 0;
}
.nav-control-layout4 .owl-nav button {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
padding: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #ffffff !important;
background: #990100 !important;
height: 5rem;
width: 5rem;
border-radius: 50%;
border: none;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.nav-control-layout4 .owl-nav button i {
font-size: 20px;
}
.nav-control-layout4 .owl-nav button i:before {
font-size: 20px;
font-weight: 600;
}
.nav-control-layout4 .owl-nav button:hover {
background: #00045f !important;
color: #ffffff !important;
}
.nav-control-layout4 .owl-nav button:focus {
outline: none;
}
.nav-control-layout4 .owl-nav .owl-prev {
left: -8rem;
}
@media only screen and (max-width: 1399px) {
.nav-control-layout4 .owl-nav .owl-prev {
left: 0;
}
}
.nav-control-layout4 .owl-nav .owl-next {
right: -8rem;
}
@media only screen and (max-width: 1399px) {
.nav-control-layout4 .owl-nav .owl-next {
right: 0;
}
}
.nav-control-layout4:hover .owl-nav button {
visibility: visible;
opacity: 1;
}
.dot-control-layout1 {
position: relative;
}
.dot-control-layout1 .owl-dots {
text-align: center;
position: absolute;
bottom: 40px;
left: 0;
right: 0;
}
.dot-control-layout1 .owl-dots button {
position: relative;
height: 20px;
width: 20px;
padding: 0;
margin: 0 3px;
border: 2px solid #acacac;
border-radius: 50%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:after {
content: "";
height: 10px;
width: 10px;
background-color: #990100;
border-radius: 50%;
position: absolute;
top: 3px;
left: 3px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.dot-control-layout1 .owl-dots button:focus {
outline: none;
}
.dot-control-layout1 .owl-dots button.active:after {
visibility: visible;
opacity: 1;
}
.smart-nav-layout1 {
position: relative;
margin-top: 20px;
}
.smart-nav-layout1 span {
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 4px;
border: 1px solid #e1e1e1;
color: #990100;
margin-right: 6px;
padding: 10px 14px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.smart-nav-layout1 span:last-child {
margin-right: 0;
}
.smart-nav-layout1 span i {
font-weight: 600;
font-size: 18px;
}
.smart-nav-layout1 span:hover {
background-color: #00045f;
color: #ffffff;
border-color: #00045f;
} .select2-container--classic .select2-selection--single {
background: #ffffff;
border: 1px solid #ffffff;
height: 50px;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
line-height: 50px;
color: #adadad;
padding-left: 20px;
font-size: 16px;
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #f4f4f4;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background: none;
border-left: none;
height: 50px;
top: 0;
width: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #990100 transparent transparent transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #990100 transparent;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
background: #ffffff;
border-color: #cccccc;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-color: #cccccc;
background: #ffffff;
border-top: 1px solid #cccccc;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #cccccc;
position: inherit !important;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #0529a4;
}
.select2-results__option {
padding: 10px 20px;
}  .inner-page-banner {
position: relative;
padding: 9.5rem 0 8.3rem;
}
.inner-page-banner .breadcrumbs-area {
text-align: center;
position: relative;
z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
font-size: 46px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 16px;
color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.inner-page-banner .breadcrumbs-area h1 {
font-size: 42px;
}
}
@media only screen and (max-width: 991px) {
.inner-page-banner .breadcrumbs-area h1 {
font-size: 38px;
margin-bottom: 5px;
line-height: 1.5;
}
}
@media only screen and (max-width: 767px) {
.inner-page-banner .breadcrumbs-area h1 {
font-size: 34px;
}
}
@media only screen and (max-width: 575px) {
.inner-page-banner .breadcrumbs-area h1 {
font-size: 30px;
}
}
@media only screen and (max-width: 479px) {
.inner-page-banner .breadcrumbs-area h1 {
font-size: 26px;
}
}
.inner-page-banner .breadcrumbs-area ul li, .inner-page-banner .breadcrumbs-area nav .last{
display: inline-block;
color: #ffffff;
position: relative; margin-bottom: 10px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
content: "\f101";
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-weight: 600;
position: absolute;
right: -14px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5;
color: #cccccc;
}
.inner-page-banner .breadcrumbs-area nav .separator {
font-size: 25px;
font-weight: 600;
z-index: 5;
color: #cccccc;
top: 1px;
position: relative;
margin: 0 8px;
}
.inner-page-banner .breadcrumbs-area ul li a, .inner-page-banner .breadcrumbs-area nav a {
color: #cccccc;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover, .inner-page-banner .breadcrumbs-area nav a:hover {
color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
margin-right: 0;
padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
display: none;
}
.inner-page-banner:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.fw-btn-fill {
width: 100%;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.fw-btn-fill i {
margin-left: 10px;
}
.fw-btn-fill:hover {
background-color: #00045f;
color: #ffffff;
}
.fw-btn-primary {
width: 100%;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
font-weight: 500;
font-size: 15px;
color: #ffffff;
background-color: #00045f;
letter-spacing: 1px;
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.fw-btn-primary i {
font-size: 16px;
margin-left: 10px;
}
.fw-btn-primary:hover {
background-color: #990100;
}
.fw-btn-ghost {
width: 100%;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
border: none;
background-color: transparent;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.fw-btn-ghost i {
margin-left: 10px;
}
.fw-btn-ghost:hover {
background-color: #00045f;
color: #ffffff;
border-color: #00045f;
}
.btn-fill-lg {
border-radius: 4px;
display: inline-flex;
align-items: center;
padding: 12px 30px;
font-weight: 500;
font-size: 15px;
letter-spacing: 0.5px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn-fill-lg i {
font-size: 16px;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn-fill-lg:hover {
background-color: #00045f;
color: #ffffff;
}
.btn-fill-lg:hover i {
color: #ffffff;
}
.btn-fill-lg-2 {
border-radius: 4px;
display: inline-flex;
align-items: center;
padding: 10px 28px;
font-weight: 500;
font-size: 15px;
letter-spacing: 0.5px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn-fill-lg-2 i {
font-size: 16px;
margin-left: 10px;
}
.btn-fill-lg-2:hover {
background-color: #ffffff;
color: #00045f;
}
.btn-fill-md {
border-radius: 4px;
display: inline-flex;
align-items: center;
padding: 12px 25px;
font-weight: 500;
font-size: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn-fill-md i {
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn-fill-md:hover {
background-color: #00045f;
color: #ffffff;
}
.btn-fill-md:hover i {
color: #ffffff;
}
.btn-fill-md-2 {
border-radius: 4px;
display: inline-flex;
align-items: center;
padding: 12px 25px;
font-weight: 700;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn-fill-md-2 i {
font-size: 18px;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.btn-fill-md-2:hover {
background-color: #00045f;
color: #ffffff;
}
.btn-fill-md-2:hover i {
color: #ffffff;
}
.ghost-btn-lg {
display: inline-flex;
align-items: center;
font-size: 15px;
font-weight: 500;
border-radius: 4px;
padding: 9px 35px;
letter-spacing: 0.7px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ghost-btn-lg i {
font-size: 18px;
margin-left: 10px;
}
.ghost-btn-lg:hover {
background-color: #990100;
color: #ffffff;
}
@media only screen and (max-width: 991px) {
.ghost-btn-lg {
padding: 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.ghost-btn-lg {
padding: 8px 25px;
}
}
.ghost-btn-lg-2 {
display: inline-flex;
align-items: center;
font-size: 15px;
font-weight: 500;
border-radius: 4px;
padding: 9px 25px;
letter-spacing: 0.7px;
border: 1px solid #ffffff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ghost-btn-lg-2 i {
font-size: 18px;
margin-left: 10px;
}
.ghost-btn-lg-2:hover {
background-color: #00045f;
color: #ffffff;
border-color: #00045f;
}
@media only screen and (max-width: 991px) {
.ghost-btn-lg-2 {
padding: 10px 30px;
}
}
@media only screen and (max-width: 767px) {
.ghost-btn-lg-2 {
padding: 8px 25px;
}
}
.ghost-btn-md {
display: inline-flex;
align-items: center;
border-radius: 4px;
font-weight: 500;
padding: 8px 26px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ghost-btn-md i {
font-size: 18px;
margin-left: 10px;
}
.ghost-btn-md:hover {
background-color: #990100;
border-color: #990100;
color: #ffffff;
}
.ghost-btn-md:hover i {
color: #ffffff;
}
@media only screen and (max-width: 991px) {
.ghost-btn-md {
font-size: 15px;
padding: 8px 20px;
}
}
.ghost-btn-md-2 {
display: inline-flex;
align-items: center;
border-radius: 4px;
font-weight: 700;
padding: 10px 26px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ghost-btn-md-2 i {
font-size: 18px;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.ghost-btn-md-2:hover {
background-color: #990100;
border-color: #990100;
color: #ffffff;
}
.ghost-btn-md-2:hover i {
color: #ffffff;
}
@media only screen and (max-width: 991px) {
.ghost-btn-md-2 {
font-size: 15px;
padding: 8px 20px;
}
}
.btn-hover-primary:hover {
background-color: #00045f;
border-color: #00045f !important;
}
.btn-hover-accent:hover {
background-color: #990100;
}
body .wrapper {
display: block;
opacity: 1;
animation: fadeIn 0.2s;
}
body.pace-done .wrapper {
display: block;
opacity: 1;
animation: fadeIn 0.2s;
}
.scrollup {
overflow: hidden;
position: fixed;
height: 40px;
width: 40px;
line-height: 40px;
border-radius: 45px;
bottom: -50px;
right: 20px;
text-align: center;
z-index: 9999;
background-color: rgba(17, 17, 17, 0.8);
display: block;
font-size: 16px;
color: #ffffff;
-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
-moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
-ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
-o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
display: inline-block;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.scrollup:hover,
.scrollup:focus {
color: #ffffff;
}
.scrollup:hover i,
.scrollup:focus i {
-webkit-animation: toBottomFromTop20 0.5s forwards;
animation: toBottomFromTop20 0.5s forwards;
}
.scrollup.back-top {
bottom: 20px;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 #14287b;
box-shadow: 0 0 0 0 #14287b;
}
40% {
-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
70% {
-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
}
}
@keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 #14287b;
box-shadow: 0 0 0 0 #14287b;
}
40% {
-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
70% {
-webkit-box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
box-shadow: 0 0 0 50px rgba(255, 194, 17, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
box-shadow: 0 0 0 0 rgba(255, 194, 17, 0);
}
}
@-webkit-keyframes animate-figure1 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-20px) translateX(10px);
transform: translateY(-20px) translateX(10px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
}
@keyframes animate-figure1 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-20px) translateX(10px);
transform: translateY(-20px) translateX(10px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
}
@-webkit-keyframes animate-figure2 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-20px) translateX(-10px);
transform: translateY(-20px) translateX(-10px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
}
@keyframes animate-figure2 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-20px) translateX(-10px);
transform: translateY(-20px) translateX(-10px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
}
@-webkit-keyframes animate-figure3 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-10px) translateX(-40px);
transform: translateY(-10px) translateX(-40px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
}
@keyframes animate-figure3 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-10px) translateX(-40px);
transform: translateY(-10px) translateX(-40px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
}
@-webkit-keyframes animate-figure4 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-10px) translateX(40px);
transform: translateY(-10px) translateX(40px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
}
@keyframes animate-figure4 {
0% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
50% {
-webkit-transform: translateY(-10px) translateX(40px);
transform: translateY(-10px) translateX(40px);
}
100% {
-webkit-transform: translateY(0) translateX(0);
transform: translateY(0) translateX(0);
}
} .footer-top-wrap-layout1 {
padding: 10rem 0 6rem;
}
.footer-bottom-wrap-layout1 {
padding: 4rem 1rem;
border-top: 1px solid #e1e1e1;
text-align: center;
}
.footer-bottom-wrap-layout1 .copyright-light a {
color: #00045f;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-bottom-wrap-layout1 .copyright-light a:hover {
color: #990100;
}
.footer-wrap-layout2 {
padding: 10rem 0 0;
background-color: #101242;
background-image: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip3.png);
background-repeat: no-repeat;
background-position: bottom right 25px;
}
.footer-box-layout1 {
margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
.footer-box-layout1 {
text-align: center;
}
}
.footer-box-layout1 .footer-logo {
margin-bottom: 22px;
}
.footer-box-layout1 .footer-logo a {
display: inline-block;
}
.footer-box-layout1 p {
margin-bottom: 26px;
}
.footer-box-layout1 .footer-social li {
display: inline-block;
margin-right: 2px;
}
.footer-box-layout1 .footer-social li:last-child {
margin-right: 0;
}
.footer-box-layout1 .footer-social li a {
display: block;
text-align: center;
height: 42px;
width: 47px;
line-height: 42px;
background-color: #00045f;
border-radius: 4px;
color: #ffffff;
font-size: 16px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-social li a:hover {
background-color: #990100;
}
@media only screen and (max-width: 767px) {
.footer-box-layout1 .footer-social li a {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 16px;
}
}
.footer-box-layout1 .footer-title {
margin-bottom: 20px;
padding-bottom: 24px;
position: relative;
}
.footer-box-layout1 .footer-title:after {
content: "";
height: 4px;
width: 49px;
background-color: #990100;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
@media only screen and (max-width: 767px) {
.footer-box-layout1 .footer-title:after {
margin: auto;
}
}
.footer-box-layout1 .footer-title h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.footer-box-layout1 .footer-title h3 {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.footer-box-layout1 .footer-title h3 {
font-size: 20px;
}
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li {
margin-bottom: 8px;
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li:last-child {
margin-bottom: 0;
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li a {
color: #646464;
padding: 5px 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-menu-box .footer-menu-list li a:hover {
color: #111111;
}
.footer-box-layout1 .footer-form-box p {
margin-bottom: 15px;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group {
margin-bottom: 5px;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group:last-child {
margin-bottom: 0;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.footer-box-layout1 .footer-form-box .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
color: #9b9c9c;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .form-control {
font-size: 16px;
padding: 10px 20px;
border: none;
color: #111111;
border-radius: 4px;
background-color: #ededed;
}
@media only screen and (max-width: 991px) {
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .form-control {
font-size: 14px;
}
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .form-control:focus {
outline: none;
box-shadow: none;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group input {
height: 50px;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .item-btn {
background-color: #990100;
color: #ffffff;
border: none;
border-radius: 4px;
padding: 10px 20px;
font-weight: 500;
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .item-btn i {
font-size: 18px;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-box-layout1 .footer-form-box .contact-form-box .form-group .item-btn:hover {
background-color: #00045f;
}
.footer-box-layout2 {
margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
.footer-box-layout2 {
text-align: center;
}
}
.footer-box-layout2 .footer-about .footer-logo {
margin-bottom: 22px;
}
.footer-box-layout2 .footer-about .footer-logo a {
display: inline-block;
}
.footer-box-layout2 .footer-about p {
margin-bottom: 35px;
color: #c0c1ce;
width: 80%;
}
@media only screen and (max-width: 991px) {
.footer-box-layout2 .footer-about p {
margin: 0 auto 30px;
}
}
.footer-box-layout2 .footer-about .contact-type ul li {
color: #c7d6e3;
margin-bottom: 10px;
}
.footer-box-layout2 .footer-about .contact-type ul li i {
font-size: 20px;
color: #990100;
margin-right: 15px;
}
.footer-box-layout2 .footer-title {
margin-bottom: 20px;
padding-bottom: 24px;
position: relative;
}
.footer-box-layout2 .footer-title:after {
content: "";
height: 4px;
width: 49px;
background-color: #990100;
position: absolute;
bottom: 0;
left: 0;
}
@media only screen and (max-width: 991px) {
.footer-box-layout2 .footer-title:after {
right: 0;
margin: auto;
}
}
.footer-box-layout2 .footer-title h3 {
color: #ffffff;
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.footer-box-layout2 .footer-title h3 {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.footer-box-layout2 .footer-title h3 {
font-size: 20px;
}
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li {
margin-bottom: 8px;
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li:last-child {
margin-bottom: 0;
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li a {
color: #c0c1ce;
padding: 5px 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-box-layout2 .footer-menu-box .footer-menu-list li a:hover {
color: #ffffff;
}
.footer-box-layout2 .footer-form-box p {
color: #c0c1ce;
margin-bottom: 15px;
}
.footer-box-layout2 .footer-form-box .contact-form-box {
margin-bottom: 40px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group {
margin-bottom: 5px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group:last-child {
margin-bottom: 0;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.footer-box-layout2 .footer-form-box .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
color: #9b9c9c;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .form-control {
font-size: 16px;
padding: 10px 20px;
border: none;
color: #111111;
border-radius: 4px;
background-color: #ededed;
}
@media only screen and (max-width: 991px) {
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .form-control {
font-size: 14px;
}
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .form-control:focus {
outline: none;
box-shadow: none;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group input {
height: 50px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .item-btn {
background-color: #990100;
color: #ffffff;
border: none;
border-radius: 4px;
padding: 10px 20px;
font-weight: 500;
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .item-btn i {
font-size: 18px;
margin-left: 10px;
}
.footer-box-layout2 .footer-form-box .contact-form-box .form-group .item-btn:hover {
background-color: #ffffff;
color: #00045f;
}
.footer-box-layout2 .footer-social ul li {
display: inline-block;
margin-right: 2px;
}
.footer-box-layout2 .footer-social ul li:last-child {
margin-right: 0;
}
.footer-box-layout2 .footer-social ul li a {
display: block;
text-align: center;
height: 42px;
width: 47px;
line-height: 42px;
background-color: #1c1f72;
border-radius: 4px;
color: #ffffff;
font-size: 16px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer-box-layout2 .footer-social ul li a:hover {
background-color: #990100;
}
@media only screen and (max-width: 767px) {
.footer-box-layout2 .footer-social ul li a {
height: 40px;
width: 40px;
line-height: 40px;
font-size: 16px;
}
}
.copyright {
padding: 3rem 0 6rem;
color: #c0c1ce;
}
@media only screen and (max-width: 991px) {
.copyright {
text-align: center;
}
}
.copyright a {
color: #990100;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.copyright a:hover {
color: #ffffff;
} a {
text-decoration: none;
cursor: pointer;
}
a:active,
a:hover,
a:focus {
text-decoration: none;
}
a:active,
a:hover,
a:focus {
outline: 0 none;
}
img {
max-width: 100%;
height: auto;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
margin-left: 0;
}
.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
margin-top: 10px;
margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
margin-bottom: 0;
} header.header {
position: relative;
z-index: 15;
}
@media only screen and (max-width: 991px) {
header.header {
display: none;
}
}
.logo-area a {
display: block;
}
.header-menu {
position: relative;
top: 0;
left: 0;
right: 0;
margin: auto;
z-index: 100;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.header-menu:after {
clear: both;
content: "";
display: block;
}
.header-menu nav.template-main-menu > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header-menu nav.template-main-menu > ul > li > a {
transition: all 0.3s ease-out;
}
.header-menu nav.template-main-menu > ul > li > a:hover {
color: #990100;
}
nav.template-main-menu > ul > li {
position: relative;
}
nav.template-main-menu > ul > li > a {
font-size: 15px;
font-weight: 500;
line-height: 1;
display: block;
color: #111111;
text-transform: uppercase;
}
nav.template-main-menu > ul > li ul.sub-menu {
border-top: 1px solid #00045f;
background-color: #ffffff;
width: 250px;
visibility: hidden;
opacity: 0;
position: absolute;
top: 100%;
left: 0;
border-radius: 0 0 4px 4px;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.sub-menu li {
position: relative;
}
nav.template-main-menu > ul > li ul.sub-menu li a {
position: relative;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
color: #111111;
padding: 12px 20px;
display: block;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.sub-menu li a:before {
content: "\f30b";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 15px;
color: #990100;
position: absolute;
top: 12px;
left: 20px;
transform: scale(0);
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
nav.template-main-menu > ul > li ul.sub-menu li a:hover {
color: #990100;
padding-left: 40px;
}
nav.template-main-menu > ul > li ul.sub-menu li a:hover:before {
transform: scale(1);
}
@media only screen and (max-width: 1199px) {
nav.template-main-menu > ul > li ul.sub-menu li a {
padding: 10px 15px;
}
}
nav.template-main-menu > ul > li ul.sub-menu li:after {
content: "";
position: absolute;
top: 0;
left: 20px;
right: 20px;
height: 100%;
border-bottom: 1px solid #e9e9e9;
z-index: -1;
}
@media only screen and (max-width: 1199px) {
nav.template-main-menu > ul > li ul.sub-menu li:after {
left: 15px;
right: 15px;
}
}
nav.template-main-menu > ul > li ul.sub-menu li:last-child:after {
border-bottom: none;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 {
display: flex;
align-items: center;
border-top: 1px solid #00045f;
background-color: #ffffff;
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
-webkit-transform: translateY(15px);
-moz-transform: translateY(15px);
-ms-transform: translateY(15px);
-o-transform: translateY(15px);
transform: translateY(15px);
-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li {
min-width: 200px;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a {
font-size: 15px;
text-transform: capitalize;
color: #111111;
padding: 8px 15px;
display: block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:hover {
color: #ffffff;
background-color: #00045f;
}
nav.template-main-menu > ul > li ul.dropdown-menu-col-2 li a:last-child {
padding-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu {
background-color: #ffffff;
border-top: 1px solid #00045f;
position: absolute;
width: 100%;
left: 0;
right: 0;
z-index: 10;
opacity: 0;
visibility: hidden;
top: 100%;
padding: 20px 0 0;
transform: translateY(15px);
-webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu .menu-ctg-title {
font-size: 16px;
font-weight: 500;
color: #111111;
margin-bottom: 15px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu {
margin-bottom: 20px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li {
margin-bottom: 5px;
padding-bottom: 7px;
border-bottom: 1px solid #ebebeb;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a {
font-size: 15px;
text-transform: capitalize;
color: #111111;
padding: 5px 15px 5px 30px;
display: block;
-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
-moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
-ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
-o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
position: relative;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a i {
color: #00045f;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover {
color: #990100;
padding: 5px 15px 5px 35px;
}
nav.template-main-menu > ul > li .template-mega-menu ul.sub-menu li a:hover i {
color: #990100;
animation: toRightFromLeft10 0.5s;
}
nav.template-main-menu > ul > li:hover ul.sub-menu {
opacity: 1;
visibility: visible;
transform: translatey(0);
}
nav.template-main-menu > ul > li:hover ul.dropdown-menu-col-2 {
opacity: 1;
visibility: visible;
transform: translatey(0);
}
nav.template-main-menu > ul > li:hover .template-mega-menu {
opacity: 1;
visibility: visible;
transform: translatey(0);
}
.header-menu.menu-layout1 {
background-color: #ffffff;
}
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
padding: 40px 20px;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout1 nav.template-main-menu > ul > li > a {
padding: 40px 15px;
}
}
.header-menu.menu-layout2 {
padding-top: 20px;
}
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
padding: 40px 20px;
color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout2 nav.template-main-menu > ul > li > a {
padding: 40px 15px;
}
}
.header-menu.menu-layout2 .header-action-layout1 .header-action-number .item-icon i:before {
color: #ffffff;
}
.header-menu.menu-layout2 .header-action-layout1 .header-action-number .item-content .item-text {
color: #ffffff;
}
.header-menu.menu-layout2 .header-action-layout1 .header-action-number .item-content .item-number {
color: #ffffff;
}
.rt-sticky {
position: fixed;
top: 0;
width: 100%;
z-index: 100;
left: 0;
right: 0;
background-color: #ffffff;
}
.rt-sticky nav.template-main-menu > ul > li > a {
padding: 28px 18px;
}
@media only screen and (max-width: 1199px) {
.rt-sticky nav.template-main-menu > ul > li > a {
padding: 28px 15px;
}
}
.header-menu.menu-layout1.rt-sticky {
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
padding: 28px 20px;
}
@media only screen and (max-width: 1199px) {
.header-menu.menu-layout1.rt-sticky nav.template-main-menu > ul > li > a {
padding: 28px 15px;
}
}
.header-menu.menu-layout2.rt-sticky {
padding-top: 0;
background-color: #00045f;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-menu.menu-layout2.rt-sticky .header-action-layout1 ul li .item-btn:hover {
background-color: #990100;
}
@media only screen and (min-width: 992px) {
.hide-on-desktop-menu {
display: none !important;
}
}
@media only screen and (max-width: 991px) {
.hide-on-mobile-menu {
display: none;
}
}
.header-action-layout1 ul {
display: flex;
align-items: center;
}
.header-action-layout1 ul li {
display: inline-block;
margin-right: 25px;
}
.header-action-layout1 ul li:last-child {
margin-right: 0;
}
.header-action-layout1 ul .header-search-icon a i:before {
font-size: 24px;
color: #646464;
font-weight: 900;
}
.header-action-layout1 ul .header-btn .item-btn {
display: inline-flex;
align-items: center;
color: #ffffff;
background-color: #990100;
border-radius: 4px;
padding: 10px 30px;
font-size: 15px;
font-weight: 500;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .header-btn .item-btn i {
font-size: 16px;
margin-left: 10px;
}
.header-action-layout1 ul .header-btn .item-btn:hover {
background-color: #00045f;
}
@media only screen and (max-width: 1199px) {
.header-action-layout1 ul .header-btn .item-btn {
padding: 10px 28px;
}
}
.header-action-layout1 ul .header-action-number {
display: flex;
align-items: center;
line-height: 1.4;
margin-right: 50px;
}
@media only screen and (max-width: 1330px) {
.header-action-layout1 ul .header-action-number {
display: none;
}
}
.header-action-layout1 ul .header-action-number .item-icon {
margin-right: 10px;
margin-top: 5px;
}
.header-action-layout1 ul .header-action-number .item-icon i:before {
font-size: 28px;
color: #990100;
}
.header-action-layout1 ul .header-action-number .item-content .item-text {
font-size: 15px;
}
.header-action-layout1 ul .header-action-number .item-content .item-number {
font-size: 18px;
font-weight: 700;
color: #00045f;
}
.header-topbar-layout1 .header-top-left ul li {
display: inline-flex;
align-items: center;
color: #c7d6e3;
font-size: 15px;
margin-right: 18px;
}
.header-topbar-layout1 .header-top-left ul li:last-child {
margin-right: 0;
}
.header-topbar-layout1 .header-top-left ul li span {
color: #ffffff;
margin-right: 5px;
}
.header-topbar-layout1 .header-top-left ul li i {
font-size: 18px;
color: #ffffff;
margin-right: 10px;
}
.header-topbar-layout1 .header-top-right ul {
display: flex;
align-items: center;
}
.header-topbar-layout1 .header-top-right ul > li {
display: flex;
align-items: center;
margin-right: 8px;
font-size: 15px;
font-weight: 500;
color: #ffffff;
}
.header-topbar-layout1 .header-top-right ul > li > i {
font-size: 18px;
margin-right: 10px;
}
.header-topbar-layout1 .header-top-right ul > li:last-child {
margin-right: 0;
}
.header-topbar-layout1 .header-top-right ul .social-icon a {
padding-right: 5px;
margin-right: 12px;
font-size: 16px;
color: #c7d6e3;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.header-topbar-layout1 .header-top-right ul .social-icon a:last-child {
padding-right: 0;
margin-right: 0;
}
.header-topbar-layout1 .header-top-right ul .social-icon a:hover {
color: #ffffff;
}
.header-search {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.85);
transition: all 0.5s ease-in-out;
transform: translate(0px, -100%) scale(0, 0);
opacity: 0;
visibility: hidden;
z-index: 999999;
}
.header-search .header-search-form {
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.header-search .header-search-form input[type="search"] {
width: 60%;
color: #ffffff;
font-size: 24px;
text-align: left;
border: none;
margin: 0px auto;
padding: 25px 10px 25px 30px;
outline: none;
background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.5), transparent);
}
.header-search .header-search-form .search-btn {
padding: 24px 10px;
background-color: transparent;
box-shadow: none;
border: none;
border-radius: 4px;
cursor: pointer;
}
.header-search .header-search-form .search-btn i:before {
font-size: 24px;
font-weight: 700;
color: #ffffff;
margin-left: 0;
}
.header-search .header-search-form .search-btn:focus {
box-shadow: none;
outline: none;
}
.header-search .close {
position: fixed;
top: 15px;
right: 15px;
color: #00045f;
background-color: rgba(255, 255, 255, 0.8);
border: none;
opacity: 1;
visibility: visible;
padding: 3px 15px 5px;
font-size: 36px;
font-weight: 300;
border-radius: 2px;
cursor: pointer;
box-shadow: 0 1px 2px 0px rgba(255, 255, 255, 0.75);
transition: all 0.3s ease-in-out;
}
.header-search .close:focus {
box-shadow: none;
border: none;
outline: none;
}
.header-search .close:hover {
background-color: #ffffff;
}
.header-search.open {
transform: translate(0px, 0px) scale(1, 1);
opacity: 1;
visibility: visible;
}
.mean-container .mean-bar {
background: #ffffff !important;
float: none;
padding: 0 !important;
position: fixed !important;
top: 0;
z-index: 20;
}
.mean-container .mean-bar:after {
content: "";
clear: both;
display: block;
}
.mean-container .mean-bar a.logo-mobile-menu {
width: 100%;
background-color: rgba(222, 222, 222, 0.95);
box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
padding-left: 15px;
border-bottom: 1px solid #b2b2b2;
position: relative;
text-align: center;
height: 50px;
display: flex;
align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
background-color: rgba(248, 248, 248, 0.95);
z-index: -1;
top: 0;
left: 0;
right: 0;
}
.mean-container .mean-nav {
float: none !important;
background: transparent !important;
}
.mean-container .mean-nav > ul {
overflow-y: scroll;
height: 100vh;
}
.mean-container .mean-nav > ul:after {
content: '';
display: block;
clear: both;
}
.mean-container .mean-nav > ul > li > a {
font-size: 14px;
color: #111111;
font-weight: 700;
background-color: #ebebeb;
transition: all 0.5s ease-out;
}
.mean-container .mean-nav > ul > li > a:hover {
color: #00045f;
}
.mean-container .mean-nav > ul > li:hover > a {
color: #00045f;
background-color: #ffffff;
}
.mean-container .mean-nav > ul > li li a {
color: #111111;
opacity: 1;
font-weight: 500;
padding: 0.5em 10%;
font-size: 14px;
}
.mean-container .mean-nav > ul > li li a:hover {
background-color: #ffffff;
}
.mean-container .mean-nav > ul > li a.mean-expand {
background-color: transparent;
margin-top: 0;
height: 20px;
line-height: 27px;
width: 100%;
text-align: right;
font-size: 14px;
padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav > ul > li a.mean-expand:hover {
background-color: transparent;
}
.mean-container a.meanmenu-reveal {
float: none !important;
position: absolute;
top: 0;
transition: unset;
padding: 16px 14px 12px;
}
.mean-container #wrapper {
padding-top: 50px;
} .heading-layout1 {
text-align: center;
margin-bottom: 52px;
position: relative;
}
.heading-layout1 .item-title {
font-weight: 900;
color: #111111;
}
.heading-layout1 p {
font-size: 18px;
font-weight: 500;
margin-bottom: 8px;
color: #990100;
}
@media only screen and (max-width: 991px) {
.heading-layout1 p {
margin-bottom: 0;
}
}
.heading-layout1.heading-light .item-title {
color: #ffffff;
}
.heading-layout1.heading-light p {
color: #cccccc;
}
.heading-layout2 {
text-align: center;
margin-bottom: 5rem;
}
.heading-layout2 .item-title {
font-weight: 900;
width: 60%;
margin: 0 auto 25px;
}
@media only screen and (max-width: 991px) {
.heading-layout2 .item-title {
width: 100%;
}
}
.heading-layout2 p {
width: 70%;
margin: 0 auto;
}
@media only screen and (max-width: 991px) {
.heading-layout2 p {
width: 100%;
}
}
.heading-layout3 {
position: relative;
margin-bottom: 24px;
}
.heading-layout3 .item-title {
font-size: 20px;
font-weight: 700;
padding-bottom: 16px;
margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
.heading-layout3 .item-title {
font-size: 18px;
}
}
.heading-layout3:after {
content: "";
height: 3px;
width: 35px;
background-color: #990100;
position: absolute;
bottom: 0;
left: 0;
}
.heading-layout4 {
margin-bottom: 30px;
}
.heading-layout4 .item-title {
font-weight: 700;
margin-bottom: 0;
}
.heading-layout4 p {
margin: 0 0 15px 0;
color: #990100;
font-size: 18px;
font-weight: 500;
}
@media only screen and (max-width: 479px) {
.heading-layout4 p {
margin-bottom: 0;
}
} .pagination-layout1 ul li {
display: inline-block;
margin-right: 6px;
}
.pagination-layout1 ul li:last-child {
margin-right: 0;
}
.pagination-layout1 ul li .nav-item {
display: inline-block;
border: 1px solid #c2c2c2;
font-size: 22px;
font-weight: 500;
color: #00045f;
padding: 7px 16px;
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pagination-layout1 ul li .nav-item:hover {
border-color: #990100;
background-color: #990100;
color: #ffffff;
}
.pagination-layout1 ul li .nav-item.active {
background-color: #990100;
border-color: #990100;
color: #ffffff;
}
.pagination-layout2 {
margin-bottom: 60px;
}
.pagination-layout2 .prev-btn {
padding-right: 2rem;
}
.pagination-layout2 .prev-btn .media .item-img {
margin-top: 6px;
}
.pagination-layout2 .prev-btn .media .item-img img {
border-radius: 4px;
}
.pagination-layout2 .prev-btn .media .media-body .item-title {
font-weight: 500;
color: #111111;
margin-bottom: 2px;
line-height: 25px;
}
@media only screen and (max-width: 1199px) {
.pagination-layout2 .prev-btn .media .media-body .item-title {
display: none;
}
}
.pagination-layout2 .prev-btn .media .media-body .item-date {
margin-bottom: 10px;
color: #990100;
font-size: 15px;
}
.pagination-layout2 .prev-btn .media .media-body .item-date i {
font-weight: 500;
margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
.pagination-layout2 .prev-btn .media .media-body .item-date {
display: none;
}
}
.pagination-layout2 .prev-btn .media .media-body a {
font-size: 16px;
color: #646464;
}
.pagination-layout2 .prev-btn .media .media-body a i {
font-size: 15px;
color: #990100;
margin-right: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pagination-layout2 .prev-btn .media .media-body a:hover {
color: #111111;
}
.pagination-layout2 .next-btn {
padding-right: 2rem;
}
.pagination-layout2 .next-btn .media .item-img {
margin-top: 6px;
}
.pagination-layout2 .next-btn .media .item-img img {
border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
.pagination-layout2 .next-btn .media .item-img {
text-align: right;
}
}
.pagination-layout2 .next-btn .media .media-body .item-title {
font-weight: 500;
color: #111111;
margin-bottom: 2px;
line-height: 25px;
}
@media only screen and (max-width: 1199px) {
.pagination-layout2 .next-btn .media .media-body .item-title {
display: none;
}
}
.pagination-layout2 .next-btn .media .media-body .item-date {
margin-bottom: 10px;
color: #990100;
font-size: 15px;
}
.pagination-layout2 .next-btn .media .media-body .item-date i {
font-weight: 500;
margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
.pagination-layout2 .next-btn .media .media-body .item-date {
display: none;
}
}
.pagination-layout2 .next-btn .media .media-body a {
font-size: 16px;
color: #646464;
}
.pagination-layout2 .next-btn .media .media-body a i {
font-size: 15px;
color: #990100;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pagination-layout2 .next-btn .media .media-body a:hover {
color: #111111;
} @media only screen and (max-width: 1199px) {
.sidebar-break-lg {
margin-top: 5rem;
}
}
@media only screen and (max-width: 991px) {
.sidebar-break-md {
margin-top: 5rem;
}
}
.sidebar-widget-area .widget {
margin-bottom: 4rem;
}
.sidebar-widget-area .widget:last-child {
margin-bottom: 0 !important;
}
.widget-search-box .stylish-input-group {
height: 55px;
border-radius: 4px;
padding: 0;
}
.widget-search-box .stylish-input-group .form-control {
border: 1px solid #dddddd;
box-shadow: none;
border-radius: 4px;
background: transparent;
color: #111111;
height: 55px;
margin-right: 8px;
padding: 10px 20px;
}
.widget-search-box .stylish-input-group .input-group-addon {
display: flex;
padding: 0;
border: none;
border-radius: 4px;
background: #00045f !important;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button {
cursor: pointer;
background: transparent;
border: 0;
padding: 0 20px;
}
.widget-search-box .stylish-input-group .input-group-addon button span:before {
color: #ffffff;
font-size: 22px;
font-weight: 700;
margin-left: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-search-box .stylish-input-group .input-group-addon button:focus {
outline: none;
}
.widget-search-box .stylish-input-group .input-group-addon:hover {
background-color: #990100 !important;
}
.widget-search-box .stylish-input-group .input-group-addon:hover button span {
color: #ffffff;
}
.widget-search-box .stylish-input-group input {
font-size: 15px;
color: #00045f;
}
.widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
color: #9b9c9c;
font-size: 15px;
}
.widget-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
color: #9b9c9c;
font-size: 15px;
}
.widget-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
color: #9b9c9c;
font-size: 15px;
}
.widget-category {
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 35px 40px 20px;
}
.widget-category .service-list ul li {
border-bottom: 1px solid #dddddd;
}
.widget-category .service-list ul li:last-child {
border-bottom: none;
}
.widget-category .service-list ul li a {
position: relative;
display: block;
color: #444444;
padding: 13px 0 13px 26px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-category .service-list ul li a i {
color: #646464;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.widget-category .service-list ul li a:hover {
color: #990100;
padding-left: 35px;
}
.widget-category .service-list ul li a:hover i {
color: #00045f;
}
.widget-recent-post {
border: 1px solid #e1e1e1;
padding: 40px 40px;
border-radius: 4px;
}
@media only screen and (max-width: 575px) {
.widget-recent-post {
padding: 30px;
}
}
.widget-recent-post .recent-post-list li {
margin-bottom: 16px;
padding-bottom: 20px;
border-bottom: 1px solid #e1e1e1;
}
.widget-recent-post .recent-post-list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget-recent-post .recent-post-list li .post-date {
font-size: 14px;
color: #00045f;
font-weight: 500;
margin-bottom: 10px;
}
.widget-recent-post .recent-post-list li .post-date i {
font-size: 14px;
color: #990100;
margin-right: 8px;
}
.widget-recent-post .recent-post-list li .item-title {
line-height: 1.5;
margin-bottom: 0;
}
.widget-recent-post .recent-post-list li .item-title a {
color: #646464;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-recent-post .recent-post-list li .item-title a:hover {
color: #990100;
}
.widget-newsletter {
background-color: #00045f;
padding: 40px 40px;
border-radius: 4px;
text-align: center;
}
.widget-newsletter .item-img {
margin-bottom: 30px;
}
.widget-newsletter .item-img img {
-webkit-box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
box-shadow: 0px 9px 13px 0px rgba(13, 28, 93, 0.75);
}
.widget-newsletter .item-content .item-title {
font-size: 24px;
font-weight: 600;
color: #ffffff;
margin-bottom: 6px;
}
.widget-newsletter .item-content p {
color: #b7bede;
}
.widget-newsletter .item-content .form-box .form-group {
margin-bottom: 8px;
}
.widget-newsletter .item-content .form-box .form-group:last-child {
margin-bottom: 0;
}
.widget-newsletter .item-content .form-box .form-group .form-control {
text-align: center;
border: none;
background-color: #ffffff;
padding: 10px;
}
.widget-newsletter .item-content .form-box .form-group input {
height: 60px;
}
.widget-newsletter .item-content .form-box .form-group .item-btn {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
border: none;
background-color: #990100;
border-radius: 4px;
font-weight: 500;
color: #ffffff;
padding: 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-newsletter .item-content .form-box .form-group .item-btn i {
margin-left: 10px;
}
.widget-newsletter .item-content .form-box .form-group .item-btn:hover {
background-color: #ffffff;
color: #00045f;
}
.widget-tag {
border: 1px solid #e1e1e1;
padding: 40px 40px;
border-radius: 4px;
}
.widget-tag .tag-list li {
display: inline-block;
margin: 1px -1px;
}
.widget-tag .tag-list li a {
font-size: 14px;
display: block;
background-color: #f0f0f0;
color: #444444;
padding: 6px 18px;
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-tag .tag-list li a:hover {
background-color: #00045f;
color: #ffffff;
}
.widget-contact-form {
border: 1px solid #e1e1e1;
padding: 40px 40px;
border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
.widget-contact-form {
padding: 30px;
}
}
.widget-contact-form .contact-form-box .form-group {
margin-bottom: 2px;
}
.widget-contact-form .contact-form-box .form-group .form-icon {
position: absolute;
top: 15px;
left: 35px;
color: #b3bcce;
z-index: 1;
}
.widget-contact-form .contact-form-box .form-group .form-control {
font-size: 15px;
color: #111111;
padding-left: 50px;
background-color: #eff2f8;
border-radius: 0;
}
.widget-contact-form .contact-form-box .form-group .textarea.form-control {
padding-top: 18px;
}
.widget-contact-form .contact-form-box .form-group input {
height: 60px;
}
.widget-contact-form .contact-form-box .form-group .item-btn {
margin-top: 6px;
display: flex;
justify-content: center;
align-items: center;
font-weight: 500;
width: 100%;
background-color: #00045f;
border: none;
color: #ffffff;
padding: 12px 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-contact-form .contact-form-box .form-group .item-btn i {
margin-left: 10px;
}
.widget-contact-form .contact-form-box .form-group .item-btn:focus {
outline: none;
}
.widget-contact-form .contact-form-box .form-group .item-btn:hover {
background-color: #990100;
}
.widget-contact-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.widget-contact-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
color: #646464;
}
.widget-contact-form .contact-form-box .form-group input.form-control:-moz-placeholder,
.widget-contact-form .contact-form-box .form-group textarea.form-control:-moz-placeholder {
color: #646464;
}
.widget-contact-form .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.widget-contact-form .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
color: #646464;
}
.widget-banner .item-img {
background-color: #990100;
border-radius: 4px;
padding-top: 30px;
text-align: center;
position: relative;
z-index: 2;
}
.widget-banner .item-img:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/shape1.png);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.widget-banner .item-img .item-content {
position: absolute;
bottom: 50px;
left: 0;
right: 0;
background-color: #ffffff;
margin: 0 40px;
padding: 20px 0;
border-radius: 4px;
}
.widget-banner .item-img .item-content .item-number {
font-size: 26px;
font-weight: 700;
color: #00045f;
}
@media only screen and (max-width: 991px) {
.widget-banner .item-img .item-content .item-number {
font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.widget-banner .item-img .item-content .item-number {
font-size: 22px;
}
}
.widget-banner .item-img .item-content .item-number i:before {
color: #990100;
font-size: 24px;
font-weight: 400;
}
@media only screen and (max-width: 991px) {
.widget-banner .item-img .item-content .item-number i:before {
font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.widget-banner .item-img .item-content .item-number i:before {
font-size: 20px;
}
}
.widget-banner .item-img .item-content p {
margin-bottom: 0;
}
.widget-find-location {
background-color: #f8f8f8;
border-radius: 4px;
padding-top: 45px;
text-align: center;
}
.widget-find-location .item-title {
font-weight: 700;
font-size: 30px;
line-height: 38px;
margin-bottom: 30px;
}
.widget-find-location .item-title span {
display: block;
}
@media only screen and (max-width: 1199px) {
.widget-find-location .item-title {
font-size: 28px;
}
}
@media only screen and (max-width: 991px) {
.widget-find-location .item-title {
font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.widget-find-location .item-title {
font-size: 24px;
}
}
.widget-find-location .location-search-box {
margin: 0 40px;
}
.widget-find-location .location-search-box .stylish-input-group {
height: 55px;
border-radius: 4px;
padding: 0;
border: none;
background-color: #ffffff;
box-shadow: 0px 13px 18px 0px #dddddd;
}
.widget-find-location .location-search-box .stylish-input-group .form-control {
border: none;
box-shadow: none;
border-radius: 4px;
background: transparent;
color: #111111;
font-size: 16px;
height: 55px;
margin-right: 8px;
padding: 10px 20px;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon {
display: flex;
padding: 0;
border: none;
border-radius: 4px;
background: none;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon button {
cursor: pointer;
background: transparent;
border: 0;
padding: 0 20px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon button span {
color: #bdbdbd;
font-size: 22px;
font-weight: 700;
margin-left: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon button:focus {
outline: none;
}
.widget-find-location .location-search-box .stylish-input-group .input-group-addon:hover button span {
color: #990100;
}
.widget-find-location .location-search-box .stylish-input-group input {
font-size: 16px;
color: #00045f;
}
.widget-find-location .location-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-find-location .location-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
color: #646464;
}
.widget-find-location .location-search-box .stylish-input-group input.form-control:-moz-placeholder,
.widget-find-location .location-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
color: #646464;
}
.widget-find-location .location-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-find-location .location-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
color: #646464;
}
.widget-find-location .item-img img {
border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 991px) {
.widget-find-location .item-img img {
width: 100%;
}
}
.widget-testimonial .single-testimonial {
text-align: center;
background-color: #00045f;
position: relative;
padding: 50px 35px 100px;
border-radius: 4px;
z-index: 2;
}
.widget-testimonial .single-testimonial:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/shape2.png);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
@media only screen and (max-width: 991px) {
.widget-testimonial .single-testimonial:after {
transform: scale(2);
}
}
@media only screen and (max-width: 767px) {
.widget-testimonial .single-testimonial:after {
transform: scale(1.4);
}
}
@media only screen and (max-width: 479px) {
.widget-testimonial .single-testimonial:after {
transform: scale(1);
}
}
.widget-testimonial .single-testimonial .item-qoute {
margin-bottom: 30px;
}
.widget-testimonial .single-testimonial .item-qoute img {
display: inline-block;
width: auto;
}
.widget-testimonial .single-testimonial p {
color: #ffffff;
}
.widget-testimonial .single-testimonial .main-img {
margin-bottom: 10px;
}
.widget-testimonial .single-testimonial .main-img img {
display: inline-block;
width: auto;
border-radius: 50%;
}
.widget-testimonial .single-testimonial .item-rating {
margin-bottom: 2px;
}
.widget-testimonial .single-testimonial .item-rating li {
display: inline-block;
color: #ffa000;
margin-right: 2px;
}
.widget-testimonial .single-testimonial .item-rating li:last-child {
margin-right: 0;
}
.widget-testimonial .single-testimonial .item-title {
font-size: 18px;
color: #ffffff;
font-weight: 500;
}
.widget-service-info {
border: 1px solid #e1e1e1;
padding: 30px 40px 40px;
border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
.widget-service-info {
padding: 30px 30px 40px;
}
}
.widget-service-info .item-title {
font-weight: 500;
margin-bottom: 12px;
}
.widget-service-info .item-price {
font-weight: 700;
font-size: 40px;
color: #00045f;
margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
.widget-service-info .item-price {
font-size: 38px;
}
}
@media only screen and (max-width: 991px) {
.widget-service-info .item-price {
font-size: 36px;
}
}
@media only screen and (max-width: 767px) {
.widget-service-info .item-price {
font-size: 34px;
}
}
@media only screen and (max-width: 575px) {
.widget-service-info .item-price {
font-size: 30px;
}
}
.widget-service-info .list-item ul li {
font-weight: 500;
color: #444444;
background-color: #f0f0f0;
border-radius: 4px;
padding: 13px 20px;
margin-bottom: 3px;
}
.widget-service-info .list-item ul li i {
font-size: 18px;
margin-right: 15px;
}
.widget-service-info .item-btn {
background-color: #990100;
color: #ffffff;
border-radius: 4px;
padding: 13px 20px;
text-align: center;
font-size: 15px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-service-info .item-btn i {
margin-left: 14px;
font-size: 18px;
}
@media only screen and (max-width: 575px) {
.widget-service-info .item-btn {
padding: 12px 15px;
}
}
.widget-service-info .item-btn:hover {
background-color: #00045f;
}
.widget-archives {
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 35px 40px 20px;
}
.widget-archives .archives-list ul li {
border-bottom: 1px solid #dddddd;
}
.widget-archives .archives-list ul li:last-child {
border-bottom: none;
}
.widget-archives .archives-list ul li a {
position: relative;
display: flex;
justify-content: space-between;
color: #444444;
padding: 10px 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-archives .archives-list ul li a:hover {
color: #990100;
padding-left: 10px;
}
.widget-brand {
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 35px 40px 30px;
}
.widget-brand .brand-list .form-check {
position: relative;
padding-left: 0;
margin-bottom: 2px;
}
.widget-brand .brand-list .form-check label {
display: inline-block;
position: relative;
padding-left: 28px;
font-size: 16px;
}
.widget-brand .brand-list .form-check label:before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
top: 5px;
border: 1px solid #efefef;
border-radius: 4px;
background-color: #efefef;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.widget-brand .brand-list .form-check label:after {
content: "";
display: inline-block;
position: absolute;
left: 4px;
top: -1px;
font-size: 10px;
}
.widget-brand .brand-list .form-check input[type="checkbox"] {
cursor: pointer;
position: absolute;
width: 20px;
height: 20px;
top: 1px;
left: 12px;
z-index: 1;
opacity: 0;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:checked + label:after {
font-family: 'Font Awesome 5 Free';
content: "\f00c";
font-weight: 600;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:disabled + label {
opacity: 0.65;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:disabled + label:before {
background-color: #eeeeee;
cursor: not-allowed;
}
.widget-brand .brand-list .form-check label::before {
border-radius: 4px;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:checked + label:before {
border-color: #efefef;
}
.widget-brand .brand-list .form-check input[type="checkbox"]:checked + label:after {
color: #00045f;
}
.widget-price-filter {
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 35px 40px 30px;
}
.widget-price-filter .price-range-wrapper {
text-align: left;
padding-top: 20px;
}
.widget-price-filter .price-range-wrapper:after {
clear: both;
display: block;
content: "";
}
.widget-price-filter .price-range-wrapper .price-filter-wrap {
margin-top: 15px;
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select {
text-align: center;
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select:after {
clear: both;
display: block;
content: "";
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
display: inline-block;
margin: 0;
color: #646464;
font-size: 16px;
font-weight: 500;
min-width: 50px;
margin-right: 30px;
}
.widget-price-filter .price-range-wrapper .price-filter-wrap .price-range-select .price-range:last-child {
margin-right: 0;
}
.widget-price-filter .price-range-wrapper .noUi-connect {
background: linear-gradient(to right, #3f44ae, #00045f);
box-shadow: none;
}
.widget-price-filter .price-range-wrapper .noUi-horizontal {
height: 12px;
}
.widget-price-filter .price-range-wrapper .noUi-target {
border-radius: 30px;
box-shadow: none;
background-color: #efefef;
border: 0;
box-shadow: inset 0px 1px 2px 0px rgba(218, 218, 218, 0.75);
}
.widget-price-filter .price-range-wrapper .noUi-horizontal .noUi-handle {
top: -5px;
background: #990100;
border: none;
box-shadow: none;
clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
width: 18px;
height: 25px;
}
.widget-price-filter .price-range-wrapper .noUi-handle::before {
display: none;
}
.widget-price-filter .price-range-wrapper .noUi-handle::after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip13.png);
position: absolute;
top: 0;
left: -8px;
background: none;
}
.widget-best-sell {
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 35px 40px 40px;
}
@media only screen and (max-width: 1199px) {
.widget-best-sell {
padding: 35px 30px 40px;
}
}
.widget-best-sell .product-list .media {
margin-bottom: 20px;
}
.widget-best-sell .product-list .media:last-child {
margin-bottom: 0;
}
.widget-best-sell .product-list .media .item-img {
background-color: #eff2f8;
padding: 8px 12px;
border-radius: 4px;
}
.widget-best-sell .product-list .media .item-img img {
transform: scale(1);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-best-sell .product-list .media .media-body .item-title {
font-weight: 500;
margin-bottom: 5px;
}
.widget-best-sell .product-list .media .media-body .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.widget-best-sell .product-list .media .media-body .item-title a:hover {
color: #990100;
}
.widget-best-sell .product-list .media .media-body .item-rating li {
display: inline-block;
font-size: 12px;
color: #ff8f00;
}
.widget-best-sell .product-list .media .media-body .item-rating .reviwe-title {
font-size: 13px;
color: #646464;
margin-left: 5px;
}
.widget-best-sell .product-list .media .media-body .item-price {
font-size: 18px;
color: #990100;
}
.widget-best-sell .product-list .media:hover .item-img img {
transform: scale(1.1);
}
.widget-product-calculate {
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 35px 40px 40px;
}
@media only screen and (max-width: 1199px) {
.widget-product-calculate {
padding: 35px 30px 40px;
}
}
@media only screen and (max-width: 575px) {
.widget-product-calculate {
padding: 35px 25px 40px;
}
}
.widget-product-calculate .list-item {
margin-bottom: 35px;
}
.widget-product-calculate .list-item ul li {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 15px;
font-weight: 500;
color: #444444;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 20px;
margin-bottom: 15px;
}
.widget-product-calculate .list-item ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget-product-calculate .list-item ul li span {
font-weight: 400;
}
.widget-product-calculate .list-item ul li span .form-control {
height: 65px;
font-size: 13px;
border: none;
text-align: right;
}
.widget-product-calculate .list-item ul li span .form-control:focus {
outline: none;
box-shadow: none;
}
.widget-product-policy ul li {
margin-bottom: 4px;
display: flex;
align-items: center;
background-color: #eff2f7;
border-radius: 4px;
padding: 30px;
}
.widget-product-policy ul li .item-sl {
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
background-color: #ffffff;
border-radius: 50%;
font-size: 20px;
font-weight: 700;
color: #00045f;
margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
.widget-product-policy ul li .item-sl {
height: 50px;
width: 50px;
line-height: 50px;
font-size: 16px;
}
}
.widget-product-policy ul li .item-paragraph {
color: #444444;
flex: 1;
line-height: 26px;
}
.widget-product-policy ul li:last-child {
margin-bottom: 0;
}
.widget-product-policy ul li.active {
background-color: #00045f;
}
.widget-product-policy ul li.active .item-paragraph {
color: #ffffff;
}  .about-wrap-layout1 {
padding: 40px 0 70px;
}
@media only screen and (max-width: 1199px) {
.about-wrap-layout1 {
padding: 82px 0 114px;
}
}
@media only screen and (max-width: 991px) {
.about-wrap-layout1 {
padding: 72px 0 104px;
}
}
@media only screen and (max-width: 767px) {
.about-wrap-layout1 {
padding: 62px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.about-wrap-layout1 {
padding: 52px 0 30px;
}
}
.about-wrap-layout2 {
padding: 100px 0 90px;
}
@media only screen and (max-width: 1199px) {
.about-wrap-layout2 {
padding: 90px 0 80px;
}
}
@media only screen and (max-width: 991px) {
.about-wrap-layout2 {
padding: 80px 0 70px;
}
}
@media only screen and (max-width: 767px) {
.about-wrap-layout2 {
padding: 70px 0 60px;
}
}
@media only screen and (max-width: 575px) {
.about-wrap-layout2 {
padding: 60px 0 50px;
}
}
.about-wrap-layout4 {
background-color: #f8f8f8;
padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
.about-wrap-layout4 {
padding-bottom: 90px;
}
}
@media only screen and (max-width: 991px) {
.about-wrap-layout4 {
padding-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.about-wrap-layout4 {
padding-bottom: 70px;
}
}
@media only screen and (max-width: 575px) {
.about-wrap-layout4 {
padding-bottom: 60px;
}
}
.about-wrap-layout5 {
padding: 92px 0 0;
position: relative;
z-index: 2;
overflow: hidden;
}
.about-wrap-layout5:before {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/section-bg8.png);
position: absolute;
bottom: 0;
left: 0;
z-index: -1;
}
.about-wrap-layout5:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/section-bg7.png);
position: absolute;
bottom: 0;
right: 0;
line-height: 0;
z-index: -1;
}
@media only screen and (max-width: 991px) {
.about-wrap-layout5 {
padding: 9.5rem 0 0;
}
}
.about-wrap-layout6 {
padding: 100px 0 70px;
}
.about-box-layout1 {
padding-right: 50px;
margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout1 {
padding-right: 0;
padding-top: 0;
text-align: center;
margin-bottom: 50px;
}
}
.about-box-layout1 .item-subtitle {
font-size: 18px;
color: #990100;
font-weight: 500;
margin-bottom: 8px;
}
.about-box-layout1 .item-title {
font-weight: 700;
}
@media only screen and (max-width: 1199px) {
.about-box-layout1 .item-title {
width: 70%;
margin-left: auto;
margin-right: auto;
}
}
.about-box-layout1 .action-area {
margin-top: 30px;
background-color: #f8f8f8;
display: inline-block;
padding: 16px 25px;
border-radius: 60px;
}
.about-box-layout1 .action-area .media {
align-items: center;
}
.about-box-layout1 .action-area .media .item-icon {
text-align: center;
height: 55px;
width: 55px;
line-height: 55px;
background-color: #990100;
border-radius: 50%;
margin: 0 auto;
}
@media only screen and (max-width: 479px) {
.about-box-layout1 .action-area .media .item-icon {
height: 40px;
width: 40px;
line-height: 40px;
}
}
.about-box-layout1 .action-area .media .item-icon i:before {
font-size: 24px;
color: #ffffff;
}
@media only screen and (max-width: 479px) {
.about-box-layout1 .action-area .media .item-icon i:before {
font-size: 20px;
}
}
.about-box-layout1 .action-area .media .media-body .action-title {
color: #444444;
}
@media only screen and (max-width: 479px) {
.about-box-layout1 .action-area .media .media-body .action-title {
font-size: 14px;
}
}
.about-box-layout1 .action-area .media .media-body .item-number {
font-size: 24px;
color: #00045f;
font-weight: 700;
}
@media only screen and (max-width: 1199px) {
.about-box-layout1 .action-area .media .media-body .item-number {
font-size: 28px;
}
}
@media only screen and (max-width: 991px) {
.about-box-layout1 .action-area .media .media-body .item-number {
font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout1 .action-area .media .media-body .item-number {
font-size: 24px;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout1 .action-area .media .media-body .item-number {
font-size: 22px;
}
}
@media only screen and (max-width: 479px) {
.about-box-layout1 .action-area .media .media-body .item-number {
font-size: 18px;
}
}
.about-box-layout2 {
margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout2 {
text-align: center;
}
}
.about-box-layout2 .item-img {
position: relative;
z-index: 1;
}
@media only screen and (max-width: 1199px) {
.about-box-layout2 .item-img {
display: inline-block;
}
}
.about-box-layout2 .item-img .main-img {
position: relative;
z-index: 1;
text-align: right;
}
.about-box-layout2 .item-img .main-img img {
border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout2 .item-img .main-img {
right: -70px;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout2 .item-img .main-img {
right: inherit;
}
}
.about-box-layout2 .item-img .sub-img {
position: absolute;
z-index: 3;
left: 0;
bottom: -65px;
border: 10px solid #ffffff;
border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout2 .item-img .sub-img {
left: -80px;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout2 .item-img .sub-img {
display: none;
}
}
.about-box-layout3 {
padding-right: 50px;
}
@media only screen and (max-width: 991px) {
.about-box-layout3 {
padding-right: 0;
margin-bottom: 40px;
}
}
.about-box-layout3 .item-subtitle {
font-size: 18px;
font-weight: 500;
color: #990100;
margin-bottom: 8px;
}
.about-box-layout3 .item-title {
font-weight: 900;
margin-bottom: 25px;
}
.about-box-layout3 .features-list {
margin-top: 24px;
}
.about-box-layout3 .features-list ul li {
position: relative;
font-size: 17px;
color: #444444;
font-weight: 500;
margin-bottom: 6px;
padding-left: 34px;
}
@media only screen and (max-width: 991px) {
.about-box-layout3 .features-list ul li {
font-size: 16px;
}
}
.about-box-layout3 .features-list ul li:last-child {
margin-bottom: 0;
}
.about-box-layout3 .features-list ul li:after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-size: 17px;
font-weight: 600;
color: #990100;
position: absolute;
left: 0;
top: 0;
}
@media only screen and (max-width: 991px) {
.about-box-layout4 {
text-align: center;
}
}
.about-box-layout4 .item-img {
position: relative;
}
.about-box-layout4 .item-img img {
border-radius: 4px;
}
@media only screen and (max-width: 991px) {
.about-box-layout4 .item-img img {
width: 100%;
}
}
.about-box-layout4 .item-img .item-icon {
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.about-box-layout4 .item-img .item-icon .play-btn {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
border-radius: 50%;
background-color: #990100;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.about-box-layout4 .item-img .item-icon .play-btn {
height: 70px;
width: 70px;
line-height: 70px;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout4 .item-img .item-icon .play-btn {
height: 60px;
width: 60px;
line-height: 60px;
}
}
.about-box-layout4 .item-img .item-icon .play-btn i:before {
font-size: 28px;
color: #ffffff;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.about-box-layout4 .item-img .item-icon .play-btn i:before {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout4 .item-img .item-icon .play-btn i:before {
font-size: 26px;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout4 .item-img .item-icon .play-btn i:before {
font-size: 22px;
}
}
.about-box-layout4 .item-img .item-icon .play-btn:hover {
background-color: #ffffff;
}
.about-box-layout4 .item-img .item-icon .play-btn:hover i:before {
color: #00045f;
}
.about-box-layout4 .item-img:before {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 4px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.about-box-layout4 .item-img:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/shape3.png);
position: absolute;
bottom: -50px;
left: -50px;
opacity: 0.5;
z-index: -1;
}
.about-box-layout6 {
padding-top: 92px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout6 {
padding-top: 82px;
}
}
@media only screen and (max-width: 991px) {
.about-box-layout6 {
margin-bottom: 30px;
padding-top: 72px;
}
}
@media only screen and (max-width: 767px) {
.about-box-layout6 {
padding-top: 62px;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout6 {
padding-top: 52px;
}
}
.about-box-layout6 .item-subtitle {
font-size: 18px;
color: #990100;
font-weight: 500;
margin-bottom: 8px;
}
@media only screen and (max-width: 575px) {
.about-box-layout6 .item-subtitle {
font-size: 18px;
}
}
.about-box-layout6 .item-title {
font-weight: 900;
margin-bottom: 25px;
width: 60%;
}
@media only screen and (max-width: 1199px) {
.about-box-layout6 .item-title {
width: 80%;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout6 .item-title {
width: 100%;
}
}
.about-box-layout6 .item-certified {
margin-top: 35px;
}
.about-box-layout6 .item-certified .certifed-title {
color: #646464;
margin-bottom: 15px;
}
.about-box-layout6 .item-certified .item-img ul {
display: flex;
}
.about-box-layout6 .item-certified .item-img ul li {
display: inline-block;
margin-right: 25px;
}
.about-box-layout6 .item-certified .item-img ul li a {
display: block;
padding: 20px 20px;
background-color: #ffffff;
border-radius: 4px;
}
@media only screen and (max-width: 575px) {
.about-box-layout6 .item-certified .item-img ul li a {
padding: 15px 10px;
}
}
.about-box-layout6 .item-certified .item-img ul li:last-child {
margin-right: 0;
}
@media only screen and (max-width: 575px) {
.about-box-layout6 .item-certified .item-img ul li {
margin-right: 10px;
}
}
.about-box-layout7 {
transform: translateY(-90px);
margin-bottom: -90px;
}
@media only screen and (max-width: 991px) {
.about-box-layout7 {
transform: translateY(0);
margin-bottom: 0;
}
}
.about-box-layout7 .title-heading {
display: flex;
align-items: center;
background-color: #990100;
padding: 20px 35px;
border-radius: 4px 4px 0 0;
}
.about-box-layout7 .title-heading .item-icon {
position: relative;
font-size: 36px;
color: #ffffff;
margin-right: 45px;
}
.about-box-layout7 .title-heading .item-icon:after {
content: "";
height: 30px;
width: 2px;
background-color: #ffffff;
position: absolute;
top: 50%;
right: -23px;
transform: translateY(-50%);
}
.about-box-layout7 .title-heading .item-content .item-subtitle {
color: #cccccc;
line-height: 20px;
}
.about-box-layout7 .title-heading .item-content .item-title {
color: #ffffff;
font-weight: 700;
font-size: 24px;
margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.about-box-layout7 .title-heading .item-content .item-title {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout7 .title-heading .item-content .item-title {
font-size: 20px;
}
}
.about-box-layout7 .contact-form-box {
background-color: #ffffff;
box-shadow: 0px 1px 27px 0px rgba(0, 0, 0, 0.06);
padding: 18px 40px 40px;
border-radius: 0 0 4px 4px;
}
.about-box-layout7 .contact-form-box .form-group {
margin-bottom: 0;
}
.about-box-layout7 .contact-form-box .form-group .form-control {
background-color: transparent;
border-bottom: 2px solid #eeeeee;
font-size: 14px;
padding: 10px 0;
}
.about-box-layout7 .contact-form-box .form-group input {
height: 60px;
}
.about-box-layout7 .contact-form-box .form-group .item-btn {
margin-top: 35px;
border-radius: 4px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 25px;
font-weight: 500;
font-size: 15px;
color: #ffffff;
background-color: #990100;
border: none;
width: 100%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.about-box-layout7 .contact-form-box .form-group .item-btn i {
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.about-box-layout7 .contact-form-box .form-group .item-btn:hover {
background-color: #00045f;
color: #ffffff;
}
.about-box-layout7 .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.about-box-layout7 .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
color: #9a9a9a;
}
.about-box-layout7 .contact-form-box .form-group input.form-control:-moz-placeholder,
.about-box-layout7 .contact-form-box .form-group textarea.form-control:-moz-placeholder {
color: #9a9a9a;
}
.about-box-layout7 .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.about-box-layout7 .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
color: #9a9a9a;
}
.about-box-layout7 .contact-form-box .datetime-picker i {
color: #a5a5a5;
}
.about-box-layout8 {
height: 100%;
display: flex;
align-items: flex-end;
justify-content: center;
}
.about-box-layout9 {
padding: 0 50px 100px 40px;
}
@media only screen and (max-width: 1199px) {
.about-box-layout9 {
padding: 0;
}
}
@media only screen and (max-width: 991px) {
.about-box-layout9 {
text-align: center;
margin-bottom: 50px;
}
}
.about-box-layout9 .item-subtitle {
font-size: 18px;
color: #990100;
font-weight: 500;
margin-bottom: 8px;
}
.about-box-layout9 .item-title {
font-weight: 900;
}
.about-box-layout9 .action-area {
margin-top: 30px;
background-color: #f8f8f8;
display: inline-block;
padding: 16px 25px;
border-radius: 60px;
}
.about-box-layout9 .action-area .media {
align-items: center;
}
@media only screen and (max-width: 575px) {
.about-box-layout9 .action-area .media {
text-align: center;
}
}
.about-box-layout9 .action-area .media .item-icon {
text-align: center;
height: 55px;
width: 55px;
line-height: 55px;
background-color: #990100;
border-radius: 50%;
margin: 0 auto;
}
@media only screen and (max-width: 575px) {
.about-box-layout9 .action-area .media .item-icon {
height: 40px;
width: 40px;
line-height: 40px;
}
}
.about-box-layout9 .action-area .media .item-icon i:before {
font-size: 24px;
color: #ffffff;
}
@media only screen and (max-width: 575px) {
.about-box-layout9 .action-area .media .item-icon i:before {
font-size: 20px;
}
}
.about-box-layout9 .action-area .media .media-body .action-title {
color: #444444;
}
@media only screen and (max-width: 479px) {
.about-box-layout9 .action-area .media .media-body .action-title {
font-size: 14px;
}
}
.about-box-layout9 .action-area .media .media-body .item-number {
font-size: 24px;
color: #00045f;
font-weight: 700;
}
@media only screen and (max-width: 767px) {
.about-box-layout9 .action-area .media .media-body .item-number {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.about-box-layout9 .action-area .media .media-body .item-number {
font-size: 20px;
}
}
@media only screen and (max-width: 479px) {
.about-box-layout9 .action-area .media .media-body .item-number {
font-size: 18px;
}
} .blog-wrap-layout1 {
padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
.blog-wrap-layout1 {
padding: 82px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.blog-wrap-layout1 {
padding: 72px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.blog-wrap-layout1 {
padding: 62px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.blog-wrap-layout1 {
padding: 52px 0 30px;
}
}
.blog-box-layout1 {
margin-bottom: 30px;
}
.blog-box-layout1 .post-img {
position: relative;
margin-bottom: 20px;
border-radius: 4px;
overflow: hidden;
}
.blog-box-layout1 .post-img a {
display: block;
}
.blog-box-layout1 .post-img a img {
border-radius: 4px;
transform: scale(1);
transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-box-layout1 .post-img .post-date {
position: absolute;
bottom: 18px;
left: 18px;
background-color: #990100;
padding: 10px 10px 4px;
border-radius: 4px;
text-align: center;
}
.blog-box-layout1 .post-img .post-date .item-day {
font-size: 24px;
font-weight: 700;
color: #ffffff;
line-height: 20px;
}
.blog-box-layout1 .post-img .post-date .item-month {
font-size: 15px;
color: #ffffff;
}
.blog-box-layout1 .post-content .post-date {
font-weight: 500;
color: #990100;
margin-bottom: 10px;
}
.blog-box-layout1 .post-content .post-category {
color: #990100;
margin-bottom: 10px;
}
.blog-box-layout1 .post-content .post-title {
font-weight: 700;
margin-bottom: 12px;
font-size: 24px;
}
@media only screen and (max-width: 991px) {
.blog-box-layout1 .post-content .post-title {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.blog-box-layout1 .post-content .post-title {
font-size: 20px;
}
}
.blog-box-layout1 .post-content .post-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.blog-box-layout1 .post-content .post-title a:hover {
color: #990100;
}
.blog-box-layout1 .post-content .entry-meta ul li {
display: inline-block;
font-size: 15px;
margin-right: 30px;
margin-bottom: 10px;
font-weight: 500;
}
.blog-box-layout1 .post-content .entry-meta ul li:last-child {
margin-right: 0;
}
.blog-box-layout1 .post-content .entry-meta ul li i {
color: #990100;
margin-right: 10px;
}
.blog-box-layout1 .post-content .entry-meta ul li a {
font-weight: 400;
color: #092d4c;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.blog-box-layout1 .post-content .entry-meta ul li a:hover {
color: #990100;
}
.blog-box-layout1:hover .post-img a img {
transform: scale(1.1);
}
.single-blog-box-layout1 .main-img {
margin-bottom: 22px;
}
.single-blog-box-layout1 .main-img img {
border-radius: 4px;
}
.single-blog-box-layout1 .item-details {
margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .item-details {
text-align: center;
}
}
.single-blog-box-layout1 .item-details .item-date {
font-size: 15px;
font-weight: 500;
color: #990100;
margin-bottom: 10px;
}
.single-blog-box-layout1 .item-details .item-title {
font-size: 36px;
font-weight: 600;
margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
.single-blog-box-layout1 .item-details .item-title {
font-size: 32px;
}
}
@media only screen and (max-width: 991px) {
.single-blog-box-layout1 .item-details .item-title {
font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .item-details .item-title {
font-size: 28px;
}
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .item-details .item-title {
font-size: 26px;
margin-bottom: 15px;
}
}
.single-blog-box-layout1 .item-details .post-meta-info {
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 1px solid #e7e7e7;
display: flex;
justify-content: space-between;
align-items: center;
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .item-details .post-meta-info {
display: block;
}
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li {
display: inline-block;
margin-right: 50px;
font-size: 15px;
margin-bottom: 15px;
position: relative;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li span {
color: #444444;
font-weight: 500;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li a {
color: #646464;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li a:hover {
color: #990100;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li i {
color: #990100;
margin-right: 10px;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li:last-child {
margin-right: 0;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li:last-child:after {
display: none;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta li:after {
content: "/";
font-size: 16px;
color: #646464;
position: absolute;
top: 50%;
right: -30px;
transform: translateY(-50%);
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta .item-author img {
border-radius: 50%;
margin-right: 10px;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta .item-author a {
color: #444444;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .post-meta-info .entry-meta .item-author a:hover {
color: #990100;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social {
margin-bottom: 15px;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li {
display: inline-block;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li:last-child a {
padding-right: 0;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li a {
color: #a7a7a7;
padding: 5px 6px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .item-details .post-meta-info .item-social li a:hover {
color: #990100;
}
.single-blog-box-layout1 .item-details blockquote {
position: relative;
background-color: #f8f8f8;
border-radius: 4px;
padding: 40px 60px 45px;
color: #092d4c;
font-size: 22px;
font-style: italic;
line-height: 1.7;
margin: 35px 40px;
z-index: 2;
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .item-details blockquote {
font-size: 20px;
}
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .item-details blockquote {
margin: 0 0 15px;
padding: 30px;
font-size: 18px;
}
}
.single-blog-box-layout1 .item-details blockquote .post-author {
font-size: 18px;
font-weight: 500;
color: #00045f;
font-style: normal;
position: relative;
padding-left: 34px;
margin-top: 15px;
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .item-details blockquote .post-author {
display: flex;
}
}
.single-blog-box-layout1 .item-details blockquote .post-author:after {
content: "";
height: 2px;
width: 23px;
background-color: #3285f9;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.single-blog-box-layout1 .item-details blockquote:after {
content: "\f10d";
font-family: "Font Awesome 5 Free";
font-size: 100px;
color: #efeeee;
font-weight: 600;
position: absolute;
bottom: -5px;
right: 40px;
line-height: 1;
z-index: -1;
}
.single-blog-box-layout1 .blog-social-area {
margin-bottom: 45px;
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .blog-social-area {
text-align: center;
}
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .blog-social-area .single-post-tag {
margin-bottom: 15px;
}
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-title {
font-weight: 600;
margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li {
display: inline-block;
margin-right: 25px;
position: relative;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li:after {
content: "/";
font-size: 16px;
color: #646464;
position: absolute;
top: 50%;
right: -18px;
transform: translateY(-50%);
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li:last-child {
margin-right: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li:last-child:after {
display: none;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li a {
color: #646464;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-tag .item-tag ul li a:hover {
color: #990100;
}
.single-blog-box-layout1 .blog-social-area .single-post-social .item-title {
font-weight: 600;
margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li {
display: inline-block;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:first-child a {
padding-left: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li:last-child a {
padding-right: 0;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a {
display: block;
padding: 5px 7px;
color: #a7a7a7;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-social-area .single-post-social ul li a:hover {
color: #990100;
}
.single-blog-box-layout1 .blog-author {
background-color: #f8f8f8;
padding: 50px 40px 22px 65px;
border-radius: 4px;
margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .blog-author {
padding: 50px 20px;
}
}
@media only screen and (max-width: 767px) {
.single-blog-box-layout1 .blog-author .media {
text-align: center;
}
}
.single-blog-box-layout1 .blog-author .media .item-img img {
border-radius: 50%;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-title {
font-weight: 600;
color: #111111;
margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-subtitle {
color: #990100;
margin-bottom: 4px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social {
margin-bottom: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li {
display: inline-block;
margin-right: 10px;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a {
text-align: center;
display: block;
color: #8e8e8e;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-author .media .media-body .item-social li a:hover {
color: #990100;
}
.single-blog-box-layout1 .blog-comment {
margin-bottom: 40px;
border: 1px solid #dddddd;
border-radius: 4px;
padding: 35px 40px 30px;
}
@media only screen and (max-width: 479px) {
.single-blog-box-layout1 .blog-comment {
padding: 20px;
}
}
.single-blog-box-layout1 .blog-comment .media {
position: relative;
margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-comment .media:last-child {
margin-bottom: 0;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
padding-left: 30px;
}
.single-blog-box-layout1 .blog-comment .media .item-img {
margin-top: 6px;
}
.single-blog-box-layout1 .blog-comment .media .item-img img {
border-radius: 50%;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-title {
margin-bottom: 10px;
font-weight: 600;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-date {
font-size: 14px;
color: #990100;
font-weight: 500;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
position: absolute;
top: 0;
right: 0;
color: #646464;
padding: 5px;
display: flex;
align-items: center;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn i {
font-size: 14px;
color: #990100;
font-weight: 600;
margin-left: 8px;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn:hover {
color: #990100;
}
@media only screen and (max-width: 575px) {
.single-blog-box-layout1 .blog-comment .media {
text-align: center;
margin-bottom: 30px;
}
.single-blog-box-layout1 .blog-comment .media:nth-child(odd) {
padding-left: 0;
}
.single-blog-box-layout1 .blog-comment .media .media-body .item-btn {
position: relative;
display: inline-block;
}
}
.single-blog-box-layout1 .blog-form {
border: 1px solid #dddddd;
border-radius: 4px;
padding: 35px 40px 40px;
}
@media only screen and (max-width: 479px) {
.single-blog-box-layout1 .blog-form {
padding: 20px;
}
}
.single-blog-box-layout1 .blog-form .blog-form-title h3 {
font-weight: 600;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group {
margin-bottom: 20px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group:last-child {
margin-bottom: 0;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control {
border: none;
background-color: #f1f1f1;
padding: 10px 22px;
font-size: 16px;
color: #111111;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .form-control:focus {
box-shadow: none;
border: none;
outline: none;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input {
height: 50px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.single-blog-box-layout1 .blog-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
color: #646464;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input.form-control:-moz-placeholder,
.single-blog-box-layout1 .blog-form .contact-form-box .form-group textarea.form-control:-moz-placeholder {
color: #646464;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.single-blog-box-layout1 .blog-form .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
color: #646464;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn {
border-radius: 4px;
display: inline-flex;
align-items: center;
padding: 10px 30px;
font-weight: 500;
letter-spacing: 0.5px;
background-color: #990100;
color: #ffffff;
border: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn i {
margin-left: 10px;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn:hover {
background-color: #00045f;
color: #ffffff;
}
.single-blog-box-layout1 .blog-form .contact-form-box .form-group .item-btn:hover i {
color: #ffffff;
}
.single-blog-box-layout1 .content-center-box {
background-color: #ffffff;
border-radius: 4px 4px 0 0;
margin: 0 40px;
padding: 60px 70px 0;
transform: translateY(-70px);
margin-bottom: -70px;
position: relative;
z-index: 2;
}
@media only screen and (max-width: 1199px) {
.single-blog-box-layout1 .content-center-box {
border-radius: 0;
padding: 0;
margin: 0;
transform: translateY(0);
}
}
.single-blog-box-layout1 .content-center-box:before {
content: "";
width: 0;
height: 0;
border-top: 80px solid #e1e1e1;
border-left: 15px solid transparent;
border-right: 0px solid transparent;
position: absolute;
top: 48px;
left: -15px;
z-index: -1;
}
@media only screen and (max-width: 1199px) {
.single-blog-box-layout1 .content-center-box:before {
display: none;
}
}
.single-blog-box-layout1 .content-center-box:after {
content: "";
width: 0;
height: 0;
border-top: 80px solid #e1e1e1;
border-left: 0px solid transparent;
border-right: 15px solid transparent;
position: absolute;
top: 48px;
right: -15px;
z-index: -1;
}
@media only screen and (max-width: 1199px) {
.single-blog-box-layout1 .content-center-box:after {
display: none;
}
}
@media only screen and (max-width: 991px) {
.single-blog-box-layout1 .content-center-box .post-meta-info {
display: block;
text-align: center;
}
}
.blog-heading {
display: flex;
align-items: center;
justify-content: space-between;
} @media only screen and (max-width: 991px) {
.brand-wrap-layout1 {
padding-top: 80px;
}
}
@media only screen and (max-width: 767px) {
.brand-wrap-layout1 {
padding-top: 70px;
}
}
@media only screen and (max-width: 575px) {
.brand-wrap-layout1 {
padding-top: 60px;
}
}
.brand-wrap-layout2 {
padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
.brand-wrap-layout2 {
padding-bottom: 90px;
}
}
@media only screen and (max-width: 991px) {
.brand-wrap-layout2 {
padding-bottom: 80px;
}
}
@media only screen and (max-width: 767px) {
.brand-wrap-layout2 {
padding-bottom: 70px;
}
}
@media only screen and (max-width: 575px) {
.brand-wrap-layout2 {
padding-bottom: 60px;
}
}
.brand-wrap-layout3 {
background-color: #f8f8f8;
padding: 70px 0;
}
.brand-box-layout1 {
text-align: center;
background-color: #f8f8f8;
border-radius: 4px;
padding: 40px 10px;
transform: translateY(-74px);
margin-bottom: -74px;
}
@media only screen and (max-width: 991px) {
.brand-box-layout1 {
transform: translateY(0);
margin-bottom: 0;
}
}
.brand-box-layout1 .item-img img {
filter: grayscale(0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.brand-box-layout1:hover .item-img img {
filter: grayscale(100%);
}
.brand-box-layout2 {
text-align: center;
background-color: #f8f8f8;
border-radius: 4px;
padding: 40px 10px;
cursor: move;
}
.brand-box-layout2 .item-img img {
display: inline-block;
width: auto;
filter: grayscale(0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.brand-box-layout2:hover .item-img img {
filter: grayscale(100%);
} .action-wrap-layout1 {
background-color: #00045f;
padding: 60px 0;
}
@media only screen and (max-width: 991px) {
.action-wrap-layout1 {
padding: 50px 0;
}
}
.action-wrap-layout3 {
background-color: #990100;
padding: 65px 0;
}
@media only screen and (max-width: 991px) {
.action-wrap-layout3 {
padding: 55px 0;
}
}
.action-box-layout1 {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
.action-box-layout1 {
flex-direction: column;
}
}
@media only screen and (max-width: 991px) {
.action-box-layout1 {
display: block;
}
}
.action-box-layout1 .item-content {
display: flex;
align-items: center;
}
@media only screen and (max-width: 1199px) {
.action-box-layout1 .item-content {
justify-content: center;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px) {
.action-box-layout1 .item-content {
display: block;
text-align: center;
}
}
.action-box-layout1 .item-content .item-icon {
margin-right: 20px;
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
background-color: #990100;
border-radius: 50%;
}
.action-box-layout1 .item-content .item-icon i:before {
font-size: 26px;
color: #ffffff;
}
@media only screen and (max-width: 991px) {
.action-box-layout1 .item-content .item-icon {
margin: 0 auto 20px;
}
}
.action-box-layout1 .item-content .item-title {
color: #ffffff;
font-weight: 700;
margin-bottom: 0;
flex: 1;
}
.action-box-layout1 .item-content .item-title span {
font-weight: 300;
}
@media only screen and (max-width: 767px) {
.action-box-layout1 .item-content .item-title span {
display: block;
}
}
.action-box-layout1 .item-btn {
margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
.action-box-layout1 .item-btn {
text-align: center;
margin-left: 0;
}
}
.action-box-layout2 {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
.action-box-layout2 {
flex-direction: column;
}
}
@media only screen and (max-width: 991px) {
.action-box-layout2 {
display: block;
}
}
.action-box-layout2 .item-content {
display: flex;
align-items: center;
}
@media only screen and (max-width: 1199px) {
.action-box-layout2 .item-content {
justify-content: center;
margin-bottom: 30px;
}
}
@media only screen and (max-width: 991px) {
.action-box-layout2 .item-content {
display: block;
text-align: center;
}
}
.action-box-layout2 .item-content .item-icon {
margin-right: 20px;
text-align: center;
height: 60px;
width: 60px;
line-height: 60px;
background-color: #3d407e;
border-radius: 50%;
}
.action-box-layout2 .item-content .item-icon i:before {
font-size: 26px;
color: #ffffff;
}
@media only screen and (max-width: 991px) {
.action-box-layout2 .item-content .item-icon {
margin: 0 auto 20px;
}
}
.action-box-layout2 .item-content .item-title {
color: #ffffff;
font-weight: 700;
margin-bottom: 0;
flex: 1;
}
.action-box-layout2 .item-content .item-title span {
font-weight: 400;
}
@media only screen and (max-width: 767px) {
.action-box-layout2 .item-content .item-title span {
display: block;
}
}
.action-box-layout2 .item-btn {
margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
.action-box-layout2 .item-btn {
text-align: center;
margin-left: 0;
}
}
.action-box-layout3 {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
.action-box-layout3 {
display: block;
text-align: center;
}
}
@media only screen and (max-width: 1199px) {
.action-box-layout3 .item-content {
margin-bottom: 30px;
}
}
.action-box-layout3 .item-content .item-title {
color: #ffffff;
font-weight: 500;
margin-bottom: 0;
}
.action-box-layout3 .item-btn {
margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
.action-box-layout3 .item-btn {
margin-left: 0;
}
} .comingsoon-page {
text-align: center;
width: 100%;
height: 100%;
position: fixed;
}
@media only screen and (max-width: 991px) {
.comingsoon-page {
overflow-y: scroll;
}
}
.comingsoon-page .comingsoon-bg {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: -100;
}
.comingsoon-page .comingsoon-back-img {
position: relative;
height: 100%;
width: 100%;
}
.comingsoon-page .comingsoon-back-img:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 4, 95, 0.9);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.comingsoon-page .comingsoon-back-img img {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: fixed;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.comingsoon-page .comingsoon-content-wrap {
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
}
@media only screen and (max-width: 991px) {
.comingsoon-page .comingsoon-content-wrap {
margin: 50px 0 100px;
display: block;
}
}
.comingsoon-page .comingsoon-content {
position: relative;
z-index: 1;
padding: 0 15px;
width: 100%;
}
.comingsoon-page .comingsoon-content .comingsoon-logo {
margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
.comingsoon-page .comingsoon-content .comingsoon-logo {
margin-bottom: 60px;
}
}
.comingsoon-page .comingsoon-content .comingsoon-logo a {
display: inline-block;
}
.comingsoon-page .comingsoon-content h1 {
margin-bottom: 110px;
font-weight: 500;
font-size: 70px;
text-transform: capitalize;
color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.comingsoon-page .comingsoon-content h1 {
margin-bottom: 60px;
font-size: 60px;
}
}
@media only screen and (max-width: 767px) {
.comingsoon-page .comingsoon-content h1 {
margin-bottom: 30px;
font-size: 50px;
}
}
@media only screen and (max-width: 575px) {
.comingsoon-page .comingsoon-content h1 {
font-size: 40px;
}
}
.comingsoon-page .comingsoon-content .comingsoon-bottom {
margin-bottom: 10px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social {
text-align: center;
margin-bottom: 30px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li {
display: inline-block;
margin-right: 2px;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li:last-child {
margin-right: 0;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a {
text-align: center;
color: #ffffff;
background-color: #20348b;
border-radius: 4px;
padding: 8px 10px;
display: inline-block;
height: 45px;
width: 45px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-social ul li a:hover {
background-color: #990100;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right {
text-align: center;
}
.comingsoon-page .comingsoon-content .comingsoon-bottom .comingsoon-copy-right p {
color: #9ea5c5;
font-size: 16px;
}
.countdown-layout1 {
text-align: center;
margin-bottom: 35px;
}
.countdown-layout1 .countdown-section {
text-align: center;
height: 150px;
width: 155px;
background: -webkit-gradient(linear, left top, right top, from(#ff630e), to(#990100));
background: -o-linear-gradient(left, #ff630e, #990100);
background: linear-gradient(to right, #ff630e, #990100);
border-radius: 4px;
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
margin-bottom: 30px;
margin-right: 2px;
-webkit-box-shadow: 0px 10px 30px 0px rgba(27, 27, 27, 0.75);
box-shadow: 0px 10px 30px 0px rgba(27, 27, 27, 0.75);
}
.countdown-layout1 .countdown-section:after {
content: "";
height: 18px;
width: 18px;
background-color: #00045f;
border-radius: 50%;
position: absolute;
top: 28px;
right: -10px;
z-index: 50;
}
.countdown-layout1 .countdown-section:before {
content: "";
height: 18px;
width: 18px;
background-color: #00045f;
border-radius: 50%;
position: absolute;
bottom: 28px;
right: -10px;
z-index: 50;
}
@media only screen and (max-width: 1199px) {
.countdown-layout1 .countdown-section {
height: 120px;
width: 125px;
}
}
@media only screen and (max-width: 767px) {
.countdown-layout1 .countdown-section {
padding: 10px 0;
}
}
@media only screen and (max-width: 575px) {
.countdown-layout1 .countdown-section {
padding: 15px 0;
}
}
.countdown-layout1 .countdown-section .countdown-number {
font-size: 60px;
line-height: 1.1;
font-weight: 700;
color: #ffffff;
}
@media only screen and (max-width: 1199px) {
.countdown-layout1 .countdown-section .countdown-number {
font-size: 56px;
}
}
@media only screen and (max-width: 767px) {
.countdown-layout1 .countdown-section .countdown-number {
font-size: 48px;
}
}
@media only screen and (max-width: 575px) {
.countdown-layout1 .countdown-section .countdown-number {
font-size: 40px;
}
}
@media only screen and (max-width: 479px) {
.countdown-layout1 .countdown-section .countdown-number {
font-size: 30px;
}
}
.countdown-layout1 .countdown-section .countdown-unit {
color: #ffffff;
text-transform: capitalize;
font-size: 18px;
}
@media only screen and (max-width: 1199px) {
.countdown-layout1 .countdown-section .countdown-unit {
font-size: 16px;
}
}
.countdown-layout1 .countdown-section:last-child:after {
display: none;
}
.countdown-layout1 .countdown-section:last-child:before {
display: none;
} .contact-page-box-layout1 .contact-location {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.contact-page-box-layout1 .contact-location {
margin-bottom: 20px;
display: block;
}
}
.contact-page-box-layout1 .contact-location .location-address {
position: relative;
margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.contact-page-box-layout1 .contact-location .location-address {
text-align: center;
}
}
.contact-page-box-layout1 .contact-location .location-address:after {
content: "";
height: 100%;
width: 1px;
background-color: #dedede;
position: absolute;
top: 50%;
right: -50%;
transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 1199px) {
.contact-page-box-layout1 .contact-location .location-address:after {
right: -25%;
}
}
@media only screen and (max-width: 991px) {
.contact-page-box-layout1 .contact-location .location-address:after {
right: -40%;
}
}
@media only screen and (max-width: 767px) {
.contact-page-box-layout1 .contact-location .location-address:after {
display: none;
}
}
.contact-page-box-layout1 .contact-location .location-address:last-child {
margin-right: 0;
}
.contact-page-box-layout1 .contact-location .location-address:last-child:after {
display: none;
}
.contact-page-box-layout1 .contact-location .location-address .item-title {
font-size: 24px;
color: #990100;
font-weight: 700;
margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
.contact-page-box-layout1 .contact-location .location-address .item-title {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.contact-page-box-layout1 .contact-location .location-address .item-title {
font-size: 20px;
}
}
.contact-page-box-layout1 .contact-location .location-address ul li {
font-size: 18px;
}
@media only screen and (max-width: 575px) {
.contact-page-box-layout1 .contact-location .location-address ul li {
font-size: 16px;
}
} .error-page-wrap {
padding: 15rem 0;
position: relative;
z-index: 2;
}
.error-page-wrap:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/section-bg9.png);
position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 0;
z-index: -1;
}
.error-page-box {
text-align: center;
}
.error-page-box .error-logo {
margin-bottom: 35px;
}
.error-page-box p {
width: 50%;
margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
.error-page-box p {
width: 80%;
}
}
@media only screen and (max-width: 575px) {
.error-page-box p {
width: 100%;
}
}
.error-page-box .item-btn {
display: inline-flex;
align-items: center;
font-size: 15px;
color: #ffffff;
background-color: #990100;
border-radius: 4px;
padding: 15px 45px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.error-page-box .item-btn {
padding: 12px 30px;
}
}
@media only screen and (max-width: 575px) {
.error-page-box .item-btn {
padding: 10px 25px;
}
}
.error-page-box .item-btn i {
font-size: 16px;
margin-left: 10px;
}
.error-page-box .item-btn:hover {
background-color: #00045f;
} .faq-box-layout1 .faq-search-box {
margin-bottom: 40px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group {
height: 55px;
border-radius: 4px;
padding: 0;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .form-control {
border: 1px solid #e1e1e1;
box-shadow: none;
border-radius: 4px;
background: transparent;
color: #111111;
height: 55px;
margin-right: 8px;
padding: 10px 20px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon {
display: flex;
padding: 0;
border: none;
border-radius: 4px;
background: #eff2f8 !important;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button {
cursor: pointer;
background: transparent;
border: 0;
padding: 0 20px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button span:before {
color: #990100;
font-size: 22px;
font-weight: 700;
margin-left: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon button:focus {
outline: none;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon:hover {
background-color: #00045f !important;
}
.faq-box-layout1 .faq-search-box .stylish-input-group .input-group-addon:hover button span:before {
color: #ffffff;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input {
font-size: 15px;
color: #00045f;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
color: #9b9c9c;
font-size: 15px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control:-moz-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control:-moz-placeholder {
color: #9b9c9c;
font-size: 15px;
}
.faq-box-layout1 .faq-search-box .stylish-input-group input.form-control:-ms-input-placeholder,
.faq-box-layout1 .faq-search-box .stylish-input-group textarea.form-control:-ms-input-placeholder {
color: #9b9c9c;
font-size: 15px;
}
.faq-box-layout1 .accordion .card {
border: none !important;
margin-bottom: 10px;
border-radius: 4px !important;
}
.faq-box-layout1 .accordion .card .card-header {
border: none;
padding: 0;
border-radius: 0;
background-color: transparent;
}
.faq-box-layout1 .accordion .card .card-header .heading-title {
position: relative;
cursor: pointer;
border-radius: 4px;
margin-bottom: 0;
padding: 18px 70px 18px 60px;
font-weight: 500;
color: #ffffff;
background-color: #00045f;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.faq-box-layout1 .accordion .card .card-header .heading-title {
font-size: 18px;
}
}
@media only screen and (max-width: 575px) {
.faq-box-layout1 .accordion .card .card-header .heading-title {
font-size: 16px;
}
}
.faq-box-layout1 .accordion .card .card-header .heading-title span {
position: absolute;
left: 20px;
}
.faq-box-layout1 .accordion .card .card-header .heading-title:before {
content: "\f309";
font-family: "Font Awesome 5 Free";
font-size: 20px;
font-weight: 600;
color: #ffffff;
background-color: #990100;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
text-align: center;
height: 100%;
width: 66px;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed {
color: #00045f;
background-color: #eff2f8;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed span {
color: #990100;
margin-right: 5px;
}
.faq-box-layout1 .accordion .card .card-header .heading-title.collapsed:before {
content: "\f30b";
color: #00045f;
background-color: #e7eaf2;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.faq-box-layout1 .accordion .card .card-body {
padding: 30px 30px 25px 60px;
position: relative;
}
@media only screen and (max-width: 1199px) {
.faq-box-layout1 .accordion .card .card-body {
padding: 30px 0 25px 60px;
}
}
.faq-box-layout1 .accordion .card .card-body:after {
content: "";
height: 70%;
width: 4px;
background-color: #eff2f8;
border-radius: 4px;
position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%);
}
.faq-box-layout1 .accordion .card:last-child {
margin-bottom: 0;
} .gallery-box-layout1 {
margin-bottom: 30px;
}
.gallery-box-layout1 .item-img {
position: relative;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img img {
border-radius: 4px;
}
.gallery-box-layout1 .item-img .popup-icon {
position: absolute;
bottom: 30px;
right: 30px;
z-index: 2;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .popup-icon .popup-btn {
border: 2px solid #ffffff;
border-radius: 4px;
font-size: 22px;
color: #ffffff;
display: block;
padding: 10px 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .popup-icon .popup-btn:hover {
background-color: #ffffff;
color: #990100;
}
.gallery-box-layout1 .item-img .item-title {
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
z-index: 2;
margin-bottom: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .item-title a {
color: #ffffff;
font-size: 24px;
font-weight: 500;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-img .item-title a:hover {
color: #00045f;
}
.gallery-box-layout1 .item-img:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(232, 58, 21, 0.85);
border-radius: 4px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
transform: scale(0);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gallery-box-layout1:hover .item-img {
box-shadow: 0px 5px 27px 0px rgba(17, 17, 17, 0.4);
}
.gallery-box-layout1:hover .item-img .popup-icon {
visibility: visible;
opacity: 1;
}
.gallery-box-layout1:hover .item-img .item-title {
visibility: visible;
opacity: 1;
}
.gallery-box-layout1:hover .item-img:after {
visibility: visible;
opacity: 1;
transform: scale(1);
} .project-wrap-layout1 {
padding: 92px 0 68px;
}
@media only screen and (max-width: 1199px) {
.project-wrap-layout1 {
padding: 82px 0 58px;
}
}
@media only screen and (max-width: 991px) {
.project-wrap-layout1 {
padding: 72px 0 48px;
}
}
@media only screen and (max-width: 767px) {
.project-wrap-layout1 {
padding: 62px 0 38px;
}
}
@media only screen and (max-width: 575px) {
.project-wrap-layout1 {
padding: 52px 0 28px;
}
}
.project-wrap-layout2 {
padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
.project-wrap-layout2 {
padding: 82px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.project-wrap-layout2 {
padding: 72px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.project-wrap-layout2 {
padding: 62px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.project-wrap-layout2 {
padding: 52px 0 30px;
}
}
.project-box-layout1 {
margin-bottom: 30px;
}
.project-box-layout1 .item-img {
overflow: hidden;
}
.project-box-layout1 .item-img img {
border-radius: 4px 4px 0 0;
transform: scale(1);
transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.project-box-layout1 .item-content {
border-radius: 0 0 4px 4px;
background-color: #ffffff;
padding: 22px 30px 5px;
-webkit-box-shadow: 0px 2px 40px 0px rgba(68, 68, 68, 0.2);
box-shadow: 0px 2px 40px 0px rgba(68, 68, 68, 0.2);
}
.project-box-layout1 .item-content .item-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 12px;
}
.project-box-layout1 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.project-box-layout1 .item-content .item-title a:hover {
color: #990100;
}
.project-box-layout1 .item-content .item-subtitle {
color: #990100;
margin-bottom: 5px;
}
.project-box-layout1:hover .item-img img {
transform: scale(1.1);
}
.project-box-layout2 {
position: relative;
margin-bottom: 30px;
background-color: #ffffff;
border-radius: 4px;
-webkit-box-shadow: 0px 3px 18px 0px rgba(198, 198, 198, 0.4);
box-shadow: 0px 3px 18px 0px rgba(198, 198, 198, 0.4);
}
.project-box-layout2 .item-img {
border-radius: 4px 4px 0 0;
overflow: hidden;
}
.project-box-layout2 .item-img img {
border-radius: 4px 4px 0 0;
transform: scale(1);
transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.project-box-layout2 .item-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 30px;
}
.project-box-layout2 .item-content .item-title {
font-weight: 700;
margin-bottom: 0;
}
.project-box-layout2 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.project-box-layout2 .item-content .item-title a:hover {
color: #990100;
}
.project-box-layout2 .item-content .btn-wrap .item-btn {
font-size: 20px;
color: #990100;
display: inline-block;
background-color: #ffffff;
border-radius: 4px;
border: 1px solid #d4d4d4;
padding: 6px 16px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
.project-box-layout2 .item-content .btn-wrap .item-btn {
padding: 8px 20px;
}
}
.project-box-layout2 .item-content .btn-wrap .item-btn:hover {
background-color: #990100;
color: #ffffff;
border-color: #990100;
}
.project-box-layout2:hover .item-img img {
transform: scale(1.1);
} .schedule-wrap-layout1 {
padding: 94px 0 90px;
}
@media only screen and (max-width: 1199px) {
.schedule-wrap-layout1 {
padding: 84px 0 80px;
}
}
@media only screen and (max-width: 991px) {
.schedule-wrap-layout1 {
padding: 74px 0 70px;
}
}
@media only screen and (max-width: 767px) {
.schedule-wrap-layout1 {
padding: 64px 0 60px;
}
}
@media only screen and (max-width: 575px) {
.schedule-wrap-layout1 {
padding: 54px 0 50px;
}
}
.schedule-wrap-layout2 {
padding: 100px 0 0;
}
@media only screen and (max-width: 1199px) {
.schedule-wrap-layout2 {
padding: 90px 0 0;
}
}
@media only screen and (max-width: 991px) {
.schedule-wrap-layout2 {
padding: 80px 0 0;
}
}
@media only screen and (max-width: 767px) {
.schedule-wrap-layout2 {
padding: 70px 0 0;
}
}
@media only screen and (max-width: 575px) {
.schedule-wrap-layout2 {
padding: 60px 0 0;
}
}
.schedule-box-layout1 .item-title {
font-weight: 700;
margin-bottom: 40px;
}
.schedule-box-layout1 .contact-form-box .form-group label {
font-size: 16px;
color: #646464;
font-weight: 400;
}
.schedule-box-layout2 {
padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
.schedule-box-layout2 {
text-align: center;
padding-bottom: 0;
}
}
.schedule-box-layout2 .schedule-form-title {
font-size: 24px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
background-color: #00045f;
text-align: center;
padding: 20px 0;
border-radius: 4px 4px 0 0;
margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
.schedule-box-layout2 .schedule-form-title {
font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.schedule-box-layout2 .schedule-form-title {
font-size: 20px;
}
}
.schedule-box-layout2 .schedule-form {
background-color: #ffffff;
border-radius: 0 0 4px 4px;
padding: 35px 40px 40px;
-webkit-box-shadow: 0px 10px 29px 0px rgba(104, 104, 104, 0.16);
box-shadow: 0px 10px 29px 0px rgba(104, 104, 104, 0.16);
}
@media only screen and (max-width: 991px) {
.schedule-box-layout2 .schedule-form {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 575px) {
.schedule-box-layout2 .schedule-form {
padding: 35px 30px 40px;
}
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .form-control {
background-color: #f8f8f8;
color: #111111;
border-radius: 0;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn {
width: 100%;
background-color: #990100;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border: none;
padding: 15px 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn i {
margin-left: 10px;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn:focus {
border: none;
outline: none;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group .item-btn:hover {
background-color: #00045f;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control::-webkit-input-placeholder,
.schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control::-webkit-input-placeholder {
color: #9a9a9a;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control:-moz-placeholder,
.schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control:-moz-placeholder {
color: #9a9a9a;
}
.schedule-box-layout2 .schedule-form .contact-form-box .form-group input.form-control:-ms-input-placeholder,
.schedule-box-layout2 .schedule-form .contact-form-box .form-group textarea.form-control:-ms-input-placeholder {
color: #9a9a9a;
}
.schedule-box-layout3 {
display: flex;
align-items: flex-end;
height: 100%;
justify-content: center;
} @media only screen and (max-width: 1199px) {
.service-wrap-layout1 {
padding: 90px 0 60px;
background-color: #f8f8f8;
}
}
@media only screen and (max-width: 991px) {
.service-wrap-layout1 {
padding: 80px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.service-wrap-layout1 {
padding: 70px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.service-wrap-layout1 {
padding: 60px 0 30px;
}
}
.service-wrap-layout2 {
padding: 92px 0 70px;
position: relative;
z-index: 2;
}
@media only screen and (max-width: 1199px) {
.service-wrap-layout2 {
padding: 82px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.service-wrap-layout2 {
padding: 72px 0 57px;
}
}
@media only screen and (max-width: 767px) {
.service-wrap-layout2 {
padding: 62px 0 47px;
}
}
@media only screen and (max-width: 575px) {
.service-wrap-layout2 {
padding: 52px 0 30px;
}
}
.service-wrap-layout3 {
padding: 94px 0 100px;
}
@media only screen and (max-width: 1199px) {
.service-wrap-layout3 {
padding: 84px 0 90px;
}
}
@media only screen and (max-width: 991px) {
.service-wrap-layout3 {
padding: 74px 0 80px;
}
}
@media only screen and (max-width: 767px) {
.service-wrap-layout3 {
padding: 64px 0 70px;
}
}
@media only screen and (max-width: 575px) {
.service-wrap-layout3 {
padding: 54px 0 60px;
}
}
.service-wrap-layout4 {
padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
.service-wrap-layout4 {
padding: 82px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.service-wrap-layout4 {
padding: 72px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.service-wrap-layout4 {
padding: 62px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.service-wrap-layout4 {
padding: 52px 0 30px;
}
}
.service-wrap-layout5 {
padding: 92px 0 100px;
}
@media only screen and (max-width: 1199px) {
.service-wrap-layout5 {
padding: 82px 0 90px;
}
}
@media only screen and (max-width: 991px) {
.service-wrap-layout5 {
padding: 72px 0 80px;
}
}
@media only screen and (max-width: 767px) {
.service-wrap-layout5 {
padding: 62px 0 70px;
}
}
@media only screen and (max-width: 575px) {
.service-wrap-layout5 {
padding: 52px 0 60px;
}
}
.service-box-layout1 {
position: relative;
background-color: #ffffff;
border-radius: 4px;
transform: translateY(-60px);
z-index: 10;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
.service-box-layout1 {
transform: translateY(0);
margin-bottom: 30px;
}
}
.service-box-layout1 .item-img {
border-radius: 4px 4px 0 0;
overflow: hidden;
}
.service-box-layout1 .item-img img {
border-radius: 4px 4px 0 0;
transform: scale(1);
transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout1 .item-content {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 18px 30px;
}
.service-box-layout1 .item-content .item-title {
font-weight: 700;
margin-bottom: 0;
}
.service-box-layout1 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout1 .item-content .item-title a:hover {
color: #990100;
}
.service-box-layout1 .item-content .btn-wrap .item-btn {
font-size: 20px;
color: #990100;
display: inline-block;
background-color: #ffffff;
border: 1px solid #d4d4d4;
border-radius: 4px;
padding: 6px 16px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
.service-box-layout1 .item-content .btn-wrap .item-btn {
padding: 8px 20px;
}
}
.service-box-layout1 .item-content .btn-wrap .item-btn:hover {
border-color: #990100;
background-color: #990100;
color: #ffffff;
}
.service-box-layout1:hover .item-img img {
transform: scale(1.1);
}
.service-box-layout2 {
background-color: #ffffff;
text-align: center;
padding: 40px 20px 14px;
border-radius: 4px;
margin-bottom: 30px;
-webkit-box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.75);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout2 .item-icon {
margin-bottom: 24px;
}
.service-box-layout2 .item-icon i {
display: block;
line-height: 1;
}
.service-box-layout2 .item-icon i:before {
color: #00045f;
font-size: 70px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-title {
font-size: 20px;
font-weight: 700;
}
.service-box-layout2 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout2 .item-content .item-title a:hover {
color: #990100;
}
.service-box-layout2:hover {
-webkit-box-shadow: 0px 8px 21px 0px rgba(208, 208, 208, 0.55);
box-shadow: 0px 8px 21px 0px rgba(208, 208, 208, 0.55);
}
.service-box-layout2:hover .item-icon i:before {
color: #990100;
}
.service-box-layout3 .tab-nav-list {
border-bottom: 6px solid #ececec;
justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list {
justify-content: center;
}
}
.service-box-layout3 .tab-nav-list .nav-item {
text-align: center;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list .nav-item {
margin-right: 40px;
}
}
@media only screen and (max-width: 479px) {
.service-box-layout3 .tab-nav-list .nav-item {
margin-right: 30px;
}
}
.service-box-layout3 .tab-nav-list .nav-item a {
position: relative;
padding: 0 50px 24px;
display: block;
}
@media only screen and (max-width: 1199px) {
.service-box-layout3 .tab-nav-list .nav-item a {
padding: 0 20px 24px;
}
}
@media only screen and (max-width: 991px) {
.service-box-layout3 .tab-nav-list .nav-item a {
padding: 0 0 24px;
}
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list .nav-item a {
padding: 0 0 40px;
}
}
.service-box-layout3 .tab-nav-list .nav-item a .item-icon {
margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list .nav-item a .item-icon {
margin-bottom: 15px;
}
}
.service-box-layout3 .tab-nav-list .nav-item a .item-icon i {
line-height: 1;
display: inline-block;
}
.service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
font-size: 90px;
color: #646464;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
font-size: 70px;
}
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
font-size: 60px;
}
}
@media only screen and (max-width: 575px) {
.service-box-layout3 .tab-nav-list .nav-item a .item-icon i:before {
font-size: 40px;
}
}
.service-box-layout3 .tab-nav-list .nav-item a .item-title {
font-size: 18px;
color: #646464;
font-weight: 500;
margin-bottom: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list .nav-item a .item-title {
font-size: 16px;
}
}
.service-box-layout3 .tab-nav-list .nav-item a:before {
content: "";
height: 6px;
width: 100%;
background-color: #990100;
position: absolute;
bottom: -5px;
left: 200px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list .nav-item a:before {
display: none;
}
}
.service-box-layout3 .tab-nav-list .nav-item a:after {
content: "";
width: 0;
height: 0;
border-top: 10px solid #990100;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
position: absolute;
bottom: -50px;
left: 0;
right: 0;
margin: auto;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-nav-list .nav-item a:after {
display: none;
}
}
.service-box-layout3 .tab-nav-list .nav-item:hover a .item-icon i:before {
color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item:hover a .item-title {
color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item:hover a:before {
visibility: visible;
opacity: 1;
left: 0;
}
.service-box-layout3 .tab-nav-list .nav-item a.active .item-icon i:before {
color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item a.active .item-title {
color: #00045f;
}
.service-box-layout3 .tab-nav-list .nav-item a.active:before {
visibility: visible;
opacity: 1;
left: 0;
}
.service-box-layout3 .tab-nav-list .nav-item a.active:after {
visibility: visible;
opacity: 1;
bottom: -15px;
}
.service-box-layout3 .tab-content {
padding-top: 60px;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-content {
padding-top: 40px;
}
}
@media only screen and (max-width: 991px) {
.service-box-layout3 .tab-content .tab-pane .media {
align-items: center;
}
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-content .tab-pane .media {
text-align: center;
}
}
.service-box-layout3 .tab-content .tab-pane .media .item-icon {
position: relative;
text-align: center;
height: 315px;
width: 315px;
display: flex;
align-items: center;
justify-content: center;
background-color: #990100;
border: 8px solid #ffffff;
border-radius: 50%;
z-index: -1;
-webkit-box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.4);
box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.4);
}
@media only screen and (max-width: 991px) {
.service-box-layout3 .tab-content .tab-pane .media .item-icon {
height: 200px;
width: 200px;
}
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-content .tab-pane .media .item-icon {
margin: 0 auto;
}
}
.service-box-layout3 .tab-content .tab-pane .media .item-icon i {
line-height: 1;
}
.service-box-layout3 .tab-content .tab-pane .media .item-icon i:before {
font-size: 200px;
color: #ffffff;
}
@media only screen and (max-width: 991px) {
.service-box-layout3 .tab-content .tab-pane .media .item-icon i:before {
font-size: 100px;
}
}
.service-box-layout3 .tab-content .tab-pane .media .item-icon:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/shape.png);
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(0);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.service-box-layout3 .tab-content .tab-pane .media .media-body {
margin-left: 80px;
padding-top: 10px;
}
@media only screen and (max-width: 991px) {
.service-box-layout3 .tab-content .tab-pane .media .media-body {
margin-left: 50px;
}
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-content .tab-pane .media .media-body {
margin-left: 0;
}
}
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-title {
font-size: 26px;
font-weight: 700;
margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-title {
font-size: 24px;
}
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-title {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-title {
font-size: 20px;
}
}
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-title a:hover {
color: #990100;
}
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-btn {
margin-top: 15px;
display: inline-flex;
align-items: center;
color: #ffffff;
font-weight: 500;
background-color: #00045f;
border-radius: 4px;
padding: 12px 22px;
-webkit-box-shadow: 0px 1px 0px 0px rgba(203, 203, 203, 0.75);
box-shadow: 0px 1px 0px 0px rgba(203, 203, 203, 0.75);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-btn {
padding: 10px 20px;
}
}
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-btn i {
font-size: 16px;
font-weight: 600;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout3 .tab-content .tab-pane .media .media-body .item-btn:hover {
background-color: #990100;
}
.service-box-layout3 .tab-content .tab-pane .media:hover .item-icon:after {
transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.service-box-layout4 {
margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
.service-box-layout4 .media {
text-align: center;
}
}
.service-box-layout4 .media .item-img {
border-radius: 4px;
overflow: hidden;
}
.service-box-layout4 .media .item-img img {
border-radius: 4px;
transform: scale(1);
transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.service-box-layout4 .media .media-body .item-title {
font-size: 30px;
font-weight: 700;
margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
.service-box-layout4 .media .media-body .item-title {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
.service-box-layout4 .media .media-body .item-title {
font-size: 26px;
}
}
@media only screen and (max-width: 575px) {
.service-box-layout4 .media .media-body .item-title {
font-size: 24px;
}
}
.service-box-layout4 .media .media-body .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout4 .media .media-body .item-title a:hover {
color: #990100;
}
.service-box-layout4 .media .media-body .ghost-btn-lg {
margin-top: 20px;
}
.service-box-layout4 .media .media-body .ghost-btn-lg:hover {
-webkit-box-shadow: 0px 10px 18px 0px #c6c6c6;
box-shadow: 0px 10px 18px 0px #c6c6c6;
}
.service-box-layout4:hover .media .item-img img {
transform: scale(1.1);
}
.service-box-layout5 {
margin-bottom: -20px;
}
.service-box-layout5 .item-img {
text-align: center;
position: relative;
}
.service-box-layout5 .item-img img {
border-radius: 4px;
}
.service-box-layout5 .item-img .hover-icon {
position: absolute;
top: 45%;
left: 0;
right: 0;
transform: translateY(-50%);
z-index: 2;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout5 .item-img .hover-icon a {
font-size: 34px;
color: #ffffff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout5 .item-img .hover-icon a:hover {
color: #990100;
}
.service-box-layout5 .item-img:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 4, 95, 0.8);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 4px;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout5 .item-content {
text-align: center;
transform: translateY(-50px);
background-color: #ffffff;
border-radius: 4px;
padding: 35px 40px 36px;
margin: 0 20px;
box-shadow: 0px 1px 0px 0px rgba(212, 212, 212, 0.75);
border: 1px solid #e6e6e6;
}
@media only screen and (max-width: 575px) {
.service-box-layout5 .item-content {
padding: 35px 10px 36px;
}
}
.service-box-layout5 .item-content .item-title {
font-weight: 700;
margin-bottom: 15px;
}
.service-box-layout5 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.service-box-layout5 .item-content .item-title a:hover {
color: #990100;
}
.service-box-layout5 .item-content .ghost-btn-md {
letter-spacing: 0.5px;
}
.service-box-layout5 .item-content .ghost-btn-md:hover {
-webkit-box-shadow: 0px 10px 18px 0px #c6c6c6;
box-shadow: 0px 10px 18px 0px #c6c6c6;
}
.service-box-layout5:hover .item-img:after {
visibility: visible;
opacity: 1;
}
.service-box-layout5:hover .item-img .hover-icon {
visibility: visible;
opacity: 1;
top: 50%;
}
.service-box-layout6 {
background-color: #ffffff;
padding: 45px 60px 50px;
height: 100%;
}
.service-box-layout6 .item-title {
font-size: 24px;
font-weight: 700;
}
@media only screen and (max-width: 1199px) {
.service-box-layout6 p {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
}
.single-service-box-layout1 .main-img {
margin-bottom: 30px;
}
.single-service-box-layout1 .main-img img {
border-radius: 4px;
}
.single-service-box-layout1 .item-content .item-title {
font-weight: 700;
}
.single-service-box-layout1 .item-content h2.item-title {
font-size: 36px;
}
@media only screen and (max-width: 991px) {
.single-service-box-layout1 .item-content h2.item-title {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content h2.item-title {
font-size: 28px;
}
}
@media only screen and (max-width: 575px) {
.single-service-box-layout1 .item-content h2.item-title {
font-size: 26px;
}
}
.single-service-box-layout1 .item-content h3.item-title {
font-size: 24px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content h3.item-title {
font-size: 22px;
}
}
.single-service-box-layout1 .item-content .feature-img {
margin-bottom: 30px;
margin-top: 5px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .feature-img {
text-align: center;
}
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .feature-img img {
width: 100%;
}
}
.single-service-box-layout1 .item-content .popup-img {
position: relative;
margin-top: 5px;
}
@media only screen and (max-width: 575px) {
.single-service-box-layout1 .item-content .popup-img {
text-align: center;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 575px) {
.single-service-box-layout1 .item-content .popup-img img {
width: 100%;
}
}
.single-service-box-layout1 .item-content .popup-img .item-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.single-service-box-layout1 .item-content .popup-img .item-icon .play-btn {
text-align: center;
display: inline-block;
height: 70px;
width: 70px;
line-height: 70px;
border-radius: 50%;
background-color: rgba(232, 58, 21, 0.8);
animation: pulse infinite 2s;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-service-box-layout1 .item-content .popup-img .item-icon .play-btn i:before {
font-size: 26px;
color: #ffffff;
margin-left: 8px;
}
.single-service-box-layout1 .item-content .feature-list {
margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout1 .item-content .feature-list {
display: flex;
}
}
.single-service-box-layout1 .item-content .feature-list ul li {
color: #444444;
margin-bottom: 15px;
padding-left: 30px;
position: relative;
}
.single-service-box-layout1 .item-content .feature-list ul li:after {
content: "\f058";
font-family: "Font Awesome 5 Free";
font-size: 20px;
font-weight: 600;
color: #990100;
position: absolute;
top: 0;
left: 0;
}
.single-service-box-layout1 .item-content .feature-list ul li:last-child {
margin-bottom: 0;
}
.single-service-box-layout2 .item-slider .single-slide img {
border-radius: 4px;
}
@media only screen and (max-width: 991px) {
.single-service-box-layout2 .item-slider .single-slide img {
border-radius: 4px 4px 0 0;
}
}
.single-service-box-layout2 .service-content-wrap {
text-align: center;
margin: 0 60px;
padding: 70px 140px 110px;
background-color: #ffffff;
border: 1px solid #ededed;
position: relative;
transform: translateY(-40px);
margin-bottom: -40px;
z-index: 10;
}
@media only screen and (max-width: 991px) {
.single-service-box-layout2 .service-content-wrap {
margin: 0;
transform: translateY(0);
padding: 50px 30px 110px;
}
}
.single-service-box-layout2 .service-content-wrap .item-title {
font-weight: 700;
}
.single-service-box-layout2 .service-content-wrap h2.item-title {
font-size: 36px;
}
@media only screen and (max-width: 991px) {
.single-service-box-layout2 .service-content-wrap h2.item-title {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
.single-service-box-layout2 .service-content-wrap h2.item-title {
font-size: 28px;
}
}
@media only screen and (max-width: 575px) {
.single-service-box-layout2 .service-content-wrap h2.item-title {
font-size: 26px;
}
}
.single-service-box-layout2 .service-content-wrap h3.item-title {
font-size: 24px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout2 .service-content-wrap h3.item-title {
font-size: 22px;
}
}
.single-service-box-layout2 .service-content-wrap .item-feature {
text-align: left;
display: flex;
justify-content: center;
margin: 25px 0;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout2 .service-content-wrap .item-feature {
display: inline-block;
margin: 25px 0;
}
}
.single-service-box-layout2 .service-content-wrap .item-feature ul {
margin-right: 70px;
}
@media only screen and (max-width: 767px) {
.single-service-box-layout2 .service-content-wrap .item-feature ul {
margin: 0 0 15px 0;
}
}
.single-service-box-layout2 .service-content-wrap .item-feature ul:last-child {
margin-right: 0;
}
.single-service-box-layout2 .service-content-wrap .item-feature ul li {
color: #444444;
margin-bottom: 15px;
padding-left: 30px;
position: relative;
}
.single-service-box-layout2 .service-content-wrap .item-feature ul li:after {
content: "\f058";
font-family: "Font Awesome 5 Free";
font-size: 20px;
font-weight: 600;
color: #990100;
position: absolute;
top: 0;
left: 0;
}
.single-service-box-layout2 .service-content-wrap .item-feature ul li:last-child {
margin-bottom: 0;
} .shop-page-box-layout1 .item-filter-bar {
margin-bottom: 30px;
border: 1px solid #e1e1e0;
border-radius: 4px;
padding: 5px 20px;
}
.shop-page-box-layout1 .item-filter-bar .layout-switcher ul {
display: flex;
align-items: center;
}
.shop-page-box-layout1 .item-filter-bar .layout-switcher ul li {
margin-right: 10px;
}
.shop-page-box-layout1 .item-filter-bar .layout-switcher ul li:last-child {
margin-right: 0;
}
.shop-page-box-layout1 .item-filter-bar .layout-switcher ul li a {
color: #aeaeae;
display: inline-block;
padding: 10px 0 5px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.shop-page-box-layout1 .item-filter-bar .layout-switcher ul li a i {
font-size: 20px;
}
.shop-page-box-layout1 .item-filter-bar .layout-switcher ul li.active a {
color: #990100;
}
.shop-page-box-layout1 .item-filter-bar .form-group {
display: flex;
align-items: center;
}
.shop-page-box-layout1 .item-filter-bar .form-group label {
margin-bottom: 0;
font-size: 16px;
color: #646464;
margin-right: 12px;
}
.shop-page-box-layout1 .item-filter-bar .form-group .select2 {
flex: 1;
}
.shop-page-box-layout1 .item-filter-bar .form-group .select2-container--classic .select2-selection--single {
background: #eff2f8;
height: 40px;
}
.shop-page-box-layout1 .item-filter-bar .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
line-height: 40px;
color: #646464;
font-size: 14px;
}
.shop-page-box-layout1 .item-filter-bar .form-group .select2-container--classic .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.product-box-layout1 .product-grid-view {
margin-bottom: 30px;
text-align: center;
}
.product-box-layout1 .product-grid-view .item-img {
text-align: center;
border: 1px solid #e1e1e0;
border-radius: 4px;
margin-bottom: 15px;
position: relative;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 4px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
z-index: 2;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li {
display: inline-block;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li a {
display: inline-block;
font-size: 16px;
color: #ffffff;
background-color: #00045f;
border-radius: 4px;
padding: 8px 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li a:hover {
background-color: #990100;
color: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(205, 49, 16, 0.75);
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(1n) {
transform: translateX(-100%);
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(2n) {
transform: translateY(-100%);
}
.product-box-layout1 .product-grid-view .item-img .action-btn-area ul li:nth-child(3n) {
transform: translateX(100%);
}
.product-box-layout1 .product-grid-view .item-content .item-rating li {
display: inline-block;
color: #ff9100;
font-size: 12px;
}
.product-box-layout1 .product-grid-view .item-content .item-rating li:last-child {
margin-right: 0;
}
.product-box-layout1 .product-grid-view .item-content .item-title {
font-weight: 600;
margin-bottom: 0;
}
.product-box-layout1 .product-grid-view .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-grid-view .item-content .item-title a:hover {
color: #990100;
}
.product-box-layout1 .product-grid-view .item-content .item-price {
font-size: 18px;
color: #990100;
}
.product-box-layout1 .product-grid-view:hover .item-img:after {
visibility: visible;
opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area {
visibility: visible;
opacity: 1;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(1n) {
transform: translateX(0);
transition-delay: 0.2s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(2n) {
transform: translateY(0);
transition-delay: 0.5s;
}
.product-box-layout1 .product-grid-view:hover .item-img .action-btn-area ul li:nth-child(3n) {
transform: translateX(0);
transition-delay: 0.2s;
}
.product-box-layout1 .product-list-view {
margin-bottom: 30px;
display: flex;
}
@media only screen and (max-width: 991px) {
.product-box-layout1 .product-list-view {
display: block;
text-align: center;
}
}
.product-box-layout1 .product-list-view .item-img {
width: 30%;
margin-right: 30px;
background-color: #f3f6f9;
border-radius: 4px;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.product-box-layout1 .product-list-view .item-img {
width: 100%;
margin-bottom: 20px;
margin-right: 0;
}
}
.product-box-layout1 .product-list-view .item-content {
width: 65%;
}
@media only screen and (max-width: 991px) {
.product-box-layout1 .product-list-view .item-content {
width: 100%;
}
}
.product-box-layout1 .product-list-view .item-content .item-title {
font-weight: 600;
margin-bottom: 10px;
}
.product-box-layout1 .product-list-view .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .item-title a:hover {
color: #990100;
}
.product-box-layout1 .product-list-view .item-content .item-rating {
margin-bottom: 6px;
}
.product-box-layout1 .product-list-view .item-content .item-rating li {
margin-right: 5px;
display: inline-block;
color: #ff9100;
}
.product-box-layout1 .product-list-view .item-content .item-rating li:last-child {
margin-right: 0;
}
.product-box-layout1 .product-list-view .item-content .item-price {
font-size: 20px;
color: #990100;
margin-bottom: 25px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li {
display: inline-block;
margin-right: 5px;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li:last-child {
margin-right: 0;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a {
display: inline-block;
font-size: 20px;
color: #00045f;
background-color: #f3f6f9;
border-radius: 4px;
padding: 10px 15px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.product-box-layout1 .product-list-view .item-content .action-btn-area ul li a:hover {
background-color: #990100;
color: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(205, 49, 16, 0.75);
}
.product-box-layout1 .product-list-view:hover .item-img .action-btn-area {
display: none;
}
.product-box-grid .product-box-layout1 .product-list-view {
display: none;
}
.product-box-list .row > [class^="col-"] {
max-width: 100% !important;
-webkit-box-flex: 100%;
-ms-flex: 100%;
flex: 100%;
}
.product-box-list .product-box-layout1 .product-grid-view {
display: none;
}
.single-product-box-layout1 .product-gallery .tab-content {
position: relative;
border: none;
overflow: hidden;
}
.single-product-box-layout1 .product-gallery .tab-content a {
cursor: move;
display: block;
border: 1px solid #e1e1e0;
border-radius: 4px;
text-align: center;
margin-bottom: 10px;
}
.single-product-box-layout1 .product-gallery .tab-content a img {
border-radius: 4px;
}
.single-product-box-layout1 .product-gallery .nav-tabs {
margin-left: -5px;
margin-right: -5px;
border-bottom: none;
}
@media only screen and (max-width: 1199px) {
.single-product-box-layout1 .product-gallery .nav-tabs {
margin-bottom: 35px;
}
}
.single-product-box-layout1 .product-gallery .nav-tabs .nav-item {
padding-left: 5px;
padding-right: 5px;
flex: 0 0 25%;
max-width: 25%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-product-box-layout1 .product-gallery .nav-tabs .nav-item a {
border: 1px solid #e1e1e0;
border-radius: 4px;
display: block;
}
.single-product-box-layout1 .product-gallery .nav-tabs .nav-item a img {
width: 100%;
border-radius: 4px;
}
.single-product-box-layout1 .product-gallery .nav-tabs .nav-item a.active {
background-color: #eff2f8;
border-color: #eff2f8;
}
.single-product-box-layout1 .product-info .item-title {
font-size: 36px;
font-weight: 600;
margin-bottom: 10px;
line-height: 1;
}
@media only screen and (max-width: 1199px) {
.single-product-box-layout1 .product-info .item-title {
font-size: 32px;
}
}
@media only screen and (max-width: 991px) {
.single-product-box-layout1 .product-info .item-title {
font-size: 30px;
}
}
@media only screen and (max-width: 767px) {
.single-product-box-layout1 .product-info .item-title {
font-size: 28px;
}
}
@media only screen and (max-width: 575px) {
.single-product-box-layout1 .product-info .item-title {
font-size: 26px;
}
}
.single-product-box-layout1 .product-info .item-rating {
margin-bottom: 15px;
}
.single-product-box-layout1 .product-info .item-rating li {
display: inline-block;
color: #ff8f00;
font-size: 14px;
}
.single-product-box-layout1 .product-info .item-rating .item-review {
font-size: 16px;
color: #646464;
margin-left: 5px;
}
.single-product-box-layout1 .product-info .entry-meta {
border-top: 1px solid #e1e1e0;
padding-top: 18px;
}
.single-product-box-layout1 .product-info .entry-meta > li {
display: inline-block;
color: #444444;
font-weight: 500;
margin-bottom: 6px;
margin-right: 30px;
font-size: 15px;
position: relative;
}
.single-product-box-layout1 .product-info .entry-meta > li:last-child {
margin-right: 0;
margin-bottom: 0;
}
.single-product-box-layout1 .product-info .entry-meta > li span {
color: #646464;
font-weight: 400;
}
.single-product-box-layout1 .product-info .entry-meta > li a {
color: #646464;
font-weight: 400;
transition: 0.3s ease-in-out;
}
.single-product-box-layout1 .product-info .entry-meta > li a:hover {
color: #00045f;
}
.single-product-box-layout1 .product-info .entry-meta li.item-social {
display: inline-flex;
}
.single-product-box-layout1 .product-info .entry-meta li.item-social ul li {
display: inline-block;
}
.single-product-box-layout1 .product-info .entry-meta li.item-social ul li a {
padding: 6px;
color: #646464;
transition: 0.3s ease-in-out;
}
.single-product-box-layout1 .product-info .entry-meta li.item-social ul li a:hover {
color: #990100;
}
.single-product-box-layout1 .product-info .item-color {
display: flex;
align-items: center;
margin-top: 5px;
margin-bottom: 20px;
}
.single-product-box-layout1 .product-info .item-color .color-title {
font-size: 15px;
color: #444444;
font-weight: 500;
margin-right: 12px;
}
.single-product-box-layout1 .product-info .item-color .color-list {
line-height: 0;
}
.single-product-box-layout1 .product-info .item-color .color-list a {
margin-right: 12px;
display: inline-block;
padding: 8px;
border-radius: 3px;
position: relative;
}
.single-product-box-layout1 .product-info .item-color .color-list a:after {
content: "";
height: 22px;
width: 22px;
border: 2px solid #ebebeb;
border-radius: 3px;
position: absolute;
top: -3px;
left: -3px;
}
.single-product-box-layout1 .product-info .item-color .color-list a:last-child {
margin-right: 0;
}
.single-product-box-layout1 .product-info .item-size .form-group {
display: flex;
align-items: center;
}
.single-product-box-layout1 .product-info .item-size .form-group label {
margin-bottom: 0;
margin-right: 11px;
font-size: 15px;
}
.single-product-box-layout1 .product-info .item-size .form-group .select2-container {
width: 40% !important;
}
.single-product-box-layout1 .product-info .item-size .form-group .select2-container--classic .select2-selection--single {
border: 1px solid #d7d7d7;
height: 40px;
}
.single-product-box-layout1 .product-info .item-size .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
font-size: 15px;
color: #444444;
line-height: 40px;
}
.single-product-box-layout1 .product-info .item-size .form-group .select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #444444 transparent transparent transparent;
}
.single-product-box-layout1 .product-info .item-size .form-group .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #444444 transparent;
}
.single-product-box-layout1 .product-info .item-size .form-group .select2-container--classic .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.single-product-box-layout1 .product-info .item-price {
font-size: 24px;
font-weight: 500;
color: #990100;
margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
.single-product-box-layout1 .product-info .item-price {
font-size: 22px;
}
}
.single-product-box-layout1 .product-info .action-area {
margin-top: 43px;
display: flex;
}
@media only screen and (max-width: 479px) {
.single-product-box-layout1 .product-info .action-area {
display: block;
text-align: center;
}
}
.single-product-box-layout1 .product-info .action-area li {
display: inline-block;
margin-right: 8px;
}
@media only screen and (max-width: 479px) {
.single-product-box-layout1 .product-info .action-area li {
display: block;
margin-right: 0;
margin-bottom: 10px;
}
}
.single-product-box-layout1 .product-info .action-area li:last-child {
margin-right: 0;
}
.single-product-box-layout1 .product-info .action-area li .input-group {
width: auto;
}
.single-product-box-layout1 .product-info .action-area li .input-group .form-control {
text-align: center;
height: 46px;
width: 46px;
display: block;
outline: none;
font-size: 22px;
border: none;
border-radius: 4px;
border: 1px solid #e3e6ea;
}
.single-product-box-layout1 .product-info .action-area li .input-group .form-control:focus {
box-shadow: none;
}
.single-product-box-layout1 .product-info .action-area li .input-group .input-group-btn {
display: inline-grid;
}
.single-product-box-layout1 .product-info .action-area li .input-group .input-group-btn .quantity-btn {
padding: 5px 12px;
margin-bottom: 4px;
font-size: 14px;
line-height: 1;
color: #000000;
background-color: #dddddd;
background-image: none;
border-radius: 4px;
outline: none;
border: none;
cursor: pointer;
}
.single-product-box-layout1 .product-info .action-area li .cart-btn {
display: flex;
align-items: center;
border: 2px solid #990100;
background-color: #990100;
border-radius: 4px;
padding: 6px 25px;
color: #ffffff;
font-size: 15px;
transition: 0.3s ease-in-out;
}
.single-product-box-layout1 .product-info .action-area li .cart-btn i {
margin-right: 12px;
font-size: 18px;
}
.single-product-box-layout1 .product-info .action-area li .cart-btn:focus {
outline: none;
}
.single-product-box-layout1 .product-info .action-area li .cart-btn:hover {
background-color: #00045f;
border: 2px solid #00045f;
color: #ffffff;
}
.single-product-box-layout1 .product-info .action-area li .react-btn {
background-color: #eff2f8;
border-radius: 4px;
padding: 8px 15px;
display: block;
color: #111111;
font-size: 16px;
transition: 0.3s ease-in-out;
}
.single-product-box-layout1 .product-info .action-area li .react-btn:hover {
background-color: #00045f;
color: #ffffff;
}
.single-product-box-layout1 .product-more-info {
margin-top: 60px;
margin-bottom: 55px;
overflow: hidden;
}
.single-product-box-layout1 .product-more-info .tab-nav-list {
border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 575px) {
.single-product-box-layout1 .product-more-info .tab-nav-list {
display: block;
text-align: center;
}
}
.single-product-box-layout1 .product-more-info .tab-nav-list li {
position: relative;
margin-left: 8px;
}
.single-product-box-layout1 .product-more-info .tab-nav-list li:first-child {
margin-left: 15px;
}
@media only screen and (max-width: 575px) {
.single-product-box-layout1 .product-more-info .tab-nav-list li {
display: block;
}
}
.single-product-box-layout1 .product-more-info .tab-nav-list li a {
display: inline-block;
color: #444444;
transition: 0.3s ease-in-out;
border: 1px solid #cccccc;
background-color: #f9f9f9;
border-radius: 4px 4px 0 0;
padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
.single-product-box-layout1 .product-more-info .tab-nav-list li a {
padding: 15px 25px;
}
}
@media only screen and (max-width: 575px) {
.single-product-box-layout1 .product-more-info .tab-nav-list li a {
border: none;
background-color: transparent;
}
}
.single-product-box-layout1 .product-more-info .tab-nav-list li a:after {
content: "";
height: 4px;
width: 100%;
background-color: #00045f;
border-radius: 10px 10px 0 0;
top: -1px;
left: 200px;
position: absolute;
z-index: 1;
transition: 0.3s ease-in-out;
visibility: hidden;
opacity: 0;
}
@media only screen and (max-width: 575px) {
.single-product-box-layout1 .product-more-info .tab-nav-list li a:after {
display: none;
}
}
.single-product-box-layout1 .product-more-info .tab-nav-list li a.active {
color: #00045f;
background-color: transparent;
}
.single-product-box-layout1 .product-more-info .tab-nav-list li a.active:after {
visibility: visible;
opacity: 1;
left: 0;
}
.single-product-box-layout1 .product-more-info .tab-content {
padding-top: 25px;
}
.cart-page-box-layout1 .item-header {
border: 1px solid #e1e1e0;
padding: 15px 25px;
border-radius: 4px;
margin-bottom: 30px;
}
.cart-page-box-layout1 .item-header .item-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 0;
}
.cart-page-box-layout1 .item-header .item-title span {
position: relative;
display: inline-block;
font-size: 18px;
color: #990100;
margin: 0 22px;
}
.cart-page-box-layout1 .item-header .item-title span:before {
content: "(";
font-size: 24px;
color: #dbdbdb;
position: absolute;
top: 50%;
left: -15px;
transform: translateY(-50%);
}
.cart-page-box-layout1 .item-header .item-title span:after {
content: ")";
font-size: 24px;
color: #dbdbdb;
position: absolute;
top: 50%;
right: -15px;
transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
.cart-page-box-layout1 .item-header .item-title {
font-size: 22px;
}
}
@media only screen and (max-width: 575px) {
.cart-page-box-layout1 .item-header .item-title {
font-size: 20px;
}
}
.cart-page-box-layout1 .product-list .media {
border-bottom: 1px solid #e1e1e1;
padding-bottom: 30px;
margin-bottom: 30px;
}
.cart-page-box-layout1 .product-list .media:last-child {
margin-bottom: 0;
}
.cart-page-box-layout1 .product-list .media .item-img {
margin-top: 5px;
border: 1px solid #e1e1e0;
border-radius: 4px;
padding: 5px 0;
text-align: center;
}
.cart-page-box-layout1 .product-list .media .media-body {
position: relative;
}
@media only screen and (max-width: 575px) {
.cart-page-box-layout1 .product-list .media .media-body {
text-align: center;
}
}
.cart-page-box-layout1 .product-list .media .media-body .item-title {
margin-bottom: 0;
font-size: 18px;
}
.cart-page-box-layout1 .product-list .media .media-body .item-price {
font-size: 18px;
font-weight: 500;
color: #990100;
margin-bottom: 8px;
}
.cart-page-box-layout1 .product-list .media .media-body .product-meta {
margin-bottom: 22px;
}
.cart-page-box-layout1 .product-list .media .media-body .product-meta ul li {
display: inline-block;
color: #444444;
font-weight: 500;
margin-right: 35px;
position: relative;
}
.cart-page-box-layout1 .product-list .media .media-body .product-meta ul li:after {
content: "/";
font-size: 16px;
position: absolute;
top: 50%;
right: -22px;
transform: translateY(-50%);
}
.cart-page-box-layout1 .product-list .media .media-body .product-meta ul li:last-child {
margin-right: 0;
}
.cart-page-box-layout1 .product-list .media .media-body .product-meta ul li:last-child:after {
display: none;
}
.cart-page-box-layout1 .product-list .media .media-body .product-meta ul li span {
color: #646464;
font-weight: 400;
margin-left: 15px;
}
@media only screen and (max-width: 575px) {
.cart-page-box-layout1 .product-list .media .media-body .quantity-area {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 575px) {
.cart-page-box-layout1 .product-list .media .media-body .quantity-area .input-group {
justify-content: center;
}
}
.cart-page-box-layout1 .product-list .media .media-body .quantity-area .input-group .input-group-btn {
display: flex;
align-items: center;
}
.cart-page-box-layout1 .product-list .media .media-body .quantity-area .input-group .input-group-btn .quantity-btn {
background-color: transparent;
border: #e1e1e0 1px solid;
border-radius: 4px;
padding: 4px 16px;
font-size: 18px;
color: #990100;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.cart-page-box-layout1 .product-list .media .media-body .quantity-area .input-group .input-group-btn .quantity-btn:hover {
background-color: #990100;
color: #ffffff;
}
.cart-page-box-layout1 .product-list .media .media-body .quantity-area .input-group .input-group-btn .quantity-btn:focus {
box-shadow: none;
outline: none;
}
.cart-page-box-layout1 .product-list .media .media-body .quantity-area .input-group .input-group-btn .form-control {
margin: 0 6px;
text-align: center;
height: 40px;
width: 45px;
font-size: 18px;
font-weight: 500;
color: #00045f;
}
.cart-page-box-layout1 .product-list .media .media-body .quantity-area .input-group .input-group-btn .form-control:focus {
box-shadow: none;
outline: none;
border-color: #e1e1e0;
}
.cart-page-box-layout1 .product-list .media .media-body .delete-btn {
position: absolute;
top: 15px;
right: 0;
}
.cart-page-box-layout1 .product-list .media .media-body .delete-btn a {
color: #646464;
font-size: 16px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.cart-page-box-layout1 .product-list .media .media-body .delete-btn a:hover {
color: #990100;
}
@media only screen and (max-width: 575px) {
.cart-page-box-layout1 .product-list .media .media-body .delete-btn {
position: relative;
top: 0;
}
}
.checkout-box-layout1 .accordion .card {
margin-bottom: 8px;
border: 1px solid #e1e1e0;
border-bottom: 1px solid #e1e1e0 !important;
border-radius: 4px;
}
.checkout-box-layout1 .accordion .card:last-child {
margin-bottom: 0;
}
.checkout-box-layout1 .accordion .card .card-header {
cursor: pointer;
padding: 0;
border: none;
background-color: transparent;
}
.checkout-box-layout1 .accordion .card .card-header .heading-title {
margin-bottom: 0;
padding: 35px 40px 15px;
font-weight: 500;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 479px) {
.checkout-box-layout1 .accordion .card .card-header .heading-title {
padding: 35px 20px 15px;
}
}
.checkout-box-layout1 .accordion .card .card-header .heading-title span {
color: #990100;
}
.checkout-box-layout1 .accordion .card .card-header .heading-title.collapsed {
padding: 15px 40px;
}
@media only screen and (max-width: 479px) {
.checkout-box-layout1 .accordion .card .card-header .heading-title.collapsed {
padding: 15px 20px;
}
}
.checkout-box-layout1 .accordion .card .card-body {
padding: 5px 40px 50px;
}
@media only screen and (max-width: 479px) {
.checkout-box-layout1 .accordion .card .card-body {
padding: 5px 20px 50px;
}
}
.checkout-box-layout1 .accordion .card .address-info .item-title {
color: #111111;
font-weight: 500;
margin-bottom: 25px;
}
.checkout-box-layout1 .accordion .card .address-info .item-title a {
color: #990100;
margin-left: 35px;
position: relative;
display: inline-block;
}
.checkout-box-layout1 .accordion .card .address-info .item-title a:after {
content: "/";
font-size: 16px;
font-weight: 500;
color: #646464;
position: absolute;
top: 50%;
left: -22px;
transform: translateY(-50%);
}
.checkout-box-layout1 .accordion .card .address-info .optional-text {
margin-left: 120px;
margin-top: 22px;
}
@media only screen and (max-width: 575px) {
.checkout-box-layout1 .accordion .card .address-info .optional-text {
margin-left: 0;
}
}
.checkout-box-layout1 .accordion .card .address-info .optional-text .title-text {
font-size: 18px;
font-weight: 500;
}
.checkout-box-layout1 .accordion .card .address-info .optional-text .title-text a {
color: #646464;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.checkout-box-layout1 .accordion .card .address-info .optional-text .title-text a:hover {
color: #990100;
}
.checkout-box-layout1 .accordion .card .address-info .optional-text .title-text span {
font-weight: 400;
font-size: 16px;
font-style: italic;
}
.checkout-box-layout1 .accordion .card .address-info form {
margin-right: 180px;
}
@media only screen and (max-width: 1199px) {
.checkout-box-layout1 .accordion .card .address-info form {
margin-right: 50px;
}
}
@media only screen and (max-width: 767px) {
.checkout-box-layout1 .accordion .card .address-info form {
margin-right: 0;
}
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group {
display: flex;
align-items: center;
margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
.checkout-box-layout1 .accordion .card .address-info form > .form-group {
display: block;
}
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group:last-child {
margin-bottom: 0;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-control {
height: 40px;
background-color: #eff2f7;
color: #111111;
flex: 1;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .input-group {
flex: 1;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .input-group .input-group-addon button {
border: none;
background-color: #00045f;
color: #ffffff;
font-size: 14px;
border-radius: 0 4px 4px 0;
padding: 5px 30px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .input-group .input-group-addon button:focus {
outline: none;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .input-group .input-group-addon button:hover {
background-color: #990100;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .item-btn {
display: flex;
align-items: center;
border: none;
background-color: #990100;
color: #ffffff;
padding: 10px 50px;
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .item-btn i {
margin-left: 10px;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .item-btn:hover {
background-color: #00045f;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group > label {
width: 120px;
color: #646464;
font-weight: 400;
margin-bottom: 0;
font-size: 16px;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check {
position: relative;
padding-left: 0;
margin-bottom: 0;
margin-right: 18px;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check:last-child {
margin-right: 0;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check label {
display: inline-block;
position: relative;
padding-left: 32px;
font-size: 16px;
color: #646464;
font-weight: 400;
margin-bottom: 5px;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check label:before {
content: "";
display: inline-block;
position: absolute;
width: 22px;
height: 21px;
left: 0;
top: 5px;
border: 1px solid #cccccc;
border-radius: 4px;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check label:after {
content: "";
display: inline-block;
position: absolute;
left: 6px;
top: 1px;
font-size: 12px;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check input[type="radio"] {
cursor: pointer;
position: absolute;
width: 22px;
height: 21px;
top: 1px;
left: 12px;
z-index: 1;
opacity: 0;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check input[type="radio"]:checked + label:after {
font-family: 'Font Awesome 5 Free';
content: "\f00c";
font-weight: 600;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check input[type="radio"]:disabled + label {
opacity: 0.65;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check input[type="radio"]:disabled + label:before {
background-color: #eeeeee;
cursor: not-allowed;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check label::before {
border-radius: 4px;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check input[type="radio"]:checked + label:before {
border-color: #00045f;
background-color: #00045f;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .form-check input[type="radio"]:checked + label:after {
color: #ffffff;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .select2 {
flex: 1;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .select2-container--classic .select2-selection--single {
background: #eff2f7;
border: none;
height: 40px;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .select2-container--classic .select2-selection--single .select2-selection__rendered {
line-height: 40px;
font-size: 14px;
color: #646464;
font-weight: 500;
}
.checkout-box-layout1 .accordion .card .address-info form > .form-group .select2-container--classic .select2-selection--single .select2-selection__arrow {
height: 40px;
}
.checkout-box-layout1 .accordion .card .shipping-method .item-title {
color: #444444;
font-weight: 500;
}
.modal .modal-dialog { }
.modal .modal-dialog .modal-content {
background-color: #ffffff;
border-radius: 4px;
padding: 45px 50px 40px;
}
@media only screen and (max-width: 767px) {
.modal .modal-dialog .modal-content {
padding: 45px 45px 40px;
}
}
@media only screen and (max-width: 767px) {
.modal .modal-dialog .modal-content {
padding: 45px 28px 40px;
}
}
.modal .modal-dialog .modal-content .modal-header {
align-items: center;
background-color: #00045f;
border-radius: 4px;
border-bottom: none;
margin-bottom: 40px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
font-size: 18px;
color: #ffffff;
font-weight: 500;
padding: 5px 10px;
}
@media only screen and (max-width: 767px) {
.modal .modal-dialog .modal-content .modal-header .modal-title {
font-size: 14px;
}
}
.modal .modal-dialog .modal-content .modal-header .modal-title i {
margin-right: 12px;
}
.modal .modal-dialog .modal-content .modal-header .close {
opacity: 1;
padding: 16px 24px;
}
.modal .modal-dialog .modal-content .modal-header .close span {
font-size: 25px;
color: #ffffff;
}
.modal .modal-dialog .modal-content .modal-body {
padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .media {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 35px;
margin-bottom: 35px;
}
.modal .modal-dialog .modal-content .modal-body .media .item-img {
border: 1px solid #e1e1e0;
border-radius: 4px;
text-align: center;
}
@media only screen and (max-width: 575px) {
.modal .modal-dialog .modal-content .modal-body .media .media-body {
text-align: center;
}
}
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-title {
font-size: 24px;
font-weight: 500;
margin-bottom: 2px;
}
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-rating {
margin-bottom: 6px;
}
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-rating li {
display: inline-block;
color: #ff8f00;
font-size: 14px;
}
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-rating .item-review {
font-size: 16px;
color: #646464;
margin-left: 5px;
}
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-price {
font-size: 20px;
font-weight: 500;
color: #990100;
margin-bottom: 16px;
}
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-info .table {
width: 22%;
}
@media only screen and (max-width: 575px) {
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-info .table {
margin: 0 auto;
width: 40%;
}
}
.modal .modal-dialog .modal-content .modal-body .media .media-body .item-info .table tbody tr td {
color: #646464;
border: none;
padding: 0 2px 0 0;
}
.modal .modal-dialog .modal-content .modal-body .item-more-info {
margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
.modal .modal-dialog .modal-content .modal-body .item-more-info {
display: none;
}
}
.modal .modal-dialog .modal-content .modal-body .item-more-info .item-title {
font-size: 20px;
color: #444444;
margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .item-more-info .price-calculation .table tbody tr td {
border: none;
padding: 4px 5px 4px 0px;
}
.modal .modal-dialog .modal-content .modal-body .item-more-info .price-calculation .table tbody tr .title-text {
width: 120px;
}
.modal .modal-dialog .modal-content .modal-body .btn-area {
display: flex;
align-items: center;
}
@media only screen and (max-width: 575px) {
.modal .modal-dialog .modal-content .modal-body .btn-area {
display: block;
text-align: center;
}
}
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn {
margin-right: 10px;
display: inline-flex;
align-items: center;
color: #ffffff;
padding: 10px 28px;
border-radius: 4px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn {
font-size: 14px;
}
}
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn i {
font-size: 20px;
margin-right: 10px;
}
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn:last-child {
margin-right: 0;
}
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn.primary-btn {
background-color: #00045f;
}
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn.primary-btn:hover {
background-color: #990100;
}
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn.accent-btn {
background-color: #990100;
}
.modal .modal-dialog .modal-content .modal-body .btn-area .item-btn.accent-btn:hover {
background-color: #00045f;
} .team-wrap-layout1 {
padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
.team-wrap-layout1 {
padding: 82px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.team-wrap-layout1 {
padding: 72px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.team-wrap-layout1 {
padding: 62px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.team-wrap-layout1 {
padding: 52px 0 30px;
}
}
.team-wrap-layout2 {
padding: 92px 0 64px;
}
@media only screen and (max-width: 1199px) {
.team-wrap-layout2 {
padding: 82px 0 54px;
}
}
@media only screen and (max-width: 991px) {
.team-wrap-layout2 {
padding: 72px 0 44px;
}
}
@media only screen and (max-width: 767px) {
.team-wrap-layout2 {
padding: 62px 0 34px;
}
}
@media only screen and (max-width: 575px) {
.team-wrap-layout2 {
padding: 52px 0 24px;
}
}
.team-wrap-layout3 {
padding: 92px 0 70px;
background-color: #f8f8f8;
z-index: 2;
}
@media only screen and (max-width: 1199px) {
.team-wrap-layout3 {
padding: 82px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.team-wrap-layout3 {
padding: 72px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.team-wrap-layout3 {
padding: 62px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.team-wrap-layout3 {
padding: 52px 0 30px;
}
}
.team-wrap-layout4 {
padding: 92px 0 70px;
}
@media only screen and (max-width: 1199px) {
.team-wrap-layout4 {
padding: 82px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.team-wrap-layout4 {
padding: 72px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.team-wrap-layout4 {
padding: 62px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.team-wrap-layout4 {
padding: 52px 0 30px;
}
}
.single-team-wrap-layout1 {
padding-top: 100px;
position: relative;
}
.single-team-wrap-layout1:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip7.png);
position: absolute;
bottom: 0;
left: -50px;
line-height: 0;
opacity: 0.5;
}
.team-box-layout1 {
margin-bottom: 21px;
}
.team-box-layout1 .item-img {
overflow: hidden;
text-align: center;
margin-bottom: 24px;
background-color: #c7d3e2;
border-radius: 4px;
-webkit-box-shadow: 0px 11px 24px 0px #d3d3d3;
box-shadow: 0px 11px 24px 0px #d3d3d3;
z-index: 2;
}
.team-box-layout1 .item-content {
position: relative;
}
.team-box-layout1 .item-content .item-title {
font-weight: 700;
margin-bottom: 5px;
}
.team-box-layout1 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.team-box-layout1 .item-content .item-title a:hover {
color: #990100;
}
.team-box-layout2 {
position: relative;
text-align: center;
z-index: 1;
margin-bottom: 22px;
}
.team-box-layout2 .item-img {
background-color: #c7d3e2;
border-radius: 50%;
height: 250px;
width: 250px;
margin: 0 auto 22px;
-webkit-box-shadow: 0px 5px 16px 0px rgba(188, 188, 188, 0.75);
box-shadow: 0px 5px 16px 0px rgba(188, 188, 188, 0.75);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.team-box-layout2 .item-img img {
border-radius: 50%;
}
.team-box-layout2 .item-content .item-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
.team-box-layout2 .item-content .item-title {
font-size: 22px;
}
}
@media only screen and (max-width: 767px) {
.team-box-layout2 .item-content .item-title {
font-size: 20px;
}
}
.team-box-layout2 .item-content .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-title a:hover {
color: #990100;
}
.team-box-layout2 .item-content .item-subtitle {
margin-bottom: 20px;
}
.team-box-layout2 .item-content .item-social ul li {
display: inline-block;
}
.team-box-layout2 .item-content .item-social ul li a {
padding: 5px 8px;
font-size: 20px;
color: #646464;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-social ul li a:hover {
color: #990100;
}
@media only screen and (max-width: 767px) {
.team-box-layout2 .item-content .item-social ul li a {
font-size: 18px;
}
}
.team-box-layout2:hover .item-img {
background-color: #00045f;
}
.team-box-layout3 {
text-align: center;
padding: 35px 20px;
margin-bottom: 30px;
background-color: #ffffff;
border-radius: 4px;
-webkit-box-shadow: 0px 11px 24px 0px #dddddd;
box-shadow: 0px 11px 24px 0px #dddddd;
}
.team-box-layout3 .item-img {
background-color: #00045f;
border-radius: 50%;
margin: 0 auto 20px;
height: 205px;
width: 205px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.team-box-layout3 .item-img img {
border-radius: 50%;
}
.team-box-layout3 .item-content .item-heading {
position: relative;
padding-bottom: 15px;
margin-bottom: 18px;
}
.team-box-layout3 .item-content .item-heading:after {
content: "";
height: 4px;
width: 45px;
background-color: #990100;
border-radius: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
.team-box-layout3 .item-content .item-heading .item-title {
font-weight: 700;
margin-bottom: 4px;
}
.team-box-layout3 .item-content .item-heading .item-title a {
color: #111111;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-heading .item-title a:hover {
color: #990100;
}
.team-box-layout3 .item-content .item-social ul li {
display: inline-block;
}
.team-box-layout3 .item-content .item-social ul li a {
padding: 5px 8px;
font-size: 20px;
color: #9f9f9f;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-social ul li a:hover {
color: #990100;
}
.team-box-layout3:hover .item-img {
background-color: #990100;
}
.single-team-box-layout1 {
padding-bottom: 92px;
}
.single-team-box-layout1 .item-content .item-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
.single-team-box-layout1 .item-content .item-title {
font-size: 34px;
}
}
@media only screen and (max-width: 991px) {
.single-team-box-layout1 .item-content .item-title {
font-size: 32px;
}
}
@media only screen and (max-width: 767px) {
.single-team-box-layout1 .item-content .item-title {
font-size: 30px;
}
}
@media only screen and (max-width: 575px) {
.single-team-box-layout1 .item-content .item-title {
font-size: 28px;
}
}
.single-team-box-layout1 .item-content .item-subtitle {
margin-bottom: 30px;
}
.single-team-box-layout1 .item-content .list-item {
margin-bottom: 35px;
}
.single-team-box-layout1 .item-content .list-item > ul > li {
color: #444444;
display: flex;
align-items: center;
margin-bottom: 18px;
}
.single-team-box-layout1 .item-content .list-item > ul > li:last-child {
margin-bottom: 0;
}
.single-team-box-layout1 .item-content .list-item > ul > li span {
font-weight: 500;
margin-right: 8px;
}
.single-team-box-layout1 .item-content .list-item > ul > li > i {
font-size: 22px;
color: #990100;
margin-right: 20px;
}
.single-team-box-layout1 .item-content .list-item > ul .item-social ul li {
display: inline-block;
}
.single-team-box-layout1 .item-content .list-item > ul .item-social ul li a {
font-size: 18px;
color: #646464;
padding: 5px 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.single-team-box-layout1 .item-content .list-item > ul .item-social ul li a:hover {
color: #00045f;
}
.single-team-box-layout1 .item-content .list-item > ul .item-social ul li:first-child a {
padding-left: 0;
}
.single-team-box-layout2 {
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
} .testimonial-wrap-layout1 {
padding: 98px 0 164px;
background-color: rgba(0, 4, 95, 0.9);
background-image: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/figure2.png);
background-repeat: no-repeat;
background-position-x: center;
background-position-y: -80px;
}
@media only screen and (max-width: 1199px) {
.testimonial-wrap-layout1 {
padding: 88px 0 154px;
}
}
@media only screen and (max-width: 991px) {
.testimonial-wrap-layout1 {
padding: 78px 0 70px;
}
}
@media only screen and (max-width: 767px) {
.testimonial-wrap-layout1 {
padding: 68px 0 60px;
}
}
@media only screen and (max-width: 575px) {
.testimonial-wrap-layout1 {
padding: 58px 0 50px;
}
}
.testimonial-wrap-layout2 {
padding: 98px 0 92px;
background-image: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/section-bg10.jpg);
position: relative;
}
@media only screen and (max-width: 1199px) {
.testimonial-wrap-layout2 {
padding: 88px 0 82px;
}
}
@media only screen and (max-width: 991px) {
.testimonial-wrap-layout2 {
padding: 78px 0 72px;
}
}
@media only screen and (max-width: 767px) {
.testimonial-wrap-layout2 {
padding: 68px 0 62px;
}
}
@media only screen and (max-width: 575px) {
.testimonial-wrap-layout2 {
padding: 58px 0 52px;
}
}
.testimonial-wrap-layout2:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 4, 95, 0.9);
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.testimonial-box-layout1 {
text-align: center;
color: #ffffff;
}
.testimonial-box-layout1 .item-quote {
font-size: 40px;
margin-bottom: 30px;
}
.testimonial-box-layout1 .item-rating {
margin-bottom: 20px;
}
.testimonial-box-layout1 .item-rating li {
color: #ff9317;
display: inline-block;
font-size: 20px;
margin-right: 5px;
}
.testimonial-box-layout1 p {
font-weight: 500;
color: #f6f6f6;
width: 60%;
margin: 0 auto 22px;
}
@media only screen and (max-width: 767px) {
.testimonial-box-layout1 p {
width: 80%;
}
}
@media only screen and (max-width: 575px) {
.testimonial-box-layout1 p {
width: 100%;
}
}
.testimonial-box-layout1 .item-title {
font-weight: 700;
color: #ffffff;
margin-bottom: 4px;
}
.testimonial-box-layout1 .item-subtitle {
color: #f6f6f8;
}
.testimonial-box-layout2 {
border: 1px solid #e7eaee;
border-radius: 4px;
padding: 40px 40px;
text-align: center;
margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
.testimonial-box-layout2 {
padding: 30px;
}
}
.testimonial-box-layout2 .item-quote {
margin-bottom: 22px;
}
.testimonial-box-layout2 .item-img {
margin: 16px 0;
}
.testimonial-box-layout2 .item-img img {
border-radius: 50%;
-webkit-box-shadow: 0px 10px 20px 0px rgba(142, 149, 163, 0.75);
box-shadow: 0px 10px 20px 0px rgba(142, 149, 163, 0.75);
}
.testimonial-box-layout2 .item-rating {
margin-bottom: 10px;
}
.testimonial-box-layout2 .item-rating ul li {
display: inline-block;
font-size: 15px;
color: #ffa000;
margin-right: 2px;
}
.testimonial-box-layout2 .item-rating ul li:last-child {
margin-right: 0;
}
.testimonial-box-layout2 .item-title {
font-size: 20px;
font-weight: 700;
color: #111111;
margin-bottom: 0;
} .why-choose-wrap-layout1 {
padding: 170px 0 100px;
background-color: #f8f8f8;
background-image: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/figure8.png);
background-repeat: no-repeat;
background-position: bottom left;
}
@media only screen and (max-width: 1199px) {
.why-choose-wrap-layout1 {
padding: 120px 0 90px;
}
}
@media only screen and (max-width: 991px) {
.why-choose-wrap-layout1 {
padding: 80px 0;
background-image: none;
}
}
@media only screen and (max-width: 767px) {
.why-choose-wrap-layout1 {
padding: 70px 0;
}
}
@media only screen and (max-width: 575px) {
.why-choose-wrap-layout1 {
padding: 60px 0;
}
}
.why-choose-wrap-layout2 {
background-color: #f8f8f8;
padding: 100px 0 70px;
}
.why-choose-wrap-layout3 {
padding: 94px 0 92px;
}
@media only screen and (max-width: 1199px) {
.why-choose-wrap-layout3 {
padding: 84px 0 82px;
}
}
@media only screen and (max-width: 991px) {
.why-choose-wrap-layout3 {
padding: 74px 0 72px;
}
}
@media only screen and (max-width: 767px) {
.why-choose-wrap-layout3 {
padding: 64px 0 62px;
}
}
@media only screen and (max-width: 575px) {
.why-choose-wrap-layout3 {
padding: 54px 0 52px;
}
}
.why-choose-wrap-layout4 {
padding: 100px 0 70px;
position: relative;
z-index: 2;
}
@media only screen and (max-width: 1199px) {
.why-choose-wrap-layout4 {
padding: 90px 0 60px;
}
}
@media only screen and (max-width: 991px) {
.why-choose-wrap-layout4 {
padding: 74px 0 50px;
}
}
@media only screen and (max-width: 767px) {
.why-choose-wrap-layout4 {
padding: 64px 0 40px;
}
}
@media only screen and (max-width: 575px) {
.why-choose-wrap-layout4 {
padding: 54px 0 30px;
}
}
.why-choose-wrap-layout4:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip12.png);
position: absolute;
bottom: 0;
right: 10%;
line-height: 0;
z-index: -1;
}
.why-choose-box-layout1 {
background-color: #ffffff;
padding: 95px 80px;
border-radius: 4px;
position: relative;
-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
.why-choose-box-layout1 {
padding: 60px 10px 60px 80px;
}
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout1 {
padding: 60px 30px 60px 30px;
margin-bottom: 30px;
}
}
.why-choose-box-layout1:after {
content: "";
height: 100%;
width: 30%;
background-color: #ffffff;
position: absolute;
top: 0;
right: -17rem;
}
@media only screen and (max-width: 1199px) {
.why-choose-box-layout1:after {
right: -14rem;
}
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout1:after {
display: none;
}
}
.why-choose-box-layout1 .item-title {
font-weight: 900;
margin-bottom: 10px;
}
.why-choose-box-layout1 .features-list {
margin-top: 24px;
}
.why-choose-box-layout1 .features-list ul li {
position: relative;
font-size: 17px;
color: #444444;
font-weight: 500;
margin-bottom: 10px;
padding-left: 34px;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout1 .features-list ul li {
font-size: 16px;
}
}
.why-choose-box-layout1 .features-list ul li:last-child {
margin-bottom: 0;
}
.why-choose-box-layout1 .features-list ul li:after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-size: 17px;
font-weight: 600;
color: #990100;
position: absolute;
left: 0;
top: 0;
}
.why-choose-box-layout2 {
transform: translateY(-70px);
}
@media only screen and (max-width: 1199px) {
.why-choose-box-layout2 {
transform: translateY(-30px);
}
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout2 {
transform: translateY(0);
}
}
.why-choose-box-layout2 .item-img {
text-align: right;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout2 .item-img {
text-align: center;
}
}
.why-choose-box-layout2 .item-img img {
border-radius: 4px;
box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout2 .item-img img {
width: 100%;
}
}
.why-choose-box-layout3 {
margin-bottom: 30px;
}
.why-choose-box-layout3 .item-img {
position: relative;
overflow: hidden;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout3 .item-img {
margin-bottom: 30px;
text-align: center;
}
}
.why-choose-box-layout3 .item-img img {
border-radius: 4px;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout3 .item-img img {
width: 100%;
}
}
.why-choose-box-layout3 .item-img .item-icon {
text-align: center;
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.why-choose-box-layout3 .item-img .item-icon .play-btn {
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
border-radius: 50%;
background-color: rgba(232, 58, 21, 0.8);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout3 .item-img .item-icon .play-btn {
height: 70px;
width: 70px;
line-height: 70px;
}
}
@media only screen and (max-width: 767px) {
.why-choose-box-layout3 .item-img .item-icon .play-btn {
height: 60px;
width: 60px;
line-height: 60px;
}
}
.why-choose-box-layout3 .item-img .item-icon .play-btn i:before {
font-size: 28px;
color: #ffffff;
margin-left: 10px;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout3 .item-img .item-icon .play-btn i:before {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
.why-choose-box-layout3 .item-img .item-icon .play-btn i:before {
font-size: 26px;
}
}
@media only screen and (max-width: 575px) {
.why-choose-box-layout3 .item-img .item-icon .play-btn i:before {
font-size: 22px;
}
}
.why-choose-box-layout3 .item-img .item-icon .play-btn:hover {
background-color: #ffffff;
}
.why-choose-box-layout3 .item-img .item-icon .play-btn:hover i:before {
color: #00045f;
}
.why-choose-box-layout3 .item-img .experience-text {
position: absolute;
bottom: -3px;
right: -3px;
background-color: #00045f;
border: 8px solid #ffffff;
border-radius: 4px;
display: flex;
align-items: center;
padding: 30px;
}
@media only screen and (max-width: 479px) {
.why-choose-box-layout3 .item-img .experience-text {
display: none;
}
}
.why-choose-box-layout3 .item-img .experience-text .years {
font-weight: 900;
font-size: 60px;
color: #ffffff;
margin-right: 6px;
}
.why-choose-box-layout3 .item-img .experience-text .text span {
display: block;
font-size: 18px;
color: #ffffff;
line-height: 25px;
}
.why-choose-box-layout3 .item-content .item-title {
font-weight: 700;
margin-bottom: 25px;
}
.why-choose-box-layout3 .item-content .item-brand {
display: flex;
margin-top: 50px;
}
.why-choose-box-layout3 .item-content .item-brand a {
margin-right: 30px;
display: inline-block;
background-color: #ffffff;
padding: 30px;
}
.why-choose-box-layout3 .item-content .item-brand a:last-child {
margin-right: 0;
}
.why-choose-box-layout4 {
padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
.why-choose-box-layout4 {
padding-right: 0;
}
}
.why-choose-box-layout4 .item-title {
font-weight: 900;
margin-bottom: 24px;
color: #ffffff;
}
.why-choose-box-layout4 .item-title span {
display: block;
font-weight: 400;
}
.why-choose-box-layout4 p {
color: #ffffff;
}
.why-choose-box-layout4 .service-list {
margin-top: 20px;
}
.why-choose-box-layout4 .service-list ul li {
position: relative;
color: #ffffff;
font-weight: 500;
margin-bottom: 12px;
padding-left: 35px;
}
.why-choose-box-layout4 .service-list ul li:last-child {
margin-bottom: 0;
}
.why-choose-box-layout4 .service-list ul li:after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-size: 18px;
font-weight: 600;
color: #ffffff;
position: absolute;
left: 0;
top: 0;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout5 {
display: none;
}
}
.why-choose-box-layout5 .item-icon {
position: relative;
}
.why-choose-box-layout5 .item-icon:before {
content: "";
height: 136px;
width: 136px;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 50%;
position: absolute;
top: -28px;
left: -28px;
animation: pulse infinite 3s;
}
.why-choose-box-layout5 .item-icon:after {
content: "";
height: 110px;
width: 110px;
background-color: rgba(255, 255, 255, 0.2);
border-radius: 50%;
position: absolute;
top: -15px;
left: -15px;
animation: pulse infinite 3.1s;
}
.why-choose-box-layout5 .item-icon .play-btn {
text-align: center;
display: inline-block;
height: 80px;
width: 80px;
line-height: 80px;
border-radius: 50%;
background-color: #ffffff;
animation: pulse infinite 3.2s;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
position: relative;
z-index: 1;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout5 .item-icon .play-btn {
height: 60px;
width: 60px;
line-height: 60px;
}
}
@media only screen and (max-width: 575px) {
.why-choose-box-layout5 .item-icon .play-btn {
height: 50px;
width: 50px;
line-height: 50px;
}
}
.why-choose-box-layout5 .item-icon .play-btn i:before {
font-size: 26px;
color: #990100;
margin-left: 8px;
}
@media only screen and (max-width: 991px) {
.why-choose-box-layout5 .item-icon .play-btn i:before {
font-size: 24px;
}
}
@media only screen and (max-width: 575px) {
.why-choose-box-layout5 .item-icon .play-btn i:before {
font-size: 20px;
}
}
.why-choose-box-layout6 {
padding-right: 100px;
margin-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
.why-choose-box-layout6 {
padding-right: 50px;
}
}
@media only screen and (max-width: 575px) {
.why-choose-box-layout6 {
padding-right: 0;
}
}
.why-choose-box-layout6 .item-title {
font-weight: 900;
color: #ffffff;
}
.why-choose-box-layout6 p {
color: #cdceda;
}
.why-choose-box-layout6 .service-list {
margin-top: 30px;
}
.why-choose-box-layout6 .service-list ul li {
position: relative;
color: #cdceda;
font-weight: 500;
margin-bottom: 12px;
padding-left: 35px;
}
.why-choose-box-layout6 .service-list ul li:last-child {
margin-bottom: 0;
}
.why-choose-box-layout6 .service-list ul li:after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-size: 18px;
font-weight: 600;
color: #f9f9f9;
position: absolute;
left: 0;
top: 0;
}
.why-choose-box-layout7 {
text-align: center;
margin-bottom: 30px;
}  .bg-Primary {
background-color: #00045f;
}
.bg-accent {
background-color: #990100;
}
.bg-textprimary {
background-color: #ffffff;
}
.bg-aash {
background-color: #f8f8f8;
}
.bg-aash-2 {
background-color: #b7b7b7;
}
.dark-pink {
background-color: #ad1457;
}
.blue {
background-color: #304ffe;
}
.dark-yellow {
background-color: #ffab00;
} .border-none {
border: none;
}
.border-radius-4 {
border-radius: 4px;
}
.border-accent {
border: 1px solid #990100;
}
.border-accent-2 {
border: 2px solid #990100;
}
.border-aash {
border: 1px solid #d7d7d7;
}
.border-white {
border: 1px solid #ffffff;
}
.border-top-aash {
position: relative;
}
.border-top-aash:after {
content: "";
width: 165px;
height: 1px;
background-color: #dbdbdb;
position: absolute;
top: 5px;
right: 0;
} @media only screen and (min-width: 768px) {
.mg-t-md-42 {
margin-top: 42px;
}
}
@media only screen and (max-width: 767px) {
.mg-t-sm-15 {
margin-top: 15px;
}
}
.mg-t-40 {
margin-top: 4rem;
}
.mg-b-10 {
margin-bottom: 10px;
}
.mg-b-50 {
margin-bottom: 5rem;
}
.mg-t-50 {
margin-top: 5rem;
}
.mg-l-120 {
margin-left: 120px;
}
@media only screen and (max-width: 575px) {
.mg-l-120 {
margin-left: 0;
}
} .section-shape1 {
position: relative;
z-index: 2;
}
.section-shape1:before {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip1.png);
position: absolute;
top: 35%;
left: -25px;
}
.section-shape1:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip2.png);
position: absolute;
bottom: 120px;
right: 100px;
z-index: -1;
}
.section-shape2 {
position: relative;
}
.section-shape2:before {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip5.png);
position: absolute;
bottom: 30%;
left: -9rem;
z-index: -1;
}
.section-shape2:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip6.png);
position: absolute;
bottom: 3rem;
right: -10rem;
z-index: -1;
}
.section-shape5 {
position: relative;
z-index: 2;
}
.section-shape5:before {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip9.png);
position: absolute;
top: 20%;
left: 0;
opacity: 0.5;
z-index: -1;
}
.section-shape5:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip8.png);
position: absolute;
bottom: 0;
right: 0;
line-height: 1;
opacity: 0.5;
z-index: -1;
}
.section-shape6 {
position: relative;
z-index: 10;
}
.section-shape6:before {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip10.png);
position: absolute;
top: 0;
left: 20px;
z-index: -1;
}
.section-shape6:after {
content: url(//repairpro.pro/wp-content/themes/repairpro/img/figure/clip11.png);
position: absolute;
bottom: 0;
right: 50px;
line-height: 0;
z-index: -1;
}
.bg-common {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
} @media only screen and (min-width: 992px) {
.pd-lg-t-15 {
padding-top: 15px;
}
.pd-lg-l-60 {
padding-left: 6rem;
}
}
.pd-y-80 {
padding: 8rem 0;
}
.pd-x-35 {
padding: 0 35px;
}
@media only screen and (max-width: 1199px) {
.pd-x-35 {
padding: 0;
}
}
.pd-t-18 {
padding-top: 18px !important;
}
.inner-page-padding {
padding: 100px 0;
}
.inner-page-padding2 {
padding: 100px 0 70px;
}
.inner-page-padding3 {
padding: 100px 0 62px;
} .text-primarytext {
color: #111111 !important;
}
.text-mediumdark {
color: #444444;
}
.text-Primary {
color: #00045f;
}
.text-light-primary {
color: #287ff9;
}
.text-textprimary {
color: #ffffff;
}
.text-accent {
color: #990100;
}
.text-aash {
color: #989898;
}
.body-text {
color: #646464;
}
.text-24 {
font-size: 24px !important;
}
.text-medium {
font-weight: 500;
}
.letter-specing-0 {
letter-spacing: 0;
} body.home .site-main,
body.archive .site-main {
margin-top: 65px;
}
.sticky {
display: block;
}
.post,
.page {
position: relative;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .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 {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .container {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 10px;
}
.cww-flex {
display: flex;
align-items: center;
vertical-align: middle;
justify-content: space-between;
flex-wrap: wrap;
} :root {
--theme-bg-color: #fff;
--theme-text-color: #333;
--theme-link-color: #333;
--theme-color: #990100;
--color-primary: #d90a2c; --title-font: 'Aleo', serif;
--body-font: 'Inter', sans-serif;
--menu-font: 'Inter Tight', sans-serif;
}  .social-icon-wrapp {
margin-right: 10px;
}
.social-icon-wrapp ul {
padding: 0;
margin: 0;
}
.social-icon-wrapp ul li {
display: inline-block;
padding: 0 5px;
}
.social-icon-wrapp ul li a {
display: block;
text-decoration: none;
}
.social-icon-wrapp ul li a span {
font-size: 14px;
} .header-date {
background: var(--theme-color);
color: #fff;
padding: 5px 10px;
text-align: center;
} .login-inner-wrapp .user-form {
display: none;
}
.login-inner-wrapp .user-form.active {
display: block;
}
.cww-login-data-wrapp.active {
visibility: visible;
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
.cww-login-data-wrapp {
background: #fff;
height: 550px;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0.8);
width: 500px;
padding: 15px 30px;
visibility: hidden;
opacity: 0;
z-index: 99999;
box-shadow: -2px 2px 18px -1px rgba(0, 0, 0, 0.61);
-webkit-box-shadow: -2px 2px 18px -1px rgba(0, 0, 0, 0.61);
-moz-box-shadow: -2px 2px 18px -1px rgba(0, 0, 0, 0.61);
transition: all 0.4s;
}
.login-signup a {
color: #333;
text-decoration: none;
}
.cww-login-data-wrapp p.login-username {
margin-top: 45px;
}
.cww-login-data-wrapp .login-toggle a {
padding: 9px 25px;
background: #333;
color: #fff;
text-decoration: none;
display: inline-block;
}
.cww-login-data-wrapp .login-toggle a.active {
background: var(--theme-color);
}
.signup-form-wrapp.user-form.signup-form fieldset {
border: none;
padding: 0;
}
.cww-login-data-wrapp .close-icon:hover {
cursor: pointer;
}
.cww-login-data-wrapp form#loginform p label {
display: block;
}
.cww-login-data-wrapp input {
width: 100%;
}
.cww-login-data-wrapp form#loginform p.login-remember label {
display: inline-block;
}
.cww-login-data-wrapp form#loginform p.login-remember input {
width: auto;
}
.cww-login-data-wrapp input#wp-submit,
.cww-login-data-wrapp input[type="submit"] {
cursor: pointer;
background: var(--theme-color);
color: #fff;
height: 45px;
}
.cww-login-data-wrapp input#wp-submit:hover,
.cww-login-data-wrapp input[type="submit"]:hover {
background: #333;
}
.cww-login-data-wrapp .login-toggle a i {
margin-right: 10px;
} .site-title {
margin: 0;
}
.site-title a {
text-decoration: none;
color: #333;
font-size: 28px;
font-weight: 600;
}
p.site-description {
margin: 0;
color: #333;
} .menu-primary-menu-container ul li a {
font-family: 'Rubik', sans-serif;
font-size: 16px;
font-weight: 400;
}
.main-navigation ul ul {
display: block;
background: #fff;
}
.main-navigation ul ul li:not(:last-child) {
border-bottom: 1px solid #edecec;
}
.menu-primary-menu-container ul li a,
.header-main-menu ul li a {
padding: 10px 20px;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:focus-within>ul,
.main-navigation ul ul li:focus>ul {
display: block;
left: 183px;
}
.menu-primary-menu-container>ul>li .sub-menu li>a,
.menu-primary-menu-container>ul>li .sub-menu li {
transition: all 0.3s;
}
.menu-primary-menu-container>ul>li .sub-menu li:hover>a,
.menu-primary-menu-container>ul>li .sub-menu li:focus-within>a {
transition: all 0.4s;
color: #fff;
}
.menu-primary-menu-container>ul>li .sub-menu li:hover,
.menu-primary-menu-container>ul>li .sub-menu li:focus-within {
background: #333;
}
.menu-primary-menu-container>ul>li .sub-menu li:hover>a::before,
.menu-primary-menu-container>ul>li .sub-menu li:hover>a:focus-within {
width: 15px;
}
.menu-primary-menu-container>ul>li .sub-menu li a::before {
content: "";
position: absolute;
left: 20px;
width: 0;
height: 2px;
top: 20px;
background: var(--theme-color);
;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
ul.sub-menu li a {
color: #333;
}
.menu-primary-menu-container li.menu-item-has-children:after,
.menu-primary-menu-container li.has-mega-menu a:after {
top: 42%;
right: 5px;
content: "\f054";
font-size: 10px;
font-weight: 700;
color: #1d2027;
position: absolute;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
font-family: 'Font Awesome 5 Free';
}
.menu-primary-menu-container li.menu-item-has-children:hover:after,
.menu-primary-menu-container li.menu-item-has-children:focus-within:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.menu-primary-menu-container li.menu-item-has-children .sub-menu li:after {
right: 20px;
color: #333;
} .secondary-navigation ul li {
display: inline-block;
position: relative;
}
.secondary-navigation ul li a {
display: inline-block;
text-decoration: none;
padding: 5px 10px;
font-size: 14px;
}
.secondary-navigation ul ul {
display: block;
background: #fff;
}
.secondary-navigation ul ul {
box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
margin: 0;
padding: 0;
width: 105px;
}
.secondary-navigation ul ul ul {
left: -999em;
top: 0;
}
.secondary-navigation ul ul li:hover>ul,
.secondary-navigation ul ul li.focus>ul,
.secondary-navigation ul ul li:focus-within>ul {
display: block;
left: 102px;
}
.secondary-navigation ul li:hover>ul,
.secondary-navigation ul li.focus>ul,
.secondary-navigation ul li:focus-within>ul {
left: auto;
}
.secondary-navigation ul ul a {
padding: 4px 20px;
display: block;
}
button.search-icon.btn-no-effect {
background: var(--theme-color);
border-color: transparent;
color: #fff;
width: 60px;
}
button.search-icon.btn-no-effect:hover {
cursor: pointer;
} .search-wrapper {
position: relative;
}
.search-wrapper i.fas.fa-times,
.search-wrapper i.fa-magnifying-glass {
display: none;
}
.search-wrapper i.fas.fa-times.active,
.search-wrapper i.fa-magnifying-glass.active {
display: block;
}
.search-wrapper span.search-icon i {
color: #333;
}
.search-wrapper span.search-icon {
display: block;
padding: 14px;
border-radius: 5px;
}
.search-wrapper span.search-icon i:hover {
cursor: pointer;
}
.header-search-content {
visibility: hidden;
opacity: 0;
position: absolute;
right: 0;
}
.header-search-content.active {
visibility: visible;
opacity: 1;
z-index: 999;
}
.header-search-content input.search-field {
padding: 10px 30px;
color: #333;
font-size: 12px;
background-color: #fff;
max-width: 388px;
width: 285px;
box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
}
.search-wrapper.layout-three .header-search-content input.search-field::placeholder {
color: #333;
}
.header-search-content input.search-field::placeholder {
color: #333;
} .header-search-content input.search-submit {
padding: 4px 15px;
color: #fff;
background: var(--theme-color);
}
.header-search-content input.search-submit:hover {
cursor: pointer;
}
form.search-form .container {
display: flex;
} header.site-header {
position: relative;
} .header-search-content.layout-two {
position: absolute;
right: 0;
left: 0;
}
.header-search-content.layout-two input.search-field {
max-width: 100%;
background-color: #fff;
color: #333;
padding: 25px 30px;
font-size: 18px;
border: none;
width: 1024px;
}
.header-search-content.layout-two input.search-field::placeholder {
color: #333;
}
.header-search-content.layout-two form.search-form {
background-color: #fff;
position: relative;
z-index: 999;
}
.header-search-content.layout-two input.search-submit {
display: block;
padding: 10px 50px;
background: var(--theme-color);
border: none;
color: #fff;
font-size: 18px;
position: absolute;
right: 360px;
top: 18px;
transition: all 0.4s;
}
.header-search-content.layout-two input.search-submit:hover {
background: #333;
cursor: pointer;
}
.header-search-content.layout-two .xews-search-form {
position: relative;
background: #fff;
z-index: 9999;
box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
}
.header-search-content.layout-two.active .xews-ajax-search-area .search-res-wrap {
right: 525px;
width: 50%;
}
.header-search-content.layout-two.active .xews-search-form i.fas.fa-spinner.fa-spin {
right: 0;
top: 32px;
left: unset;
} .search-wrapper.layout-three .header-search-content {
display: block;
}
.search-wrapper.layout-three span.search-icon {
display: none;
}
.search-wrapper.layout-three .header-search-content {
position: relative;
} .header-search-content.layout-four {
position: fixed;
top: 0;
z-index: 999999;
background: #1a1f28;
width: 100%;
padding: 150px;
box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
transition: all 0.3s ease-in;
}
.header-search-content.layout-four button.search-submit {
top: 15px;
color: #fff;
}
.header-search-content.layout-four input.search-field {
width: 100%;
max-width: 100%;
background-color: transparent;
color: #fff;
border: none;
border-bottom: 1px solid #d3d3d3;
width: 900px;
}
.header-search-content.layout-four input.search-submit {
display: none;
}
.header-search-content.layout-four input.search-field {
box-shadow: none;
}
.header-search-content.layout-four input.search-field::placeholder {
color: #fff;
}
.xews-search-form h3 {
text-align: center;
font-size: 28px;
font-weight: 400;
}
.popup-search-closer {
display: inline-block;
position: absolute;
width: 30px;
height: 30px;
transition: 0.3s;
cursor: pointer;
right: 45px;
top: 30px;
color: #fff;
}
.popup-search-closer::before,
.popup-search-closer::after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1px;
background: currentColor;
transform: rotate(45deg);
}
.popup-search-closer::after {
transform: rotate(-45deg);
}
.popup-search-closer:hover {
transform: rotate(180deg);
}
.body-overlay {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background: #1d1f2bd6;
z-index: 99999;
opacity: 0;
visibility: hidden;
transition: 0.4s;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
.body-overlay.active {
opacity: 1;
visibility: visible;
} .site-button a {
display: block;
background: var(--theme-color);
color: #fff;
text-decoration: none;
padding: 9px 25px;
transition: all 0.4s;
}
.site-button a:hover {
background: #333;
} .widget {
margin: 0;
} .top-header.xews-header-container {
background-color: #111111;
padding: 10px 0;
}
.login-signup a {
color: #ffffff;
}
.top-header a {
color: #ffffff;
}
.main-header.xews-header-container .ticker-label span {
text-transform: uppercase;
}
.inner-wrapper.cww-flex {
width: 100%;
}
.ticker-label {
background: var(--theme-color);
color: #fff;
font-size: 12px;
font-weight: 600;
padding: 8px 20px;
margin-right: 20px;
width: auto;
}  .header-adwrapper {
text-align: right;
}
.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex a,
.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex p.site-description {
color: #333;
}
.main-header.has-img .main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex a,
.main-header.has-img .main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex p.site-description {
color: #fff;
}
.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex {
padding: 15px 0;
}
.header-adwrapper .widget.widget_block,
.header-adwrapper figure {
margin: 0;
}  .bottom-header.xews-header-container {
background-color: #1f3241;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.main-navigation .menu-primary-menu-container ul li a,
.menu-primary-menu-container li.menu-item-has-children:after {
color: #ffffff;
}
.main-navigation .menu-primary-menu-container ul li a:hover {
color: var(--theme-color);
}
.main-navigation .menu-primary-menu-container ul li a {
color: #fff;
}
.main-navigation .menu-primary-menu-container ul li a {
color: #fff;
}
.main-navigation .menu-primary-menu-container>ul>li>a {
padding: 25px 20px;
}
.header-main-menu.underline .main-navigation .menu-primary-menu-container ul li a:before,
.header-main-menu.bg-underline .main-navigation .menu-primary-menu-container ul li a:before {
content: '';
display: block;
height: 3px;
position: absolute;
top: auto;
right: 0;
bottom: 0;
left: 0;
background: #FC3C2D;
-webkit-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom center;
-moz-transform-origin: bottom center;
-ms-transform-origin: bottom center;
-o-transform-origin: bottom center;
transform-origin: bottom center;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.header-main-menu.underline .main-navigation .menu-primary-menu-container ul li:hover a:before,
.header-main-menu.bg-underline .main-navigation .menu-primary-menu-container ul li:hover a:before {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
}
.header-main-menu.bg-underline .main-navigation .menu-primary-menu-container>ul>li>a,
.header-main-menu.background .main-navigation .menu-primary-menu-container>ul>li>a {
transition: all 0.3s;
}
.header-main-menu.bg-underline .main-navigation .menu-primary-menu-container>ul>li:hover>a,
.header-main-menu.background .main-navigation .menu-primary-menu-container>ul>li:hover>a {
background-color: #333;
color: #fff;
}
.main-navigation .menu-primary-menu-container ul li .sub-menu a {
color: #575757;
}  .left-header-wrapper {
position: fixed;
left: 0;
top: 0;
padding: 65px 0 65px 30px;
bottom: 0;
z-index: 999;
background: #fff;
width: 360px;
overflow: auto;
box-shadow: 1px 2px 13px 0px rgb(0 0 0 / 20%);
}
.left-header-enabled .site {
margin-left: 360px;
}
.left-header-wrapper .widget_nav_menu ul {
margin: 0;
padding: 0;
}
.left-header-wrapper .widget_nav_menu ul li {
list-style: none;
}
.left-header-wrapper .widget_nav_menu ul li a {
display: block;
text-decoration: none;
color: #333;
padding: 10px;
font-weight: 600;
font-size: 14px;
}
.left-header-wrapper .widget_nav_menu ul li a:hover {
color: var(--theme-color);
} h2.entry-title {
margin: 0;
display: inline;
}
h2.entry-title a {
position: relative;
text-decoration: none;
color: #333;
display: block;
transition: all 0.3s ease-in;
}
h2.entry-title:hover a,
.entry-meta a:hover {
color: var(--theme-color);
}
.entry-meta a {
text-decoration: none;
color: #333;
transition: all 0.3s;
}
.entry-meta span.byline {
padding-right: 20px;
}
.entry-meta span {
font-size: 14px;
}
span.byline a {
font-weight: 500;
}
span.posted-on,
span.comment-count,
span.byline a {
position: relative;
}
span.posted-on:before,
span.comment-count:before,
span.byline a:before { position: absolute;
top: 9px;
left: -12px;
width: 2px;
height: 2px;
background: currentColor;
display: inline-flex;
border-radius: 10px;
}
span.posted-on a,
span.author-by {
color: #726f6f;
}
span.posted-on:before { content: "";
}  .entry-meta-wrapper {
margin: 10px 0;
}
.xews-blog-additionals {
display: flex;
justify-content: center;
margin-bottom: 39px;
width: 100%;
}
.xews-blog-additionals .wp-block-image {
margin: 0;
}
.sticky {
background: radial-gradient(circle, rgb(245 231 240) 0%, rgb(245 245 245) 100%);
position: relative;
padding: 25px 15px;
}
a.post-thumbnail {
display: block;
line-height: 1;
overflow: hidden;
}
a.post-thumbnail img {
display: block;
transition: transform 1s ease, opacity .5s ease;
transform: scale(1.01);
}
a.post-thumbnail:hover img {
transform: scale(1.051);
}
article:not(:first-child) { padding-top: 20px;
margin-top: 20px;
}
.post-thumb a {
display: inline-block;
}
a.btn.read-more {
position: relative;
text-decoration: none;
color: var(--theme-color);
display: inline-block;
transition: all 0.3s;
}
a.btn.read-more:hover {
color: #333;
}
a.btn.read-more i {
vertical-align: middle;
}
aside.widget-area.secondary .wp-block-search__button {
background: var(--theme-color);
color: #fff;
} span.cat-links a {
text-decoration: none;
padding-right: 10px;
font-size: 13px;
font-weight: 600;
display: inline-block;
}
span.cat-links.layout2 a {
padding: 2px 8px;
font-size: 12px;
border-radius: 10px;
font-weight: 600;
}
span.cat-links.layout2 a:not(:last-child),
span.cat-links.layout3 a:not(:last-child) {
margin-right: 5px;
}
span.cat-links.layout3 a {
border-radius: 0;
padding: 2px 8px;
}
span.cat-links.layout3 {
margin: 0 0 10px;
display: block;
}
span.cat-links.layout4 {
display: block;
}
span.cat-links.layout4 a {
position: relative;
text-transform: uppercase;
margin-bottom: 10px;
color: #333;
}
span.cat-links.layout4 a:after {
position: absolute;
content: "";
display: block;
width: 22px;
bottom: -3px;
border-bottom: 3px solid;
border-color: var(--theme-color);
-webkit-transition: .25s;
-moz-transition: .25s;
-ms-transition: .25s;
-o-transition: .25s;
transition: .25s;
}
span.cat-links.layout4 a:hover::after {
width: 32px;
}
span.cat-links.layout1 {
display: block;
} .blog-list article:not(:first-child),
.blog-list-alternate article:not(:first-child) {
border-top: 1px solid #f1f1f1;
}
body.blog-list .wrapp-inner {
border-right: 1px solid #f1f1f1;
padding-right: 20px;
}
.blog-list .content-left {
width: 67%;
}
.blog-list .img-wrapp {
width: 30%;
}
.blog-list .entry-content {
margin: 0;
}
.blog-list .img-wrapp a.post-thumbnail img,
.blog-list-alternate .img-wrapp a.post-thumbnail img {
object-fit: cover;
height: 275px;
}
.blog-list.sidebar-right .img-wrapp a.post-thumbnail img,
.blog-list.sidebar-left .img-wrapp a.post-thumbnail img {
object-fit: cover;
height: 250px;
}
.post-thumbnail img {
width: 100%;
} body.blog-grid .wrapp-inner {
display: flex;
flex-wrap: wrap;
gap: 34px;
}
body.blog-grid .wrapp-inner article {
margin: 0;
}
body.blog-grid .wrapp-inner article {
width: 48%;
}
body.blog-grid .wrapp-inner .sticky {
padding: 0;
}
body.blog-grid .wrapp-inner .sticky .content-left {
padding: 10px;
}
body.blog-grid .entry-content p {
margin: 10px 0;
color: #4c4c4c;
}
body.blog-grid .entry-content a.btn.read-more {
padding: 5px 0;
}
body.blog-grid .wrapp-inner .content-left {
padding: 10px 0;
}
body.blog-grid .wrapp-inner header.entry-header {
padding: 10px 0 0 0;
}
body.blog-grid .wrapp-inner .entry-meta-wrapper,
body.blog-grid .wrapp-inner .entry-content {
margin: 0;
}
body.blog-grid article.post:not(:first-child) {
padding: 0;
margin: 0;
}
body.blog-grid .wrapp-inner header.entry-header h1.entry-title {
margin: 0;
padding: 10px 0;
}
body.blog-grid.sidebar-none .wrapp-inner article {
width: 31.4%;
} body.sidebar-right .site-main .container,
body.sidebar-left .site-main .container {
display: flex;
justify-content: space-between;
}
.site-main .inner-content-wrapp {
width: 72%;
margin-bottom: 90px;
}
.sidebar-none .site-main .inner-content-wrapp,
.sidebar-none-narrow .site-main .inner-content-wrapp {
width: 100%;
}
.site-main aside.widget-area.secondary {
width: 25%;
}
body.sidebar-left .site-main .inner-content-wrapp {
order: 2;
}
body.sidebar-left .site-main aside.widget-area.secondary {
order: 1;
} .widget-title {
position: relative;
margin-bottom: 25px;
border-left: 6px solid transparent;
padding-left: 10px;
border-left-color: inherit;
font-size: 20px;
line-height: 1;
}
.widget.widget_block {
margin-bottom: 40px
}
.widget ul.wp-block-latest-posts li a {
text-decoration: none;
color: #333;
padding: 5px 0;
display: block;
font-weight: 500;
transition: all 0.3s;
}
.widget ul.wp-block-latest-posts li a:hover {
color: var(--theme-color);
}
.widget .wp-block-latest-comments {
padding: 0 20px;
}
.widget .wp-block-latest-comments li a {
color: #333;
transition: all 0.3s;
}
.widget .wp-block-latest-comments li a:hover {
color: var(--theme-color);
}
.widget .wp-block-latest-comments li {
list-style: auto;
}
.wp-block-tag-cloud a {
color: #fff;
text-decoration: none;
background: var(--theme-color);
padding: 5px 10px;
display: inline-block;
margin: 5px 0;
}
.widget-area .wp-block-categories a {
text-decoration: none;
color: #333;
padding: 5px 0;
display: block;
text-transform: capitalize;
transition: all 0.3s;
}
.widget-area .wp-block-categories a:hover {
color: var(--theme-color);
}
.widget-area .wp-block-archives,
.widget-area .wp-block-categories {
padding: 0 22px;
}
.widget-area .wp-block-archives a {
text-decoration: none;
color: #333;
display: block;
padding: 5px 0;
transition: all 0.3s;
}
.widget-area .wp-block-archives a:hover {
color: var(--theme-color);
} .xews-related-posts-outer {
border-top: 1px solid #f1f1f1;
}
.related-posts-wrapper.cww-flex {
align-items: baseline;
}
.related-posts-wrapper .single-post {
width: 24%;
position: relative;
margin: 25px 10px;
}
.related-posts-wrapper.cww-flex {
justify-content: flex-start;
}
.related-posts-wrapper .single-post.col-3 {
width: 31.33%;
}
.related-posts-wrapper .single-post.col-2 {
width: 49%;
}
.related-posts-wrapper .related-content-wrapper h3 {
margin: 0;
}
.related-posts-wrapper .related-content-wrapper h3 a {
text-decoration: none;
color: #333;
word-break: break-word;
transition: all 0.3s;
}
.related-posts-wrapper .related-content-wrapper h3 a:hover {
color: var(--theme-color);
}
.related-posts-wrapper .related-content-wrapper {
color: #333;
background-color: rgb(255, 255, 255);
box-shadow: -4.994px 9.801px 35px 0 rgb(0 0 0 / 7%);
padding: 40px 22px;
width: 92%;
z-index: 1;
position: relative;
margin: 0 auto;
margin-top: -40px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.related-posts-wrapper span.cat-links {
word-break: break-word;
}
.related-posts-wrapper .post-contents p {
margin: 0;
margin-top: 5px;
font-size: 16px;
color: #666;
padding-bottom: 25px;
}
.xews-related-wrapper .entry-meta-wrapper {
margin: 0;
}
.xews-related-wrapper h4.related-title {
font-size: 20px;
}
.xews-related-wrapper .post-thumb {
position: relative;
} .xews-related-wrapper.layout2 .related-posts-wrapper.cww-flex {
display: block;
}
.xews-related-wrapper.layout2 .related-posts-wrapper .single-post {
width: 100%;
display: flex;
vertical-align: middle;
justify-content: space-between;
flex-wrap: wrap;
}
.xews-related-wrapper.layout2 .post-thumb {
width: 30%;
}
.xews-related-wrapper.layout2 .related-content-wrapper {
width: 70%;
} span.tags-links a {
text-decoration: none;
background: #f1f1f1;
color: #000;
margin-right: 10px;
display: inline-block;
padding: 4px 20px;
border-radius: 20px;
font-size: 14px;
position: relative;
}
span.tags-links a:before {
position: absolute;
content: "#";
top: 5px;
left: 8px;
}
.post-tags-wrapper {
clear: both;
border-top: 1px solid;
border-bottom: 1px solid;
border-color: #f2f2f3;
padding: 30px 0;
margin: 35px 0;
}
.single-post-outer-wrapp {
display: flex;
gap: 45px;
} .single_post_pagination_wrapper {
margin-top: 50px;
margin-bottom: 50px;
}
.single_post_pagination_wrapper a {
text-decoration: none;
color: #333;
transition: all 0.3s;
}
.single_post_pagination_wrapper a:hover {
color: var(--theme-color);
}
.single_post_pagination_wrapper .post-nav-link-wrapp {
border: 1px solid #eaeaea;
padding: 30px 40px;
width: 47%;
}
.single_post_pagination_wrapper .post-nav-link-wrapp span a,
.single_post_pagination_wrapper .post-nav-link-wrapp span i {
color: #a5a6aa;
}
.single_post_pagination_wrapper .prev-text span i {
padding-right: 15px;
}
.single_post_pagination_wrapper .next-text span i {
padding-left: 15px;
}
.single_post_pagination_wrapper .prev-text span i,
.single_post_pagination_wrapper .next-text span i {
font-size: 14px;
}
.single_post_pagination_wrapper .post-nav-link-wrapp h4 {
margin: 0;
font-size: 16px;
line-height: 1.6;
} .comment-toggle-wrapp {
display: flex;
flex-direction: column-reverse;
}
.comment-toggle-wrapp h3.comment-toggle {
text-align: center;
padding: 15px 20px;
font-size: 16px;
font-weight: 500;
color: #151515;
cursor: pointer;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
.comments-area {
display: none;
background: #f7f8fa;
padding: 15px 35px;
}
.comments-area input.submit {
background: #000;
color: #fff;
cursor: pointer;
padding: 10px 20px;
transition: all 0.3s;
}
.comments-area input.submit:hover {
background: var(--theme-color);
}
.comments-area label {
color: #94979e;
}
.comments-area .name-email {
display: flex;
display: flex;
justify-content: space-between;
}
.comments-area .name-email p {
width: 47%;
}
.comments-area .name-email label,
.comments-area .comment-form-url label,
.comments-area p.comment-form-comment label {
color: #333;
display: block;
font-weight: 600;
font-size: 16px;
}
.comments-area .name-email input,
.comments-area .comment-form-url input,
.comments-area p.comment-form-comment input {
width: 100%;
padding: 10px;
border-color: #0f0b0b;
border: 1px solid #d8d8d8;
}
.comments-area input#cookies {
margin-right: 10px;
}
.comments-area .comment-meta a,
.comments-area .comment-meta .url,
.comments-area .reply a,
.comments-area .comment-content a,
.comments-area p.logged-in-as a {
color: #333;
}
.comments-area .comment-meta a:hover,
.comments-area .reply a:hover,
.comments-area .comment-content a:hover,
.comments-area p.logged-in-as a:hover {
color: var(--theme-color);
}
.comments-area p.logged-in-as {
color: #717171;
} .xews-author-metabox {
background: #f8f7f5;
padding: 25px;
margin-bottom: 35px;
}
.xews-author-metabox a.author-image {
box-shadow: 0 0 25px rgb(0 0 0 / 7%);
border-radius: 100%;
}
.xews-author-metabox a.author-image img {
border: 5px solid #fff;
border-radius: 100%;
}
.xews-author-metabox .author-avatar {
width: 20%;
}
.xews-author-metabox .author-desc-wrapper {
width: 79%;
}
.xews-author-metabox .author-description {
color: #4a4a4a;
}
.xews-author-metabox a.author-title {
text-decoration: none;
color: #333;
font-size: 24px;
font-weight: 600;
}
.xews-author-metabox h4.box-title {
margin: 0;
font-size: 14px;
font-weight: 400;
color: #7a7a7a;
}
.xews-author-metabox span.author-location {
margin-left: 10px;
color: #94979e;
}
.xews-author-metabox span.author-location i {
margin-right: 5px;
font-size: 14px;
}
.xews-author-metabox .author-social a {
color: #333;
padding: 5px;
transition: all 0.3s;
}
.xews-author-metabox .author-social a:hover {
color: var(--theme-color);
} div#xews-top {
position: fixed;
right: 40px;
bottom: 40px;
background: #000;
color: #fff;
padding: 10px 15px;
text-align: center;
box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.3);
transition: all 0.3s;
}
div#xews-top:hover {
cursor: pointer;
background: var(--theme-color);
} footer.site-footer a {
color: #333;
text-decoration: none;
}
footer .bottom-footer.xews-footer-container {
background: #f7f8fa;
color: #333;
padding: 10px 0;
}
footer .social-icon-wrapp ul li a {
color: #333;
}
.site-footer ul li {
list-style: none;
}
.site-footer li>ul,
.site-footer li>ol {
margin: 0;
padding: 0;
}
.site-footer ul li a {
text-decoration: none;
color: #333;
padding: 5px 0;
display: block;
}
.site-footer ul li a:hover {
color: var(--theme-color);
}
.site-footer .cww-flex {
align-items: flex-start;
} .xews-breadcrumb-wrapper {
padding: 25px 0;
}
.xews-breadcrumb ul {
margin: 0;
padding: 0;
}
.xews-breadcrumb ul li {
display: inline-block;
position: relative;
}
.xews-breadcrumb ul li a {
text-decoration: none;
color: #333;
display: block;
}
.xews-breadcrumb ul li a:hover {
color: var(--theme-color);
}
.xews-breadcrumb ul li:not(:first-child) {
padding: 0 10px;
}
.xews-breadcrumb ul li:first-child {
padding-right: 10px;
}
.xews-breadcrumb ul li:first-child:before {
content: none;
}
.xews-breadcrumb ul li:before { content: "-";
position: absolute;
top: 0;
left: -3px;
}
.xews-breadcrumb li.trail-item.trail-end.current {
font-weight: 500;
font-size: 14px;
color: var(--theme-color);
} .xews-archive-navigation {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.xews-archive-navigation ul li {
display: inline-block;
}
.xews-archive-navigation .opcty {
opacity: 0.6;
}
.xews-archive-navigation span.total-page-text.opcty {
margin-right: 15px;
}
.xews-archive-navigation ul li a {
background: #eee;
color: #333;
padding: 5px 15px;
margin: 0 5px;
transition: all 0.3s;
}
.xews-archive-navigation ul li a:hover,
.xews-archive-navigation ul li.active a {
background: var(--theme-color);
color: #fff;
}
.xews-archive-navigation a {
text-decoration: none;
color: #333;
padding: 0 15px;
font-size: 14px;
}
.xews-archive-navigation ul {
display: inline-block;
padding: 0;
}
.xews-archive-navigation span a:hover {
color: var(--theme-color);
} .dark-mode-switch {
position: fixed;
bottom: 150px;
right: 15px;
background-color: #333;
height: 50px;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999999;
}
.dark-mode-switch:hover {
cursor: pointer;
}
.dark-mode-switch .light {
display: none;
}
.dark-mode-switch img {
height: 25px;
width: 25px;
}
.dark-mode-switch.bottom-left {
left: 15px;
bottom: 20px;
}
.dark-mode-switch.middle-right {
right: 15px;
bottom: 50%;
top: 50%;
transform: translate(-50%, -50%);
box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.3);
}
.dark-mode-switch.middle-left {
left: 32px;
bottom: 50%;
top: 50%;
transform: translate(-50%, -50%);
box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.3);
} section.error-404.not-found {
text-align: center;
margin-bottom: 150px;
}
section.error-404.not-found h1.page-title {
color: #000;
font-size: 40px;
}
section.error-404.not-found form.search-form .container {
display: block;
}
section.error-404.not-found input.search-field {
width: 500px;
padding: 12px 10px;
}
a.back-home-btn {
text-decoration: none;
background-color: var(--theme-color);
color: #fff;
padding: 10px 20px;
display: inline-block;
margin-top: 20px;
transition: all 0.3s;
}
a.back-home-btn:hover {
background: #333;
}
button.search-submit {
background: none;
border: none;
position: absolute;
left: 0;
padding: 0;
top: 32px;
}
button.search-submit {
display: none;
}
form.search-form label {
position: relative;
}
.search-wrapper.layout-three .header-search-content i.fa-magnifying-glass {
display: block;
}
.search-wrapper.layout-three .header-search-content button.search-submit {
top: 13px;
}  .xews-widget-recent-posts .inner-wrapp {
display: flex;
gap: 15px;
border-bottom: 1px solid #f1f1f1;
padding: 10px 0;
}
.xews-widget-recent-posts .inner-wrapp:last-child {
border-bottom: none;
}
.xews-widget-recent-posts .content-wrapp h4 a {
text-decoration: none;
color: #000;
background-repeat: no-repeat;
background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
background-position: 100% 94%;
background-size: 0 1px;
position: relative;
transition: background-size .4s cubic-bezier(.215, .61, .355, 1), opacity .5s ease;
}
.xews-widget-recent-posts .content-wrapp h4 a:hover {
background-position: 0 94%;
background-size: 100% 1px;
}
.xews-widget-recent-posts .content-wrapp h4 {
margin: 0;
}
.xews-widget-recent-posts .post-thumb {
-webkit-flex: 0 0 80px;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
width: 80px;
padding: 0;
overflow: hidden;
}
.xews-widget-recent-posts span.date {
font-size: 14px;
margin-top: 8px;
display: block;
} body.single.single-post .site-main {
margin-top: 50px;
}
blockquote.wp-block-quote {
background: #f8f7f5;
padding: 20px 20px 20px 55px;
margin: 0;
position: relative;
}
blockquote.wp-block-quote p {
font-size: 22px;
font-weight: 600;
line-height: 1.3;
color: #333;
margin-bottom: 10px;
}
blockquote:before {
content: "\efcd";
font-family: 'IcoFont';
font-size: 35px;
position: absolute;
top: 20px;
left: 15px;
}
blockquote cite {
font-size: 14px;
}
progress {
width: 100%;
position: fixed;
top: 0;
height: 5px;
appearance: none;
background-color: transparent;
border: none;
color: var(--theme-color);
z-index: 999;
}
.admin-bar progress,
.admin-bar .fixed-title {
top: 32px;
}
progress::-webkit-progress-bar {
background-color: transparent;
}
progress::-webkit-progress-value {
background-image: linear-gradient(to right, #30091c 0%, #8100ff 100%);
}
progress::-moz-progress-bar {
background-image: linear-gradient(to right, #30091c 0%, #8100ff 100%);
} button#mob-toggle-menu-button {
display: none;
} .xews-side-menu-wraper {
background: #fff;
position: fixed;
left: -500px;
top: 0;
height: 100%;
width: 345px;
padding: 15px 20px;
box-shadow: 1px 4px 10px 2px rgb(0 0 0 / 20%);
z-index: 999999;
visibility: hidden;
opacity: 0;
transition: all 0.3s;
}
.xews-side-menu-wraper.is-opened {
left: 0;
visibility: visible;
opacity: 1;
cursor: default;
}
.menu-collapse-icon {
text-align: right;
}
.xews-side-menu-wraper ul li a {
text-decoration: none;
color: #333;
font-size: 14px;
font-weight: 600;
display: block;
padding: 10px;
border-bottom: 1px solid #e0e0e0;
}
.xews-side-menu-wraper li>ul,
.xews-side-menu-wraper li>ol {
margin: 0;
padding: 0;
}
.xews-side-menu-wraper ul li a:hover {
color: var(--theme-color);
}
.xews-side-menu-wraper ul li {
list-style: none;
}
.xews-side-menu-wraper i.fas.fa-angle-down {
position: absolute;
top: 7px;
right: 5px;
background: #d8d8d8;
padding: 5px;
transition: all 0.3s ease;
}
.xews-side-menu-wraper i.fas.fa-angle-down.rotate {
transform: rotate(180deg);
color: var(--theme-color);
}
.xews-side-menu-wraper i.fas.fa-angle-down:hover {
cursor: pointer;
}
.xews-side-menu-wraper ul.sub-menu li a {
background: #4b4a5e;
color: #fff;
border-bottom: 1px solid #62616e;
}
.xews-side-menu-wraper ul.sub-menu li a:hover {
color: var(--theme-color);
}
.xews-side-menu-wraper ul.sub-menu li .sub-menu a {
background: #3a3a46;
}
.xews-side-menu-wraper .menu-item-has-children {
position: relative;
}
.side-menu-active {
overflow: hidden;
cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QA/wD/AP+gvaeTAAAA/UlEQVQ4jZXUvy4EQRwH8N9xvMI1aCWUCo/gX0h0nkWj1SiuQ4EQyYmCh/AIrnOeQI8EH8WtZEz2duem2uz+5jPf/c3sRkQE1rGNTkwxsIp9zAfW8GM8rjFbiOzgo5rXD2z6P64w04JsJQgMAh2cZtjFJAwbeE9qR1hIC44z7A7dDNnDZ1IzRK9utRwb/PUMu0VIA3ZZnCSD6nr2nVy/YLERaUnWmKRpm58iQnbvOSLepklzgK+aRHCPuRIkPbHwipsMa/4CapIM0as2oF+UbBKSPG/H2pAiDMtZT0ZYanj9Ds4z7CiM/ydFSIadJfMeA12c4NYUJ7bCDvGAlV8ryZTBSS7cPQAAAABJRU5ErkJggg==), no-drop;
} .xews-ajax-search-area .search-res-wrap {
position: absolute;
z-index: 99;
background: #fff;
padding: 10px;
box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.2);
width: 100%;
text-align: center;
}
.xews-ajax-search-area .cont-search-wrap {
width: 82%;
}
.xews-ajax-search-area .img-wrap {
width: 100px;
flex-shrink: 0;
margin-right: 15px;
}
.xews-ajax-search-area .search-content-wrap:first-child {
border: none;
}
.xews-ajax-search-area .search-content-wrap {
margin-bottom: 5px;
text-align: left;
flex-flow: row nowrap;
border-top: 1px solid #88888826;
padding-top: 10px;
}
.xews-ajax-search-area .cont-search-wrap a {
text-decoration: none;
color: #000;
}
.xews-ajax-search-area .cont-search-wrap a:hover {
color: var(--theme-color);
}
.xews-ajax-search-area .ajax-search-view-all {
text-align: center;
border-top: 1px solid #f1e9e9;
padding: 7px;
margin-top: 10px;
}
.xews-ajax-search-area .ajax-search-view-all a {
color: #333;
text-decoration: none;
font-size: 14px;
}
.search-wrapper.layout-three .header-search-content .xews-ajax-search-area i.fa-magnifying-glass,
.search-wrapper .header-search-content .xews-ajax-search-area i.fa-magnifying-glass {
display: inline-block;
font-size: 14px;
}
.xews-ajax-search-area .cont-search-wrap span.posted-on a {
color: #4e4e4e;
font-weight: 400;
font-size: 13px;
}
.xews-ajax-search-area .cont-search-wrap span.posted-on:before {
content: none;
}
.xews-ajax-search-area .search-content-wrap {
margin-bottom: 5px;
text-align: left;
}
.xews-search-form i.fas.fa-spinner.fa-spin {
position: absolute;
top: 11px;
left: 10px;
} .home.blog .xews-breadcrumb-wrapper {
padding: 25px 0;
display: none;
} .site-header .site-phone,
.site-header .site-address,
.site-header .site-email {
display: flex;
align-items: center;
color: #fff;
}
.site-header .site-phone .phone a,
.site-header .site-email a {
text-decoration: none;
color: #fff;
}
.site-header .site-phone i {
transform: rotate(335deg);
margin-right: 5px;
}
.site-header .site-phone i,
.site-header .site-address i,
.site-header .site-email i {
color: #fff;
font-size: 22px;
}
.site-header .site-address i,
.site-header .site-email i {
margin-right: 8px;
} .main-navigation .menu-primary-menu-container ul li.menu-item.has-mega-menu a {
padding-right: 2.75rem;
position: relative;
}
.menu-primary-menu-container li.has-mega-menu a:after {
right: 30px;
}
.menu-primary-menu-container li.has-mega-menu a:hover:after {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.site-header .container {
position: relative;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu.no-mega-cat-menu li {
margin: 0 auto;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item.has-mega-menu {
position: static;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu {
width: 100%;
padding: 0;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu {
width: 100%;
}
.xews-mega-menu-cat-wrap div {
border-bottom: 1px solid #ede6e6;
text-align: left;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu a:after,
.nav-wrapper .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu a:after {
display: none;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item.has-mega-menu .sub-menu a:before,
nav.main-navigation .menu-primary-menu-container ul li.menu-item.menu-item-has-children .sub-menu a:before {
display: none;
}
.site-header li.has-mega-menu ul.mega-sub-menu>li .xews-mega-menu-con-wrap .cat-con-section .menu-post-block {
padding: 15px 11px;
}
.site-header li.has-mega-menu ul.mega-sub-menu>li .xews-mega-menu-con-wrap .cat-con-section.col-5 .menu-post-block {
width: 20%;
}
.site-header li.has-mega-menu ul.mega-sub-menu>li .xews-mega-menu-con-wrap .cat-con-section.col-4 .menu-post-block {
width: 25%;
}
.site-header li.has-mega-menu ul.mega-sub-menu>li .xews-mega-menu-con-wrap .cat-con-section.col-3 .menu-post-block {
width: 33%;
}
.site-header li.has-mega-menu ul.mega-sub-menu>li .xews-mega-menu-con-wrap .cat-con-section.col-2 .menu-post-block {
width: 50%;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-cat-wrap {
width: 15rem;
display: table-cell;
float: none;
margin: 0;
padding: 2rem 0;
vertical-align: top;
text-align: right;
background: #F6F6F6;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-con-wrap {
width: 100%;
float: none;
margin: 0;
padding: 1.25rem 0.625rem;
display: table-cell;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-cat-wrap a:hover,
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-cat-wrap a.mega-active-cat {
padding-right: 2.2rem;
background: #FFF;
color: #000;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-con-wrap .cat-con-section {
display: block;
width: 100%;
margin: 0;
text-align: left;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu.mega-cat-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block {
width: 25%; overflow: hidden;
display: inline-block;
vertical-align: top;
margin: 0;
padding-left: 0.625rem;
padding-right: 0.625rem;
} nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu.no-mega-cat-menu .xews-mega-menu-con-wrap .cat-con-section {
text-align: center;
display: flex;
align-items: flex-start;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu.no-mega-cat-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block {
display: inline-block;
vertical-align: top;
margin: 0;
padding-left: 0.75rem;
padding-right: 0.75rem;
text-align: left;
}
ul.sub-menu.mega-sub-menu {
border-top: 2px solid var(--theme-color);
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block a {
padding: 0;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block a:after {
display: none;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block h3 {
margin-top: 1rem;
margin-bottom: 0;
}
nav.main-navigation .menu-primary-menu-container ul li.menu-item .sub-menu.mega-sub-menu .xews-mega-menu-con-wrap .cat-con-section .menu-post-block h3 a:hover {
color: rgba(229, 45, 109, 1);
}
.cat-con-section {
display: flex;
align-items: flex-start;
}
.menu-post-block h3 {
margin: 0;
} p.wp-block-tag-cloud a,
p.wp-block-tag-cloud a:hover,
.site-footer .main-footer.xews-footer-container p.wp-block-tag-cloud a:hover {
color: #fff;
}
.wp-block-latest-posts__featured-image.alignleft {
margin-bottom: 0;
}
.entry-content p {
line-height: 1.8;
}