.work-block .work-container, .welcome-block .content, .team-block, .talk-block .cont, .stats-block .cont, .split-content-block .boxes, .slider-block .arrow-wrapper, .slider-block .slider .slick-list .slick-track .item .content, .skips-block .larger-skip, .skips-block .skips-swiper, .skips-list-block .cont, .services-block, .request-quote-block .container, .quotes-block, .projects-block .swiper, .process-block, .news-block, .maps-block .content, .left-right-block .content, .intro-block .container, .info-block .cont, .image-content-block > .content, .icons-block, .gallery-block .gallery, .gallery-block .controls, .gallery-block h2, .form-block .bg .content, .double-image-block .content, .curriculum-block, .contact-block, .contact-bar-block .cont, .colour-options-block .container, .call-our-team-block, .breadcrumbs-block, .boxes2-block, .boxes-block, .bar-block .container, .advice-block .cont, .accordion-block .accord {
max-width: 1180px;
width: 100%;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.work-block .work-container > a, .talk-block .cont a, .split-content-block .boxes .item .content a, .slider-block .slider .slick-list .slick-track .item .content .cont .col a, .request-quote-block .container .cont a, .news-block .news .item a, .info-block .cont .col .text a, .image-boxes-block .boxes .box .container a, .form-block .bg .content form input[type=submit], .contact-block form input[type=submit], .contact-bar-block .cont .col .text a.btn, .bar-block .container .cont a, .accordion-block .accord .item .text a.link, .skips-block .skips-swiper .item .order, .skips-list-block .cont .products .item .col .order, .left-right-block .content .item .col a.btn, .icons-block .cont .item a, .curriculum-block .col .text .button {
display: inline-block;
margin: 0;
font-weight: 500;
transition: all 0.3s ease-in-out;
position: relative;
text-decoration: none;
font-size: 14px;
border-radius: 8px;
color: white;
padding: 15px 35px 13px 35px;
background-color: var(--r-orange);
border: 2px solid var(--r-orange);
}
.work-block .work-container > a:after, .talk-block .cont a:after, .split-content-block .boxes .item .content a:after, .slider-block .slider .slick-list .slick-track .item .content .cont .col a:after, .request-quote-block .container .cont a:after, .news-block .news .item a:after, .info-block .cont .col .text a:after, .image-boxes-block .boxes .box .container a:after, .form-block .bg .content form input[type=submit]:after, .contact-block form input[type=submit]:after, .contact-bar-block .cont .col .text a.btn:after, .bar-block .container .cont a:after, .accordion-block .accord .item .text a.link:after, .skips-block .skips-swiper .item .order:after, .skips-list-block .cont .products .item .col .order:after, .left-right-block .content .item .col a.btn:after, .icons-block .cont .item a:after, .curriculum-block .col .text .button:after {
content: "";
width: 40px;
height: 20px;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/arrow-right.svg) no-repeat right center;
filter: brightness(100);
position: absolute;
top: 50%;
right: 40px;
transform: translate(0%, -50%);
background-size: 25px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.work-block .work-container > a:hover, .talk-block .cont a:hover, .split-content-block .boxes .item .content a:hover, .slider-block .slider .slick-list .slick-track .item .content .cont .col a:hover, .request-quote-block .container .cont a:hover, .news-block .news .item a:hover, .info-block .cont .col .text a:hover, .image-boxes-block .boxes .box .container a:hover, .form-block .bg .content form input[type=submit]:hover, .contact-block form input[type=submit]:hover, .contact-bar-block .cont .col .text a.btn:hover, .bar-block .container .cont a:hover, .accordion-block .accord .item .text a.link:hover, .skips-block .skips-swiper .item .order:hover, .skips-list-block .cont .products .item .col .order:hover, .left-right-block .content .item .col a.btn:hover, .icons-block .cont .item a:hover, .curriculum-block .col .text .button:hover {
background-color: var(--r-blue);
border-color: var(--r-blue);
color: white;
cursor: pointer;
padding: 15px 55px 13px 35px;
}
.work-block .work-container > a:hover:after, .talk-block .cont a:hover:after, .split-content-block .boxes .item .content a:hover:after, .slider-block .slider .slick-list .slick-track .item .content .cont .col a:hover:after, .request-quote-block .container .cont a:hover:after, .news-block .news .item a:hover:after, .info-block .cont .col .text a:hover:after, .image-boxes-block .boxes .box .container a:hover:after, .form-block .bg .content form input[type=submit]:hover:after, .contact-block form input[type=submit]:hover:after, .contact-bar-block .cont .col .text a.btn:hover:after, .bar-block .container .cont a:hover:after, .accordion-block .accord .item .text a.link:hover:after, .skips-block .skips-swiper .item .order:hover:after, .skips-list-block .cont .products .item .col .order:hover:after, .left-right-block .content .item .col a.btn:hover:after, .icons-block .cont .item a:hover:after, .curriculum-block .col .text .button:hover:after {
right: 15px;
opacity: 1;
}
.skips-block .skips-swiper .item .order, .skips-list-block .cont .products .item .col .order, .left-right-block .content .item .col a.btn, .icons-block .cont .item a, .curriculum-block .col .text .button {
color: var(--r-orange);
background-color: transparent;
}
:root {
--r-blue: #37277F;
--r-orange: #F37132;
--r-grey: #5E6675;
--r-dgrey: #4A4A49;
--r-lgrey: #d6d6d6;
}
.has-h-yellow-background-color {
background-color: var(--h-yellow);
}
.has-h-purple-background-color {
background-color: var(--h-purple);
}
.has-h-yellow-color {
color: var(--h-yellow);
}
.has-h-purple-color {
color: var(--h-purple);
}
.dev {
background-color: red;
color: white;
position: absolute;
top: 0;
left: 0;
text-transform: uppercase;
padding: 10px 15px 7px;
font-size: 14px;
z-index: 110;
font-family: "Arial";
font-weight: 600;
}
.accordion-block {
position: relative;
}
.accordion-block .accord .item {
border-bottom: 1px solid var(--r-lgrey);
padding: 10px 0;
box-sizing: border-box;
position: relative;
overflow: hidden;
transition: max-height 0.5s ease-in-out;
}
.accordion-block .accord .item span.title {
font-size: 16px;
line-height: 21px;
font-weight: 600;
color: var(--r-dgrey);
transition: color 0.4s ease-in-out;
}
.accordion-block .accord .item .text {
padding: 0;
box-sizing: border-box;
}
.accordion-block .accord .item .text h2 {
font-size: 24px;
}
.accordion-block .accord .item .text p {
font-size: 15px;
}
.accordion-block .accord .item .text span {
width: 100%;
display: block;
margin: 10px 0;
font-size: 14px;
line-height: 18px;
}
.accordion-block .accord .item .text a.link {
position: relative;
}
.accordion-block .accord .item .toggle {
width: 20px;
height: 20px;
position: absolute;
top: 10px;
right: 0;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/arrow-right-orange.svg) no-repeat center center;
background-size: 13px;
transition: all 0.3s ease-in-out;
transform: rotate(0deg);
}
.accordion-block .accord .item .toggle:hover {
cursor: pointer;
right: -3px;
}
.accordion-block .accord .item.open .toggle {
transform: rotate(90deg);
}
.accordion-block .accord .item:hover {
cursor: pointer;
}
.accordion-block .accord .item:hover span.title {
color: var(--r-orange);
}
.accordion-block .accord .item:first-child {
border-top: 1px solid var(--r-lgrey);
}
.wp-block-column .accordion-block .accord {
padding: 0;
}
@media screen and (max-width: 844px) {
.accordion-block .accord .item span.title {
max-width: 92%;
display: inline-block;
}
.accordion-block .accord .item .text {
padding: 20px 0 0 0;
}
.wp-block-column .accordion-block .accord {
padding: 0;
}
}
.advice-block {
position: relative;
padding: 40px 0;
}
.advice-block h4 {
color: var(--h-purple);
text-align: center;
margin: 0 auto;
font-size: 48px;
font-weight: 700;
}
.advice-block .cont {
display: flex;
flex-wrap: wrap;
gap: 40px;
margin-top: 40px;
}
.advice-block .cont .item {
width: calc(25% - 40px);
}
.advice-block .cont .item img {
height: 70px;
width: auto;
margin-bottom: 10px;
}
.advice-block .cont .item p {
margin: 0;
padding: 0;
font-size: 19px;
}
.bar-block {
position: relative;
width: 100%;
background-color: var(--r-lgrey);
padding: 30px 60px;
box-sizing: border-box;
}
.bar-block .container .cont {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 30px;
}
.bar-block .container .cont h2 {
color: var(--r-dgrey);
margin: 0;
padding: 0;
font-size: 24px;
}
.bar-block .container .cont ul {
width: 40%;
}
.bar-block .container .cont ul li {
color: white;
}
@media screen and (max-width: 844px) {
.bar-block {
margin: 20px 0;
padding: 30px 20px;
}
.bar-block .container .cont {
text-align: center;
}
.bar-block .container .cont a {
padding: 15px 55px;
}
}
.boxes-block {
position: relative;
}
.boxes-block h3 {
font-size: 34px;
color: var(--r-orange);
padding: 20px 0px;
margin: 0;
display: inline-block;
}
.boxes-block .boxes {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.boxes-block .boxes .box {
width: 24%;
height: 280px;
padding: 0;
box-sizing: border-box;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: flex-start;
text-decoration: none;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, opacity 0.5s ease-in-out 0.4s;
position: relative;
opacity: 0;
}
.boxes-block .boxes .box img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: all 0.4s ease-in-out;
}
.boxes-block .boxes .box .container {
text-align: center;
position: absolute;
width: 80%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.boxes-block .boxes .box .container h4 {
font-size: 22px;
color: white;
margin: 0;
transition: all 0.5s ease-in-out;
}
.boxes-block .boxes .box .container .items {
max-height: 0;
margin: 0;
overflow: hidden;
transition: all 0.5s ease-in-out;
opacity: 0;
}
.boxes-block .boxes .box .container .items p {
padding: 0;
margin: 0;
color: white;
}
.boxes-block .boxes .box .container .tags {
max-height: 0;
overflow: hidden;
transition: all 0.5s ease-in-out;
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
opacity: 0;
}
.boxes-block .boxes .box .container .tags span {
border: 1px solid white;
color: white;
padding: 3px 10px;
border-radius: 10px;
font-size: 12px;
}
.boxes-block .boxes .box:hover {
background-color: black;
}
.boxes-block .boxes .box:hover img {
filter: brightness(0.5);
}
.boxes-block .boxes .box:hover .container h4 {
color: var(--r-orange);
}
.boxes-block .boxes .box:hover .container .items {
max-height: 200px;
margin: 5px 0 20px;
opacity: 1;
}
.boxes-block .boxes .box:hover .container .tags {
max-height: 200px;
opacity: 1;
}
.boxes-block .boxes .box.is-inview {
opacity: 1;
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.boxes-block .boxes .box {
width: 100%;
margin: 5px 0;
}
}
.boxes2-block {
position: relative;
}
.boxes2-block h3 {
font-size: 34px;
color: var(--r-orange);
padding: 20px 0px;
margin: 0;
display: inline-block;
}
.boxes2-block .boxes {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.boxes2-block .boxes .box {
width: 32%;
height: 280px;
padding: 0;
box-sizing: border-box;
margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: flex-start;
text-decoration: none;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, opacity 0.5s ease-in-out 0.4s;
position: relative;
opacity: 0;
}
.boxes2-block .boxes .box img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: all 0.4s ease-in-out;
}
.boxes2-block .boxes .box .container {
text-align: center;
position: absolute;
width: 80%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.boxes2-block .boxes .box .container h4 {
font-size: 22px;
color: white;
margin: 0;
transition: all 0.5s ease-in-out;
}
.boxes2-block .boxes .box .container p {
color: white;
}
.boxes2-block .boxes .box:hover {
background-color: black;
}
.boxes2-block .boxes .box:hover img {
filter: brightness(0.6);
}
.boxes2-block .boxes .box.is-inview {
opacity: 1;
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.boxes2-block .boxes .box {
width: 100%;
margin: 5px 0;
}
}
.breadcrumbs-block {
position: relative;
position: relative;
padding: 20px 20px !important;
}
.breadcrumbs-block .dev {
left: -150px;
}
.call-our-team-block {
padding: 60px 20px !important;
position: relative;
}
.call-our-team-block h2 {
margin: 0;
padding: 3px 0;
}
.call-our-team-block h2 a {
text-decoration: none;
color: var(--miag-blue);
}
.call-our-team-block h2 a:hover {
color: var(--miag-dblue);
}
.call-our-team-block p {
margin: 0;
padding: 0;
}
.call-our-team-block p a {
text-decoration: none;
color: var(--miag-grey);
}
.call-our-team-block p a:hover {
color: var(--miag-blue);
}
.call-us-block {
position: relative;
}
.call-us-block .content {
display: flex;
flex-wrap: wrap;
margin: 20px 0;
}
.call-us-block .content a {
padding: 20px 20px 20px 100px;
box-sizing: border-box;
color: white;
width: 100%;
background-color: var(--r-blue);
text-decoration: none;
margin: 5px 0;
display: flex;
flex-wrap: wrap;
font-size: 22px;
font-weight: 400;
position: relative;
transition: background-color 0.3s ease-in-out;
}
.call-us-block .content a span {
font-size: 14px;
width: 100%;
}
.call-us-block .content a:before {
content: "";
position: absolute;
left: 20px;
top: 50%;
width: 60px;
height: 60px;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/tel_ico.svg) no-repeat;
transform: translate(0%, -50%);
}
.call-us-block .content a:hover {
background-color: var(--r-orange);
}
.call-us-block .content a:nth-child(2):before {
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/double_chevron_orange.svg) no-repeat center center;
background-size: 40px;
}
.colour-options-block .container {
position: relative;
padding: 0 80px;
display: flex;
flex-wrap: wrap;
}
.colour-options-block .container .image {
width: 30%;
}
.colour-options-block .container .image img {
width: 330px;
height: auto;
}
.colour-options-block .container .colours {
width: 60%;
padding: 0 0 0 100px;
box-sizing: border-box;
}
.colour-options-block .container .colours h4 {
margin: 0 0 15px;
}
.colour-options-block .container .colours p {
font-size: 14px;
}
.colour-options-block .container .colours .options {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-top: 20px;
}
.colour-options-block .container .colours .options .item {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 25%;
margin-bottom: 10px;
}
.colour-options-block .container .colours .options .item span:nth-child(1) {
width: 20px;
height: 20px;
border-radius: 20px;
border: 1px solid #dbdbdb;
position: relative;
display: block;
margin-right: 10px;
}
.colour-options-block .container .colours .options .item span {
font-size: 12px;
}
.colour-options-block .container .spec {
width: 100%;
display: flex;
flex-wrap: wrap;
margin-top: 25px;
}
.colour-options-block .container .spec .col {
width: 25%;
}
.colour-options-block .container .spec .col ul li {
font-size: 14px;
line-height: 24px;
}
.colour-options-block .container .spec .col p {
border-bottom: 1px solid black;
font-size: 14px;
font-weight: 500;
padding: 5px 0 9px;
margin: 30px 0px 12px;
}
.colour-options-block .container .spec .col:nth-child(2) {
width: 75%;
}
.colour-options-block .container .spec .col:nth-child(2) ul {
-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}
.colour-options-block .container.right .image {
order: 2;
}
.colour-options-block .container.right .colours {
order: 1;
padding: 0 100px 0 0;
}
.colour-options-block .container.right .spec {
order: 2;
}
@media screen and (max-width: 844px) {
.colour-options-block .container {
padding: 0 20px;
}
.colour-options-block .container .image {
width: 100%;
text-align: center;
}
.colour-options-block .container .colours {
width: 100%;
padding: 0;
}
.colour-options-block .container .colours .options .item {
width: 33.33%;
}
.colour-options-block .container .colours .options .item span:nth-child(1) {
margin-right: 5px;
}
.colour-options-block .container .spec {
margin-top: 0;
padding: 0 0 40px;
}
.colour-options-block .container .spec .col {
width: 100% !important;
}
.colour-options-block .container.right .image {
order: 1;
}
.colour-options-block .container.right .colours {
order: 2;
padding: 0;
}
}
.contact-bar-block {
background-color: black;
overflow: hidden;
position: relative;
}
.contact-bar-block .bg {
position: absolute;
width: 100%;
height: 100%;
top: -200px;
}
.contact-bar-block .bg img {
width: 100%;
object-fit: cover;
}
.contact-bar-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 100px 20px;
}
.contact-bar-block .cont .col {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
z-index: 1;
color: white;
}
.contact-bar-block .cont .col .text {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.contact-bar-block .cont .col .text a.emergency {
font-size: 24px;
line-height: 29px;
font-weight: 700;
padding: 5px 0;
position: relative;
text-decoration: none;
display: flex;
flex-wrap: wrap;
align-items: center;
transition: color 0.3s ease-in-out;
margin: 0;
}
.contact-bar-block .cont .col .text a.emergency:hover {
color: var(--bs-red);
}
.contact-bar-block .cont .col .text a.emergency:before {
content: "";
margin-right: 10px;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/phone.svg) no-repeat center center;
background-size: 40px;
width: 40px;
height: 40px;
position: relative;
}
.contact-bar-block .cont .col .text h2 {
margin: 0;
}
.contact-bar-block .cont .col .text a.btn {
margin-top: 30px;
}
.contact-bar-block .cont .col ul li {
margin: 5px 0;
font-family: "Montserrat", sans-serif;
}
.contact-bar-block .cont .col img {
height: 750px;
width: 105%;
object-fit: cover;
object-position: center;
margin-left: -5%;
z-index: -1;
}
.contact-bar-block .cont:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #00000080;
}
@media screen and (max-width: 844px) {
.intro-block .cont {
padding: 0;
}
.intro-block .cont .col {
width: 100% !important;
}
.intro-block .cont .col .text {
padding: 0 20px;
}
.intro-block .cont .col .text a {
margin-top: 20px;
}
.intro-block .cont .col img {
margin-left: 0;
width: 100%;
}
}
[data-type="acf/form"] .form-block {
min-height: 38px;
background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
z-index: 100;
top: 0;
}
.contact-block {
position: relative;
}
.contact-block form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
position: relative;
padding: 0 0 20px;
}
.contact-block form .col {
width: 49%;
}
.contact-block form label {
width: 100%;
display: inline-block;
font-family: "Hind", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #757575;
padding: 0;
margin: 15px 0 0;
font-family: "Montserrat", sans-serif;
}
.contact-block form label span {
width: 100%;
display: inline-block;
margin-top: 10px;
}
.contact-block form label span input {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #cecece;
border-radius: 0px;
background-color: white;
transition: background-color 0.3s ease-in-out;
}
.contact-block form label span input:focus {
background-color: #f6f6f6;
}
.contact-block form label span textarea {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: 1px solid #cecece;
border-radius: 0px;
background-color: white;
transition: background-color 0.3s ease-in-out;
height: 180px;
}
.contact-block form label .wpcf7-not-valid-tip {
font-size: 12px;
margin: 5px 0;
padding: 0;
display: inline-block;
}
.contact-block form label.full {
width: 100%;
}
.contact-block form input[type=submit] {
border-color: #e0eef7;
width: 55%;
background-color: var(--j-blue);
border: none;
margin-top: 10px !important;
padding: 21px 50px !important;
}
.contact-block form input[type=submit]:hover {
cursor: pointer;
background-color: var(--j-dblue);
padding: 18px 50px 18px 50px;
}
.contact-block form .wpcf7-response-output {
width: 100%;
text-align: center;
border: none;
padding: 0;
position: relative;
bottom: 0;
margin: 0;
font-family: "Hind", sans-serif;
color: var(--solace-orange);
}
.contact-block form .wpcf7-spinner {
position: absolute;
bottom: 14px;
left: 50%;
transform: translate(-50%, 0);
}
.contact-block p.disclaimer {
font-size: 12px;
line-height: 20px;
color: #0A2433;
margin: 0;
padding: 0;
}
.wp-block-columns .contact-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.contact-block .intro {
padding: 0 20px;
}
.contact-block .intro h1 {
margin-bottom: 20px;
}
.contact-block .intro p {
line-height: 32px;
}
.contact-block .content {
margin-top: 0;
padding: 0px;
}
.contact-block .content .col {
width: 100% !important;
}
.contact-block .content .col form label {
width: 100%;
}
}
.curriculum-block {
display: flex;
flex-wrap: wrap;
}
.curriculum-block .col {
width: 50%;
position: relative;
min-height: 550px;
}
.curriculum-block .col img {
width: 275px;
height: 330px;
display: inline-block;
object-fit: cover;
object-position: center;
border-radius: 8px;
position: relative;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
opacity: 0;
}
.curriculum-block .col .text {
width: 90%;
}
.curriculum-block .col .text .item {
padding-left: 45px;
position: relative;
}
.curriculum-block .col .text .item p {
font-size: 14px;
line-height: 17px;
padding: 5px 0;
margin: 0;
}
.curriculum-block .col .text .item p.title {
font-size: 17px;
color: var(--miag-blue);
margin-top: 6px;
font-family: "Montserrat", sans-serif;
display: inline-block;
}
.curriculum-block .col .text .item:before {
content: "";
width: 30px;
height: 30px;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/circle-tick.svg) no-repeat top center;
background-size: 28px;
position: absolute;
top: 7px;
left: 0;
}
.curriculum-block .col .text .button {
margin-top: 40px !important;
}
.curriculum-block .col img:nth-child(1) {
z-index: 2;
}
.curriculum-block .col img:nth-child(2) {
position: absolute;
left: 200px;
top: 160px;
z-index: 1;
transition-delay: 200ms;
}
.curriculum-block .col.is-inview img {
opacity: 1;
}
.curriculum-block .col.is-inview img:nth-child(1) {
transform: rotate(9deg);
}
.curriculum-block .col.is-inview img:nth-child(2) {
transform: rotate(-5deg);
}
@media screen and (max-width: 844px) {
.curriculum-block .col {
width: 100%;
min-height: auto;
padding-bottom: 20px;
}
.curriculum-block .col img {
left: -40px;
}
.curriculum-block .col img:nth-child(2) {
left: 30%;
}
.curriculum-block .col:nth-child(1) {
padding-bottom: 180px;
}
}
.double-image-block .content {
max-width: 1140px !important;
padding: 0 !important;
}
.double-image-block .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.double-image-block .content .wp-block-columns .wp-block-column {
width: 50%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.double-image-block .content .wp-block-columns .wp-block-column figure {
height: 100%;
}
.double-image-block .content .wp-block-columns .wp-block-column figure img {
height: 100%;
max-height: 450px;
object-fit: cover;
object-position: center;
}
@media screen and (max-width: 844px) {
.double-image-block {
padding: 0 20px;
}
.double-image-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 20px !important;
box-sizing: border-box;
}
.double-image-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
min-height: 380px;
}
}
.download-list-block .cont .item a {
font-size: 14px;
color: var(--obj-grey);
display: inline-block;
margin: 2px 0;
}
.download-list-block .cont .item a[href$=".pdf"] {
background: url(//www.revampavan.com/wp-content/themes/revampavan/images/pdf.svg) left center no-repeat;
padding: 5px 0 5px 25px;
background-size: 18px;
}
[data-type="acf/form"] .form-block {
min-height: 38px;
background-color: #f7f7f7;
}
[data-type="acf/form"] .form-block:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
z-index: 100;
top: 0;
}
.form-block {
position: relative;
padding: 0;
}
.form-block .bg .content {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
box-sizing: border-box;
padding: 0px 20px !important;
justify-content: space-between;
position: relative;
z-index: 10;
align-items: flex-start;
}
.form-block .bg .content p strong {
font-size: 18px;
margin-top: 10px;
display: inline-block;
width: 100%;
}
.form-block .bg .content .info {
display: none;
}
.form-block .bg .content .info.active {
display: block;
}
.form-block .bg .content form {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
position: relative;
padding: 0 0 20px;
}
.form-block .bg .content form .col {
width: 49%;
display: flex;
flex-wrap: wrap;
}
.form-block .bg .content form label {
width: 100%;
display: inline-block;
font-family: "Hind", sans-serif;
font-weight: 500;
font-size: 14px;
line-height: 14px;
color: #757575;
padding: 0;
margin: 5px 0;
font-family: "Montserrat", sans-serif;
}
.form-block .bg .content form label span {
width: 100%;
display: inline-block;
margin-top: 15px;
}
.form-block .bg .content form label span input {
box-sizing: border-box;
padding: 20px;
width: 100%;
box-sizing: border-box;
border: none;
border-radius: 3px;
background-color: #F5F5F5;
transition: background-color 0.3s ease-in-out;
}
.form-block .bg .content form label span input:focus {
background-color: #f6f6f6;
}
.form-block .bg .content form label span select {
-webkit-appearance: none;
-moz-appearance: none;
box-sizing: border-box;
padding: 20px 20px;
width: 100%;
box-sizing: border-box;
border: none;
border-radius: 3px;
transition: background-color 0.3s ease-in-out;
background: #F5F5F5 url(//www.revampavan.com/wp-content/themes/revampavan/images/arrow-down.svg) no-repeat 97% center;
background-size: 15px;
}
.form-block .bg .content form label span textarea {
padding: 20px;
width: 100%;
box-sizing: border-box;
background-color: #F5F5F5;
border-radius: 5px;
border: none;
height: 137px;
}
.form-block .bg .content form label .wpcf7-not-valid-tip {
font-size: 12px;
margin: 5px 0;
padding: 0;
display: inline-block;
}
.form-block .bg .content form label.full {
width: 100%;
}
.form-block .bg .content form input[type=submit] {
width: 40%;
min-width: 200px;
display: inline-block;
padding: 20px 55px !important;
border: none;
margin-left: auto;
border-radius: 8px;
margin-top: 15px;
}
.form-block .bg .content form input[type=submit]:hover {
cursor: pointer;
padding: 20px 55px !important;
}
.form-block .bg .content form .wpcf7-response-output {
width: 100%;
text-align: center;
border: none;
padding: 0;
position: relative;
bottom: 0;
margin: 0;
font-family: "Hind", sans-serif;
color: var(--solace-orange);
}
.form-block .bg .content form .wpcf7-spinner {
position: absolute;
bottom: 14px;
left: 50%;
transform: translate(-50%, 0);
}
.form-block .bg .content p.disclaimer {
font-size: 12px;
line-height: 20px;
color: #0A2433;
margin: 0;
padding: 0;
}
.form-block .bg .content ul {
margin-left: 0;
}
.form-block .bg .content ul li {
position: relative;
color: var(--miag-blue);
list-style: none;
padding: 9px 0 6px 45px;
}
.form-block .bg .content ul li:before {
content: "";
width: 30px;
height: 30px;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/circle-tick.svg) no-repeat top center;
background-size: 28px;
position: absolute;
top: 7px;
left: 0;
}
.form-block .bg.white .content .col ul li {
color: white;
}
.form-block .bg.white .content .col form label {
color: white;
}
.form-block .bg.white .content .col form input[type=submit] {
background-color: var(--miag-blue);
}
.wp-block-columns .form-block .bg .content {
padding: 0 !important;
}
@media screen and (max-width: 844px) {
.form-block .bg .content {
padding: 20px !important;
}
.form-block .bg .content .col {
width: 100% !important;
}
.form-block .bg .content form label {
width: 100%;
}
.form-block .bg .content form input[type=submit] {
width: 100%;
}
}
.gallery-block {
background-color: var(--miag-dblue2);
padding: 40px 0 50px;
position: relative;
}
.gallery-block h2 {
margin-bottom: 30px !important;
}
.gallery-block .controls {
padding: 10px 20px;
display: flex;
flex-wrap: wrap;
}
.gallery-block .controls button {
border: none;
background-color: transparent;
border-right: 1px solid black;
font-size: 14px;
transition: all 0.3s ease-in-out;
padding: 0px 8px 0px 7px;
}
.gallery-block .controls button.mixitup-control-active {
color: var(--r-orange);
}
.gallery-block .controls button:hover {
cursor: pointer;
color: var(--r-orange);
}
.gallery-block .controls button:last-child {
border: none;
}
.gallery-block .gallery {
gap: 10px;
}
.gallery-block .gallery a {
width: calc(25% - 8px);
height: 230px;
display: inline-block;
}
.gallery-block .gallery a img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
position: relative;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out;
left: 0;
top: 0;
}
.gallery-block .gallery a:hover img {
width: 104%;
height: 104%;
top: -2%;
left: -2%;
}
@media screen and (max-width: 844px) {
.gallery-block .controls button {
margin: 5px 0;
padding: 0px 12px 0px 11px;
}
.gallery-block .gallery a {
width: calc(50% - 8px);
height: 150px;
}
}
.grid-block {
position: relative;
display: flex;
flex-wrap: wrap;
}
.grid-block .item {
width: 33.333%;
height: 30vh;
max-height: 320px;
}
.grid-block .item img {
object-fit: cover;
object-position: center;
height: 100%;
width: 100%;
}
.icons-block {
position: relative;
}
.icons-block .cont {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: center;
gap: 20px;
}
.icons-block .cont .item {
width: 25%;
display: inline-block;
text-align: center;
}
.icons-block .cont .item img {
display: inline-block;
height: 100%;
width: auto;
max-width: 90%;
box-sizing: border-box;
padding: 5px;
transition: all 0.3s ease-in-out;
}
.icons-block .cont .item h4 {
font-family: "Hind", sans-serif;
font-size: 23px;
font-weight: 100;
margin: 20px 0;
}
.icons-block .cont .item p {
font-size: 13px;
line-height: 21px;
}
.icons-block .cont .item a {
color: var(--hv-orange) !important;
border: none !important;
padding: 0 15px 0 0 !important;
font-weight: 400 !important;
font-size: 12px !important;
font-family: "Montserrat", sans-serif !important;
}
.icons-block .cont .item a:after {
filter: invert(1) brightness(0) !important;
background-size: 7px !important;
right: 0 !important;
opacity: 1 !important;
}
.icons-block .cont .item a:hover {
background-color: transparent !important;
color: var(--hv-grey) !important;
}
.icons-block .cont .item a:hover:after {
right: -10px !important;
}
.icons-block .slick-slide {
margin: 0 27px;
}
.icons-block .slick-track {
display: flex;
justify-self: center;
align-items: center;
}
.icons-block .slick-list {
margin: 0 -27px;
}
@media screen and (max-width: 844px) {
.icons-block {
overflow: hidden;
}
.icons-block .cont .item {
height: auto;
width: 50%;
}
}
.image-boxes-block {
position: relative;
}
.image-boxes-block .boxes {
display: flex;
flex-wrap: wrap;
position: relative;
}
.image-boxes-block .boxes .box {
width: 50%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: flex-start;
text-decoration: none;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
position: relative;
background-color: black;
}
.image-boxes-block .boxes .box img {
width: 100%;
height: 450px;
object-fit: cover;
transition: all 0.4s ease-in-out;
position: relative;
opacity: 0.6;
}
.image-boxes-block .boxes .box .container {
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.image-boxes-block .boxes .box .container h3 {
font-size: 32px;
line-height: 36px;
color: white;
margin: 0;
transition: all 0.4s ease-in-out;
}
.image-boxes-block .boxes .box .container p {
font-size: 14px;
transition: all 0.4s ease-in-out;
}
.image-boxes-block .boxes .box .container a {
margin-top: 50px;
}
.image-boxes-block .boxes .box:hover {
background-color: black;
}
.image-boxes-block .boxes .box:hover .container img {
filter: brightness(0) invert(1);
}
.image-boxes-block .boxes .box:hover .container h3, .image-boxes-block .boxes .box:hover .container p {
color: white;
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.image-boxes-block .boxes .box {
width: 100%;
margin: 0;
}
}
[data-type="acf/image-content"] .image-content-block .content {
opacity: 1;
}
.image-content-block > .content {
max-width: 1140px !important;
padding: 30px 0 !important;
opacity: 0;
transition: opacity 0.6s ease-in-out 0.4s;
}
.image-content-block > .content.is-inview {
opacity: 1;
}
.image-content-block > .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.image-content-block > .content .wp-block-columns .wp-block-column {
width: 35%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.image-content-block > .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 40px 60px 40px 0;
width: 65%;
box-sizing: border-box;
}
.image-content-block > .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h1, .image-content-block > .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h2, .image-content-block > .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h3 {
margin-top: 10px;
color: var(--r-orange);
}
.image-content-block > .content .wp-block-columns .wp-block-column:nth-child(2) figure {
height: 100%;
}
.image-content-block > .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
height: 100%;
object-fit: cover;
object-position: center;
}
.image-content-block > .content.arrange-left .wp-block-columns .wp-block-column:nth-child(1) {
order: 2;
padding: 40px 0 40px 60px;
}
.image-content-block > .content.arrange-left .wp-block-columns .wp-block-column:nth-child(2) {
order: 1;
}
@media screen and (max-width: 844px) {
.image-content-block {
padding: 0 20px;
}
.image-content-block .content {
padding: 0 !important;
}
.image-content-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 10px 0 30px 0;
}
.image-content-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(1) {
padding: 10px 0 30px 0;
order: 1;
}
.image-content-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(2) {
order: 2;
}
}
.info-block {
background-color: black;
overflow: hidden;
position: relative;
}
.info-block .bg {
position: absolute;
width: 100%;
height: 100%;
top: -200px;
}
.info-block .bg img {
width: 100%;
min-height: 800px;
object-fit: cover;
}
.info-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 100px 20px;
}
.info-block .cont .col {
width: 55%;
display: flex;
flex-wrap: wrap;
align-items: center;
z-index: 1;
color: white;
}
.info-block .cont .col .text a {
margin-top: 30px;
}
.info-block .cont .col ul li {
margin: 5px 0;
font-family: "Montserrat", sans-serif;
}
.info-block .cont .col img {
height: 650px;
width: 105%;
object-fit: cover;
object-position: center;
margin-left: -5%;
z-index: -1;
}
.info-block .cont .col:nth-child(2) {
z-index: 2;
width: 35%;
}
.info-block .cont:after {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #00000080;
}
@media screen and (max-width: 844px) {
.info-block .bg {
top: auto;
}
.info-block .bg img {
height: 100%;
}
.info-block .cont {
padding: 40px 20px;
}
.info-block .cont .col {
width: 100% !important;
margin: 20px 0;
}
}
.intro-block {
background-color: var(--h-purple);
padding: 0;
position: relative;
}
.intro-block .container {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}
.intro-block .container .col {
color: white;
width: 60%;
padding: 40px 50px 40px 0;
box-sizing: border-box;
}
.intro-block .container .col .heading, .intro-block .container .col .paragraph {
padding: 0;
}
.intro-block .container .col h2 {
margin-top: 0;
padding-top: 0;
color: var(--h-yellow);
}
.intro-block .container .col:nth-child(2) {
width: 40%;
}
.intro-block .container .col:nth-child(2) img {
display: block;
top: 0;
position: absolute;
width: 50vw;
height: 100%;
object-fit: cover;
object-position: center;
}
@media screen and (max-width: 844px) {
.intro-block .container .col {
width: 100% !important;
}
.intro-block .container .col form input[type=submit] {
width: 100%;
}
}
.left-right-block .content .item {
display: flex;
flex-wrap: wrap;
margin: 40px 0 60px;
}
.left-right-block .content .item .col {
width: 70%;
padding-right: 40px;
box-sizing: border-box;
}
.left-right-block .content .item .col img {
width: 100%;
height: auto;
transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
opacity: 0;
}
.left-right-block .content .item .col h3 {
color: var(--miag-dblue);
margin-bottom: 10px;
}
.left-right-block .content .item .col a.btn {
margin-top: 20px !important;
display: inline-block !important;
}
.left-right-block .content .item .col:nth-child(2) {
width: 30%;
padding-right: 0;
}
.left-right-block .content .item.is-inview img {
transform: rotate(6deg);
opacity: 1;
}
.left-right-block .content .item:nth-child(2n) .col:nth-child(1) {
order: 2;
padding-right: 0;
}
.left-right-block .content .item:nth-child(2n) .col:nth-child(2) {
order: 1;
padding-right: 40px;
}
.left-right-block .content .item:nth-child(2n).is-inview img {
transform: rotate(-6deg);
opacity: 1;
}
@media screen and (max-width: 844px) {
.left-right-block .content .item {
margin: 20px 0;
}
.left-right-block .content .item .col {
width: 100% !important;
padding: 0 !important;
}
.left-right-block .content .item .col img {
margin: 30px 0;
}
.left-right-block .content .item .col:nth-child(1) {
order: 2 !important;
}
.left-right-block .content .item .col:nth-child(2) {
order: 1 !important;
}
}
.line-block {
position: relative;
width: 100%;
height: 2px;
background-color: var(--giraffe-purple);
}
.maps-block .content {
border: 1px solid var(--hv-llgrey);
max-width: 1140px !important;
padding: 0 !important;
}
.maps-block .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.maps-block .content .wp-block-columns .wp-block-column {
width: 50%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 40px;
box-sizing: border-box;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h1, .maps-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h2, .maps-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h3 {
margin-top: 10px;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(2) figure {
height: 100%;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
height: 100%;
object-fit: cover;
object-position: center;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(2) iframe {
width: 100%;
}
.maps-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(1) {
order: 2;
}
.maps-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(2) {
order: 1;
}
@media screen and (max-width: 844px) {
.maps-block {
padding: 0 20px;
}
.maps-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 20px !important;
}
}
.menu-block {
position: relative;
}
.menu-block .items {
padding: 40px 0 40px 40px;
box-sizing: border-box;
}
.menu-block .items a {
display: inline-block;
width: 100%;
font-size: 14px;
padding: 6px 0;
font-weight: 600;
text-decoration: none;
transition: color 0.3s ease-in-out;
}
.menu-block .items a:hover {
color: var(--hv-orange);
cursor: pointer;
}
@media screen and (max-width: 844px) {
.menu-block .items {
padding: 0;
}
}
.mobile-block {
padding: 100px 0;
}
.mobile-block .swiper-wrapper {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.mobile-block .swiper-wrapper .swiper-slide {
background-image: url(//www.revampavan.com/wp-content/themes/revampavan/images/phone.svg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 300px;
height: 600px;
margin: 0 40px;
padding: 37px 15px 0;
box-sizing: border-box;
}
.mobile-block .swiper-wrapper .swiper-slide img {
display: block;
width: 271px;
height: 488px;
object-fit: cover;
object-position: top center;
}
.mobile-block .swiper-slide-shadow-left, .mobile-block .swiper-slide-shadow-right {
display: none;
}
@media screen and (max-width: 844px) {
.mobile-block {
padding: 0 0 50px;
width: 100%;
overflow: hidden;
}
}
.news-block {
text-align: center;
}
.news-block .news {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 30px;
}
.news-block .news .item {
flex: 1 1 40%;
background-color: #f6f6f6;
padding: 20px 30px;
box-sizing: border-box;
border-radius: 10px;
text-align: left;
}
.news-block .news .pagination {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.news-block .news .pagination .current {
background-color: var(--hv-orange);
color: white;
height: 30px;
width: 30px;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
}
.news-block .news .pagination a {
background-color: var(--hv-grey);
color: white;
height: 30px;
width: 30px;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 2px;
text-decoration: none;
}
.news-block .news .pagination a:hover {
background-color: var(--hv-orange);
}
.news-block .news .pagination a.next, .news-block .news .pagination a.prev {
background-color: transparent;
width: auto;
color: var(--hv-grey);
margin: 0 10px;
}
.news-block .news .pagination a.next:hover, .news-block .news .pagination a.prev:hover {
color: var(--hv-orange);
}
.process-block {
max-width: 920px;
padding: 40px 0 100px;
}
.process-block .cont {
display: flex;
flex-wrap: wrap;
position: relative;
}
.process-block .cont:after {
content: "";
width: 200vw;
height: 2px;
background-color: var(--f-lblue);
position: absolute;
bottom: -42px;
left: -100vw;
}
.process-block .cont .swiper-wrapper {
justify-content: center;
}
.process-block .cont .swiper-wrapper .item {
width: 20%;
width: 250px;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.process-block .cont .swiper-wrapper .item .circle {
height: 150px;
width: 150px;
border-radius: 150px;
background-color: var(--obj-blue);
display: flex;
align-items: center;
justify-content: center;
position: relative;
color: white;
text-align: center;
text-transform: uppercase;
font-weight: 600;
padding: 20px;
box-sizing: border-box;
margin: 0 auto;
margin-bottom: 30px;
}
.process-block .cont .swiper-wrapper .item .circle img {
width: 80%;
height: 80%;
}
.process-block .cont .swiper-wrapper .item .circle:after {
content: "";
left: 50%;
width: 2px;
height: 20px;
}
.process-block .cont .swiper-wrapper .item h4 {
padding: 0;
margin: 10px 0;
font-size: 20px;
text-align: center;
color: var(--obj-dblue);
}
.process-block .cont .swiper-wrapper .item p {
padding: 0;
margin: 0;
text-align: center;
}
.process-block .cont .swiper-wrapper .item:after {
content: "";
position: absolute;
top: 20px;
height: 270px;
width: 300px;
background-color: transparent;
left: 50%;
z-index: -1;
border-radius: 50%;
border-top: dashed 2px #9b9b9b;
opacity: 0;
}
.process-block .cont .swiper-wrapper .item:nth-child(2n):after {
border-bottom: dashed 2px #9b9b9b;
top: -145px;
border-top: none;
}
.process-block .cont .swiper-wrapper .item:last-child:after {
display: none;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1) {
transition-delay: 0.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(1):after {
transition-delay: 0.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2) {
transition-delay: 0.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(2):after {
transition-delay: 0.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3) {
transition-delay: 0.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(3):after {
transition-delay: 1.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4) {
transition-delay: 0.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(4):after {
transition-delay: 1.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5) {
transition-delay: 1s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(5):after {
transition-delay: 2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6) {
transition-delay: 1.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(6):after {
transition-delay: 2.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7) {
transition-delay: 1.4s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(7):after {
transition-delay: 2.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8) {
transition-delay: 1.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(8):after {
transition-delay: 3.2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9) {
transition-delay: 1.8s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(9):after {
transition-delay: 3.6s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10) {
transition-delay: 2s;
opacity: 1;
}
.process-block .cont .swiper-wrapper.is-inview .item:nth-child(10):after {
transition-delay: 4s;
opacity: 1;
}
@media screen and (max-width: 844px) {
.process-block {
padding: 40px 10vw 100px;
}
}
.projects-vertical-block {
position: relative;
padding: 40px 0;
box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical {
height: 600px;
overflow: hidden;
}
.projects-vertical-block .swiper-vertical .swiper-slide {
padding: 10px;
box-sizing: border-box;
}
.projects-vertical-block .swiper-vertical .swiper-slide img {
width: 100%;
height: 270px;
object-fit: cover;
object-position: center;
box-shadow: 0 0px 10px black;
border-radius: 5px;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev {
position: absolute;
left: 50%;
transform: rotate(90deg) translate(-50%, 0%);
top: 30px;
bottom: auto;
z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-prev:after {
color: var(--giraffe-purple);
}
.projects-vertical-block .swiper-vertical .swiper-button-next {
position: absolute;
left: 50%;
transform: rotate(90deg) translate(-50%, 0%);
bottom: -10px;
top: auto;
z-index: 100;
}
.projects-vertical-block .swiper-vertical .swiper-button-next:after {
color: var(--giraffe-purple);
}
@media screen and (max-width: 844px) {
.projects-vertical-block .swiper-vertical .swiper-button-prev {
left: calc(50% - 10px);
}
.projects-vertical-block .swiper-vertical .swiper-button-next {
left: calc(50% - 10px);
}
}
.projects-block {
position: relative;
z-index: 12;
}
.projects-block .swiper {
padding: 0 50px 30px;
overflow: visible;
}
.projects-block .swiper .swiper-wrapper .swiper-slide {
display: flex;
flex-wrap: wrap;
opacity: 0.2 !important;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col {
display: flex;
flex-wrap: wrap;
align-items: center;
padding-left: 55px;
padding-right: 60px;
width: 55%;
box-sizing: border-box;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h2 {
color: var(--giraffe-purple);
margin: 10px 0 20px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col .cont h3 {
margin: 0;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child {
width: 45%;
padding-left: 60px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:first-child img {
width: 100%;
height: 850px;
display: inline-block;
object-fit: contain;
object-position: bottom center;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col:last-child {
background-color: white;
}
.projects-block .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
opacity: 1 !important;
}
.projects-block .swiper .swiper-scrollbar-drag {
background-color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-next, .projects-block .swiper .swiper-button-prev {
transition: all 0.3s ease-in-out;
}
.projects-block .swiper .swiper-button-next:after, .projects-block .swiper .swiper-button-prev:after {
color: var(--giraffe-purple);
}
.projects-block .swiper .swiper-button-prev {
left: 15px;
}
.projects-block .swiper .swiper-button-next {
right: 15px;
}
.projects-block:after {
content: "";
position: absolute;
bottom: 28px;
left: 0;
width: 200vw;
height: 2px;
background-color: var(--giraffe-purple);
}
@media screen and (max-width: 844px) {
.projects-block {
overflow: hidden;
}
.projects-block .swiper {
padding: 0;
}
.projects-block .swiper .swiper-wrapper .swiper-slide {
padding: 0 0 80px 0px;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col {
width: 100% !important;
}
.projects-block .swiper .swiper-wrapper .swiper-slide .col img {
height: auto !important;
width: 100% !important;
}
.projects-block:after {
display: none;
}
.projects-block .swiper-scrollbar {
width: calc(100% - 60px);
left: 30px;
}
}
.quotes-block {
position: relative;
}
.quotes-block h2 {
color: var(--obj-blue);
padding: 10px 20px;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-transform: uppercase;
}
.quotes-block h2 img {
height: 30px;
margin: 0 5px;
}
.quotes-block h2 img.google {
margin-top: 3px;
}
.quotes-block .boxes {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.quotes-block .boxes .box {
width: 30%;
margin: 0 10px;
border: 2px solid var(--bs-lgrey);
border-radius: 15px;
padding: 15px 20px;
box-sizing: border-box;
}
.quotes-block .boxes .box p.title {
font-weight: 600;
font-size: 16px;
}
.wp-block-column .boxes-block {
padding: 0;
}
@media screen and (max-width: 844px) {
.quotes-block .boxes .box {
width: 100%;
margin: 0 10px;
}
}
.request-quote-block {
position: relative;
width: 100%;
padding: 30px 60px;
box-sizing: border-box;
}
.request-quote-block .container .cont {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 30px;
}
.request-quote-block .container .cont h2 {
color: var(--r-dgrey);
margin: 0;
padding: 0;
font-size: 24px;
}
.request-quote-block .container .cont ul {
width: 40%;
}
.request-quote-block .container .cont ul li {
color: white;
}
@media screen and (max-width: 844px) {
.bar-block {
padding: 30px 20px;
}
.bar-block .container .cont {
text-align: center;
}
.bar-block .container .cont a {
padding: 15px 55px;
}
}
.services-block .boxes {
padding: 0px 0;
display: flex;
flex-wrap: wrap;
gap: 2%;
}
.services-block .boxes .box {
width: 32%;
height: 280px;
position: relative;
margin-bottom: 2%;
}
.services-block .boxes .box .image {
height: 100%;
width: 100%;
}
.services-block .boxes .box .image img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: 100%;
transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
.services-block .boxes .box .container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 40px;
box-sizing: border-box;
text-align: center;
z-index: 2;
}
.services-block .boxes .box .container h3 {
color: white;
}
.services-block .boxes .box .container p {
color: white;
max-height: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.services-block .boxes .box:after {
content: "";
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
position: absolute;
top: 0;
left: 0;
z-index: 1;
transition: background-color 0.4s ease-in-out;
}
.services-block .boxes .box:hover .image img {
width: 105%;
height: 105%;
}
.services-block .boxes .box:hover .container p {
max-height: 200px;
opacity: 1;
}
.services-block .boxes .box:hover:after {
background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 844px) {
.services-block .boxes .box {
width: 100%;
}
}
.skips-list-block {
position: relative;
background: var(--h-lpurple);
overflow: hidden;
}
.skips-list-block:before {
content: "";
background: var(--h-lpurple) url(//www.revampavan.com/wp-content/themes/revampavan/images/skip-tile.svg) repeat center center;
background-size: 350px;
z-index: 1;
width: 130%;
height: 130%;
left: -15%;
top: -15%;
position: absolute;
transform: rotate(-10deg);
}
.skips-list-block .cont {
text-align: center;
padding: 60px 20px;
box-sizing: border-box;
z-index: 2;
position: relative;
}
.skips-list-block .cont h1 {
margin: 0 0 30px;
color: var(--h-yellow);
}
.skips-list-block .cont p {
color: white;
}
.skips-list-block .cont .products {
display: flex;
flex-wrap: wrap;
margin-top: 70px;
}
.skips-list-block .cont .products .item {
background-color: white;
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
text-align: left;
text-decoration: none;
margin-bottom: 30px;
border-radius: 15px;
padding: 20px;
box-sizing: border-box;
}
.skips-list-block .cont .products .item .col {
padding: 0 20px;
box-sizing: border-box;
}
.skips-list-block .cont .products .item .col p {
padding: 0;
font-size: 25px;
color: black;
}
.skips-list-block .cont .products .item .col p.title {
color: var(--h-purple);
font-weight: 600;
}
.skips-list-block .cont .products .item .col img {
width: 100%;
height: 100%;
}
.skips-list-block .cont .products .item .col .measurements {
margin-bottom: 15px;
}
.skips-list-block .cont .products .item .col .order {
margin-left: auto;
margin-top: auto;
}
.skips-list-block .cont .products .item .col.price p:nth-child(2) {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 15px 0;
}
.skips-list-block .cont .products .item .col.price p:nth-child(3) {
font-size: 48px;
color: var(--h-purple);
font-weight: 700;
text-transform: uppercase;
margin: 15px 0;
}
.skips-list-block .cont .products .item:hover .col .order {
background-color: var(--h-purple);
color: var(--h-yellow);
cursor: pointer;
padding: 8px 75px 8px 55px;
}
.skips-list-block .cont .products .item:hover .col .order:after {
right: 15px;
opacity: 1;
}
.skips-list-block .cont .products .item .col:nth-child(1) {
width: 20%;
}
.skips-list-block .cont .products .item .col:nth-child(2) {
width: 30%;
}
.skips-list-block .cont .products .item .col:nth-child(3) {
width: 50%;
display: flex;
flex-wrap: wrap;
}
.skips-list-block .cont .products .item .col:nth-child(3) p {
font-size: 17px;
line-height: 21px;
margin-bottom: 15px;
}
.skips-block {
position: relative;
margin: 50px 0;
}
.skips-block .skips-swiper .item {
display: flex;
flex-wrap: wrap;
width: 32%;
opacity: 0.3;
transition: opacity 0.3s ease-in-out;
border: 1px solid #c8c8c8;
padding: 30px 20px 20px;
box-sizing: border-box;
text-decoration: none;
justify-content: center;
}
.skips-block .skips-swiper .item .cont {
text-align: center;
}
.skips-block .skips-swiper .item .cont p {
margin: 0 auto;
padding: 0;
font-size: 25px;
}
.skips-block .skips-swiper .item .cont p.title {
color: var(--h-purple);
font-weight: 600;
}
.skips-block .skips-swiper .item .cont p:nth-child(2) {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 15px 0;
}
.skips-block .skips-swiper .item .cont p:nth-child(3) {
font-size: 48px;
color: var(--h-purple);
font-weight: 700;
text-transform: uppercase;
margin: 15px 0;
}
.skips-block .skips-swiper .item .cont p:nth-child(4) {
font-size: 19px;
line-height: 23px;
font-weight: 600;
margin: 0 auto;
margin-top: 20px;
max-width: 80%;
}
.skips-block .skips-swiper .item img {
max-height: 170px;
width: auto;
margin: 20px 0;
}
.skips-block .skips-swiper .item.swiper-slide-visible {
opacity: 1;
}
.skips-block .skips-swiper .item:hover .order {
background-color: var(--h-purple);
color: var(--h-yellow);
cursor: pointer;
padding: 8px 75px 8px 55px;
}
.skips-block .skips-swiper .item:hover .order:after {
right: 15px;
opacity: 1;
}
.skips-block .larger-skip {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 50px;
}
.skips-block .larger-skip p {
font-size: 24px;
font-weight: 600;
color: var(--h-purple);
}
.skips-block .larger-skip p span {
font-size: 40px;
text-transform: uppercase;
font-weight: 700;
}
.skips-block .larger-skip p a {
text-decoration: none;
}
.skips-block .larger-skip p a:hover {
color: var(--h-yellow);
}
.slider-block {
position: relative;
z-index: 10;
background-color: black;
overflow: hidden;
}
.slider-block .bg {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
.slider-block .curve {
position: absolute;
width: 100%;
height: 225px;
bottom: 0;
z-index: 1;
}
.slider-block .curve svg {
height: 100%;
width: 140%;
}
.slider-block .slider {
padding: 0;
}
.slider-block .slider .slick-list {
overflow: visible;
}
.slider-block .slider .slick-list .slick-track {
overflow: hidden;
}
.slider-block .slider .slick-list .slick-track .item {
position: relative;
display: flex;
align-items: center;
height: 70vh;
max-height: 800px;
min-height: 700px;
}
.slider-block .slider .slick-list .slick-track .item img {
display: block;
object-fit: cover;
object-position: center;
height: 100%;
width: 100%;
right: 0;
position: absolute;
opacity: 0.8;
}
.slider-block .slider .slick-list .slick-track .item .video-cont {
position: relative;
height: 100%;
width: 100%;
background: #000;
overflow: hidden;
z-index: 1;
}
.slider-block .slider .slick-list .slick-track .item .video-cont iframe {
position: absolute;
transform: translate(-50%, -50%);
width: 130%;
height: 130%;
left: 50%;
top: 50%;
}
.slider-block .slider .slick-list .slick-track .item .content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: flex-start;
z-index: 5;
padding: 110px 20px 50px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont {
width: 38%;
transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
transition-delay: 0.2s;
transform: translateY(50%) translateZ(0);
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: left;
opacity: 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col {
width: 100%;
padding: 0;
box-sizing: border-box;
justify-content: flex-start;
text-align: left;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col svg {
width: 225px;
filter: invert(1) brightness(100);
margin-bottom: 10px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col h1, .slider-block .slider .slick-list .slick-track .item .content .cont .col h2, .slider-block .slider .slick-list .slick-track .item .content .cont .col p {
width: 100%;
color: white;
margin: 0 auto;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col p {
margin: 0 auto;
padding-top: 25px;
font-size: 16px;
line-height: 29px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col h1 {
margin-top: 10px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col a {
padding: 15px 35px 13px 35px;
margin: 20px 5px 0;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col a:hover {
padding: 15px 55px 13px 35px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col:nth-child(2) {
width: 50%;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.slider-block .slider .slick-list .slick-track .item:before {
content: "";
width: 15%;
transition: all 0.8s ease-in-out;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 2;
opacity: 0;
position: absolute;
bottom: 0;
left: 0;
}
.slider-block .slider.anim .slick-list .slick-track .item .content .cont {
transform: translate(0%, 0%);
opacity: 1;
}
.slider-block .slider.anim .slick-list .slick-track .item:before {
width: 45%;
opacity: 1;
}
.slider-block .slider.small .slick-list .slick-track .item {
max-height: 650px;
min-height: 550px;
height: 50vh;
}
.slider-block .arrow-wrapper {
max-width: 1140px;
position: relative;
}
.slider-block .arrow-wrapper .arrow {
left: 50%;
position: absolute;
transform: translate(-50%, -50%);
width: 35px;
height: 35px;
bottom: 0;
z-index: 13;
}
.slider-block .arrow-wrapper .arrow:after, .slider-block .arrow-wrapper .arrow:before {
content: "";
width: 20px;
height: 2px;
border-radius: 3px;
background-color: white;
transform: rotate(-40deg);
position: absolute;
right: 0;
top: 20px;
transition: all 0.3s ease-in-out;
}
.slider-block .arrow-wrapper .arrow:before {
left: 0;
right: auto;
transform: rotate(40deg);
}
.slider-block .arrow-wrapper .arrow:hover {
cursor: pointer;
}
.slider-block .arrow-wrapper .arrow:hover:after, .slider-block .arrow-wrapper .arrow:hover:before {
top: 25px;
}
@media screen and (max-width: 844px) {
.slider-block {
overflow: hidden;
}
.slider-block .slider {
padding: 0;
}
.slider-block .slider .slick-list .slick-track {
overflow: visible;
}
.slider-block .slider .slick-list .slick-track .item {
display: inline-block;
max-height: auto;
min-height: 700px;
}
.slider-block .slider .slick-list .slick-track .item .img img {
width: 100%;
}
.slider-block .slider .slick-list .slick-track .item .content .cont {
width: 100%;
background-color: var(--j-lblue);
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col {
width: 100% !important;
padding: 10px 45px 20px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col svg {
width: 175px;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col p {
max-width: 100% !important;
}
.slider-block .slider .slick-list .slick-track .item .content .cont .col a {
margin-top: 20px;
}
.slider-block .slider .slick-list .slick-track .item .video-cont iframe {
width: 150vh;
}
.slider-block .slider .slick-list .slick-track .item:before {
width: 0%;
}
.slider-block .slider.small .slick-list .slick-track .item {
min-height: 580px;
}
.slider-block .slider.anim .slick-list .slick-track .item:before {
width: 100%;
}
.slider-block .arrow {
transform: translate(-50%, -50%);
display: none;
}
}
.split-content-block {
position: relative;
overflow: hidden;
}
.split-content-block .boxes {
display: flex;
flex-wrap: wrap;
}
.split-content-block .boxes .item {
width: 50%;
background-color: var(--r-blue);
padding: 50px;
box-sizing: border-box;
}
.split-content-block .boxes .item .content {
height: 100%;
display: flex;
flex-wrap: wrap;
align-items: self-start;
}
.split-content-block .boxes .item .content h3 {
color: white;
margin: 0 0 10px;
padding: 0;
}
.split-content-block .boxes .item .content p {
color: white;
}
.split-content-block .boxes .item .content a {
background-color: transparent;
border-color: white;
margin-top: auto;
}
.split-content-block .boxes .item .content a:hover {
background-color: white;
color: var(--r-dgrey);
}
.split-content-block .boxes .item .content a:after {
filter: brightness(0);
}
.split-content-block .boxes .item:after {
content: "";
position: absolute;
left: -100vw;
width: 100vh;
height: 100%;
top: 0;
left: 0;
background-color: var(--r-blue);
z-index: -1;
}
.split-content-block .boxes .item:nth-child(even) {
background-color: var(--r-lgrey);
}
.split-content-block .boxes .item:nth-child(even) .content h3, .split-content-block .boxes .item:nth-child(even) .content p {
color: var(--r-dgrey);
}
.split-content-block .boxes .item:nth-child(even) .content a {
color: var(--r-dgrey);
border-color: var(--r-grey);
}
.split-content-block .boxes .item:nth-child(even) .content a:hover {
border-color: var(--r-blue);
background-color: var(--r-blue);
color: white;
}
.split-content-block .boxes .item:nth-child(even) .content a:after {
filter: brightness(10);
}
.split-content-block .boxes .item:nth-child(even)::after {
left: auto;
right: 0;
background-color: var(--r-lgrey);
}
@media screen and (max-width: 844px) {
.split-content-block .boxes {
padding: 0;
}
.split-content-block .boxes .item {
width: 100%;
padding: 50px 40px;
}
.split-content-block .boxes .item:after {
display: none;
}
}
.stats-block {
position: relative;
text-align: center;
}
.stats-block h2 {
color: var(--giraffe-purple);
}
.stats-block p {
font-size: 22px;
font-family: "Montserrat", sans-serif;
font-weight: 600;
}
.stats-block .cont {
margin-top: 60px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 20px;
}
.stats-block .cont .item {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
max-width: 300px;
justify-content: center;
}
.stats-block .cont .item img {
display: inline-block;
width: 180px;
max-height: 140px;
}
.stats-block .cont .item h3 {
width: 100%;
text-align: center;
padding: 0;
margin: 15px 0 5px;
font-size: 40px;
color: var(--giraffe-purple);
}
.stats-block .cont .item p {
width: 100%;
text-align: center;
padding: 0;
margin: 0;
font-size: 20px;
font-family: "Montserrat", sans-serif;
font-weight: 900;
}
.talk-block {
position: relative;
margin: 30px 0;
}
.talk-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.talk-block .cont a {
color: var(--giraffe-grey);
border: 2px solid var(--giraffe-purple);
background-color: white;
}
.talk-block .cont a:hover {
background-color: var(--giraffe-purple);
color: white;
}
@media screen and (max-width: 844px) {
.talk-block .cont h3 {
text-align: center;
}
.talk-block .cont a {
display: inline-block;
margin: 0 auto;
}
}
.team-block .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.team-block .cont .item {
width: 19%;
}
.team-block .cont .item img {
width: 100%;
height: 170px;
display: block;
object-fit: cover;
object-position: center;
}
.team-block .cont .item p {
color: white;
}
@media screen and (max-width: 844px) {
.team-block .cont .item {
width: 100%;
margin: 10px 0;
}
}
.term-dates-block {
position: relative;
padding: 20px 0;
}
.term-dates-block .dev {
right: 0;
left: auto;
}
.term-dates-block h3 {
color: var(--hv-lgrey);
}
.term-dates-block .cont {
padding: 20px 0;
}
.term-dates-block .cont .value {
display: flex;
flex-wrap: wrap;
margin: 7px 0;
position: relative;
}
.term-dates-block .cont .value p {
margin: 0;
padding: 0 0 0 20px;
line-height: 18px;
font-size: 14px;
}
.term-dates-block .cont .value p:after {
content: "";
width: 30px;
height: 100%;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/arrow-right-orange.svg) no-repeat left center;
background-size: 12px;
position: absolute;
left: 0;
top: 0;
}
@media screen and (max-width: 844px) {
.term-dates-block {
padding: 0;
}
.term-dates-block .cont {
padding: 0;
}
}
.title-block #top-bg {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
width: 1200px;
z-index: -1;
top: 0;
}
.title-block #top-bg img {
width: 100%;
height: auto;
}
.title-block #top-bg.small {
width: 700px;
}
.title-block .cont {
width: 340px;
margin: 0 auto;
text-align: center;
margin-top: 85px;
margin-bottom: 70px;
padding: 80px 0 60px;
min-height: 145px;
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.title-block .cont h1 {
color: #fff;
padding: 0;
margin: 0;
font-size: 45px;
line-height: 45px;
font-weight: 600;
}
.title-block .cont p {
color: #fff;
padding: 10px 0;
margin: 0;
font-weight: 400;
font-size: 21px;
}
.title-block .cont:after {
content: "";
width: 60px;
height: 60px;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/liminal-logo-white.svg) no-repeat center center;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 0);
}
.title-block .dev {
top: 28px !important;
}
@media screen and (max-width: 844px) {
.title-block {
position: relative;
width: 100%;
overflow: hidden;
top: -25px;
}
.title-block .cont {
padding: 120px 0 60px;
}
}
[data-type="acf/title"] {
position: relative;
}
[data-type="acf/title"] #top-bg {
z-index: 0;
}
.van-checklist-block {
position: relative;
}
.van-checklist-block h3 {
color: var(--r-orange);
display: flex;
flex-wrap: wrap;
align-items: center;
}
.van-checklist-block h3:before {
content: "";
width: 50px;
height: 50px;
position: relative;
background: transparent url(//www.revampavan.com/wp-content/themes/revampavan/images/clipboard.svg) no-repeat left center;
background-size: 38px;
margin-right: 10px;
}
.van-checklist-block h3 span {
max-width: 200px;
}
.welcome-block {
position: relative;
min-height: 450px;
}
.welcome-block:after {
content: "";
width: 200vw;
height: 1px;
background-color: var(--hv-llgrey);
position: absolute;
bottom: 0;
left: 0;
}
.welcome-block .content .wp-block-columns {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
gap: 0;
}
.welcome-block .content .wp-block-columns .wp-block-column {
width: 50%;
flex-basis: auto;
flex-grow: initial;
align-items: center !important;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) {
padding: 40px 60px 40px 0;
box-sizing: border-box;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h1, .welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h2, .welcome-block .content .wp-block-columns .wp-block-column:nth-child(1) > .heading:first-of-type h3 {
margin-top: 10px;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(2) figure {
height: 100%;
}
.welcome-block .content .wp-block-columns .wp-block-column:nth-child(2) figure img {
height: 100%;
object-fit: contain;
object-position: center bottom;
}
.welcome-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(1) {
order: 2;
}
.welcome-block .content.arrange-left .wp-block-columns .wp-block-column:nth-child(2) {
order: 1;
}
.work-block {
padding: 100px 0px 0;
position: relative;
background: black url(//www.revampavan.com/wp-content/themes/revampavan/images/pattern-bg.jpg) repeat-y center center;
background-size: cover;
}
.work-block .work-container h2 {
color: white;
}
.work-block .work-container > a {
position: relative;
top: -100px;
}
.work-block .work-container .cont {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 40px 0px;
}
.work-block .work-container .cont .item {
width: calc(50% - 10px);
display: inline-block;
text-decoration: none;
transition: all 0.3s ease-in-out;
z-index: 1;
}
.work-block .work-container .cont .item img {
width: 100%;
height: 450px;
object-fit: cover;
object-position: center;
}
.work-block .work-container .cont .item p.tag {
font-family: "Montserrat", sans-serif;
color: var(--giraffe-purple);
text-transform: uppercase;
padding: 5px 0;
margin: 0;
font-size: 13px;
font-weight: 600;
}
.work-block .work-container .cont .item h3 {
color: white;
padding: 0;
margin: 0 0 40px;
}
.work-block .work-container .cont .item:hover {
transform: scale(1.1);
z-index: 2;
}
.work-block .work-container .cont .item:nth-child(4n+2) img, .work-block .work-container .cont .item:nth-child(4n+3) img {
height: 300px;
}
.work-block .work-container .cont .item:nth-child(4n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(5n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(6n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(7n) {
top: -149px;
position: relative;
}
.work-block .work-container .cont .item:nth-child(8n) {
top: -149px;
position: relative;
}
.work-block .work-container.two {
padding-bottom: 100px;
}
.work-block .work-container.two > a {
top: 0;
}
.work-block .work-container.two .cont .item:nth-child(4n+2) img, .work-block .work-container.two .cont .item:nth-child(4n+3) img {
height: 450px;
}
@media screen and (max-width: 844px) {
.work-block {
padding: 50px 0 0;
}
.work-block .work-container {
padding: 0 20px 60px;
}
.work-block .work-container .cont .item {
width: 100%;
top: 0 !important;
}
.work-block .work-container > a {
top: auto;
bottom: 0;
}
}
[data-type="core/spacer"] .components-resizable-box__container {
background-color: #f7f7f7;
}