@charset "UTF-8";
.service-item-current-style1 {
position: relative;
margin-bottom: 30px;
z-index: 1;
}
.service-item-current-style1 .inner-box {
position: relative;
transition: all 300ms ease;
box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
border-radius: 10px;
}
.service-item-current-style1 .inner-box .content-box {
position: relative;
padding: 20px 30px 35px;
border-radius: 0 0 8px 8px;
background-color: #ffffff;
}
.service-item-current-style1 .inner-box .content-box .icon {
position: absolute;
right: 20px;
top: -20px;
height: 70px;
width: 70px;
background: var(--theme-color1);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 5px;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.service-item-current-style1 .inner-box .content-box .icon i {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 42px;
color: #ffffff;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.service-item-current-style1 .inner-box .content-box .service-category {
position: relative;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: 700;
color: #767676;
list-style: none;
margin-top: 10px;
margin-bottom: 0;
font-family: var(--font-current-theme2);
}
.service-item-current-style1 .inner-box .content-box .service-category li a {
font-weight: 700;
}
.service-item-current-style1 .inner-box .content-box .service-category li:first-child span {
display: none;
}
.service-item-current-style1 .inner-box .content-box .title {
margin-bottom: 10px;
margin-top: 0;
}
.service-item-current-style1 .inner-box .content-box .title a {
transition: all 300ms ease;
}
.service-item-current-style1 .inner-box .content-box .title a:hover {
color: var(--theme-color1);
}
.service-item-current-style1 .inner-box .content-box .excerpt {
margin-top: 12px;
margin-bottom: 0;
}
.service-item-current-style1 .inner-box .content-box .btn-view-details {
margin-top: 25px;
}
.service-item-current-style1 .inner-box .image-box {
position: relative;
border-radius: 10px 10px 0 0;
overflow: hidden;
margin-bottom: 0;
}
.service-item-current-style1 .inner-box .image-box img {
width: 100%;
transition: all 300ms ease;
}
.service-item-current-style1 .inner-box:hover {
transform: translateY(-10px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-item-current-style1 .inner-box:hover .content-box .icon {
background: var(--theme-color3);
color: var(--text-color-bg-theme-color3);
}
.service-item-current-style2 {
position: relative;
margin-bottom: 44px !important;
}
.service-item-current-style2 .inner-box {
position: relative;
}
.service-item-current-style2 .inner-box:hover .image-box {
border-radius: 10px 10px 0 0;
}
.service-item-current-style2 .inner-box:hover .image-box .icon {
background-color: var(--theme-color1);
color: #ffffff;
}
.service-item-current-style2 .inner-box:hover .image img {
transform: scale(1.1);
}
.service-item-current-style2 .inner-box:hover .image:before {
height: 30%;
}
.service-item-current-style2 .inner-box:hover .read-more {
width: 100%;
left: 0%;
opacity: 1;
}
.service-item-current-style2 .image-box {
position: relative;
overflow: hidden;
border-radius: 10px;
transition: all 300ms ease;
}
.service-item-current-style2 .image-box .image {
position: relative;
margin-bottom: 0px;
}
.service-item-current-style2 .image-box .image a {
display: block;
width: 100%;
}
.service-item-current-style2 .image-box .image::before {
position: absolute;
left: 0;
bottom: 0;
height: 70%;
width: 100%;
content: "";
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1d1d29 100%);
pointer-events: none;
z-index: 2;
transition: all 500ms ease;
}
.service-item-current-style2 .image-box .image img {
width: 100%;
transition: all 300ms ease;
}
.service-item-current-style2 .image-box .icon {
position: absolute;
left: 0;
top: 0;
height: 90px;
width: 90px;
background-color: #ffffff;
border-radius: 10px 0 10px 0;
display: flex;
align-items: center;
justify-content: center;
color: var(--theme-color1);
font-size: 54px;
transition: all 300ms ease;
z-index: 2;
}
.service-item-current-style2 .content-box {
position: absolute;
left: 0;
bottom: 0;
padding: 40px 40px 30px;
z-index: 9;
width: 100%;
}
.service-item-current-style2 .content-box .service-category {
position: relative;
padding-top: 20px;
line-height: 30px;
text-transform: uppercase;
color: var(--theme-color3);
list-style: none;
margin-bottom: 0;
}
.service-item-current-style2 .content-box .service-category li a {
font-size: 12px;
letter-spacing: 0.07em;
letter-spacing: 0.07em;
font-weight: 700;
text-transform: uppercase;
}
.service-item-current-style2 .content-box .service-category:first-child span {
display: none;
}
.service-item-current-style2 .content-box .title {
z-index: 1;
position: relative;
margin-top: 0;
color: #fff;
}
.service-item-current-style2 .content-box .title a {
color: #ffffff;
transition: all 300ms ease;
}
.service-item-current-style2 .content-box .title a:hover {
color: #ffffff;
}
.service-item-current-style2 .content-box .read-more {
position: absolute;
left: 50%;
bottom: -40px;
width: 0%;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
line-height: 20px;
padding: 10px 40px;
text-transform: uppercase;
white-space: nowrap;
font-weight: 700;
color: #ffffff;
background-color: var(--theme-color1);
border-radius: 0 0 10px 10px;
transition: all 400ms linear;
opacity: 0;
}
.service-item-current-style3 {
box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
background-color: #fff;
border-radius: 7px;
overflow: hidden;
}
.service-item-current-style3 .service-inner {
position: relative;
z-index: 1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .service-inner {
transition: none;
}
}
.service-item-current-style3 .service-inner .service-thumb-wrapper .service-thumb {
overflow: hidden;
}
.service-item-current-style3 .service-inner .service-thumb-wrapper .service-thumb img {
border-radius: 0 0 5px 5px;
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .service-inner .service-thumb-wrapper .service-thumb img {
transition: none;
}
}
.service-item-current-style3 .service-inner .service-content {
overflow: visible;
padding: 30px 30px 30px 30px;
position: relative;
margin-top: 10px;
}
.service-item-current-style3 .service-inner .service-content .service-icon .icon i {
font-size: 64px;
line-height: 64px;
display: inline-block;
margin-bottom: 5px;
}
.service-item-current-style3 .service-inner .service-content .service-icon .icon i:before {
color: var(--theme-color1);
}
.service-item-current-style3 .service-inner .service-content .service-title {
margin-top: 0;
margin-bottom: 10px;
}
.service-item-current-style3 .service-inner .service-content .excerpt {
margin-bottom: 28px;
}
.service-item-current-style3 .service-inner .service-content .btn-view-details {
margin-bottom: -55px;
position: relative;
z-index: 1;
}
.service-item-current-style3 .service-inner .service-content .btn-view-details .btn-circle-arrow:after {
content: "\f101";
font-size: 16px;
}
.service-item-current-style3 .service-inner .service-content:after {
content: "";
position: absolute;
height: 4px;
width: 0%;
background: var(--theme-color2);
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style3 .service-inner .service-content:after {
transition: none;
}
}
.service-item-current-style3:hover .service-inner .service-thumb-wrapper .service-thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-item-current-style3:hover .service-inner .service-content:after {
width: 100%;
}
.service-item-current-style4 .feature-one__single {
position: relative;
display: block;
margin-bottom: 30px;
z-index: 1;
}
.service-item-current-style4 .feature-one__single:hover .feature-one__icon-box {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0);
}
.service-item-current-style4 .feature-one__single:hover .feature-one__hover {
transform: scaleY(1);
}
.service-item-current-style4 .feature-one__single .feature-one__img-box {
position: relative;
display: block;
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__img-box .feature-one__img {
position: relative;
display: block;
}
.service-item-current-style4 .feature-one__single .feature-one__img-box .feature-one__img img {
width: 100%;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box {
position: relative;
display: flex;
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
padding: 29px 40px;
align-items: center;
justify-content: space-between;
margin-top: -40px;
margin-left: 20px;
margin-right: 20px;
transition-delay: 0.1s;
transition-timing-function: ease-in-out;
transition-duration: 0.5s;
transition-property: all;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon-title {
font-size: 20px;
font-weight: 700;
line-height: 24px;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon-title a {
color: #041b52;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon {
position: relative;
display: flex;
align-items: center;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon .icon i {
position: relative;
display: inline-block;
font-size: 62px;
color: var(--theme-color1);
line-height: 1;
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon .icon::after {
content: "";
width: 38px;
height: 38px;
background-color: #edf3f6;
position: absolute;
top: -1px;
left: -18px;
}
.service-item-current-style4 .feature-one__single .feature-one__icon-box .feature-one__icon .icon::before {
position: relative;
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__hover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
justify-content: center;
padding: 0 60px;
transition-delay: 0.1s;
transition-timing-function: ease-in-out;
transition-duration: 0.5s;
transition-property: all;
opacity: 1;
transform-origin: top;
transform-style: preserve-3d;
transform: scaleY(0);
}
.service-item-current-style4 .feature-one__single .feature-one__hover .feature-one__hover-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
background-image: var(--service-current-style4-bg-featured-image);
}
.service-item-current-style4 .feature-one__single .feature-one__hover:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
background-color: rgba(0, 41, 75, 0.8);
z-index: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .feature-one__hover-icon {
position: relative;
display: inline-block;
z-index: 2;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .feature-one__hover-icon .icon i {
position: relative;
display: inline-block;
font-size: 62px;
color: #fff;
line-height: 1;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .title {
position: relative;
display: block;
font-size: 24px;
font-weight: 700;
line-height: 34px;
margin-top: 19px;
margin-bottom: 19px;
z-index: 2;
}
.service-item-current-style4 .feature-one__single .feature-one__hover .title a {
color: #fff;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style4 .feature-one__single .feature-one__hover .title a {
transition: none;
}
}
.service-item-current-style4 .feature-one__single .feature-one__hover .title a:hover {
color: var(--theme-color1);
}
.service-item-current-style4 .feature-one__single .feature-one__hover .excerpt {
position: relative;
display: block;
z-index: 2;
font-size: 16px;
font-weight: 500;
color: #fff;
line-height: 30px;
margin: 0;
}
.service-item-current-style5 .services-three__single .services-three__img {
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
z-index: 1;
}
.service-item-current-style5 .services-three__single .services-three__img::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background: rgb(22, 36, 61);
background: linear-gradient(0deg, rgba(22, 36, 61, 0.9164040616) 14%, rgba(22, 36, 61, 0.0368522409) 58%);
z-index: 1;
}
.service-item-current-style5 .services-three__single .services-three__img:after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
background-color: rgba(22, 36, 61, 0.3);
transition: all 500ms ease;
transform: translate3d(0px, -100%, 0px);
}
.service-item-current-style5 .services-three__single .services-three__img img {
width: 100%;
border-radius: 10px;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style5 .services-three__single .services-three__img img {
transition: none;
}
}
.service-item-current-style5 .services-three__single .services-three__img .services-three__content {
position: absolute;
bottom: 25px;
left: 30px;
z-index: 2;
}
.service-item-current-style5 .services-three__single .services-three__img .services-three__content .title {
font-size: 20px;
line-height: 24px;
}
.service-item-current-style5 .services-three__single .services-three__img .services-three__content .title a {
color: #fff;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.service-item-current-style5 .services-three__single .services-three__img .services-three__content .title a {
transition: none;
}
}
.service-item-current-style5 .services-three__single:hover .services-three__img:after {
transform: translate3d(0px, 0, 0px);
}
.service-item-current-style5 .services-three__single:hover .services-three__img img {
transform: scale(1.05);
}
.service-item-current-style5 .services-three__single:hover .services-three__img .title a {
color: var(--theme-color3);
}
.service-mouse-hover-cursor-effect .each-service {
position: relative;
padding: 25px 0 25px;
padding-left: 80px;
border-bottom: 2px solid rgba(240, 240, 240, 0.7);
transition: all 0.3s ease;
counter-increment: count;
}
@media (prefers-reduced-motion: reduce) {
.service-mouse-hover-cursor-effect .each-service {
transition: none;
}
}
.service-mouse-hover-cursor-effect .each-service:before {
content: counter(count) ".";
position: absolute;
left: 0;
display: inline-block;
font-size: 40px;
line-height: 1;
text-align: center;
top: 50%;
z-index: 1;
color: var(--theme-color1);
transform: translateY(-50%);
}
.service-mouse-hover-cursor-effect .each-service:nth-child(-n+9):before {
content: "0" counter(count) ".";
}
.service-mouse-hover-cursor-effect .each-service .service-inner {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .title {
color: #404a52;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:hover,
.service-mouse-hover-cursor-effect .each-service .service-inner .title a:focus {
color: #000;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
width: 50px;
height: 50px;
display: inline-flex;
border-radius: 50%;
border: 1px solid var(--theme-color1);
color: var(--theme-color1);
justify-content: center;
align-items: center;
}
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:hover, .service-mouse-hover-cursor-effect .each-service .service-inner .service-btn:focus {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
@media (max-width: 767.98px) {
.service-mouse-hover-cursor-effect .each-service .service-inner .service-btn {
display: none;
}
}
.service-skin-style1 {
padding-top: 98px;
text-align: center;
}
.service-skin-style1 .service-block {
background-color: #fff;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
border: 1px solid #eee;
padding: 0 50px;
position: relative;
z-index: 1;
}
@media (max-width: 1199.98px) {
.service-skin-style1 .service-block {
padding: 0 30px;
}
}
.service-skin-style1 .service-block .thumb {
max-width: 220px;
margin: 0 auto 24px;
border: 12px solid #f5f5f5;
border-radius: 50%;
margin-top: -98px;
position: relative;
z-index: 1;
overflow: hidden;
}
.service-skin-style1 .service-block .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style1 .service-block .thumb img {
transition: none;
}
}
.service-skin-style1 .service-block .content {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style1 .service-block .content {
transition: none;
}
}
.service-skin-style1 .service-block .content .title {
margin-bottom: 20px;
margin-top: 0;
}
.service-skin-style1 .service-block .content .title a {
color: #202426;
}
.service-skin-style1 .service-block .content .excerpt {
margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
.service-skin-style1 .service-block .content p {
margin-bottom: 50px;
}
}
.service-skin-style1 .service-block .content .btn-link {
background-color: #f5f5f4;
border-radius: 35px 35px 0 0;
color: #303035;
display: inline-block;
font-size: 20px;
padding: 11px 25.25px 3px;
}
.service-skin-style1 .service-block .content .btn-link .shape-circle {
bottom: 0;
filter: brightness(0.1);
left: 50%;
opacity: 0.2;
position: absolute;
transform: translateX(-50%);
z-index: -1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style1 .service-block .content .btn-link .shape-circle {
transition: none;
}
}
.service-skin-style1 .service-block:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style1 .service-block:hover .title a {
color: var(--theme-color1);
}
.service-skin-style1 .service-block:hover .content .btn-link {
background-color: var(--theme-color2);
color: #fff;
}
.service-skin-style1 .service-block:hover .content .btn-link .shape-circle {
filter: none;
opacity: 1;
}
.service-skin-style2 {
border-radius: 5px;
position: relative;
box-shadow: 0px 5px 0px 0px rgba(145, 195, 48, 0.004);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 {
transition: none;
}
}
.service-skin-style2 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px 6px 0 0;
}
.service-skin-style2 .thumb img {
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .thumb img {
transition: none;
}
}
.service-skin-style2 .content {
background-color: #181f2e;
padding: 40px;
position: relative;
border-radius: 0 0 6px 6px;
text-align: center;
}
.service-skin-style2 .content .service-icon {
background-color: var(--theme-color1);
border-radius: 50%;
height: 72px;
left: 0;
line-height: 72px;
margin: 0 auto;
position: absolute;
right: 0;
top: -30px;
width: 72px;
text-align: center;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .content .service-icon {
transition: none;
}
}
.service-skin-style2 .content .service-icon i {
color: #fff;
font-size: 36px;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style2 .content .service-icon i {
transition: none;
}
}
.service-skin-style2 .content .title {
line-height: 30px;
color: #fff;
margin-top: 30px;
}
.service-skin-style2 .content .title a:hover,
.service-skin-style2 .content .title a:focus {
color: var(--theme-color1);
}
.service-skin-style2 .content .excerpt {
color: #c9d1e5;
}
.service-skin-style2:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style2:hover .content .service-icon {
background-color: var(--theme-color2);
}
.service-skin-style2:hover .content .service-icon i {
color: #fff;
}
.service-skin-style3 {
overflow: hidden;
}
.service-skin-style3 .thumb {
position: relative;
}
.service-skin-style3 .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .thumb img {
transition: none;
}
}
.service-skin-style3 .thumb .service-icon {
bottom: -26px;
background: var(--theme-color2);
position: absolute;
color: #ffffff;
font-size: 38px;
height: 60px;
width: 60px;
line-height: 58px;
text-align: center;
border-radius: 0;
left: 50%;
z-index: 1;
transform: translate(-50%, 0);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .thumb .service-icon {
transition: none;
}
}
.service-skin-style3 .content {
background-color: #ffffff;
border: 1px solid #e2e6ed;
border-top: none;
padding: 40px 23px 27px;
position: relative;
text-align: center;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3 .content {
transition: none;
}
}
.service-skin-style3 .content.content-style {
border: 1px solid #e2e6ed;
padding: 34px 49px 55px;
text-align: left;
}
@media (max-width: 1399px) {
.service-skin-style3 .content.content-style {
padding: 15px 32px 35px;
}
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style {
padding: 15px 26px 35px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style {
padding: 36px 50px 58px;
}
}
.service-skin-style3 .content.content-style .inner-title {
font-family: var(--font-current-theme1);
font-size: 26px;
font-weight: 400;
margin-bottom: 33px;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .inner-title {
font-size: 22px;
margin-bottom: 17px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .inner-title {
font-size: 26px;
margin-bottom: 33px;
}
}
.service-skin-style3 .content.content-style .list-style {
margin-bottom: 25px;
}
.service-skin-style3 .content.content-style .list-style ul {
margin-top: 0;
}
.service-skin-style3 .content.content-style .list-style ul li {
list-style: none;
line-height: 1.8;
position: relative;
padding-left: 20px;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .list-style ul li {
font-size: 15px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .list-style ul li {
font-size: 18px;
}
}
.service-skin-style3 .content.content-style .list-style ul li:before {
content: "\f111";
font-size: 8px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
left: 0;
position: absolute;
top: calc(50% - 1px);
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.service-skin-style3 .content.content-style .cp-btn-theme {
box-shadow: none;
font-size: 15px;
font-weight: 500;
letter-spacing: 0;
padding: 16px 34px;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content.content-style .cp-btn-theme {
font-size: 14px;
padding: 8px 14px;
}
}
@media (max-width: 991.98px) {
.service-skin-style3 .content.content-style .cp-btn-theme {
padding: 16px 34px;
}
}
.service-skin-style3 .content .excerpt {
margin-bottom: 0;
}
.service-skin-style3 .content .title {
margin-bottom: 5px;
}
.service-skin-style3 .content p {
font-size: 18px;
margin-bottom: 0;
}
@media (max-width: 1199.98px) {
.service-skin-style3 .content p {
font-size: 16px;
}
}
.service-skin-style3:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3:hover .thumb img {
transition: none;
}
}
.service-skin-style3:hover .thumb .btn-icon {
background: var(--theme-color1);
}
.service-skin-style3:hover .thumb .btn-icon i {
opacity: 1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style3:hover .thumb .btn-icon i {
transition: none;
}
}
.service-skin-style3:hover .content {
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}
.service-skin-style4 .thumb {
position: relative;
overflow: hidden;
}
.service-skin-style4 .thumb img {
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .thumb img {
transition: none;
}
}
@media (max-width: 767.98px) {
.service-skin-style4 .thumb img {
width: 100%;
}
}
.service-skin-style4 .thumb .icon-box {
bottom: 0;
left: 0;
overflow: hidden;
height: 120px;
position: absolute;
width: 135px;
text-align: center;
line-height: 160px;
padding-right: 30px;
z-index: 0;
}
.service-skin-style4 .thumb .icon-box i {
font-size: 64px;
color: #fff;
margin-right: 20px;
line-height: 1;
}
.service-skin-style4 .thumb .icon-box:before {
content: "";
left: -17px;
height: 100%;
position: absolute;
width: 100%;
transform: skewX(-16deg);
z-index: -1;
transition: all 0.5s;
border-right: 6px solid var(--theme-color1);
background: var(--theme-color2);
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .thumb .icon-box:before {
transition: none;
}
}
.service-skin-style4 .thumb .icon-box .icon-img {
position: relative;
top: 30px;
left: 25px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (max-width: 1199.98px) {
.service-skin-style4 .thumb .icon-box .icon-img {
top: 22px;
width: 50px;
}
}
.service-skin-style4 .content {
background-color: #fff;
border: 1px solid #e1e3e6;
border-top: none;
padding: 35px;
}
@media (max-width: 767.98px) {
.service-skin-style4 .content {
padding: 25px 30px;
}
}
.service-skin-style4 .content .title a {
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .content .title a {
transition: none;
}
}
.service-skin-style4 .content .excerpt {
margin-bottom: 25px;
}
.service-skin-style4 .content .btn-link {
font-size: 14px;
font-weight: 600;
letter-spacing: 2px;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style4 .content .btn-link {
transition: none;
}
}
.service-skin-style4 .content > :last-child {
margin-bottom: 0;
}
.service-skin-style4:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style4:hover .icon-box:before {
border-right: 6px solid var(--theme-color2);
background: var(--theme-color1);
}
.service-skin-style5 .tm-service .thumb {
overflow: hidden;
}
.service-skin-style5 .tm-service .thumb img {
width: 100%;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .thumb img {
transition: none;
}
}
.service-skin-style5 .tm-service .content {
align-items: center;
background-color: #fff;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
display: flex;
padding: 38px 40px 38px;
position: relative;
z-index: 1;
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content {
transition: none;
}
}
.service-skin-style5 .tm-service .content:after {
content: "";
height: 0;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
transition: all 0.3s;
background-color: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content:after {
transition: none;
}
}
.service-skin-style5 .tm-service .content .icon {
margin-right: 30px;
line-height: 1;
}
.service-skin-style5 .tm-service .content .icon .icon-img {
width: auto;
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content .icon .icon-img {
transition: none;
}
}
.service-skin-style5 .tm-service .content .icon i {
font-size: 52px;
color: var(--theme-color1);
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style5 .tm-service .content .icon i {
transition: none;
}
}
.service-skin-style5 .tm-service .content .title {
margin: 0;
text-transform: uppercase;
}
.service-skin-style5 .tm-service:hover .thumb img {
transform: scale(1.1);
}
.service-skin-style5 .tm-service:hover .content:after {
height: 100%;
}
.service-skin-style5 .tm-service:hover .content .icon .symbol-icon {
filter: brightness(0.25);
}
.service-skin-style5 .tm-service:hover .content .icon i {
color: #fff;
}
.service-skin-style5 .tm-service:hover .content .title a {
color: #fff;
}
.service-skin-style6 {
position: relative;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
}
.service-skin-style6 .thumb {
overflow: hidden;
position: relative;
border-radius: 6px 6px 0 0;
}
.service-skin-style6 .thumb img {
-webkit-transform: scale(1.02);
-moz-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style6 .thumb img {
transition: none;
}
}
.service-skin-style6 .content {
background: #fff;
padding: 30px;
}
.service-skin-style6 .content .icon-text .title {
margin-top: 25px;
margin-bottom: 20px;
}
.service-skin-style6 .content .service-icon i {
line-height: 64px;
font-size: 36px;
background: #f0f2f7;
color: var(--theme-color2);
height: 64px;
width: 64px;
display: inline-block;
text-align: center;
border-radius: 50%;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style6 .content .service-icon i {
transition: none;
}
}
.service-skin-style6:hover .service-icon i {
background: var(--theme-color2);
color: #fff;
transform: rotate(360deg);
}
.service-skin-style7 {
background-color: #fff;
border: 1px solid #e2e2e7;
padding: 0;
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 {
transition: none;
}
}
.service-skin-style7 .thumb {
position: relative;
overflow: hidden;
}
.service-skin-style7 .thumb img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 .thumb img {
transition: none;
}
}
.service-skin-style7 .thumb .icon {
bottom: 0;
left: 0;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
width: 98px;
transition: all 0.3s ease;
background: var(--theme-color1);
}
@media (prefers-reduced-motion: reduce) {
.service-skin-style7 .thumb .icon {
transition: none;
}
}
.service-skin-style7 .thumb .icon i {
font-size: 56px;
color: #fff;
line-height: 85px;
}
.service-skin-style7:hover .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.service-skin-style7 .content {
padding: 35px;
position: relative;
text-align: center;
}
.service-skin-style7 .content .title {
margin-top: 0;
}
.service-skin-style7 .content .excerpt {
margin-bottom: 0;
}
.service-skin-style7 .content p {
color: #7e7e87;
margin-bottom: 0;
}
.service-skin-style7:hover {
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
}
.service-skin-style7:hover .content .icon i {
color: #fff !important;
}
.service-skin-style7:hover .btn {
color: #fff;
}
.service-skin-style7:hover .btn:before {
border-color: transparent transparent #1e2226 transparent;
}@font-face {
font-family: "FlaticonLogistics";
src: url(//redhatprep.com/wp-content/plugins/mascot-core-tronis/assets/flaticon-set-logistics/fonts/flaticon-set-logistics.ttf) format("truetype"),
url(//redhatprep.com/wp-content/plugins/mascot-core-tronis/assets/flaticon-set-logistics/fonts/flaticon-set-logistics.woff) format("woff"),
url(//redhatprep.com/wp-content/plugins/mascot-core-tronis/assets/flaticon-set-logistics/fonts/flaticon-set-logistics.woff2) format("woff2"),
url(//redhatprep.com/wp-content/plugins/mascot-core-tronis/assets/flaticon-set-logistics/fonts/flaticon-set-logistics.eot#iefix) format("embedded-opentype"),
url(//redhatprep.com/wp-content/plugins/mascot-core-tronis/assets/flaticon-set-logistics/fonts/flaticon-set-logistics.svg#FlaticonLogistics) format("svg");
}
i[class^="flaticon-logis-"]:before, i[class*=" flaticon-logis-"]:before {
font-family: FlaticonLogistics !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: inherit !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-logis-logistics:before {
content: "\f101";
}
.flaticon-logis-cargo:before {
content: "\f102";
}
.flaticon-logis-logistics-1:before {
content: "\f103";
}
.flaticon-logis-logistics-2:before {
content: "\f104";
}
.flaticon-logis-boxes:before {
content: "\f105";
}
.flaticon-logis-import:before {
content: "\f106";
}
.flaticon-logis-cargo-ship:before {
content: "\f107";
}
.flaticon-logis-logistics-3:before {
content: "\f108";
}
.flaticon-logis-logistics-4:before {
content: "\f109";
}
.flaticon-logis-delivery:before {
content: "\f10a";
}
.flaticon-logis-logistic:before {
content: "\f10b";
}
.flaticon-logis-port:before {
content: "\f10c";
}
.flaticon-logis-cargo-1:before {
content: "\f10d";
}
.flaticon-logis-shipment:before {
content: "\f10e";
}
.flaticon-logis-delivery-man:before {
content: "\f10f";
}
.flaticon-logis-supply-chain:before {
content: "\f110";
}
.flaticon-logis-container:before {
content: "\f111";
}
.flaticon-logis-delivery-man-1:before {
content: "\f112";
}
.flaticon-logis-box:before {
content: "\f113";
}
.flaticon-logis-logistics-5:before {
content: "\f114";
}
.flaticon-logis-team:before {
content: "\f115";
}
.flaticon-logis-3d-cube:before {
content: "\f116";
}
.flaticon-logis-global:before {
content: "\f117";
}
.flaticon-logis-customer-service:before {
content: "\f118";
}
.flaticon-logis-cargo-boat:before {
content: "\f119";
}
.flaticon-logis-logistics-6:before {
content: "\f11a";
}
.flaticon-logis-airplane:before {
content: "\f11b";
}
.flaticon-logis-parcel:before {
content: "\f11c";
}
.flaticon-logis-order:before {
content: "\f11d";
}
.flaticon-logis-truck:before {
content: "\f11e";
}
.flaticon-logis-container-1:before {
content: "\f11f";
}
.flaticon-logis-global-1:before {
content: "\f120";
}
.flaticon-logis-global-2:before {
content: "\f121";
}
.flaticon-logis-worldwide-shipping:before {
content: "\f122";
}
.flaticon-logis-fast-delivery:before {
content: "\f123";
}
.flaticon-logis-worldwide-shipping-1:before {
content: "\f124";
}
.flaticon-logis-shipment-1:before {
content: "\f125";
}
.flaticon-logis-cart:before {
content: "\f126";
}
.flaticon-logis-global-shipping:before {
content: "\f127";
}
.flaticon-logis-delivery-man-2:before {
content: "\f128";
}
.flaticon-logis-cargo-ship-1:before {
content: "\f129";
}
.flaticon-logis-forklift:before {
content: "\f12a";
}
.flaticon-logis-forklift-1:before {
content: "\f12b";
}
.flaticon-logis-delivery-courier:before {
content: "\f12c";
}
.flaticon-logis-shipping:before {
content: "\f12d";
}
.flaticon-logis-airplane-1:before {
content: "\f12e";
}
.flaticon-logis-stock:before {
content: "\f12f";
}
.flaticon-logis-air-freight:before {
content: "\f130";
}
.flaticon-logis-maintenance:before {
content: "\f131";
}
.flaticon-logis-air:before {
content: "\f132";
}
.flaticon-logis-logistics-delivery:before {
content: "\f133";
}
.flaticon-logis-logistics-delivery-1:before {
content: "\f134";
}
.flaticon-logis-clipboard:before {
content: "\f135";
}
.flaticon-logis-logistics-delivery-2:before {
content: "\f136";
}
.flaticon-logis-logistics-delivery-3:before {
content: "\f137";
}
.flaticon-logis-box-1:before {
content: "\f138";
}
.flaticon-logis-truck-1:before {
content: "\f139";
}
.flaticon-logis-order-1:before {
content: "\f13a";
}
.flaticon-logis-search:before {
content: "\f13b";
}
.flaticon-logis-delivery-truck:before {
content: "\f13c";
}
.flaticon-logis-international-shipping:before {
content: "\f13d";
}
.flaticon-logis-24-hours:before {
content: "\f13e";
}
.flaticon-logis-logistics-delivery-4:before {
content: "\f13f";
}
.flaticon-logis-home-delivery:before {
content: "\f140";
}
.flaticon-logis-forklift-2:before {
content: "\f141";
}
.flaticon-logis-call-center:before {
content: "\f142";
}
.flaticon-logis-crane:before {
content: "\f143";
}
.flaticon-logis-headset:before {
content: "\f144";
}
.flaticon-logis-shipment-2:before {
content: "\f145";
}
.flaticon-logis-clipboard-1:before {
content: "\f146";
}
.flaticon-logis-production:before {
content: "\f147";
}
.flaticon-logis-export:before {
content: "\f148";
}
.flaticon-logis-shopping-bag:before {
content: "\f149";
}
.flaticon-logis-qr-code:before {
content: "\f14a";
}
.flaticon-logis-air-plane:before {
content: "\f14b";
}
.flaticon-logis-cash-on-delivery:before {
content: "\f14c";
}
.flaticon-logis-import-1:before {
content: "\f14d";
}
.flaticon-logis-24-hours-1:before {
content: "\f14e";
}
.flaticon-logis-international-shipping-1:before {
content: "\f14f";
}
.flaticon-logis-received:before {
content: "\f150";
}
.flaticon-logis-export-1:before {
content: "\f151";
}
.flaticon-logis-truck-2:before {
content: "\f152";
}
.flaticon-logis-increase:before {
content: "\f153";
}
.flaticon-logis-global-shipping-1:before {
content: "\f154";
}
.flaticon-logis-crane-1:before {
content: "\f155";
}
.flaticon-logis-shield:before {
content: "\f156";
}
.flaticon-logis-container-2:before {
content: "\f157";
}
.flaticon-logis-delivery-truck-1:before {
content: "\f158";
}
.flaticon-logis-fast-delivery-1:before {
content: "\f159";
}
.flaticon-logis-shipping-1:before {
content: "\f15a";
}
.flaticon-logis-cash-on-delivery-1:before {
content: "\f15b";
}
.flaticon-logis-delivery-1:before {
content: "\f15c";
}
.flaticon-logis-trolley:before {
content: "\f15d";
}
.flaticon-logis-packaging:before {
content: "\f15e";
}
.flaticon-logis-setting:before {
content: "\f15f";
}
.flaticon-logis-trolley-1:before {
content: "\f160";
}
.flaticon-logis-settings:before {
content: "\f161";
}
.flaticon-logis-delivery-2:before {
content: "\f162";
}
.flaticon-logis-computer-monitor:before {
content: "\f163";
}
.flaticon-logis-delivery-truck-2:before {
content: "\f164";
}
.flaticon-logis-courier:before {
content: "\f165";
}
.flaticon-logis-24-hours-delivery:before {
content: "\f166";
}
.flaticon-logis-location-pin:before {
content: "\f167";
}
.flaticon-logis-cash:before {
content: "\f168";
}
.flaticon-logis-delivery-box:before {
content: "\f169";
}
.flaticon-logis-delivery-bike:before {
content: "\f16a";
}
.flaticon-logis-partnership:before {
content: "\f16b";
}
.flaticon-logis-schedule:before {
content: "\f16c";
}
.flaticon-logis-lock:before {
content: "\f16d";
}
.flaticon-logis-delivery-box-1:before {
content: "\f16e";
}
.flaticon-logis-open-box:before {
content: "\f16f";
}
.flaticon-logis-product:before {
content: "\f170";
}
.flaticon-logis-packages:before {
content: "\f171";
}
.flaticon-logis-delivery-insurance:before {
content: "\f172";
}
.flaticon-logis-weight:before {
content: "\f173";
}
.flaticon-logis-global-3:before {
content: "\f174";
}
.flaticon-logis-distribution-center:before {
content: "\f175";
}
.flaticon-logis-weight-1:before {
content: "\f176";
}
.flaticon-logis-trolley-2:before {
content: "\f177";
}
.flaticon-logis-warehouse:before {
content: "\f178";
}
.flaticon-logis-forklift-3:before {
content: "\f179";
}
.flaticon-logis-shipping-2:before {
content: "\f17a";
}
.flaticon-logis-delivery-service:before {
content: "\f17b";
}
.flaticon-logis-24-hours-2:before {
content: "\f17c";
}
.flaticon-logis-conveyor:before {
content: "\f17d";
}
.flaticon-logis-24-hours-3:before {
content: "\f17e";
}
.flaticon-logis-clipboard-2:before {
content: "\f17f";
}
.flaticon-logis-airplane-2:before {
content: "\f180";
}
.flaticon-logis-delivery-box-2:before {
content: "\f181";
}
.flaticon-logis-checklist:before {
content: "\f182";
}
.flaticon-logis-crane-2:before {
content: "\f183";
}
.flaticon-logis-global-distribution:before {
content: "\f184";
}
.flaticon-logis-delivery-3:before {
content: "\f185";
}
.flaticon-logis-package:before {
content: "\f186";
}
.flaticon-logis-weight-scale:before {
content: "\f187";
}
.flaticon-logis-delivery-insurance-1:before {
content: "\f188";
}
.flaticon-logis-train:before {
content: "\f189";
}
.flaticon-logis-cargo-2:before {
content: "\f18a";
}
.flaticon-logis-delivery-4:before {
content: "\f18b";
}
.flaticon-logis-delivery-insurance-2:before {
content: "\f18c";
}
.flaticon-logis-calendar:before {
content: "\f18d";
}
.flaticon-logis-wrench:before {
content: "\f18e";
}
.flaticon-logis-call-box:before {
content: "\f18f";
}
.flaticon-logis-ship:before {
content: "\f190";
}
.flaticon-logis-delivery-time:before {
content: "\f191";
}
.flaticon-logis-trolley-3:before {
content: "\f192";
}
.flaticon-logis-delivery-truck-3:before {
content: "\f193";
}
.flaticon-logis-weight-2:before {
content: "\f194";
}
.flaticon-logis-global-distribution-1:before {
content: "\f195";
}
.flaticon-logis-tracking:before {
content: "\f196";
}
.flaticon-logis-shipping-3:before {
content: "\f197";
}
.flaticon-logis-delivery-5:before {
content: "\f198";
}
.flaticon-logis-international-shipping-2:before {
content: "\f199";
}
.flaticon-logis-delivery-cart:before {
content: "\f19a";
}
.flaticon-logis-stock-1:before {
content: "\f19b";
}
.flaticon-logis-delivery-service-1:before {
content: "\f19c";
}
.flaticon-logis-distribution:before {
content: "\f19d";
}
.flaticon-logis-scanner:before {
content: "\f19e";
}
.flaticon-logis-delivery-box-3:before {
content: "\f19f";
}
.flaticon-logis-settings-1:before {
content: "\f1a0";
}
.flaticon-logis-vaccine:before {
content: "\f1a1";
}
.flaticon-logis-worldwide-shipping-2:before {
content: "\f1a2";
}
.flaticon-logis-delivery-insurance-3:before {
content: "\f1a3";
}
.flaticon-logis-global-distribution-2:before {
content: "\f1a4";
}
.flaticon-logis-delivery-box-4:before {
content: "\f1a5";
}
.flaticon-logis-delivery-box-5:before {
content: "\f1a6";
}
.flaticon-logis-air-mail:before {
content: "\f1a7";
}
.flaticon-logis-recycle:before {
content: "\f1a8";
}
.flaticon-logis-manufacturing:before {
content: "\f1a9";
}
.flaticon-logis-smartphone:before {
content: "\f1aa";
}
.flaticon-logis-import-2:before {
content: "\f1ab";
}
.flaticon-logis-earth:before {
content: "\f1ac";
}
.flaticon-logis-scooter:before {
content: "\f1ad";
}
.flaticon-logis-delivery-6:before {
content: "\f1ae";
}
.flaticon-logis-logistics-delivery-5:before {
content: "\f1af";
}
.flaticon-logis-logistics-delivery-6:before {
content: "\f1b0";
}
.flaticon-logis-transportation:before {
content: "\f1b1";
}
.flaticon-logis-van:before {
content: "\f1b2";
}
.flaticon-logis-supply-chain-management:before {
content: "\f1b3";
}
.flaticon-logis-delivery-truck-4:before {
content: "\f1b4";
}
.flaticon-logis-courier-1:before {
content: "\f1b5";
}
.flaticon-logis-delivery-7:before {
content: "\f1b6";
}
.flaticon-logis-logistics-7:before {
content: "\f1b7";
}
.flaticon-logis-on-time:before {
content: "\f1b8";
}
.flaticon-logis-distribution-center-1:before {
content: "\f1b9";
}
.flaticon-logis-location:before {
content: "\f1ba";
}
.flaticon-logis-air-freight-1:before {
content: "\f1bb";
}
.flaticon-logis-logistics-8:before {
content: "\f1bc";
}
.flaticon-logis-delivery-man-3:before {
content: "\f1bd";
}
.flaticon-logis-logistics-delivery-7:before {
content: "\f1be";
}
.flaticon-logis-international:before {
content: "\f1bf";
}
.flaticon-logis-international-shipping-3:before {
content: "\f1c0";
}
.flaticon-logis-distribution-1:before {
content: "\f1c1";
}
.flaticon-logis-distribution-center-2:before {
content: "\f1c2";
}
.flaticon-logis-container-3:before {
content: "\f1c3";
}
.flaticon-logis-logistics-9:before {
content: "\f1c4";
}
.flaticon-logis-delivery-8:before {
content: "\f1c5";
}
.flaticon-logis-flow:before {
content: "\f1c6";
}
.flaticon-logis-manufacture:before {
content: "\f1c7";
}
.flaticon-logis-maps:before {
content: "\f1c8";
}.tm-sc-animated-layer-advanced {
position: relative;
max-width: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper {
position: relative;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper:not(:first-child) {
position: absolute;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text img {
margin: 0;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text:after {
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-text:after {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-blank > * {
width: 100%;
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image {
transition: all 1s ease;
transition-delay: 700ms;
display: inline-block;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper {
overflow: hidden;
position: relative;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:before {
position: absolute;
top: 0;
left: -100%;
display: block;
content: "";
width: 50%;
height: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
-webkit-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
transform: skewX(-25deg);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-shine:hover:before {
-webkit-animation: shine 1s;
animation: shine 1s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:before {
position: absolute;
top: 50%;
left: 50%;
display: block;
content: "";
width: 0;
height: 0;
background: rgba(255, 255, 255, 0.2);
border-radius: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-circle:hover:before {
-webkit-animation: image-hover-circle 0.75s;
animation: image-hover-circle 0.75s;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-grayscale:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia img {
-webkit-filter: sepia(100%);
filter: sepia(100%);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image .layer-image-inner-wrapper.image-hover-effect-sepia:hover img {
-webkit-filter: sepia(0);
filter: sepia(0);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.box-shadow-around-img {
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.15);
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth .layer-image {
display: block;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-image-fullwidth img {
width: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon {
width: 80px;
height: 80px;
line-height: 80px;
border-radius: 50%;
background: var(--theme-color1);
text-align: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:before {
position: absolute;
content: "";
width: 140px;
height: 140px;
background: url(//redhatprep.com/wp-content/plugins/mascot-core/assets/images/icon-box/dotted-border.png) no-repeat center;
left: -30px;
top: -30px;
-webkit-animation: spin 10s linear infinite;
-moz-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:before {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon {
width: 48px;
opacity: 1;
visibility: visible;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon-hover {
width: 48px;
opacity: 0;
visibility: hidden;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon .icon-hover {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon {
opacity: 0;
visibility: hidden;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-animated-icon:hover .icon-hover {
opacity: 1;
visibility: visible;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button {
transition: none;
}
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .icon {
display: flex;
justify-content: center;
align-items: center;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper {
height: 100%;
}
.tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.layer-play-btn .video-play-button .effect-wrapper .icon {
height: 100%;
}
@-webkit-keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes image-hover-circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}.feature-current-item-style1 {
position: relative;
margin-bottom: 30px;
z-index: 1;
}
.feature-current-item-style1 .inner-box {
position: relative;
display: flex;
border: 1px solid var(--theme-color1);
background: #fff;
border-radius: 10px;
overflow: hidden;
height: 100%;
transition: all 300ms ease;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style1 .inner-box:hover {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
transform: translateY(-10px);
}
.feature-current-item-style1 .inner-box:hover img {
transform: scale(1.2);
}
.feature-current-item-style1 .inner-box:hover .icon-box .count {
color: #fff;
}
.feature-current-item-style1 .icon-box {
position: relative;
background-color: var(--theme-color1);
min-width: 110px;
text-align: center;
padding: 25px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.feature-current-item-style1 .icon-box .icon i {
display: block;
color: #ffffff;
font-size: 64px;
line-height: 64px;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style1 .icon-box .icon i {
transition: none;
}
}
.feature-current-item-style1 .icon-box .count {
font-size: 40px;
line-height: 1em;
color: var(--theme-color1);
color: transparent;
-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: #fff;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style1 .icon-box .count {
transition: none;
}
}
.feature-current-item-style1 .content-box {
position: relative;
padding: 25px 30px;
}
.feature-current-item-style1 .content-box .icon-box-title {
margin-top: 0;
margin-bottom: 18px;
}
.feature-current-item-style1 .content-box .icon-box-title a {
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style1 .content-box .icon-box-title a {
transition: none;
}
}
.feature-current-item-style1 .content-box .text {
font-size: 16px;
line-height: 26px;
color: #767676;
}
.feature-current-item-style2 {
position: relative;
text-align: center;
margin-bottom: 30px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.feature-current-item-style2 .inner-box {
position: relative;
display: block;
border: 1px solid #322d3b;
padding: 30px;
background-color: var(--theme-color2);
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style2 .inner-box {
transition: none;
}
}
.feature-current-item-style2 .inner-box .icon-box {
position: relative;
display: block;
}
.feature-current-item-style2 .inner-box .icon-box .icon i {
position: relative;
display: inline-block;
font-size: 64px;
color: var(--theme-color1);
line-height: 1;
margin-bottom: 15px;
line-height: 1;
}
.feature-current-item-style2 .inner-box .feature-title {
margin-bottom: 20px;
margin-top: 0;
color: #fff;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style2 .inner-box .feature-title {
transition: none;
}
}
.feature-current-item-style2 .inner-box .feature-details {
font-size: 14px;
color: #aea8b9;
line-height: 24px;
transition: all 500ms ease;
}
@media (prefers-reduced-motion: reduce) {
.feature-current-item-style2 .inner-box .feature-details {
transition: none;
}
}
.feature-current-item-style2 .inner-box:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
border: 1px solid #f0eeee;
background-color: #fff;
}
.feature-current-item-style2 .inner-box:hover .icon-box .icon {
color: var(--theme-color1);
}
.feature-current-item-style2 .inner-box:hover .feature-title {
color: #1b1525;
}
.feature-current-item-style2 .inner-box:hover .feature-details {
color: var(--body-tex);
}
.feature-current-item-style3 {
position: relative;
margin-bottom: 45px !important;
}
@media (max-width: 991.98px) {
.feature-current-item-style3 {
margin-bottom: 0 !important;
}
}
@media (max-width: 767.98px) {
.feature-current-item-style3 {
margin-bottom: 40px !important;
}
}
.feature-current-item-style3 .inner-box {
position: relative;
padding-left: 130px;
background-color: #ffffff;
}
@media (max-width: 767.98px) {
.feature-current-item-style3 .inner-box {
padding-top: 0;
}
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box {
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center !important;
}
}
.feature-current-item-style3 .inner-box .icon-box {
position: absolute;
left: 0;
top: 0;
text-align: center;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box .icon-box {
position: relative;
display: block;
margin-bottom: 30px;
}
}
.feature-current-item-style3 .inner-box .icon-box .icon {
position: relative;
display: block;
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box .icon-box .icon {
display: inline-flex;
}
}
.feature-current-item-style3 .inner-box .icon-box .icon i {
height: 100px;
width: 100px;
font-size: 62px;
line-height: 50px;
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--theme-color3);
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .icon-box .icon i:before {
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
.feature-current-item-style3 .inner-box .icon-box .icon:after {
position: absolute;
left: 100%;
top: 50%;
border-top: 20px solid transparent;
border-left: 10px solid var(--theme-color3);
border-bottom: 20px solid transparent;
content: "";
margin-top: -20px;
}
@media (max-width: 575.98px) {
.feature-current-item-style3 .inner-box .icon-box .icon:after {
top: 100% !important;
left: 50% !important;
transform: rotate(90deg);
margin-top: -15px !important;
margin-left: -2px !important;
}
}
.feature-current-item-style3 .inner-box .feature-title {
position: relative;
display: inline-block;
font-size: 20px;
font-family: var(--body-font-family);
font-weight: 700;
margin-bottom: 10px;
margin-top: 0;
}
.feature-current-item-style3 .inner-box .feature-title:before {
position: absolute;
left: 100%;
top: 0;
height: 16px;
width: 95px;
background-image: url(//redhatprep.com/wp-content/plugins/mascot-core-tronis/assets/images/current-theme/arrow.png);
background-position: center;
margin-left: 35px;
content: "";
}
@media (max-width: 991.98px) {
.feature-current-item-style3 .inner-box .feature-title:before {
display: none;
}
}
.feature-current-item-style3 .inner-box .feature-details {
position: relative;
display: block;
font-size: 16px;
line-height: 30px;
color: #898e83;
}
.feature-current-item-style3 .inner-box:hover .icon-box {
top: -40px;
}
@media (max-width: 991.98px) {
.feature-current-item-style3 .inner-box:hover .icon-box {
top: 0;
}
}
.feature-current-item-style3 .inner-box:hover .icon-box .icon i:before {
-webkit-transform: scale(-1) rotate(180deg);
transform: scale(-1) rotate(180deg);
}
.feature-current-item-style4 {
position: relative;
margin-bottom: 30px;
}
.feature-current-item-style4 .inner-box {
position: relative;
padding: 30px 20px 20px;
text-align: center;
min-height: 180px;
border-radius: 10px;
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.07);
background-color: #ffffff;
overflow: hidden;
transition: all 300ms ease;
}
.feature-current-item-style4 .inner-box:hover {
box-shadow: 0 25px 30px rgba(0, 0, 0, 0.07);
}
.feature-current-item-style4 .inner-box:hover .icon:after {
top: -10px;
}
.feature-current-item-style4 .icon {
position: relative;
font-size: 64px;
line-height: 1em;
color: var(--theme-color2);
display: block;
margin-bottom: 5px;
transition: all 300ms ease;
}
.feature-current-item-style4 .icon i {
z-index: 2;
position: relative;
color: var(--theme-color1);
}
.feature-current-item-style4 .icon:before {
position: relative;
z-index: 2;
}
.feature-current-item-style4 .icon:after {
position: absolute;
content: "";
right: 0;
left: 0;
margin: 0 auto;
top: -73px;
height: 86px;
width: 86px;
border-radius: 50% 50%;
background-color: #f7f4f0;
transition: all 300ms ease;
}
.feature-current-item-style4 .title {
font-size: 18px;
color: var(--theme-color1);
font-weight: 700;
}
.feature-current-item-style4 .title a {
color: var(--theme-color1);
}
.feature-current-item-style4 .title a:hover {
color: var(--theme-color2);
}

.tm-sc-testimonials .testimonial-block-one {
position: relative;
margin-bottom: 30px;
}
.tm-sc-testimonials .testimonial-block-one .inner-box {
position: relative;
text-align: center;
}
.tm-sc-testimonials .testimonial-block-one .inner-box:hover .content-box {
background-color: var(--theme-color2);
}
.tm-sc-testimonials .testimonial-block-one .inner-box:hover .content-box:before {
border-top: 20px solid var(--theme-color2);
}
.tm-sc-testimonials .testimonial-block-one .inner-box:hover .content-box .author-text {
color: #9898a0;
}
.tm-sc-testimonials .testimonial-block-one .inner-box:hover .thumb img {
border: 2px solid var(--theme-color1);
}
.tm-sc-testimonials .testimonial-block-one .inner-box .content-box {
position: relative;
padding: 0px 40px 30px;
background: #fff;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 40px;
transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .content-box::before {
position: absolute;
left: 0;
right: 0;
bottom: -20px;
margin: 0 auto;
width: 40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #fff;
transition: all 300ms ease;
filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
content: "";
}
.tm-sc-testimonials .testimonial-block-one .inner-box .content-box .star-rating-wrapper {
position: relative;
transform: translateY(-20px);
display: inline-block;
padding: 7px 70px;
height: 40px;
font-size: 14px;
letter-spacing: 1px;
line-height: 20px;
color: #fff;
background-color: var(--theme-color1);
border-radius: 5px;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .content-box .star-rating-wrapper .star-rating span::before {
color: #fff;
font-weight: 600;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .content-box .star-rating-wrapper .author-text {
position: relative;
line-height: 30px;
transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .thumb {
display: block;
height: 75px;
width: 75px;
margin: 0 auto 5px;
border-radius: 50%;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .thumb img {
border-radius: 50%;
border: 2px solid transparent;
transition: all 300ms ease;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .job-position {
position: relative;
display: block;
font-size: 12px;
line-height: 20px;
color: #767676;
text-transform: uppercase;
font-weight: 500;
}
.tm-sc-testimonials .testimonial-block-one .inner-box .name {
position: relative;
display: block;
color: var(--theme-color1);
margin-top: 0;
}
.testimonial-current-style2 {
padding-top: 85px;
}
.testimonial-current-style2 .author-text {
position: relative;
font-size: 22px;
}
.testimonial-current-style2 .author-text:before {
content: "”";
position: absolute;
top: -10px;
left: 0;
font-size: 10rem;
font-family: "DM Sans";
color: #fff;
line-height: 0;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 4px;
-webkit-text-stroke-color: var(--theme-color1);
}
.testimonial-current-style2 .info-box {
position: relative;
margin-top: 45px;
padding-top: 45px;
display: flex;
align-items: center;
border-top: 1px solid #efeae4;
}
.testimonial-current-style2 .info-box .author-thumb {
width: 90px;
margin-right: 25px;
}
.testimonial-current-style2 .info-box .author-thumb img {
border: 2px solid var(--theme-color1);
}
.testimonial-current-style2 .author-detials .name {
margin-bottom: 0;
margin-top: 0;
}
.testimonial-current-style2 .author-detials .job-position {
position: relative;
display: block;
font-size: 14px;
line-height: 20px;
color: var(--theme-color1);
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.1em;
}
.testimonial-current-style2 .author-detials .star-rating {
margin-bottom: 0;
}
.testimonial-current-style2:hover .author-text {
z-index: 1;
position: relative;
}
.testimonial-current-style2:hover .star-rating span {
z-index: 1;
}
.testimonial-current-style2:hover .star-rating span:before {
color: var(--text-color-bg-theme-color1);
}
.testimonial-current-style2:hover .info-box .author-thumb img {
position: relative;
z-index: 1;
}
.testimonial-current-style2:hover .info-box .author-detials .name {
z-index: 1;
position: relative;
}
.testimonial-current-style2:hover .info-box .author-detials .job-position {
z-index: 1;
position: relative;
}
.testimonial-skin-style-all-center {
position: relative;
text-align: center;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style-all-center {
transition: none;
}
}
.testimonial-skin-style-all-center .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.testimonial-skin-style-all-center .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute;
}
.testimonial-skin-style-all-center .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.testimonial-skin-style-all-center .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.testimonial-skin-style-all-center .star-rating {
float: none;
margin: 0 auto;
overflow: visible;
}
.testimonial-skin-style-all-center .star-rating span:before {
color: var(--theme-color1);
}
.testimonial-skin-style-all-center .author-text {
font-size: 20px;
margin-bottom: 35px;
}
.testimonial-skin-style-all-center .author-info {
margin-top: 20px;
margin-bottom: 8px;
display: flex;
align-items: baseline;
justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-skin-style-all-center .author-info {
margin-bottom: 20px;
}
}
.testimonial-skin-style-all-center .author-info .name {
overflow: hidden;
margin: 0;
line-height: 32px;
}
@media (max-width: 575.98px) {
.testimonial-skin-style-all-center .author-info .name {
float: none;
}
}
.testimonial-skin-style-all-center .author-info .job-position {
margin-left: 15px;
font-size: 14px;
display: inline;
color: var(--theme-color2);
}
@media (max-width: 575.98px) {
.testimonial-skin-style-all-center .author-info .job-position {
margin-bottom: 18px;
display: inline-block;
margin-left: 0;
margin-top: 0;
}
}
.testimonial-skin-style-all-center .author-thumb {
margin-bottom: 35px;
}
.testimonial-skin-style-all-center .author-thumb img {
width: 100px;
border: 6px solid #eee;
}
.testimonial-skin-style1 {
background-color: #fff;
border-radius: 4px;
padding: 70px 50px 50px;
position: relative;
z-index: 0;
border: 1px solid #eee;
margin-top: 30px;
}
@media (max-width: 1199.98px) {
.testimonial-skin-style1 {
margin-bottom: 30px;
}
}
.testimonial-skin-style1 .author-details .icon {
border-radius: 50%;
color: #fff;
font-size: 20px;
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
position: absolute;
left: 50px;
top: -30px;
background: var(--theme-color1);
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style1 .author-details .icon {
transition: none;
}
}
.testimonial-skin-style1 .author-details .testimonial-footer {
display: flex;
}
.testimonial-skin-style1 .author-details .testimonial-footer .image-holder .author-thumb img {
border-radius: 10px;
max-width: 90px;
margin-right: 10px;
}
.testimonial-skin-style1 .author-details .testimonial-footer .author-info-holder .name {
margin: 0;
}
.testimonial-skin-style1 .author-details .testimonial-footer .author-info-holder .job-position {
color: #6a726d;
font-size: 18px;
line-height: 1;
font-family: var(--font-current-theme1);
}
.testimonial-skin-style1 .text-holder {
margin-bottom: 30px;
}
.testimonial-skin-style1 .text-holder .author-text {
font-style: normal !important;
}
.testimonial-skin-style1:hover .author-details .icon {
background-color: var(--theme-color3);
}
@media (max-width: 991.98px) {
.testimonial-skin-style1 {
padding: 50px 30px;
}
}
.testimonial-skin-style2 {
background: #fff;
padding: 50px;
margin-bottom: 35px !important;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
position: relative;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style2 {
transition: none;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-skin-style2 {
padding: 40px;
}
}
.testimonial-skin-style2 .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.testimonial-skin-style2 .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute;
}
.testimonial-skin-style2 .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.testimonial-skin-style2 .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.testimonial-skin-style2 .star-rating {
float: none;
margin-top: 0;
margin-bottom: 20px;
overflow: visible;
}
.testimonial-skin-style2 .star-rating span:before {
color: var(--theme-color1);
}
.testimonial-skin-style2 .author-info {
margin-top: 20px;
margin-bottom: 8px;
display: flex;
align-items: baseline;
}
@media (min-width: 768px) and (max-width: 991.98px) {
.testimonial-skin-style2 .author-info {
margin-bottom: 20px;
}
}
.testimonial-skin-style2 .author-info .name {
float: left;
overflow: hidden;
margin: 0;
line-height: 32px;
}
@media (max-width: 575.98px) {
.testimonial-skin-style2 .author-info .name {
float: none;
}
}
.testimonial-skin-style2 .author-info .job-position {
margin-left: 15px;
font-size: 14px;
display: inline;
color: var(--theme-color2);
}
@media (max-width: 575.98px) {
.testimonial-skin-style2 .author-info .job-position {
margin-bottom: 18px;
display: inline-block;
margin-left: 0;
margin-top: 0;
}
}
.testimonial-skin-style2 .author-thumb {
position: absolute;
bottom: -35px;
left: 50px;
}
.testimonial-skin-style2 .author-thumb img {
width: 75px;
}
.testimonial-skin-style3 {
background: #fff;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
padding: 60px 60px;
position: relative;
border-radius: 10px;
}
.testimonial-skin-style3 .author-text {
margin-bottom: 30px;
display: inline-block;
}
.testimonial-skin-style3 .author-info .author-thumb {
margin-right: 15px;
width: 70px;
max-width: 90px;
}
.testimonial-skin-style3 .author-detials .name {
margin-bottom: 5px;
}
.testimonial-skin-style3 .author-detials .job-position {
font-size: 0.9rem;
color: var(--theme-color1);
}
.testimonial-skin-style3:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
z-index: 0;
transition: all 0.5s;
transform: scaleY(0);
opacity: 0;
background: var(--theme-color1);
border-radius: 10px;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style3:after {
transition: none;
}
}
.testimonial-skin-style3:hover .author-text {
color: #fff;
z-index: 1;
position: relative;
}
.testimonial-skin-style3:hover .star-rating span {
z-index: 1;
}
.testimonial-skin-style3:hover .star-rating span:before {
color: var(--text-color-bg-theme-color1);
}
.testimonial-skin-style3:hover .author-info .author-thumb img {
position: relative;
z-index: 1;
}
.testimonial-skin-style3:hover .author-info .author-detials .name {
color: #fff;
z-index: 1;
position: relative;
}
.testimonial-skin-style3:hover .author-info .author-detials .job-position {
color: #fff;
z-index: 1;
position: relative;
}
.testimonial-skin-style3:hover:after {
opacity: 1;
transform: scaleY(1);
}
.testimonial-skin-style4 {
padding-bottom: 28px;
}
@media (max-width: 1399px) {
.testimonial-skin-style4 {
padding-bottom: 35px;
}
}
.testimonial-skin-style4 .text-holder {
background-color: #f9f9f9;
padding: 40px 52px;
position: relative;
margin-bottom: 0;
z-index: 1;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder {
transition: none;
}
}
@media (max-width: 767.98px) {
.testimonial-skin-style4 .text-holder {
padding: 30px 30px;
}
}
.testimonial-skin-style4 .text-holder:before {
content: "";
position: absolute;
border-style: solid;
border-color: #f9f9f9 transparent transparent transparent;
border-width: 120px 120px 0 0;
bottom: -117px;
left: 0;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder:before {
transition: none;
}
}
.testimonial-skin-style4 .text-holder:after {
content: "";
position: absolute;
border-style: solid;
border-width: 120px 120px 0 0;
bottom: -120px;
left: 0;
z-index: -1;
transition: all 0.5s;
border-color: var(--theme-color1) transparent transparent transparent;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder:after {
transition: none;
}
}
.testimonial-skin-style4 .text-holder .author-text {
transition: all 0.5s;
position: relative;
font-style: normal;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder .author-text {
transition: none;
}
}
.testimonial-skin-style4 .text-holder .author-text:before {
content: "";
opacity: 0.4;
background-image: url(//redhatprep.com/wp-content/plugins/mascot-core-tronis/assets/images/current-theme/testimonial-quote-icon.png);
background-repeat: no-repeat;
width: 120px;
height: 120px;
position: absolute;
right: 0;
bottom: -30px;
z-index: -1;
}
.testimonial-skin-style4 .text-holder .icon {
position: absolute;
bottom: 52px;
right: 74px;
z-index: -1;
}
.testimonial-skin-style4 .text-holder .icon .icon-img {
opacity: 0.8;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4 .text-holder .icon .icon-img {
transition: none;
}
}
.testimonial-skin-style4 .author-details {
padding-left: 30px;
padding-top: 24px;
position: relative;
z-index: 1;
}
.testimonial-skin-style4 .author-details .image-holder {
width: 90px;
display: table-cell;
vertical-align: middle;
margin: 0;
padding-right: 15px;
}
.testimonial-skin-style4 .author-details .author-info-holder {
padding-top: 12px;
display: table-cell;
vertical-align: middle;
}
.testimonial-skin-style4 .author-details .author-info-holder .name {
line-height: 1;
margin-top: 0;
color: var(--theme-color2);
margin-bottom: 5px;
}
.testimonial-skin-style4 .author-details .author-info-holder .job-position {
color: #616870;
font-size: 12px;
font-weight: 400;
letter-spacing: 2px;
text-transform: uppercase;
}
.testimonial-skin-style4:hover .text-holder {
background: var(--theme-color1);
}
.testimonial-skin-style4:hover .text-holder:before {
border-color: var(--theme-color1) transparent transparent transparent;
}
.testimonial-skin-style4:hover .text-holder:after {
border-color: var(--theme-color2) transparent transparent transparent;
}
.testimonial-skin-style4:hover .text-holder .author-text {
color: #fff;
}
.testimonial-skin-style4:hover .text-holder .author-text:before {
opacity: 0.2;
transition: all 0.5s;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style4:hover .text-holder .author-text:before {
transition: none;
}
}
.testimonial-skin-style4:hover .text-holder .icon .icon-img {
opacity: 0.2;
}
@media (max-width: 1699px) {
.tm-testimonials-carousel .owl-stage {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
.testimonial-skin-style5 {
background: #fafafa;
padding: 70px 50px 40px 50px;
margin-top: 60px;
position: relative;
text-align: center;
border: 5px solid #f1f1f1;
border-radius: 5px;
transition: all 300ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style5 {
transition: none;
}
}
@media (max-width: 767.98px) {
.testimonial-skin-style5 {
padding: 70px 30px 30px 30px;
}
}
.testimonial-skin-style5 .author-thumb img {
border-radius: 50%;
position: absolute;
top: -60px;
text-align: center;
left: 0;
border: 5px solid var(--theme-color1);
right: 0;
margin: 0 auto;
max-width: 100px;
transition: all 400ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style5 .author-thumb img {
transition: none;
}
}
.testimonial-skin-style5 .author-text {
margin-bottom: 30px;
color: #092755;
}
.testimonial-skin-style5 .star-rating {
margin: 0 auto;
}
@media (max-width: 767.98px) {
.testimonial-skin-style5 .author-info {
margin-bottom: 30px;
}
}
.testimonial-skin-style5 .author-info .name {
color: var(--theme-color1);
margin-bottom: 0;
text-transform: uppercase;
}
.testimonial-skin-style5 .author-info .job-position,
.testimonial-skin-style5 .author-info .company-url {
color: var(--text-color);
font-size: 16px;
margin: 0;
}
.testimonial-skin-style5 .author-info .company-url:hover {
color: #fff;
}
.testimonial-skin-style5:hover {
border-color: #092755;
}
.testimonial-skin-style5:hover .author-thumb img {
border-color: #092755;
}
.testimonial-skin-style6 {
background-color: #fff;
border-radius: 4px;
padding: 50px;
position: relative;
z-index: 0;
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style6 {
transition: none;
}
}
@media (max-width: 1199.98px) {
.testimonial-skin-style6 {
padding: 25px;
}
}
@media (max-width: 1199.98px) {
.testimonial-skin-style6 {
padding: 25px;
}
}
.testimonial-skin-style6 .testimonial-author-details {
margin-bottom: 30px;
}
.testimonial-skin-style6 .testimonial-author-details .testimonial-image-holder {
width: 90px;
display: table-cell;
vertical-align: middle;
margin: 0;
padding-right: 15px;
}
.testimonial-skin-style6 .testimonial-author-details .testimonial-author-info-holder {
display: table-cell;
vertical-align: middle;
}
.testimonial-skin-style6 .testimonial-author-details .testimonial-author-info-holder .name {
margin-bottom: 0;
margin-top: 4px;
}
.testimonial-skin-style6 .testimonial-author-details .testimonial-author-info-holder .job-position {
color: #6a726d;
font-weight: 400;
}
.testimonial-skin-style6 .testimonial-author-details .icon {
border-radius: 50%;
color: #c2c3c3;
font-size: 20px;
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
position: absolute;
right: 20px;
top: 20px;
background: #f9f9f9;
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style6 .testimonial-author-details .icon {
transition: none;
}
}
@media (max-width: 767.98px) {
.testimonial-skin-style6 .testimonial-author-details .icon {
display: none;
}
}
.testimonial-skin-style6 .testimonial-text-holder {
margin-bottom: 0 !important;
}
.testimonial-skin-style6 .testimonial-text-holder .author-text {
color: var(--text-color);
font-style: normal;
}
.testimonial-skin-style6:hover {
box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-skin-style6:hover .testimonial-author-details .icon {
background-color: var(--theme-color1);
color: #fff;
}
@media (max-width: 991.98px) {
.testimonial-skin-style6 {
padding: 50px 30px;
}
}
.owl-carousel .testimonial-skin-style6 {
border: 1px solid rgba(200, 200, 200, 0.4);
box-shadow: 0px 0 0px rgba(45, 45, 45, 0.12);
}
.testimonial-skin-style7 {
background: #fff;
margin-top: 45px;
padding: 50px;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
position: relative;
}
.testimonial-skin-style7 .testimonial-upper {
margin-top: -90px;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.testimonial-skin-style7 .testimonial-upper {
display: flex;
align-items: flex-end;
}
}
.testimonial-skin-style7 .testimonial-upper .author-thumb {
display: inline-block;
border: 10px solid var(--theme-color1);
max-width: 90px;
}
@media (min-width: 768px) {
.testimonial-skin-style7 .testimonial-upper .star-rating {
margin-bottom: 0;
margin-left: 85px;
}
}
.testimonial-skin-style7 .testimonial-upper .star-rating span:before {
color: var(--theme-color1);
}
.testimonial-skin-style7 .author-info {
margin-top: 20px;
}
@media (min-width: 768px) {
.testimonial-skin-style7 .author-info {
display: flex;
align-items: center;
}
}
.testimonial-skin-style7 .author-info .name {
margin: 0;
line-height: 32px;
}
@media (max-width: 767.98px) {
.testimonial-skin-style7 .author-info .name {
margin-bottom: 10px;
}
}
.testimonial-skin-style7 .author-info .job-position {
font-size: 14px;
margin-top: 0;
font-weight: normal;
color: var(--theme-color1);
}
@media (min-width: 768px) {
.testimonial-skin-style7 .author-info .job-position {
margin-left: 15px;
}
}
.testimonial-skin-style8 {
border-radius: 10px;
position: relative;
transition: all 0.3s ease;
background: #fff;
padding: 40px;
overflow: hidden;
border: 1px solid rgba(200, 200, 200, 0.2);
box-shadow: 0px 0 15px rgba(45, 45, 45, 0.12);
}
.testimonial-skin-style8:before {
position: absolute;
content: "“";
font-family: var(--font-current-theme2);
font-size: 20rem;
color: var(--theme-color1);
right: -11px;
bottom: -27px;
opacity: 0.13;
line-height: 0;
}
.testimonial-skin-style8 .author-text {
margin-bottom: 30px;
display: inline-block;
}
.testimonial-skin-style8 .author-thumb {
max-width: 70px;
}
.testimonial-skin-style8 .author-info {
margin-bottom: 30px;
position: relative;
}
.testimonial-skin-style8 .author-info .name {
margin-bottom: 0;
margin-top: 0;
}
.testimonial-skin-style8 .author-info .job-position {
color: var(--theme-color1);
margin-top: 0;
font-size: 14px;
}
.owl-carousel .testimonial-skin-style8 {
border: 1px solid rgba(200, 200, 200, 0.4);
box-shadow: 0px 0 0px rgba(45, 45, 45, 0.12);
}
.testimonial-skin-style9 {
background: #1C1C1C;
padding: 60px 60px 60px 60px;
margin-bottom: 60px !important;
box-shadow: 0px 10px 30px 0px rgba(26, 29, 72, 0.07);
position: relative;
text-align: center;
border: 5px solid #1C1C1C;
transition: all 300ms ease-in-out 0s;
background-position: bottom right;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style9 {
transition: none;
}
}
@media (max-width: 767.98px) {
.testimonial-skin-style9 {
padding: 30px;
}
}
.testimonial-skin-style9 .author-thumb {
max-width: 90px;
}
.testimonial-skin-style9 .author-thumb img {
position: absolute;
bottom: -60px;
text-align: center;
left: 0;
border: 5px solid #1C1C1C;
right: 0;
margin: 0 auto;
max-width: 100px;
transition: all 400ms ease-in-out 0s;
border-radius: inherit !important;
}
@media (prefers-reduced-motion: reduce) {
.testimonial-skin-style9 .author-thumb img {
transition: none;
}
}
.testimonial-skin-style9 .star-rating {
margin: 0 auto;
}
.testimonial-skin-style9 .author-text {
font-size: 20px;
font-weight: 400;
margin-bottom: 30px;
color: #9A9A9A;
font-family: var(--heading-font-family);
}
@media (max-width: 767.98px) {
.testimonial-skin-style9 .author-info {
margin-bottom: 30px;
}
}
.testimonial-skin-style9 .author-info .name {
color: var(--theme-color1);
margin-bottom: 0;
text-transform: uppercase;
}
.testimonial-skin-style9 .author-info .job-position,
.testimonial-skin-style9 .author-info .company-url {
color: var(--text-color);
font-size: 16px;
margin: 0;
}
.testimonial-skin-style9 .author-info .company-url:hover {
color: #fff;
}
.testimonial-skin-style9:hover {
border: 5px solid var(--theme-color1);
}
.testimonial-skin-style9:hover .author-thumb img {
border: 5px solid var(--theme-color1);
}
.testimonial-skin-style9 .owl-item.active.center .tm-testimonial-item {
border: 5px solid var(--theme-color1);
}
.testimonial-skin-style9 .owl-item.active.center .tm-testimonial-item .author-thumb img {
border: 5px solid var(--theme-color1);
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-text-holder .author-text {
position: relative;
font-size: 18px;
line-height: 34px;
color: #797f7d;
font-weight: 500;
margin-bottom: 25px;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-text-holder .author-text:before {
left: 0;
right: 0;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details {
position: relative;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .name {
position: relative;
display: inline-block;
font-size: 24px;
font-weight: 600;
color: #164333;
line-height: 30px;
margin: 0;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .job-position {
position: relative;
display: block;
font-size: 12px;
line-height: 24px;
color: #797f7d;
font-weight: 500;
letter-spacing: 0.01em;
text-transform: uppercase;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .star-rating {
margin-left: auto;
margin-right: auto;
float: left;
width: 100%;
margin-bottom: 10px;
}
.tm-sc-testimonials-thumb-carousel .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .icon {
position: absolute;
right: 10px;
bottom: 10px;
font-size: 48px;
color: var(--theme-color1);
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 2px;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs {
min-height: 70px;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item {
position: relative;
width: 78px;
margin-bottom: 30px;
margin-right: 5px;
opacity: 0.5;
display: inline-block;
cursor: pointer;
border: 3px solid transparent;
border-radius: 50%;
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item {
transition: none;
}
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item img {
padding: 0;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
content: "";
transition: all 200ms linear;
transition-delay: 0.1s;
background-color: rgba(var(--theme-color1-rgb), 0.3);
transition: all 0.3s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item:before {
transition: none;
}
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item.active {
width: 78px;
opacity: 1;
border: 3px solid var(--theme-color2);
border-radius: 50%;
}
.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item.active:before {
opacity: 0;
background-color: transparent;
}
.tm-sc-testimonials .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 500;
float: left;
top: 0;
left: 0;
position: absolute;
}
.tm-sc-testimonials .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 500;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.tm-sc-testimonials .star-rating {
float: none;
margin-top: 5px;
margin-bottom: 20px;
overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
transition: none;
}
}
.tm-sc-testimonials .star-rating span:before {
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-testimonials .star-rating span:before {
transition: none;
}
}
.owl-carousel .type-testimonials {
box-shadow: none;
}@font-face {
font-family: 'FlaticonCommon';
src: url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.eot?aetdej);
src: url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.eot?aetdej#iefix) format('embedded-opentype'),
url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.ttf?aetdej) format('truetype'),
url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.woff?aetdej) format('woff'),
url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.svg?aetdej#FlaticonCommon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="flaticon-common-"],
[class*=" flaticon-common-"] { font-family: 'FlaticonCommon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-common-research:before {
content: "\e91b";
}
.flaticon-common-satisfaction:before {
content: "\e900";
}
.flaticon-common-idea:before {
content: "\e901";
}
.flaticon-common-development:before {
content: "\e902";
}
.flaticon-common-briefcase:before {
content: "\e903";
}
.flaticon-common-planning:before {
content: "\e904";
}
.flaticon-common-buildings:before {
content: "\e905";
}
.flaticon-common-phone:before {
content: "\e906";
}
.flaticon-common-headhunting:before {
content: "\e907";
}
.flaticon-common-analysis:before {
content: "\e908";
}
.flaticon-common-global:before {
content: "\e909";
}
.flaticon-common-business:before {
content: "\e90a";
}
.flaticon-common-background-check:before {
content: "\e90b";
}
.flaticon-common-laptop:before {
content: "\e90c";
}
.flaticon-common-visualization:before {
content: "\e90d";
}
.flaticon-common-target:before {
content: "\e90e";
}
.flaticon-common-presentation:before {
content: "\e90f";
}
.flaticon-common-architect:before {
content: "\e910";
}
.flaticon-common-data:before {
content: "\e911";
}
.flaticon-common-creative:before {
content: "\e912";
}
.flaticon-common-mobile-analytics:before {
content: "\e913";
}
.flaticon-common-architect-1:before {
content: "\e914";
}
.flaticon-common-mouse:before {
content: "\e915";
}
.flaticon-common-moon:before {
content: "\e916";
}
.flaticon-common-diamond:before {
content: "\e917";
}
.flaticon-common-star:before {
content: "\e918";
}
.flaticon-common-monitoring:before {
content: "\e919";
}
.flaticon-common-development1:before {
content: "\e91a";
}
.flaticon-common-business1:before {
content: "\f100";
}
.flaticon-common-smartphone-call:before {
content: "\f101";
}
.flaticon-common-three:before {
content: "\f102";
}
.flaticon-common-symbol:before {
content: "\f103";
}
.flaticon-common-line:before {
content: "\f104";
}
.flaticon-common-sign:before {
content: "\f105";
}
.flaticon-common-delete:before {
content: "\f106";
}
.flaticon-common-check-symbol:before {
content: "\f107";
}
.flaticon-common-round:before {
content: "\f108";
}
.flaticon-common-delete-cross:before {
content: "\f109";
}
.flaticon-common-location:before {
content: "\f10a";
}
.flaticon-common-clipboard-with-a-list:before {
content: "\f10b";
}
.flaticon-common-shelter:before {
content: "\f10c";
}
.flaticon-common-technology:before {
content: "\f10d";
}
.flaticon-common-fax-with-phone:before {
content: "\f10e";
}
.flaticon-common-photo:before {
content: "\f10f";
}
.flaticon-common-people:before {
content: "\f110";
}
.flaticon-common-support:before {
content: "\f111";
}
.flaticon-common-shape:before {
content: "\f112";
}
.flaticon-common-cogwheel:before {
content: "\f113";
}
.flaticon-common-arrows:before {
content: "\f114";
}
.flaticon-common-home:before {
content: "\f115";
}
.flaticon-common-cross:before {
content: "\f116";
}
.flaticon-common-line-1:before {
content: "\f117";
}
.flaticon-common-right-arrow:before {
content: "\f118";
}
.flaticon-common-arrows-1:before {
content: "\f119";
}
.flaticon-common-time:before {
content: "\f11a";
}
.flaticon-common-letter:before {
content: "\f11b";
}
.flaticon-common-search:before {
content: "\f11c";
}
.flaticon-common-correct:before {
content: "\f11d";
}
.flaticon-common-stats:before {
content: "\f11e";
}
.flaticon-common-arrows-2:before {
content: "\f11f";
}
.flaticon-common-arrows-3:before {
content: "\f120";
}
.flaticon-common-arrows-4:before {
content: "\f121";
}
.flaticon-common-arrows-5:before {
content: "\f122";
}
.flaticon-common-checked:before {
content: "\f123";
}
.flaticon-common-line-2:before {
content: "\f124";
}
.flaticon-common-truck:before {
content: "\f125";
}
.flaticon-common-headphones:before {
content: "\f126";
}
.flaticon-common-garbage:before {
content: "\f127";
}
.flaticon-common-heart:before {
content: "\f128";
}
.flaticon-common-settings:before {
content: "\f129";
}
.flaticon-common-link:before {
content: "\f12a";
}
.flaticon-common-printer:before {
content: "\f12b";
}
.flaticon-common-phone-call:before {
content: "\f12c";
}
.flaticon-common-shopping-bag:before {
content: "\f12d";
}
.flaticon-common-envelope:before {
content: "\f12e";
}
.flaticon-common-bars:before {
content: "\f12f";
}
.flaticon-common-remove:before {
content: "\f130";
}
.flaticon-common-check:before {
content: "\f131";
}
.flaticon-common-link-1:before {
content: "\f132";
}
.flaticon-common-check-1:before {
content: "\f133";
}
.flaticon-common-add:before {
content: "\f134";
}
.flaticon-common-menu:before {
content: "\f135";
}
.flaticon-common-anchor:before {
content: "\f136";
}
.flaticon-common-menu-1:before {
content: "\f137";
}
.flaticon-common-arrows-6:before {
content: "\f138";
}
.flaticon-common-success:before {
content: "\f139";
}
.flaticon-common-add-1:before {
content: "\f13a";
}
.flaticon-common-interface:before {
content: "\f13b";
}
.flaticon-common-up-arrow:before {
content: "\f13c";
}
.flaticon-common-arrows-7:before {
content: "\f13d";
}
.flaticon-common-arrows-8:before {
content: "\f13e";
}
.flaticon-common-arrows-9:before {
content: "\f13f";
}
.flaticon-common-user:before {
content: "\f140";
}
.flaticon-common-bar-chart:before {
content: "\f141";
}
.flaticon-common-speech-bubble:before {
content: "\f142";
}
.flaticon-common-placeholder:before {
content: "\f143";
}
.flaticon-common-technology-1:before {
content: "\f144";
}
.flaticon-common-technology-2:before {
content: "\f145";
}
.flaticon-common-link-2:before {
content: "\f146";
}
.flaticon-common-trophy:before {
content: "\f147";
}
.flaticon-common-layers:before {
content: "\f148";
}
.flaticon-common-home-1:before {
content: "\f149";
}
.flaticon-common-message:before {
content: "\f14a";
}
.flaticon-common-maps-and-flags:before {
content: "\f14b";
}
.flaticon-common-delete-1:before {
content: "\f14c";
}
.flaticon-common-cancel:before {
content: "\f14d";
}
.flaticon-common-menu-2:before {
content: "\f14e";
}
.flaticon-common-briefcase1:before {
content: "\f14f";
}
.flaticon-common-agenda:before {
content: "\f150";
}
.flaticon-common-arrows-10:before {
content: "\f151";
}
.flaticon-common-menu-3:before {
content: "\f152";
}
.flaticon-common-photo-1:before {
content: "\f153";
}
.flaticon-common-clipboard:before {
content: "\f154";
}
.flaticon-common-heart-1:before {
content: "\f155";
}
.flaticon-common-logout:before {
content: "\f156";
}
.flaticon-common-location-pin:before {
content: "\f157";
}
.flaticon-common-quality:before {
content: "\f158";
}
.flaticon-common-quote:before {
content: "\f159";
}
.flaticon-common-right-quote:before {
content: "\f15a";
}
.flaticon-common-hand-shake:before {
content: "\f15b";
}
.flaticon-common-chat:before {
content: "\f15c";
}
.flaticon-common-next:before {
content: "\f15d";
}
.flaticon-common-back:before {
content: "\f15e";
}
.flaticon-common-next-1:before {
content: "\f15f";
}
.flaticon-common-arrow:before {
content: "\f160";
}
.flaticon-common-telephone:before {
content: "\f161";
}
.flaticon-common-smartphone:before {
content: "\f162";
}
.flaticon-common-placeholder-1:before {
content: "\f163";
}
.flaticon-common-placeholder-2:before {
content: "\f164";
}
.flaticon-common-menu-4:before {
content: "\f165";
}
.flaticon-common-menu-5:before {
content: "\f166";
}
.flaticon-common-menu-6:before {
content: "\f167";
}
.flaticon-common-letter-x:before {
content: "\f168";
}
.flaticon-common-magnifying-glass:before {
content: "\f169";
}
.flaticon-common-link-3:before {
content: "\f16a";
}
.flaticon-common-chat-comment-oval-speech-bubble-with-text-lines:before {
content: "\f16b";
}
.flaticon-common-expand:before {
content: "\f16c";
}
.flaticon-common-share:before {
content: "\f16d";
}
.flaticon-common-worldwide:before {
content: "\f16e";
}
.flaticon-common-magnifying-glass-1:before {
content: "\f16f";
}
.flaticon-common-left-arrow:before {
content: "\f170";
}
.flaticon-common-left:before {
content: "\f171";
}
.flaticon-common-left-arrow-1:before {
content: "\f172";
}
.flaticon-common-right:before {
content: "\f173";
}
.flaticon-common-right-1:before {
content: "\f174";
}
.flaticon-common-right-arrow-1:before {
content: "\f175";
}
.flaticon-common-left-quote:before {
content: "\f176";
}
.flaticon-common-left-quote-1:before {
content: "\f177";
}
.flaticon-common-play-button:before {
content: "\f178";
}
.flaticon-common-play-button-1:before {
content: "\f179";
}
.flaticon-common-link-4:before {
content: "\f17a";
}
.flaticon-common-zoom-in:before {
content: "\f17b";
}
.flaticon-common-zoom-out:before {
content: "\f17c";
}
.flaticon-common-postcard:before {
content: "\f17d";
}
.flaticon-common-right-2:before {
content: "\f17e";
}
.flaticon-common-left-1:before {
content: "\f17f";
}
.flaticon-common-magnifying-glass-2:before {
content: "\f180";
}
.flaticon-common-shopping-cart:before {
content: "\f181";
}
.flaticon-common-left-arrow-2:before {
content: "\f182";
}
.flaticon-common-send:before {
content: "\f183";
}
.flaticon-common-case:before {
content: "\f184";
}
.flaticon-common-calendar:before {
content: "\f185";
}
.flaticon-common-place:before {
content: "\f186";
}
.flaticon-common-settings-1:before {
content: "\f187";
}
.flaticon-common-worldwide-1:before {
content: "\f188";
}
.flaticon-common-139-tick:before {
content: "\f189";
}
.flaticon-common-tick-1:before {
content: "\f18a";
}
.flaticon-common-shopping-bag-1:before {
content: "\f18b";
}
.flaticon-common-confirmation:before {
content: "\f18c";
}
.flaticon-common-search-1:before {
content: "\f18d";
}
.flaticon-common-lock:before {
content: "\f18e";
}
.flaticon-common-iphone:before {
content: "\f18f";
}
.flaticon-common-mobile-phone:before {
content: "\f190";
}
.flaticon-common-down-arrow:before {
content: "\f191";
}
.flaticon-common-down-arrow-1:before {
content: "\f192";
}
.flaticon-common-down-chevron:before {
content: "\f193";
}
.flaticon-common-play-button-2:before {
content: "\f194";
}
.flaticon-common-play-1:before {
content: "\f195";
}
.flaticon-common-menu-7:before {
content: "\f196";
}
.flaticon-common-smartphone-1:before {
content: "\f197";
}
.flaticon-common-email:before {
content: "\f198";
}
.flaticon-common-email-1:before {
content: "\f199";
}
.flaticon-common-fast:before {
content: "\f19a";
}
.flaticon-common-search-2:before {
content: "\f19b";
}
.flaticon-common-shopping-bag-2:before {
content: "\f19c";
}
.flaticon-common-smartphone-2:before {
content: "\f19d";
}
.flaticon-common-smartphone-3:before {
content: "\f19e";
}
.flaticon-common-placeholder-3:before {
content: "\f19f";
}
.flaticon-common-envelope-1:before {
content: "\f1a0";
}
.flaticon-common-responsive:before {
content: "\f1a1";
}
.flaticon-common-loupe:before {
content: "\f1a2";
}
.flaticon-common-loupe-1:before {
content: "\f1a3";
}
.flaticon-common-graphic-designer:before {
content: "\f1a4";
}
.flaticon-common-computer:before {
content: "\f1a5";
}
.flaticon-common-digital-marketing:before {
content: "\f1a6";
}
.flaticon-common-marketing-online:before {
content: "\f1a7";
}
.flaticon-common-development2:before {
content: "\f1a8";
}
.flaticon-common-app-development:before {
content: "\f1a9";
}
.flaticon-common-ui:before {
content: "\f1aa";
}
.flaticon-common-ux:before {
content: "\f1ab";
}
.flaticon-common-pin:before {
content: "\f1ac";
}
.flaticon-common-pin-1:before {
content: "\f1ad";
}
.flaticon-common-email-2:before {
content: "\f1ae";
}
.flaticon-common-phone-call-1:before {
content: "\f1af";
}
.flaticon-common-call:before {
content: "\f1b0";
}
.flaticon-common-call-1:before {
content: "\f1b1";
}
.flaticon-common-vector:before {
content: "\f1b2";
}
.flaticon-common-3d:before {
content: "\f1b3";
}
.flaticon-common-creativity:before {
content: "\f1b4";
}
.flaticon-common-digital:before {
content: "\f1b5";
}
.flaticon-common-viral-marketing:before {
content: "\f1b6";
}
.flaticon-common-instant-camera:before {
content: "\f1b7";
}
.flaticon-common-monitor:before {
content: "\f1b8";
}
.flaticon-common-design-tools:before {
content: "\f1b9";
}
.flaticon-common-idea1:before {
content: "\f1ba";
}
.flaticon-common-fast-1:before {
content: "\f1bb";
}
.flaticon-common-clock:before {
content: "\f1bc";
}
.flaticon-common-quick-response:before {
content: "\f1bd";
}
.flaticon-common-fast-2:before {
content: "\f1be";
}
.flaticon-common-user-1:before {
content: "\f1bf";
}
.flaticon-common-user-2:before {
content: "\f1c0";
}
.flaticon-common-speech-bubble-1:before {
content: "\f1c1";
}
.flaticon-common-speech-bubble-2:before {
content: "\f1c2";
}
.flaticon-common-chat-1:before {
content: "\f1c3";
}
.flaticon-common-comments:before {
content: "\f1c4";
}
.flaticon-common-comment:before {
content: "\f1c5";
}
.flaticon-common-comment-1:before {
content: "\f1c6";
}
.flaticon-common-clock-1:before {
content: "\f1c7";
}
.flaticon-common-clock-2:before {
content: "\f1c8";
}
.flaticon-common-clock-3:before {
content: "\f1c9";
}
.flaticon-common-menu-8:before {
content: "\f1ca";
}
.flaticon-common-menu-9:before {
content: "\f1cb";
}
.flaticon-common-menu-10:before {
content: "\f1cc";
}
.flaticon-common-list:before {
content: "\f1cd";
}
.flaticon-common-menu-11:before {
content: "\f1ce";
}
.flaticon-common-list-1:before {
content: "\f1cf";
}
.flaticon-common-email-3:before {
content: "\f1d0";
}
.flaticon-common-letter-1:before {
content: "\f1d1";
}
.flaticon-common-email-4:before {
content: "\f1d2";
}
.flaticon-common-contact-book:before {
content: "\f1d3";
}
.flaticon-common-collaboration:before {
content: "\f1d4";
}
.flaticon-common-network:before {
content: "\f1d5";
}
.flaticon-common-enterprise:before {
content: "\f1d6";
}
.flaticon-common-group:before {
content: "\f1d7";
}
.flaticon-common-team:before {
content: "\f1d8";
}
.flaticon-common-work-team:before {
content: "\f1d9";
}
.flaticon-common-globe:before {
content: "\f1da";
}
.flaticon-common-credit-card:before {
content: "\f1db";
}
.flaticon-common-online-banking:before {
content: "\f1dc";
}
.flaticon-common-desktop:before {
content: "\f1dd";
}
.flaticon-common-desktop-1:before {
content: "\f1de";
}
.flaticon-common-remove-1:before {
content: "\f1df";
}
.flaticon-common-minus:before {
content: "\f1e0";
}
.flaticon-common-add-2:before {
content: "\f1e1";
}
.flaticon-common-plus:before {
content: "\f1e2";
}
.flaticon-common-minus-1:before {
content: "\f1e3";
}
.flaticon-common-magic-wand:before {
content: "\f1e4";
}
.flaticon-common-vector-1:before {
content: "\f1e5";
}
.flaticon-common-sketch:before {
content: "\f1e6";
}
.flaticon-common-vector-2:before {
content: "\f1e7";
}
.flaticon-common-vector-3:before {
content: "\f1e8";
}
.flaticon-common-computer-graphic:before {
content: "\f1e9";
}
.flaticon-common-idea-1:before {
content: "\f1ea";
}
.flaticon-common-vector-4:before {
content: "\f1eb";
}
.flaticon-common-hosting:before {
content: "\f1ec";
}
.flaticon-common-quality-1:before {
content: "\f1ed";
}
.flaticon-common-web-design:before {
content: "\f1ee";
}
.flaticon-common-cms:before {
content: "\f1ef";
}
.flaticon-common-3d-design:before {
content: "\f1f0";
}
.flaticon-common-3d-1:before {
content: "\f1f1";
}@font-face {
font-family: "flaticon-set-contact";
src: url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.eot);
src: url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.eot?#iefix) format("embedded-opentype"),
url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.woff) format("woff"),
url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.ttf) format("truetype"),
url(//redhatprep.com/wp-content/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon-contact-"]:before, [class*=" flaticon-contact-"]:before,
[class^="flaticon-contact-"]:after, [class*=" flaticon-contact-"]:after {   
font-family: flaticon-set-contact;
font-style: normal;
font-weight: normal;
}
.flaticon-contact-001-send-mail:before { content: "\f100"; }
.flaticon-contact-002-message:before { content: "\f101"; }
.flaticon-contact-003-mail-4:before { content: "\f102"; }
.flaticon-contact-004-mail-3:before { content: "\f103"; }
.flaticon-contact-005-telephone-2:before { content: "\f104"; }
.flaticon-contact-006-home-message:before { content: "\f105"; }
.flaticon-contact-007-mail-2:before { content: "\f106"; }
.flaticon-contact-008-mobile-phone:before { content: "\f107"; }
.flaticon-contact-009-phone-3:before { content: "\f108"; }
.flaticon-contact-010-mail-1:before { content: "\f109"; }
.flaticon-contact-011-web:before { content: "\f10a"; }
.flaticon-contact-012-mouse:before { content: "\f10b"; }
.flaticon-contact-013-sending-call:before { content: "\f10c"; }
.flaticon-contact-014-online-question:before { content: "\f10d"; }
.flaticon-contact-015-mail:before { content: "\f10e"; }
.flaticon-contact-016-send-1:before { content: "\f10f"; }
.flaticon-contact-017-telephone-1:before { content: "\f110"; }
.flaticon-contact-018-telephone:before { content: "\f111"; }
.flaticon-contact-019-video-chat:before { content: "\f112"; }
.flaticon-contact-020-template:before { content: "\f113"; }
.flaticon-contact-021-mailbox:before { content: "\f114"; }
.flaticon-contact-022-send:before { content: "\f115"; }
.flaticon-contact-023-contact:before { content: "\f116"; }
.flaticon-contact-024-globe:before { content: "\f117"; }
.flaticon-contact-025-world:before { content: "\f118"; }
.flaticon-contact-026-email-5:before { content: "\f119"; }
.flaticon-contact-027-email-4:before { content: "\f11a"; }
.flaticon-contact-028-phone-2:before { content: "\f11b"; }
.flaticon-contact-029-write-letter:before { content: "\f11c"; }
.flaticon-contact-030-email-3:before { content: "\f11d"; }
.flaticon-contact-031-time-call-1:before { content: "\f11e"; }
.flaticon-contact-032-time-call:before { content: "\f11f"; }
.flaticon-contact-033-telephone-book:before { content: "\f120"; }
.flaticon-contact-034-schedule:before { content: "\f121"; }
.flaticon-contact-035-website:before { content: "\f122"; }
.flaticon-contact-036-calendar:before { content: "\f123"; }
.flaticon-contact-037-address:before { content: "\f124"; }
.flaticon-contact-038-email-2:before { content: "\f125"; }
.flaticon-contact-039-home:before { content: "\f126"; }
.flaticon-contact-040-profile:before { content: "\f127"; }
.flaticon-contact-041-text:before { content: "\f128"; }
.flaticon-contact-042-phone-1:before { content: "\f129"; }
.flaticon-contact-043-email-1:before { content: "\f12a"; }
.flaticon-contact-044-call-1:before { content: "\f12b"; }
.flaticon-contact-045-call:before { content: "\f12c"; }
.flaticon-contact-046-chat-1:before { content: "\f12d"; }
.flaticon-contact-047-location:before { content: "\f12e"; }
.flaticon-contact-048-email:before { content: "\f12f"; }
.flaticon-contact-049-chat:before { content: "\f130"; }
.flaticon-contact-050-phone:before { content: "\f131"; }.rs-p-wp-fix { display: none !important; margin: 0 !important; height: 0px !important; } .wp-block-themepunch-revslider { position: relative }   rs-modal { position: fixed !important; z-index: 9999999 !important; pointer-events: none !important;}
rs-modal.rs-modal-auto { top: auto;bottom: auto;left: auto; right:auto; }
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen { top: 0px; left: 0px; width: 100%; height: 100%; }
rs-modal rs-fullwidth-wrap { position: absolute; top: 0px; left: 0px; height: 100%;}
rs-module-wrap.rs-modal { display:none; max-height: 100% !important; overflow: auto !important;  pointer-events: auto !important;}
rs-module-wrap.hideallscrollbars.rs-modal { overflow: hidden !important; max-width: 100% !important}
rs-modal-cover { width: 100%; height: 100%; z-index: 0; background: transparent; position: absolute;top: 0px;left: 0px; cursor: pointer; pointer-events: auto}
body>rs-modal-cover { position: fixed; z-index: 9999995 !important; }
rs-sbg-px { pointer-events: none }
.rs-forceuntouchable,
.rs-forceuntouchable * { pointer-events: none !important; }
.rs-forcehidden * { visibility: hidden !important; } .rs_splitted_lines { display: block; white-space: nowrap !important}
.rs-go-fullscreen {
position:fixed !important;
width:100% !important;
height:100% !important;
top:0px !important;
left:0px !important;
z-index:9999999 !important;
background:#ffffff;
}
.rtl {	direction: rtl;}
@font-face {
font-family: 'revicons';
src: url(//redhatprep.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888);
src: url(//redhatprep.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),
url(//redhatprep.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),
url(//redhatprep.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),
url(//redhatprep.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="revicon-"]:before, [class*=" revicon-"]:before {
font-family: "revicons";
font-style: normal;
font-weight: normal;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center; font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;    }
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"]
{
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before
{
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
speak: never;
speak-as: spell-out;
display: inline-block;
text-decoration: inherit;
width: auto;
margin-right: 0;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only
{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus
{
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.revicon-search-1:before { content: '\e802'; } .revicon-pencil-1:before { content: '\e831'; } .revicon-picture-1:before { content: '\e803'; } .revicon-cancel:before { content: '\e80a'; } .revicon-info-circled:before { content: '\e80f'; } .revicon-trash:before { content: '\e801'; } .revicon-left-dir:before { content: '\e817'; } .revicon-right-dir:before { content: '\e818'; } .revicon-down-open:before { content: '\e83b'; } .revicon-left-open:before { content: '\e819'; } .revicon-right-open:before { content: '\e81a'; } .revicon-angle-left:before { content: '\e820'; } .revicon-angle-right:before { content: '\e81d'; } .revicon-left-big:before { content: '\e81f'; } .revicon-right-big:before { content: '\e81e'; } .revicon-magic:before { content: '\e807'; } .revicon-picture:before { content: '\e800'; } .revicon-export:before { content: '\e80b'; } .revicon-cog:before { content: '\e832'; } .revicon-login:before { content: '\e833'; } .revicon-logout:before { content: '\e834'; } .revicon-video:before { content: '\e805'; } .revicon-arrow-combo:before { content: '\e827'; } .revicon-left-open-1:before { content: '\e82a'; } .revicon-right-open-1:before { content: '\e82b'; } .revicon-left-open-mini:before { content: '\e822'; } .revicon-right-open-mini:before { content: '\e823'; } .revicon-left-open-big:before { content: '\e824'; } .revicon-right-open-big:before { content: '\e825'; } .revicon-left:before { content: '\e836'; } .revicon-right:before { content: '\e826'; } .revicon-ccw:before { content: '\e808'; } .revicon-arrows-ccw:before { content: '\e806'; } .revicon-palette:before { content: '\e829'; } .revicon-list-add:before { content: '\e80c'; } .revicon-doc:before { content: '\e809'; } .revicon-left-open-outline:before { content: '\e82e'; } .revicon-left-open-2:before { content: '\e82c'; } .revicon-right-open-outline:before { content: '\e82f'; } .revicon-right-open-2:before { content: '\e82d'; } .revicon-equalizer:before { content: '\e83a'; } .revicon-layers-alt:before { content: '\e804'; } .revicon-popup:before { content: '\e828'; }  .tp-fullwidth-forcer { z-index: 0; pointer-events: none}
rs-module-wrap { visibility: hidden }
rs-module-wrap,
rs-module-wrap * { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0,0,0,0);}
rs-module-wrap {position:relative;z-index: 1;width:100%; display: block;}
.rs-fixedscrollon rs-module-wrap { position: fixed !important; top: 0px !important; z-index: 1000; left: 0 !important;}
.rs-stickyscrollon rs-module-wrap {  position: sticky !important; top:0px; z-index: 1000; }
.rs-stickyscrollon { overflow: visible !important; }
rs-fw-forcer { display:block;width:100%;pointer-events: none;}
rs-module { position:relative;overflow:hidden;display: block; }
rs-module.disableVerticalScroll { -ms-touch-action: pan-x; touch-action: pan-x; }
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg { display: block; pointer-events: none  }
rs-sbg-effectwrap {
position:absolute;top:0px;left:0px;width:100%;height:100%
}
rs-carousel-wrap rs-column rs-layer img { width: 0px; height: 0px; }
rs-sbg-px,
rs-sbg-wrap {position:absolute; top:0px; left:0px; z-index:0;width:100%;height:100%;display: block;}
a.rs-layer,
a.rs-layer:-webkit-any-link { text-decoration: none }
a[x-apple-data-detectors] { color: inherit !important;   text-decoration: none !important;   font-size: inherit !important;   font-family: inherit !important;   font-weight: inherit !important;   line-height: inherit !important; }
.entry-content rs-module a, rs-module a { box-shadow: none; }
.rs-ov-hidden 		{ 	overflow:hidden !important;}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide { overflow:visible !important}
.rs-parallax-hidden-of rs-slide { overflow:hidden !important}
.tp-simpleresponsive img,
rs-module img{
max-width:none !important;
transition: none;
margin:0px;
padding:0px;
border:none;
}
rs-module .no-slides-text{font-weight:bold;text-align:center;padding-top:80px;}
rs-slides, rs-slide, rs-slide:before {	 position:absolute;text-indent: 0em;top:0px;left:0px;}
rs-slide,rs-slide:before {  display:block; visibility:hidden; }
.rs-layer .rs-untoggled-content { display:block;}
.rs-layer .rs-toggled-content { display:none;}
.rs-tc-active.rs-layer > .rs-toggled-content { display:block;}
.rs-tc-active.rs-layer > .rs-untoggled-content { display:none;}
.rs-layer-video { overflow: hidden }
.rs_html5vidbasicstyles { position:relative;top:0px;left:0px;width:100%;height:100%; overflow:hidden; }
rs-module rs-layer,
rs-module .rs-layer {
opacity: 0;
position:relative;
visibility: hidden; display: block;
-webkit-font-smoothing: antialiased !important;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-moz-osx-font-smoothing: grayscale;
z-index:1;
font-display: swap;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
user-select: none;	
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child{
margin-bottom:0;
}
.rs-svg svg {	width:100%; height:100%;position: relative;vertical-align: top}
rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) { outline: none !important; } rs-carousel-wrap {
cursor:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/css/openhand.cur), move;
}
rs-carousel-wrap.dragged {
cursor:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/css/closedhand.cur), move;
}
rs-carousel-wrap.noswipe {
cursor: default;
}
rs-carousel-wrap { position: absolute; overflow: hidden;  width:100%;height:100%;top:0px;left:0px;}
rs-carousel-space { clear:both;display:block;width:100%;height:0px;position:relative;} .tp_inner_padding {
box-sizing:border-box;
max-height:none !important;
}
.rs-layer.rs-selectable {
user-select: text;	
}
rs-px-mask {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
max-width: none !important;
border: none;
}
rs-bg-elem 	{	position:absolute; top:0px;left:0px; width:100%;height:100%;z-index:0; display: block; pointer-events: none; }
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #fff; z-index: 1000; transform: scaleX(0) scaleY(0);} rs-zone			{	position:absolute; width:100%;left:0px; box-sizing: border-box;min-height:50px; font-size:0px;pointer-events: none}
rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {	display:block; visibility: hidden}
rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap { display: block; }
rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap { z-index: 1 }
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap
{ transform-style:flat;} @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ 
rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {backface-visibility: hidden;transform-style: preserve-3d;}
}
.safarifix rs-layer-wrap {
perspective: 1000000;
}
@-moz-document url-prefix() {
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap { perspective: none; }
}
rs-mask-wrap { overflow: hidden }
rs-fullwidth-wrap { position:relative;width:100%;height:auto;display: block; overflow:visible;max-width:none !important;}
.rev_row_zone_top 				{	top:0px;}
.rev_row_zone_bottom 			{	bottom:0px;}
.rev_row_zone_middle			{ top: 0px;}
rs-column-wrap .rs-parallax-wrap  { vertical-align: top }
.rs-layer img,
rs-layer img { vertical-align: top }
rs-row,
rs-row.rs-layer 	{
display:table;
position:relative;
width:100% !important;
table-layout: fixed;
box-sizing: border-box;
vertical-align: top;
height:auto;
font-size:0px;
}
.rs-layer.rs-waction.iospermaccwait.permanenthidden { display:none !important; visibility:hidden !important; pointer-events: none !important;}
rs-column-wrap {
display: table-cell;
position: relative;
vertical-align: top;
height: auto;
box-sizing: border-box;
font-size:0px;
}
rs-column {
box-sizing: border-box;
display: block;
position: relative;
width:100% !important;
height:auto !important;
white-space: normal !important;
}
rs-cbg-mask-wrap {
position: absolute;
z-index: 0;
box-sizing: border-box;
}
rs-column-wrap rs-cbg-mask-wrap { top: 0px; left: 0px; bottom: 0px; right: 0px; }
rs-column-bg {
position: absolute;
z-index: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.rs-pelock * { pointer-events: none !important;}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap 			{	text-align: inherit; }
rs-column rs-mask-wrap 			{	display: inline-block;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap { position: relative; left:auto; top:auto; line-height: 0px;}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column { vertical-align: top; }
.rev_break_columns { display: block !important }
.rev_break_columns rs-column-wrap.rs-parallax-wrap  { display:block !important; width:100% !important; }
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
visibility:hidden !important;
display:none !important
}  a.rs-layer.rs-nointeraction >.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
pointer-events: none !important
}
rs-static-layers	{position:absolute; z-index:101; top:0px;left:0px; display: block; width: 100%;height: 100%; pointer-events: none; overflow: hidden} rs-static-layers.rs-stl-back {
z-index:0;
}
.rs-stl-visible{
overflow: visible !important;
}
.rs-layer rs-fcr 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-bottom-width: 0 !important; border-top: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-fcrt 	{ width: 0; height: 0; border-left: 40px solid transparent; border-right: 0px solid transparent; border-top-width: 0 !important; border-bottom: 40px solid #00A8FF; position: absolute; right: 100%; top: 0px; }
.rs-layer rs-bcr 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-bottom: 40px solid #00A8FF; border-top-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.rs-layer rs-bcrt 	{ width: 0; height: 0; border-left: 0px solid transparent; border-right: 40px solid transparent; border-top: 40px solid #00A8FF; border-bottom-width: 0 !important; position: absolute; left: 100%; top: 0px; }
.tp-layer-inner-rotation {
position: relative !important;
} img.tp-slider-alternative-image	{
width:100%; height:auto;
} .noFilterClass {
filter:none !important;
} rs-bgvideo 			{	position: absolute;top:0px;left:0px; width:100%;height:100%;z-index: 0; display: block}
.rs-layer.rs-fsv	{	top:0px;left:0px;  position:absolute;width:100%;height:100%}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video	{ width:100%; height:100% ; }
.rs-fsv video				{	background: #000}
.fullcoveredvideo rs-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}
.videoisplaying .html5vid rs-poster	{	display: none}
.tp-video-play-button					{
background:#000;
background:rgba(0,0,0,0.3);
border-radius:5px;
position: absolute;
top: 50%;
left: 50%;
color: #FFF;
z-index: 3;
margin-top: -25px;
margin-left: -25px;
line-height: 50px !important;
text-align: center;
cursor: pointer;
width: 50px;
height:50px;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
z-index: 4;
opacity: 0;
transition:opacity 300ms ease-out !important;
}
.rs-ISM .tp-video-play-button{
opacity: 1;
transition: none !important;
z-index: 6;
}
.rs-audio .tp-video-play-button { display:none !important;}
.rs-layer .html5vid					{	width:100% !important; height:100% !important;}
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center !important; vertical-align: top; line-height: 50px !important; font-size: 30px !important;}
.rs-layer:hover .tp-video-play-button	{	opacity: 1; display:block; z-index: 6;}
.rs-layer .tp-revstop					{	display:none;width: 15px; border-right: 5px solid #fff !important; border-left:5px solid #fff !important; transform: translateX(50%) translateY(50%);height: 20px;margin-left: 11px !important;margin-top: 5px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:block}
.videoisplaying  .tp-video-play-button			{	display:none}
.fullcoveredvideo .tp-video-play-button			{	display:none !important}
.rs-fsv .rs-fsv audio 		{	object-fit:contain !important;}
.rs-fsv .rs-fsv video 		{	object-fit:contain !important;}
.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button  { display: none; }
@supports not (-ms-high-contrast:none) { .rs-fsv .fullcoveredvideo audio 		{	object-fit:cover !important;}
.rs-fsv .fullcoveredvideo video 		{	object-fit:cover !important;}
}
.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls { display:none !important;}
.rs-audio .tp-video-controls {	opacity: 1 !important; visibility: visible !important}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer 	{	margin:0; padding:0; margin-block-start: 0; margin-block-end: 0; margin-inline-start: 0; margin-inline-end: 0;}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before { content: none; } rs-dotted						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3;display:block;pointer-events: none}
rs-sbg-wrap rs-dotted 			{ z-index: 31 }
rs-dotted.twoxtwo				{	background:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/gridtile.png)}
rs-dotted.twoxtwowhite			{	background:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/gridtile_white.png)}
rs-dotted.threexthree			{	background:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3.png)}
rs-dotted.threexthreewhite		{	background:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/gridtile_3x3_white.png)} .tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 	{	box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);}
.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
z-index: -2;
position: absolute;
content: "";
bottom: 10px;
left: 10px;
width: 50%;
top: 85%;
max-width:300px;
background: transparent;
box-shadow: 0 15px 10px rgba(0,0,0,0.8);
transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after
{
transform: rotate(3deg);
right: 10px;
left: auto;
}
.tp-shadow5
{
position:relative;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
content:"";
position:absolute;
z-index:-2;
box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
top:30%;
bottom:0;
left:20px;
right:20px;
border-radius:100px / 20px;
} .rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none; text-decoration: none !important;  box-sizing:border-box;  cursor: pointer;}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase;  }
.rev-btn  i								{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out;  margin-left:0px; line-height: inherit}
.rev-btn.rev-hiddenicon i				{ 	font-size: inherit; font-weight: normal; position: relative; top: 0px; transition: opacity 0.2s ease-out, margin 0.2s ease-out; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;} .rev-burger {
position: relative;
box-sizing: border-box;
padding: 22px 14px 22px 14px;
border-radius: 50%;
border: 1px solid rgba(51,51,51,0.25);
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.rev-burger span {
display: block;
width: 30px;
height: 3px;
background: #333;
transition: .7s;
pointer-events: none;
transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
transform: rotate(-45deg);
opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
border: 2px solid rgba(255,255,255,0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
background: #fff;
}
.rev-burger.revb-whitenoborder {
border: 0;
}
.rev-burger.revb-whitenoborder span {
background: #fff;
}
.rev-burger.revb-darknoborder {
border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
background: #333;
}
.rev-burger.revb-whitefull {
background: #fff;
border:none;
}
.rev-burger.revb-whitefull span {
background:#333;
}
.rev-burger.revb-darkfull {
background: #333;
border:none;
}
.rev-burger.revb-darkfull span {
background:#fff;
} @keyframes rev-ani-mouse {
0% {opacity: 1;top: 29%;}
15% {opacity: 1;top: 70%;}
50% {opacity: 0;top: 70%;}
100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
display: inline-block;
position: relative;
left: 0;
right: 0;
text-align: center;
cursor: pointer;
width:35px;
height:55px;
box-sizing: border-box;
border: 3px solid white;
border-radius: 23px;
}
.rev-scroll-btn > * {
display: inline-block;
line-height: 18px;
font-size: 13px;
font-weight: normal;
color: #7f8c8d;
color: #ffffff;
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite  {
background:#fff;
}
.rev-scroll-btn.revs-fullwhite span {
background: #333;
}
.rev-scroll-btn.revs-fulldark  {
background:#333;
border:none;
}
.rev-scroll-btn.revs-fulldark  span {
background: #fff;
}
.rev-scroll-btn span {
position: absolute;
display: block;
top: 29%;
left: 50%;
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
border-radius: 50%;
animation: rev-ani-mouse 2.5s linear infinite;
background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
border-color:#333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
background: #333;
}
.rev-control-btn {
position: relative;
display: inline-block;
z-index: 5;
color: #FFF;
font-size: 20px;
line-height: 60px;
font-weight: 400;
font-style: normal;
font-family: Raleway;
text-decoration: none;
text-align: center;
background-color: #000;
border-radius: 50px;
text-shadow: none;
background-color: rgba(0, 0, 0, 0.50);
width:60px;
height:60px;
box-sizing: border-box;
cursor: pointer;
}
.rev-cbutton-dark-sr	{
border-radius: 3px;
}
.rev-cbutton-light	{
color: #333;
background-color: rgba(255,255,255, 0.75);
}
.rev-cbutton-light-sr	{
color: #333;
border-radius: 3px;
background-color: rgba(255,255,255, 0.75);
}
.rev-sbutton {
line-height: 37px;
width:37px;
height:37px;
}
.rev-sbutton-blue	{
background-color: #3B5998
}
.rev-sbutton-lightblue	{
background-color: #00A0D1;
}
.rev-sbutton-red	{
background-color: #DD4B39;
} rs-progress						{	visibility: hidden; position:absolute; z-index:200;width:100%;height:100%;}
rs-progress-bar,
.rs-progress-bar				{ 	display:block;z-index: 20;box-sizing: border-box;background-clip: content-box;position: absolute;line-height:0px;width:100%;height:100%;}
rs-progress-bgs 				{ 	display:block;z-index: 15;box-sizing: border-box; width: 100%; position: absolute; height: 100%; top: 0px; left: 0px; }
rs-progress-bg					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-gap					{	display:block;background-clip: content-box; position: absolute;width:100%;height:100%;}
rs-progress-vis 				{ 	display:block;width: 100%;height: 100%; position: absolute;top: 0px;left: 0px } .rs-layer img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); } .rs-layer.slidelink { cursor:pointer;width:100%;height:100%; }
.rs-layer.slidelink a {	width:100%;height:100%;display:block}
.rs-layer.slidelink a div {	width:3000px; height:1500px;  background:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat}
.rs-layer.slidelink a span{	background:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png) repeat; width:100%;height:100%;display:block}  .rs-layer .rs-starring				{	display: inline-block}
.rs-layer .rs-starring .star-rating {
float: none;
display: inline-block;
vertical-align: top;
color: #FFC321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
position: relative;
height: 1em;
width: 5.4em;
font-family: star;
font-size: 1em !important;
}
.rs-layer  .rs-starring .star-rating:before,
.rs-layer  .rs-starring-page .star-rating:before {
content: "\73\73\73\73\73";
color: #E0DADF;
float: left;
top: 0;
left: 0;
position: absolute;
}
.rs-layer .rs-starring .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
} rs-loader 	{
top:50%; left:50%;
z-index:10000;
position:absolute;
}
rs-loader.off {
display: none !important;
}
rs-loader.spinner0 {
width: 40px;
height: 40px;
background-color: #fff;
background-image:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position: center center;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner1 {
width: 40px;
height: 40px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
margin-top:-20px;
margin-left:-20px;
animation: tp-rotateplane 1.2s infinite ease-in-out;
border-radius: 3px;
}
rs-loader.spinner5 	{
background-image:url(//redhatprep.com/wp-content/plugins/revslider/public/assets/assets/loader.gif);
background-repeat:no-repeat;
background-position:10px 10px;
background-color:#fff;
margin:-22px -22px;
width:44px;height:44px;
border-radius: 3px;
}
@keyframes tp-rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);}
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}
rs-loader.spinner2 {
width: 40px;
height: 40px;
margin-top:-20px;margin-left:-20px;
background-color: #ff0000;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
0% {transform: scale(0.0);}
100% {transform: scale(1.0);opacity: 0;}
}
rs-loader.spinner3 {
margin: -9px 0px 0px -35px;
width: 70px;
text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
width: 18px;
height: 18px;
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
border-radius: 100%;
display: inline-block;
animation: tp-bouncedelay 1.4s infinite ease-in-out; animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
0%, 80%, 100% {transform: scale(0.0);}
40% {transform: scale(1.0);}
}
rs-loader.spinner4 {
margin: -20px 0px 0px -20px;
width: 40px;
height: 40px;
text-align: center;
animation: tp-rotate 2.0s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
width: 60%;
height: 60%;
display: inline-block;
position: absolute;
top: 0;
background-color: #fff;
border-radius: 100%;
animation: tp-bounce 2.0s infinite ease-in-out;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
rs-loader.spinner4 .dot2 {
top: auto;
bottom: 0px;
animation-delay: -1.0s;
}
@keyframes tp-rotate { 100% { transform: rotate(360deg);}}
@keyframes tp-bounce {
0%, 100% {transform: scale(0.0);}
50% { transform: scale(1.0);}
}
rs-layer iframe { visibility:hidden;}
rs-layer.rs-ii-o iframe { visibility: visible; }
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] { display: inline-block }
rs-layer input::placeholder { vertical-align: middle; line-height: inherit !important}
a.rs-layer { transition: none } rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow 					{	display:block; pointer-events: all;} .tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; }
.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}
.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}
rs-poster 						 { cursor:pointer; z-index:3; }
.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected				{	opacity:1;}
.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; }
.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; }
.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet.rs-touchhover				{	background:#fff;}
.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows.rs-touchhover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }  .rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^="pe-7s-"],
.rs-layer [class*=" pe-7s-"] {
width: auto;
margin: 0;
line-height: inherit;
box-sizing: inherit;
} rs-pzimg-wrap { display: block; }
body.rtl .rs-pzimg {left: 0 !important} .rs_fake_cube {transform-style:preserve-3d}
.rs_fake_cube,
.rs_fake_cube_wall { position:absolute; -webkit-backface-visibility:hidden; backface-visibility:hidden; left:0px; top:0px; z-index: 0 }
.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas { overflow: hidden; z-index: 5; -webkit-backface-visibility:hidden; backface-visibility:hidden;} .dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}
.dddwrapper { transform-style: flat;perspective: 10000px; } .rs_error_message_box { background: #111;width:800px;margin: 40px auto;padding: 40px 20px;text-align: center;font-family: "Open Sans",sans-serif}
.rs_error_message_oops {margin: 0px 0px 20px;line-height: 60px;font-size: 34px;color: #FFF;}
.rs_error_message_content {margin: 0px 0px 20px;line-height: 25px;font-size: 17px;color: #FFF;}
.rs_error_message_button {color: #fff !important;background: #333;display: inline-block;padding: 10px 15px;text-align: right;border-radius: 5px;cursor: pointer;text-decoration: none !important}
.rs_error_message_button:hover {  background:#5e35b1}
.hglayerinfo				   {position: fixed;bottom: 0px;left: 0px;color: #FFF;font-size: 12px;line-height: 20px;font-weight: 600;background: rgba(0, 0, 0, 0.75);padding: 5px 10px;z-index: 2000;white-space: normal;}
.hginfo 					   {position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .rs-layer:hover {border:1px dashed #c0392b !important;}
.helpgrid 					   {border:2px dashed #c0392b;position:absolute;top:0px;left:0px;z-index:0 }
#revsliderlogloglog				{padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;} .aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%, #d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,rs-pzimg-wrap.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.willow::after{background-color:#d8cdcb;mix-blend-mode:color} @media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.willow{filter:grayscale(1) contrast(.95) brightness(.9)}
.willow::after{background-color:transparent;}
}}
rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap:before,rs-pzimg-wrap:after {height:500%;width:500%} rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}} .bgcanvas { display: none; position: absolute; overflow: hidden; } .RSscrollbar-measure {
width: 100px;
height: 100px;
overflow: scroll;
position: absolute;
top: -9999px;
} .avada-has-rev-slider-styles .rev_slider_wrapper {
transform:none;
}