@charset "UTF-8";
  :root {
--ptsans: "PT Sans", sans-serif;
--ss4: "Source Serif 4", serif;
--roboto: "Roboto", sans-serif;
--black-color: #000000;
--white-color: #fff;
--h1-pr-color: #001aff;
--h1-h-color: #0e0e0e;
--bcbcbc: #bcbcbc;
--454545: #454545;
--484848: #484848;
}
body {
font-family: var(--ptsans);
font-weight: 400;
font-style: normal;
color: var(--body-8-color);
font-size: 18px;
line-height: 1.6;
overflow-x: hidden;
}
.img, img {
max-width: 100%;
-webkit-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
transition: all 400ms ease 0s;
}
a {
color: inherit;
}
a,
.button, button {
-webkit-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
transition: all 400ms ease 0s;
text-decoration: none;
}
a:focus,
.button:focus {
text-decoration: none;
outline: none;
}
a:focus,
a:hover {
color: inherit;
text-decoration: none;
}
a,
button {
outline: medium none;
text-decoration: none;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
outline: 0;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--ss4);
color: var(--heading-8-color);
margin-top: 0px;
line-height: 1.15;
font-weight: 600;
text-transform: capitalize;
margin-bottom: 15px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: inherit;
}
p {
font-family: var(--ptsans);
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: var(--body-8-color);
}
*::-moz-selection {
background-color: var(--h1-pr-color);
color: white;
text-shadow: none;
}
::-moz-selection {
background-color: var(--h1-pr-color);
color: white;
text-shadow: none;
}
::selection {
background-color: var(--h1-pr-color);
color: white;
text-shadow: none;
} input::-webkit-input-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
input:-moz-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
input::-moz-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
input:-ms-input-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
textarea::-webkit-input-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
textarea:-moz-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
textarea::-moz-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
textarea:-ms-input-placeholder {
color: #000;
font-size: 16px;
opacity: 1;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
input:focus::placeholder, textarea:focus::placeholder {
opacity: 0;
}
::-webkit-scrollbar {
width: 8px;
background-color: transparent;
box-shadow: none;
border: none;
} ::-webkit-scrollbar-track {
background: transparent;
box-shadow: none;
border: none;
} ::-webkit-scrollbar-thumb {
background: #001aff;
border-radius: 30px;
} .w_img img {
width: 100%;
} [data-overlay] {
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
[data-overlay]::before {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
content: "";
} .mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
}
.mt-55 {
margin-top: 55px;
}
.mt-60 {
margin-top: 60px;
}
.mt-65 {
margin-top: 65px;
}
.mt-70 {
margin-top: 70px;
}
.mt-75 {
margin-top: 75px;
}
.mt-80 {
margin-top: 80px;
}
.mt-85 {
margin-top: 85px;
}
.mt-90 {
margin-top: 90px;
}
.mt-95 {
margin-top: 95px;
}
.mt-100 {
margin-top: 100px;
}
.mt-105 {
margin-top: 105px;
}
.mt-110 {
margin-top: 110px;
}
.mt-115 {
margin-top: 115px;
}
.mt-120 {
margin-top: 120px;
}
.mt-125 {
margin-top: 125px;
}
.mt-130 {
margin-top: 130px;
}
.mt-135 {
margin-top: 135px;
}
.mt-140 {
margin-top: 140px;
}
.mt-145 {
margin-top: 145px;
}
.mt-150 {
margin-top: 150px;
}
.mt-155 {
margin-top: 155px;
}
.mt-160 {
margin-top: 160px;
}
.mt-165 {
margin-top: 165px;
}
.mt-170 {
margin-top: 170px;
}
.mt-175 {
margin-top: 175px;
}
.mt-180 {
margin-top: 180px;
}
.mt-185 {
margin-top: 185px;
}
.mt-190 {
margin-top: 190px;
}
.mt-195 {
margin-top: 195px;
}
.mt-200 {
margin-top: 200px;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-55 {
margin-bottom: 55px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-65 {
margin-bottom: 65px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-75 {
margin-bottom: 75px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-85 {
margin-bottom: 85px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-95 {
margin-bottom: 95px;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-105 {
margin-bottom: 105px;
}
.mb-110 {
margin-bottom: 110px;
}
.mb-115 {
margin-bottom: 115px;
}
.mb-120 {
margin-bottom: 120px;
}
.mb-125 {
margin-bottom: 125px;
}
.mb-130 {
margin-bottom: 130px;
}
.mb-135 {
margin-bottom: 135px;
}
.mb-140 {
margin-bottom: 140px;
}
.mb-145 {
margin-bottom: 145px;
}
.mb-150 {
margin-bottom: 150px;
}
.mb-155 {
margin-bottom: 155px;
}
.mb-160 {
margin-bottom: 160px;
}
.mb-165 {
margin-bottom: 165px;
}
.mb-170 {
margin-bottom: 170px;
}
.mb-175 {
margin-bottom: 175px;
}
.mb-180 {
margin-bottom: 180px;
}
.mb-185 {
margin-bottom: 185px;
}
.mb-190 {
margin-bottom: 190px;
}
.mb-195 {
margin-bottom: 195px;
}
.mb-200 {
margin-bottom: 200px;
}
.ml-5 {
margin-left: 5px;
}
.ml-10 {
margin-left: 10px;
}
.ml-15 {
margin-left: 15px;
}
.ml-20 {
margin-left: 20px;
}
.ml-25 {
margin-left: 25px;
}
.ml-30 {
margin-left: 30px;
}
.ml-35 {
margin-left: 35px;
}
.ml-40 {
margin-left: 40px;
}
.ml-45 {
margin-left: 45px;
}
.ml-50 {
margin-left: 50px;
}
.ml-55 {
margin-left: 55px;
}
.ml-60 {
margin-left: 60px;
}
.ml-65 {
margin-left: 65px;
}
.ml-70 {
margin-left: 70px;
}
.ml-75 {
margin-left: 75px;
}
.ml-80 {
margin-left: 80px;
}
.ml-85 {
margin-left: 85px;
}
.ml-90 {
margin-left: 90px;
}
.ml-95 {
margin-left: 95px;
}
.ml-100 {
margin-left: 100px;
}
.ml-105 {
margin-left: 105px;
}
.ml-110 {
margin-left: 110px;
}
.ml-115 {
margin-left: 115px;
}
.ml-120 {
margin-left: 120px;
}
.ml-125 {
margin-left: 125px;
}
.ml-130 {
margin-left: 130px;
}
.ml-135 {
margin-left: 135px;
}
.ml-140 {
margin-left: 140px;
}
.ml-145 {
margin-left: 145px;
}
.ml-150 {
margin-left: 150px;
}
.ml-155 {
margin-left: 155px;
}
.ml-160 {
margin-left: 160px;
}
.ml-165 {
margin-left: 165px;
}
.ml-170 {
margin-left: 170px;
}
.ml-175 {
margin-left: 175px;
}
.ml-180 {
margin-left: 180px;
}
.ml-185 {
margin-left: 185px;
}
.ml-190 {
margin-left: 190px;
}
.ml-195 {
margin-left: 195px;
}
.ml-200 {
margin-left: 200px;
}
.mr-5 {
margin-right: 5px;
}
.mr-10 {
margin-right: 10px;
}
.mr-15 {
margin-right: 15px;
}
.mr-20 {
margin-right: 20px;
}
.mr-25 {
margin-right: 25px;
}
.mr-30 {
margin-right: 30px;
}
.mr-35 {
margin-right: 35px;
}
.mr-40 {
margin-right: 40px;
}
.mr-45 {
margin-right: 45px;
}
.mr-50 {
margin-right: 50px;
}
.mr-55 {
margin-right: 55px;
}
.mr-60 {
margin-right: 60px;
}
.mr-65 {
margin-right: 65px;
}
.mr-70 {
margin-right: 70px;
}
.mr-75 {
margin-right: 75px;
}
.mr-80 {
margin-right: 80px;
}
.mr-85 {
margin-right: 85px;
}
.mr-90 {
margin-right: 90px;
}
.mr-95 {
margin-right: 95px;
}
.mr-100 {
margin-right: 100px;
}
.mr-105 {
margin-right: 105px;
}
.mr-110 {
margin-right: 110px;
}
.mr-115 {
margin-right: 115px;
}
.mr-120 {
margin-right: 120px;
}
.mr-125 {
margin-right: 125px;
}
.mr-130 {
margin-right: 130px;
}
.mr-135 {
margin-right: 135px;
}
.mr-140 {
margin-right: 140px;
}
.mr-145 {
margin-right: 145px;
}
.mr-150 {
margin-right: 150px;
}
.mr-155 {
margin-right: 155px;
}
.mr-160 {
margin-right: 160px;
}
.mr-165 {
margin-right: 165px;
}
.mr-170 {
margin-right: 170px;
}
.mr-175 {
margin-right: 175px;
}
.mr-180 {
margin-right: 180px;
}
.mr-185 {
margin-right: 185px;
}
.mr-190 {
margin-right: 190px;
}
.mr-195 {
margin-right: 195px;
}
.mr-200 {
margin-right: 200px;
}
.pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
}
.pt-55 {
padding-top: 55px;
}
.pt-60 {
padding-top: 60px;
}
.pt-65 {
padding-top: 65px;
}
.pt-70 {
padding-top: 70px;
}
.pt-75 {
padding-top: 75px;
}
.pt-80 {
padding-top: 80px;
}
.pt-85 {
padding-top: 85px;
}
.pt-90 {
padding-top: 90px;
}
.pt-95 {
padding-top: 95px;
}
.pt-100 {
padding-top: 100px;
}
.pt-105 {
padding-top: 105px;
}
.pt-110 {
padding-top: 110px;
}
.pt-115 {
padding-top: 115px;
}
.pt-120 {
padding-top: 120px;
}
.pt-125 {
padding-top: 125px;
}
.pt-130 {
padding-top: 130px;
}
.pt-135 {
padding-top: 135px;
}
.pt-140 {
padding-top: 140px;
}
.pt-145 {
padding-top: 145px;
}
.pt-150 {
padding-top: 150px;
}
.pt-155 {
padding-top: 155px;
}
.pt-160 {
padding-top: 160px;
}
.pt-165 {
padding-top: 165px;
}
.pt-170 {
padding-top: 170px;
}
.pt-175 {
padding-top: 175px;
}
.pt-180 {
padding-top: 180px;
}
.pt-185 {
padding-top: 185px;
}
.pt-190 {
padding-top: 190px;
}
.pt-195 {
padding-top: 195px;
}
.pt-200 {
padding-top: 200px;
}
.pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-55 {
padding-bottom: 55px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-65 {
padding-bottom: 65px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-75 {
padding-bottom: 75px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-85 {
padding-bottom: 85px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-95 {
padding-bottom: 95px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-105 {
padding-bottom: 105px;
}
.pb-110 {
padding-bottom: 110px;
}
.pb-115 {
padding-bottom: 115px;
}
.pb-120 {
padding-bottom: 120px;
}
.pb-125 {
padding-bottom: 125px;
}
.pb-130 {
padding-bottom: 130px;
}
.pb-135 {
padding-bottom: 135px;
}
.pb-140 {
padding-bottom: 140px;
}
.pb-145 {
padding-bottom: 145px;
}
.pb-150 {
padding-bottom: 150px;
}
.pb-155 {
padding-bottom: 155px;
}
.pb-160 {
padding-bottom: 160px;
}
.pb-165 {
padding-bottom: 165px;
}
.pb-170 {
padding-bottom: 170px;
}
.pb-175 {
padding-bottom: 175px;
}
.pb-180 {
padding-bottom: 180px;
}
.pb-185 {
padding-bottom: 185px;
}
.pb-190 {
padding-bottom: 190px;
}
.pb-195 {
padding-bottom: 195px;
}
.pb-200 {
padding-bottom: 200px;
}
.pb-205 {
padding-bottom: 205px;
}
.pb-210 {
padding-bottom: 210px;
}
.pb-215 {
padding-bottom: 215px;
}
.pb-220 {
padding-bottom: 220px;
}
.pb-225 {
padding-bottom: 225px;
}
.pb-230 {
padding-bottom: 230px;
}
.pb-235 {
padding-bottom: 235px;
}
.pb-240 {
padding-bottom: 240px;
}
.pb-245 {
padding-bottom: 245px;
}
.pb-250 {
padding-bottom: 250px;
}
.pb-255 {
padding-bottom: 255px;
}
.pb-260 {
padding-bottom: 260px;
}
.pb-265 {
padding-bottom: 265px;
}
.pb-270 {
padding-bottom: 270px;
}
.pb-275 {
padding-bottom: 275px;
}
.pb-280 {
padding-bottom: 280px;
}
.pb-285 {
padding-bottom: 285px;
}
.pb-290 {
padding-bottom: 290px;
}
.pb-295 {
padding-bottom: 295px;
}
.pb-300 {
padding-bottom: 300px;
}
.pl-0 {
padding-left: 0px !important;
}
.pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
}
.pl-35 {
padding-left: 35px;
}
.pl-40 {
padding-left: 40px;
}
.pl-45 {
padding-left: 45px;
}
.pl-50 {
padding-left: 50px;
}
.pl-55 {
padding-left: 55px;
}
.pl-60 {
padding-left: 60px;
}
.pl-65 {
padding-left: 65px;
}
.pl-70 {
padding-left: 70px;
}
.pl-75 {
padding-left: 75px;
}
.pl-80 {
padding-left: 80px;
}
.pl-85 {
padding-left: 85px;
}
.pl-90 {
padding-left: 90px;
}
.pl-95 {
padding-left: 95px;
}
.pl-100 {
padding-left: 100px;
}
.pl-105 {
padding-left: 105px;
}
.pl-110 {
padding-left: 110px;
}
.pl-115 {
padding-left: 115px;
}
.pl-120 {
padding-left: 120px;
}
.pl-125 {
padding-left: 125px;
}
.pl-130 {
padding-left: 130px;
}
.pl-135 {
padding-left: 135px;
}
.pl-140 {
padding-left: 140px;
}
.pl-145 {
padding-left: 145px;
}
.pl-150 {
padding-left: 150px;
}
.pl-155 {
padding-left: 155px;
}
.pl-160 {
padding-left: 160px;
}
.pl-165 {
padding-left: 165px;
}
.pl-170 {
padding-left: 170px;
}
.pl-175 {
padding-left: 175px;
}
.pl-180 {
padding-left: 180px;
}
.pl-185 {
padding-left: 185px;
}
.pl-190 {
padding-left: 190px;
}
.pl-195 {
padding-left: 195px;
}
.pl-200 {
padding-left: 200px;
}
.pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
}
.pr-35 {
padding-right: 35px;
}
.pr-40 {
padding-right: 40px;
}
.pr-45 {
padding-right: 45px;
}
.pr-50 {
padding-right: 50px;
}
.pr-55 {
padding-right: 55px;
}
.pr-60 {
padding-right: 60px;
}
.pr-65 {
padding-right: 65px;
}
.pr-70 {
padding-right: 70px;
}
.pr-75 {
padding-right: 75px;
}
.pr-80 {
padding-right: 80px;
}
.pr-85 {
padding-right: 85px;
}
.pr-90 {
padding-right: 90px;
}
.pr-95 {
padding-right: 95px;
}
.pr-100 {
padding-right: 100px;
}
.pr-105 {
padding-right: 105px;
}
.pr-110 {
padding-right: 110px;
}
.pr-115 {
padding-right: 115px;
}
.pr-120 {
padding-right: 120px;
}
.pr-125 {
padding-right: 125px;
}
.pr-130 {
padding-right: 130px;
}
.pr-135 {
padding-right: 135px;
}
.pr-140 {
padding-right: 140px;
}
.pr-145 {
padding-right: 145px;
}
.pr-150 {
padding-right: 150px;
}
.pr-155 {
padding-right: 155px;
}
.pr-160 {
padding-right: 160px;
}
.pr-165 {
padding-right: 165px;
}
.pr-170 {
padding-right: 170px;
}
.pr-175 {
padding-right: 175px;
}
.pr-180 {
padding-right: 180px;
}
.pr-185 {
padding-right: 185px;
}
.pr-190 {
padding-right: 190px;
}
.pr-195 {
padding-right: 195px;
}
.pr-200 {
padding-right: 200px;
}
.container {
padding-right: 15px;
padding-left: 15px;
}
.row {
--bs-gutter-x: 30px;
}
.row.g-0 {
--bs-gutter-x: 0;
}
@media (min-width: 1200px) {
.container.h1-container {
max-width: 1280px;
}
} .fix {
overflow: hidden;
}
.bg-default {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.no-after::after {
display: none;
}
.p-relative {
position: relative;
}
.z-index-3 {
position: relative;
z-index: 3;
}
.black-bg {
background-color: #0D0D0D;
}
.ECF3F4 {
background-color: #ECF3F4;
}
.reveal-type {
text-transform: unset !important;
letter-spacing: -0.5px;
}
.reveal-type .line .word .char:nth-child(1) {
text-transform: capitalize !important;
}
.reveal-type-2 {
text-transform: lowercase !important;
letter-spacing: -0.7px;
}
.split-in-right {
text-transform: unset !important;
letter-spacing: -0.5px;
}
.split-in-right-hero {
text-transform: unset !important;
letter-spacing: -0.5px;
}
.split-in-left {
text-transform: unset !important;
letter-spacing: -0.5px;
}
.split-in-down {
text-transform: unset !important;
letter-spacing: -0.5px;
}
.split-in-down .split-line {
overflow: hidden;
}
.split-in-scale {
text-transform: unset !important;
letter-spacing: -0.5px;
}
.split-in-scale .split-line {
overflow: hidden;
}
.split-in-rotate {
text-transform: unset !important;
letter-spacing: -0.5px;
}
.split-in-rotate .split-line {
overflow: hidden;
} .mobile_menu_button {
width: 158px;
height: 106px;
background-color: var(--h1-pr-color);
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
@media (max-width: 767px) {
.mobile_menu_button {
width: 120px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mobile_menu_button {
width: 158px;
}
}
.mobile_menu_button .icon {
width: 24px;
height: 24px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
justify-items: center;
align-items: center;
}
.mobile_menu_button .icon .icon-dot {
display: inline-block;
width: 3px;
height: 3px;
border-radius: 50%;
background-color: var(--white-color);
transition: 500ms ease-in-out;
}
.mobile_menu_button .text {
font-family: var(--ss4);
display: inline-block;
font-size: 16px;
font-weight: 700;
color: var(--white-color);
text-transform: capitalize;
}
.mobile_menu_button:hover .icon {
animation: h1-menu-rotated 3s ease-in-out infinite;
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(1) {
opacity: 0;
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(3) {
opacity: 0;
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(5) {
opacity: 0;
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(7) {
opacity: 0;
}
.mobile_menu_button:hover .icon .icon-dot:nth-child(9) {
opacity: 0;
}
.h1-search-btn-1 {
font-size: 18px;
width: 43px;
height: 43px;
border-radius: 50%;
background-color: var(--white-color);
text-align: center;
line-height: 43px;
color: var(--black-color);
transition: 400ms ease;
}
.h1-search-btn-1:hover {
color: var(--white-color);
background-color: var(--h1-pr-color);
}
.h1-user-btn-1 {
font-size: 18px;
width: 43px;
height: 43px;
border-radius: 50%;
background-color: var(--white-color);
text-align: center;
line-height: 43px;
color: var(--black-color);
transition: 400ms ease;
}
.h1-user-btn-1:hover {
color: var(--white-color);
background-color: var(--h1-pr-color);
}
.vst-call-option-wrap {
display: flex;
align-items: center;
gap: 12px;
}
.vst-call-option-icon {
flex: 0 0 auto;
width: 43px;
}
.vst-call-option-icon i {
display: inline-block;
color: var(--white-color);
font-size: 40px;
line-height: 1;
margin-top: 6px;
}
.vst-call-option-link a {
font-size: 18px;
color: var(--white-color);
line-height: 1;
display: block;
font-family: var(--ss4);
}
.vst-call-option-link a:hover {
color: var(--h1-pr-color);
}
.vst-call-option-link .phone {
font-weight: 300;
margin-bottom: 5px;
}
.vst-call-option-link .mail {
font-weight: 900;
}
.vst-btn-1 {
position: relative;
overflow: hidden;
display: inline-block;
font-size: 15px;
font-weight: 900;
text-transform: capitalize;
font-family: var(--ss4);
background: var(--h1-pr-color);
color: var(--white-color);
border-radius: 6px;
padding: 18px 33px;
}
.vst-btn-1::after {
content: "\f072";
position: absolute;
font-family: "Font Awesome 6 Pro";
font-size: 37px;
font-weight: 300;
color: #fff;
text-align: center;
top: 0;
left: auto;
right: 0;
width: 0%;
opacity: 0;
transition: 500ms ease;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.vst-btn-1::before {
content: "";
position: absolute;
background-color: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(1px);
left: auto;
right: 0;
width: 0%;
height: 100%;
top: 0;
transition: 500ms ease;
}
.vst-btn-1 i {
margin-left: 8px;
transition: 500ms ease;
}
.vst-btn-1:focus,
.vst-btn-1:hover
{
color: var(--h1-pr-color);
}
.vst-btn-1:focus i,
.vst-btn-1:hover i
{
transform: translateX(50px);
}
.vst-btn-1:focus::after,
.vst-btn-1:hover::after
{
width: 100%;
left: 0;
right: auto;
opacity: 1;
}
.vst-btn-1:focus::before,
.vst-btn-1:hover::before
{
width: 100%;
left: 0;
right: auto;
}
.cta-4-all {
display: flex;
align-items: center;
gap: 10px;
}
.cta-4-all * {
font-family: var(--ss4);
text-transform: capitalize;
}
.cta-4-all i {
flex: 0 0 auto;
font-size: 45px;
line-height: 1;
margin-bottom: -5px;
color: #fff;
}
.cta-4-all .content .number {
display: block;
font-size: 24px;
font-weight: 700;
line-height: 1;
color: #fff;
transition: 400ms ease-in-out;
}
.cta-4-all .content .number:hover {
color: var(--h1-pr-color);
}
.cta-4-all .content .text {
color: var(--h1-pr-color);
font-size: 16px;
line-height: 1;
font-weight: 900;
}
.call-btn {
display: inline-block;
flex: 0 0 auto;
background-color: #1c1c1c;
font-size: 18px;
font-weight: 700;
font-family: var(--ss4);
border-radius: 6px;
line-height: 1;
color: #fff;
padding: 18px 35px;
transition: 400ms ease;
}
.call-btn i {
display: inline;
line-height: 1;
margin-right: 5px;
}
.call-btn:hover {
background-color: var(--h1-pr-color);
}
.blog-page-next-prev-btn {
gap: 5px;
flex-wrap: wrap;
}
.blog-page-next-prev-btn button, .blog-page-next-prev-btn span, .blog-page-next-prev-btn a {
height: 44px;
display: inline-block;
border: none;
text-decoration: none;
outline: none;
border-radius: 4px;
text-align: center;
background-color: #F5F5F5;
line-height: 44px;
text-transform: capitalize;
color: rgba(8, 8, 33, 0.6);
font-size: 16px;
font-weight: 400;
padding: 0 21px;
}
.blog-page-next-prev-btn .current,
.blog-page-next-prev-btn button:hover,
.blog-page-next-prev-btn span:hover,
.blog-page-next-prev-btn a:hover {
background-color: var(--h1-pr-color);
color: #fff;
}
.blog-page-next-prev-btn button:is(.active),
.blog-page-next-prev-btn span:is(.active),
.blog-page-next-prev-btn a:is(.active) {
background-color: var(--h1-pr-color);
color: #fff;
}
.blog-page-next-prev-btn span {
padding: 0 18px;
} @-webkit-keyframes marquee-animation {
0% {
translateX: 0;
}
100% {
translateX: -100%;
}
}
@keyframes marquee-animation {
0% {
translate: 0;
}
100% {
translate: -100%;
}
}
.scroll-top {
position: fixed;
right: 30px;
bottom: 0;
height: 60px;
width: 45px;
cursor: pointer;
display: block;
border-radius: 20px 20px 0px 0px;
z-index: 5;
opacity: 1;
visibility: visible;
transition: all 300ms linear;
background: var(--h1-pr-color);
font-size: 20px;
text-align: center;
color: #fff;
transform: translateY(80px);
}
.scroll-top-wrap {
position: relative;
width: 100%;
height: 100%;
padding: 8px;
padding-top: 16px;
}
.scroll-top-wrap .icon-2 {
font-size: 16px;
position: absolute;
left: 33%;
bottom: 22%;
transform: translate(-50%, -50%);
}
.scroll-top.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.dote-shape {
display: inline-block;
width: 10px;
height: 10px;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-color: var(--white-color);
} .gst-popup-search-box {
background-color: #262431;
position: fixed;
display: flex;
left: 0;
top: -100px;
width: 100%;
z-index: 5;
height: 100vh;
align-items: center;
transform: scaleY(0);
transition: 700ms ease-in-out;
transform-origin: top;
opacity: 0;
visibility: hidden;
}
.gst-popup-search-box .title {
font-family: var(--ss4);
color: #fff;
font-weight: 600;
margin-bottom: 25px;
}
@media (max-width: 767px) {
.gst-popup-search-box .title {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.gst-popup-search-box .title {
font-size: 36px;
}
}
.gst-popup-search-box-form {
display: flex;
}
@media (max-width: 767px) {
.gst-popup-search-box-form {
flex-wrap: wrap;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.gst-popup-search-box-form {
flex-wrap: nowrap;
}
}
.gst-popup-search-box-form .gst-popup-search-box-close-action-btn {
height: 60px;
width: 60px;
font-size: 30px;
border: none;
outline: none;
border-radius: 5px;
margin-left: 25px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
color: #fff;
flex: 0 0 auto;
}
@media (max-width: 767px) {
.gst-popup-search-box-form .gst-popup-search-box-close-action-btn {
margin: auto;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.gst-popup-search-box-form .gst-popup-search-box-close-action-btn {
margin-left: 25px;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}
}
.gst-popup-search-box-form .gst-popup-search-box-close-action-btn:hover {
background-color: var(--h1-pr-color);
border-color: transparent;
}
@media (max-width: 767px) {
.gst-popup-search-box {
height: 100%;
overflow-y: auto;
}
}
.gst-popup-search-box.active {
top: 0;
opacity: 1;
visibility: visible;
transform: scaleY(1);
}
.gst-popup-search-box form {
position: relative;
width: 100%;
}
@media (max-width: 767px) {
.gst-popup-search-box form {
margin-bottom: 50px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.gst-popup-search-box form {
margin-bottom: 0px;
}
}
.gst-popup-search-box-input input {
width: 100%;
height: 60px;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 5px;
font-size: 14px;
color: #fff;
padding: 0 30px;
padding-right: 115px;
}
.gst-popup-search-box-input input::placeholder {
color: #fff;
font-size: 14px;
}
@media (max-width: 767px) {
.gst-popup-search-box-input input {
width: 100%;
background-color: transparent;
opacity: 0.7;
}
}
.gst-popup-search-box button[type=submit] {
position: absolute;
right: 0;
top: 0px;
bottom: 0;
padding: 0 30px;
background: transparent;
color: white;
font-size: 24px;
border-radius: 0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
border-right: none;
border-top: none;
border-bottom: none;
}
.gst-popup-search-box button[type=submit]:hover {
color: #fff;
background-color: var(--h1-pr-color);
} #vistroPreloader {
position: fixed;
left: 0;
top: 0;
z-index: 99999;
width: 100%;
height: 100%;
overflow: visible;
background-color: #010317;
}
#vistroPreloader .loader {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
}
#vistroPreloader .loader img {
width: 30%;
} .h1-heading {
font-family: var(--ss4);
font-weight: 900;
line-height: 1.16;
margin-bottom: 0;
color: var(--h1-h-color);
}
.vst-subtitle-1 {
display: inline-block;
font-size: 17px;
font-weight: 600;
text-transform: uppercase;
color: #3c67ff;
line-height: 1;
font-family: var(--ss4);
margin-bottom: 5px;
}
.vst-subtitle-1:is(.white-color) {
color: var(--white-color);
}
.section-title-1 {
font-size: 55px;
font-weight: 900;
font-family: var(--ss4);
line-height: 1.16;
margin-bottom: 0;
color: var(--white-color);
}
.section-title-1:is(.black) {
color: var(--h1-h-color);
}
.section-title-1:is(.fs-53) {
font-size: 53px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title-1:is(.fs-53) {
font-size: 50px;
}
}
@media (max-width: 767px) {
.section-title-1:is(.fs-53) {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-title-1:is(.fs-53) {
font-size: 45px;
}
}
.section-title-1:is(.blue-black) {
color: #0d1a36;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.section-title-1 {
font-size: 50px;
}
}
@media (max-width: 767px) {
.section-title-1 {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.section-title-1 {
font-size: 45px;
}
}
.vst-pera-white-1 {
font-size: 18px;
font-weight: 400;
line-height: 28px;
margin-bottom: 0;
font-family: var(--ptsans);
color: var(--bcbcbc);
}
.vst-pera-white-1:is(.white-color) {
color: var(--454545);
}
.vst-pera-2 {
font-size: 18px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0;
font-family: var(--roboto);
color: var(--484848);
}  .header_8_sticky:is(.sticky8) {
background: #00071A;
-webkit-transition: all 400ms ease 0s;
-moz-transition: all 400ms ease 0s;
-ms-transition: all 400ms ease 0s;
-o-transition: all 400ms ease 0s;
transition: all 400ms ease 0s;
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
animation: slideInDown 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.header_8_sticky:is(.sticky8) {
padding-top: 10px;
padding-bottom: 10px;
}
}
.vst-header-1-area {
background-color: #000c15;
}
.vst-header-1-content .brand-logo {
flex: 0 0 auto;
margin-left: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.vst-header-1-content .brand-logo {
margin-left: 75px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-header-1-content .brand-logo {
margin-left: 15px;
}
}
.vst-header-1-action {
gap: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-header-1-action .vst-call-option-wrap {
display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-header-1-action .h1-search-btn-1 {
display: none;
}
}
@media (max-width: 767px) {
.vst-header-1-action .h1-search-btn-1 {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-header-1-action .h1-search-btn-1 {
display: block;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-header-1-action .h1-user-btn-1 {
display: none;
}
}
@media (max-width: 767px) {
.vst-header-1-action .h1-user-btn-1 {
display: none;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-header-1-action .h1-user-btn-1 {
display: block;
}
}
.vst-header-1-main-navigation .main-navigation .navbar-nav {
display: inherit;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li {
display: inline-block;
margin: 0 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.vst-header-1-main-navigation .main-navigation .navbar-nav li {
margin: 0 15px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-header-1-main-navigation .main-navigation .navbar-nav li {
margin: 0 12px;
}
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li a {
font-family: var(--ss4);
font-size: 16px;
color: var(--white-color);
font-weight: 700;
text-decoration: none;
padding: 35px 0;
display: inline-block;
text-transform: capitalize;
line-height: 1;
position: relative;
z-index: 1;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li a::after {
position: absolute;
content: "";
left: 0;
right: auto;
bottom: 30px;
background: var(--h1-pr-color);
width: 30px;
height: 25px;
border-radius: 50%;
opacity: 0;
visibility: hidden;
width: 100%;
z-index: -1;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
animation: h1-menu-rotated 5s ease-in-out infinite;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) a {
padding-right: 15px;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) a::before {
content: "\f0d7";
font-family: "Font Awesome 6 Pro";
font-weight: 700;
position: absolute;
font-size: 18px;
border-radius: 50%;
right: 0;
top: 49%;
transform: translateY(-50%);
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu {
left: 0;
top: 100%;
z-index: 100;
margin: 0px;
padding: 20px 0;
height: auto;
min-width: 250px;
display: block;
border: none;
border-radius: 0;
position: absolute;
background: var(--black-color);
border-radius: 2px;
text-align: left;
opacity: 0;
visibility: hidden;
-webkit-transform: scaleY(0);
transform: scaleY(0);
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li {
display: block;
margin: 0;
position: relative;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li:is(.dropdown)::after {
transform: translateY(-50%);
top: 50%;
color: #fff;
right: 15px;
content: "\f0d7";
font-weight: 700;
font-size: 16px;
position: absolute;
font-family: "Font Awesome 5 Pro";
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li a {
width: 100%;
display: block;
position: relative;
padding: 15px 30px !important;
color: #fff !important;
font-weight: 600 !important;
font-size: 16px !important;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li a::after {
display: none;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li a::before {
position: absolute;
content: "";
left: 50px;
top: 50%;
transform: translateY(-50%);
background: var(--h1-pr-color);
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
width: 26px;
height: 26px;
border-radius: 10px;
opacity: 0;
visibility: hidden;
animation: h1-menu-rotated 5s ease-in-out infinite;
-webkit-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-ms-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
z-index: -1;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li .dropdown-menu {
opacity: 0;
visibility: hidden;
top: 0%;
transform: translateY(-50%);
left: -100%;
min-width: 250px;
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
-webkit-transform: scaleY(0) !important;
transform: scaleY(0) !important;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li .dropdown-menu li::before {
display: none;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li .dropdown-menu li::after {
display: none;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li:hover > a::before {
left: 22px;
top: 9px;
visibility: visible;
opacity: 1;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:is(.dropdown) .dropdown-menu li:hover > .dropdown-menu {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1) !important;
transform: scaleY(1) !important;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:hover > a {
color: #fff;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:hover > a::after {
opacity: 1;
visibility: visible;
right: auto;
left: -10px;
width: 22px;
}
.vst-header-1-main-navigation .main-navigation .navbar-nav li:hover .dropdown-menu {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
transform: scaleY(1);
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
}
@keyframes h1-menu-rotated {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}  .header-transparent-2 {
background: transparent;
position: absolute;
z-index: 4;
left: 0;
right: 0;
top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-header-2-content {
padding: 0 15px;
}
}
.vst-header-2-content .brand-logo {
margin-left: 6vw;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-header-2-content .brand-logo {
margin-left: 0;
}
}
.vst-header-2-content .vst-header-1-main-navigation {
margin-left: 60px;
}
.vst-header-2-action {
justify-self: end;
margin-left: auto;
}
.vst-header-2-action .mobile_menu_button {
width: 60px;
height: 60px;
margin-left: 30px;
border-radius: 50%;
}
.vst-header-2-action .mobile_menu_button .text {
display: none;
}
.header-social-media-1 li {
display: inline-block;
}
.header-social-media-1 li:nth-child(1) a {
background-color: #005fe3;
}
.header-social-media-1 li:nth-child(2) a {
background-color: #ffc546;
}
.header-social-media-1 li:nth-child(3) a {
background-color: #ff4349;
}
.header-social-media-1 li:not(:last-child) {
margin-right: 15px;
}
.header-social-media-1 li a {
display: block;
border-radius: 50%;
width: 33px;
height: 33px;
font-size: 15px;
text-align: center;
line-height: 35px;
color: #fff;
}
.header-social-media-1 li a:hover {
background-color: var(--h1-pr-color);
}  .vst-header-3-area {
padding: 10px 0;
}
.vst-header-3-content {
width: 100%;
max-width: 1710px;
padding: 0px 15px;
margin: auto;
display: grid;
grid-template-columns: 0.4fr 1.4fr 1fr;
align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.vst-header-3-content {
grid-template-columns: 0.4fr 1.6fr 1fr;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-header-3-content {
grid-template-columns: 0.6fr 2.2fr 0.6fr;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-header-3-content {
grid-template-columns: 0.4fr 1.2fr 0.2fr;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-header-3-content {
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-header-3-action {
justify-self: end;
}
}
.vst-header-3-action .mobile_menu_button {
width: 100px;
height: 60px;
border-radius: 6px;
}
.vst-header-3-action .h1-search-btn-1 {
background-color: #f4f4f4;
}
.vst-header-3-action .h1-search-btn-1:hover {
background-color: var(--h1-pr-color);
color: #fff;
}
.vst-header-3-action .h1-user-btn-1 {
background-color: #f4f4f4;
}
.vst-header-3-action .h1-user-btn-1:hover {
background-color: var(--h1-pr-color);
color: #fff;
}
.vst-header-3-action .vst-call-option-wrap * {
color: #202020;
}
.vst-header-1-main-navigation:is(.header-3) .main-navigation * {
color: #1c1b1b !important;
}
.vst-header-1-main-navigation:is(.header-3) .main-navigation .navbar-nav li a::after {
display: none;
}
.vst-header-1-main-navigation:is(.header-3) .main-navigation .navbar-nav li a:hover {
color: var(--h1-pr-color) !important;
}  .mobile_logo {
top: 10px;
left: 15px;
display: none;
position: absolute;
}
.mobile_menu_content {
top: 0px;
bottom: 0;
left: -350px;
height: 100vh;
z-index: 101;
position: fixed;
width: 310px;
overflow-y: scroll;
background-color: #0f0d0d;
padding: 20px 35px 35px 35px;
-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
-webkit-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
width: 100%;
}
.mobile_menu_content .dropdown:after {
display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
position: static !important;
-webkit-transform: none !important;
transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
width: 100%;
display: block;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
padding: 0;
width: 100%;
color: #fff;
display: block;
font-weight: 600;
font-size: 14px;
font-family: var(--ss4);
text-transform: capitalize;
padding: 10px 30px 10px 0 !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a:hover {
color: var(--h1-pr-color);
}
.mobile_menu_content .m-brand-logo {
width: 120px;
margin: 50px auto;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
left: 0px;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.mobile_menu_overlay {
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 100;
right: 0%;
height: 120vh;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.9);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.mobile_menu_overlay_on {
overflow: hidden;
}
.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
opacity: 1;
visibility: visible;
}
.mobile_menu_button {
color: var(--primary-color-8);
font-size: 24px;
cursor: pointer;
}
.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
opacity: 1;
visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
border: none;
display: none;
-webkit-transition: none;
transition: none;
-webkit-box-shadow: none;
box-shadow: none;
padding: 5px 0px;
width: 100%;
background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
border: none;
padding: 0 10px;
line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
color: #fff;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
color: var(--h1-pr-color);
background-color: transparent;
}
.mobile_menu .dropdown {
position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
color: #9397a7;
position: absolute;
top: 3px;
right: 0;
height: 30px;
padding: 5px 10px;
cursor: pointer;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
top: 25px;
right: 25px;
cursor: pointer;
color: #d60606;
font-size: 20px;
position: absolute;
}
.mobile_menu .mobile-search-bar {
margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
width: 100%;
height: 50px;
border: none;
border-bottom: 1px solid #616161;
background-color: transparent;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
color: #616161;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
color: #616161;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
color: #616161;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
color: #616161;
}
.mobile_menu .mobile-search-bar input::placeholder {
color: #616161;
}
.mobile_menu .mobile-search-bar button {
top: 0;
right: 0;
color: #fff;
padding: 0;
height: 50px;
border: none;
position: absolute;
background-color: transparent;
}
.mobile_menu .bi-mobile-header-social {
margin-top: 40px;
}
.mobile_menu .bi-mobile-header-social a {
color: #fff;
margin: 0px 8px;
font-size: 15px;
}
.mobile_menu .bi-mobile-header-social a:hover {
color: var(--base-color);
}
.mobile_menu_content {   }
.mobile_menu_content::-webkit-scrollbar-track {
box-shadow: none;
border-radius: 5px;
opacity: 0;
}
.mobile_menu_content::-webkit-scrollbar-thumb {
background: transparent;
border-radius: 5px;
opacity: 0;
}
.mobile_menu_content::-webkit-scrollbar-thumb:hover {
background: var(--clr-theme-secondary);
}  .vst-hero-1-area {
background-color: #262431;
position: relative;
}
.vst-hero-1-area::after {
content: "";
position: absolute;
width: 100%;
height: 570px;
background-color: #000c15;
left: 0;
top: 0;
}
.vst-hero-1-area .bg-shape-1 {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
animation: h1-shape 10s infinite ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-1-area .bg-shape-1 {
display: none;
}
}
.vst-hero-1-area .bg-shape-2 {
position: absolute;
top: 85px;
right: 0;
z-index: 2;
animation: h1-shape 10s infinite ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-1-area .bg-shape-2 {
display: none;
}
}
.vst-hero-1-area .bg-shape-3 {
position: absolute;
right: 1vw;
bottom: 9vh;
animation: h1-dote 3s infinite ease-in-out;
}
.vst-hero-1-content {
position: relative;
z-index: 1;
width: 100%;
max-width: 545px;
padding-top: 160px;
padding-bottom: 200px;
}
.vst-hero-1-content .vst-subtitle-1 {
margin-bottom: 0px;
}
.vst-hero-1-content .hero-1-title {
font-size: 80px;
font-weight: 900;
line-height: 1.06;
font-family: var(--ss4);
margin-bottom: 5px;
color: var(--white-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-hero-1-content .hero-1-title {
font-size: 75px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-hero-1-content .hero-1-title {
font-size: 65px;
}
}
@media (max-width: 767px) {
.vst-hero-1-content .hero-1-title {
font-size: 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-hero-1-content .hero-1-title {
font-size: 55px;
}
}
.vst-hero-1-content .vst-pera-white-1 {
color: #f2eeee;
margin-bottom: 38px;
}
.vst-hero-1-wrap {
position: relative;
width: 100%;
max-width: 1710px;
margin: auto;
z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.vst-hero-1-wrap {
max-width: 1395px;
}
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.vst-hero-1-wrap {
max-width: 1300px;
}
}
.vst-hero-1-wrap::after {
content: "";
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(90deg, rgb(11, 13, 31) 0%, rgba(255, 255, 255, 0) 100%);
left: 0;
top: 0;
}
.vst-hero-1-wrap .hero-1-bg-img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.vst-hero-1-wrap .hero-1-bg-img img {
width: 100%;
height: 100%;
object-fit: cover;
clip-path: polygon(30% 0, 60% 49%, 30% 100%, 0 100%, 0% 60%, 0 0);
transition: 2s ease;
}
.vst-hero-1-time {
display: inline-block;
background-color: var(--h1-pr-color);
position: absolute;
right: 0;
bottom: 0;
z-index: 1;
padding: 22px 35px;
clip-path: polygon(5% 2%, 100% 0, 100% 100%, 0% 100%);
}
.vst-hero-1-time span {
display: block;
font-family: var(--ss4);
color: var(--white-color);
line-height: 1;
text-transform: uppercase;
}
.vst-hero-1-time .time {
font-size: 28px;
font-weight: 900;
margin-bottom: 2px;
}
.vst-hero-1-time .text {
font-size: 18px;
font-weight: 600;
}
.vst-hero-1-area:is(.active) .vst-hero-1-wrap .hero-1-bg-img img {
clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0% 60%, 0 0);
}
@keyframes h1-shape {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@keyframes h1-dote {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}  .vst-hero-2 {
background-color: #010e18;
}
.vst-hero-2 .h2-bg-shape-1 {
position: absolute;
left: 0;
bottom: 0;
animation: h2-s-flix 15s infinite ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-2 .h2-bg-shape-1 {
display: none;
}
}
.vst-hero-2 .h2-bg-shape-2 {
position: absolute;
left: -287px;
top: -290px;
z-index: 1;
animation: h2-s-rototed 15s infinite ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-2 .h2-bg-shape-2 {
display: none;
}
}
.vst-hero-2 .h2-bg-shape-3 {
position: absolute;
left: 30%;
bottom: -120px;
z-index: 1;
animation: h2-s-rototed 15s infinite ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-2 .h2-bg-shape-3 {
display: none;
}
}
.vst-hero-2 .vst-hero-1-wrap {
max-width: 1920px;
}
.vst-hero-2 .vst-hero-1-wrap::after {
display: none;
}
.vst-hero-2-bg-img-position {
position: absolute;
top: 0;
right: 0;
width: 43%;
height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-hero-2-bg-img-position {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-2-bg-img-position {
position: unset;
width: 100%;
height: 600px;
padding: 0 15px;
}
}
@media (max-width: 767px) {
.vst-hero-2-bg-img-position {
position: unset;
width: 100%;
height: 400px;
padding: 0 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-hero-2-bg-img-position {
position: unset;
width: 100%;
height: 600px;
padding: 0 15px;
}
}
.vst-hero-2-bg-img {
position: relative;
width: 100%;
height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-hero-2-bg-img::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #010e18;
opacity: 0.8;
}
}
.vst-hero-2-bg-img .main-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-hero-2-bg-img .flaq-img {
position: absolute;
left: -98px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-hero-2-bg-img .flaq-img {
left: unset;
right: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-2-bg-img .flaq-img {
left: 0;
}
}
.vst-hero-2-bg-img .flaq-img img {
animation: h1-flaq 10s infinite ease-in-out;
}
.vst-hero-1-content:is(.hero-2) {
padding-top: 270px;
padding-bottom: 135px;
max-width: 530px;
position: relative;
z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-1-content:is(.hero-2) {
padding-top: 170px;
padding-bottom: 60px;
}
}
.vst-hero-1-content:is(.hero-2) .hero-1-title {
font-size: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-hero-1-content:is(.hero-2) .hero-1-title {
font-size: 75px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-hero-1-content:is(.hero-2) .hero-1-title {
font-size: 65px;
}
}
@media (max-width: 767px) {
.vst-hero-1-content:is(.hero-2) .hero-1-title {
font-size: 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-hero-1-content:is(.hero-2) .hero-1-title {
font-size: 55px;
}
}
.vst-hero-1-content:is(.hero-2) .hero-1-pera {
font-size: 20px;
line-height: 30px;
color: #bcbcbc;
margin-bottom: 25px;
}
.vst-hero-2-feature {
display: grid;
grid-template-columns: auto auto auto;
}
@media (max-width: 767px) {
.vst-hero-2-feature {
grid-template-columns: auto;
gap: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-hero-2-feature {
grid-template-columns: auto auto auto;
gap: 0px;
}
}
.vst-hero-2-feature .name {
font-size: 17px;
font-family: var(--ss4);
font-weight: 600;
text-transform: capitalize;
margin-bottom: 0;
color: #fff;
}
.vst-hero-2-feature .name i {
color: var(--h1-pr-color);
font-weight: 500;
margin-right: 4px;
}
@keyframes h2-s-rototed {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes h2-s-flix {}
@keyframes h1-flaq {
0% {
clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
50% {
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 50% 100%);
}
75% {
clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
100% {
clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
}  .hero-3-subtitle {
font-size: 18px;
color: #fff;
font-weight: 600;
line-height: 1;
margin-bottom: 10px;
}
.hero-3-title {
font-size: 58px;
line-height: 1.12;
color: #fff;
font-weight: 700;
}
@media (max-width: 767px) {
.hero-3-title {
font-size: 40px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.hero-3-title {
font-size: 55px;
}
}
.vst-hero-3-area {
position: relative;
}
.vst-hero-3-content {
padding-top: 120px;
padding-bottom: 670px;
position: relative;
width: 100%;
max-width: 1680px;
margin: auto;
border-radius: 30px;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-hero-3-content {
padding-bottom: 560px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-hero-3-content {
padding-bottom: 670px;
}
}
.vst-hero-3-content::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: linear-gradient(180deg, rgba(2, 0, 36, 0.55) 12%, rgb(24, 49, 83) 80%);
}
.vst-hero-3-content .btn-wrap {
display: flex;
align-items: center;
justify-content: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-3-content .btn-wrap {
justify-content: start;
padding-top: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-hero-3-feature {
padding-top: 30px;
}
}
.vst-hero-3-feature .name {
font-size: 17px;
font-family: var(--ss4);
font-weight: 400;
text-transform: capitalize;
margin-bottom: 0;
color: #fff;
}
.vst-hero-3-feature .name i {
font-size: 15px;
margin-right: 6px;
}
.vst-hero-3-feature .name:not(:last-child) {
margin-bottom: 18px;
}
.vst-hero-3-slider-position {
position: absolute;
bottom: 80px;
width: 100%;
left: 0;
}
.vst-hero-3-slider-item .main-img {
width: 100%;
height: 510px;
border-radius: 50px;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-hero-3-slider-item .main-img {
height: 400px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-hero-3-slider-item .main-img {
height: 510px;
}
}
.vst-hero-3-slider-item .main-img img {
width: 100%;
height: 100%;
object-position: top;
object-fit: cover;
}
.vst-hero-3-slider {
position: relative;
}
.vst-hero-3-slider-btn {
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
padding: 0 4.68vw;
z-index: 1;
}
.vst-hero-3-slider-btn .hero_3_next, .vst-hero-3-slider-btn .hero_3_prev {
background-color: var(--white-color);
box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.07);
width: 65px;
height: 65px;
border-radius: 50%;
text-align: center;
line-height: 63px;
font-size: 16px;
color: var(--black-color);
transition: 400ms ease;
}
.vst-hero-3-slider-btn .hero_3_next:hover, .vst-hero-3-slider-btn .hero_3_prev:hover {
color: var(--white-color);
background-color: var(--h1-pr-color);
}  .vst-about-1-area {
position: relative;
background-color: #262431;
padding-bottom: 300px;
}
.vst-about-1-area .bg-shape-1 {
position: absolute;
left: -15px;
top: 80px;
animation: h1-a-shape-2 7s infinite ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-1 {
display: none;
}
}
.vst-about-1-area .bg-shape-2 {
position: absolute;
bottom: 25vh;
left: 0;
animation: h1-a-shape-1 10s infinite ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-2 {
display: none;
}
}
.vst-about-1-area .bg-shape-3 {
position: absolute;
right: 0;
top: 25vh;
animation: h1-a-shape-2 5s infinite ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-3 {
display: none;
}
}
.vst-about-1-area .bg-shape-4 {
position: absolute;
right: 1vw;
bottom: 37vh;
animation: h1-a-shape-3 7s infinite ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-4 {
display: none;
}
}
.vst-about-1-area .bg-shape-5 {
position: absolute;
right: 12vw;
bottom: 0;
animation: h1-a-shape-2 7s infinite ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-5 {
display: none;
}
}
.vst-about-1-area .bg-shape-6 {
position: absolute;
left: 9vw;
top: 32vh;
animation: h1-dote 5s infinite ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-6 {
display: none;
}
}
.vst-about-1-area .bg-shape-7 {
position: absolute;
left: 8vw;
bottom: 8vh;
animation: h1-dote 2s infinite ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-7 {
display: none;
}
}
.vst-about-1-area .bg-shape-8 {
position: absolute;
right: 13vw;
top: 32vh;
animation: h1-dote 4s infinite ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-8 {
display: none;
}
}
.vst-about-1-area .bg-shape-9 {
position: absolute;
right: 3vw;
bottom: 10vh;
animation: h1-dote 3s infinite ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-area .bg-shape-9 {
display: none;
}
}
.vst-about-1-left-content .about-1-pera {
margin-bottom: 30px;
}
.vst-about-1-gallery-img {
width: 100%;
display: grid;
grid-template-columns: 1.2fr 1fr;
overflow: hidden;
gap: 30px;
}
.vst-about-1-gallery-img .img-1, .vst-about-1-gallery-img .img-2 {
width: 100%;
height: 170px;
overflow: hidden;
border-radius: 6px;
clip-path: polygon(63% 0, 17% 100%, 0 100%, 0 0);
transition: 1000ms ease;
opacity: 0;
}
.vst-about-1-gallery-img .img-1 img, .vst-about-1-gallery-img .img-2 img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-about-1-gallery-img:is(.active) .img-1, .vst-about-1-gallery-img:is(.active) .img-2 {
clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
opacity: 1;
}
.vst-about-1-feature-wrap {
padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-about-1-feature-wrap {
padding-left: 0px;
padding-top: 50px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-about-1-feature-wrap {
padding-left: 0px;
padding-top: 50px;
}
}
.vst-about-1-feature-item {
display: grid;
grid-template-columns: 2fr 4fr 2fr;
border: 2px solid #555266;
border-radius: 10px;
align-items: center;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-about-1-feature-item {
gap: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-about-1-feature-item {
gap: 0px;
}
}
.vst-about-1-feature-item .icon {
justify-self: center;
font-size: 60px;
line-height: 1;
margin-top: 6px;
color: white;
}
.vst-about-1-feature-item .item-name {
font-size: 24px;
color: #e7e7e6;
line-height: 1.33;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-about-1-feature-item .item-name {
font-size: 22px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-about-1-feature-item .item-name {
font-size: 20px;
}
}
@media (max-width: 767px) {
.vst-about-1-feature-item .item-name {
font-size: 20px;
}
}
.vst-about-1-feature-item .item-btn {
height: 105px;
width: 65px;
line-height: 105px;
color: var(--white-color);
text-align: center;
justify-self: end;
border-left: 2px solid #555266;
}
.vst-about-1-feature-item .item-btn:hover {
background-color: var(--h1-pr-color);
color: var(--white-color);
}
.vst-about-1-feature-item:hover .item-btn {
background-color: var(--h1-pr-color);
color: var(--white-color);
}
@keyframes h1-a-shape-1 {
0% {
transform: rotateX(0deg);
}
50% {
transform: rotateX(40deg);
}
100% {
transform: rotateX(0deg);
}
}
@keyframes h1-a-shape-2 {
0% {
transform: rotateY(0deg);
}
50% {
transform: rotateY(80deg);
}
100% {
transform: rotateY(0deg);
}
}
@keyframes h1-a-shape-3 {
0% {
transform: rotateY(0deg);
}
50% {
transform: rotateY(40deg);
}
100% {
transform: rotateY(0deg);
}
}  .vst-services-1-wrap {
position: relative;
background-color: var(--white-color);
border-radius: 10px;
box-shadow: 0px 1px 98px 0px rgba(0, 0, 0, 0.11);
padding-left: 75px;
padding-right: 75px;
}
@media (max-width: 767px) {
.vst-services-1-wrap {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-services-1-wrap {
padding-left: 30px;
padding-right: 30px;
}
}
.vst-services-1-wrap .bg-img-1 {
position: absolute;
left: 5%;
z-index: -1;
bottom: 0;
transition: 2s ease;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-services-1-wrap .bg-img-1 {
display: none;
}
}
.vst-services-1-slider-item {
padding: 25px;
text-align: center;
background-color: #f1f1f1;
border-radius: 6px;
}
.vst-services-1-slider-item .flaq {
width: 100%;
max-width: 135px;
height: 135px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
margin-bottom: 20px;
}
.vst-services-1-slider-item .flaq img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-services-1-slider-item .s-btn {
display: inline-block;
font-size: 18px;
font-weight: 900;
text-transform: capitalize;
color: var(--black-color);
}
.vst-services-1-slider-item .s-btn i {
margin-left: 8px;
}
.vst-services-1-slider-item .s-btn:hover {
color: var(--h1-pr-color);
}
.vst-services-1-wrap {
position: relative;
}
.vst-services-1-slider-btn {
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 100%;
}
@media (max-width: 767px) {
.vst-services-1-slider-btn {
position: unset;
transform: unset;
margin-top: 30px;
}
}
.vst-services-1-slider-btn .services_1_next, .vst-services-1-slider-btn .services_1_prev {
background-color: var(--white-color);
box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.07);
width: 63px;
height: 63px;
border-radius: 50%;
text-align: center;
line-height: 63px;
font-size: 16px;
color: var(--black-color);
transition: 400ms ease;
}
.vst-services-1-slider-btn .services_1_next:hover, .vst-services-1-slider-btn .services_1_prev:hover {
color: var(--white-color);
background-color: var(--h1-pr-color);
}
.vst-services-1-slider-btn .services_1_next {
margin-right: -31px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-services-1-slider-btn .services_1_next {
margin-right: 0px;
}
}
@media (max-width: 767px) {
.vst-services-1-slider-btn .services_1_next {
margin-right: 0px;
}
}
.vst-services-1-slider-btn .services_1_prev {
margin-left: -31px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-services-1-slider-btn .services_1_prev {
margin-left: 0px;
}
}
@media (max-width: 767px) {
.vst-services-1-slider-btn .services_1_prev {
margin-left: 0px;
}
}
.vst-services-1-content {
width: 100%;
max-width: 675px;
margin: 0 auto;
}
.vst-services-1-content .services-1-pera {
margin-bottom: 35px;
}
.vst-services-1-wrap:is(.active) .bg-img-1 {
left: -31%;
}  .vst-service-2-area {
position: relative;
}
.vst-service-2-area .bg-img-2 {
position: absolute;
bottom: 0;
width: 100%;
height: 68%;
left: 0;
right: 0;
object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-service-2-area .bg-img-2 {
height: 80%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-service-2-area .bg-img-2 {
height: 80%;
}
}
@media (max-width: 767px) {
.vst-service-2-area .bg-img-2 {
height: 80%;
}
}
.vst-service-2-item {
background-color: #fff;
box-shadow: 0px 8px 168.15px 8.85px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 20px;
}
.vst-service-2-item .img-wrap {
position: relative;
width: 100%;
height: 255px;
border-radius: 10px;
overflow: hidden;
}
.vst-service-2-item .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-service-2-item .img-wrap::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(255, 100, 100, 0.2509803922);
mix-blend-mode: multiply;
animation: s2-after 8s infinite ease-in;
transition: 600ms;
opacity: 0;
}
.vst-service-2-item .content-wrap {
text-align: center;
}
.vst-service-2-item .content-wrap .icon {
position: relative;
margin: 0 auto;
width: 90px;
height: 90px;
background-color: #fff;
box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.04);
text-align: center;
font-size: 40px;
border-radius: 50%;
line-height: 100px;
margin-top: -45px;
margin-bottom: 20px;
}
.vst-service-2-item .content-wrap .icon i {
display: inline-block;
}
.vst-service-2-item .content-wrap .h1-heading {
font-size: 25px;
font-weight: 700;
margin-bottom: 14px;
transition: 300ms;
}
.vst-service-2-item .content-wrap .h1-heading:hover {
color: var(--h1-pr-color);
}
.vst-service-2-item .content-wrap .vst-pera-2 {
margin-bottom: 15px;
}
.vst-service-2-item:hover .content-wrap .icon i {
animation: s2-icon 1s ease-in;
}
.vst-service-2-item:hover .img-wrap::after {
opacity: 1;
}
.vst-service-2-mt {
display: block;
position: relative;
margin-top: -280px;
}
.vst-services-2-cta {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
}
@media (max-width: 767px) {
.vst-services-2-cta {
flex-wrap: wrap;
}
}
.vst-services-2-cta .h1-heading {
text-align: center;
font-size: 20px;
color: #000;
}
@keyframes s2-icon {
0% {
transform: translateY(0);
}
25% {
transform: translateY(-5px);
}
50% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
100% {
transform: translateY(0);
}
}
@keyframes s2-after {
0% {
background: rgba(255, 100, 100, 0.3647058824);
}
20% {
background: rgba(255, 252, 100, 0.337254902);
}
40% {
background: rgba(242, 100, 255, 0.3411764706);
}
60% {
background: rgba(100, 255, 242, 0.3294117647);
}
80% {
background: rgba(103, 100, 255, 0.3568627451);
}
100% {
background: rgba(255, 100, 100, 0.3137254902);
}
}  .vst-service-3-area {
position: relative;
}
.vst-service-3-area .quetion-title {
text-align: center;
font-size: 24px;
line-height: 36px;
color: #000;
font-weight: 500;
}
.vst-service-3-item {
background-color: #fff;
border-radius: 10px;
padding: 42px 30px;
margin-bottom: 30px;
}
.vst-service-3-item .h1-heading {
font-size: 24px;
line-height: 32px;
color: #000;
font-weight: 700;
margin-bottom: 20px;
}
.vst-service-3-item .img-wrap {
position: relative;
width: 100%;
height: 140px;
border-radius: 10px;
overflow: hidden;
margin-bottom: 18px;
}
.vst-service-3-item .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-service-3-item .vst-pera-2 {
font-size: 14px;
line-height: 24px;
margin-bottom: 15px;
}
.vst-service-3-item .s3-btn {
font-size: 14px;
font-family: var(--ss4);
font-weight: 700;
color: #0e0e0e;
line-height: 1;
transition: 400ms ease;
}
.vst-service-3-item .s3-btn i {
margin-left: 10px;
transition: 400ms ease;
}
.vst-service-3-item .s3-btn:hover {
color: var(--h1-pr-color);
}
.vst-service-3-item .s3-btn:hover i {
transform: translateX(10px);
}
.vst-service-3-slider-btn {
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
bottom: 36%;
left: 0;
right: 0;
transform: translateY(-50%);
width: 100%;
max-width: 1500px;
margin: 0 auto;
padding: 0 15px;
z-index: 1;
}
@media (max-width: 767px) {
.vst-service-3-slider-btn {
bottom: 46%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-service-3-slider-btn {
bottom: 36%;
}
}
.vst-service-3-slider-btn .service_3_next, .vst-service-3-slider-btn .service_3_prev {
background-color: var(--white-color);
box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.07);
width: 65px;
height: 65px;
border-radius: 50%;
text-align: center;
line-height: 63px;
font-size: 16px;
color: var(--black-color);
transition: 400ms ease;
}
.vst-service-3-slider-btn .service_3_next:hover, .vst-service-3-slider-btn .service_3_prev:hover {
color: var(--white-color);
background-color: var(--h1-pr-color);
}   .vst-choose-1-img-wrap {
position: relative;
padding-left: 30px;
padding-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-choose-1-img-wrap {
padding-left: 100px;
}
}
@media (max-width: 767px) {
.vst-choose-1-img-wrap {
padding-left: 0px;
}
}
.vst-choose-1-img-wrap .bg-shape-1 {
position: absolute;
left: -40px;
top: -30px;
z-index: -1;
animation: h1-choose-shape 20s infinite ease-in-out;
}
.vst-choose-1-img-wrap .bg-shape-3 {
position: absolute;
bottom: -40px;
right: -45px;
z-index: -1;
animation: h1-choose-shape 20s infinite ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-choose-1-img-wrap .bg-shape-3 {
display: none;
}
}
.vst-choose-1-img-wrap .bg-shape-2 {
position: absolute;
left: -120px;
bottom: 88px;
animation: h1-choose-shape-2 5s infinite ease-in-out;
}
.vst-choose-1-img-wrap .main-img {
width: 100%;
height: 590px;
border-radius: 10px;
overflow: hidden;
}
.vst-choose-1-img-wrap .main-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-choose-1-img-wrap .popup-img-1 {
width: 100%;
max-width: 360px;
height: 300px;
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 1px 98px 0px rgba(0, 0, 0, 0.49);
position: absolute;
top: -30px;
right: -20px;
clip-path: polygon(0 0, 17% 0, 15% 100%, 0 100%);
opacity: 0;
transition: 2s ease;
}
@media (max-width: 767px) {
.vst-choose-1-img-wrap .popup-img-1 {
right: 0px;
box-shadow: unset;
}
}
.vst-choose-1-img-wrap .popup-img-1 img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-choose-1-img-wrap .popup-img-2 {
width: 100%;
max-width: 295px;
height: 170px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 1px 98px 0px rgba(0, 0, 0, 0.11);
position: absolute;
bottom: 25px;
left: -55px;
clip-path: polygon(67% 0, 100% 0, 100% 100%, 67% 100%);
opacity: 0;
transition: 2s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-choose-1-img-wrap .popup-img-2 {
left: 0px;
}
}
.vst-choose-1-img-wrap .popup-img-2 img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-choose-1-content-wrap .choose-1-pera {
margin-top: 10px;
}
.vst-choose-1-content-wrap .vst-call-option-wrap * {
color: var(--h1-h-color);
border-color: var(--h1-h-color);
}
.vst-choose-1-feature-wrap {
position: relative;
}
.vst-choose-1-feature-item {
display: flex;
align-items: center;
gap: 15px;
}
.vst-choose-1-feature-item .icon {
flex: 0 0 auto;
font-size: 50px;
line-height: 1;
}
.vst-choose-1-feature-item .name {
font-size: 20px;
line-height: 1.2;
}
.vst-sticker-1-content {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
background-color: var(--h1-pr-color);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 30px;
text-align: center;
}
.vst-sticker-1-content::after {
content: "";
position: absolute;
width: 90%;
height: 90%;
background-color: transparent;
border-radius: 50%;
border: 1px var(--white-color);
border-style: dashed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: h1-c-opacity 3s infinite ease;
}
.vst-sticker-1-content .flaq {
width: 60px;
height: 60px;
border-radius: 50%;
overflow: hidden;
margin-bottom: 3px;
}
.vst-sticker-1-content .flaq img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-sticker-1-content .name {
font-size: 24px;
color: var(--white-color);
}
.h1-animation:is(.active) .popup-img-1 {
opacity: 1;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.h1-animation:is(.active) .popup-img-2 {
opacity: 1;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@keyframes h1-choose-shape {
0% {
transform: translate3d(1px, 1px, 15px);
}
25% {
transform: translate3d(5px, 30px, 5px);
}
50% {
transform: translate3d(25px, 30px, 15px);
}
75% {
transform: translate3d(50px, 20px, 50px);
}
100% {
transform: translate3d(1px, 1px, 15px);
}
}
@keyframes h1-choose-shape-2 {
0% {
clip-path: polygon(94% 0, 100% 0, 100% 100%, 94% 100%);
}
50% {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
100% {
clip-path: polygon(0 0, 6% 0, 3% 100%, 0 100%);
}
}
@keyframes h1-c-opacity {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}  .vst-choose-2-area {
position: relative;
}
.vst-choose-2-area .bg-shape-1 {
position: absolute;
right: 0;
bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-choose-2-area .bg-shape-1 {
display: none;
}
}
.vst-choose-2-img-wrap {
position: relative;
}
.vst-choose-2-img-wrap .main-img {
width: 100%;
height: 620px;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-choose-2-img-wrap .main-img {
height: 380px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-choose-2-img-wrap .main-img {
height: 580px;
}
}
.vst-choose-2-img-wrap .main-img img {
width: 100%;
object-fit: cover;
clip-path: polygon(50% 0%, 90% 50%, 50% 100%, 10% 50%);
transition: 1000ms ease;
filter: hue-rotate(198deg);
transition-delay: 1.5s;
}
.vst-choose-2-img-wrap:is(.active) .main-img img {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
filter: hue-rotate(0deg);
}
.vst-choose-2-content-wrap {
padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-choose-2-content-wrap {
padding-left: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-choose-2-content-wrap {
padding-top: 50px;
padding-left: 0px;
}
}
.vst-choose-2-content-wrap .section-title-1 {
margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-choose-2-content-wrap .section-title-1 {
font-size: 50px;
}
}
.vst-chooe-2-play-popup {
display: inline-block;
text-align: center;
padding: 25px;
background-size: cover;
position: absolute;
bottom: -50px;
right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-chooe-2-play-popup {
bottom: 0px;
}
}
.vst-chooe-2-play-popup a {
display: inline-block;
animation: c2-play-btn 10s infinite ease-in-out;
}
.vst-choose-1-feature-wrap:is(.choose-2-feature) .vst-choose-1-feature-item:nth-child(1) {
padding-bottom: 0;
margin-bottom: 20px;
border-bottom: none;
}
@keyframes c2-play-btn {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}   .vst-testimonial-1-area {
position: relative;
}
.vst-testimonial-1-area .bg-img {
position: absolute;
width: 100%;
top: 0;
left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-testimonial-1-area .bg-img {
height: 60%;
}
}
.vst-testimonial-1-area .bg-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-testimonial-1-item-wrap {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
box-shadow: 0px 1px 98px 0px rgba(0, 0, 0, 0.11);
}
@media (max-width: 767px) {
.vst-testimonial-1-item-wrap {
grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-testimonial-1-item-wrap {
grid-template-columns: 1fr 1fr;
}
}
.vst-testimonial-1-item-wrap .bg-shape-1 {
position: absolute;
left: 25%;
top: 25%;
transform: translate(-50%, -50%);
opacity: 0;
transition: 2s ease;
}
@media (max-width: 767px) {
.vst-testimonial-1-item-wrap .bg-shape-1 {
display: none;
}
}
.vst-testimonial-1-item-single {
background-color: var(--white-color);
padding: 60px 45px;
}
@media (max-width: 767px) {
.vst-testimonial-1-item-single {
padding: 45px 20px;
}
}
.vst-testimonial-1-item-single:nth-child(2) {
border-bottom: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
border-radius: 10px 0px 0px;
}
.vst-testimonial-1-item-single:nth-child(3) {
border-bottom: 1px solid #e9e9e9;
}
.vst-testimonial-1-item-single:nth-child(4) {
border-right: 1px solid #e9e9e9;
border-radius: 10px 0px 0px;
border-radius: 0px 0px 0px 10px;
}
.vst-testimonial-1-item-single .no {
font-size: 14px;
display: inline-block;
font-weight: 900;
color: #b0b6d4;
font-family: var(--ss4);
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
border-radius: 50%;
border: 1px solid #b0b6d4;
margin-bottom: 10px;
}
.vst-testimonial-1-item-single .name {
font-size: 23px;
color: #222121;
margin-bottom: 10px;
}
.vst-testimonial-1-item-single .pera {
font-size: 17px;
font-weight: 400;
font-family: var(--roboto);
line-height: 27px;
margin-bottom: 0;
color: #222121;
}
.vst-testimonial-1-img-wrap {
margin-right: -200px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.vst-testimonial-1-img-wrap {
margin-right: -150px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.vst-testimonial-1-img-wrap {
margin-right: -60px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-testimonial-1-img-wrap {
margin-right: 0px;
}
}
.vst-testimonial-1-img-item {
position: relative;
}
.vst-testimonial-1-img-item .img-wrap {
position: relative;
width: 100%;
height: 585px;
border-radius: 0px 6px 6px 0px;
overflow: hidden;
}
.vst-testimonial-1-img-item .img-wrap::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: linear-gradient(0deg, rgb(11, 13, 31) 10%, rgba(150, 151, 159, 0) 60%);
}
.vst-testimonial-1-img-item .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-testimonial-1-img-item .content-wrap {
position: absolute;
left: 60px;
bottom: -70px;
width: 100%;
max-width: 390px;
opacity: 0;
transition: 500ms;
}
@media (max-width: 767px) {
.vst-testimonial-1-img-item .content-wrap {
left: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-testimonial-1-img-item .content-wrap {
left: 60px;
}
}
.vst-testimonial-1-img-item .content-wrap .titile {
font-size: 37px;
line-height: 1.21;
font-family: var(--ss4);
font-weight: 900;
color: var(--white-color);
margin-bottom: 15px;
}
.vst-testimonial-1-img-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-testimonial-1-img-item .content-wrap {
bottom: 50px;
opacity: 1;
}
.vst-testimonial-1-item-wrap:is(.active) .bg-shape-1 {
left: 50%;
top: 50%;
opacity: 1;
}  .vst-testimonial-2-wrap {
border-radius: 10px;
position: relative;
}
.vst-testimonial-2-item {
text-align: center;
width: 100%;
max-width: 760px;
margin: 0 auto;
padding: 0 20px;
}
.vst-testimonial-2-item .img-wrap {
width: 143px;
height: 133px;
margin: 0 auto;
border-radius: 10px;
overflow: hidden;
margin-bottom: 25px;
}
.vst-testimonial-2-item .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-testimonial-2-item .comment {
font-size: 25px;
line-height: 1.52;
color: #323131;
font-weight: 500;
margin-bottom: 8px;
}
.vst-testimonial-2-item .reating {
margin-bottom: 18px;
}
.vst-testimonial-2-item .reating i {
font-size: 14px;
color: #ffc107;
}
.vst-testimonial-2-item .name {
font-size: 18px;
}
.vst-testimonial-2-item .name span {
font-weight: 500;
}  .vst-testimonial-3-area {
position: relative;
}
.vst-testimonial-3-area .bg-img-1 {
position: absolute;
bottom: 0;
width: 100%;
height: 470px;
object-fit: cover;
}
.vst-testimonial-3-slider {
display: flex;
gap: 30px;
height: 410px;
align-items: end;
overflow: hidden;
}
.vst-testimonial-3-slider .swiper-container .swiper-wrapper {
align-items: end;
}
.vst-testimonial-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-testimonial-3-slider-item {
height: 430px;
}
.vst-testimonial-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-testimonial-3-slider-item .frist-card {
height: 0px;
opacity: 0;
}
.vst-testimonial-3-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-testimonial-3-slider-item .secend-card-wrap {
opacity: 1;
}
.vst-testimonial-3-slider-item {
height: 155px;
transition: 500ms ease-in-out;
}
.vst-testimonial-3-slider-item .frist-card {
display: flex;
align-items: center;
gap: 15px;
background-color: #fff;
box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.04);
border-radius: 10px;
padding: 15px;
transition: 500ms ease-in-out;
height: 145px;
}
.vst-testimonial-3-slider-item .frist-card .img-wrap {
flex: 0 0 auto;
width: 66px;
height: 116px;
border-radius: 18px 0 0 18px;
overflow: hidden;
}
.vst-testimonial-3-slider-item .frist-card .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.vst-testimonial-3-slider-item .frist-card i {
font-size: 60px;
color: var(--h1-pr-color);
line-height: 1;
}
.vst-testimonial-3-slider-item .frist-card .fc-content .name {
font-size: 24px;
color: #382c4d;
}
.vst-testimonial-3-slider-item .frist-card .fc-content .bio {
color: var(--h1-pr-color);
font-size: 15px;
line-height: 25px;
font-weight: 700;
}
.vst-testimonial-3-slider-item .secend-card-wrap {
background-color: #fff;
box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.04);
border-radius: 10px;
padding: 50px 45px;
transition: 500ms ease-in-out;
opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-testimonial-3-slider-item .secend-card-wrap {
padding: 50px 20px;
}
}
@media (max-width: 767px) {
.vst-testimonial-3-slider-item .secend-card-wrap {
padding: 50px 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-testimonial-3-slider-item .secend-card-wrap {
padding: 50px 45px;
}
}
.vst-testimonial-3-slider-item .secend-card {
display: flex;
align-items: center;
gap: 15px;
}
.vst-testimonial-3-slider-item .secend-card .img-wrap {
flex: 0 0 auto;
width: 90px;
height: 111px;
border-radius: 10px;
overflow: hidden;
}
.vst-testimonial-3-slider-item .secend-card .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.vst-testimonial-3-slider-item .secend-card .fc-content i {
font-size: 55px;
color: #ff5337;
line-height: 1;
margin-bottom: -1px;
display: block;
}
.vst-testimonial-3-slider-item .secend-card .fc-content .name {
font-size: 24px;
color: #382c4d;
}
.vst-testimonial-3-slider-item .secend-card .fc-content .bio {
color: var(--h1-pr-color);
font-size: 15px;
line-height: 25px;
font-weight: 700;
}
.vst-testimonial-3-slider-item .vst-pera-2 {
font-size: 19px;
line-height: 29px;
color: #666666;
margin-bottom: 20px;
}
.vst-testimonial-3-slider-item .ratting {
font-size: 16px;
color: #ffc107;
}   .vst-success-1-area {
position: relative;
}
.vst-success-1-area img.bg-shape-1 {
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-success-1-area img.bg-shape-1 {
display: none;
}
}
.vst-success-1-img {
position: relative;
}
.vst-success-1-img:is(.active) .shape-1 {
left: 170px;
bottom: -50px;
opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-success-1-img:is(.active) .shape-1 {
left: 55%;
bottom: 16%;
}
}
.vst-success-1-img .main-img {
width: 100%;
}
.vst-success-1-img .shape-1 {
position: absolute;
left: 0px;
bottom: 175px;
opacity: 0;
transition: 2s ease;
}
@media (max-width: 767px) {
.vst-success-1-img .shape-1 {
display: none;
}
}
.vst-success-1-img .shape-2 {
position: absolute;
right: 0;
bottom: 175px;
}
@media (max-width: 767px) {
.vst-success-1-img .shape-2 {
display: none;
}
}
.vst-success-1-content {
padding-top: 30px;
padding-left: 10px;
}
.vst-success-1-content .success-pera {
margin-top: 11px;
}
.vst-success-1-content .progress-counter-wrap {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
border-bottom: 1px solid #eeeeee;
}
@media (max-width: 767px) {
.vst-success-1-content .progress-counter-wrap {
grid-template-columns: 1fr;
gap: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-success-1-content .progress-counter-wrap {
grid-template-columns: auto 1fr;
gap: 0px;
}
}
.vst-success-1-conter {
flex: 0 0 auto;
padding-right: 55px;
padding-bottom: 20px;
border-right: 1px solid #eeeeee;
margin-right: 55px;
}
@media (max-width: 767px) {
.vst-success-1-conter {
border-right: 0px solid #eeeeee;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-success-1-conter {
border-right: 1px solid #eeeeee;
}
}
.vst-success-1-conter .title {
font-family: var(--ss4);
font-size: 30px;
font-weight: 400;
color: var(--h1-pr-color);
line-height: 1;
margin-bottom: 0;
}
.vst-success-1-conter .title .odometer {
margin-right: 3px;
}
.vst-success-1-conter .title .odometer * {
font-family: var(--ss4) !important;
font-size: 50px;
font-weight: 900;
line-height: 1;
margin-bottom: 0;
color: var(--h1-h-color);
}
.vst-success-1-conter .text {
display: block;
font-family: var(--ss4);
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
color: var(--h1-pr-color);
line-height: 1;
margin-top: -6px;
background: #fff;
overflow: hidden;
}
.vst-success-1-progress {
flex: 0 0 auto;
}
.vst-success-1-progress .title-wrap {
display: flex;
justify-content: space-between;
margin-bottom: 12px;
}
.vst-success-1-progress .title-wrap * {
font-family: var(--ss4);
font-weight: 900;
line-height: 1;
color: var(--h1-h-color);
text-transform: capitalize;
}
.vst-success-1-progress .progress-wrap {
overflow: hidden;
width: 100%;
height: 18px;
background-color: #eeeeee;
border-radius: 15px;
position: relative;
}
.vst-success-1-progress .progress-wrap .s-progress {
position: absolute;
width: 70%;
height: 100%;
left: 0;
top: 0;
background-color: var(--h1-pr-color);
border-radius: 15px;
}
.vst-success-1-feature-list {
display: grid;
grid-template-columns: auto auto auto;
}
@media (max-width: 767px) {
.vst-success-1-feature-list {
grid-template-columns: 1fr;
gap: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-success-1-feature-list {
grid-template-columns: auto auto auto;
gap: 0;
}
}
.vst-success-1-feature-list .name {
position: relative;
font-size: 18px;
font-family: var(--ss4);
font-weight: 900;
text-transform: capitalize;
margin-bottom: 0;
}
.vst-success-1-feature-list .name i {
color: var(--h1-pr-color);
font-weight: 500;
margin-right: 2px;
}
.vst-success-1-feature-list .name:not(:first-child)::after {
content: "";
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: var(--h1-h-color);
left: -26px;
top: 50%;
transform: translateY(-50%);
}  .vst-success-2-wrap {
display: grid;
grid-template-columns: 1.1fr 2fr;
gap: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-success-2-wrap {
grid-template-columns: 1fr;
gap: 260px;
}
}
@media (max-width: 767px) {
.vst-success-2-wrap {
grid-template-columns: 1fr;
gap: 260px;
}
}
.vst-success-2-img {
position: relative;
}
.vst-success-2-img .main-img {
width: 100%;
height: 445px;
border-radius: 10px;
overflow: hidden;
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
transition: 2000ms ease;
transition-delay: 500ms;
}
.vst-success-2-img .main-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-success-2-img .secend-img {
width: 510px;
height: 445px;
border-radius: 10px;
overflow: hidden;
position: absolute;
top: 222px;
left: 180px;
clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
transition-delay: 500ms;
transition: 3s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-success-2-img .secend-img {
width: 310px;
left: 110px;
}
}
@media (max-width: 767px) {
.vst-success-2-img .secend-img {
width: 100%;
left: 0px;
}
}
.vst-success-2-img .secend-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-success-2-wrap .vst-success-1-content-margin {
margin-left: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-success-2-wrap .vst-success-1-content-margin {
margin-left: 60px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-success-2-wrap .vst-success-1-content-margin {
margin-left: 0px;
}
}
.vst-success-2-wrap .vst-success-1-content-margin .vst-pera-2.success-pera {
margin-top: 0;
margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-success-2-wrap .vst-success-1-content {
padding-top: 0;
padding-left: 0;
}
}
.vst-success-1-feature-list:is(.feature-list-2) {
grid-template-columns: auto auto;
gap: 20px;
}
@media (max-width: 767px) {
.vst-success-1-feature-list:is(.feature-list-2) {
grid-template-columns: auto;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-success-1-feature-list:is(.feature-list-2) {
grid-template-columns: auto auto;
}
}
.vst-success-1-feature-list:is(.feature-list-2) .name:not(:first-child)::after {
display: none;
}
.vst-success-1-feature-list:is(.feature-list-2) .name i {
width: 20px;
height: 20px;
border-radius: 50%;
background-color: var(--h1-pr-color);
color: #fff;
font-size: 14px;
text-align: center;
line-height: 20px;
margin-right: 7px;
}
.vst-success-2-area:is(.active) .vst-success-2-img .main-img {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
opacity: 1;
}
.vst-success-2-area:is(.active) .vst-success-2-img .secend-img {
opacity: 1;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.vst-success-2-area:is(.about-page) {
padding-top: 120px;
padding-bottom: 160px;
}  .vst-success-3-img {
position: relative;
}
.vst-success-3-img .main-img {
width: 100%;
}
.vst-success-3-img .main-img img {
clip-path: polygon(10% 10%, 90% 10%, 50.75% 90%, 50.75% 90%);
filter: hue-rotate(45deg);
transition: 2s;
transition-delay: 1.5s;
}
.vst-success-3-img .shape-1 {
position: absolute;
left: 0px;
bottom: 175px;
transition: 2s ease;
}
@media (max-width: 767px) {
.vst-success-3-img .shape-1 {
display: none;
}
}
.vst-success-3-img .shape-2 {
position: absolute;
top: 15%;
right: 65px;
width: 15%;
}
@media (max-width: 767px) {
.vst-success-3-img .shape-2 {
display: none;
}
}
.vst-success-3-img:is(.active) .shape-1 {
left: 0;
bottom: -50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-success-3-img:is(.active) .shape-1 {
right: 15%;
left: unset;
bottom: 80px;
}
}
.vst-success-3-img:is(.active) .main-img img {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
filter: hue-rotate(0deg);
}
.vst-success-3-content {
padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-success-3-content {
padding-left: 0px;
padding-top: 50px;
}
}
.vst-success-3-content .success-pera {
margin-top: 11px;
}
.vst-success-3-feature-div {
display: flex;
align-items: center;
gap: 50px;
margin-top: -28px;
}
@media (max-width: 767px) {
.vst-success-3-feature-div {
flex-wrap: wrap;
gap: 30px;
}
}
.vst-success-3-feature li {
font-size: 18px;
font-family: var(--ss4);
font-weight: 700;
text-transform: capitalize;
line-height: 30px;
}
.vst-success-3-feature li:not(:last-child) {
margin-bottom: 10px;
}
.vst-success-3-feature li i {
font-size: 16px;
color: #4dbeff;
margin-right: 15px;
}
.vst-success-3-offer {
display: flex;
align-items: center;
gap: 10px;
}
.vst-success-3-offer .offer-counter {
flex: 0 0 auto;
margin-bottom: 0;
}
.vst-success-3-offer .offer-counter * {
font-size: 120px;
flex: 0 0 auto;
font-family: var(--ss4);
font-weight: 900;
line-height: 1 !important;
color: #3c67ff;
margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-success-3-offer .offer-counter * {
font-size: 80px;
}
}
.vst-success-3-offer .content-wrap .off {
display: inline-block;
font-size: 50px;
font-weight: 500;
text-transform: uppercase;
color: #3c67ff;
font-family: var(--ss4);
line-height: 1;
}
.vst-success-3-offer .content-wrap .h1-heading {
font-size: 18px;
margin-bottom: 0;
text-transform: capitalize;
}  .vst-success-4-content {
padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-success-4-content {
padding-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-success-4-content {
padding-top: 50px;
padding-left: 0;
}
}
.vst-success-4-content .vst-section-title-1 .vst-pera-2 {
margin-top: 13px;
}
.vst-success-4-img .main-img img {
clip-path: circle(0% at 50% 50%);
transition: 3s ease;
filter: hue-rotate(90deg);
transition-delay: 0.5s;
}
.vst-success-4-img:is(.active) .main-img img {
clip-path: circle(100% at 50% 50%);
filter: hue-rotate(0deg);
}
.vst-success-4-feature-wrap {
display: flex;
gap: 55px;
}
@media (max-width: 767px) {
.vst-success-4-feature-wrap {
gap: 40px;
flex-wrap: wrap;
}
}
.vst-success-4-feature-item .icon {
width: 78px;
height: 78px;
border: 2px solid #001aff;
border-radius: 10px;
text-align: center;
font-size: 40px;
line-height: 85px;
color: #001aff;
margin-bottom: 15px;
}
.vst-success-4-feature-item .counter-item {
margin-bottom: 0px;
font-size: 40px;
}
.vst-success-4-feature-item .counter-item * {
font-family: var(--ss4) !important;
font-weight: 900;
line-height: 1 !important;
}
.vst-success-4-feature-item .text {
font-size: 15px;
text-transform: capitalize;
font-weight: 600;
color: #5c5c5c;
margin-bottom: 0;
}   .vst-project-1-item {
position: relative;
transition: 500ms ease;
}
.vst-project-1-item .img-wrap {
position: relative;
width: 100%;
height: 500px;
border-radius: 10px;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-project-1-item .img-wrap {
height: 410px;
}
}
.vst-project-1-item .img-wrap::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: linear-gradient(30deg, rgb(0, 0, 0) 0%, rgba(150, 151, 159, 0) 50%);
clip-path: circle(0.4% at 0 100%);
opacity: 0;
transition: 500ms ease;
}
.vst-project-1-item .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-project-1-item .content-wrap {
background-color: #181818;
display: flex;
align-items: center;
border-radius: 6px;
overflow: hidden;
position: absolute;
bottom: 40px;
left: 70px;
clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
transition: 500ms ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-project-1-item .content-wrap {
left: 15px;
}
}
.vst-project-1-item .content-wrap .icon {
background-color: var(--h1-pr-color);
font-size: 30px;
color: #fff;
width: 68px;
height: 88px;
line-height: 88px;
text-align: center;
}
.vst-project-1-item .content-wrap .title-wrap {
padding: 0 20px;
margin-bottom: -10px;
}
.vst-project-1-item .content-wrap .title-wrap .subtitle {
font-size: 13px;
font-weight: 700;
font-family: var(--roboto);
color: var(--h1-pr-color);
text-transform: uppercase;
display: block;
line-height: 1;
}
.vst-project-1-item .content-wrap .title-wrap .title {
font-size: 23px;
font-weight: 700;
font-family: var(--ss4);
color: #fff;
text-transform: capitalize;
}
@media (max-width: 767px) {
.vst-project-1-item .content-wrap .title-wrap .title {
font-size: 16px;
}
}
.vst-project-1-item .content-wrap .title-wrap .title:hover {
color: var(--h1-pr-color);
}
.vst-project-1-item:hover {
box-shadow: 0px 1px 54px 0px rgba(0, 0, 0, 0.28);
}
.vst-project-1-item:hover .img-wrap::after {
clip-path: circle(141.2% at 0 100%);
opacity: 1;
}
.vst-project-1-item:hover .content-wrap {
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.vst-project-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-project-1-item {
box-shadow: 0px 1px 54px 0px rgba(0, 0, 0, 0.28);
}
.vst-project-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-project-1-item .img-wrap::after {
clip-path: circle(141.2% at 0 100%);
opacity: 1;
}
.vst-project-1-slider .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-project-1-item .content-wrap {
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.vst-project-1-slider {
position: relative;
}
.vst-project-1-slider-btn {
display: flex;
justify-content: space-between;
align-items: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 45%;
z-index: 1;
}
.vst-project-1-slider-btn .project_1_next, .vst-project-1-slider-btn .project_1_prev {
background-color: var(--white-color);
box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.07);
width: 63px;
height: 63px;
border-radius: 50%;
text-align: center;
line-height: 63px;
font-size: 16px;
color: var(--black-color);
transition: 400ms ease;
}
.vst-project-1-slider-btn .project_1_next:hover, .vst-project-1-slider-btn .project_1_prev:hover {
color: var(--white-color);
background-color: #000;
}
.vst-project-1-slider-btn .project_1_next {
margin-right: -31px;
}
.vst-project-1-slider-btn .project_1_prev {
margin-left: -31px;
}  .vst-project-2-wrap {
display: grid;
grid-template-columns: 2fr 1fr 1fr;
gap: 10px;
padding: 0 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-project-2-wrap {
grid-template-columns: 1.5fr 1fr 1fr;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-project-2-wrap {
grid-template-columns: 1.3fr 1fr;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-project-2-wrap {
grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 767px) {
.vst-project-2-wrap {
grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-project-2-item-wrap:nth-last-child(1) {
grid-column: 1/-1;
gap: 10px;
display: grid;
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px) {
.vst-project-2-item-wrap:nth-last-child(1) {
grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-project-2-item-wrap:nth-last-child(1) .vst-project-2-item-single .main-img.md-img {
height: 355px;
}
}
.vst-project-2-item-single {
width: 100%;
position: relative;
margin-bottom: 10px;
}
.vst-project-2-item-single .main-img {
position: relative;
}
.vst-project-2-item-single .main-img::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #3c67ff;
left: 0;
bottom: 0;
mix-blend-mode: multiply;
clip-path: polygon(0 92%, 0% 100%, 8% 100%);
transition: 700ms ease-in-out;
opacity: 0;
}
.vst-project-2-item-single .main-img::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #3c67ff;
left: 0;
top: 0;
mix-blend-mode: multiply;
clip-path: polygon(100% 0, 97% 0, 100% 3%);
transition: 700ms ease-in-out;
opacity: 0;
}
.vst-project-2-item-single .main-img:is(.big-img) {
width: 100%;
height: 805px;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-project-2-item-single .main-img:is(.big-img) {
height: 600px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-project-2-item-single .main-img:is(.big-img) {
height: 805px;
}
}
.vst-project-2-item-single .main-img:is(.big-img) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-project-2-item-single .main-img:is(.md-img) {
width: 100%;
height: 440px;
overflow: hidden;
}
.vst-project-2-item-single .main-img:is(.md-img) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-project-2-item-single .main-img:is(.sm-img) {
width: 100%;
height: 355px;
overflow: hidden;
}
.vst-project-2-item-single .main-img:is(.sm-img) img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-project-2-item-single .content-wrap {
position: absolute;
bottom: 30px;
left: 50px;
width: 100%;
max-width: 290px;
clip-path: polygon(5% 95%, 5% 100%, 0 100%, 0 94%);
transition: 1000ms ease-in-out;
opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-project-2-item-single .content-wrap {
left: 20px;
}
}
@media (max-width: 767px) {
.vst-project-2-item-single .content-wrap {
left: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-project-2-item-single .content-wrap {
left: 50px;
}
}
.vst-project-2-item-single .content-wrap .icon {
display: block;
width: 50px;
height: 50px;
background-color: #fff;
border-radius: 50%;
line-height: 55px;
text-align: center;
color: #000;
font-size: 16px;
margin-bottom: 6px;
transition: 400ms ease-in-out;
}
.vst-project-2-item-single .content-wrap .icon:hover {
color: var(--h1-pr-color);
}
.vst-project-2-item-single .content-wrap .title {
display: block;
font-size: 32px;
font-family: var(--ss4);
font-weight: 900;
color: #fff;
line-height: 1.09;
margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-project-2-item-single .content-wrap .title {
font-size: 22px;
}
}
.vst-project-2-item-single .content-wrap .h1-heading {
display: inline-block;
font-size: 16px;
text-transform: uppercase;
color: #fff;
font-weight: 500;
text-decoration: underline;
}
.vst-project-2-item-single:hover .main-img::after {
clip-path: polygon(0 0%, 0% 100%, 100% 100%);
opacity: 1;
}
.vst-project-2-item-single:hover .main-img::before {
clip-path: polygon(100% 0, 0 0, 100% 100%);
opacity: 1;
}
.vst-project-2-item-single:hover .content-wrap {
clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
opacity: 1;
}  .vst-project-3-left {
padding-right: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-project-3-left {
padding-right: 0;
}
}
.vst-project-3-right {
padding-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-project-3-right {
padding-left: 0;
}
}
.vst-project-3-item {
position: relative;
padding-bottom: 25px;
margin-bottom: 45px;
}
.vst-project-3-item .img-wrap {
width: 100%;
border-radius: 20px;
overflow: hidden;
transition: 0.4s;
position: relative;
}
.vst-project-3-item .img-wrap:is(.big-img) {
height: 568px;
}
@media (max-width: 767px) {
.vst-project-3-item .img-wrap:is(.big-img) {
height: 400px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-project-3-item .img-wrap:is(.big-img) {
height: 568px;
}
}
.vst-project-3-item .img-wrap:is(.sm-img) {
height: 400px;
}
@media (max-width: 767px) {
.vst-project-3-item .img-wrap:is(.sm-img) {
height: 350px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-project-3-item .img-wrap:is(.sm-img) {
height: 400px;
}
}
.vst-project-3-item .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1);
transition: 2s ease;
}
.vst-project-3-item .img-wrap::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: var(--h1-pr-color);
mix-blend-mode: multiply;
clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 0% 25%, 0% 50%, 100% 50%, 100% 75%, 0% 75%, 0% 100%, 100% 100%, 100% 0%, 75% 0%, 75% 100%, 50% 100%, 50% 0%, 25% 0%, 25% 100%, 0% 100%);
opacity: 0;
transition: 0.4s;
}
.vst-project-3-item .content-wrap {
box-shadow: 0px 3px 57px 0px rgba(0, 0, 0, 0.06);
background-color: #FFF;
border-radius: 10px;
position: absolute;
bottom: 0;
left: 25px;
padding: 33px 35px;
transition: 500ms ease;
}
@media (max-width: 767px) {
.vst-project-3-item .content-wrap {
padding: 25px 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-project-3-item .content-wrap {
padding: 33px 35px;
}
}
.vst-project-3-item .content-wrap .subtitle {
font-size: 16px;
line-height: 31px;
color: var(--h1-pr-color);
transition: 500ms ease;
}
.vst-project-3-item .content-wrap .title {
font-size: 22px;
line-height: 31px;
color: #382c4d;
transition: 400ms ease;
}
.vst-project-3-item:hover .img-wrap::after {
opacity: 0.2;
}
.vst-project-3-item:hover .img-wrap img {
scale: 1.1;
transform: scale(1.1);
}
.vst-project-3-item:hover .content-wrap {
background-color: var(--h1-pr-color);
}
.vst-project-3-item:hover .content-wrap .subtitle {
color: #fff;
}
.vst-project-3-item:hover .content-wrap .title {
color: #fff;
}  .vst-serving-1-area {
position: relative;
}
.vst-serving-1-area .bg-img-1 {
position: absolute;
right: 20%;
opacity: 0;
top: 40%;
z-index: -1;
transition: 3s;
transition-delay: 2s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-serving-1-area .bg-img-1 {
top: 65%;
}
}
@media (max-width: 767px) {
.vst-serving-1-area .bg-img-1 {
display: none;
}
}
.vst-serving-1-area:is(.active) .bg-img-1 {
right: 0%;
opacity: 1;
}
.vst-serving-1-content-wrap .serving-1-pera {
position: relative;
padding-left: 26px;
margin-top: 10px;
}
.vst-serving-1-content-wrap .serving-1-pera::after {
content: "";
position: absolute;
width: 6px;
height: 80%;
background-color: var(--h1-pr-color);
border-radius: 6px;
left: 0px;
top: 10px;
}
.vst-serving-1-feature-wrap {
width: 100%;
max-width: 520px;
}
.vst-serving-1-feature-item {
display: flex;
gap: 20px;
}
.vst-serving-1-feature-item .icon {
flex: 0 0 auto;
font-size: 50px;
line-height: 1;
}
.vst-serving-1-feature-item .content-wrap .title {
font-size: 20px;
margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-serving-1-img-wrap {
padding-top: 50px;
}
}
.vst-serving-1-img-wrap img {
clip-path: circle(4.8% at 50% 50%);
opacity: 0;
transition: 3s ease;
}
.vst-serving-1-img-wrap:is(.active) img {
clip-path: circle(70.7% at 50% 50%);
opacity: 1;
}
.vst-serving-2-area {
position: relative;
}
.vst-serving-2-area .bg-shape-1 {
position: absolute;
top: 0;
left: 220px;
animation: s2-shape-1 25s infinite ease-in-out;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.vst-serving-2-area .bg-shape-1 {
left: 100px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.vst-serving-2-area .bg-shape-1 {
left: 0px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-serving-2-area .bg-shape-1 {
display: none;
}
}
.vst-serving-2-area .bg-shape-2 {
position: absolute;
bottom: 30%;
left: 0;
animation: s2-cloud-1 25s infinite ease-in-out;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-serving-2-area .bg-shape-2 {
display: none;
}
}
.vst-serving-2-area .bg-shape-3 {
position: absolute;
bottom: 30%;
right: 0;
animation: s2-cloud-1 30s infinite ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-serving-2-area .bg-shape-3 {
display: none;
}
}
.vst-serving-2-img {
position: absolute;
bottom: 0;
left: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-serving-2-img {
position: unset;
width: 70%;
margin: auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-serving-2-img {
position: unset;
}
}
.vst-serving-2-content {
padding-top: 180px;
padding-bottom: 240px;
width: 100%;
max-width: 600px;
text-align: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-serving-2-content {
padding-top: 100px;
padding-bottom: 50px;
max-width: 100%;
text-align: center;
}
}
.vst-serving-2-content .subtitle {
font-size: 36px;
line-height: 1.66;
color: var(--h1-pr-color);
margin-bottom: -5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-serving-2-content .subtitle {
font-size: 30px;
}
}
@media (max-width: 767px) {
.vst-serving-2-content .subtitle {
font-size: 26px;
}
}
.vst-serving-2-content .title {
font-size: 73px;
line-height: 1.02;
margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-serving-2-content .title {
font-size: 60px;
}
}
@media (max-width: 767px) {
.vst-serving-2-content .title {
font-size: 40px;
}
}
@keyframes s2-cloud-1 {
0% {
transform: translateY(0%);
}
25% {
transform: translateY(-30%);
}
50% {
transform: translateY(0%);
}
75% {
transform: translateY(30%);
}
100% {
transform: translateY(0%);
}
}
@keyframes s2-shape-1 {
0% {
transform: translatex(0%);
}
25% {
transform: translatex(-30%);
}
50% {
transform: translatex(0%);
}
75% {
transform: translatex(10%);
}
100% {
transform: translatex(0%);
}
} .vst-happy-client-1-area .title {
text-align: center;
font-size: 17px;
margin-bottom: 45px;
}
.vst-happpy-client-1-slider .swiper-container .swiper-wrapper .swiper-slide * {
text-align: center;
}
.vst-choose-2-img-wrap .main-img img {
max-height: 621px;
object-fit: contain;
}  .vst-progress-1-item .icon {
position: relative;
width: 136px;
height: 136px;
border-radius: 50%;
background-color: #0d1a36;
text-align: center;
line-height: 136px;
outline: 5px solid rgba(13, 26, 54, 0.1);
margin: 0 auto;
margin-bottom: -53px;
z-index: 3;
}
.vst-progress-1-item .icon::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
border-radius: 50%;
background: hsla(234, 100%, 49%, 0.1);
border: 1px solid var(--h1-pr-color);
transform: scale(0);
transition: 1000ms ease-in-out;
}
.vst-progress-1-item .content-wrap {
overflow: hidden;
position: relative;
box-shadow: 0px 1px 98px 0px rgba(0, 0, 0, 0.11);
text-align: center;
border-radius: 100px;
padding-top: 80px;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
background: #fff;
}
.vst-progress-1-item .content-wrap .bg-img-1 {
position: absolute;
left: 0;
bottom: 0px;
}
.vst-progress-1-item .content-wrap .title {
font-size: 20px;
margin-bottom: 5px;
}
.vst-progress-1-item .content-wrap .vst-pera-2 {
font-size: 17px;
line-height: 28px;
}
.vst-progress-1-item:hover .icon::after {
transform: scale(1);
}  .vst-progress-2-wrap {
display: grid;
grid-template-columns: 1fr 1.4fr;
gap: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-progress-2-wrap {
gap: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-2-wrap {
gap: 40px;
grid-template-columns: 1fr;
}
}
.vst-progress-2-left {
padding-left: 40px;
position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-2-left {
padding-left: 0px;
}
}
.vst-progress-2-left .shape-1 {
position: absolute;
left: -110px;
bottom: -90px;
z-index: 2;
transform: translate(-60%, -80%);
transition: 2000ms;
transition-delay: 1s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-2-left .shape-1 {
display: none;
}
}
.vst-progress-2-tabs-content .img-wrap {
width: 100%;
height: 640px;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.vst-progress-2-tabs-content .img-wrap::after {
content: "";
position: absolute;
height: 0%;
width: 100%;
left: 0;
bottom: 0;
background-color: #f5f2f3;
border-radius: 10px;
transition: 1000ms ease-in-out;
}
.vst-progress-2-tabs-content .img-wrap img {
object-position: top;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-progress-2-tabs-content .tab-pane:is(.show) .img-wrap::after {
height: 90%;
}
.vst-progress-2-tabs-btn-wrap {
margin: 0 !important;
padding: 0 !important;
background-color: transparent;
border-radius: 10px 0px 0px 10px;
position: absolute;
bottom: 45px;
right: -55px;
z-index: 1;
width: 260px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-2-tabs-btn-wrap {
right: 0px;
}
}
.vst-progress-2-tabs-btn-wrap .nav-link {
flex: 0 0 auto;
width: 245px;
background-color: #0017e3;
color: #fff;
font-size: 17px;
text-transform: capitalize;
font-family: var(--ss4);
font-weight: 700;
padding: 22px 25px;
text-align: left;
border-radius: 0;
transition: 700ms ease-in-out;
}
.vst-progress-2-tabs-btn-wrap .nav-link i {
display: inline-block;
padding-left: 8px;
font-size: 14px;
transform: translateX(-10px);
opacity: 0;
transition: 700ms ease-in-out;
}
.vst-progress-2-tabs-btn-wrap .nav-link:nth-child(1) {
border-radius: 10px 0px 0px 0px;
}
.vst-progress-2-tabs-btn-wrap .nav-link:nth-last-child(1) {
border-radius: 0px 0px 0px 10px;
}
.vst-progress-2-tabs-btn-wrap .nav-link:is(.active) {
background-color: #001aff;
width: 260px;
border-radius: 0 10px 10px 0;
box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.04);
position: relative;
z-index: 1;
}
.vst-progress-2-tabs-btn-wrap .nav-link:is(.active) i {
transform: translateX(0px);
opacity: 1;
}
.vst-progress-2-right {
padding-right: 80px;
padding-top: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-progress-2-right {
padding-right: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-2-right {
padding-right: 0px;
padding-top: 0px;
}
}
.vst-progress-2-right .vst-section-title-1 .vst-pera-2 {
margin-top: 10px;
}
.vst-progress-2-div-grid {
box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.04);
border-radius: 10px;
padding: 20px 30px;
padding-top: 35px;
padding-left: 40px;
margin-left: -30px;
display: grid;
grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-progress-2-div-grid {
margin-left: 0px;
grid-template-columns: 1.2fr 1fr;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-progress-2-div-grid {
margin-left: 0px;
}
}
@media (max-width: 767px) {
.vst-progress-2-div-grid {
grid-template-columns: 1fr;
}
}
.vst-progress-2-list li {
font-size: 17px;
font-family: var(--ss4);
font-weight: 500;
text-transform: capitalize;
color: #0e2b41;
margin-bottom: 10px;
}
.vst-progress-2-list li i {
color: var(--h1-pr-color);
font-size: 16px;
margin-right: 5px;
}
.vst-progress-2-download {
text-align: center;
}
.vst-progress-2-download .img-wrap {
width: 100%;
height: 128px;
border-radius: 10px;
overflow: hidden;
margin-bottom: 5px;
}
.vst-progress-2-download .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top;
}
.vst-progress-2-download .dwnload-btn {
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
font-family: var(--ss4);
color: var(--h1-pr-color);
text-decoration: underline;
transition: 400ms ease;
}
.vst-progress-2-download .dwnload-btn:hover {
color: #000;
}
.vst-progress-2-area:is(.active) .vst-progress-2-left .shape-1 {
transform: translate(0%, 0%);
}  .vst-progress-3-wrap {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-3-wrap {
grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-3-right {
grid-row-start: 1;
}
}
.vst-progress-3-right .vst-pera-2 {
margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-progress-3-right .section-title-1 br {
display: none;
}
}
.vst-progress-3-tabs-content .vst-progress-3-item-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
}
@media (max-width: 767px) {
.vst-progress-3-tabs-content .vst-progress-3-item-wrap {
grid-template-columns: 1fr;
}
}
.vst-progress-3-item {
position: relative;
}
.vst-progress-3-item .tag {
display: inline-block;
font-size: 15px;
font-weight: 700;
text-transform: capitalize;
background-color: var(--h1-pr-color);
color: #fff;
border-radius: 10px;
padding: 13px 40px;
position: absolute;
top: 25px;
left: -10px;
}
.vst-progress-3-item .img-wrap {
width: 100%;
height: 510px;
border-radius: 10px;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-progress-3-item .img-wrap {
height: 350px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-progress-3-item .img-wrap {
height: 510px;
}
}
.vst-progress-3-item .img-wrap img {
object-position: top;
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-progress-3-item .content-wrap {
background-color: #fff;
position: relative;
box-shadow: 0px 15px 70px 0px rgba(0, 0, 0, 0.04);
border-radius: 10px;
margin: 0px 25px;
margin-top: -100px;
padding: 20px 40px;
padding-top: 40px;
}
@media (max-width: 767px) {
.vst-progress-3-item .content-wrap {
padding: 20px 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-progress-3-item .content-wrap {
padding: 20px 35px;
}
}
.vst-progress-3-item .content-wrap .name {
font-size: 24px;
line-height: 1.5;
margin-bottom: 8px;
}
.vst-progress-3-item .content-wrap .social-links li:nth-child(1) {
border-bottom: 1px solid #d4dfed;
padding-bottom: 10px;
margin-bottom: 10px;
}
.vst-progress-3-item .content-wrap .social-links li a {
font-size: 16px;
line-height: 1;
font-family: var(--ptsans);
font-weight: 600;
text-transform: capitalize;
color: #0e0e0e;
transition: 400ms ease;
}
.vst-progress-3-item .content-wrap .social-links li a i {
margin-right: 5px;
color: #3c67ff;
}
.vst-progress-3-item .content-wrap .social-links li a:Hover {
color: #3c67ff;
}
.vst-progress-3-tabs-btn-wrap {
width: 100%;
max-width: max-content;
}
.vst-progress-3-tabs-btn-wrap .nav-link {
font-size: 22px;
font-family: var(--ptsans);
font-weight: 900;
text-transform: capitalize;
color: #000;
line-height: 1;
text-align: left;
border-radius: 0;
padding-left: 0;
padding-right: 0;
background: transparent;
padding-top: 25px;
padding-bottom: 25px;
transition: 500ms ease-in-out;
}
.vst-progress-3-tabs-btn-wrap .nav-link:not(:last-child) {
border-bottom: 1px solid #202020;
}
.vst-progress-3-tabs-btn-wrap .nav-link .shape {
display: inline-block;
width: 6px;
height: 20px;
background: #3c67ff;
margin-bottom: -2px;
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
rotate: 90deg;
margin-left: -10px;
opacity: 0;
transition: 500ms ease-in-out;
}
.vst-progress-3-tabs-btn-wrap .nav-link i {
font-size: 16px;
margin-left: 10px;
color: #3c67ff;
opacity: 0;
transition: 500ms ease-in-out;
}
.vst-progress-3-tabs-btn-wrap .nav-link:is(.active) {
color: #3c67ff;
background: transparent;
border-color: #3c67ff;
}
.vst-progress-3-tabs-btn-wrap .nav-link:is(.active) .shape {
opacity: 1;
margin-left: 0;
rotate: 0deg;
margin-right: 20px;
}
.vst-progress-3-tabs-btn-wrap .nav-link:is(.active) i {
margin-left: 30px;
opacity: 1;
}   .vst-contact-1-area {
position: relative;
}
.vst-contact-1-area .bg-img-1 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.vst-contact-1-content-wrap .vst-section-title-1 .vst-pera-2 {
margin-top: 8px;
width: 100%;
max-width: 580px;
}
.vst-contact-1-content-wrap .vst-pera-2 {
width: 100%;
max-width: 520px;
margin-bottom: 45px;
}
.vst-contact-1-feature-wrap {
display: flex;
align-items: center;
gap: 40px;
}
@media (max-width: 767px) {
.vst-contact-1-feature-wrap {
flex-wrap: wrap;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-1-feature-wrap {
flex-wrap: nowrap;
}
}
.vst-contact-1-feature-item {
display: flex;
align-items: center;
gap: 10px;
}
.vst-contact-1-feature-item:nth-child(1) {
border-right: 1px solid #d4eaeb;
}
@media (max-width: 767px) {
.vst-contact-1-feature-item:nth-child(1) {
border-right: 0px solid #d4eaeb;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-1-feature-item:nth-child(1) {
border-right: 1px solid #d4eaeb;
}
}
.vst-contact-1-feature-item .icon {
flex: 0 0 auto;
font-size: 50px;
line-height: 1;
}
.vst-contact-1-feature-item .title {
font-size: 21px;
line-height: 1.19;
}
.vst-contact-1-form {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px 20px;
position: relative;
z-index: 1;
}
@media (max-width: 767px) {
.vst-contact-1-form {
grid-template-columns: 1fr;
}
}
.vst-contact-1-form-wrap {
position: relative;
border-radius: 10px;
width: 100%;
max-width: 576px;
margin: 0 auto;
padding: 65px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-contact-1-form-wrap {
margin-top: 50px;
}
}
@media (max-width: 767px) {
.vst-contact-1-form-wrap {
padding: 65px 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-1-form-wrap {
padding: 65px 50px;
}
}
.vst-contact-1-form-wrap::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 10px;
left: 0;
top: 0;
background-color: var(--h1-pr-color);
opacity: 0.6;
}
.vst-contact-1-form-wrap .title {
font-size: 30px;
line-height: 1.13;
color: #fff;
text-align: center;
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.vst-contact-1-form-wrap .input-item {
position: relative;
}
.vst-contact-1-form-wrap .input-item:is(.full-width) {
grid-column: 1/-1;
}
.vst-contact-1-form-wrap .input-item > i {
position: absolute;
left: 18px;
top: 50%;
transform: translateY(-50%);
font-size: 14px;
}
.vst-contact-1-form-wrap input, .vst-contact-1-form-wrap textarea {
width: 100%;
border: none;
outline: none;
height: 60px;
border-radius: 6px;
padding: 0 35px;
font-family: var(--ss4);
font-weight: 600;
font-size: 13px;
color: #1a1a1b;
}
.vst-contact-1-form-wrap input::placeholder, .vst-contact-1-form-wrap textarea::placeholder {
text-transform: capitalize;
font-family: var(--ss4);
font-weight: 600;
font-size: 13px;
color: #1a1a1b;
}
.vst-contact-1-form-wrap textarea {
padding: 20px 35px;
height: 100px;
}  .vst-contact-2-area {
position: relative;
}
.vst-contact-2-area .bg-img-1 {
position: absolute;
left: 0;
top: 0;
height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-contact-2-area .bg-img-1 {
display: none;
}
}
.vst-contact-2-content-wrap {
padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-contact-2-content-wrap {
padding-left: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-contact-2-content-wrap {
padding-left: 0;
padding-top: 50px;
}
}
.vst-contact-2-content-wrap .vst-pera-2 {
color: #c5c5c5;
margin-top: 15px;
}
.vst-contact-2-feature-list {
display: grid;
grid-template-columns: 0.8fr 1fr;
gap: 15px;
}
@media (max-width: 767px) {
.vst-contact-2-feature-list {
grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-2-feature-list {
grid-template-columns: 0.8fr 1fr;
}
}
.vst-contact-2-feature-list li {
font-family: var(--ss4);
font-size: 18px;
font-weight: 900;
color: white;
list-style: none;
text-transform: capitalize;
}
.vst-contact-2-feature-list li i {
color: var(--h1-pr-color);
margin-right: 10px;
}
.vst-contact-2-form-wrap {
padding: 70px;
margin: 0 40px;
border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-contact-2-form-wrap {
margin: 0 0px;
}
}
@media (max-width: 767px) {
.vst-contact-2-form-wrap {
margin: 0 0px;
padding: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-2-form-wrap {
margin: 0 0px;
padding: 70px;
}
}
.vst-contact-2-form-wrap .vst-subtitle-1 {
font-size: 15px;
line-height: 1;
margin-bottom: 0;
}
.vst-contact-2-form-wrap .section-title-1 {
font-size: 28px;
line-height: 1;
margin-bottom: 30px;
}
@media (max-width: 767px) {
.vst-contact-2-form-wrap .section-title-1 {
font-size: 25px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-2-form-wrap .section-title-1 {
font-size: 30px;
}
}
.vst-contact-2-form .input-item {
position: relative;
}
.vst-contact-2-form .input-item:not(:last-child) {
margin-bottom: 10px;
}
.vst-contact-2-form .input-item > i {
position: absolute;
right: 35px;
top: 50%;
transform: translateY(-50%);
font-size: 14px;
}
.vst-contact-2-form input, .vst-contact-2-form textarea {
width: 100%;
border: none;
outline: none;
height: 80px;
border-radius: 6px;
padding: 0 45px;
font-family: var(--ss4);
font-weight: 600;
font-size: 15px;
color: #747474;
}
@media (max-width: 767px) {
.vst-contact-2-form input, .vst-contact-2-form textarea {
padding: 0 35px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-2-form input, .vst-contact-2-form textarea {
padding: 0 45px;
}
}
.vst-contact-2-form input::placeholder, .vst-contact-2-form textarea::placeholder {
text-transform: capitalize;
font-family: var(--ss4);
font-weight: 600;
font-size: 15px;
color: #747474;
}
.vst-contact-2-form textarea {
padding: 20px 35px;
height: 100px;
}
@media (max-width: 767px) {
.vst-contact-2-form .vst-btn-1 {
padding: 18px 26px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-contact-2-form .vst-btn-1 {
padding: 18px 33px;
}
}  .vst-agents-1-slider-preview-item {
width: 100%;
height: 270px;
border-radius: 10px;
overflow: hidden;
}
.vst-agents-1-slider-preview-item img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.vst-agents-1-slider-main-item {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-agents-1-slider-main-item {
margin-top: 40px;
}
}
@media (max-width: 767px) {
.vst-agents-1-slider-main-item {
margin-top: 40px;
grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-agents-1-slider-main-item {
margin-top: 40px;
grid-template-columns: 1fr 1fr;
}
}
.vst-agents-1-slider-main-item .img-wrap {
position: relative;
}
.vst-agents-1-slider-main-item .img-wrap .main-img {
width: 100%;
height: 410px;
border-radius: 10px;
overflow: hidden;
}
.vst-agents-1-slider-main-item .img-wrap .main-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-agents-1-slider-main-item .img-wrap .agents-btn {
font-size: 14px;
font-family: var(--ss4);
font-weight: 700;
text-transform: capitalize;
background-color: var(--h1-pr-color);
color: #fff;
border-radius: 10px;
line-height: 1;
padding: 14px 25px;
position: absolute;
bottom: 40px;
left: 20%;
opacity: 0;
transition: 1000ms ease;
}
.vst-agents-1-slider-main-item .img-wrap .agents-btn:hover {
background-color: #000;
}
.vst-agents-1-slider-main-item .content-wrap {
clip-path: polygon(0 1%, 30% 0, 10% 100%, 0% 100%);
opacity: 0;
transition: 1000ms ease;
}
.vst-agents-1-slider-main-item .content-wrap .name {
font-size: 30px;
}
.vst-agents-1-slider-main-item .content-wrap .vst-pera-2 {
margin-bottom: 25px;
}
.vst-agents-1-slider-main-item .content-wrap .title {
font-size: 18px;
text-transform: uppercase;
color: var(--h1-pr-color);
margin-bottom: 20px;
}
.vst-agents-1-slider-main-contact-info a {
font-size: 17px;
font-family: var(--ss4);
font-weight: 500;
display: block;
color: #647c9e;
transition: 400ms ease;
text-transform: capitalize;
}
.vst-agents-1-slider-main-contact-info a:hover {
color: var(--h1-pr-color);
}
.vst-agents-1-slider-main-contact-info a:nth-child(1) {
padding-bottom: 10px;
border-bottom: 1px solid #f7f7f7;
margin-bottom: 10px;
}
.vst-agents-1-slider-main-contact-info a i {
font-size: 19px;
color: #000;
margin-right: 5px;
}
.vst-agents-1-slider-main-social a {
display: inline-block;
width: 32px;
height: 32px;
border-radius: 50%;
background: #000;
text-align: center;
line-height: 32px;
color: #fff;
font-size: 13px;
margin-right: 7px;
transition: 400ms ease;
}
.vst-agents-1-slider-main-social a:nth-child(1) {
background-color: #006aff;
}
.vst-agents-1-slider-main-social a:nth-child(2) {
background-color: #3d5a70;
}
.vst-agents-1-slider-main-social a:nth-child(3) {
background-color: #cb1f24;
}
.vst-agents-1-slider-main-social a:nth-child(4) {
background-color: #000;
}
.vst-agents-1-slider-main-social a:hover {
background-color: var(--h1-pr-color);
}
.vst-agents-1-slider-main {
padding-left: 50px !important;
margin-right: -50px !important;
border-left: 1px solid #f7f7f7;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-agents-1-slider-main {
padding-left: 30px !important;
margin-right: 0px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-agents-1-slider-main {
padding-left: 0px !important;
margin-right: 0px !important;
}
}
.vst-agents-1-slider-preview {
padding-right: 50px !important;
margin-left: -50px !important;
position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-agents-1-slider-preview {
padding-right: 0px !important;
margin-left: 0px !important;
}
}
.vst-agents-1-slider-btn {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
padding-top: 35px;
}
.vst-agents-1-slider-btn .agents_1_next, .vst-agents-1-slider-btn .agents_1_prev {
background-color: var(--white-color);
box-shadow: 0px 1px 29px 0px rgba(0, 0, 0, 0.07);
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 50px;
font-size: 14px;
color: var(--black-color);
transition: 400ms ease;
cursor: pointer;
}
.vst-agents-1-slider-btn .agents_1_next:hover, .vst-agents-1-slider-btn .agents_1_prev:hover {
color: var(--white-color);
background-color: #000;
}
.vst-agents-1-slider-btn .agents_1_next {
margin-right: -31px;
}
.vst-agents-1-slider-btn .agents_1_prev {
margin-left: -31px;
}
.vst-agents-1-slider-main .swiper-container {
padding-bottom: 25px;
}
.vst-agents-1-slider-main .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-agents-1-slider-main-item .img-wrap .agents-btn {
bottom: -18px;
opacity: 1;
}
.vst-agents-1-slider-main .swiper-container .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .vst-agents-1-slider-main-item .content-wrap {
opacity: 1;
clip-path: polygon(0 1%, 100% 0, 100% 100%, 0% 100%);
}  .vst-cta-1-area {
position: relative;
}
.vst-cta-1-area .video-wrap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.vst-cta-1-area .video-wrap video {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-cta-1-area::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: var(--h1-pr-color);
opacity: 0.5;
}
.vst-cta-1-area .section-title-1 {
font-size: 48px;
}
@media (max-width: 767px) {
.vst-cta-1-area .section-title-1 {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-cta-1-area .section-title-1 {
font-size: 45px;
}
}
.vst-cta-1-area .btn-wrap {
text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-cta-1-area .btn-wrap {
text-align: left;
margin-top: 40px;
}
}  .vst-cta-2-area {
margin-top: -90px;
position: relative;
}
.vst-cta-2-wrap {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
border-radius: 90px;
align-items: center;
overflow: hidden;
padding: 30px 45px;
gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-cta-2-wrap {
grid-template-columns: 1fr 1.5fr 0.8fr;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-cta-2-wrap {
gap: 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-cta-2-wrap {
grid-template-columns: 1fr;
justify-items: center;
}
}
@media (max-width: 767px) {
.vst-cta-2-wrap {
grid-template-columns: 1fr;
justify-items: center;
border-radius: 40px;
padding: 30px 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-cta-2-wrap {
grid-template-columns: 1fr;
justify-items: center;
border-radius: 90px;
padding: 30px 45px;
}
}
.vst-cta-2-img {
width: 100%;
height: 125px;
border-radius: 62px;
overflow: hidden;
}
.vst-cta-2-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-cta-2-content {
text-align: center;
}
}
.vst-cta-2-content .h1-heading {
font-size: 35px;
color: #fff;
line-height: 1.14;
margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-cta-2-content .h1-heading {
font-size: 25px;
}
}
@media (max-width: 767px) {
.vst-cta-2-content .h1-heading {
font-size: 25px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-cta-2-content .h1-heading {
font-size: 35px;
}
}
.vst-cta-2-content .text {
font-size: 16px;
line-height: 24px;
color: #fff;
font-family: var(--ptsans);
margin-bottom: 0;
}
.vst-cta-2-btn {
justify-self: end;
margin-right: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-cta-2-btn {
margin-right: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-cta-2-btn {
margin-right: 0px;
justify-self: center;
}
}
.multi-section-bg-2 {
position: relative;
}
.multi-section-bg-2 .ms-bg-2 {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
object-fit: cover;
z-index: -1;
}  .vst-cta-3-area {
position: relative;
}
.vst-cta-3-area .video-wrap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.vst-cta-3-area .video-wrap video {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-cta-3-area > ::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 1px;
left: 0;
background-color: rgba(52, 93, 110, 0.5019607843);
mix-blend-mode: multiply;
}
.vst-cta-3-content {
text-align: center;
position: relative;
z-index: 1;
}
.vst-cta-3-content .subtitle {
font-size: 24px;
color: #fff;
margin-bottom: 7px;
}
.vst-cta-3-content .title {
font-size: 72px;
color: #fff;
line-height: 1.11;
margin-bottom: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-cta-3-content .title {
font-size: 65px;
}
}
@media (max-width: 767px) {
.vst-cta-3-content .title {
font-size: 38px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-cta-3-content .title {
font-size: 55px;
}
}  .vst-cta-4-area .vst-section-title-1 .vst-subtitle-1 {
text-transform: capitalize;
}
.vst-cta-4-area .vst-section-title-1 .section-title-1 {
font-size: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-cta-4-area .vst-section-title-1 .section-title-1 {
font-size: 55px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-cta-4-area .vst-section-title-1 .section-title-1 {
font-size: 50px;
}
}
@media (max-width: 767px) {
.vst-cta-4-area .vst-section-title-1 .section-title-1 {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-cta-4-area .vst-section-title-1 .section-title-1 {
font-size: 45px;
}
}
.vst-cta-4-area .vst-section-title-1 .section-title-1 span {
display: block;
font-weight: 400;
}
.vst-cta-4-area .vst-section-title-1 .vst-pera-2 {
margin-top: 17px;
color: #c2c2c2;
}
@media (max-width: 767px) {
.vst-cta-4-area .vst-section-title-1 .vst-pera-2 br {
display: none;
}
}
.vst-cta-4-area .btn-wrap {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
}
@media (max-width: 767px) {
.vst-cta-4-area .btn-wrap {
flex-wrap: wrap;
flex-direction: column;
}
}
.vst-cta-4-area .btn-wrap .or-btn {
flex: 0 0 auto;
display: inline-block;
font-size: 14px;
font-family: var(--ss4);
background-color: #fff;
border-radius: 50%;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
text-transform: uppercase;
font-weight: 900;
color: #183153;
}  .vst-benefit-1-area {
position: relative;
}
.vst-benefit-1-area .bg-img-1 {
width: 100%;
height: 530px;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
}
.vst-benefit-1-wrap {
display: grid;
grid-template-columns: 450px 1fr;
border-radius: 10px;
overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-benefit-1-wrap {
grid-template-columns: 1fr;
}
}
.vst-benefit-1-content {
padding: 80px 55px;
}
@media (max-width: 767px) {
.vst-benefit-1-content {
padding: 50px 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-benefit-1-content {
padding: 80px 55px;
}
}
.vst-benefit-1-content .vst-pera-2 {
color: #aeadad;
margin-top: 15px;
}
.vst-benefit-1-content .vst-success-3-feature li {
color: #fff;
}
.vst-benefit-1-slider-item {
width: 100%;
height: 520px;
overflow: hidden;
}
@media (max-width: 767px) {
.vst-benefit-1-slider-item {
height: 350px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-benefit-1-slider-item {
height: 520px;
}
}
.vst-benefit-1-slider-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-benefit-1-slider-wrap {
display: block;
overflow: hidden;
background-color: #f8f8f8;
}
.vst-benefit-1-slider-flaq {
padding: 32px 50px;
}
.vst-benefit-1-slider-item-flaq {
display: flex;
align-items: center;
gap: 7px;
cursor: pointer;
}
.vst-benefit-1-slider-item-flaq .img-wrap {
flex: 0 0 auto;
width: 36px;
height: 36px;
border-radius: 50%;
overflow: hidden;
}
.vst-benefit-1-slider-item-flaq .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-benefit-1-slider-item-flaq .h1-heading {
font-size: 19px;
}
.vst-benefit-1-slider-item-flaq .h1-heading i {
margin-left: 5px;
font-size: 16px;
} .vst-project-count-1-area {
position: relative;
}
.vst-project-count-1-area::after {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #000;
opacity: 0.5;
}
.vst-project-count-1-area .video-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.vst-project-count-1-area .video-wrap video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.vst-project-count-1-item {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 24px;
}
@media (max-width: 767px) {
.vst-project-count-1-item {
flex-wrap: wrap;
justify-content: center;
gap: 0;
margin-bottom: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-project-count-1-item {
flex-wrap: nowrap;
justify-content: unset;
margin-bottom: 30px;
gap: 24px;
}
}
.vst-project-count-1-item .title {
flex: 0 0 auto;
color: #fff;
font-family: var(--ss4);
font-weight: 900;
line-height: 1;
margin-bottom: 0;
font-size: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-project-count-1-item .title {
font-size: 40px;
}
}
.vst-project-count-1-item .title * {
color: #fff;
font-family: var(--ss4);
font-size: 75px;
font-weight: 900;
line-height: 1;
margin-bottom: 0;
margin-top: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-project-count-1-item .title * {
font-size: 40px;
margin-top: -1px;
}
}
.vst-project-count-1-item .h1-heading {
font-size: 25px;
line-height: 1;
color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-project-count-1-item .h1-heading {
font-size: 20px;
}
} .vst-feature-2-area {
background-color: #e4f1f8;
}
.vst-feature-2-item {
display: flex;
gap: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-feature-2-item {
padding: 45px 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-feature-2-item {
border-bottom: 1px solid #e7e7e7;
}
.vst-feature-2-item {
padding: 45px 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-feature-2-item {
padding: 45px 0px;
border-bottom: 1px solid #e7e7e7;
}
}
@media (max-width: 767px) {
.vst-feature-2-item {
padding: 45px 0px;
border-bottom: 1px solid #e7e7e7;
gap: 25px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-feature-2-item {
padding: 45px 20px;
gap: 35px;
}
}
.vst-feature-2-item:is(.border-b) {
border-bottom: 1px solid #e7e7e7;
}
.vst-feature-2-item .icon {
line-height: 1;
font-size: 60px;
flex: 0 0 auto;
position: relative;
color: #000;
}
.vst-feature-2-item .icon i {
position: relative;
z-index: 1;
}
.vst-feature-2-item .icon::after {
content: "";
position: absolute;
width: 65px;
height: 65px;
border-radius: 50%;
background-color: #fff;
left: 10px;
top: 10px;
transition: 400ms ease-in-out;
}
.vst-feature-2-item .content-wrap .h1-heading {
font-size: 27px;
line-height: 1.11;
color: #010e18;
margin-bottom: 8px;
}
@media (max-width: 767px) {
.vst-feature-2-item .content-wrap .h1-heading {
font-size: 22px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-feature-2-item .content-wrap .h1-heading {
font-size: 27px;
}
}
.vst-feature-2-item .content-wrap .text {
font-size: 20px;
line-height: 24px;
color: #010e18;
font-family: var(--ptsans);
margin-bottom: 0;
}
.vst-feature-2-item:hover .icon::after {
background-color: rgba(0, 26, 255, 0.1098039216);
} .comments-title {
font-weight: 700;
font-size: 24px;
}
@media (max-width: 767px) {
.comments-box-wrap .children {
margin-left: 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.comments-box-wrap .children {
margin-left: 50px;
}
}
.comments-box-wrap .children .comments-box-author-img {
width: 50px;
height: 50px;
}
.comments-box-wrap .children .comments-box-author-content {
padding-top: 7px;
}
.comments-box-single {
display: flex;
padding-bottom: 30px;
padding-top: 23px;
grid-gap: 20px;
border-bottom: 1px solid rgba(121, 121, 255, 0.1);
}
.comments-box-author-img {
width: 60px;
height: 60px;
flex: 0 0 auto;
border-radius: 50%;
overflow: hidden;
}
.comments-box-author-img a {
width: 100%;
height: 100%;
}
.comments-box-author-img a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.comments-box-author-content {
padding-top: 5px;
padding-right: 20px;
}
@media (max-width: 767px) {
.comments-box-author-content {
padding-right: 0;
}
}
.comments-box-author-content .title {
font-size: 15px;
font-weight: 600;
margin-bottom: 4px;
}
.comments-box-author-content .title a {
text-decoration: none;
}
.comments-box-author-content p {
font-size: 15px;
line-height: 24px;
font-weight: 400;
opacity: 0.6;
margin-bottom: 24px;
}
.comments-box-author-content .date {
font-size: 13px;
display: block;
line-height: 22px;
text-transform: uppercase;
font-weight: 400;
opacity: 0.7;
margin-bottom: 11px;
}
.comments-box-author-content .comment-reply-link,
.comments-box-author-content .replay-btn {
display: inline-block;
background-color: transparent;
border: 1px solid rgba(8, 8, 33, 0.1);
border-radius: 20px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
line-height: 28px;
height: 28px;
color: #000;
text-decoration: none;
padding: 0 17px;
}
.comments-box-author-content .comment-reply-link:hover,
.comments-box-author-content .replay-btn:hover {
color: #fff;
background-color: var(--h1-pr-color);
}
.comment-replay-form-title {
font-size: 24px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 25px;
}
.tx-detailsWrapper .logged-in-as,
.comment-replay-form p {
font-weight: 400;
font-size: 16px;
line-height: 19px;
color: #676776;
margin-bottom: 20px;
}
.comment-replay-form .input-title {
font-family: var(--ss4);
font-size: 16px;
display: block;
font-weight: 500;
color: #0e0e0e;
line-height: 1;
margin-bottom: 15px;
}
.comment-replay-form input, .comment-replay-form textarea {
font-size: 14px;
width: 100%;
height: 46px;
border: 1px solid rgba(8, 8, 33, 0.1);
border-radius: 6px;
padding: 0 10px;
font-size: 14px;
color: #686876;
}
.comment-replay-form input::placeholder, .comment-replay-form textarea::placeholder {
color: #686876;
}
.comment-replay-form textarea {
height: 160px;
padding: 30px;
}
.comment-replay-form .check-box {
display: flex;
align-items: center;
}
.comment-replay-form .check-box span {
display: inline-block;
font-size: 14px;
font-weight: 400;
color: #676776;
text-transform: capitalize;
}
.comment-replay-form .check-box .h1-heading {
font-size: 14px;
font-weight: 700;
}
.comment-replay-form .contact-form-2-checkbox {
flex: 0 0 auto;
border: none;
outline: none;
width: 14px;
display: inline-block;
height: 14px;
margin-right: 7px;
}
.comment-replay-form .submit-comments {
border: none;
outline: none;
width: 212px;
} .vst-pricing-area {
position: relative;
}
.vst-pricing-area .bg-img-1 {
position: absolute;
top: 220px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-pricing-area .bg-img-1 {
display: none;
}
}
.vst-pricing-content .vst-section-title-1 .vst-pera-2 {
margin-top: 18px;
}
.vst-pricing-wrap {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 40px;
align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-pricing-wrap {
grid-template-columns: 1.1fr 1fr;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-pricing-wrap {
grid-template-columns: 1fr;
}
}
.vst-pricing-feature-wrap {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 22px 25px;
padding-right: 40px;
border-right: 1px solid #edecec;
border-bottom: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-pricing-feature-wrap {
border-right: none;
padding-right: 0px;
}
}
@media (max-width: 767px) {
.vst-pricing-feature-wrap {
border-right: none;
padding-right: 0px;
grid-template-columns: 1fr 1fr;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-pricing-feature-wrap {
border-right: none;
padding-right: 0px;
grid-template-columns: 1fr 1fr 1fr;
}
}
.vst-pricing-feature-wrap:is(.sd-page) {
border-color: var(--h1-pr-color);
}
.vst-pricing-feature-item {
width: 100%;
display: block;
text-align: center;
text-transform: capitalize;
background-color: #fff !important;
box-shadow: 0px 8px 168.15px 8.85px rgba(0, 0, 0, 0.09);
border-radius: 10px;
padding: 25px 10px;
border: none !important;
outline: none !important;
transition: 400ms;
}
.vst-pricing-feature-item .icon {
display: block;
font-size: 52px;
line-height: 1;
color: #0e0e0e;
}
.vst-pricing-feature-item .h1-heading {
font-size: 16px;
}
.vst-pricing-feature-item:hover {
background-color: #fff;
isolation: unset;
}
.vst-pricing-feature-item:is(.active) .icon {
color: var(--h1-pr-color);
}
.vst-pricing-feature-item:is(.active) .h1-heading {
color: var(--h1-pr-color);
}
.vst-pricing-card-wrap {
position: relative;
}
.vst-pricing-card-wrap .passport-img {
position: absolute;
right: -100px;
top: 0;
transform: translateX(-90%);
opacity: 0;
transition: 2000ms ease;
transition-delay: 1s;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.vst-pricing-card-wrap .passport-img {
right: -70px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-pricing-card-wrap .passport-img {
right: 0px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-pricing-card-wrap .passport-img {
display: none;
}
}
.vst-pricing-card {
position: relative;
z-index: 1;
width: 100%;
max-width: 435px;
box-shadow: 0px 8px 168.15px 8.85px rgba(0, 0, 0, 0.09);
border-radius: 10px;
padding: 50px;
padding: 30px 20px;
}
.vst-pricing-card .price {
font-size: 60px;
line-height: 1;
}
.vst-pricing-card .price span {
font-weight: 500;
}
.vst-pricing-card .title {
font-size: 20px;
text-transform: uppercase;
margin-bottom: 30px;
}
.vst-pricing-card .features {
background-color: #ccdfe1;
border-radius: 20px;
padding: 30px 40px;
}
@media (max-width: 767px) {
.vst-pricing-card .features {
padding: 30px 20px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-pricing-card .features {
padding: 30px 40px;
}
}
.vst-pricing-card .features li {
font-size: 17px;
font-family: var(--ss4);
font-weight: 600;
text-transform: capitalize;
margin-bottom: 10px;
}
.vst-pricing-card .features .feature-title {
font-size: 22px;
font-weight: 700;
}
.vst-pricing-card .features .feature-title i {
margin-right: 5px;
}
.vst-pricing-card .price-vat {
display: flex;
align-items: center;
gap: 10px;
}
.vst-pricing-card .price-vat i {
display: inline-block;
font-size: 45px;
line-height: 1;
margin-bottom: -8px;
}
.vst-pricing-card .price-vat .h1-heading {
font-size: 17px;
line-height: 22px;
font-weight: 600;
}
.vst-pricing-card .price-vat .h1-heading span {
color: #db0419;
}
.vst-pricing-card-wrap .tab-content .tab-pane:is(.active) .vst-pricing-card {
opacity: 1;
}
.vst-pricing-area:is(.active) .vst-pricing-card-wrap .passport-img {
transform: translateX(0%);
opacity: 1;
}  .vst-blog-1-item {
margin-bottom: 30px;
}
.vst-blog-1-item .img-wrap {
position: relative;
width: 100%;
height: 370px;
border-radius: 10px;
overflow: hidden;
}
.vst-blog-1-item .img-wrap::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
background: rgba(60, 103, 255, 0.3);
width: 100%;
height: 100%;
clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 49% 50%, 48% 50%, 47% 50%, 45% 49%, 8% 100%, 100% 100%, 100% 0%);
opacity: 0;
transition: 1s ease;
}
.vst-blog-1-item .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-blog-1-item .img-wrap .date-wrap {
position: absolute;
top: 30px;
left: 30px;
background-color: #3c67ff;
padding: 14px 17px;
border-radius: 6px;
z-index: 1;
}
.vst-blog-1-item .img-wrap .date-wrap .mounth, .vst-blog-1-item .img-wrap .date-wrap .date {
display: block;
font-family: var(--ss4);
font-weight: 900;
text-transform: uppercase;
color: #fff;
line-height: 1;
text-align: center;
}
.vst-blog-1-item .img-wrap .date-wrap .mounth {
font-size: 17px;
font-weight: 500;
}
.vst-blog-1-item .img-wrap .date-wrap .date {
font-size: 27px;
}
.vst-blog-1-item-content {
position: relative;
z-index: 1;
margin-top: -30px;
padding: 0 20px;
}
.vst-blog-1-item-content .content-wrap {
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 1px 98px 0px rgba(0, 0, 0, 0.11);
background: #fff;
}
.vst-blog-1-item-content .meta-content {
background-color: #3c67ff;
padding: 5px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-blog-1-item-content .meta-content {
padding: 32px 20px;
}
}
@media (max-width: 767px) {
.vst-blog-1-item-content .meta-content {
padding: 5px 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-blog-1-item-content .meta-content {
padding: 5px 35px;
}
}
.vst-blog-1-item-content .meta-content .author, .vst-blog-1-item-content .meta-content .tags {
display: inline-block;
color: #fff;
font-size: 15px;
font-weight: 500;
font-family: var(--ss4);
text-transform: capitalize;
transition: 400ms ease;
}
.vst-blog-1-item-content .meta-content .author i, .vst-blog-1-item-content .meta-content .tags i {
margin-right: 5px;
}
.vst-blog-1-item-content .meta-content .author:hover, .vst-blog-1-item-content .meta-content .tags:hover {
color: #000;
}
.vst-blog-1-item-content .meta-content a:not(:last-child) {
margin-right: 20px;
}
.vst-blog-1-item-content .title-wrap {
padding: 32px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-blog-1-item-content .title-wrap {
padding: 32px 20px;
}
}
@media (max-width: 767px) {
.vst-blog-1-item-content .title-wrap {
padding: 32px 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-blog-1-item-content .title-wrap {
padding: 32px 35px;
}
}
.vst-blog-1-item-content .title {
font-size: 24px;
line-height: 1.24;
color: #0d1a36;
margin-bottom: 5px;
transition: 400ms ease;
}
.vst-blog-1-item-content .title:hover {
color: var(--h1-pr-color);
}
.vst-blog-1-item:hover .img-wrap::after {
clip-path: polygon(0% 0%, 0% 100%, 10% 100%, 10% 10%, 90% 10%, 90% 90%, 10% 90%, 9% 100%, 100% 100%, 100% 0%);
opacity: 1;
}  .vst-blog-2 {
background-position: center bottom;
background-size: cover;
background-repeat: no-repeat;
}  .vst-blog-3-item-single {
display: grid;
grid-template-columns: 1.3fr 1fr;
align-items: center;
gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-blog-3-item-single {
grid-template-columns: 1fr;
}
}
.vst-blog-3-item-single:not(:last-child) {
border-bottom: 1px solid #f0f0f0;
}
.vst-blog-3-item-single .img-wrap {
width: 100%;
height: 390px;
border-radius: 10px;
overflow: hidden;
position: relative;
}
.vst-blog-3-item-single .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
clip-path: polygon(70% 0, 70% 0, 50% 100%, 50% 100%);
transition: 2s ease;
transition-delay: 0.5s;
filter: hue-rotate(90deg);
}
.vst-blog-3-item-single .img-wrap::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: var(--h1-pr-color);
mix-blend-mode: multiply;
clip-path: polygon(0% 0%, 100% 0%, 100% 25%, 0% 25%, 0% 50%, 100% 50%, 100% 75%, 0% 75%, 0% 100%, 100% 100%, 100% 0%, 75% 0%, 75% 100%, 50% 100%, 50% 0%, 25% 0%, 25% 100%, 0% 100%);
opacity: 0;
transition: 0.4s;
border-radius: 10px;
}
.vst-blog-3-item-single:is(.active) .img-wrap img {
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
filter: hue-rotate(0deg);
}
.vst-blog-3-item-single .content-wrap .title-wrap {
display: flex;
align-items: center;
gap: 15px;
}
.vst-blog-3-item-single .content-wrap .title {
font-size: 40px;
line-height: 1.125;
color: #1c1c1c;
transition: 300ms ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-blog-3-item-single .content-wrap .title {
font-size: 32px;
}
}
@media (max-width: 767px) {
.vst-blog-3-item-single .content-wrap .title {
font-size: 22px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-blog-3-item-single .content-wrap .title {
font-size: 36px;
}
}
.vst-blog-3-item-single .content-wrap .title:hover {
color: var(--h1-pr-color);
}
.vst-blog-3-item-single .content-wrap .vst-pera-2 {
margin-bottom: 45px;
}
.vst-blog-3-item-single:is(.active):hover .img-wrap::after {
opacity: 0.2;
transform: scale(1.1);
}
.vst-blog-3-item-single:is(.blog-3-style-2) {
grid-template-columns: 1fr 1.3fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-blog-3-item-single:is(.blog-3-style-2) {
grid-template-columns: 1fr;
}
}
.vst-blog-3-item-single:is(.blog-3-style-2) .content-wrap {
text-align: right;
}
.vst-blog-3-item-single:is(.blog-3-style-2) .content-wrap .title-wrap {
justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-blog-3-item-single:is(.blog-3-style-2) .img-wrap {
grid-row-start: 1;
}
}
.vst-blog-3-date {
display: inline-block;
background-color: var(--h1-pr-color);
border-radius: 6px;
color: #fff;
font-family: var(--ss4);
font-weight: 500;
text-transform: uppercase;
line-height: 1;
text-align: center;
padding: 17px 15px;
min-width: 70px;
}
.vst-blog-3-date span {
display: block;
}   @media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-faq-1-area:is(.pb-200) {
padding-bottom: 120px;
}
}
.vst-faq-1-left {
padding-right: 15px;
position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-faq-1-left {
padding-right: 0px;
}
}
.vst-faq-1-img {
width: 100%;
height: 540px;
border-radius: 10px;
overflow: hidden;
}
.vst-faq-1-img img {
width: 100%;
height: 100%;
object-fit: cover;
clip-path: polygon(evenodd, 39.13% 39.13%, 60.88% 39.13%, 60.88% 60.88%, 39.13% 60.88%, 45% 55%, 45% 45%, 55% 45%, 55% 45%, 55% 55%, 45% 55%, 39.13% 60.88%);
transition: 2000ms ease;
transition-delay: 500ms;
}
.vst-faq-1-traffic {
background-color: var(--h1-pr-color);
border-radius: 10px;
position: absolute;
right: 45px;
bottom: -30px;
padding: 30px 35px;
}
.vst-faq-1-traffic .title {
font-size: 55px;
line-height: 1;
color: #fff;
margin-bottom: 3px;
}
.vst-faq-1-traffic .title span {
margin-top: -2px;
}
.vst-faq-1-traffic .title span * {
line-height: 1 !important;
font-family: var(--ss4) !important;
}
.vst-faq-1-traffic .text {
color: #fff;
font-size: 24px;
font-weight: 600;
line-height: 27px;
text-transform: capitalize;
font-family: var(--ss4) !important;
margin-bottom: 0;
}
.vst-faq-1-item-wrap .accordion-item {
position: relative;
background: transparent;
border: none;
border-radius: 10px;
padding: 0;
box-shadow: 0px 8px 168.15px 8.85px rgba(0, 0, 0, 0.09);
transition: 500ms ease-in-out;
}
.vst-faq-1-item-wrap .accordion-item:not(:last-child) {
margin-bottom: 10px;
}
.vst-faq-1-item-wrap .accordion-item:is(.faq_bg) {
background-color: #121111;
}
.vst-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .text {
color: #fff;
}
.vst-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .icon {
color: #fff;
}
.vst-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .icon i::before {
content: "\f068";
}
.vst-faq-1-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .img {
opacity: 1;
margin-left: 0px;
}
.vst-faq-1-item-wrap .accordion-item .line {
display: block;
width: 100%;
height: 1px;
background: var(--919191, #919191);
}
.vst-faq-1-item-wrap .accordion-item .accordion-header {
outline: none;
box-shadow: none;
position: relative;
z-index: 1;
}
.vst-faq-1-item-wrap .accordion-item .accordion-header .accordion-button {
overflow: hidden;
padding: 33px 40px;
gap: 15px;
align-items: center;
background: transparent;
outline: none;
box-shadow: none;
transition: 400ms ease-in-out;
}
@media (max-width: 767px) {
.vst-faq-1-item-wrap .accordion-item .accordion-header .accordion-button {
padding: 33px 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-faq-1-item-wrap .accordion-item .accordion-header .accordion-button {
padding: 33px 40px;
}
}
.vst-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .img {
opacity: 0;
margin-left: -45px;
transition: 500ms ease-in-out;
}
.vst-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .text {
font-size: 21px;
font-weight: 700;
line-height: 1.55;
color: #0e0e0e;
}
.vst-faq-1-item-wrap .accordion-item .accordion-header .accordion-button .icon {
flex: 0 0 auto;
margin-left: auto;
color: #0e0e0e;
}
.vst-faq-1-item-wrap .accordion-item .accordion-header .accordion-button::after {
display: none;
}
.vst-faq-1-item-wrap .accordion-item .accordion-body {
position: relative;
z-index: 1;
padding: 0;
padding-top: 0;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 35px;
margin-top: -7px;
}
@media (max-width: 767px) {
.vst-faq-1-item-wrap .accordion-item .accordion-body {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-faq-1-item-wrap .accordion-item .accordion-body {
padding-left: 40px;
padding-right: 40px;
}
}
.vst-faq-1-item-wrap .accordion-item .accordion-body .faq-text {
font-size: 17px;
font-weight: 400;
line-height: 28px;
color: #dddddd;
margin-bottom: 0;
}
.h1-animation:is(.active) .vst-faq-1-img img {
clip-path: polygon(evenodd, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 0% 100%);
}  .vst-faq-3-area {
position: relative;
}
.vst-faq-3-area .bg-shape-1 {
position: absolute;
bottom: 0;
right: 0;
}
.vst-faq-3-left {
padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-faq-3-left {
padding-right: 0;
padding-bottom: 50px;
}
}
.vst-faq-3-img img {
clip-path: circle(0% at 50% 50%);
transition: 3s ease;
filter: hue-rotate(90deg);
transition-delay: 0.5s;
}
.vst-faq-3-img:is(.active) img {
clip-path: circle(100% at 50% 50%);
filter: hue-rotate(0deg);
}
.vst-faq-3-item-wrap .accordion-item {
position: relative;
background: #f9f9f9;
border: none;
border-radius: 10px;
padding: 0;
transition: 500ms ease-in-out;
}
.vst-faq-3-item-wrap .accordion-item:not(:last-child) {
margin-bottom: 10px;
}
.vst-faq-3-item-wrap .accordion-item:is(.faq_bg) {
background-color: var(--h1-pr-color);
}
.vst-faq-3-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .text {
color: #fff;
}
.vst-faq-3-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .icon {
background-color: #fff;
color: #000;
}
.vst-faq-3-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .icon i::before {
content: "\f068";
}
.vst-faq-3-item-wrap .accordion-item:is(.faq_bg) .accordion-header .accordion-button .img {
opacity: 1;
margin-left: 0px;
}
.vst-faq-3-item-wrap .accordion-item .line {
display: block;
width: 100%;
height: 1px;
background: var(--919191, #919191);
}
.vst-faq-3-item-wrap .accordion-item .accordion-header {
outline: none;
box-shadow: none;
position: relative;
z-index: 1;
}
.vst-faq-3-item-wrap .accordion-item .accordion-header .accordion-button {
overflow: hidden;
padding: 25px 30px;
gap: 15px;
align-items: center;
background: transparent;
outline: none;
box-shadow: none;
transition: 400ms ease-in-out;
}
.vst-faq-3-item-wrap .accordion-item .accordion-header .accordion-button .img {
opacity: 0;
margin-left: -45px;
transition: 500ms ease-in-out;
}
.vst-faq-3-item-wrap .accordion-item .accordion-header .accordion-button .text {
font-size: 21px;
font-weight: 700;
line-height: 1.55;
color: #0e0e0e;
}
.vst-faq-3-item-wrap .accordion-item .accordion-header .accordion-button .icon {
flex: 0 0 auto;
color: #fff;
width: 35px;
height: 35px;
border-radius: 50%;
background-color: var(--h1-pr-color);
text-align: center;
line-height: 35px;
}
.vst-faq-3-item-wrap .accordion-item .accordion-header .accordion-button::after {
display: none;
}
.vst-faq-3-item-wrap .accordion-item .accordion-body {
position: relative;
z-index: 1;
padding: 0;
padding-top: 0;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 35px;
margin-top: -7px;
}
@media (max-width: 767px) {
.vst-faq-3-item-wrap .accordion-item .accordion-body {
padding-left: 15px;
padding-right: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-faq-3-item-wrap .accordion-item .accordion-body {
padding-left: 40px;
padding-right: 40px;
}
}
.vst-faq-3-item-wrap .accordion-item .accordion-body .faq-text {
font-size: 17px;
font-weight: 400;
line-height: 28px;
color: #dddddd;
margin-bottom: 0;
}  .breadcrumb-title {
font-size: 56px;
color: #fff;
font-family: var(--ss4);
line-height: 1.17;
font-weight: 700;
margin-bottom: 4px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.breadcrumb-title {
font-size: 50px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.breadcrumb-title {
font-size: 45px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.breadcrumb-title {
font-size: 40px;
}
}
@media (max-width: 767px) {
.breadcrumb-title {
font-size: 35px;
margin-bottom: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.breadcrumb-title {
font-size: 38px;
}
}
.breadcrumb-list a, .breadcrumb-list span {
font-weight: 500;
font-size: 15px;
line-height: 18px;
color: #fff;
text-decoration: none;
display: inline-block;
}
.breadcrumb-list a {
padding-right: 25px;
position: relative;
text-transform: uppercase;
margin-right: 20px;
}
.breadcrumb-list a:hover {
color: var(--h1-pr-color);
}
.breadcrumb-list a::after {
content: "";
position: absolute;
width: 2px;
height: 12px;
right: 0px;
top: 50%;
transform: translateY(-50%);
background-color: #B5B4B8;
}
.breadcrumb-list span {
position: relative;
text-transform: capitalize;
}
.breadcrumb-list span::before {
position: absolute;
content: "";
width: 100%;
height: 1px;
background-color: var(--clr-common-white);
bottom: -2px;
left: 0;
}
.breadcrumb-area {
background-color: var(--base-color);
}
.has-breadcrumb-overlay {
position: relative;
}
.has-breadcrumb-overlay > * {
position: relative;
z-index: 3;
}
.has-breadcrumb-overlay::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: linear-gradient(89.62deg, #080821 15.9%, rgba(8, 8, 33, 0) 99.67%);
transform: matrix(1, 0, 0, -1, 0, 0);
} .margin-left-10 {
margin-left: -10px;
}
.p-l-r_30 {
padding-left: 30px;
padding-right: 30px;
}
.radius-10 {
border-radius: 10px;
}
.has-sidebar-border-bottom {
border-bottom: 1px solid rgba(8, 8, 33, 0.1);
}
.sidebar-bg {
background-color: #f8fbff;
}
.tx-sidebarWrapper .wp-block-heading,
.sidebar-box-title {
font-family: var(--ss4);
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
line-height: 1;
color: #0e0e0e;
margin-bottom: 23px;
}
.sidebar-search-box {
background-color: #fff;
box-shadow: 0px 4px 14px rgba(8, 8, 33, 0.05);
border-radius: 6px;
position: relative;
}
.sidebar-search-box .search-btn {
position: absolute;
top: 0;
bottom: 0;
left: 23px;
background: transparent;
border: 0;
padding: 0;
font-size: 15px;
color: #0e0e0e;
}
.sidebar-search-box .search-btn:hover {
color: var(--h1-pr-color);
}
.sidebar-search-box .search-input {
font-size: 14px;
color: #484848;
border: none;
outline: none;
width: 100%;
border-radius: 8px;
height: 50px;
padding: 0 45px;
}
.sidebar-search-box .search-input::-webkit-input-placeholder {
font-size: 14px;
color: #484848;
opacity: 0.6;
}
.sidebar-search-box .search-input:-moz-placeholder {
font-size: 14px;
color: #484848;
opacity: 0.6;
}
.sidebar-search-box .search-input::-moz-placeholder {
font-size: 14px;
color: #484848;
opacity: 0.6;
}
.sidebar-search-box .search-input:-ms-input-placeholder {
font-size: 14px;
color: #484848;
opacity: 0.6;
}
.sidebar-category ul {
list-style: none;
}
.sidebar-category ul li a {
display: flex;
justify-content: space-between;
background-color: #fff;
box-shadow: 0px 4px 14px rgba(8, 8, 33, 0.05);
border-radius: 6px;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
font-family: var(--ss4);
text-decoration: none;
height: 50px;
line-height: 50px;
padding: 0 20px;
}
.sidebar-category ul li a span {
color: #0e0e0e;
transition: 300ms ease;
}
.sidebar-category ul li a span:nth-child(1) {
position: relative;
padding-left: 15px;
}
.sidebar-category ul li a span:nth-child(1)::after {
content: "";
position: absolute;
background-color: var(--h1-pr-color);
width: 8px;
height: 5px;
border-radius: 0;
left: 0;
top: 50%;
transform: translatey(-50%);
opacity: 0.6;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.sidebar-category ul li a:hover {
background-color: var(--h1-pr-color);
}
.sidebar-category ul li a:hover span {
color: #fff;
opacity: 1;
}
.sidebar-category ul li a:hover span::after {
opacity: 1;
background-color: #fff;
}
.sidebar-category ul li:not(:last-child) {
margin-bottom: 10px;
}
.sidebar-category-2 ul {
list-style: none;
}
.sidebar-category-2 ul li a {
display: flex;
justify-content: space-between;
border-radius: 6px;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
text-decoration: none;
opacity: 0.6;
color: var(--clr-body-heading);
}
.sidebar-category-2 ul li a span:nth-child(1) {
position: relative;
padding-left: 15px;
}
.sidebar-category-2 ul li a span:nth-child(1)::after {
content: "";
position: absolute;
background-color: var(--clr-body-heading);
width: 5px;
height: 5px;
border-radius: 50%;
left: 0;
top: 50%;
transform: translatey(-50%);
opacity: 0.6;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.sidebar-category-2 ul li a:hover {
color: var(--clr-theme-primary);
opacity: 1;
}
.sidebar-category-2 ul li a:hover span::after {
opacity: 1;
background-color: var(--clr-theme-primary);
}
.sidebar-category-2 ul li:not(:last-child) {
margin-bottom: 19px;
}
.tagcloud a,
.wp-block-tag-cloud a,
.sidebar-tag a {
display: inline-block;
background-color: #fff;
box-shadow: 0px 4px 14px rgba(8, 8, 33, 0.1);
border-radius: 4px;
text-decoration: none;
font-size: 13px !important;
font-weight: 500;
font-family: var(--ss4);
text-transform: capitalize;
min-height: 28px;
padding: 0 13px;
color: #484848;
display: flex;
align-items: center;
justify-content: center;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.sidebar-tag a:hover {
background-color: var(--h1-pr-color);
color: #fff;
}
.tagcloud,
.wp-block-tag-cloud,
.sidebar-tag {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.latest-post .latest-post-item:not(:last-child) {
margin-bottom: 15px;
}
.latest-post-item {
display: flex;
align-items: center;
}
.latest-post-item .img {
flex: 0 0 auto;
width: 90px;
height: 94px;
border-radius: 6px;
overflow: hidden;
}
.latest-post-item .img a {
width: 100%;
height: 100%;
}
.latest-post-item .img a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.latest-post-item .content {
padding: 10px 17px;
}
.no-thumbnail .content {
padding-left: 0px;
}
@media (max-width: 767px) {
.latest-post-item .content {
padding: 10px 9px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.latest-post-item .content {
padding: 10px 17px;
}
}
.latest-post-item .content .date {
display: block;
font-weight: 500;
font-size: 13px;
text-transform: capitalize;
color: #484848;
line-height: 1;
margin-bottom: 8px;
}
.latest-post-item .content .date i {
display: inline-block;
margin-right: 2px;
}
.latest-post-item .content .title {
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
line-height: 22px;
color: #0e0e0e;
margin-bottom: 0;
}
.latest-post-item .content .title a {
text-decoration: none;
}
.latest-post-item .content .title:hover {
color: var(--h1-pr-color);
}
.sidebar-filter-category ul li {
overflow: hidden;
list-style: none;
}
.sidebar-filter-category ul li:not(:last-child) {
margin-bottom: 10px;
}
.sidebar-filter-category ul li .wrap {
display: inline-block;
}
.sidebar-filter-category ul li input[type=checkbox] {
display: none;
}
.sidebar-filter-category ul li label {
position: relative;
font-size: 15px;
font-weight: 400;
color: var(--clr-body-heading);
text-transform: capitalize;
display: inline-block;
padding-left: 23px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.sidebar-filter-category ul li label::before {
width: 13px;
height: 13px;
border-radius: 2px;
background: transparent;
display: inline-block;
content: "";
position: absolute;
left: 0;
top: 4px;
border: 1px solid rgba(8, 8, 33, 0.3);
}
.sidebar-filter-category ul li label::after {
position: absolute;
left: 3.5px;
top: 6px;
transition: all 0.3s;
opacity: 0;
visibility: hidden;
content: "\f00c";
font-family: "Font awesome 5 pro";
color: var(--clr-common-white);
font-size: 7px;
}
.sidebar-filter-category ul li input:checked + label::before {
background-color: var(--clr-theme-primary);
border-color: transparent;
}
.sidebar-filter-category ul li input:checked + label::after {
opacity: 1;
visibility: visible;
}
.sidebar-filter-pirce .ui-slider-range {
height: 2px;
background-color: var(--clr-body-heading);
}
.sidebar-filter-pirce .ui-widget.ui-widget-content {
height: 2px;
border: 0;
background: transparent;
}
.sidebar-filter-pirce .ui-widget-content .ui-state-default {
width: 3px;
height: 14px;
border: none;
outline: none;
border-radius: 6px;
background: var(--clr-body-heading);
margin-left: -2px;
margin-top: -1px;
cursor: pointer;
}
.sidebar-filter-pirce .price-btn-wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.sidebar-filter-pirce .slider-range-amount {
display: inline-block;
}
.sidebar-filter-pirce .slider-range-amount .price {
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
color: var(--clr-body-heading);
display: inline-block;
margin-right: 1px;
}
.sidebar-filter-pirce .slider-range-amount .amount {
border: none;
outline: none;
background: transparent;
padding: 0;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
color: var(--clr-body-heading);
display: inline-block;
width: 50%;
}
.sidebar-filter-pirce .filter-btn {
flex: 0 0 auto;
text-align: right;
display: inline-block;
background-color: var(--clr-theme-primary);
border: none;
outline: none;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
color: var(--clr-common-white);
width: 70px;
height: 24px;
line-height: 24px;
text-align: center;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.sidebar-filter-pirce .filter-btn:hover {
background-color: var(--clr-theme-secondary);
}
.sidebar-slider-item {
width: 100%;
height: 240px;
border-radius: 10px;
overflow: hidden;
}
.sidebar-slider-item img {
width: 100%;
height: 100% !important;
object-fit: cover;
}
.tx-service-widget .sidebar-btn li a {
display: inline-block;
font-size: 16px;
font-weight: 700;
font-family: var(--ss4);
text-transform: capitalize;
background-color: #001aff;
border-radius: 6px;
color: #fff;
padding: 10px 25px;
transition: 400ms ease;
display: flex;
align-items: center;
line-height: 1;
max-width: max-content;
}
@media (max-width: 767px) {
.tx-service-widget .sidebar-btn li a {
padding: 10px 10px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tx-service-widget .sidebar-btn li a {
padding: 10px 25px;
}
}
.tx-service-widget .sidebar-btn li a i {
font-size: 12px;
margin-left: 5px;
}
.tx-service-widget .sidebar-btn li a:hover {
background-color: #0e0e0e !important;
color: #fff !important;
}
.sidebar-btn li:not(:last-child) {
margin-bottom: 13px;
} .blog-details-header-img {
position: relative;
}
.blog-details-header-img .img {
width: 100%;
height: 640px;
border-radius: 10px;
overflow: hidden;
}
@media (max-width: 767px) {
.blog-details-header-img .img {
height: 440px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-details-header-img .img {
height: 640px;
}
}
.blog-details-header-img .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.blog-details-left:is(.pr-40) {
padding-right: 0;
}
}
.blog-details-header-meta-box {
position: absolute;
bottom: -1px;
left: -1px;
background-color: #fff;
width: 570px;
padding: 33px 0;
border-radius: 0px 10px 0px 0px;
clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-details-header-meta-box {
width: 500px;
}
}
@media (max-width: 767px) {
.blog-details-header-meta-box {
width: 100%;
}
}
.blog-details-header-meta-box span {
font-family: var(--ss4);
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
display: inline-block;
color: var(--h1-heading-color);
}
.blog-details-header-meta-box span i {
display: inline-block;
color: var(--h1-pr-color);
margin-right: 8px;
}
.blog-details-header-meta-box span:not(:last-child) {
margin-right: 40px;
}
.blog-details-title {
font-family: var(--ss4);
font-size: 48px;
font-weight: 900;
line-height: 1.2;
margin-top: -6px;
margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.blog-details-title {
font-size: 45px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.blog-details-title {
font-size: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.blog-details-title {
font-size: 36px;
}
}
@media (max-width: 767px) {
.blog-details-title {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.blog-details-title {
font-size: 34px;
}
}
.tx-detailsWrapper__prev blockquote p,
.tx-detailsWrapper__prev blockquote,
.blog-details-blockquote-1 {
background-color: #fff;
box-shadow: 0px 10px 60px rgba(8, 8, 33, 0.1), inset 2px 0px 0px var(--h1-pr-color);
border-radius: 10px;
border-left: 2px solid var(--h1-pr-color);
color: #000;
font-family: var(--ss4);
font-size: 18px;
font-weight: 700;
text-transform: capitalize;
line-height: 26px;
position: relative;
padding: 35px 40px;
}
.tx-detailsWrapper__prev blockquote  {
padding: 0px 0px;
}
.tx-detailsWrapper__prev blockquote p {
margin-bottom: 0px;
}
@media (max-width: 767px) {
.tx-detailsWrapper__prev blockquote,
.blog-details-blockquote-1 {
padding: 35px 25px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.tx-detailsWrapper__prev blockquote,
.blog-details-blockquote-1 {
padding: 35px 40px;
}
}
.blog-details-blockquote-1 .author {
display: block;
position: relative;
font-size: 15px;
font-weight: 600;
text-transform: capitalize;
line-height: 26px;
padding-left: 30px;
margin-top: 14px;
}
.blog-details-blockquote-1 .author::after {
position: absolute;
content: "";
width: 20px;
height: 2px;
background-color: var(--h1-pr-color);
top: 50%;
left: 0;
transform: translateY(-50%);
}
.blog-details-blockquote-1 .icon {
position: absolute;
top: 10px;
right: 40px;
font-size: 100px;
color: var(--h1-pr-color);
opacity: 0.2;
}
.blog-details-video-item {
position: relative;
}
.blog-details-video-item .img {
width: 100%;
height: 430px;
border-radius: 10px;
overflow: hidden;
}
.blog-details-video-item .img br {
display: none;
}
.blog-details-video-item .img a {
width: 100%;
height: 100%;
}
.blog-details-video-item .img a img {
width: 100%;
height: 100%;
object-fit: cover;
}
.blog-details-video-btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.blog-details-video-btn a {
width: 74px;
height: 44px;
border-radius: 6px;
background-color: #FF0000;
display: block;
text-align: center;
line-height: 44px;
color: #fff;
}
.blog-details-video-btn a:hover {
background-color: #a70202;
}
.blog-details-inner-text .title {
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
}
.blog-details-tag .title {
font-size: 18px;
display: inline-block;
font-weight: 700;
margin-bottom: 0;
margin-right: 6px;
}
.blog-details-tag a {
display: inline-block;
background-color: #F5F5F5;
color: #080821;
border-radius: 4px;
text-decoration: none;
font-size: 13px;
font-weight: 500;
line-height: 28px;
text-transform: capitalize;
height: 28px;
padding: 0 12px;
margin-right: 2px;
}
@media (max-width: 767px) {
.blog-details-tag a {
margin-bottom: 5px;
}
}
.blog-details-tag a:hover {
background-color: var(--h1-pr-color);
color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.blog-details-share {
margin-bottom: 30px;
}
}
.blog-details-share .title {
font-size: 18px;
display: inline-block;
font-weight: 700;
margin-bottom: 0;
margin-right: 6px;
}
.blog-details-share a {
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 50%;
font-size: 16px;
color: #fff;
}
.blog-details-share a:nth-child(1n) {
background-color: #229EF2;
}
.blog-details-share a:nth-child(2n) {
background-color: #2E4E9C;
}
.blog-details-share a:nth-child(3n) {
background-color: #0681BA;
}
.blog-details-share a:nth-child(4n) {
background-color: #D90219;
}
.blog-details-share a:not(:last-child) {
margin-right: 3px;
}
.blog-details-next-post-wrap {
background: #f8fbff;
border-radius: 6px;
display: flex;
justify-content: space-between;
padding: 25px 30px;
}
@media (max-width: 767px) {
.blog-details-next-post-wrap {
flex-wrap: wrap;
}
}
.blog-details-next-post-wrap .post-item:nth-child(2) {
text-align: right;
}
@media (max-width: 767px) {
.blog-details-next-post-wrap .post-item:nth-child(2) {
text-align: left;
}
}
@media (max-width: 767px) {
.blog-details-next-post-wrap .post-item:nth-child(1) {
margin-bottom: 30px;
}
}
.blog-details-next-post-wrap .post-item .btn {
display: inline-block;
font-family: var(--ss4);
background-color: #dddddd;
height: 28px;
text-align: center;
text-transform: uppercase;
border-bottom: 4px;
color: #080821;
font-weight: 500;
font-size: 12px;
line-height: 28px;
padding: 0 16px;
margin-bottom: 10px;
transition: 300ms;
}
.blog-details-next-post-wrap .post-item .btn:hover {
background-color: var(--h1-pr-color);
color: #fff;
}
.blog-details-next-post-wrap .post-item a {
font-family: var(--ss4);
display: block;
font-size: 15px;
font-weight: 500;
line-height: 26px;
text-decoration: none;
text-transform: capitalize;
color: var(--h1-heading-color);
}
.blog-details-next-post-wrap .post-item a:hover {
color: var(--h1-pr-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.blog-details-area .sidebar-wrap {
margin-top: 0;
}
}
.blog-details-next-post-wrap {
position: relative;
}
.blog-details-next-post-wrap::after {
width: 1px;
height: 60px;
background: #0000ff;
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
opacity: 0.1;
}
@media (max-width: 767px) {
.blog-details-next-post-wrap::after {
display: none;
}
} .services-details-title {
font-size: 40px;
font-weight: 900;
text-transform: capitalize;
line-height: 1.17;
color: #0e0e0e;
margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-details-title {
font-size: 36px;
}
}
@media (max-width: 767px) {
.services-details-title {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-details-title {
font-size: 34px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.services-details-left:is(.pr-80) {
padding-right: 0;
}
}
.services-details-img {
width: 100%;
height: 470px;
overflow: hidden;
border-radius: 10px;
margin-bottom: 33px;
}
.services-details-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.services-details-content p {
font-size: 16px;
font-weight: 400;
line-height: 26px;
color: var(--clr-body-text);
opacity: 0.6;
}
.services-details-feature .title {
font-family: var(--ss4);
font-size: 28px;
font-weight: 700;
color: #0e0e0e;
line-height: 1.2;
margin-bottom: 12px;
}
.services-details-feature .services-feature-1-wrap .services-feature-1-item {
margin-bottom: 30px;
}
.services-details-feature .services-feature-1-wrap .services-feature-1-item:not(:last-child) {
margin-right: 30px;
}
@media (max-width: 767px) {
.services-details-feature .services-feature-1-wrap .services-feature-1-item:not(:last-child) {
margin-right: 5px;
}
}
.services-details-inner-img {
width: 100%;
height: 400px;
border-radius: 10px;
overflow: hidden;
}
@media (max-width: 767px) {
.services-details-inner-img {
margin-bottom: 30px;
}
}
.services-details-inner-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.services-details-inner-video {
position: relative;
}
@media (max-width: 767px) {
.services-details-inner-video:is(.pl-30) {
padding-left: 0;
}
}
.services-details-inner-video .img {
width: 100%;
height: 400px;
border-radius: 10px;
overflow: hidden;
}
.services-details-inner-video .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.services-details-inner-video .btn-wrap {
position: absolute;
left: 55%;
top: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
.services-details-inner-video .btn-wrap {
left: 50%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.sidebar-wrap:is(.margin-left-10) {
margin-left: 0;
}
}
.glob-shape-animated-1.has-pos {
position: absolute;
top: 0;
right: 16px;
}
.glob-shape-animated-1.has-pos img {
animation-name: unlimitedRound;
animation-duration: 5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.services-details-left {
padding-right: 60px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.services-details-left {
padding-right: 50px;
}
} .erorr-page-area {
position: relative;
}
.erorr-page-area .bg-shape {
position: absolute;
width: 100%;
left: 0;
top: 0;
height: 100%;
object-fit: cover;
overflow: hidden;
}
.erorr-page-area .bg-shape img {
height: 100%;
object-fit: cover;
width: 100%;
}
.erorr-page-content .img {
margin-bottom: 60px;
}
.erorr-page-content h4 {
font-size: 40px;
font-weight: 900;
margin-bottom: 7px;
}
.erorr-page-content p {
font-size: 16px;
font-weight: 400;
color: var(--clr-body-text);
line-height: 26px;
opacity: 0.6;
margin-bottom: 32px;
}
@media (max-width: 767px) {
.erorr-page-content p br {
display: none;
}
}
.erorr-page-content .erorr-page-btn {
width: 230px;
outline: none;
border: none;
} .vst-footer-1-area {
background-color: #0d1720;
}
.vst-footer-1-cta {
border-bottom: 3px solid #142434;
}
.vst-footer-1-cta-wrap {
display: grid;
align-items: center;
grid-template-columns: 295px 1fr;
gap: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-footer-1-cta-wrap {
grid-template-columns: 1fr;
}
}
.vst-footer-1-cta-wrap .footer-logo {
position: relative;
}
.vst-footer-1-cta-wrap .footer-logo::after {
content: "";
position: absolute;
width: 2px;
height: 80px;
background: #263f58;
right: 0;
top: -16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-footer-1-cta-wrap .footer-logo::after {
display: none;
}
}
.vst-footer-1-cta-form {
width: 100%;
max-width: 550px;
border-radius: 30px;
overflow: hidden;
position: relative;
}
.vst-footer-1-cta-form-wrap {
display: flex;
align-items: center;
gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-footer-1-cta-form-wrap {
gap: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
.vst-footer-1-cta-form-wrap {
gap: 30px;
}
}
@media (max-width: 767px) {
.vst-footer-1-cta-form-wrap {
gap: 30px;
flex-wrap: wrap;
}
}
.vst-footer-1-cta-form-wrap .title {
font-size: 25px;
color: white;
line-height: 1.2;
}
.vst-footer-1-cta-form input {
width: 100%;
border: none;
outline: none;
height: 60px;
font-family: var(--ss4);
font-size: 15px;
text-transform: capitalize;
color: #484848;
padding: 0 35px;
}
.vst-footer-1-cta-form input::placeholder {
font-family: var(--ss4);
font-size: 15px;
text-transform: capitalize;
color: #484848;
}
.vst-footer-1-cta-form .form-btn-1 {
position: absolute;
right: -1px;
top: 0;
height: 100%;
border: none;
outline: none;
background-color: #3c67ff;
font-family: var(--ss4);
text-transform: capitalize;
color: #fff;
font-weight: 600;
font-size: 17px;
line-height: 1;
padding: 0 40px;
}
.vst-footer-1-cta-form .form-btn-1:hover {
background-color: #000;
letter-spacing: 0.5px;
}
.vst-footer-1-widget-wrap {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1.2fr 1.5fr;
gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-footer-1-widget-wrap {
grid-template-columns: 1.5fr 1fr 1fr;
gap: 50px 30px;
}
}
@media (max-width: 767px) {
.vst-footer-1-widget-wrap {
grid-template-columns: 1fr;
gap: 50px 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-footer-1-widget-wrap {
grid-template-columns: 1.5fr 1fr;
gap: 50px 30px;
}
}
.vst-footer-1-widget-wrap .widget-title {
font-size: 21px;
line-height: 1.41;
color: #fff;
margin-bottom: 25px;
}
.vst-footer-1-pera {
font-family: var(--roboto);
color: #8ea0b1;
font-size: 18px;
line-height: 28px;
font-weight: 400;
margin-bottom: 30px;
}
.vst-footer-1-contact {
display: flex;
align-items: center;
gap: 14px;
}
.vst-footer-1-contact .icon {
flex: 0 0 auto;
color: #fff;
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #fff;
text-align: center;
line-height: 40px;
}
.vst-footer-1-contact .content .text {
font-size: 12px;
font-family: var(--roboto);
color: #5d7995;
text-transform: uppercase;
display: block;
line-height: 1;
}
.vst-footer-1-contact .content p {
font-size: 16px;
font-family: var(--ss4);
color: #fff;
font-weight: 500;
text-transform: capitalize;
line-height: 1;
margin-top: 5px;
margin-bottom: 0;
}
.vst-footer-1-contact .content a {
color: #fff;
}
.vst-footer-1-contact .content p:hover {
color: var(--h1-pr-color);
}
.vst-footer-1-menu li:not(:last-child) {
margin-bottom: 13px;
}
.vst-footer-1-menu li p,
.vst-footer-1-menu li a {
font-size: 18px;
line-height: 28px;
font-family: var(--roboto);
text-transform: capitalize;
font-weight: 400;
color: #8ea0b1;
}
.vst-footer-1-menu li a:hover {
color: var(--h1-pr-color);
}
.vst-footer-1-gallery {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 10px;
}
.vst-footer-1-gallery .single-img {
position: relative;
}
.vst-footer-1-gallery .single-img:nth-child(1) {
grid-row: 1/-1;
}
.vst-footer-1-gallery .single-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.vst-footer-1-gallery .single-img .popup_img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: hsla(0, 0%, 0%, 0.7);
color: #fff;
font-size: 20px;
transform: scale(0);
transition: 400ms ease;
}
.vst-footer-1-gallery .single-img:hover .popup_img {
transform: scale(1);
}
.vst-footer-1-copyright {
font-size: 15px;
font-family: var(--ss4);
color: #fff;
text-align: center;
font-weight: 400;
text-transform: capitalize;
padding: 23px 15px;
border-top: 3px solid #142434;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-footer-1-widget-wrap .widget-single:is(.no-5) {
grid-column: 2/-1;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-footer-1-widget-wrap .widget-single:is(.no-5) {
grid-column: 1/-1;
}
} .vst-footer-2-area {
background-color: #0f1114;
}
.vst-footer-2-area .container {
position: relative;
}
.vst-footer-2-area .container::after {
content: "";
position: absolute;
width: 355px;
height: 149%;
top: -80px;
left: 15px;
background-color: #06080a;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.vst-footer-2-area .container::after {
height: 138%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-footer-2-area .container::after {
height: 125%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
.vst-footer-2-area .container::after {
display: none;
}
}
.vst-footer-2-contact {
width: 100%;
max-width: 275px;
margin: 0 auto;
}
.vst-footer-2-contact .footer-2-text {
font-size: 17px;
line-height: 27px;
color: #d9d9d9;
margin-bottom: 30px;
}
.footer-social-links li {
display: inline-block;
margin: 0 15px;
}
.footer-social-links li a {
font-size: 18px;
display: inline-block;
color: #fff;
}
.vst-footer-2-widget-wrap {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.vst-footer-2-widget-wrap {
grid-template-columns: 1.5fr 1fr 1fr;
gap: 50px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.vst-footer-2-widget-wrap {
grid-template-columns: 1.5fr 1fr;
gap: 50px 30px;
}
}
@media (max-width: 767px) {
.vst-footer-2-widget-wrap {
grid-template-columns: 1fr;
gap: 50px 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.vst-footer-2-widget-wrap {
grid-template-columns: 1.5fr 1fr;
gap: 50px 30px;
}
}
.vst-footer-2-widget-wrap .widget-title-2 {
position: relative;
font-size: 24px;
line-height: 1.125;
color: #fff;
margin-bottom: 40px;
padding-bottom: 20px;
}
.vst-footer-2-widget-wrap .widget-title-2::after {
content: "";
position: absolute;
width: 70px;
height: 2px;
background-color: var(--h1-pr-color);
left: 0;
bottom: 0;
}
.vst-footer-2-widget-wrap .widget-title-2::before {
content: "";
position: absolute;
width: 40px;
height: 2px;
background-color: var(--h1-pr-color);
left: 0;
bottom: -5px;
}
.vst-footer-1-menu:is(.footer-2-menu) li a {
position: relative;
font-family: var(--ss4);
font-weight: 600;
color: #fff;
transition: 400ms ease;
}
.vst-footer-1-menu:is(.footer-2-menu) li.has-icon a {
padding-left: 20px;
}
.vst-footer-1-menu:is(.footer-2-menu) li.has-icon .tx-icon {
content: "\f324";
position: absolute;
left: 0;
top: 55%;
transform: translateY(-50%);
font-family: "Font Awesome 6 Pro";
color: #fff;
font-size: 12px;
transition: 400ms ease;
}
.vst-footer-1-menu:is(.footer-2-menu) li a:hover {
color: var(--h1-pr-color);
}
.vst-footer-1-menu:is(.footer-2-menu) li.has-icon a:hover::after {
color: var(--h1-pr-color);
left: 5px;
}
.footer-blog-item-single {
display: flex;
align-items: center;
gap: 15px;
}
.footer-blog-item-single:not(:last-child) {
margin-bottom: 20px;
}
.footer-blog-item-single .img-wrap {
flex: 0 0 auto;
width: 75px;
height: 90px;
border-radius: 10px;
overflow: hidden;
}
.footer-blog-item-single .img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 500ms ease;
}
.footer-blog-item-single .content-wrap .h1-heading {
font-size: 18px;
line-height: 30px;
font-weight: 600;
color: #fff;
text-transform: capitalize;
}
.footer-blog-item-single .content-wrap .h1-heading:hover {
color: var(--h1-pr-color);
}
.footer-blog-item-single .content-wrap .date {
display: block;
font-size: 14px;
line-height: 1px;
color: #dadada;
}
.footer-blog-item-single:hover .img-wrap img {
filter: brightness(150%);
}
.footer-2-gallery-wrap {
display: flex;
flex-wrap: wrap;
}
.footer-2-gallery-item {
position: relative;
flex: 0 0 auto;
width: 125px;
height: 125px;
}
.footer-2-gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.footer-2-gallery-item .popup_img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: hsla(0, 0%, 0%, 0.7);
color: #fff;
font-size: 20px;
transform: scale(0);
transition: 400ms ease;
}
.footer-2-gallery-item:hover .popup_img {
transform: scale(1);
}  .no-menu .tx-logo {
min-height: 106px;
display: flex;
align-items: center;
}
.tx-default-blog {
display: flex;
flex-direction: column;
align-items: flex-start;
padding-top: 0;
margin-top: 50px;
}
.blog__wrapper article:first-child .tx-default-blog {
margin-top: 0px;
}
.blog__wrapper .tx-blog-box {
border: none;
}
.tx-default-blog .img-wrap img {
clip-path: none;
filter: none;
}
.btn-wrapper {
overflow: hidden;
display: flex;
width: max-content;
}
.btn-wrapper {
overflow: visible;
}
.has-nOthumbnail .blog-details-header-meta-box {
position: static;
padding: 0px;
}
.tx-sidebarWrapper.has-thumbnail {
margin-top: 50px;
}
.tx-listItems .has-icon a {
display: flex;
gap: 10px;
}
.tx-listItems p {
margin-bottom: 0px;
}
.vst-footer-1-menu:is(.footer-2-menu) li a:hover .tx-icon {
left: 5px;
color: var(--h1-pr-color);
}