7854 lines
162 KiB
CSS
7854 lines
162 KiB
CSS
/*************************************
|
|
******** SHAPE CONTROLL CSS **********
|
|
*************************************/
|
|
|
|
.tp-section-image {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.shapeanimation {
|
|
-webkit-animation-duration: 9s;
|
|
animation-duration: 9s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
animation-duration: 9s;
|
|
-webkit-animation-duration: 9s;
|
|
z-index: -1;
|
|
}
|
|
.elementor-widget-restly_Animation_shape img.shapeanimation {
|
|
z-index: 11;
|
|
}
|
|
|
|
/* custom animations */
|
|
|
|
@-webkit-keyframes shapeMover {
|
|
0%,
|
|
100% {
|
|
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
}
|
|
50% {
|
|
transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeMover {
|
|
0%,
|
|
100% {
|
|
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
}
|
|
50% {
|
|
transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeMover {
|
|
0%,
|
|
100% {
|
|
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
}
|
|
50% {
|
|
transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes bubbleMover {
|
|
0% {
|
|
transform: translateY(0px) translateX(0) rotate(0);
|
|
}
|
|
30% {
|
|
transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
transform-origin: center center;
|
|
}
|
|
50% {
|
|
transform: translateY(50px) translateX(100px) rotate(45deg);
|
|
transform-origin: right bottom;
|
|
}
|
|
80% {
|
|
transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
transform-origin: left top;
|
|
}
|
|
100% {
|
|
transform: translateY(0px) translateX(0) rotate(0);
|
|
transform-origin: center center;
|
|
}
|
|
}
|
|
|
|
@keyframes bubbleMover {
|
|
0% {
|
|
transform: translateY(0px) translateX(0) rotate(0);
|
|
}
|
|
30% {
|
|
transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
transform-origin: center center;
|
|
}
|
|
50% {
|
|
transform: translateY(50px) translateX(100px) rotate(45deg);
|
|
transform-origin: right bottom;
|
|
}
|
|
80% {
|
|
transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
transform-origin: left top;
|
|
}
|
|
100% {
|
|
transform: translateY(0px) translateX(0) rotate(0);
|
|
transform-origin: center center;
|
|
}
|
|
}
|
|
|
|
|
|
/* ==================================
|
|
===== RESTLY SECTION TITLE CSS ======
|
|
================================== */
|
|
|
|
.tran-04 {
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.theme-btns.prev-icon i,
|
|
a.theme-btns.prev-icon i {
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
transition: .4s;
|
|
}
|
|
|
|
.theme-btns.prev-icon:hover i,
|
|
a.theme-btns.prev-icon:hover i {
|
|
margin-right: 15px;
|
|
transition: .4s;
|
|
}
|
|
|
|
.theme-btns.style-six,
|
|
a.theme-btns.style-six {
|
|
color: #000000;
|
|
background: transparent;
|
|
border: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.theme-btns.style-six:hover,
|
|
a.theme-btns.style-six:hover {
|
|
background: #e5eef6;
|
|
}
|
|
|
|
.theme-btns i,
|
|
a.theme-btns i {
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.theme-btns:hover i,
|
|
a.theme-btns:hover i {
|
|
margin-left: 15px;
|
|
margin-right: -5px;
|
|
}
|
|
|
|
.restly-section-stitle {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
text-transform: uppercase;
|
|
color: #104cba;
|
|
font-family: 'Rubik';
|
|
line-height: 46px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.restly-section-title {
|
|
font-size: 36px;
|
|
font-weight: 800;
|
|
margin: 0;
|
|
line-height: 46px;
|
|
}
|
|
|
|
.restly-section-title {
|
|
text-align: center;
|
|
padding: 0 135px;
|
|
}
|
|
|
|
|
|
/* ==================================
|
|
========= HOME BANNER CSS ===========
|
|
================================== */
|
|
|
|
.restly-home-banner-btn {
|
|
display: block;
|
|
clear: both;
|
|
margin-top: 35px;
|
|
}
|
|
|
|
.restly-home-banner-contents {
|
|
padding: 200px 0;
|
|
}
|
|
|
|
.restly-banner-stitle {
|
|
font-size: 18px;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #ffffff;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.restly-banner-title {
|
|
font-size: 72px;
|
|
font-weight: bolder;
|
|
font-family: 'Nunito';
|
|
line-height: 82px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-home-banner {
|
|
background-position: center center;
|
|
background-size: cover;
|
|
z-index: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.video-button {
|
|
width: 57px;
|
|
height: 57px;
|
|
background: #fff;
|
|
display: inline-block;
|
|
border-radius: 100%;
|
|
color: #104cba;
|
|
line-height: 1;
|
|
padding: 21px 0;
|
|
text-align: center;
|
|
margin-left: 20px;
|
|
transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
|
|
}
|
|
|
|
.video-button:hover {
|
|
box-shadow: 0 0 1px 15px rgb(255 255 255 / 40%), 0 0 1px 30px rgb(255 255 255 / 10%), 0 0 1px 45px rgb(255 255 255 / 6%);
|
|
}
|
|
|
|
.restly-home-banner:after {
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
background: rgb(16 76 186 / 24%);
|
|
z-index: -1;
|
|
}
|
|
|
|
|
|
/*** Home Four Banner */
|
|
|
|
a.theme-btns.no-bg {
|
|
background-color: transparent;
|
|
border: 1px solid #ffffff;
|
|
padding: 19px 34px;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
a.theme-btns.no-bg:hover {
|
|
background-color: #ffffff;
|
|
color: #1d2c38;
|
|
}
|
|
|
|
.restly-home-banner-forms {
|
|
background: #ffffff;
|
|
padding: 50px;
|
|
}
|
|
|
|
.restly-home-banner-forms .restly-banner-form-title {
|
|
font-size: 35px;
|
|
line-height: 1;
|
|
margin: 0;
|
|
font-family: 'Nunito';
|
|
}
|
|
|
|
.restly-home-banner-forms .restly-banner-form-stitle {
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
margin: 20px 0;
|
|
color: #454545;
|
|
font-family: 'Rubik';
|
|
font-weight: 400;
|
|
}
|
|
|
|
.restly-home-banner-forms .form-shortcode label {
|
|
font-size: 18px;
|
|
font-weight: bolder;
|
|
color: #001d23;
|
|
font-family: 'Nunito';
|
|
margin-bottom: 13px;
|
|
}
|
|
|
|
.restly-home-banner-forms .form-input.inputlist {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.restly-home-banner-forms input {
|
|
vertical-align: middle;
|
|
min-width: 100%;
|
|
border: 2px solid #dddddd;
|
|
outline: 0!important;
|
|
max-height: calc(12.2em + 18px);
|
|
height: calc(2.2em + 19px);
|
|
padding: 13px 10px 10px;
|
|
-webkit-appearance: none;
|
|
background-size: 12px;
|
|
max-width: 100%;
|
|
background: transparent;
|
|
}
|
|
|
|
.restly-home-banner-forms .wpcf7-submit.theme-btns {
|
|
min-width: auto;
|
|
}
|
|
|
|
.restly-home-banner-forms .wpcf7-response-output {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.restly-home-banner-wrapper.banner-two .restly-home-banner-contents {
|
|
padding: 300px 0;
|
|
}
|
|
|
|
.restly-home-banner-forms span.ajax-loader {
|
|
display: inline;
|
|
}
|
|
|
|
.restly-home-banner-wrapper.banner-two .restly-home-banner-contents {
|
|
margin-right: 50px;
|
|
}
|
|
|
|
|
|
/* ==================================
|
|
========= SERVICE BOX CSS ===========
|
|
================================== */
|
|
|
|
.service-normal-hover {
|
|
border: 2px solid #e7edf8;
|
|
border-radius: 5px;
|
|
padding: 30px 20px;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.service-title {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-top: 30px;
|
|
font-family: 'Rubik';
|
|
}
|
|
|
|
.service-dec p {
|
|
line-height: 28px;
|
|
margin-top: 14px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.service-nbtn .theme-btns {
|
|
width: 35px;
|
|
height: 35px;
|
|
border-radius: 100%;
|
|
padding: 0;
|
|
display: inline-block;
|
|
text-align: center;
|
|
line-height: 37px;
|
|
background-color: #e5eef6;
|
|
color: #104cba;
|
|
}
|
|
|
|
.service-nbtn .theme-btns:hover {
|
|
background-color: #104cba;
|
|
color: #fff;
|
|
}
|
|
|
|
.restly-service-icon i {
|
|
font-size: 70px;
|
|
}
|
|
|
|
.restly-service-normal .service-dec p {
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.restly-service-normal .service-title {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.restly-service-normal {
|
|
padding: 28px 20px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
========== Service hover ==========
|
|
=================================*/
|
|
|
|
.restly-service-hover {
|
|
background-color: #104cba;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.service-htitle {
|
|
font-size: 22px;
|
|
line-height: 34px;
|
|
font-family: 'Nunito';
|
|
font-weight: bolder;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.service-hbtn a {
|
|
clear: both;
|
|
display: block;
|
|
text-align: center;
|
|
background-color: #285ec1;
|
|
}
|
|
|
|
.restly-service-hover.service-normal-hover {
|
|
padding: 37px 27px;
|
|
position: absolute;
|
|
top: 0;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
width: 100%;
|
|
left: 0;
|
|
opacity: 0;
|
|
transform: scale(1.4);
|
|
border-color: transparent;
|
|
height: 100%;
|
|
}
|
|
|
|
.restly-service-hover .service-dec p {
|
|
margin-top: 16px;
|
|
color: #ffffff;
|
|
margin-bottom: 21px;
|
|
}
|
|
|
|
.restly-service-box {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.restly-service-tow-btn {
|
|
line-height: 0;
|
|
}
|
|
|
|
.restly-service-box:hover .restly-service-hover.service-normal-hover {
|
|
opacity: 1;
|
|
transform: scale(1);
|
|
}
|
|
|
|
|
|
/* ==================================
|
|
======== SERVICE BOX TWO CSS ========
|
|
================================== */
|
|
|
|
.service-two-left .restly-service-two-icon {
|
|
margin-right: 30px;
|
|
float: left;
|
|
}
|
|
|
|
.restly-service-two-box {
|
|
border: 2px solid #e6ecf7;
|
|
border-radius: 5px;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
padding: 30px;
|
|
}
|
|
|
|
.service-two-content {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.service-two-title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
line-height: 1;
|
|
margin: 0;
|
|
}
|
|
|
|
.service-two-dec p {
|
|
margin: 13px 0;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
a.theme-btns2 {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
color: #1d2c38;
|
|
line-height: 1;
|
|
}
|
|
|
|
a.theme-btns2 i {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.restly-service-two-box:hover a.theme-btns2.two i {
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-service-two-box:hover {
|
|
border-color: transparent;
|
|
background-color: #fff;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
|
|
}
|
|
|
|
.restly-service-two-contents.service-two-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.service-two-center .restly-service-two-icon {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.restly-service-two-contents.service-two-right .restly-service-two-icon {
|
|
float: right;
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.service-two-right .service-two-content {
|
|
text-align: right;
|
|
}
|
|
|
|
.restly-service-two-icon i {
|
|
display: block;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
== RESTLY SERVICE BOX THREE CSS ===
|
|
=================================*/
|
|
|
|
.service-box-three-icon {
|
|
width: 106px;
|
|
height: 106px;
|
|
background: #ffffff;
|
|
text-align: center;
|
|
padding: 14px;
|
|
border-radius: 5px;
|
|
font-size: 75px;
|
|
display: block;
|
|
}
|
|
|
|
.restly-service-box-three-inner {
|
|
text-align: left;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.service-three-title {
|
|
font-size: 20px;
|
|
font-weight: 800;
|
|
line-height: 1;
|
|
font-family: 'Nunito';
|
|
margin-top: 35px;
|
|
margin-bottom: 16px;
|
|
color: #fff;
|
|
}
|
|
|
|
.service-three-title a {
|
|
color: #fff;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.service-three-title a:hover {
|
|
color: #104cba;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.service-three-dec p {
|
|
color: #818a90;
|
|
margin-bottom: 0;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.serveice3-right .service-box-three-icon {
|
|
margin: 0 0 0 auto;
|
|
}
|
|
|
|
.serveice3-center .service-box-three-icon {
|
|
margin: auto;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
== RESTLY SERVICE BOX FOUR CSS ===
|
|
=================================*/
|
|
|
|
.restly-service-four-item {
|
|
box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
|
|
padding: 25px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.service-four-image {
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
margin-top: -67px;
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.service-four-contnts {
|
|
display: flex;
|
|
}
|
|
|
|
.service-four-title-area .service-stitle-four {
|
|
font-size: 16px;
|
|
color: #104cba;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
}
|
|
|
|
.service-four-title-area .service-title-four {
|
|
font-size: 24px;
|
|
font-weight: 600;
|
|
font-family: 'Nunito';
|
|
line-height: 1.5;
|
|
margin-top: 5px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.service-four-title-area {
|
|
width: 100%;
|
|
}
|
|
|
|
.service-four-icons i {
|
|
font-size: 60px;
|
|
}
|
|
|
|
.service-four-icons.service-icon-left {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.service-four-icons.service-icon-right {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
== RESTLY SERVICE BOX Five CSS ===
|
|
=================================*/
|
|
|
|
.restly-service-two-box.service-style-5 {
|
|
position: relative;
|
|
}
|
|
|
|
.restly-service-two-box.service-style-5 .restly-service-tow-btn {
|
|
position: absolute;
|
|
right: 30px;
|
|
top: -25px;
|
|
}
|
|
|
|
.restly-service-two-box.service-style-5 .restly-service-tow-btn a {
|
|
width: 45px;
|
|
height: 45px;
|
|
display: block;
|
|
background: #ffffff;
|
|
box-shadow: 10px 0px 60px 0px rgb(16 76 186 / 30%);
|
|
border-radius: 100%;
|
|
text-align: center;
|
|
line-height: 21px;
|
|
padding: 14px 0;
|
|
}
|
|
|
|
.restly-service-two-box.service-style-5 .service-two-dec p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
== RESTLY SERVICE BOX Six CSS ===
|
|
=================================*/
|
|
|
|
.restly-service-six-contents {
|
|
border: 1px solid #273540;
|
|
border-top: unset;
|
|
padding: 30px;
|
|
}
|
|
|
|
.service-six-title {
|
|
font-size: 22px;
|
|
margin-top: 15px;
|
|
margin-bottom: 15px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.restly-service-six-icon i {
|
|
font-size: 55px;
|
|
}
|
|
|
|
.service-six-dec p {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
== RESTLY IMAGE WITH EFFECT CSS ===
|
|
=================================*/
|
|
|
|
.image-shape {
|
|
background: #104cba;
|
|
animation: morph 8s ease-in-out infinite;
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
height: 70%;
|
|
-webkit-transition: all 1s ease-in-out;
|
|
-moz-transition: all 1s ease-in-out;
|
|
-ms-transition: all 1s ease-in-out;
|
|
-o-transition: all 1s ease-in-out;
|
|
transition: all 1s ease-in-out;
|
|
width: 86%;
|
|
position: absolute;
|
|
bottom: 42px;
|
|
z-index: 0;
|
|
left: -9px;
|
|
}
|
|
|
|
.image-shape2 {
|
|
background: #273540;
|
|
animation: morph2 8s ease-in-out infinite;
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
height: 97%;
|
|
-webkit-transition: all 1s ease-in-out;
|
|
-moz-transition: all 1s ease-in-out;
|
|
-ms-transition: all 1s ease-in-out;
|
|
-o-transition: all 1s ease-in-out;
|
|
transition: all 1s ease-in-out;
|
|
width: 76%;
|
|
position: absolute;
|
|
top: 13px;
|
|
z-index: 0;
|
|
left: 13px;
|
|
}
|
|
|
|
.restly-image {
|
|
position: relative;
|
|
}
|
|
|
|
@keyframes morph {
|
|
0% {
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
}
|
|
50% {
|
|
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
|
|
}
|
|
100% {
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
}
|
|
}
|
|
|
|
@keyframes morph2 {
|
|
0% {
|
|
border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
|
|
}
|
|
50% {
|
|
border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
|
|
}
|
|
100% {
|
|
border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
|
|
}
|
|
}
|
|
|
|
|
|
/*=================================
|
|
======= RESTLY ABOUT US CSS =======
|
|
=================================*/
|
|
|
|
.restly-about-stitle {
|
|
font-size: 16px;
|
|
color: #fff;
|
|
font-family: 'Rubik';
|
|
font-weight: 600;
|
|
line-height: 46px;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.restly-about-content .restly-about-title {
|
|
font-size: 36px;
|
|
line-height: 46px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.restly-about-dec p {
|
|
color: #ffffff;
|
|
line-height: 28px;
|
|
opacity: 80%;
|
|
margin-top: 23px;
|
|
margin-bottom: 36px;
|
|
}
|
|
|
|
.restly-about-dec ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-about-dec ul li {
|
|
color: #fff;
|
|
line-height: 40px;
|
|
font-weight: 400;
|
|
display: inline-block;
|
|
width: 49%;
|
|
position: relative;
|
|
margin-bottom: 11px;
|
|
clear: both;
|
|
padding-left: 45px;
|
|
}
|
|
|
|
.restly-about-dec ul li:before {
|
|
content: "\f00c";
|
|
font-family: 'Font Awesome 5 Free';
|
|
width: 35px;
|
|
height: 35px;
|
|
display: inline-block;
|
|
background: #104cba;
|
|
border-radius: 100%;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
font-weight: 600;
|
|
clear: both;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
|
|
.restly-about-content.restly-right .restly-about-dec ul li:before {
|
|
float: right;
|
|
margin-right: 0;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.restly-line-bg {
|
|
z-index: -1;
|
|
}
|
|
|
|
.restly-about-content.text-right .restly-about-dec ul li:before {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.restly-about-content.text-right .restly-about-dec ul li {
|
|
padding-left: 0;
|
|
padding-right: 50px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
======= RESTLY COUNTER CSS ========
|
|
=================================*/
|
|
|
|
.counter-nmber {
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
font-family: 'Nunito';
|
|
line-height: 46px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
}
|
|
|
|
.resty-counter-title {
|
|
font-size: 22px;
|
|
color: #fff;
|
|
font-family: 'Rubik';
|
|
margin: 0;
|
|
line-height: 46px;
|
|
margin-top: 10px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.restly-counter {
|
|
text-align: center;
|
|
}
|
|
|
|
.restly-counter-wrapper.style-two {
|
|
width: 180px;
|
|
height: 180px;
|
|
border-radius: 100%;
|
|
background: #ffffff;
|
|
padding: 46px 0;
|
|
border: 8px solid rgb(231 231 233 / 56%);
|
|
}
|
|
|
|
|
|
/*=================================
|
|
==== RESTLY WORK PROGRESS CSS =====
|
|
=================================*/
|
|
|
|
.restly-work-process-icon i {
|
|
background: #285ec1;
|
|
border-radius: 100%;
|
|
position: relative;
|
|
font-size: 65px;
|
|
line-height: 1;
|
|
color: #fff;
|
|
width: 130px;
|
|
height: 130px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
padding: 36px 0;
|
|
display: inline-block;
|
|
font-style: normal
|
|
}
|
|
|
|
.restly-work-process-icon i label,
|
|
.restly-work-process-icon.with-img span label {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
position: absolute;
|
|
top: 17px;
|
|
right: -3px;
|
|
width: 30px;
|
|
height: 30px;
|
|
background: #fff;
|
|
border-radius: 100%;
|
|
text-align: center;
|
|
line-height: 34px;
|
|
font-size: 16px;
|
|
font-family: 'Rubik';
|
|
font-weight: 600;
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-work-process-icon.with-img span label {
|
|
top: -40px;
|
|
}
|
|
|
|
.restly-work-process {
|
|
text-align: center;
|
|
}
|
|
|
|
.work-process-title {
|
|
font-family: 'Rubik';
|
|
color: #fff;
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
line-height: 30px;
|
|
padding: 0px 50px;
|
|
margin-top: 30px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.restly-work-process-icon.with-img img {
|
|
background: #285ec1;
|
|
border-radius: 100%;
|
|
position: relative;
|
|
font-size: 65px;
|
|
line-height: 1;
|
|
color: #fff;
|
|
width: 130px;
|
|
height: 130px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
padding: 19px 0;
|
|
display: inline-block;
|
|
font-style: normal;
|
|
object-fit: none;
|
|
}
|
|
|
|
.restly-work-process-icon.with-img span {
|
|
position: relative;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
== RESTLY WORK PROGRESS TWO CSS ===
|
|
=================================*/
|
|
|
|
.restly-work-progress-two {
|
|
text-align: center;
|
|
}
|
|
|
|
.restly-work-progress-two .work-process-title {
|
|
color: #091d3e;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.restly-work-progress-two {
|
|
position: relative;
|
|
padding-bottom: 24px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.restly-work-progress-two label {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 28px;
|
|
font-size: 125px;
|
|
font-family: 'Nunito';
|
|
font-weight: 900;
|
|
color: #eeeff1;
|
|
z-index: -1;
|
|
}
|
|
|
|
.restly-workp_two_dec p {
|
|
margin: 0;
|
|
padding: 0 30px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
==== RESTLY PRICING TABLE CSS =====
|
|
=================================*/
|
|
|
|
.restly-pricing-inner {
|
|
box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-pricing-header {
|
|
background-color: #e7edf8;
|
|
border-radius: 5px;
|
|
padding: 16px 0 13px;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-pricing-title {
|
|
font-size: 18px;
|
|
text-transform: uppercase;
|
|
font-weight: 900;
|
|
line-height: 46px;
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-pricing-one .restly-pricing-inner:hover .restly-pricing-title {
|
|
color: #ffffff;
|
|
}
|
|
|
|
h2.restly-pricing-price {
|
|
font-size: 48px;
|
|
color: #104cba;
|
|
line-height: 46px;
|
|
margin: 0;
|
|
font-weight: 800;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
h6.restly-pricing-time {
|
|
font-size: 18px;
|
|
color: #73767c;
|
|
font-weight: 800;
|
|
line-height: 46px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
h2.restly-pricing-price label {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.restly-price-feature {
|
|
padding: 40px 0;
|
|
}
|
|
|
|
.restly-price-feature ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.restly-price-feature ul li {
|
|
font-size: 16px;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.restly-price-footer {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.restly-price-footer a.theme-btns {
|
|
padding: 20px 50px;
|
|
border-radius: 50px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.restly-pricing-two .restly-pricing-inner {
|
|
padding: 0;
|
|
}
|
|
|
|
.restly-pricing-two .restly-pricing-header {
|
|
background: transparent;
|
|
position: relative;
|
|
padding-bottom: 43px;
|
|
overflow: hidden;
|
|
padding-top: 25px;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.restly-pricing-two .restly-pricing-header:after {
|
|
position: absolute;
|
|
width: 450px;
|
|
height: 473px;
|
|
background: #f6f9fd;
|
|
left: -42px;
|
|
top: -257px;
|
|
content: "";
|
|
z-index: -1;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-two .restly-pricing-inner {
|
|
box-shadow: none;
|
|
border: 1px solid #ececec;
|
|
}
|
|
|
|
.restly-pricing-two .restly-price-footer {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-two:hover .restly-pricing-inner {
|
|
background-color: #1d2c38;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-two:hover .restly-pricing-two .restly-pricing-header:after {
|
|
background-color: #f6f9fd;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-two:hover .restly-pricing-header:after {
|
|
background: #104cba;
|
|
}
|
|
|
|
.restly-pricing-two:hover .restly-pricing-header .restly-pricing-title,
|
|
.restly-pricing-two:hover .restly-pricing-header .restly-pricing-price {
|
|
color: #fff;
|
|
}
|
|
|
|
.restly-pricing-two:hover .restly-pricing-header .restly-pricing-time {
|
|
color: #a9bfe6;
|
|
}
|
|
|
|
.restly-pricing-two:hover .restly-price-feature ul li {
|
|
color: #fff;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-two .restly-price-footer a.theme-btns:hover {
|
|
color: #1d2c38;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
|
|
/** Procing three ***/
|
|
|
|
.restly-pricing-warpper.restly-pricing-three .restly-pricing-header {
|
|
background: transparent;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.restly-pricing-header .restly-price-footer {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-three .restly-price-footer {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-three .restly-pricing-inner {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.pricing-icon i {
|
|
font-size: 72px;
|
|
margin: 26px 0;
|
|
display: block;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-three .restly-pricing-title {
|
|
line-height: 1;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-three h2.restly-pricing-price {
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-three .restly-price-feature {
|
|
padding-top: 4px;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-three>span {
|
|
position: absolute;
|
|
right: -20px;
|
|
background: #2058bf;
|
|
color: #ffffff;
|
|
text-transform: uppercase;
|
|
font-size: 14px;
|
|
font-weight: bolder;
|
|
font-family: 'Nunito';
|
|
transform: rotate(90deg);
|
|
top: 43px;
|
|
border: none;
|
|
padding-top: 3px;
|
|
padding-bottom: 0px;
|
|
padding-right: 32px;
|
|
padding-left: 18px;
|
|
}
|
|
|
|
.restly-pricing-warpper.restly-pricing-three>span:after {
|
|
content: "";
|
|
width: 27px;
|
|
height: 27px;
|
|
background: white;
|
|
position: absolute;
|
|
top: 2px;
|
|
right: -13px;
|
|
border: none;
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
|
|
/*** pricing tab version**/
|
|
|
|
.restly-pricing-tabs-wrapper .nav {
|
|
display: block;
|
|
background: #ffffff;
|
|
padding: 15px 14px;
|
|
max-width: 73%;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
margin: 28px 0;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper .nav button {
|
|
display: inline-block;
|
|
background-color: transparent;
|
|
color: #949494;
|
|
text-transform: capitalize;
|
|
font-weight: bold;
|
|
padding: 0px 14px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper .nav button.active {
|
|
background-color: transparent;
|
|
color: #0e1e2a;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper .nav button i {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.restly-pricing-static-contnets h4 {
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
margin: 0;
|
|
font-family: 'Rubik';
|
|
font-weight: 500;
|
|
}
|
|
|
|
.restly-pricing-static-contnets h2 {
|
|
font-size: 36px;
|
|
font-family: 'Nunito';
|
|
color: #ffffff;
|
|
margin: 15px 0;
|
|
}
|
|
|
|
.restly-pricing-static-contnets p {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-pricing-sort-dec p {
|
|
color: #fff;
|
|
margin-bottom: 27px;
|
|
}
|
|
|
|
|
|
/**** Prcing Four **/
|
|
|
|
.restly-pricing-v2-wrapper {
|
|
background: #F4F7FA;
|
|
padding: 40px;
|
|
text-align: center;
|
|
transition: .4s;
|
|
}
|
|
|
|
.restly-price-v2-title {
|
|
font-size: 18px;
|
|
color: #2F97F7;
|
|
}
|
|
|
|
.restly-price-v2-price {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.restly-price-v2-offer span {
|
|
background: #ffffff;
|
|
font-size: 12px;
|
|
padding: 5px 20px;
|
|
border-radius: 5px;
|
|
color: #3938B9;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.restly-price-v2-offer {
|
|
display: block;
|
|
}
|
|
|
|
.restly-price-v2-dec {
|
|
padding: 50px 0;
|
|
}
|
|
|
|
a.restly-price-v2-btn {
|
|
padding: 13px 30px;
|
|
background: #2F97F7;
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
border-radius: 5px;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
}
|
|
|
|
a.restly-price-v2-btn i {
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
a.restly-price-v2-btn:hover {
|
|
background-color: #0A1426;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
=== RESTLY PORTFOLIO INFO CSS =====
|
|
=================================*/
|
|
|
|
.restly-protfolio-info-list ul li:after {
|
|
position: absolute;
|
|
content: "";
|
|
width: 10px;
|
|
height: 10px;
|
|
background: #104cba;
|
|
left: 0;
|
|
top: 3px;
|
|
bottom: 0;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.restly-protfolio-info-list {
|
|
padding: 35px 45px;
|
|
background-color: #F3F7FF;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-protfolio-info-list .portfolio-info-title {
|
|
font-size: 26px;
|
|
font-weight: 900;
|
|
font-family: 'Nunito';
|
|
line-height: 46px;
|
|
margin-bottom: 30px;
|
|
padding: 0;
|
|
margin-top: 0;
|
|
color: #1D2C38;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li label {
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: 800;
|
|
font-family: 'Nunito';
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 1em;
|
|
color: #1d2c38;
|
|
margin-bottom: 16px;
|
|
letter-spacing: -0.20px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.site-main.content-area.sidebar-no-bg-main .all-posts-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li {
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
font-family: 'Nunito';
|
|
color: #1D2C38;
|
|
font-weight: 400;
|
|
border-bottom: 1px solid #d9dfea;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li:last-child {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0;
|
|
border: none;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li a {
|
|
margin-right: 7px;
|
|
position: relative;
|
|
font-size: 18px;
|
|
font-family: 'Nunito';
|
|
color: #1d2c38;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li a:after {
|
|
content: ",";
|
|
margin-left: 1px;
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li a:last-child:after {
|
|
content: "";
|
|
}
|
|
|
|
.restly-protfolio-info-list ul li a:hover {
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-portfolio-dec2 {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
z-index: 11;
|
|
width: 100%;
|
|
padding-left: 30px;
|
|
}
|
|
|
|
.portfolio-style-two .restly-portfolio-item:after {
|
|
background: rgb(9, 29, 62);
|
|
background: linear-gradient(0deg, rgb(7 21 44) 0%, rgb(255 255 255 / 20%) 100%);
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-portfolio-dec2 h6 a {
|
|
color: #fff;
|
|
}
|
|
|
|
.restly-portfolio-dec2 h6 {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
font-family: 'Nunito';
|
|
line-height: 46px;
|
|
border-bottom: 1px solid rgb(66 83 123 / 61%);
|
|
padding-bottom: 10px;
|
|
margin-bottom: 0;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.restly-portfolio-btn {
|
|
line-height: 1;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
.restly-portfolio-btn a.theme-btns2 {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
font-family: 'Nunito';
|
|
}
|
|
|
|
.restly-portfolio-items.portfolio-style-two .restly-portfolio-item {
|
|
border-radius: 5px;
|
|
object-fit: cover;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-portfolio-btn a.theme-btns2 i {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
.restly-portfolio-dec2 h6 a:hover,
|
|
.restly-portfolio-btn a.theme-btns2:hover {
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-portfolio-cats a:last-child {
|
|
display: block;
|
|
}
|
|
|
|
.restly-portfolio-cats a {
|
|
display: none;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY PORTFOLIO FIVE CSS =====
|
|
=================================*/
|
|
|
|
.restly-portfolio-item-five {
|
|
position: relative;
|
|
min-height: 370px;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
width: 100%;
|
|
z-index: 1;
|
|
}
|
|
|
|
.portfolio-style-five .restly-portfolio-decs {
|
|
position: absolute;
|
|
bottom: 30px;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.restly-portfolio-item-five:after {
|
|
content: "";
|
|
background: rgb(14 30 42 / 53%);
|
|
height: 100%;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
.portfolio-style-five .restly-portfolio-content h6 {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.portfolio-style-five .restly-portfolio-content a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.portfolio-style-five .restly-portfolio-content p {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.portfolio-style-five .restly-portfolio-content {
|
|
padding: 0 19px;
|
|
}
|
|
|
|
.portfolio-style-five .restly-portfolio-content a:hover {
|
|
color: #104cba;
|
|
}
|
|
|
|
.portfolio-style-five .portfolio-btn a {
|
|
background: #104cba;
|
|
padding: 10px 12px;
|
|
display: inline-block;
|
|
border-radius: 5px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.portfolio-style-five .portfolio-btn {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: -11px;
|
|
}
|
|
|
|
.portfolio-style-five .portfolio-btn a:hover {
|
|
background-color: #0e1e2a;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY CONTACT INFO CSS =====
|
|
=================================*/
|
|
|
|
.restly-contact-info {
|
|
background-color: #104cba;
|
|
padding: 65px 55px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-contact-info .contact-info-title {
|
|
color: #ffffff;
|
|
font-size: 30px;
|
|
line-height: 46px;
|
|
font-family: 'Rubik';
|
|
font-weight: 600;
|
|
margin: 0;
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.restly-cinfo {
|
|
display: flex;
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.restly-cinfo:last-child {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.restly-cinfo-icon i {
|
|
width: 40px;
|
|
height: 40px;
|
|
background: #4070c8;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 100%;
|
|
font-size: 16px;
|
|
line-height: 42px;
|
|
margin-right: 20px;
|
|
display: block;
|
|
}
|
|
|
|
.restly-cinfo-dec span {
|
|
font-size: 16px;
|
|
color: #b8caea;
|
|
font-family: 'Rubik';
|
|
line-height: 28px;
|
|
}
|
|
|
|
.restly-cinfo-dec p {
|
|
font-size: 18px;
|
|
font-family: 'Rubik';
|
|
font-weight: 600;
|
|
color: #fff;
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-cinfo-dec p a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-cinfo-dec p a:hover {
|
|
color: #1d2c38;
|
|
}
|
|
|
|
.company-contact-widget ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY PORTFOLIO CSS =====
|
|
=================================*/
|
|
|
|
.restly-portfolio-item {
|
|
position: relative;
|
|
overflow: hidden;
|
|
transition: .4s;
|
|
}
|
|
|
|
.restly-portfolio-dec {
|
|
position: absolute;
|
|
bottom: -190px;
|
|
width: 90%;
|
|
background: rgb(0 0 0 / 80%);
|
|
margin: 0 auto;
|
|
left: 0;
|
|
right: 0;
|
|
border-radius: 5px;
|
|
padding: 13px 20px;
|
|
transition: .4s;
|
|
}
|
|
|
|
.restly-portfolio-dec a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-portfolio-dec>a {
|
|
font-size: 12px;
|
|
font-family: 'Rubik';
|
|
font-weight: 600;
|
|
line-height: 1;
|
|
margin-right: 5px;
|
|
text-transform: capitalize;
|
|
position: relative;
|
|
}
|
|
|
|
.restly-portfolio-dec h6 {
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-portfolio-dec h6 a {
|
|
line-height: 30px;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
font-family: 'Nunito';
|
|
}
|
|
|
|
.restly-portfolio-dec a:hover {
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-portfolio-dec>a:after {
|
|
content: ",";
|
|
margin-left: 1px;
|
|
}
|
|
|
|
.restly-portfolio-dec a:last-of-type:after {
|
|
content: "";
|
|
}
|
|
|
|
.restly-portfolio-item:hover .restly-portfolio-dec {
|
|
transition: .4s;
|
|
bottom: 20px;
|
|
}
|
|
|
|
.restly-portfolio-item img {
|
|
object-fit: cover;
|
|
}
|
|
|
|
img.img-responsive.portfolio-three-image.wp-post-image {
|
|
height: max-content;
|
|
object-fit: cover;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-portfolio-three-content .restly-portfolio-dec {
|
|
bottom: 13px;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.restly-portfolio-three-content .restly-portfolio-dec h6 a {
|
|
color: #1d2c38;
|
|
}
|
|
|
|
.restly-portfolio-three-content .restly-portfolio-dec:hover {
|
|
background: #104cba;
|
|
}
|
|
|
|
.restly-portfolio-three-content .restly-portfolio-dec:hover h6 a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav>div {
|
|
width: 45px;
|
|
height: 45px;
|
|
border-radius: 100%;
|
|
background-color: #ffffff;
|
|
margin-right: 15px;
|
|
text-align: center;
|
|
transition: .4s;
|
|
font-size: 0;
|
|
padding: 9px;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav .owl-prev:before,
|
|
.restly-portfolio-three .owl-nav .owl-next:before {
|
|
font-size: 22px;
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav .owl-prev:hover:before,
|
|
.restly-portfolio-three .owl-nav .owl-next:hover:before {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav .owl-prev:before {
|
|
content: "\f12c";
|
|
font-family: 'bootstrap-icons';
|
|
color: #104cba;
|
|
font-weight: bold;
|
|
font-size: 23px;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav .owl-next:before {
|
|
content: "\f135";
|
|
font-family: 'bootstrap-icons';
|
|
color: #104cba;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav>div:hover {
|
|
background-color: #104cba;
|
|
}
|
|
|
|
.restly-portfolio-three-content button.slick-arrow:hover:before {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-portfolio-static-contents h2 {
|
|
font-size: 36px;
|
|
font-weight: 900;
|
|
font-family: 'Nunito';
|
|
line-height: 46px;
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.restly-portfolio-static-contents h3 {
|
|
font-size: 16px;
|
|
color: #104cba;
|
|
margin: 0;
|
|
line-height: 46px;
|
|
}
|
|
|
|
.restly-portfolio-three-slides {
|
|
left: 28%;
|
|
position: relative;
|
|
margin-top: -199px;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav {
|
|
position: absolute;
|
|
left: -328px;
|
|
top: 50%;
|
|
}
|
|
|
|
.restly-portfolio-three .owl-nav>div {
|
|
display: inline-block;
|
|
}
|
|
|
|
.restly-portfolio-with-menu-wrapper .restly-portfolio-dec h6 a {
|
|
line-height: 30px;
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.restly-portfolio-related-wrapper {
|
|
margin-bottom: 120px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY PORTFOLIO STYLE FOUR CSS =====
|
|
=================================*/
|
|
|
|
.restly-portfolio-items.portfolio-style-four .restly-portfolio-dec {
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
bottom: 0;
|
|
margin: 0;
|
|
vertical-align: bottom;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
margin: 0 auto;
|
|
border-radius: 0;
|
|
background-color: #0e1e2a;
|
|
opacity: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.restly-portfolio-items.portfolio-style-four .portfolio-hover {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
height: 100px;
|
|
width: 100%;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.portfolio-hover {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
height: 100px;
|
|
width: 100%;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.restly-portfolio-items.portfolio-style-four .restly-portfolio-dec h6 {
|
|
margin: 6px 0px 15px 0;
|
|
}
|
|
|
|
a.portfolio-btn {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.restly-portfolio-items.portfolio-style-four .restly-portfolio-item:hover .restly-portfolio-dec {
|
|
opacity: 85%;
|
|
visibility: visible;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
======== RESTLY BLOG CSS =======
|
|
=================================*/
|
|
|
|
.restly-blog-post-item.restly-blog-one {
|
|
box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.restly-blog-post-content .post-meta-item ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-blog-top-area {
|
|
padding: 25px 25px 0 25px;
|
|
}
|
|
|
|
.restly-blog-post-content .post-meta-item ul li {
|
|
display: inline-block;
|
|
margin-right: 26px;
|
|
font-size: 14px;
|
|
text-transform: capitalize;
|
|
line-height: 27px;
|
|
}
|
|
|
|
.restly-blog-post-content .post-meta-item ul li i {
|
|
margin-right: 10px;
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-blog-post-content .post-meta-item ul li a {
|
|
color: #454545;
|
|
}
|
|
|
|
.restly-blog-post-title a {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
font-family: 'Rubik';
|
|
line-height: 28px;
|
|
margin: 13px 0;
|
|
display: block;
|
|
}
|
|
|
|
.restly-blog-one .restly-blog-post-author {
|
|
padding: 14px 25px;
|
|
border-top: 1px solid #e3e3e3;
|
|
margin-top: 22px;
|
|
}
|
|
|
|
.restly-blog-post-author img {
|
|
border-radius: 100% !important;
|
|
width: 35px;
|
|
height: 35px !important;
|
|
object-fit: cover;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.restly-blog-post-author {
|
|
font-weight: 600;
|
|
font-size: 15px;
|
|
font-family: 'Rubik';
|
|
}
|
|
|
|
.restly-blog-post-author span.author.vcard a {
|
|
text-transform: capitalize !important;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.restly-blog-post-author .byline {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
li.postby-tow {
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
text-transform: capitalize;
|
|
line-height: 28px;
|
|
}
|
|
|
|
li.postby-tow span a {
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.restly-blog-two .restly-blog-post-author {
|
|
position: absolute;
|
|
top: -20px;
|
|
}
|
|
|
|
.restly-blog-two .post-meta-item {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.restly-blog-two .restly-blog-top-area {
|
|
box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
|
|
background: #fff;
|
|
margin-top: -28px;
|
|
border-radius: 5px;
|
|
padding-bottom: 15px;
|
|
position: relative;
|
|
}
|
|
|
|
.restly-blog-two .restly-blog-post-content {
|
|
padding-right: 30px;
|
|
}
|
|
|
|
.restly-blog-post-img img {
|
|
height: 230px !important;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.restly-blog-post-item.restly-blog-two .restly-blog-post-img img {
|
|
border-top-left-radius: 5px;
|
|
border-top-right-radius: 5px;
|
|
}
|
|
|
|
.restly-blog-post-content .post-meta-item ul li a:hover {
|
|
color: #104cba;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
==== RESTLY BLOG V2 =====
|
|
=================================*/
|
|
|
|
.restly-blog-v2-static-wrapper .restly-blog-tatic-stitle {
|
|
font-size: 16px;
|
|
font-family: 'Rubik';
|
|
color: #0054a6;
|
|
line-height: 1;
|
|
}
|
|
|
|
.restly-blog-v2-static-wrapper .restly-blog-tatic-title {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.restly-blog-v2-sdec {
|
|
margin-bottom: 36px;
|
|
}
|
|
|
|
.restly-blog-v2-static-wrapper {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.restly-blog-v2-items .no-image .restly-blog-post-item {
|
|
box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
|
|
padding-top: 12px;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 30px;
|
|
transition: .4s;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-blog-v2-items .no-image .restly-blog-post-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.restly-blog-v2-items .no-image .restly-blog-post-item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.restly-blog-v2-items .no-image .restly-blog-post-item:hover .post-meta-item ul li i,
|
|
.restly-blog-v2-items .no-image .restly-blog-post-item:hover .restly-blog-post-title a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.restly-blog-v2-items .no-image .restly-blog-post-item:hover {
|
|
background-color: #104cba;
|
|
}
|
|
|
|
.no-image .restly-blog-post-item:hover .restly-post-dec,
|
|
.restly-blog-v2-items .no-image .restly-blog-post-item:hover .post-meta-item ul li a {
|
|
color: #ffffff;
|
|
opacity: 50%;
|
|
}
|
|
|
|
|
|
/* Blog V5 Style */
|
|
|
|
.news-five-item {
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.news-five-item img {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.news-five-item .content {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 30px 40px;
|
|
border-radius: 5px;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: end;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 10, 21, 0.4)), to(#030A15));
|
|
background: -webkit-linear-gradient(top, rgba(3, 10, 21, 0.4) 0%, #030A15 100%);
|
|
background: -o-linear-gradient(top, rgba(3, 10, 21, 0.4) 0%, #030A15 100%);
|
|
background: linear-gradient(180deg, rgba(3, 10, 21, 0.4) 0%, #030A15 100%);
|
|
}
|
|
|
|
@media only screen and (max-width: 1199px) and (min-width: 991px) {
|
|
.news-five-item .content {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.news-five-item .content {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.news-five-item .content .date {
|
|
width: 80px;
|
|
height: 80px;
|
|
line-height: 1.2;
|
|
padding-top: 10px;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
background: #F43336;
|
|
font-family: "Nunito", sans-serif;
|
|
margin: 0px -10px auto auto;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
padding-bottom: 7px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-five-item .content .date span {
|
|
display: block;
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.news-five-item .content .blog-v4-title {
|
|
font-size: 24px;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.news-five-item .content .blog-v4-title {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
.news-five-item .content .learn-more {
|
|
text-decoration: underline;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-five-item .content .learn-more i {
|
|
font-size: 16px;
|
|
color: #F43336;
|
|
}
|
|
|
|
.news-five-item .post-meta-item {
|
|
margin-bottom: 10px;
|
|
padding-bottom: 8px;
|
|
border-bottom: 1px solid rgba(248, 248, 248, 0.1);
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.news-five-item .post-meta-item li {
|
|
font-size: 16px;
|
|
display: inline-block;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-five-item .post-meta-item li a,
|
|
.news-five-item .content .blog-v4-title a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-five-item .post-meta-item li:first-child {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.news-five-item .post-meta-item li i {
|
|
color: #F43336;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
==== RESTLY FEATURED ICON CSS =====
|
|
=================================*/
|
|
|
|
.restly-freature-icon-title-box {
|
|
text-align: center;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
padding: 30px 20px;
|
|
box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
|
|
}
|
|
|
|
h2.feature-title {
|
|
margin: 23px 0 0 0;
|
|
padding: 0;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
font-family: 'Rubik';
|
|
line-height: 1;
|
|
}
|
|
|
|
.restly-freature-icon-title-box i {
|
|
font-size: 72px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
==== RESTLY FEATURED ICON CSS =====
|
|
=================================*/
|
|
|
|
.no-slide .restly-client-logo-items img {
|
|
margin: 0 65px;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.no-slide .restly-client-logo-items img:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.no-slide .restly-client-logo-items img:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.restly-client-logo-wrapper.enable-slide img {
|
|
width: auto !important;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-client-logo-wrapper.enable-slide ul.slick-dots {
|
|
margin-top: 31px;
|
|
}
|
|
|
|
.restly-client-logo-wrapper.enable-slide img {
|
|
margin: 0 50px;
|
|
}
|
|
|
|
.restly-client-logo-items .slick-slide {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY FEATURE ICON V2 CSS ======
|
|
=================================*/
|
|
|
|
.feature-item-four {
|
|
margin-top: 30px;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
background: white;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
padding: 30px 20px 15px;
|
|
border: 1px solid #e5e5e7;
|
|
}
|
|
|
|
.feature-item-four .icon {
|
|
color: white;
|
|
font-size: 12px;
|
|
margin-bottom: 16px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 35px;
|
|
height: 35px;
|
|
background: #104cba;
|
|
line-height: 35px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
display: inline-block;
|
|
}
|
|
|
|
.feature-item-four:hover {
|
|
border-color: white;
|
|
-webkit-box-shadow: 10px 0 60px rgba(109, 109, 109, 0.15);
|
|
box-shadow: 10px 0 60px rgba(109, 109, 109, 0.15);
|
|
}
|
|
|
|
.feature-item-four .feature-title {
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY MESSAGE BOX CSS ======
|
|
=================================*/
|
|
|
|
.restly-messge-wrapper .author-comment {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-left: 32px;
|
|
}
|
|
|
|
.restly-messge-wrapper .author-comment .author {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
max-width: 65px;
|
|
max-height: 65px;
|
|
position: relative;
|
|
margin: -25px -35px 0 -32px;
|
|
}
|
|
|
|
.restly-messge-wrapper .author-comment .author img {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.restly-messge-wrapper .author-comment .text {
|
|
padding: 28px 55px;
|
|
background: #f4f8ff;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.restly-messge-wrapper .author-comment .text {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY SERVICE VERSION FOUR CSS ======
|
|
=================================*/
|
|
|
|
.restly-service-v4-wrapper .service-box {
|
|
margin-bottom: 30px;
|
|
border-radius: 5px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box:hover .service-normal {
|
|
-webkit-transform: translateY(100%);
|
|
-ms-transform: translateY(100%);
|
|
transform: translateY(100%);
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box:hover .service-hover {
|
|
bottom: 0;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-normal,
|
|
.restly-service-v4-wrapper .service-hover {
|
|
padding: 25px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-normal {
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
border: 1px solid #e7edf8;
|
|
}
|
|
|
|
.service-normal .icon {
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-normal .btn-circle {
|
|
margin-top: 10px;
|
|
color: #104cba;
|
|
display: inline-block;
|
|
width: 33px;
|
|
height: 33px;
|
|
background: #e5eef6;
|
|
line-height: 33px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-hover {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
bottom: 100%;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: start;
|
|
-webkit-transition: all 500ms ease;
|
|
-o-transition: all 500ms ease;
|
|
transition: all 500ms ease;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-hover .service-title {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-hover .theme-btn {
|
|
display: block;
|
|
margin-top: 30px;
|
|
padding: 10px 20px;
|
|
background: #285ec1;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-normal.style-two {
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
padding: 25px 15px 10px;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two {
|
|
overflow: inherit;
|
|
margin-top: 20px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal {
|
|
border: none;
|
|
padding: 40px;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal .icon i {
|
|
font-size: 55px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal .service-title {
|
|
font-size: 24px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal .theme-btn {
|
|
margin-top: 15px;
|
|
padding: 12px 25px;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal .theme-btn i {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal .theme-btn:hover {
|
|
color: white;
|
|
background: #104cba;
|
|
border-color: #104cba;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .service-normal:after {
|
|
content: '';
|
|
width: 112px;
|
|
height: 120px;
|
|
position: absolute;
|
|
top: 30px;
|
|
right: 30px;
|
|
z-index: -1;
|
|
opacity: 0;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
background: url(../img/service-bg-shape.png);
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap {
|
|
width: 120%;
|
|
position: absolute;
|
|
padding-bottom: 120%;
|
|
z-index: -1;
|
|
left: -10%;
|
|
top: -10%;
|
|
opacity: 0;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
-webkit-animation: rounded 30s linear infinite;
|
|
animation: rounded 30s linear infinite;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap:after,
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap:before {
|
|
content: '';
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
-webkit-animation: zoomInOutTwo 4s infinite;
|
|
animation: zoomInOutTwo 4s infinite;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap:before {
|
|
left: 15%;
|
|
top: 3%;
|
|
background: #fd01f4;
|
|
-webkit-animation-delay: 1s;
|
|
animation-delay: 1s;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap:after {
|
|
right: 1%;
|
|
top: 20%;
|
|
-webkit-animation-delay: 3s;
|
|
animation-delay: 3s;
|
|
background: #104cba;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap .circle-shape {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
border: 1px solid #e0e0e1;
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap .circle-shape:after,
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap .circle-shape:before {
|
|
content: '';
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
-webkit-animation: zoomInOutTwo 4s infinite;
|
|
animation: zoomInOutTwo 4s infinite;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap .circle-shape:before {
|
|
left: 2%;
|
|
bottom: 15%;
|
|
background: #FF7A41;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two .circle-shapes-wrap .circle-shape:after {
|
|
bottom: 6%;
|
|
right: 15%;
|
|
-webkit-animation-delay: 2s;
|
|
animation-delay: 2s;
|
|
background: #fd01f4;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two:hover .service-normal,
|
|
.restly-service-v4-wrapper .service-box.style-two.active .service-normal {
|
|
background: white;
|
|
-webkit-transform: translateY(0);
|
|
-ms-transform: translateY(0);
|
|
transform: translateY(0);
|
|
-webkit-box-shadow: 10px 0 60px rgba(109, 109, 109, 0.15);
|
|
box-shadow: 10px 0 60px rgba(109, 109, 109, 0.15);
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two:hover .service-normal:after,
|
|
.restly-service-v4-wrapper .service-box.style-two.active .service-normal:after {
|
|
opacity: 1;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two:hover .circle-shapes-wrap,
|
|
.restly-service-v4-wrapper .service-box.style-two.active .circle-shapes-wrap {
|
|
opacity: 1;
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-box.style-two:hover .circle-shapes-wrap .circle-shape,
|
|
.restly-service-v4-wrapper .service-box.style-two.active .circle-shapes-wrap .circle-shape {
|
|
-webkit-animation-name: zoomIn;
|
|
animation-name: zoomIn;
|
|
}
|
|
|
|
|
|
/* Service Style Two */
|
|
|
|
.restly-service-v4-wrapper .service-two-wrap {
|
|
z-index: 1;
|
|
position: relative;
|
|
margin-bottom: -40px;
|
|
-webkit-transform: translateY(-40%);
|
|
-ms-transform: translateY(-40%);
|
|
transform: translateY(-40%);
|
|
}
|
|
|
|
@media only screen and (max-width: 1199px) {
|
|
.restly-service-v4-wrapper .service-two-wrap {
|
|
-webkit-transform: translateY(-80px);
|
|
-ms-transform: translateY(-80px);
|
|
transform: translateY(-80px);
|
|
}
|
|
}
|
|
|
|
.restly-service-v4-wrapper .service-style-two {
|
|
background: white;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
padding: 25px 15px 15px;
|
|
}
|
|
|
|
.small-gap {
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
}
|
|
|
|
.small-gap>div {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
.elementor-widget-restly_home_banner3 {
|
|
visibility: visible;
|
|
}
|
|
|
|
/*=================================
|
|
===== RESTLY SECTION TITLE TWO CSS ======
|
|
=================================*/
|
|
|
|
.section-title-wrapper-v2 {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.section-title .section-h2 {
|
|
line-height: 55px;
|
|
}
|
|
|
|
.section-title {
|
|
display: inline-block;
|
|
}
|
|
|
|
@media only screen and (min-width: 991px) {
|
|
.section-title .section-h2 {
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.section-title .section-h2 {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.section-title .section-h2 {
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.section-title .section-h2 br {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.section-title .sub-title-two {
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
padding: 10px 52px;
|
|
color: #104cba;
|
|
display: inline-block;
|
|
background-image: url(../img/subtitle-bg.png);
|
|
background-size: 100% 100%;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.section-title .sub-title-two {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
/*=================================
|
|
===== RESTLY TEAM MEMBER CSS ======
|
|
=================================*/
|
|
|
|
.restly-team-title-inner .team-title {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
line-height: 1;
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-team-title-inner .team-stitle {
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
font-family: 'Nunito';
|
|
line-height: 1;
|
|
margin-bottom: 0;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.restly-team-contents .restly-team-title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
line-height: 1;
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-team-contents .restly-team-stitle {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
font-family: 'Rubik';
|
|
line-height: 20px;
|
|
margin: 0;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.restly-team-contents {
|
|
text-align: center;
|
|
background: #e7edf8;
|
|
border-radius: 5px;
|
|
padding: 25px;
|
|
margin-top: 12px;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-team-img .restly-team-image {
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.team-style-two .restly-team-item {
|
|
position: relative;
|
|
}
|
|
|
|
.team-style-two .restly-team-contents {
|
|
margin-top: -21px;
|
|
z-index: 999;
|
|
position: relative;
|
|
width: 85%;
|
|
margin: -25px auto;
|
|
background-color: #223441;
|
|
transition: .4s;
|
|
}
|
|
|
|
.team-style-two .restly-team-contents .restly-team-title a,
|
|
.restly-team-item:hover .restly-team-contents .restly-team-title a {
|
|
color: #fff;
|
|
}
|
|
|
|
.restly-team-item:hover .restly-team-contents {
|
|
background-color: #104cba;
|
|
}
|
|
|
|
.team-style-two .restly-team-contents .restly-team-stitle,
|
|
.restly-team-item:hover .restly-team-contents .restly-team-stitle {
|
|
color: #bdc2c6;
|
|
}
|
|
|
|
.team-items.slick-initialized .slick-slide {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.team-items .single-item:nth-child(2),
|
|
.team-items .single-item:nth-child(3),
|
|
.team-items .single-item:nth-child(1),
|
|
.team-items .single-item:nth-child(4) {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.team-items .single-item {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
|
|
/** Team Three */
|
|
|
|
.restly-team-inner.team-style-three .restly-team-social ul li {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.restly-team-inner.team-style-three .restly-team-social ul li a {
|
|
display: block;
|
|
font-size: 16px;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
.team-style-three .restly-team-social {
|
|
margin-top: 15px;
|
|
display: none;
|
|
transition: .4s;
|
|
}
|
|
|
|
.restly-team-inner.team-style-three .restly-team-contents {
|
|
background-color: transparent;
|
|
z-index: 999;
|
|
position: relative;
|
|
width: 85%;
|
|
margin: auto;
|
|
transition: .4s;
|
|
margin-top: 12px;
|
|
padding: 20px 20px;
|
|
padding-top: 27px;
|
|
position: absolute;
|
|
overflow: hidden;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.restly-team-inner.team-style-three .restly-team-item {
|
|
position: relative;
|
|
padding-bottom: 136px;
|
|
}
|
|
|
|
.restly-team-inner.team-style-three .restly-team-item:hover .restly-team-contents {
|
|
background: #ffffff;
|
|
box-shadow: -11px 12px 33px 0px rgb(32 88 191 / 8%);
|
|
margin-top: -65px;
|
|
}
|
|
|
|
.restly-team-inner.team-style-three .restly-team-item:hover .restly-team-contents .restly-team-social {
|
|
display: block;
|
|
transition: .4s;
|
|
}
|
|
|
|
.team-style-three .restly-team-contents .restly-team-title a,
|
|
.team-style-three .restly-team-item:hover .restly-team-contents .restly-team-title a {
|
|
color: #1d2c38;
|
|
}
|
|
|
|
.team-style-three .restly-team-contents .restly-team-stitle,
|
|
.team-style-three .restly-team-item:hover .restly-team-contents .restly-team-stitle {
|
|
color: #454545;
|
|
}
|
|
|
|
.restly-team-inner.team-style-three .restly-team-contents .restly-team-title {
|
|
font-size: 24px;
|
|
}
|
|
|
|
.team-style-three .restly-team-item:hover .restly-team-contents .restly-team-title a:hover {
|
|
color: #2058bf;
|
|
}
|
|
|
|
.team-style-four .restly-team-contents {
|
|
margin-top: 0;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.restly-team-inner.team-style-four .restly-team-img .restly-team-image {
|
|
border-radius: 0;
|
|
}
|
|
|
|
.team-style-four .restly-team-img .restly-team-social ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.team-style-four .restly-team-img .restly-team-social ul li {
|
|
display: inline-block;
|
|
}
|
|
|
|
.team-style-four .restly-team-img .restly-team-social ul li a {
|
|
width: 40px;
|
|
height: 40px;
|
|
display: block;
|
|
background: #ffffff;
|
|
border-radius: 100%;
|
|
text-align: center;
|
|
line-height: 43px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.team-style-four .restly-team-social {
|
|
text-align: center;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin-bottom: -60px;
|
|
}
|
|
|
|
.team-style-four .restly-team-img {
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.restly-team-inner.team-style-four .restly-team-item:hover .restly-team-social {
|
|
margin-bottom: 17px;
|
|
z-index: 1;
|
|
transition: .4s;
|
|
}
|
|
|
|
.team-style-four .restly-team-item .restly-team-img:after {
|
|
background: rgb(10 20 38 / 50%);
|
|
position: absolute;
|
|
content: "";
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: 0;
|
|
transition: .4s;
|
|
}
|
|
|
|
.team-style-four .restly-team-item:hover .restly-team-img:after {
|
|
opacity: 1;
|
|
}
|
|
|
|
.team-style-four .restly-team-img .restly-team-social ul li a:hover {
|
|
background-color: #2F97F7;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
/*=================================
|
|
====== RESTLY SUBSCRIBE CSS =======
|
|
=================================*/
|
|
|
|
.restly-subscribe-innter .mc4wp-form-fields input[type=email] {
|
|
border: 2px solid #88a6dd;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-subscribe-innter .mc4wp-form-fields button {
|
|
width: auto;
|
|
height: auto;
|
|
border-radius: 5px;
|
|
padding: 10px 30px;
|
|
margin: 6px;
|
|
background-color: #ffffff;
|
|
color: #091d3e;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.restly-subscribe-innter .mc4wp-form-fields button:hover {
|
|
background-color: #091d3e;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.subscribe-form .mc4wp-form-fields button::before {
|
|
content: "\f124";
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
line-height: 3;
|
|
}
|
|
.subscribe-form .mc4wp-form-fields button{
|
|
font-size: 0;
|
|
}
|
|
/*=================================
|
|
====== RESTLY TESTIMONIAL CSS =====
|
|
=================================*/
|
|
|
|
.restly-testimonial-top {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.restly-testimonial-left {
|
|
display: flex;
|
|
}
|
|
|
|
.restly-testimonial-img {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 100%;
|
|
margin-right: 25px;
|
|
}
|
|
|
|
.restly-testimonial-img img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.restly-testimonial-title-subtitle .testimonial-title {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
line-height: 36px;
|
|
margin: 0;
|
|
}
|
|
|
|
.restly-testimonial-title-subtitle .testimonial-stitle {
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #707070;
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
font-family: 'Rubik';
|
|
}
|
|
|
|
.restly-testimonial-title-subtitle {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
.restly-testimonial-dec {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.restly-testimonial-quote {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.restly-testimonial-quote i {
|
|
font-size: 64px;
|
|
color: #104cba;
|
|
line-height: 76px;
|
|
}
|
|
|
|
.restly-testimonial-item {
|
|
background-color: #ffffff;
|
|
padding: 40px;
|
|
box-shadow: 0px 0px 25px 0px hsl(0deg 0% 0% / 5%);
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-testimonial-dec P {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.testi-slide-row .slick-slide {
|
|
margin: 0 15px;
|
|
}
|
|
|
|
.restly-testimonial-items .signle-item:nth-child(1),
|
|
.restly-testimonial-items .signle-item:nth-child(2) {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.restly-testimonial-items .signle-item {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
|
|
/* ====================================
|
|
====== RESTLY TESTIMONIAL TWO =========
|
|
=====================================*/
|
|
|
|
.testimonial-content .test-two-stitle {
|
|
font-size: 16px;
|
|
color: #104cba;
|
|
font-family: 'Rubik';
|
|
font-weight: 600;
|
|
}
|
|
|
|
.testimonial-content .testi-two-title {
|
|
font-size: 36px;
|
|
line-height: 38px;
|
|
}
|
|
|
|
.testimonial-content {
|
|
padding: 40px;
|
|
}
|
|
|
|
.testi-author-info {
|
|
display: flex;
|
|
}
|
|
|
|
.testi-adec {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.testi-author-info img {
|
|
width: 60px;
|
|
height: 60px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.testi-adec h6 {
|
|
font-size: 18px;
|
|
font-weight: 900;
|
|
font-family: 'Nunito';
|
|
margin: 0;
|
|
}
|
|
|
|
.testi-adec span {
|
|
font-size: 16px;
|
|
font-family: 'Rubik';
|
|
color: #104cba;
|
|
}
|
|
|
|
.testi-author-info {
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.restly-testmonial-two-items button.slick-arrow {
|
|
width: 50px;
|
|
height: 50px;
|
|
background-color: #104cba;
|
|
opacity: 1;
|
|
}
|
|
|
|
.test-card {
|
|
padding: 0 158px;
|
|
}
|
|
|
|
.test-card .col-md-5 img {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.test-card .card {
|
|
border-color: #e6e8e9;
|
|
}
|
|
|
|
.test-card img {
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.testi-author-info img {
|
|
height: auto;
|
|
}
|
|
|
|
|
|
/** Testimonial three */
|
|
|
|
.restly-testimonial-three-top {
|
|
text-align: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.restly-testi3-section-stitle {
|
|
margin: 0;
|
|
font-size: 18px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.restly-testi3-section-title {
|
|
margin: 0;
|
|
font-size: 36px;
|
|
padding: 0 147px;
|
|
text-transform: capitalize;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.testi3-contents {
|
|
text-align: center;
|
|
}
|
|
|
|
.testi3-dec {
|
|
margin-bottom: 150px;
|
|
}
|
|
|
|
.testimonial3-title {
|
|
font-size: 18px;
|
|
margin: 0;
|
|
}
|
|
|
|
.testimonial3-stitle {
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.testi3-img {
|
|
width: 70px !important;
|
|
height: 70px;
|
|
object-fit: cover;
|
|
}
|
|
|
|
.testi3-img img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
border-radius: 100%;
|
|
transition: .4s;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.slick-slide.slick-current .testi3-img img {
|
|
border: 1px solid #2f97f7;
|
|
}
|
|
|
|
.testi3-nav.slick-initialized.slick-slider .slick-slide {
|
|
width: auto !important;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.testi3-nav.slick-slider .slick-slide {
|
|
float: unset!important;
|
|
display: inline-block !important;
|
|
}
|
|
|
|
.testi3-navs {
|
|
position: relative;
|
|
margin-bottom: -71px;
|
|
bottom: 170px;
|
|
}
|
|
|
|
.testi3-contents {
|
|
position: relative;
|
|
}
|
|
|
|
|
|
/*=========================================
|
|
====== RESTLY PORTFOLIO WITH MENU CSS =====
|
|
=========================================*/
|
|
|
|
.restly-portfolio-menu ul {
|
|
padding: 0;
|
|
list-style: none;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.restly-portfolio-menu ul li {
|
|
display: inline-block;
|
|
text-transform: capitalize;
|
|
font-size: 18px;
|
|
font-weight: 800;
|
|
font-family: 'Nunito';
|
|
line-height: 38px;
|
|
color: #091d3e;
|
|
padding: 0px 20px;
|
|
cursor: pointer;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-portfolio-menu ul li.active {
|
|
background-color: #104cba;
|
|
color: #fff;
|
|
border-radius: 5px;
|
|
-webkit-transition: all 0.4s ease-in-out;
|
|
-moz-transition: all 0.4s ease-in-out;
|
|
-ms-transition: all 0.4s ease-in-out;
|
|
-o-transition: all 0.4s ease-in-out;
|
|
transition: all 0.4s ease-in-out;
|
|
}
|
|
|
|
.restly-portfolio-menu {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
|
|
/*=========================================
|
|
====== RESTLY CONTACT INFO BOX CSS ========
|
|
=========================================*/
|
|
|
|
.restly-contact-info-box {
|
|
text-align: center;
|
|
}
|
|
|
|
.restly-cinfo-box-icon i {
|
|
font-size: 40px;
|
|
color: #104cba;
|
|
line-height: 32px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.restly-cinfo-box-dec {
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
padding: 0 30px;
|
|
font-weight: 500;
|
|
color: #8a8a8a;
|
|
}
|
|
|
|
.restly-cinfo-box-dec a {
|
|
display: block;
|
|
color: #8a8a8a;
|
|
}
|
|
|
|
.restly-cinfo-box-dec a:hover {
|
|
color: #104cba;
|
|
}
|
|
|
|
.restly-contact-info-box {
|
|
position: relative;
|
|
}
|
|
|
|
.cinfo-line {
|
|
position: absolute;
|
|
right: -48px;
|
|
width: 89px;
|
|
height: 113px;
|
|
clip-path: polygon(50% 0, 45% 100%, 55% 100%);
|
|
background: #e9e9e9;
|
|
top: 0;
|
|
}
|
|
|
|
.restly-cinfo-box-dec p {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
/*=========================================
|
|
======== RESTLY CONTACT FORM 7 CSS ========
|
|
=========================================*/
|
|
|
|
.restly-input input[type="text"],
|
|
.restly-input input[type="email"],
|
|
.restly-input.message textarea,
|
|
.restly-home-form-input input[type="text"],
|
|
.restly-home-form-input input[type="tel"],
|
|
.restly-home-form-input input[type="email"],
|
|
.restly-input input[type="url"] {
|
|
background: transparent;
|
|
border: 2px solid #e9ebef;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.restly-home-form-input select {
|
|
border: 2px solid #e9ebef;
|
|
margin-bottom: 25px;
|
|
background-position: calc(100% - 13px) 31px;
|
|
}
|
|
|
|
.restly-input.message textarea,
|
|
.restly-home-form-input textarea {
|
|
background: transparent;
|
|
padding: 15px;
|
|
}
|
|
|
|
.restly-input {
|
|
position: relative;
|
|
}
|
|
|
|
.restly-input.name:after {
|
|
content: "\f406";
|
|
font-family: 'Font Awesome 5 Free';
|
|
position: absolute;
|
|
right: 25px;
|
|
color: #104cba;
|
|
z-index: 999;
|
|
font-weight: 700;
|
|
top: 20px;
|
|
}
|
|
|
|
.restly-input.email:after {
|
|
content: "\f0e0";
|
|
font-family: 'Font Awesome 5 Free';
|
|
position: absolute;
|
|
right: 25px;
|
|
color: #104cba;
|
|
z-index: 999;
|
|
font-weight: 700;
|
|
top: 22px;
|
|
}
|
|
|
|
.restly-input.phone:after {
|
|
content: "\f879";
|
|
font-family: 'Font Awesome 5 Free';
|
|
position: absolute;
|
|
right: 25px;
|
|
color: #104cba;
|
|
z-index: 999;
|
|
font-weight: 700;
|
|
top: 20px;
|
|
}
|
|
|
|
.restly-input.message:after {
|
|
content: "\f303";
|
|
font-family: 'Font Awesome 5 Free';
|
|
position: absolute;
|
|
right: 25px;
|
|
color: #104cba;
|
|
z-index: 999;
|
|
font-weight: 700;
|
|
top: 13px;
|
|
}
|
|
|
|
input.wpcf7-form-control.wpcf7-submit {
|
|
background-color: #104cba;
|
|
border: none;
|
|
padding: 15px 40px;
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
transition: .4s;
|
|
outline: none;
|
|
}
|
|
|
|
input.wpcf7-form-control.wpcf7-submit:hover {
|
|
background-color: #1d2c38;
|
|
}
|
|
|
|
.restly-home-form-input.service span,
|
|
.restly-home-form-input.service span select {
|
|
width: 100%;
|
|
}
|
|
|
|
.restly-home-input.message textarea {
|
|
padding: 15px;
|
|
margin-bottom: 30px;
|
|
background: transparent;
|
|
border: 2px solid #e9ebef;
|
|
}
|
|
|
|
.restly-home-form-input.service select {
|
|
padding: 0px 15px;
|
|
color: #797979;
|
|
min-height: 66px;
|
|
}
|
|
|
|
|
|
/*====================================
|
|
======== RESTLY DOT SHAPE CSS ========
|
|
====================================*/
|
|
|
|
.shapeanimation {
|
|
position: absolute;
|
|
top: 95px;
|
|
left: 250px;
|
|
-webkit-animation-duration: 9s;
|
|
animation-duration: 9s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
}
|
|
|
|
|
|
/* custom animations */
|
|
|
|
@-webkit-keyframes shapeMover {
|
|
0%,
|
|
100% {
|
|
-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeMover {
|
|
0%,
|
|
100% {
|
|
-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeMover {
|
|
0%,
|
|
100% {
|
|
transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
|
|
}
|
|
50% {
|
|
transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
|
|
}
|
|
}
|
|
|
|
@keyframes bubbleMover {
|
|
0% {
|
|
-webkit-transform: translateY(0px) translateX(0) rotate(0);
|
|
transform: translateY(0px) translateX(0) rotate(0);
|
|
}
|
|
30% {
|
|
-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
-webkit-transform-origin: center center;
|
|
transform-origin: center center;
|
|
}
|
|
50% {
|
|
-webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
|
|
transform: translateY(50px) translateX(100px) rotate(45deg);
|
|
-webkit-transform-origin: right bottom;
|
|
transform-origin: right bottom;
|
|
}
|
|
80% {
|
|
-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
transform: translateY(30px) translateX(50px) rotate(15deg);
|
|
-webkit-transform-origin: left top;
|
|
transform-origin: left top;
|
|
}
|
|
100% {
|
|
-webkit-transform: translateY(0px) translateX(0) rotate(0);
|
|
transform: translateY(0px) translateX(0) rotate(0);
|
|
-webkit-transform-origin: center center;
|
|
transform-origin: center center;
|
|
}
|
|
}
|
|
|
|
.dot-shapes {
|
|
position: absolute;
|
|
width: 20em;
|
|
height: 20em;
|
|
z-index: 0;
|
|
top: 0;
|
|
background: #104cba;
|
|
}
|
|
|
|
.dot-shapes.shape_left_pos {
|
|
left: -30em
|
|
}
|
|
|
|
.dot-shapes.shape_center_pos {
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto
|
|
}
|
|
|
|
.dot-shapes.shape_right_pos {
|
|
right: -30em
|
|
}
|
|
|
|
.dot-shapes.shape_circle {
|
|
border-radius: 50%
|
|
}
|
|
|
|
.dot-shapes.shape_egg {
|
|
border-radius: 50% 50% 50% 50%/60% 60% 40% 40%
|
|
}
|
|
|
|
.dot-shapes.shape_organic_1 {
|
|
border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
|
|
}
|
|
|
|
.dot-shapes.shape_organic_1_rotate {
|
|
border-radius: 70% 30% 30% 70%/70% 70% 30% 30%
|
|
}
|
|
|
|
.dot-shapes.shape_organic_2 {
|
|
border-radius: 70% 30% 70% 30%/30% 70% 30% 70%
|
|
}
|
|
|
|
.dot-shapes.shape_organic_2_rotate {
|
|
border-radius: 30% 70% 30% 70%/70% 30% 70% 30%
|
|
}
|
|
|
|
.dot-shapes.shape_dots {
|
|
-webkit-mask-image: url(../img/dots.svg);
|
|
mask-image: url(../img/dots.svg);
|
|
z-index: -1;
|
|
-webkit-mask-size: 18px;
|
|
}
|
|
|
|
.elementor-widget-container .row {
|
|
margin: 0;
|
|
}
|
|
|
|
.header-top-fluid .row {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
/*====================================
|
|
== RESTLY ELEMENTOR NAV WIDGET CSS ===
|
|
====================================*/
|
|
|
|
.elementor-widget-wp-widget-nav_menu ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.elementor-widget-wp-widget-nav_menu ul li {
|
|
display: block;
|
|
}
|
|
|
|
.elementor-widget-wp-widget-nav_menu ul li a {
|
|
display: block;
|
|
padding: 20px 020px;
|
|
border: 2px solid #e6ecf7;
|
|
margin: 10px 0;
|
|
font-size: 18px;
|
|
color: #1d2c38;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
line-height: 1.5;
|
|
position: relative;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.elementor-widget-wp-widget-nav_menu ul li a:hover,
|
|
.elementor-widget-wp-widget-nav_menu ul li.current-menu-item a {
|
|
border-color: #104cba;
|
|
}
|
|
|
|
.elementor-widget-wp-widget-nav_menu ul li a:after {
|
|
content: "\f061";
|
|
font-family: 'Font Awesome 5 Free';
|
|
font-weight: bold;
|
|
right: 20px;
|
|
position: absolute;
|
|
font-size: 14px;
|
|
line-height: 2.5;
|
|
color: #8e959b;
|
|
}
|
|
|
|
|
|
/*====================================
|
|
======= RESTL YSOCIAL ICON CSS =======
|
|
====================================*/
|
|
|
|
.restly-social-icon-box ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.restly-social-icon-box ul li {
|
|
display: inline-block;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.restly-social-icon-box ul li a {
|
|
display: block;
|
|
width: 40px;
|
|
height: 40px;
|
|
background: #e8eef8;
|
|
border-radius: 100%;
|
|
text-align: center;
|
|
line-height: 45px;
|
|
}
|
|
|
|
.restly-social-icon-box ul li a:hover {
|
|
color: #ffffff;
|
|
background: #104cba;
|
|
}
|
|
|
|
.restly-social-icon-box ul li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.restly-social-icon-box h2 {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.restly-social-icon-box h3 {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
font-family: 'Nunito';
|
|
line-height: 46px;
|
|
}
|
|
|
|
|
|
/****** Restly Tab ****/
|
|
|
|
.restly-section-tabs-wrapper ul {
|
|
display: block;
|
|
margin-bottom: 70px;
|
|
border-bottom: 2px solid #1a2935;
|
|
}
|
|
|
|
.restly-section-tabs-wrapper ul li {
|
|
display: inline-block;
|
|
}
|
|
|
|
.restly-section-tabs-wrapper ul li button {
|
|
background: transparent;
|
|
}
|
|
|
|
.restly-section-tabs-wrapper ul li button.nav-link {
|
|
background: transparent;
|
|
color: #ffffff;
|
|
font-size: 22px;
|
|
padding-right: 40px;
|
|
}
|
|
|
|
.restly-section-tabs-wrapper .nav-tabs .nav-item .nav-link,
|
|
.restly-section-tabs-wrapper .nav-tabs .nav-link {
|
|
color: #ffffff;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
border: none;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.restly-section-tabs-wrapper .nav-tabs .nav-link.active:after,
|
|
.restly-section-tabs-wrapper .nav-tabs .nav-link:hover:after {
|
|
content: "";
|
|
background: #2058bf;
|
|
height: 2px;
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: -2px;
|
|
transition: .4s;
|
|
}
|
|
|
|
.restly-section-tabs-wrapper ul li button i {
|
|
margin-right: 16px;
|
|
line-height: 1;
|
|
font-size: 28px;
|
|
vertical-align: middle;
|
|
transition: .4s;
|
|
}
|
|
|
|
.restly-section-tabs-wrapper ul li button.active i,
|
|
.restly-section-tabs-wrapper ul li button:hover i {
|
|
color: #2058bf;
|
|
transition: .4s;
|
|
}
|
|
|
|
.navbar-collapse.nav-menu.stellarnav.elementornavs .full:nth-child(2) {
|
|
display: none;
|
|
}
|
|
|
|
.elementornavs .button.search-open {
|
|
margin-right: 30px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.elementor-header-search .button.search-open {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.company-info-widget ul li i.fright {
|
|
left: auto;
|
|
right: 0;
|
|
}
|
|
|
|
.restly-recent-post-wrapper ul.restly-widget-post-thum li {
|
|
display: block;
|
|
}
|
|
|
|
.restly-recent-post-wrapper ul.restly-widget-post-thum li img {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
|
|
/*** FAQ CSS*/
|
|
|
|
.elementor-accordion .elementor-accordion-item {
|
|
border: 1px solid #d4d4d4;
|
|
margin-bottom: 19px;
|
|
}
|
|
|
|
|
|
/*** VIDEO BUTTON ***/
|
|
|
|
.video-icons {
|
|
width: 60px;
|
|
display: inline-block;
|
|
height: 60px;
|
|
border-radius: 100%;
|
|
border: 1px solid #2f97f7;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
margin-right: 14px;
|
|
padding: 16px;
|
|
font-size: 20px;
|
|
transition: .4s;
|
|
}
|
|
|
|
.video-icons span {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.video-button-wrapper a span {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.video-button-wrapper a .video-icons:hover {
|
|
background: #2f97f7;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
/** SERVICE V2 ***/
|
|
|
|
.restly-service-v2-icon i {
|
|
width: 70px;
|
|
height: 70px;
|
|
background: #FF4757;
|
|
border-radius: 100%;
|
|
text-align: center;
|
|
padding: 23px;
|
|
font-size: 25px;
|
|
color: #ffffff;
|
|
display: inline-block;
|
|
}
|
|
|
|
.restly-service-v2-title {
|
|
font-size: 20px;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.restly-service-v2-inner {
|
|
text-align: center;
|
|
}
|
|
|
|
.restly-service-v2-icon {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.restly-service-v2-title a:hover {
|
|
color: #2f97f7;
|
|
}
|
|
|
|
span.bar.bar-ani {
|
|
height: 2px;
|
|
display: block;
|
|
background: #ff4757;
|
|
width: 90px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-radius: 100px;
|
|
position: relative;
|
|
}
|
|
|
|
.service-line {
|
|
margin-bottom: 13px;
|
|
}
|
|
|
|
.restly-service-v2-inner {
|
|
box-shadow: 0px 0px 40px rgb(9 9 9 / 8%);
|
|
padding: 30px;
|
|
}
|
|
|
|
.restly-service-v2-content p {
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
/** version 1.1.3 All code **/
|
|
|
|
.hero-content-seven p {
|
|
font-size: 20px;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
.hero-right-part .data-item {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
max-width: 260px;
|
|
background: white;
|
|
padding: 25px 30px;
|
|
position: absolute;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: 0px 10px 50px rgb(0 0 0 / 5%);
|
|
box-shadow: 0px 10px 50px rgb(0 0 0 / 5%);
|
|
}
|
|
|
|
.hero-right-part .data-item {
|
|
left: 15%;
|
|
top: 0;
|
|
}
|
|
|
|
.hero-right-part .data-item img,
|
|
.hero-right-part .data-item i {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.hero-right-part .data-item i {
|
|
font-size: 54px;
|
|
color: #104cba;
|
|
}
|
|
|
|
.data-item-content {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hero-right-part .data-item .data-item-title {
|
|
margin-bottom: 0;
|
|
font-size: 20px;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
|
|
/** Counter **/
|
|
|
|
.restly-counter-wrapper.new .restly-counter {
|
|
box-shadow: 0px 10px 30px rgba(30, 115, 190, 0.13);
|
|
border-radius: 10px;
|
|
vertical-align: middle;
|
|
padding: 10px;
|
|
position: relative;
|
|
}
|
|
|
|
.new .counter-nmber {
|
|
font-weight: 600;
|
|
font-size: 40px;
|
|
line-height: 60px;
|
|
letter-spacing: -0.02em;
|
|
color: rgba(20, 20, 43, 0.8);
|
|
}
|
|
|
|
.new .resty-counter-title {
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
color: #666F9D;
|
|
margin: 0;
|
|
}
|
|
|
|
.counter-new-icon {
|
|
display: inline-block;
|
|
font-size: 25px;
|
|
vertical-align: middle;
|
|
margin-right: 16px;
|
|
color: #44C5E5;
|
|
background: rgba(68, 197, 229, 0.15);
|
|
padding: 13px;
|
|
border-radius: 100%;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
.counter-new-content {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.bg-text.counter-numbers {
|
|
position: absolute;
|
|
z-index: -1;
|
|
color: transparent;
|
|
text-transform: uppercase;
|
|
-webkit-text-stroke: 1px white;
|
|
width: 100%;
|
|
top: 0;
|
|
padding: 30px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.bg-text.counter-numbers .counter-nmber {
|
|
font-size: 110px;
|
|
margin-bottom: 15px;
|
|
font-family: "Rubik", sans-serif;
|
|
-webkit-text-stroke: 1px white;
|
|
font-weight: 700;
|
|
}
|
|
|
|
|
|
/****************** 25. FAQs Section ******************/
|
|
|
|
.faq-accordion .accordion-item {
|
|
border: none;
|
|
border-radius: 0;
|
|
margin-bottom: 20px;
|
|
-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
.faq-accordion .accordion-button {
|
|
border: none;
|
|
color: #000F5C;
|
|
display: inline-block;
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
padding: 25px 40px;
|
|
background: transparent;
|
|
text-align: left;
|
|
}
|
|
|
|
.faq-accordion .accordion-button:focus {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.faq-accordion .accordion-body {
|
|
padding: 20px 42px;
|
|
}
|
|
|
|
.faq-accordion .accordion-button::after {
|
|
position: absolute;
|
|
right: 30px;
|
|
background-image: none;
|
|
content: "\e93e";
|
|
font-family: 'iconfont'!important;
|
|
padding: 0;
|
|
font-size: 22px;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.accordion-button:not(.collapsed)::after {
|
|
background-image: none;
|
|
content: "\e93d";
|
|
}
|
|
|
|
|
|
/*** Pricing tab ***/
|
|
|
|
.restly-pricing-tabs-wrapper.pricing-tab-v2-wrapper .nav {
|
|
max-width: 100%;
|
|
display: inline-block;
|
|
position: relative;
|
|
padding: 0;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper.pricing-tab-v2-wrapper .nav.for-yearly:after {
|
|
left: 63px;
|
|
}
|
|
|
|
.pricing-top-area {
|
|
text-align: center;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper.pricing-tab-v2-wrapper .nav:after {
|
|
content: '';
|
|
width: 14px;
|
|
height: 14px;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
background: white;
|
|
left: 88px;
|
|
top: 5px;
|
|
z-index: 2;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper.pricing-tab-v2-wrapper .nav:before {
|
|
content: '';
|
|
width: 50px;
|
|
height: 24px;
|
|
position: absolute;
|
|
background: #2969E6;
|
|
border-radius: 20px;
|
|
left: 58px;
|
|
top: 0;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper.pricing-tab-v2-wrapper .nav button:last-child {
|
|
margin-left: 45px;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper.pricing-tab-v2-wrapper .nav button:first-child {
|
|
margin-left: -26px;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper.pricing-tab-v2-wrapper .nav button {
|
|
vertical-align: unset;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper .pricing-tab.nav button.active {
|
|
color: #2058bf;
|
|
}
|
|
|
|
.restly-pricing-tabs-wrapper .pricing-tab.nav button {
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
/* Price Style Seven */
|
|
|
|
.pricing-item-seven {
|
|
padding: 50px 40px;
|
|
background: #FFFFFF;
|
|
border-radius: 10px;
|
|
margin-bottom: 30px;
|
|
-webkit-box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.pricing-item-seven {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.pricing-item-seven {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
}
|
|
|
|
.pricing-item-seven .pricing-top {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 25px;
|
|
padding-bottom: 25px;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #E5E7EF;
|
|
}
|
|
|
|
.pricing-item-seven .pricing-top .price {
|
|
color: #000F5C;
|
|
line-height: 1;
|
|
font-size: 48px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.restly-pricing-v3-wrapper ul.list-style-three {
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.restly-pricing-v3-wrapper ul.list-style-three li i {
|
|
margin-right: 9px;
|
|
font-size: 14px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.pricing-item-seven .price-top-left .pricing-title {
|
|
line-height: 1;
|
|
font-size: 24px;
|
|
font-weight: 500;
|
|
margin-bottom: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.pricing-item-seven .price-top-left span {
|
|
color: #000F5C;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.pricing-item-seven .list-style-three {
|
|
margin-bottom: 45px;
|
|
}
|
|
|
|
.pricing-item-seven .list-style-three li {
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
margin-bottom: 15px;
|
|
color: #666F9D;
|
|
}
|
|
|
|
.pricing-item-seven .list-style-three li:before {
|
|
color: #000F5C;
|
|
font-size: 12px;
|
|
margin-right: 10px;
|
|
border: 1px solid #E5E7EF;
|
|
width: 25px;
|
|
height: 25px;
|
|
background: transparent;
|
|
line-height: 25px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
}
|
|
|
|
a.theme-btn.style-six {
|
|
padding: 14px 35px;
|
|
color: #000000;
|
|
background: transparent;
|
|
border: 1px solid #e5e5e5;
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
text-transform: capitalize;
|
|
width: 100%;
|
|
display: inline-block;
|
|
}
|
|
|
|
a.theme-btn.style-six:hover {
|
|
color: white;
|
|
background: #FF7A41;
|
|
border-color: #FF7A41;
|
|
}
|
|
|
|
|
|
/* Testimonial Four */
|
|
|
|
.testimonial-four-active {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.testimonial-four-active.slick-initialized .slick-track {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.testimonial-four-active.slick-initialized .slick-slide {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.testimonial-four-active .slick-dots {
|
|
margin-top: 60px;
|
|
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;
|
|
}
|
|
|
|
@media only screen and (max-width: 991px) {
|
|
.testimonial-four-active .slick-dots {
|
|
margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
.testimonial-four-active .slick-dots li {
|
|
margin: 5px;
|
|
width: 30px;
|
|
height: 30px;
|
|
overflow: hidden;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
position: relative;
|
|
border-radius: 50%;
|
|
border: 1px solid rgba(0, 15, 92, 0.2);
|
|
}
|
|
|
|
.testimonial-four-active .slick-dots li:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 9px;
|
|
top: 9px;
|
|
opacity: 0;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
border-radius: 50%;
|
|
background: #2969E6;
|
|
z-index: -1;
|
|
}
|
|
|
|
.testimonial-four-active .slick-dots li.slick-active {
|
|
border-color: #2969E6;
|
|
}
|
|
|
|
.testimonial-four-active .slick-dots li.slick-active:before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.testimonial-four-active .slick-dots li button {
|
|
text-indent: 100px;
|
|
background-color: transparent;
|
|
padding: 16px;
|
|
}
|
|
|
|
.testimonial-four-active .slick-slide {
|
|
margin: 15px;
|
|
}
|
|
|
|
.restly-testimonial-v4-wrapper ul.slick-dots li.slick-active button:focus-visible {
|
|
border: none;
|
|
outline: none;
|
|
background: transparent;
|
|
}
|
|
|
|
.testimonial-four-item {
|
|
float: none;
|
|
height: auto;
|
|
-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
|
|
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
.testimonial-four-content {
|
|
padding: 50px 40px 40px;
|
|
}
|
|
|
|
.restly-testimonial-v4-wrapper ul.slick-dots li.slick-active button {
|
|
background-color: transparent;
|
|
padding: 16px;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.testimonial-four-content {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.testimonial-four-author {
|
|
margin-top: auto;
|
|
position: relative;
|
|
padding: 0 40px 0 15px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: end;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.testimonial-four-author {
|
|
display: block;
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.testimonial-four-author:after {
|
|
top: -15px;
|
|
right: 40px;
|
|
opacity: 0.1;
|
|
color: #000F5C;
|
|
font-weight: 600;
|
|
content: "\f10e";
|
|
font-size: 75px;
|
|
position: absolute;
|
|
font-family: "Font Awesome 5 Free";
|
|
}
|
|
|
|
.testimonial-four-author img {
|
|
width: 50%;
|
|
}
|
|
|
|
.testimonial-four-author .testi4_title {
|
|
margin-bottom: 0;
|
|
font-size: 28px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.testimonial-four-author span {
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.testimonial-four-author-designation {
|
|
padding: 45px 0 15px 10px;
|
|
}
|
|
|
|
|
|
/* Testimonial Five */
|
|
|
|
.testimonial-five {
|
|
z-index: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.testimonial-five-wrap {
|
|
z-index: 1;
|
|
-webkit-box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 10px 70px rgba(0, 0, 0, 0.1);
|
|
padding: 70px;
|
|
}
|
|
|
|
.testimonial-five-wrap:before {
|
|
top: 50px;
|
|
z-index: -1;
|
|
right: 100px;
|
|
opacity: 0.05;
|
|
line-height: 1;
|
|
color: #030A15;
|
|
content: "\f10e";
|
|
font-weight: 600;
|
|
font-size: 150px;
|
|
position: absolute;
|
|
font-family: 'Font Awesome 5 Free';
|
|
}
|
|
|
|
@media only screen and (max-width: 575px) {
|
|
.testimonial-five-wrap:before {
|
|
right: 50px;
|
|
font-size: 100px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 575px) {
|
|
.testimonial-five-wrap {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.testimonial-five-wrap .slick-arrow {
|
|
z-index: 1;
|
|
right: 70px;
|
|
bottom: 90px;
|
|
font-size: 20px;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
position: absolute;
|
|
width: 60px;
|
|
height: 60px;
|
|
background: #F8F8F8;
|
|
line-height: 60px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.testimonial-five-wrap .slick-arrow:hover,
|
|
.testimonial-five-wrap .slick-arrow:focus {
|
|
color: white;
|
|
background: #F43336;
|
|
}
|
|
|
|
.testimonial-five-wrap .slick-arrow.prev {
|
|
right: 140px;
|
|
}
|
|
|
|
@media only screen and (max-width: 575px) {
|
|
.testimonial-five-wrap .slick-arrow {
|
|
width: 40px;
|
|
height: 40px;
|
|
right: 25px;
|
|
font-size: 18px;
|
|
line-height: 40px;
|
|
}
|
|
.testimonial-five-wrap .slick-arrow.prev {
|
|
right: 75px;
|
|
}
|
|
}
|
|
|
|
.testimonial-five-item p {
|
|
font-size: 20px;
|
|
line-height: 1.7;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.testimonial-five-item p {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.testimonial-five-item .author-description {
|
|
margin-bottom: 0;
|
|
padding-top: 25px;
|
|
padding-right: 150px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: start;
|
|
-ms-flex-pack: start;
|
|
justify-content: start;
|
|
}
|
|
|
|
@media only screen and (max-width: 575px) {
|
|
.testimonial-five-item .author-description {
|
|
padding-right: 100px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.testimonial-five-item .author-description {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.testimonial-five-item .author-description img {
|
|
width: 100px;
|
|
height: 100px;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
background: white;
|
|
line-height: 80px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
margin-right: 22px;
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.testimonial-five-item .author-description img {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.testimonial-five-item .author-description .testi5_title {
|
|
font-size: 24px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.testimonial-five-item .author-description .testi5_title {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
.testimonial-five-item .author-description span {
|
|
font-size: 14px;
|
|
color: #F43336;
|
|
}
|
|
|
|
|
|
/* News Style Four */
|
|
|
|
.blog-carousel {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.blog-style-v3 {
|
|
margin: 15px;
|
|
border-radius: 10px 10px 0px 0px;
|
|
}
|
|
|
|
.blog-style-v3 .image img {
|
|
width: 100%;
|
|
border-radius: 10px 10px 0px 0px;
|
|
}
|
|
|
|
.blog-v3-content {
|
|
padding: 25px 40px 40px;
|
|
border-radius: 0px 0px 10px 10px;
|
|
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.blog-v3-content {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.blog-v3-content .date {
|
|
font-size: 14px;
|
|
display: block;
|
|
font-weight: 600;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.blog-v3-content .date i {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.blog-v3-title {
|
|
font-size: 24px;
|
|
margin-bottom: 20px;
|
|
line-height: 30px;
|
|
display: block;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.blog-v3-title {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
.blog-next-prev button {
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
margin-right: 10px;
|
|
width: 60px;
|
|
height: 60px;
|
|
background: white;
|
|
line-height: 60px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
-webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
|
|
border: none;
|
|
}
|
|
|
|
.blog-next-prev button:focus,
|
|
.blog-next-prev button:hover {
|
|
color: white;
|
|
background: #2969E6;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.testimonial-v3-author-designation {
|
|
padding: 20px 0 45px;
|
|
}
|
|
}
|
|
|
|
.blog-v3-left .sub-title {
|
|
color: white;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
padding: 5px 15px;
|
|
border-radius: 5px;
|
|
display: inline-block;
|
|
background: #FF7A41;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.blog-v3-static-title {
|
|
font-size: 48px;
|
|
color: #000F5C;
|
|
line-height: 1.33;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.blog-v3-static-stitle {
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
line-height: 1.55;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.blog-v3-left .section-title {
|
|
margin-top: 15px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.blog-next-prev {
|
|
margin-top: 45px;
|
|
}
|
|
|
|
@-webkit-keyframes zoomInOut {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
}
|
|
|
|
@keyframes zoomInOut {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
}
|
|
|
|
span.bar.bar-ani:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 12px;
|
|
height: 2px;
|
|
left: 6px;
|
|
background: #ffffff;
|
|
-webkit-animation-duration: 3s;
|
|
animation-duration: 3s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
animation-iteration-count: infinite;
|
|
-webkit-animation-name: MOVE-BG;
|
|
animation-name: MOVE-BG;
|
|
}
|
|
|
|
@-webkit-keyframes MOVE-BG {
|
|
from {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
to {
|
|
-webkit-transform: translateX(88px);
|
|
transform: translateX(88px);
|
|
}
|
|
}
|
|
|
|
@keyframes MOVE-BG {
|
|
from {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
to {
|
|
-webkit-transform: translateX(88px);
|
|
transform: translateX(88px);
|
|
}
|
|
}
|
|
|
|
|
|
/*****Main Slider********/
|
|
|
|
.main-slider-wrap .image {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
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;
|
|
}
|
|
|
|
.main-slider-wrap .image img {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
max-width: none;
|
|
min-width: 100%;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.main-slider-wrap .image:before {
|
|
position: absolute;
|
|
content: '';
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 1;
|
|
background: -webkit-gradient(linear, left top, right top, from(#03091F), to(rgba(3, 9, 31, 0.5)));
|
|
background: -webkit-linear-gradient(left, #03091F 0%, rgba(3, 9, 31, 0.5) 100%);
|
|
background: -o-linear-gradient(left, #03091F 0%, rgba(3, 9, 31, 0.5) 100%);
|
|
background: linear-gradient(90deg, #03091F 0%, rgba(3, 9, 31, 0.5) 100%);
|
|
}
|
|
|
|
.main-slider-wrap .slider-caption {
|
|
z-index: 2;
|
|
min-height: 828px;
|
|
position: relative;
|
|
padding-top: 92px;
|
|
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;
|
|
padding-bottom: 100px;
|
|
}
|
|
|
|
@media only screen and (max-width: 1500px) {
|
|
.main-slider-wrap .slider-caption {
|
|
min-height: 700px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 991px) {
|
|
.main-slider-wrap .slider-caption {
|
|
min-height: 600px;
|
|
}
|
|
}
|
|
|
|
.main-slider-wrap .slick-arrow {
|
|
top: 50%;
|
|
z-index: 2;
|
|
opacity: 0.2;
|
|
font-size: 22px;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
color: #F43336;
|
|
position: absolute;
|
|
width: 60px;
|
|
height: 60px;
|
|
background: white;
|
|
line-height: 60px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
-webkit-transform: translateY(-50%);
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
border-color: transparent;
|
|
}
|
|
|
|
@media only screen and (max-width: 575px) {
|
|
.main-slider-wrap .slick-arrow {
|
|
width: 40px;
|
|
height: 40px;
|
|
font-size: 18px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
|
|
.main-slider-wrap .slick-arrow i {
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
color: #F43336;
|
|
}
|
|
|
|
.main-slider-wrap .slick-arrow.prev {
|
|
left: 200px;
|
|
}
|
|
|
|
@media only screen and (max-width: 1500px) {
|
|
.main-slider-wrap .slick-arrow.prev {
|
|
left: 25px;
|
|
}
|
|
}
|
|
|
|
.main-slider-wrap .slick-arrow.next {
|
|
right: 200px;
|
|
}
|
|
|
|
@media only screen and (max-width: 1500px) {
|
|
.main-slider-wrap .slick-arrow.next {
|
|
right: 25px;
|
|
}
|
|
}
|
|
|
|
.main-slider-wrap .slick-arrow:hover,
|
|
.main-slider-wrap .slick-arrow:focus {
|
|
background: #F43336;
|
|
}
|
|
|
|
.main-slider-wrap .slick-arrow:hover i,
|
|
.main-slider-wrap .slick-arrow:focus i {
|
|
color: white;
|
|
}
|
|
|
|
.main-slider-wrap:hover .slick-arrow {
|
|
opacity: 1;
|
|
}
|
|
|
|
.main-slider-content {
|
|
max-width: 610px;
|
|
}
|
|
|
|
.main-slider-content .sub-title {
|
|
margin-bottom: 15px;
|
|
display: inline-block;
|
|
text-transform: uppercase;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.main-slider-content .slider-title {
|
|
margin-bottom: 20px;
|
|
font-size: 70px;
|
|
line-height: 84px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.slider-dec {
|
|
font-size: 18px;
|
|
color: #ffffff;
|
|
margin-top: 25px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
a.theme-btns.slider-btn2 {
|
|
margin-left: 30px;
|
|
background: #ffffff;
|
|
color: #1d2c38;
|
|
}
|
|
|
|
a.theme-btns.slider-btn1,
|
|
a.theme-btns.slider-btn2:hover {
|
|
background: #F43336;
|
|
color: #ffffff;
|
|
}
|
|
|
|
a.theme-btns.slider-btn1:hover {
|
|
background-color: #ffffff;
|
|
color: #1d2c38;
|
|
}
|
|
|
|
@media only screen and (max-width: 1500px) {
|
|
.main-slider-content h1 {
|
|
font-size: 60px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 991px) {
|
|
.main-slider-content h1 {
|
|
font-size: 50px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.main-slider-content h1 {
|
|
font-size: 45px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 575px) {
|
|
.main-slider-content h1 {
|
|
font-size: 40px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.main-slider-content h1 {
|
|
font-size: 35px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.main-slider-content h1 {
|
|
font-size: 30px;
|
|
}
|
|
}
|
|
|
|
.main-slider-content p {
|
|
font-size: 18px;
|
|
max-width: 555px;
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.main-slider-content p {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.main-slider-content .slider-btns {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.main-slider-content .slider-btns .theme-btn {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.main-slider-content .slider-btns .theme-btn:not(:last-child) {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.main-slider-content * {
|
|
-webkit-animation-duration: 1s;
|
|
animation-duration: 1s;
|
|
-webkit-animation-fill-mode: both;
|
|
animation-fill-mode: both;
|
|
}
|
|
|
|
.slick-active * {
|
|
-webkit-animation-name: fadeInUp;
|
|
animation-name: fadeInUp;
|
|
}
|
|
|
|
.slick-active h1 {
|
|
-webkit-animation-delay: 0.25s;
|
|
animation-delay: 0.25s;
|
|
}
|
|
|
|
.slick-active p {
|
|
-webkit-animation-delay: 0.5s;
|
|
animation-delay: 0.5s;
|
|
}
|
|
|
|
.slick-active .slider-btns {
|
|
-webkit-animation-delay: 0.75s;
|
|
animation-delay: 0.75s;
|
|
}
|
|
|
|
|
|
/* Service Eight */
|
|
|
|
.services-eight:after,
|
|
.services-eight:before {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
content: '';
|
|
left: 0;
|
|
top: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
.services-eight:before {
|
|
-webkit-filter: brightness(0.5);
|
|
filter: brightness(0.5);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
}
|
|
|
|
.services-eight:after {
|
|
opacity: 0.95;
|
|
background: #F8F8F8;
|
|
}
|
|
|
|
.service-slider-wrap {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.service-slider-wrap .slick-dots {
|
|
margin-top: 20px;
|
|
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;
|
|
}
|
|
|
|
.service-slider-wrap .slick-dots li {
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
position: relative;
|
|
width: 22px;
|
|
height: 22px;
|
|
background: transparent;
|
|
line-height: 22px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
.service-slider-wrap .slick-dots li button {
|
|
text-indent: 100px;
|
|
background: transparent;
|
|
}
|
|
|
|
.service-slider-wrap .slick-dots li:before {
|
|
content: '';
|
|
width: 5px;
|
|
height: 5px;
|
|
left: 50%;
|
|
top: 50%;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
background: #F43336;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.service-slider-wrap .slick-dots li.slick-active {
|
|
border-color: #F43336;
|
|
}
|
|
|
|
.service-slider-wrap .slick-dots li.slick-active:before {
|
|
background: #F43336;
|
|
}
|
|
|
|
.service-item-eight {
|
|
padding: 30px;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
background: white;
|
|
margin-bottom: 30px;
|
|
border-radius: 5px;
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.service-item-eight .icon {
|
|
font-size: 50px;
|
|
color: #F43336;
|
|
margin-bottom: 22px;
|
|
width: 100px;
|
|
height: 100px;
|
|
background: #F8F8F8;
|
|
line-height: 100px;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|
|
.service-item-eight .icon img {
|
|
display: inline-block;
|
|
}
|
|
|
|
.service-item-eight .icon i:before {
|
|
line-height: inherit;
|
|
}
|
|
|
|
.service-item-eight .learn-more {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.service-item-eight .learn-more i {
|
|
font-size: 16px;
|
|
color: #F43336;
|
|
}
|
|
|
|
.service-item-eight .sslier-dec {
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.service-item-eight:hover {
|
|
background: #030A15;
|
|
}
|
|
|
|
.service-item-eight:hover .service-slider-title a,
|
|
.service-item-eight:hover .sslier-dec {
|
|
color: white;
|
|
}
|
|
|
|
.sslier-dec {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.service-slider-title {
|
|
font-size: 20px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.service-item-eight:hover .learn-more {
|
|
color: #F43336;
|
|
}
|
|
|
|
.service-item-eight:hover .learn-more:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.service-slider-wrap ul.slick-dots li.slick-active button {
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
/** Gradient Button */
|
|
|
|
.theme-btns.gradient-btn-one,
|
|
.theme-btns.gradient-btn-two,
|
|
a.theme-btns.gradient-btn-one,
|
|
a.theme-btns.gradient-btn-two {
|
|
z-index: 1;
|
|
position: relative;
|
|
border-radius: 4px;
|
|
text-transform: uppercase;
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(-21.46%, #A146E8), color-stop(36.39%, #6C63D0), to(#387DB8));
|
|
background: -webkit-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: -o-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: linear-gradient(90deg, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
}
|
|
|
|
.theme-btns.gradient-btn-one:before,
|
|
.theme-btns.gradient-btn-two:before,
|
|
a.theme-btns.gradient-btn-one:before,
|
|
a.theme-btns.gradient-btn-two:before {
|
|
content: '';
|
|
z-index: -1;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
border-radius: 4px;
|
|
position: absolute;
|
|
background: #030511;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.theme-btns.gradient-btn-one:hover:before,
|
|
.theme-btns.gradient-btn-two:not(hover):before,
|
|
a.theme-btns.gradient-btn-one:hover:before,
|
|
a.theme-btns.gradient-btn-two:not(hover):before {
|
|
opacity: 1;
|
|
width: calc(100% - 3px);
|
|
height: calc(100% - 3px);
|
|
}
|
|
|
|
.theme-btns.gradient-btn-two:hover:before,
|
|
.theme-btns.gradient-btn-one:not(hover):before,
|
|
a.theme-btns.gradient-btn-two:hover:before,
|
|
a.theme-btns.gradient-btn-one:not(hover):before {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
}
|
|
|
|
|
|
/******************************
|
|
***** Seller Addons *******
|
|
******************************/
|
|
|
|
.sellers-active {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.sellers-active .seller-item {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.seller-item {
|
|
padding: 20px;
|
|
position: relative;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
background: #1B2429;
|
|
text-align: center;
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.seller-item .number {
|
|
top: 20px;
|
|
right: 20px;
|
|
color: #A0A4A8;
|
|
font-size: 14px;
|
|
position: absolute;
|
|
font-family: 'Urbanist', sans-serif;
|
|
width: 30px;
|
|
height: 30px;
|
|
background: rgba(196, 196, 196, 0.1);
|
|
line-height: 30px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
}
|
|
|
|
.seller-item .image {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.seller-item .image img {
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.seller-item .image .check {
|
|
bottom: 0;
|
|
right: 15%;
|
|
font-size: 8px;
|
|
position: absolute;
|
|
width: 20px;
|
|
height: 20px;
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(-21.46%, #A146E8), color-stop(36.39%, #6C63D0), to(#387DB8));
|
|
background: -webkit-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: -o-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: linear-gradient(90deg, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
line-height: 20px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.nft-seller-title,
|
|
.nft-seller-title a {
|
|
color: white;
|
|
font-size: 17px;
|
|
margin: 15px 0 0;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.seller-item .items {
|
|
color: #CACCCF;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
font-family: 'Urbanist', sans-serif;
|
|
}
|
|
|
|
|
|
/********************************
|
|
******** NFT Work Process *******
|
|
*********************************/
|
|
|
|
.restly-nft-wprcess .work-progress-area-five {
|
|
background: #040B11;
|
|
}
|
|
|
|
.restly-nft-wprcess .work-progress-area-five:before {
|
|
top: 50%;
|
|
left: 50%;
|
|
content: '';
|
|
z-index: -1;
|
|
opacity: 0.1;
|
|
position: absolute;
|
|
width: 600px;
|
|
height: 400px;
|
|
-webkit-filter: blur(100px);
|
|
filter: blur(100px);
|
|
background: #20C997;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.restly-nft-wprcess .work-progress-item-five {
|
|
padding: 40px;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
background: #1B2429;
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.restly-nft-wprcess .work-progress-item-five {
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 575px) {
|
|
.restly-nft-wprcess .work-progress-item-five {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.restly-nft-wprcess .work-progress-item-five .icon-number {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.restly-nft-wprcess .work-progress-item-five .icon-number .icon {
|
|
width: 80px;
|
|
height: 80px;
|
|
border-radius: 50%;
|
|
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: 1px solid rgba(255, 255, 255, 0.15);
|
|
}
|
|
|
|
.restly-nft-wprcess .work-progress-item-five .icon-number .number {
|
|
font-size: 48px;
|
|
font-weight: 700;
|
|
font-family: 'Urbanist', sans-serif;
|
|
color: #37454c;
|
|
}
|
|
|
|
.restly-nft-wprcess .work-progress-item-five .nft-workp-title {
|
|
margin-top: 30px;
|
|
margin-bottom: 8px;
|
|
font-size: 22px;
|
|
color: #ffffff;
|
|
font-weight: 700;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.restly-nft-wprcess .work-progress-item-five p {
|
|
margin-bottom: 0;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
/*************************************
|
|
******* Cagegory Collection *********
|
|
*************************************/
|
|
|
|
.collection-category-active {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.collection-category-active .collection-category-item {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.collection-category-active .slick-arrow {
|
|
position: absolute;
|
|
bottom: calc(50% + 33px);
|
|
z-index: 1;
|
|
display: inline-block;
|
|
width: 56px;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
border: none;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.collection-category-active .slick-arrow.prev {
|
|
left: 15px;
|
|
}
|
|
|
|
.collection-category-active .slick-arrow.next {
|
|
right: 15px;
|
|
}
|
|
|
|
.collection-category-active .slick-arrow:before {
|
|
opacity: 1;
|
|
content: '';
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: -1;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
border: none;
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(-21.46%, #A146E8), color-stop(36.39%, #6C63D0), to(#387DB8));
|
|
background: -webkit-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: -o-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: linear-gradient(90deg, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
}
|
|
|
|
.collection-category-item {
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
background: #1B2429;
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.collection-category-item:hover .category-images img {
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.collection-category-item .category-images .row {
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
}
|
|
|
|
.collection-category-item .category-images .row>div {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.collection-category-item .category-images a {
|
|
width: 100%;
|
|
margin-bottom: 10px;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.collection-category-item .category-images a img {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.collection-category-item .title-dots {
|
|
padding: 10px 20px;
|
|
}
|
|
|
|
.collection-category-item .title-dots .nft-ctitle {
|
|
margin-bottom: 8px;
|
|
font-size: 22px;
|
|
color: #ffffff;
|
|
line-height: 28px;
|
|
}
|
|
|
|
.collection-category-item .title-dots .nft-ctitle a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.collection-category-item span.items {
|
|
color: #ffffff;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
}
|
|
|
|
|
|
/***************************************
|
|
********* Testimonial Six **************
|
|
***************************************/
|
|
|
|
.testimonial-six-item {
|
|
padding: 40px;
|
|
position: relative;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
background: #1B2429;
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.testi6-dec {
|
|
color: #ffffff;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.testimonial-six-item {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.testimonial-six-item .author-description {
|
|
margin-bottom: 0;
|
|
margin-top: 33px;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
.testimonial-six-item .testi6-title {
|
|
font-size: 22px;
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
line-height: 28px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.testimonial-six-item .author-description span {
|
|
color: #CACCCF;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.testimonial-six-item .author-description img {
|
|
margin-right: 0;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
width: 80px;
|
|
height: 80px;
|
|
background: white;
|
|
line-height: 80px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
z-index: 1;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.testimonial-six-item:before {
|
|
right: 25%;
|
|
bottom: 30%;
|
|
line-height: 1;
|
|
font-size: 55px;
|
|
content: "\f10e";
|
|
font-weight: 600;
|
|
position: absolute;
|
|
font-family: 'Font Awesome 5 Free';
|
|
color: #2b363c;
|
|
}
|
|
|
|
.testi-author-images {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
|
|
/***************************************
|
|
********* COUNTER Six **************
|
|
***************************************/
|
|
|
|
.restly-counter-v3-wrapper .success-item.style-six .count-text {
|
|
display: inline-block;
|
|
}
|
|
|
|
|
|
/***************************************
|
|
********* News Style Six **************
|
|
***************************************/
|
|
|
|
.news-six-item {
|
|
margin-top: 80px;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
background: #1B2429;
|
|
padding: 0 40px 18px;
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.news-six-item {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.news-six-item .image {
|
|
margin: -80px -25px 25px;
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.news-six-item .image {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
}
|
|
|
|
.news-six-item .image img {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.news-six-item .post-meta-item {
|
|
margin-top: 15px;
|
|
padding: 0;
|
|
}
|
|
|
|
.news-six-item .blog5-title {
|
|
font-size: 22px;
|
|
line-height: 33px;
|
|
}
|
|
|
|
.news-six-item .blog5-title a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.news-six-item .post-meta-item i {
|
|
color: #6C63D0;
|
|
font-size: 16px;
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.news-six-item .post-meta-item {
|
|
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: start;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.news-six-item .post-meta-item li {
|
|
color: #CACCCF;
|
|
list-style: none;
|
|
font-size: 15px;
|
|
}
|
|
|
|
|
|
/*******************************************************
|
|
***************** job info Section *****************
|
|
*******************************************************/
|
|
|
|
.restly-job-info-wrapper {
|
|
padding: 24px;
|
|
background: #e7edf8;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.restly-job-info-wrapper ul {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.restly-job-info-wrapper ul li {
|
|
width: 100%;
|
|
padding-bottom: 15px;
|
|
border-bottom: 1px solid rgb(74 74 74 / 11%);
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.job-icon {
|
|
display: inline-block;
|
|
font-size: 17px;
|
|
margin-right: 11px;
|
|
color: #2058bf;
|
|
position: relative;
|
|
top: 6px;
|
|
}
|
|
|
|
.job-info-dec {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.job-info-dec label {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.job-info-dec p {
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 24px;
|
|
font-weight: 300;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.restly-job-info-wrapper ul li:last-child {
|
|
border-bottom: transparent;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.job-left h2 {
|
|
font-size: 16px;
|
|
text-transform: capitalize;
|
|
line-height: 24px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.job-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.job-post-item {
|
|
padding: 20px;
|
|
box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 8%);
|
|
margin: 22px 0;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.job-left span {
|
|
font-size: 13px;
|
|
color: #104cba;
|
|
}
|
|
|
|
|
|
/*******************************************************
|
|
***************** Actions Section *****************
|
|
*******************************************************/
|
|
|
|
.nft-product-title a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.nft-active-top-nav .title {
|
|
font-size: 36px;
|
|
font-weight: 700;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.nft-product-title {
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
font-weight: normal;
|
|
font-family: 'Urbanist', sans-serif;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.actions-active {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.actions-active .action-item {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.action-item {
|
|
padding: 15px;
|
|
border-radius: 5px;
|
|
margin-bottom: 30px;
|
|
background: #1B2429;
|
|
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.action-item .image {
|
|
position: relative;
|
|
}
|
|
|
|
.action-item .image img {
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.action-item .image .count-down {
|
|
left: 15px;
|
|
bottom: 15px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
background: white;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
padding-top: 7px;
|
|
padding-bottom: 7px;
|
|
width: calc(100% - 30px);
|
|
list-style: none;
|
|
}
|
|
|
|
.action-item .image .count-down li {
|
|
min-width: 40px;
|
|
line-height: 1;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
color: #454545;
|
|
}
|
|
|
|
.action-item .image .count-down li span {
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
}
|
|
|
|
.action-item .image .count-down li:not(:last-child) {
|
|
border-right: 1px solid rgba(7, 1, 47, 0.1);
|
|
}
|
|
|
|
.action-item .content {
|
|
padding: 20px 15px 5px;
|
|
}
|
|
|
|
.action-item .content .bid-dots {
|
|
margin-bottom: 5px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.action-item .content .bid-dots .bid {
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
font-family: 'Urbanist', sans-serif;
|
|
color: #ffffff;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.action-item .content .bid-dots .bid b {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.action-item .content .bid-dots .dots {
|
|
width: 30px;
|
|
height: 16px;
|
|
border-radius: 2px;
|
|
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: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.action-item .content .bid-dots .dots span {
|
|
width: 3px;
|
|
height: 3px;
|
|
margin: 1.5px;
|
|
background: white;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.action-item .content .author-wish {
|
|
margin-top: 15px;
|
|
padding-top: 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
border-top: 1px dashed rgba(255, 255, 255, 0.2);
|
|
}
|
|
|
|
.action-item .content .author-wish .author {
|
|
line-height: 1;
|
|
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;
|
|
}
|
|
|
|
.action-item .content .author-wish .author img {
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 50%;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.action-item .content .author-wish .author .nft-woo-author-name {
|
|
font-size: 14px;
|
|
margin-bottom: 0;
|
|
font-weight: 700;
|
|
letter-spacing: -0.03em;
|
|
color: #ffffff;
|
|
text-transform: capitalize;
|
|
font-family: 'Urbanist', sans-serif;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.action-item .content .author-wish .author span {
|
|
font-size: 12px;
|
|
color: #A0A4A8;
|
|
text-transform: capitalize;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.action-item .content .author-wish .wish {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.action-item .content .author-wish .wish i {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.action-item .content .bid-dots span.price>ins {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.action-item .content .author-wish a.added_to_cart.wc-forward {
|
|
display: none;
|
|
}
|
|
|
|
.action-item .content .author-wish .wish a.button {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.action-item .content .author-wish .wish a.button.added,
|
|
.action-item .content .author-wish .wish a.button:hover {
|
|
color: #8356da;
|
|
}
|
|
|
|
.actions-arrow-btns .slick-arrow:hover {
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(-21.46%, #A146E8), color-stop(36.39%, #6C63D0), to(#387DB8));
|
|
background: -webkit-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: -o-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: linear-gradient(90deg, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
}
|
|
|
|
.actions-arrow-btns .slick-arrow {
|
|
z-index: 1;
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 56px;
|
|
height: 56px;
|
|
background: #1B2429;
|
|
line-height: 56px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
border: 1.5px solid rgba(255, 255, 255, 0.1);
|
|
color: #ffffff;
|
|
}
|
|
|
|
.actions-arrow-btns {
|
|
text-align: right;
|
|
}
|
|
|
|
.nft-active-top-nav {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.actions-arrow-btns .slick-arrow:first-child {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.actions-arrow-btns .slick-arrow:focus:before,
|
|
.actions-arrow-btns .slick-arrow:hover:before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.actions-active.row .action-item {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.collection-filter {
|
|
padding: 0;
|
|
list-style: none;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.collection-filter li {
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
font-weight: 600;
|
|
position: relative;
|
|
padding: 5px 13px;
|
|
border-radius: 2px;
|
|
background: #1B2429;
|
|
margin-right: 20px;
|
|
margin-bottom: 10px;
|
|
font-family: 'Urbanist', sans-serif;
|
|
border: 1.5px solid rgba(255, 255, 255, 0.1);
|
|
color: #ffffff;
|
|
display: inline-block;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.actions-active .collection-active .action-item {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
@media only screen and (max-width: 1199px) {
|
|
.collection-filter li {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.collection-filter li {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
.collection-filter li:before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
opacity: 0;
|
|
z-index: -1;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
border-radius: 2px;
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(-21.46%, #A146E8), color-stop(36.39%, #6C63D0), to(#387DB8));
|
|
background: -webkit-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: -o-linear-gradient(left, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
background: linear-gradient(90deg, #A146E8 -21.46%, #6C63D0 36.39%, #387DB8 100%);
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
.collection-filter li:hover:before,
|
|
.collection-filter li.current:before {
|
|
opacity: 1;
|
|
transition: .4s;
|
|
-webkit-transition: .4s;
|
|
-ms-transition: .4s;
|
|
}
|
|
|
|
|
|
/***********************
|
|
HERO BANNER TEN
|
|
***********************/
|
|
|
|
.hero-content-ten .sub-title {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #104cba;
|
|
}
|
|
|
|
.hero-content-ten .banner-title {
|
|
font-size: 65px;
|
|
}
|
|
|
|
.hero-btns a:first-child {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.hero-btns a {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.container.container-1250 {
|
|
max-width: 1280px;
|
|
}
|
|
|
|
.hero-section-ten {
|
|
background: #f4f4f4;
|
|
padding-top: 80px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.hero-ten-images.images-with-shapes {
|
|
padding: 100px 0;
|
|
}
|
|
|
|
@media only screen and (max-width: 1199px) {
|
|
.hero-content-ten .banner-title {
|
|
font-size: 50px;
|
|
line-height: 60px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) and (max-width: 833px) {
|
|
.hero-section-ten {
|
|
padding-bottom: 50px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.hero-content-ten .banner-title {
|
|
font-size: 45px;
|
|
line-height: 50px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.hero-content-ten .banner-title {
|
|
font-size: 35px;
|
|
line-height: 45px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.hero-content-ten .banner-title {
|
|
font-size: 30px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
|
|
.hero-content-ten p {
|
|
font-size: 18px;
|
|
max-width: 450px;
|
|
line-height: 1.75;
|
|
}
|
|
|
|
.images-with-shapes {
|
|
z-index: 1;
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.images-with-shapes .mobile {
|
|
width: 44%;
|
|
border-radius: 40px;
|
|
-webkit-box-shadow: 10px 0 60px rgba(109, 109, 109, 0.15);
|
|
box-shadow: 10px 0 60px rgba(109, 109, 109, 0.15);
|
|
}
|
|
|
|
.images-with-shapes .shape {
|
|
position: absolute;
|
|
}
|
|
|
|
.images-with-shapes .shape.list-1 {
|
|
left: -12%;
|
|
top: 30%;
|
|
max-width: 35%;
|
|
-webkit-animation: down-up-two 8s infinite;
|
|
animation: down-up-two 8s infinite;
|
|
}
|
|
|
|
.images-with-shapes .shape.list-2 {
|
|
left: 8%;
|
|
bottom: 22%;
|
|
max-width: 25%;
|
|
-webkit-animation: down-up-one 8s infinite;
|
|
animation: down-up-one 8s infinite;
|
|
}
|
|
|
|
.images-with-shapes .shape.list-3 {
|
|
top: 22%;
|
|
right: 0;
|
|
max-width: 25%;
|
|
-webkit-animation: down-up-two 8s infinite;
|
|
animation: down-up-two 8s infinite;
|
|
-webkit-animation-delay: 4s;
|
|
animation-delay: 4s;
|
|
}
|
|
|
|
.images-with-shapes .shape.list-4 {
|
|
right: 0;
|
|
bottom: 20%;
|
|
max-width: 35%;
|
|
-webkit-animation: moveLeftRight 10s infinite;
|
|
animation: moveLeftRight 10s infinite;
|
|
}
|
|
|
|
.images-with-shapes .circle-shapes-wrap {
|
|
width: 70%;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
padding-bottom: 70%;
|
|
background: #ededed;
|
|
z-index: -1;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.images-with-shapes .circle-shapes-wrap:before {
|
|
content: '';
|
|
width: 10px;
|
|
height: 10px;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
left: 0;
|
|
top: 8%;
|
|
background: #104cba;
|
|
-webkit-animation: shapeAnimationFive 20s infinite;
|
|
animation: shapeAnimationFive 20s infinite;
|
|
}
|
|
|
|
.images-with-shapes .circle-shapes-wrap .circle-shape {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
border: 1px solid #e0e0e1;
|
|
left: 15%;
|
|
top: -1%;
|
|
-webkit-animation: rounded 30s linear infinite;
|
|
animation: rounded 30s linear infinite;
|
|
}
|
|
|
|
.images-with-shapes .circle-shapes-wrap .circle-shape:after,
|
|
.images-with-shapes .circle-shapes-wrap .circle-shape:before {
|
|
content: '';
|
|
width: 17px;
|
|
height: 17px;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
-webkit-animation: zoomInOutTwo 4s infinite;
|
|
animation: zoomInOutTwo 4s infinite;
|
|
}
|
|
|
|
.images-with-shapes .circle-shapes-wrap .circle-shape:before {
|
|
right: 15%;
|
|
top: 11%;
|
|
background: #e1754c;
|
|
}
|
|
|
|
.images-with-shapes .circle-shapes-wrap .circle-shape:after {
|
|
bottom: 6%;
|
|
right: 25%;
|
|
-webkit-animation-delay: 2s;
|
|
animation-delay: 2s;
|
|
background: #FF7A41;
|
|
}
|
|
|
|
.hero-ten-images {
|
|
margin-right: -20%;
|
|
}
|
|
|
|
@media only screen and (max-width: 1199px) {
|
|
.hero-ten-images {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.hero-ten-images {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.hero-section-ten .hero-ten-shapes {
|
|
position: absolute;
|
|
max-width: 50%;
|
|
left: -100px;
|
|
bottom: 0;
|
|
z-index: -1;
|
|
-webkit-animation: moveLeftRight 10s infinite;
|
|
animation: moveLeftRight 10s infinite;
|
|
}
|
|
|
|
.banner-title {
|
|
font-size: 65px;
|
|
line-height: 73px;
|
|
margin-top: 25px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.hero-btns {
|
|
margin-top: 35px;
|
|
}
|
|
|
|
.elementor-widget-restly-home-banner3 {
|
|
visibility: visible;
|
|
}
|
|
|
|
|
|
/***************************
|
|
IMAGE SHAPE
|
|
***************************/
|
|
|
|
.about-shape-ten .image {
|
|
padding: 40px 45px;
|
|
border-radius: 10px;
|
|
background: #fbeeef;
|
|
display: inline-block;
|
|
}
|
|
|
|
.about-shape-ten .circle-shapes-wrap {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: transparent;
|
|
}
|
|
|
|
.about-shape-ten .circle-shapes-wrap .circle-shape {
|
|
left: 0;
|
|
top: -6%;
|
|
}
|
|
|
|
|
|
/*******************************************************
|
|
***************** PRICING VERSION 4 ******************
|
|
*******************************************************/
|
|
|
|
.pricing-item-eight {
|
|
padding: 40px;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
margin-bottom: 30px;
|
|
background-color: white;
|
|
-webkit-box-shadow: 10px 0 60px rgba(109, 109, 109, 0.1);
|
|
box-shadow: 10px 0 60px rgba(109, 109, 109, 0.1);
|
|
}
|
|
|
|
.pricing-item-eight .pricing-title {
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
text-align: center;
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.pricing-item-eight .title-icon {
|
|
text-align: center;
|
|
margin-bottom: 25px;
|
|
font-size: 55px;
|
|
color: #104cba;
|
|
}
|
|
|
|
.pricing-item-eight .price {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
line-height: 1;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
font-weight: 500;
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: end;
|
|
margin-bottom: 45px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.pricing-item-eight .price span {
|
|
font-size: 42px;
|
|
font-weight: 600;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
color: #104cba;
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.pricing-item-eight .price span {
|
|
font-size: 35px;
|
|
}
|
|
}
|
|
|
|
.pricing-item-eight .theme-btns.style-six {
|
|
padding: 16px 25px;
|
|
background: white;
|
|
}
|
|
|
|
.pricing-item-eight .list-style-three,
|
|
.pricing-item-eight .list-style-three li:before {
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
.pricing-item-eight:hover {
|
|
background-color: #104cba;
|
|
background-image: url(../img/price-bg-shape.png);
|
|
}
|
|
|
|
.pricing-item-eight:hover .price,
|
|
.pricing-item-eight:hover .price span,
|
|
.pricing-item-eight:hover .pricing-title,
|
|
.pricing-item-eight:hover .list-style-three,
|
|
.pricing-item-eight:hover .title-icon {
|
|
color: white;
|
|
}
|
|
|
|
ul.list-style-three {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
ul.list-style-three li {
|
|
display: flex;
|
|
width: 100%;
|
|
line-height: 40px;
|
|
align-items: center;
|
|
}
|
|
|
|
ul.list-style-three li .icon {
|
|
margin-right: 12px;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.pricing-buttons {
|
|
text-align: left;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
|
|
/*******************************************************
|
|
************ NEWSLETTER SUBSCRIBE SECTION *************
|
|
*******************************************************/
|
|
|
|
.newsletter-inner {
|
|
background: #f4f4f4;
|
|
padding-right: 90px;
|
|
}
|
|
|
|
@media only screen and (max-width: 991px) {
|
|
.newsletter-inner {
|
|
padding-top: 25px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.newsletter-inner {
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.newsletter-images {
|
|
text-align: left;
|
|
}
|
|
|
|
.newsletter-images .shape.one {
|
|
left: 5%;
|
|
top: 15%;
|
|
}
|
|
|
|
.newsletter-images .shape.four {
|
|
right: 15%;
|
|
}
|
|
|
|
@media only screen and (max-width: 991px) {
|
|
.newsletter-content {
|
|
padding: 25px 0 25px 90px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.newsletter-content {
|
|
padding-left: 25px;
|
|
}
|
|
}
|
|
|
|
.newsletter-content p {
|
|
font-size: 18px;
|
|
padding: 5px 15px;
|
|
background: white;
|
|
border-radius: 5px;
|
|
margin-bottom: 40px;
|
|
color: #104cba;
|
|
display: inline-block;
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.newsletter-content p {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.newsletter-content form .form-group {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.newsletter-content form .form-group input {
|
|
border: none;
|
|
border-radius: 0;
|
|
margin-right: 30px;
|
|
background: transparent;
|
|
border-bottom: 1px solid #dddddf;
|
|
}
|
|
|
|
.newsletter-content form .form-group input::-webkit-input-placeholder {
|
|
color: #000000;
|
|
}
|
|
|
|
.newsletter-content form .form-group input:-ms-input-placeholder {
|
|
color: #000000;
|
|
}
|
|
|
|
.newsletter-content form .form-group input::-ms-input-placeholder {
|
|
color: #000000;
|
|
}
|
|
|
|
.newsletter-content form .form-group input::placeholder {
|
|
color: #000000;
|
|
}
|
|
|
|
.newsletter-content form .form-group button {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
border: transparent;
|
|
transition: .4s;
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.newsletter-content form .form-group button {
|
|
padding-left: 13px;
|
|
}
|
|
.newsletter-content form .form-group button span {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.newsletter-content form .radio {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.newsletter-content form .radio input {
|
|
margin-right: 7px;
|
|
}
|
|
|
|
.newsletter-content form .radio label {
|
|
font-weight: 500;
|
|
margin-bottom: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.newsletter-content form .form-group input.theme-btns {
|
|
margin-right: 0;
|
|
margin-left: 20px;
|
|
background: #104cba;
|
|
border-radius: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.newsletter-content form .form-group input.theme-btns:hover {
|
|
background: #1d2c38;
|
|
}
|
|
|
|
.newsletter-content .wpcf7-list-item {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
|
|
.newsletter-inner .row {
|
|
margin-left: calc(var(--bs-gutter-x)/ -2);
|
|
}
|
|
|
|
|
|
/*******************************************************
|
|
***************** TESTIMONIAL SEVEN ******************
|
|
*******************************************************/
|
|
|
|
.container.container-1000 {
|
|
max-width: 1030px;
|
|
}
|
|
|
|
.testimonials-area-seven {
|
|
z-index: 1;
|
|
position: relative;
|
|
padding-top: 130px;
|
|
padding-bottom: 200px;
|
|
}
|
|
|
|
.testimonials-area-seven::before {
|
|
position: absolute;
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: rgb(49 70 245 / 92%);
|
|
}
|
|
|
|
.testi-seven-left {
|
|
height: 100%;
|
|
min-height: 400px;
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
width: 100%;
|
|
}
|
|
|
|
.testimonial-seven-slider {
|
|
background: white;
|
|
padding: 55px 60px;
|
|
}
|
|
|
|
.testimonial-v7-wrapper .sub-title-two {
|
|
background-image: url(../img/subtitle-bg-white.png);
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.testimonial-seven-slider {
|
|
padding-left: 25px;
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-arrow {
|
|
width: 55px;
|
|
height: 55px;
|
|
line-height: 55px;
|
|
text-align: center;
|
|
color: #000000;
|
|
background: #e6e5ec;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
border: transparent;
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-arrow.prev {
|
|
right: 56px;
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-arrow:focus,
|
|
.testimonial-seven-slider .slick-arrow:hover {
|
|
color: white;
|
|
background: #000000;
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-dots {
|
|
bottom: -70px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
position: absolute;
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-dots li {
|
|
width: 8px;
|
|
height: 8px;
|
|
cursor: pointer;
|
|
background: white;
|
|
position: relative;
|
|
border-radius: 50%;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-dots li button {
|
|
overflow: hidden;
|
|
text-indent: -200px;
|
|
background: transparent;
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-dots li:after {
|
|
content: '';
|
|
width: 25px;
|
|
height: 25px;
|
|
left: -9px;
|
|
top: -9px;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
position: absolute;
|
|
border-radius: 50%;
|
|
-webkit-transform: scale(0);
|
|
-ms-transform: scale(0);
|
|
transform: scale(0);
|
|
border: 2px solid white;
|
|
}
|
|
|
|
.testimonial-seven-slider .slick-dots li.slick-active:after {
|
|
-webkit-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
|
|
.testimonial-seven-slider ul.slick-dots li.slick-active button {
|
|
background: transparent;
|
|
}
|
|
|
|
.testimonial-seven-item .image {
|
|
margin-bottom: 20px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.testimonial-seven-item .image img {
|
|
width: 77px;
|
|
height: 77px;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.testimonial-seven-item .author {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.testimonial-seven-item .author .icon {
|
|
line-height: 1;
|
|
font-size: 45px;
|
|
margin-top: 5px;
|
|
margin-right: 20px;
|
|
color: #104cba;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.testimonial-seven-item .author .icon {
|
|
font-size: 40px;
|
|
margin-right: 15px;
|
|
}
|
|
}
|
|
|
|
.testimonial-seven-item .author .title h4 {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
.testimonial-seven-item .author .title h4 {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
.testimonial-seven-item .author .title span {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.testimonials-shapes .shape {
|
|
position: absolute;
|
|
z-index: -1;
|
|
max-width: 10%;
|
|
}
|
|
|
|
.testimonials-shapes .shape.one {
|
|
left: 10%;
|
|
top: 20%;
|
|
-webkit-animation: down-up-two 10s infinite;
|
|
animation: down-up-two 10s infinite;
|
|
}
|
|
|
|
.testimonials-shapes .shape.two {
|
|
left: 8%;
|
|
bottom: 15%;
|
|
-webkit-animation: moveLeftRight 10s infinite;
|
|
animation: moveLeftRight 10s infinite;
|
|
}
|
|
|
|
.testimonials-shapes .shape.three {
|
|
top: 15%;
|
|
right: 8%;
|
|
-webkit-animation: zoomInOutTwo 10s infinite;
|
|
animation: zoomInOutTwo 10s infinite;
|
|
}
|
|
|
|
.testimonials-shapes .shape.four {
|
|
right: 6%;
|
|
bottom: 25%;
|
|
-webkit-animation: down-up-one 10s infinite;
|
|
animation: down-up-one 10s infinite;
|
|
}
|
|
|
|
.testimonials-area-seven .section-title {
|
|
text-align: center;
|
|
width: 61%;
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|
|
|
|
.testimonials-area-seven .section-title .sub-title-two,
|
|
.testimonials-area-seven .section-title .section-h2 {
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
/*******************************************************
|
|
***************** MOBILE SCREEN ******************
|
|
*******************************************************/
|
|
|
|
.mobile-screens {
|
|
background-repeat: no-repeat;
|
|
background-position: 0 0;
|
|
}
|
|
|
|
.mobile-screens-active {
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
}
|
|
|
|
.mobile-screens-active .slick-slide {
|
|
margin: 0 15px;
|
|
}
|
|
|
|
.mobile-screens-active .mobile-screen-item img {
|
|
width: 100%;
|
|
}
|
|
|
|
.mobile-screens-active .slick-dots {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 60px;
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.mobile-screens-active .slick-dots li {
|
|
cursor: pointer;
|
|
width: 17px;
|
|
height: 7px;
|
|
overflow: hidden;
|
|
-webkit-transition: 0.5s;
|
|
-o-transition: 0.5s;
|
|
transition: 0.5s;
|
|
background: white;
|
|
border-radius: 3.5px;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.mobile-screens-active .slick-dots li {
|
|
width: 10px;
|
|
}
|
|
}
|
|
|
|
.mobile-screens-active .slick-dots li button {
|
|
text-indent: -200px;
|
|
background: transparent;
|
|
}
|
|
|
|
.mobile-screens-active .slick-dots li.slick-active {
|
|
width: 45px;
|
|
background: #104cba;
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.mobile-screens-active .slick-dots li.slick-active {
|
|
width: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
/***************************
|
|
MEDIA QUERY
|
|
***************************/
|
|
|
|
@media all and (min-width: 1200px) and (max-width: 1800px) {
|
|
.restly-portfolio-three-slides {
|
|
left: 0;
|
|
margin-top: 0
|
|
}
|
|
.restly-portfolio-three .owl-nav,
|
|
.restly-portfolio-static-area {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width: 1024px) and (max-width: 1199px) {
|
|
.restly-home-banner-forms {
|
|
padding: 36px;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width: 993px) and (max-width: 1024px) {
|
|
.restly-service-hover.service-normal-hover {
|
|
padding: 60px 27px;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width: 993px) and (max-width: 1199px) {
|
|
.portfolio-style-two .restly-portfolio-item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.restly-portfolio-three-slides {
|
|
left: 0;
|
|
margin-top: 0;
|
|
}
|
|
.restly-portfolio-three .owl-nav,
|
|
.restly-portfolio-static-area {
|
|
display: none;
|
|
}
|
|
.restly-blog-post-content .post-meta-item ul li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.restly-blog-post-content .post-meta-item ul li {
|
|
margin-right: 9px;
|
|
}
|
|
.restly-pricing-two .restly-pricing-header:after {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
border-radius: 0;
|
|
}
|
|
.restly-pricing-two .restly-pricing-header {
|
|
padding-bottom: 25px;
|
|
}
|
|
.restly-pricing-warpper.restly-pricing-two .restly-pricing-header {
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width: 768px) and (max-width: 1023px) {
|
|
.button.search-open {
|
|
position: absolute;
|
|
right: 264px;
|
|
top: 40px;
|
|
}
|
|
.button.d-flex.cta {
|
|
position: absolute;
|
|
right: 80px;
|
|
top: 23px;
|
|
}
|
|
.stellarnav.mobile.active>.button {
|
|
opacity: 0;
|
|
transition: .4s;
|
|
}
|
|
}
|
|
|
|
@media all and (min-width: 768px) and (max-width: 992px) {
|
|
.restly-section-title {
|
|
padding: 0 50px;
|
|
}
|
|
.portfolio-style-two .restly-portfolio-item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.restly-portfolio-three-content .slick-list {
|
|
margin-right: 0;
|
|
}
|
|
.restly-portfolio-static-contents h2 {
|
|
font-size: 27px;
|
|
padding-right: 0;
|
|
}
|
|
.restly-portfolio-three-slides {
|
|
left: 0;
|
|
margin-top: 0;
|
|
}
|
|
.restly-portfolio-three .owl-nav,
|
|
.restly-portfolio-static-area {
|
|
display: none;
|
|
}
|
|
.restly-portfolio-dec h6 a {
|
|
line-height: 30px;
|
|
}
|
|
.restly-blog-post-wrapper .row>div:last-child {
|
|
margin-top: 30px;
|
|
}
|
|
.restly-team-inner.team-style-one .restly-team-item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.restly-team-inner.team-style-two .restly-team-item {
|
|
margin-bottom: 60px;
|
|
}
|
|
.restly-blog-post-content .post-meta-item ul li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.team-items .single-item {
|
|
margin-top: 0;
|
|
}
|
|
.restly-pricing-two .restly-pricing-header:after {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
border-radius: 0;
|
|
}
|
|
.restly-pricing-two .restly-pricing-header {
|
|
padding-bottom: 25px;
|
|
}
|
|
.restly-pricing-warpper.restly-pricing-two .restly-pricing-header {
|
|
border-radius: 0;
|
|
}
|
|
#related-portfolio-slide .item:last-child {
|
|
margin-top: 30px;
|
|
}
|
|
.restly-home-banner-forms {
|
|
padding: 50px 24px;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 768px) and (max-width: 900px) {
|
|
.restly-service-hover.service-normal-hover {
|
|
padding: 60px 27px;
|
|
}
|
|
.header-four .button.search-open {
|
|
margin-right: 30px;
|
|
position: absolute;
|
|
right: 50px;
|
|
top: 32px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.elementornavs.mobile>.button {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 767px) {
|
|
.restly-section-title {
|
|
padding: 10px 0;
|
|
}
|
|
.restly-service-two-box {
|
|
padding-left: 12px;
|
|
padding-right: 10px;
|
|
}
|
|
h2.restly-banner-title {
|
|
font-size: 60px;
|
|
line-height: 64px;
|
|
}
|
|
.restly-portfolio-static-contents {
|
|
margin-bottom: 100px;
|
|
padding: 0 15px;
|
|
}
|
|
.restly-portfolio-static-contents h3,
|
|
.restly-portfolio-static-contents h2 {
|
|
color: #fff;
|
|
}
|
|
.restly-portfolio-three-content .slick-slider {
|
|
position: relative;
|
|
}
|
|
.restly-blog-post-box .restly-blog-post-item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.restly-portfolio-three-slides {
|
|
left: 0;
|
|
position: relative;
|
|
margin-top: 0;
|
|
}
|
|
.restly-portfolio-three .owl-nav {
|
|
left: 14px;
|
|
top: -75px;
|
|
}
|
|
.restly-portfolio-dec h6 a {
|
|
line-height: 26px;
|
|
}
|
|
.restly-blog-post-content .post-meta-item ul li {
|
|
margin-right: 12px;
|
|
}
|
|
.restly-portfolio-item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.restly-blog-post-content .post-meta-item ul li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.restly-team-item {
|
|
margin-bottom: 30px;
|
|
}
|
|
.restly-team-inner.team-style-two .restly-team-item {
|
|
margin-bottom: 60px;
|
|
}
|
|
.team-items .single-item {
|
|
margin-top: 0;
|
|
}
|
|
.restly-pricing-two .restly-pricing-header:after {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
border-radius: 0;
|
|
}
|
|
.restly-pricing-two .restly-pricing-header {
|
|
padding-bottom: 25px;
|
|
}
|
|
.restly-pricing-warpper.restly-pricing-two .restly-pricing-header {
|
|
border-radius: 0;
|
|
}
|
|
.header-four .button.search-open {
|
|
margin-right: 30px;
|
|
position: absolute;
|
|
right: 50px;
|
|
top: 32px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 575px) {
|
|
.restly-portfolio-related-wrapper {
|
|
margin-bottom: 90px;
|
|
}
|
|
.restly-blog-post-box>.row {
|
|
margin: 0 -10px;
|
|
}
|
|
.header-top-fluid .row.align-items-center {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.restly-home-banner-forms {
|
|
padding: 50px 26px;
|
|
margin-bottom: 50px;
|
|
}
|
|
.restly-home-banner-forms h2 {
|
|
font-size: 34px;
|
|
}
|
|
input.wpcf7-form-control.wpcf7-submit {
|
|
padding: 15px 20px;
|
|
}
|
|
.header-four .button.search-open {
|
|
margin-right: 30px;
|
|
position: absolute;
|
|
right: 50px;
|
|
top: 32px;
|
|
}
|
|
.elementor-menu .button.search-open {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 375px) {
|
|
.service-four-title-area h3 {
|
|
font-size: 21px;
|
|
}
|
|
}
|
|
|
|
|
|
/* Animation Delay */
|
|
|
|
.delay-1-0s {
|
|
-webkit-animation-delay: 1s;
|
|
animation-delay: 1s;
|
|
}
|
|
|
|
.delay-2-0s {
|
|
-webkit-animation-delay: 2s;
|
|
animation-delay: 2s;
|
|
}
|
|
|
|
.delay-0-1s {
|
|
-webkit-animation-delay: 0.1s;
|
|
animation-delay: 0.1s;
|
|
}
|
|
|
|
.delay-0-2s {
|
|
-webkit-animation-delay: 0.2s;
|
|
animation-delay: 0.2s;
|
|
}
|
|
|
|
.delay-0-3s {
|
|
-webkit-animation-delay: 0.3s;
|
|
animation-delay: 0.3s;
|
|
}
|
|
|
|
.delay-0-4s {
|
|
-webkit-animation-delay: 0.4s;
|
|
animation-delay: 0.4s;
|
|
}
|
|
|
|
.delay-0-5s {
|
|
-webkit-animation-delay: 0.5s;
|
|
animation-delay: 0.5s;
|
|
}
|
|
|
|
.delay-0-6s {
|
|
-webkit-animation-delay: 0.6s;
|
|
animation-delay: 0.6s;
|
|
}
|
|
|
|
.delay-0-7s {
|
|
-webkit-animation-delay: 0.7s;
|
|
animation-delay: 0.7s;
|
|
}
|
|
|
|
.delay-0-8s {
|
|
-webkit-animation-delay: 0.8s;
|
|
animation-delay: 0.8s;
|
|
}
|
|
|
|
.delay-0-9s {
|
|
-webkit-animation-delay: 0.9s;
|
|
animation-delay: 0.9s;
|
|
}
|
|
|
|
.delay-1-1s {
|
|
-webkit-animation-delay: 1.1s;
|
|
animation-delay: 1.1s;
|
|
}
|
|
|
|
.delay-1-2s {
|
|
-webkit-animation-delay: 1.2s;
|
|
animation-delay: 1.2s;
|
|
}
|
|
|
|
.delay-1-3s {
|
|
-webkit-animation-delay: 1.3s;
|
|
animation-delay: 1.3s;
|
|
}
|
|
|
|
.delay-1-4s {
|
|
-webkit-animation-delay: 1.4s;
|
|
animation-delay: 1.4s;
|
|
}
|
|
|
|
.delay-1-5s {
|
|
-webkit-animation-delay: 1.5s;
|
|
animation-delay: 1.5s;
|
|
}
|
|
|
|
.delay-1-6s {
|
|
-webkit-animation-delay: 1.6s;
|
|
animation-delay: 1.6s;
|
|
}
|
|
|
|
.delay-1-7s {
|
|
-webkit-animation-delay: 1.7s;
|
|
animation-delay: 1.7s;
|
|
}
|
|
|
|
.delay-1-8s {
|
|
-webkit-animation-delay: 1.8s;
|
|
animation-delay: 1.8s;
|
|
}
|
|
|
|
.delay-1-9s {
|
|
-webkit-animation-delay: 1.9s;
|
|
animation-delay: 1.9s;
|
|
}
|
|
|
|
|
|
/* About Image Animation */
|
|
|
|
@-webkit-keyframes borderRadius1 {
|
|
0% {
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
}
|
|
50% {
|
|
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
|
|
}
|
|
100% {
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
}
|
|
}
|
|
|
|
@keyframes borderRadius1 {
|
|
0% {
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
}
|
|
50% {
|
|
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
|
|
}
|
|
100% {
|
|
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes borderRadius2 {
|
|
0% {
|
|
border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
|
|
}
|
|
50% {
|
|
border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
|
|
}
|
|
100% {
|
|
border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
|
|
}
|
|
}
|
|
|
|
@keyframes borderRadius2 {
|
|
0% {
|
|
border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
|
|
}
|
|
50% {
|
|
border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
|
|
}
|
|
100% {
|
|
border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes shapeAnimationOne {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(0px, 150px) rotate(90deg);
|
|
transform: translate(0px, 150px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(150px, 150px) rotate(180deg);
|
|
transform: translate(150px, 150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(150px, 0px) rotate(270deg);
|
|
transform: translate(150px, 0px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeAnimationOne {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(0px, 150px) rotate(90deg);
|
|
transform: translate(0px, 150px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(150px, 150px) rotate(180deg);
|
|
transform: translate(150px, 150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(150px, 0px) rotate(270deg);
|
|
transform: translate(150px, 0px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes shapeAnimationTwo {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(-150px, 0px) rotate(270deg);
|
|
transform: translate(-150px, 0px) rotate(270deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(-150px, -150px) rotate(180deg);
|
|
transform: translate(-150px, -150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(0px, -150px) rotate(90deg);
|
|
transform: translate(0px, -150px) rotate(90deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeAnimationTwo {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(-150px, 0px) rotate(270deg);
|
|
transform: translate(-150px, 0px) rotate(270deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(-150px, -150px) rotate(180deg);
|
|
transform: translate(-150px, -150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(0px, -150px) rotate(90deg);
|
|
transform: translate(0px, -150px) rotate(90deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes shapeAnimationThree {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(50px, 150px) rotate(90deg);
|
|
transform: translate(50px, 150px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(150px, 150px) rotate(180deg);
|
|
transform: translate(150px, 150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(150px, 50px) rotate(270deg);
|
|
transform: translate(150px, 50px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeAnimationThree {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(50px, 150px) rotate(90deg);
|
|
transform: translate(50px, 150px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(150px, 150px) rotate(180deg);
|
|
transform: translate(150px, 150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(150px, 50px) rotate(270deg);
|
|
transform: translate(150px, 50px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes shapeAnimationFour {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(-150px -50px) rotate(90deg);
|
|
transform: translate(-150px -50px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(-150px, -150px) rotate(180deg);
|
|
transform: translate(-150px, -150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(-50px, -150px) rotate(270deg);
|
|
transform: translate(-50px, -150px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeAnimationFour {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(-150px -50px) rotate(90deg);
|
|
transform: translate(-150px -50px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(-150px, -150px) rotate(180deg);
|
|
transform: translate(-150px, -150px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(-50px, -150px) rotate(270deg);
|
|
transform: translate(-50px, -150px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes shapeAnimationFive {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(-100px -100px) rotate(90deg);
|
|
transform: translate(-100px -100px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(100px, 50px) rotate(180deg);
|
|
transform: translate(100px, 50px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(-100px, 150px) rotate(270deg);
|
|
transform: translate(-100px, 150px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes shapeAnimationFive {
|
|
0% {
|
|
-webkit-transform: translate(0px, 0px) rotate(0deg);
|
|
transform: translate(0px, 0px) rotate(0deg);
|
|
}
|
|
25% {
|
|
-webkit-transform: translate(-100px -100px) rotate(90deg);
|
|
transform: translate(-100px -100px) rotate(90deg);
|
|
}
|
|
50% {
|
|
-webkit-transform: translate(100px, 50px) rotate(180deg);
|
|
transform: translate(100px, 50px) rotate(180deg);
|
|
}
|
|
75% {
|
|
-webkit-transform: translate(-100px, 150px) rotate(270deg);
|
|
transform: translate(-100px, 150px) rotate(270deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: translate(0px, 0px) rotate(360deg);
|
|
transform: translate(0px, 0px) rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes down-up-one {
|
|
0% {
|
|
-webkit-transform: rotateX(0deg) translateY(0px);
|
|
transform: rotateX(0deg) translateY(0px);
|
|
}
|
|
50% {
|
|
-webkit-transform: rotateX(0deg) translateY(25px);
|
|
transform: rotateX(0deg) translateY(25px);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotateX(0deg) translateY(0px);
|
|
transform: rotateX(0deg) translateY(0px);
|
|
}
|
|
}
|
|
|
|
@keyframes down-up-one {
|
|
0% {
|
|
-webkit-transform: rotateX(0deg) translateY(0px);
|
|
transform: rotateX(0deg) translateY(0px);
|
|
}
|
|
50% {
|
|
-webkit-transform: rotateX(0deg) translateY(25px);
|
|
transform: rotateX(0deg) translateY(25px);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotateX(0deg) translateY(0px);
|
|
transform: rotateX(0deg) translateY(0px);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes down-up-two {
|
|
0% {
|
|
-webkit-transform: rotateX(0deg) translate(0px);
|
|
transform: rotateX(0deg) translate(0px);
|
|
}
|
|
50% {
|
|
-webkit-transform: rotateX(0deg) translate(25px, -25px);
|
|
transform: rotateX(0deg) translate(25px, -25px);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotateX(0deg) translate(0px);
|
|
transform: rotateX(0deg) translate(0px);
|
|
}
|
|
}
|
|
|
|
@keyframes down-up-two {
|
|
0% {
|
|
-webkit-transform: rotateX(0deg) translate(0px);
|
|
transform: rotateX(0deg) translate(0px);
|
|
}
|
|
50% {
|
|
-webkit-transform: rotateX(0deg) translate(25px, -25px);
|
|
transform: rotateX(0deg) translate(25px, -25px);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotateX(0deg) translate(0px);
|
|
transform: rotateX(0deg) translate(0px);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes moveLeftRight {
|
|
0% {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: translateX(80px);
|
|
transform: translateX(80px);
|
|
}
|
|
100% {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
|
|
@keyframes moveLeftRight {
|
|
0% {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: translateX(80px);
|
|
transform: translateX(80px);
|
|
}
|
|
100% {
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes zoomInOut {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
}
|
|
|
|
@keyframes zoomInOut {
|
|
0% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes zoomInOutTwo {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(0.25);
|
|
transform: scale(0.25);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
@keyframes zoomInOutTwo {
|
|
0% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
50% {
|
|
-webkit-transform: scale(0.25);
|
|
transform: scale(0.25);
|
|
}
|
|
100% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rounded {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes rounded {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
/** Custom Header And Footer CSS start **/
|
|
.footer-template-one .site-info a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.footer-template-one .site-info a:hover {
|
|
color: #233452;
|
|
}
|
|
.restly-header-template-one .button.header-cta-button {
|
|
margin-right: 228px;
|
|
}
|
|
.restly-header-template-two .button.header-cta-button {
|
|
margin-right: 87px;
|
|
}
|
|
@media screen and (min-width: 1200px) and (max-width: 1447px) {
|
|
.restly-header-template-one .button.header-cta-button {
|
|
margin-right: 50px;
|
|
}
|
|
.restly-header-template-two .button.header-cta-button {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.tp-header .main-header.header-fluid .nav-menu {
|
|
margin-right: 0px;
|
|
}
|
|
|
|
|
|
/** Footer Template Options **/
|
|
.footer-template-builder .footer-widgets-area:after,.footer-five.footer-template-five:after {
|
|
content: "";
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
pointer-events: none;
|
|
z-index: -1;
|
|
}
|
|
.footer-template-builder .footer-widgets-area,.footer-five.footer-template-five {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.footer-template-builder .copyright-area .social-icons{
|
|
display: block;
|
|
} |