.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


html {
    scroll-behavior:smooth;
    overflow-x:hidden
}
body {
    font-family: 'Poppins';
    color:var(--black-0);
    overflow-x:hidden
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color:inherit
}
p {
    font-size:16px;
    line-height:26px
}
a {
    transition:.4s ease;
    text-decoration:none;
    vertical-align:top;
    display:inline-block
}
a:hover {
    text-decoration:none;
    color:inherit
}
span {
    display:inline-block
}
i {
    display:inline-block
}
input,textarea,button {
    background:rgba(0,0,0,0);
    border:0;
    padding:0;
    transition:.4s ease
}
input:focus,textarea:focus,button:focus {
    outline:none
}
img {
    max-width:100%;
    -o-object-fit:cover;
    object-fit:cover;
    transition:.4s ease
}
ul {
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
input::-moz-placeholder {
    -moz-transition:.4s;
    transition:.4s;
    opacity:1;
    color:#53545b
}
input::placeholder {
    transition:.4s;
    opacity:1;
    color:#53545b
}
::-moz-selection {
    color:#fff;
    background:#23cc88
}
::selection {
    color:#fff;
    background:#23cc88
}
textarea::-moz-placeholder {
    -moz-transition:.4s;
    transition:.4s;
    opacity:1;
    color:#53545b
}
textarea::placeholder {
    transition:.4s;
    opacity:1;
    color:#53545b
}
video {
    max-width:100%
}
[data-aos=fade-right] {
    transform:translate3d(-40px, 0, 0)
}
[data-aos=rv-scroll] {
    transform:perspective(900px) rotateX(-30deg) rotateY(0deg) rotateZ(0deg);
    transform-origin:top
}
[data-aos=rv-scroll].aos-animate {
    opacity:1;
    transform:none
}
html.lenis {
    height:auto
}
.lenis.lenis-smooth {
    scroll-behavior:auto
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior:contain
}
.lenis.lenis-stopped {
    overflow:scroll;
    overflow-x:hidden
}
.lenis.lenis-scrolling iframe {
    pointer-events:none
}
@media screen and (min-width: 1400px) {
    .rv-1-container {
        max-width:1784px;
        margin:0 auto
    }
}
.to-be-fixed.fixed {
    position:fixed;
    top:0;
    width:100%;
    box-shadow:0px 1px 2px 0px rgba(11,23,40,.1);
    z-index:99;
    transition:.4s ease;
    animation:fadeIn 1s ease;
    background:#fff
}
@keyframes fadeIn {
    0% {
        top:-100%;
        opacity:0
    }
    100% {
        top:0;
        opacity:1
    }
}
.bg-defaults {
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat
}
.outer-container {
    margin:0 50px
}
@media screen and (max-width: 1399px) {
    .outer-container {
        margin:0
    }
}
@media screen and (max-width: 479px) {
    .row-cols-xxs-2>* {
        width:50%
    }
}
@media screen and (max-width: 479px) {
    .row-cols-xxs-1>* {
        width:100%
    }
}
@media screen and (max-width: 479px) {
    .col-xxs-12 {
        width:100%
    }
}
@media screen and (max-width: 479px) {
    .col-xxs-8 {
        width:66.66666667%
    }
}
@media screen and (max-width: 479px) {
    .col-xxs-6 {
        width:50%
    }
}
@media screen and (max-width: 479px) {
    .col-xxs-5 {
        width:41.66666667%
    }
}
@media screen and (max-width: 479px) {
    .col-xxs-4 {
        width:33.33333333%
    }
}
@media screen and (max-width: 575px) {
    .d-xs-none {
        display:none !important
    }
}
@media screen and (max-width: 479px) {
    .d-xxs-none {
        display:none !important
    }
}
.logo img {
    width:140px
}
@media screen and (max-width: 767px) {
    .logo img {
        width:130px
    }
}
.cursor {
    position:fixed;
    background-color:var(--white-f);
    mix-blend-mode:difference;
    width:10px;
    height:10px;
    border-radius:100%;
    z-index:1;
    transition:.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    pointer-events:none;
    z-index:10000;
    transform:scale(1)
}
@media screen and (max-width: 991px) {
    .cursor {
        display:none
    }
}
.cursor.active {
    opacity:1;
    transform:scale(0)
}
.cursor-follower {
    position:fixed;
    border:1px solid var(--white-f);
    mix-blend-mode:difference;
    width:30px;
    height:30px;
    border-radius:100%;
    z-index:1;
    transition:.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    pointer-events:none;
    z-index:10000;
    transform:translate(2px, 2px)
}
@media screen and (max-width: 991px) {
    .cursor-follower {
        display:none
    }
}
.cursor-follower.active {
    opacity:1;
    transform:scale(2);
    border:none;
    background-color:var(--white-f);
    mix-blend-mode:difference
}
.rv-2-body {
    background-color:#0f0f0f;
    color:var(--white-f)
}
.rv-2-container {
    max-width:1920px;
    display:grid;
    grid-template-columns:100%
}
.rv-2-right-container {
    margin-left:315px
}
@media screen and (max-width: 1599px) {
    .rv-2-right-container {
        margin-left:270px
    }
}
@media screen and (max-width: 1199px) {
    .rv-2-right-container {
        margin-left:0
    }
}
@media screen and (min-width: 1400px) {
    .rv-2-right-container .container {
        max-width:1392px
    }
}
@media screen and (min-width: 1400px) {
    .rv-3-container {
        max-width:1920px;
        padding:0
    }
}
:root {
    --rv-11-radius: 20px 0
}
.rv-21-body img {
    -o-object-fit:contain;
    object-fit:contain
}
.g-30 {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px
}
@media screen and (max-width: 1199px) {
    .g-30 {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px
    }
}
@media screen and (max-width: 767px) {
    .g-30 {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px
    }
}
.pt-160 {
    padding-top:160px
}
.pb-160 {
    padding-bottom:160px
}
.pt-5p {
    padding-top:5px
}
.pb-5p {
    padding-bottom:5px
}
.pt-220 {
    padding-top:220px
}
.pb-220 {
    padding-bottom:220px
}
.pt-380 {
    padding-top:380px
}
.py-160 {
    padding:160px 0
}
.pb-160 {
    padding-bottom:160px
}
.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
}
.pb-5 {
    padding-bottom:5px
}
.pb-7 {
    padding-bottom:7px
}
.pb-10 {
    padding-bottom:10px
}
.pb-15 {
    padding-bottom:15px
}
.pb-17 {
    padding-bottom:17px
}
.pb-20 {
    padding-bottom:20px
}
.pb-22 {
    padding-bottom:22px
}
.pb-25 {
    padding-bottom:25px
}
.pb-27 {
    padding-bottom:27px
}
.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
}
.p-50p {
    padding-top:50%;
    padding-bottom:50%
}
.pb-100p {
    padding-bottom:100%
}
.p-5 {
    padding:5px 0
}
.p-10 {
    padding:10px 0
}
.p-15 {
    padding:15px 0
}
.p-20 {
    padding:20px 0
}
.p-25 {
    padding:25px 0
}
.p-30 {
    padding:30px 0
}
.p-35 {
    padding:35px 0
}
.p-40 {
    padding:40px 0
}
.p-45 {
    padding:45px 0
}
.p-50 {
    padding:50px 0
}
.p-55 {
    padding:55px 0
}
.p-60 {
    padding:60px 0
}
.p-65 {
    padding:65px 0
}
.p-70 {
    padding:70px 0
}
.p-75 {
    padding:75px 0
}
.p-80 {
    padding:80px 0
}
.p-85 {
    padding:85px 0
}
.p-90 {
    padding:90px 0
}
.p-95 {
    padding:95px 0
}
.p-100 {
    padding:100px 0
}
.p-105 {
    padding:105px 0
}
.p-110 {
    padding:110px 0
}
.p-115 {
    padding:115px 0
}
.p-120 {
    padding:120px 0
}
.p-125 {
    padding:125px 0
}
.p-130 {
    padding:130px 0
}
.p-135 {
    padding:135px 0
}
.p-140 {
    padding:140px 0
}
.p-145 {
    padding:145px 0
}
.p-150 {
    padding:150px 0
}
.p-180 {
    padding:180px 0
}
.p-200 {
    padding-top:200px;
    padding-bottom:200px
}
.pl-5 {
    padding-left:5px
}
.pr-5 {
    padding-right:5px
}
.px-5 {
    padding-left:5px;
    padding-right:5px
}
.pl-6 {
    padding-left:6px
}
.pl-20 {
    padding-left:20px
}
.pr-20 {
    padding-right:20px
}
.pl-25 {
    padding-left:25px
}
.pr-25 {
    padding-right:25px
}
.pl-30 {
    padding-left:30px
}
.pr-30 {
    padding-right:30px
}
.pl-60 {
    padding-left:60px
}
.pr-60 {
    padding-right:60px
}
.px-10 {
    padding-left:10px;
    padding-right:10px
}
.px-15 {
    padding-left:15px !important;
    padding-right:15px !important
}
.px-20 {
    padding-left:20px !important;
    padding-right:20px !important
}
.px-25 {
    padding-left:25px;
    padding-right:25px
}
.px-30 {
    padding-left:30px;
    padding-right:30px
}
.px-35 {
    padding-left:35px;
    padding-right:35px
}
.px-45 {
    padding-left:45px;
    padding-right:45px
}
.px-50 {
    padding-left:50px;
    padding-right:50px
}
.px-60 {
    padding-left:60px;
    padding-right:60px
}
.mt-1 {
    margin-top:1px !important
}
.mt-5 {
    margin-top:5px !important
}
.mt-7 {
    margin-top:7px
}
.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--1 {
    margin-top:-1px
}
.mt--2 {
    margin-top:-2px
}
.mt--3 {
    margin-top:-3px
}
.mt--4 {
    margin-top:-4px
}
.mt--5 {
    margin-top:-5px
}
.mt--6 {
    margin-top:-6px
}
.mt--7 {
    margin-top:-7px
}
.mt--8 {
    margin-top:-8px
}
.mt--9 {
    margin-top:-9px
}
.mt--10 {
    margin-top:-10px
}
.mt--14 {
    margin-top:-14px
}
.mt--16 {
    margin-top:-16px
}
.mt--17 {
    margin-top:-17px
}
.mt--23 {
    margin-top:-23px
}
.mb-1 {
    margin-bottom:1px !important
}
.mb-2 {
    margin-bottom:2px !important
}
.mb-4 {
    margin-bottom:4px
}
.mb-5 {
    margin-bottom:5px !important
}
.mb-6 {
    margin-bottom:6px
}
.mb-7 {
    margin-bottom:7px
}
.mb-8 {
    margin-bottom:8px
}
.mb-9 {
    margin-bottom:9px
}
.mb-10 {
    margin-bottom:10px
}
.mb-11 {
    margin-bottom:11px
}
.mb-12 {
    margin-bottom:12px
}
.mb-13 {
    margin-bottom:13px
}
.mb-14 {
    margin-bottom:14px
}
.mb-15 {
    margin-bottom:15px
}
.mb-16 {
    margin-bottom:16px
}
.mb-17 {
    margin-bottom:17px
}
.mb-18 {
    margin-bottom:18px
}
.mb-19 {
    margin-bottom:19px
}
.mb-20 {
    margin-bottom:20px
}
.mb-21 {
    margin-bottom:21px
}
.mb-22 {
    margin-bottom:22px
}
.mb-23 {
    margin-bottom:23px
}
.mb-24 {
    margin-bottom:24px
}
.mb-25 {
    margin-bottom:25px
}
.mb-26 {
    margin-bottom:26px
}
.mb-27 {
    margin-bottom:27px
}
.mb-29 {
    margin-bottom:29px
}
.mb-30 {
    margin-bottom:30px
}
.mb-35 {
    margin-bottom:35px
}
.mb-40 {
    margin-bottom:40px
}
.mb-41 {
    margin-bottom:41px
}
.mb-45 {
    margin-bottom:45px
}
.mb-47 {
    margin-bottom:47px
}
.mb-50 {
    margin-bottom:50px
}
.mb-55 {
    margin-bottom:55px
}
.mb-60 {
    margin-bottom:60px
}
.mb-62 {
    margin-bottom:62px
}
.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--1 {
    margin-bottom:-1px
}
.mb--2 {
    margin-bottom:-2px
}
.mb--3 {
    margin-bottom:-3px
}
.mb--4 {
    margin-bottom:-4px
}
.mb--5 {
    margin-bottom:-5px
}
.mb--7 {
    margin-bottom:-7px
}
.mb--8 {
    margin-bottom:-8px
}
.mb--9 {
    margin-bottom:-9px
}
.mb--10 {
    margin-bottom:-10px
}
.mb--11 {
    margin-bottom:-11px
}
.mb--14 {
    margin-bottom:-14px
}
.mb--18 {
    margin-bottom:-18px
}
.mb--60 {
    margin-bottom:-60px
}
.m-5 {
    margin:5px 0
}
.m-10 {
    margin:10px 0
}
.m-15 {
    margin:15px 0
}
.m-20 {
    margin:20px 0
}
.m-25 {
    margin:25px 0
}
.m-30 {
    margin:30px 0
}
.m-35 {
    margin:35px 0
}
.m-40 {
    margin:40px 0
}
.m-45 {
    margin:45px 0
}
.m-50 {
    margin:50px 0
}
.m-55 {
    margin:55px 0
}
.m-60 {
    margin:60px 0
}
.m-65 {
    margin:65px 0
}
.m-70 {
    margin:70px 0
}
.m-75 {
    margin:75px 0
}
.m-80 {
    margin:80px 0
}
.m-85 {
    margin:85px 0
}
.m-90 {
    margin:90px 0
}
.m-95 {
    margin:95px 0
}
.m-100 {
    margin:100px 0
}
.m-105 {
    margin:105px 0
}
.m-110 {
    margin:110px 0
}
.m-115 {
    margin:115px 0
}
.m-120 {
    margin:120px 0
}
.m-125 {
    margin:125px 0
}
.m-130 {
    margin:130px 0
}
.m-135 {
    margin:135px 0
}
.m-140 {
    margin:140px 0
}
.m-145 {
    margin:145px 0
}
.m-150 {
    margin:150px 0
}
.mx--10 {
    margin-left:-10px;
    margin-right:-10px
}
.mx-10 {
    margin-left:10px;
    margin-right:10px
}
.mx-20 {
    margin-left:20px;
    margin-right:20px
}
.mx-25 {
    margin-left:25px;
    margin-right:25px
}
.ml-5 {
    margin-left:5px
}
.ml-6 {
    margin-left:6px
}
.ml-10 {
    margin-left:10px
}
.ml-20 {
    margin-left:20px
}
.ml-25 {
    margin-left:25px
}
.ml-100 {
    margin-left:100px
}
.mr-5 {
    margin-right:5px
}
.mr-10 {
    margin-right:10px
}
.mr-15 {
    margin-right:15px
}
.mr-20 {
    margin-right:20px
}
.mr-30 {
    margin-right:30px
}
.mr-40 {
    margin-right:40px
}
.mr-70 {
    margin-right:70px
}
.mr-75 {
    margin-right:75px
}
@media(min-width: 576px) {
    .mr-sm-5 {
        margin-right:5px !important
    }
}
.pr-70 {
    padding-right:70px
}
.py-20 {
    padding-top:20px;
    padding-bottom:20px
}
.ml-30 {
    margin-left:30px
}
.pt-200 {
    padding-top:200px
}
.pb-200 {
    padding-bottom:200px
}
.pt-180 {
    padding-top:180px
}
.pt-185 {
    padding-top:185px
}
.pb-180 {
    padding-bottom:180px
}
.pb-190 {
    padding-bottom:190px
}
.rv-1-def-btn {
    height:55px;
    line-height:53px;
    text-transform:capitalize;
    color:var(--white-f);
    font-weight:700;
    font-size:16px;
    display:inline-flex;
    font-family: 'Poppins';
    transition:none
}
@media screen and (max-width: 1399px) {
    .rv-1-def-btn {
        height:50px;
        line-height:48px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-def-btn {
        height:45px;
        line-height:43px
    }
}
.rv-1-def-btn .txt {
    background-color:var(--orange);
    border-radius:14px;
    padding:0 35px;
    transition:.4s ease;
    border:1px solid var(--orange)
}
@media screen and (max-width: 1399px) {
    .rv-1-def-btn .txt {
        padding:0 30px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-def-btn .txt {
        padding:0 20px
    }
}
.rv-1-def-btn .icon {
    border:1px solid var(--orange);
    transition:.4s ease;
    background-color:var(--orange);
    border-radius:50%;
    aspect-ratio:1;
    width:55px;
    text-align:center;
    line-height:50px
}
@media screen and (max-width: 1399px) {
    .rv-1-def-btn .icon {
        line-height:45px;
        width:50px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-def-btn .icon {
        line-height:40px;
        width:45px
    }
}
.rv-1-def-btn:hover .txt {
    background-color:var(--white-f)
}
.rv-1-def-btn:hover .icon {
    border-radius:14px
}
.rv-1-def-btn-2 {
    color:var(--black-0)
}
.rv-1-def-btn-2:hover .txt {
    color:var(--white-f);
    background-color:var(--orange);
    border-color:var(--orange)
}
.rv-1-def-btn-2 .txt,.rv-1-def-btn-2 .icon {
    background-color:var(--white-f);
    border-color:var(--white-f)
}
.rv-section-spacing {
    padding:120px 0
}
@media screen and (max-width: 1399px) {
    .rv-section-spacing {
        padding:80px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-section-spacing {
        padding:60px 0
    }
}
.rv-1-section__sub-title {
    font-family: 'Poppins';
    font-weight:600;
    font-size:15px;
    color:var(--black);
    text-transform:uppercase
}
@media screen and (max-width: 479px) {
    .rv-1-section__sub-title {
        font-size:14px
    }
}
.rv-1-section__title {
    font-family: 'Poppins';
    color:var(--black);
    font-weight:700;
    font-size:50px;
    line-height:1.2;
    margin-bottom:28px
}
@media screen and (max-width: 1399px) {
    .rv-1-section__title {
        font-size:45px;
        margin-bottom:23px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-section__title {
        font-size:40px;
        margin-bottom:18px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-section__title {
        font-size:35px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-section__title {
        font-size:32px
    }
}
@media screen and (max-width: 575px) {
    .rv-1-section__title {
        font-size:30px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-section__title {
        font-size:25px
    }
}
.rv-1-section-heading-2 {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:48px
}
@media screen and (max-width: 1399px) {
    .rv-1-section-heading-2 {
        margin-bottom:38px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-section-heading-2 {
        flex-direction:column;
        text-align:center;
        row-gap:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-section-heading-2 {
        margin-bottom:33px
    }
}
.rv-1-section-heading-2>* {
    width:50%
}
@media screen and (max-width: 991px) {
    .rv-1-section-heading-2>* {
        width:100%
    }
}
.rv-1-section-heading-2 .rv-1-section-heading__right {
    display:flex;
    justify-content:flex-end;
    gap:24px
}
@media screen and (max-width: 991px) {
    .rv-1-section-heading-2 .rv-1-section-heading__right {
        justify-content:center
    }
}
@media screen and (max-width: 479px) {
    .rv-1-section-heading-2 .rv-1-section-heading__right {
        gap:14px
    }
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn {
    border-radius:14px;
    line-height:53px;
    transition:.4s ease
}
@media screen and (max-width: 1199px) {
    .rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn {
        line-height:48px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn {
        line-height:43px
    }
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn:hover {
    background-color:var(--orange);
    border-color:var(--orange)
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn:hover .txt {
    color:var(--white-f)
}
.rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn .txt {
    border:1.5px solid rgba(5,5,5,.14);
    background-color:rgba(0,0,0,0);
    color:var(--black)
}
@media screen and (max-width: 479px) {
    .rv-1-section-heading-2 .rv-1-section-heading__right .rv-1-def-btn .txt {
        padding:0 20px;
        font-size:15px
    }
}
.rv-1-section-heading-2 .rv-1-section__title {
    margin-bottom:0
}
.rv-1-slider-nav {
    display:flex;
    gap:6px
}
.rv-1-slider-nav button {
    width:54px;
    height:54px;
    border-radius:50%;
    border:1.5px solid rgba(5,5,5,.14)
}
@media screen and (max-width: 1399px) {
    .rv-1-slider-nav button {
        width:50px;
        height:50px;
        line-height:48px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-slider-nav button {
        width:45px;
        height:45px;
        line-height:43px
    }
}
.rv-1-slider-nav button:hover {
    color:var(--white-f);
    background-color:var(--orange);
    border-color:var(--orange)
}
.rv-search-modal {
    position:fixed;
    inset:0;
    z-index:100;
    background-color:rgba(253,253,253,.44);
    -webkit-backdrop-filter:blur(20px);
    backdrop-filter:blur(20px);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    pointer-events:none;
    transition:.4s cubic-bezier(0.16, 0.71, 0.17, 1);
    -webkit-clip-path:polygon(0 50%, 100% 50%, 100% 50%, 0% 50%);
    clip-path:polygon(0 50%, 100% 50%, 100% 50%, 0% 50%)
}
.rv-search-modal form {
    display:flex;
    background-color:var(--white-f);
    width:70%;
    height:60px;
    border-radius:10px;
    border:1px solid rgba(5,5,5,.1);
    overflow:hidden
}
@media screen and (max-width: 479px) {
    .rv-search-modal form {
        width:95%;
        height:50px
    }
}
.rv-search-modal form input {
    width:100%;
    padding:0 20px
}
.rv-search-modal form button {
    width:60px;
    height:60px;
    background-color:rgba(5,5,5,.1);
    font-size:20px
}
@media screen and (max-width: 479px) {
    .rv-search-modal form button {
        height:50px;
        width:50px;
        font-size:18px
    }
}
.rv-search-modal.active {
    opacity:1;
    pointer-events:all;
    -webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%)
}
.rv-search-modal-close-btn {
    border:1px solid rgba(5,5,5,.24);
    border-radius:50%;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    color:var(--black);
    position:absolute;
    top:30px;
    right:30px;
    font-size:18px
}
.rv-search-modal-close-btn:hover {
    color:var(--white-f);
    background-color:var(--black);
    border-color:var(--black)
}
.rv-2-slider-nav button {
    border-color:rgba(255,255,255,.14);
    color:var(--white-f)
}
@media screen and (max-width: 1399px) {
    .rv-2-slider-nav button {
        width:45px;
        height:45px;
        line-height:45px
    }
}
.rv-2-slider-nav button:hover {
    background-color:#daed1a;
    border-color:#daed1a;
    color:var(--black)
}
.rv-2-section-heading {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:58px
}
@media screen and (max-width: 1599px) {
    .rv-2-section-heading {
        margin-bottom:38px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-section-heading {
        flex-direction:column;
        gap:15px;
        align-items:center;
        text-align:center;
        margin-bottom:28px
    }
}
.rv-2-section-heading .rv-2-section-title {
    margin:0
}
.rv-2-section-title {
    font-weight:700;
    font-size:50px;
    color:var(--white-f);
    margin-bottom:60px
}
@media screen and (max-width: 1599px) {
    .rv-2-section-title {
        margin-bottom:40px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-section-title {
        font-size:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-2-section-title {
        font-size:40px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-section-title {
        margin-bottom:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-section-title {
        font-size:35px
    }
}
@media screen and (max-width: 575px) {
    .rv-2-section-title {
        font-size:30px;
        margin-bottom:25px
    }
}
.rv-1-socials.rv-2-socials a {
    background-color:var(--white-f);
    color:var(--black)
}
.rv-1-socials.rv-2-socials a:hover {
    background-color:#daed1a;
    border-color:#daed1a;
    color:var(--black)
}
.rv-3-sub-title {
    font-family: 'Poppins';
    font-size:16px;
    font-weight:500;
    position:relative;
    width:-moz-max-content;
    width:max-content;
    max-width:100%;
    margin-left:20px;
    margin-bottom:35px
}
@media screen and (max-width: 1399px) {
    .rv-3-sub-title {
        margin-bottom:25px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-sub-title {
        margin-bottom:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-sub-title {
        margin:auto;
        margin-bottom:15px
    }
}
.rv-3-sub-title::before,.rv-3-sub-title::after {
    content:"";
    position:absolute;
    left:-10px;
    top:-5px;
    height:calc(100% + 20px);
    width:1px;
    background-color:rgba(5,5,5,.3);
    transition:1.4s ease;
    animation:subTitleHeight 1.9s linear infinite alternate
}
.rv-3-sub-title::after {
    top:auto;
    width:calc(100% + 30px);
    height:1px;
    bottom:-6px;
    left:-20px;
    animation-name:subTitleWidth
}
@keyframes subTitleHeight {
    0% {
        height:0
    }
    100% {
        height:calc(100% + 20px)
    }
}
@keyframes subTitleWidth {
    0% {
        width:0
    }
    100% {
        width:calc(100% + 30px)
    }
}
.rv-3-def-btn {
    font-family: 'Poppins';
    height:50px;
    line-height:47px;
    padding:0 35px;
    border:1px solid #a97240;
    background-color:#a97240;
    color:var(--white-f)
}
@media screen and (max-width: 1199px) {
    .rv-3-def-btn {
        height:45px;
        line-height:42px;
        padding:0 30px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-def-btn {
        height:40px;
        line-height:37px;
        padding:0 25px
    }
}
@media screen and (max-width: 479px) {
    .rv-3-def-btn {
        font-size:14px;
        height:35px;
        line-height:33px;
        padding:0 20px
    }
}
.rv-3-def-btn i {
    padding-left:4px
}
.rv-3-def-btn:hover {
    background-color:var(--white-f)
}
.rv-3-section-heading {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:58px;
    gap:30px
}
@media screen and (max-width: 1399px) {
    .rv-3-section-heading {
        margin-bottom:43px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-section-heading {
        margin-bottom:33px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-section-heading {
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:20px;
        margin-bottom:28px
    }
}
@media screen and (max-width: 479px) {
    .rv-3-section-heading {
        margin-bottom:23px
    }
}
.rv-3-section-heading .rv-3-section-title {
    margin-bottom:0
}
.rv-3-section-heading__left {
    width:50%
}
@media screen and (max-width: 1199px) {
    .rv-3-section-heading__left {
        width:60%
    }
}
@media screen and (max-width: 991px) {
    .rv-3-section-heading__left {
        width:auto
    }
}
.rv-3-section-heading__right {
    margin-bottom:12px;
    flex-shrink:0
}
@media screen and (max-width: 991px) {
    .rv-3-section-heading__right {
        margin-bottom:7px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-section-heading__right {
        margin-bottom:0
    }
}
.rv-3-section-title {
    color:#050505;
    font-size:50px;
    font-weight:600;
    line-height:120%;
    margin-bottom:21px
}
@media screen and (max-width: 1399px) {
    .rv-3-section-title {
        font-size:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-section-title {
        font-size:37px
    }
}
@media screen and (max-width: 991px) {
    .rv-3-section-title {
        font-size:32px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-section-title {
        font-size:28px
    }
}
@media screen and (max-width: 479px) {
    .rv-3-section-title {
        font-size:25px
    }
}
.rv-3-slider-pagination {
    display:flex;
    justify-content:center
}
.rv-3-slider-pagination .swiper-pagination-bullet {
    width:40px;
    height:3px;
    border-radius:0;
    opacity:1;
    background-color:rgba(5,5,5,.1);
    transition:.4s ease
}
.rv-3-slider-pagination .swiper-pagination-bullet-active {
    background-color:#a97240
}
.rv-4-slider-pagination {
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:40px
}
@media screen and (max-width: 1399px) {
    .rv-4-slider-pagination {
        margin-top:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-4-slider-pagination {
        margin-top:25px
    }
}
.rv-4-slider-pagination .swiper-pagination-bullet {
    margin:0;
    background-color:rgba(5,5,5,.1);
    opacity:1;
    border-radius:30px;
    width:10px;
    height:10px;
    transition:.4s ease
}
.rv-4-slider-pagination .swiper-pagination-bullet-active {
    background-color:#a90e20;
    width:40px
}
.rv-5-section__heading {
    text-align:center;
    width:50%;
    margin:auto;
    position:relative
}
@media screen and (max-width: 767px) {
    .rv-5-section__heading {
        width:90%
    }
}
.rv-5-section__heading::before {
    content:"";
    position:absolute;
    inset:0;
    background:url(../img/rv-5-section-heading-bg.html) no-repeat center center;
    background-size:100% 100%;
    width:437px;
    height:198px;
    top:-30px;
    left:50%;
    translate:-50% 0;
    z-index:-1
}
.rv-5-section__sub-title {
    color:#8e5b63;
    font-family:var(--philosopher);
    font-size:18px;
    font-weight:700;
    margin-bottom:4px
}
.rv-5-section__title {
    color:#050505;
    font-family:var(--philosopher);
    font-size:60px;
    font-weight:700;
    line-height:100%;
    margin-bottom:50px
}
@media screen and (max-width: 1599px) {
    .rv-5-section__title {
        font-size:50px
    }
}
@media screen and (max-width: 1399px) {
    .rv-5-section__title {
        font-size:45px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-section__title {
        margin-bottom:35px;
        font-size:40px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-section__title {
        font-size:35px;
        margin-bottom:25px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-section__title {
        font-size:32px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-section__title {
        font-size:30px
    }
}
.rv-6-def-btn {
    height:52px;
    line-height:52px;
    border-radius:6px;
    background-color:rgba(5,5,5,.06);
    padding:0 42px;
    color:#050505;
    font-weight:600
}
.rv-6-def-btn:hover {
    background-color:#f2584c;
    color:var(--white-f)
}
.rv-6-def-btn:hover i {
    color:var(--white-f)
}
@media screen and (max-width: 1199px) {
    .rv-6-def-btn {
        padding:0 32px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-def-btn {
        padding:0 26px;
        height:46px;
        line-height:46px
    }
}
.rv-6-def-btn i {
    padding-left:5px;
    color:#f2584c
}
.rv-6-section__heading {
    color:#050505;
    margin-bottom:46px
}
@media screen and (max-width: 1199px) {
    .rv-6-section__heading {
        margin-bottom:36px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-section__heading {
        margin-bottom:28px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-section__heading {
        margin-bottom:22px
    }
}
.rv-6-section__sub-title {
    font-size:15px;
    font-weight:500;
    padding-left:16px;
    position:relative;
    margin-bottom:12px;
    display:inline-block
}
@media screen and (max-width: 575px) {
    .rv-6-section__sub-title {
        margin-bottom:6px
    }
}
.rv-6-section__sub-title::before {
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    border:1px solid #050505;
    left:0;
    top:50%;
    translate:0 -50%
}
.rv-6-section__title {
    font-size:42px;
    font-weight:600;
    line-height:130.435%;

    
}
@media screen and (max-width: 1399px) {
    .rv-6-section__title {
        font-size:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-6-section__title {
        font-size:35px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-section__title {
        font-size:32px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-section__title {
        font-size:26px
    }
}
@media screen and (max-width: 479px) {
    .rv-6-section__title {
        font-size:24px
    }
}
.rv-7-section__heading {
    text-align:center;
    margin-bottom:47px
}
@media screen and (max-width: 1399px) {
    .rv-7-section__heading {
        margin-bottom:27px
    }
}
@media screen and (max-width: 1199px) {
    .rv-7-section__heading {
        margin-bottom:22px
    }
}
@media screen and (max-width: 991px) {
    .rv-7-section__heading {
        margin-bottom:17px
    }
}
.rv-7-section__sub-title {
    color:#050505;
    font-family:var(--oldenburg);
    font-size:16px;
    font-weight:400
}
.rv-7-section__title {
    color:#050505;
    font-family: 'Poppins';
    font-size:44px;
    font-weight:700;
    margin-bottom:0
}
@media screen and (max-width: 1399px) {
    .rv-7-section__title {
        font-size:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-7-section__title {
        font-size:35px
    }
}
@media screen and (max-width: 991px) {
    .rv-7-section__title {
        font-size:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-7-section__title {
        font-size:27px
    }
}
@media screen and (max-width: 479px) {
    .rv-7-section__title {
        font-size:25px
    }
}
.rv-7-slider-scrollbar {
    height:2px;
    background:rgba(5,5,5,.08);
    width:77%;
    margin:auto;
    margin-top:50px
}
@media screen and (max-width: 1199px) {
    .rv-7-slider-scrollbar {
        margin-top:35px
    }
}
.rv-7-slider-scrollbar .swiper-scrollbar-drag {
    background-color:#4962fb
}
.rv-8-section__heading {
    text-align:center;
    margin-bottom:60px
}
@media screen and (max-width: 1399px) {
    .rv-8-section__heading {
        margin-bottom:45px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-section__heading {
        margin-bottom:35px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-section__heading {
        margin-bottom:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-section__heading {
        margin-bottom:25px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-section__heading {
        margin-bottom:20px
    }
}
.rv-8-section__sub-title {
    font-family: 'Poppins';
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    padding-left:18px;
    display:inline-block;
    position:relative;
    color:rgba(0,0,0,.7)
}
@media screen and (max-width: 479px) {
    .rv-8-section__sub-title {
        font-size:14px
    }
}
.rv-8-section__sub-title::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    translate:0 -50%;
    width:8px;
    height:8px;
    background-color:var(--black)
}
.rv-8-section__title {
    color:#050505;
    font-family: 'Poppins';
    font-size:46px;
    font-weight:800;
    line-height:117.391%
}
@media screen and (max-width: 1399px) {
    .rv-8-section__title {
        font-size:42px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-section__title {
        font-size:36px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-section__title {
        font-size:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-section__title {
        font-size:26px
    }
}
.rv-8-section__title .styled {
    position:relative
}
.rv-8-section__title .styled svg {
    position:absolute !important;
    left:50%;
    translate:-50% 0;
    bottom:-6px;
    z-index:-1
}
@media screen and (max-width: 479px) {
    .rv-8-section__title .styled svg {
        width:130px
    }
}
.rv-8-slider-nav button {
    border-radius:0
}
.rv-8-slider-nav button:hover {
    background-color:#1c74e9;
    border-color:#1c74e9
}
.rv-9-section__heading {
    font-family: 'Poppins';
    margin:auto;
    width:55%;
    text-align:center;
    margin-bottom:48px
}
@media screen and (max-width: 1399px) {
    .rv-9-section__heading {
        margin-bottom:38px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-section__heading {
        margin-bottom:28px
    }
}
@media screen and (max-width: 991px) {
    .rv-9-section__heading {
        width:65%
    }
}
@media screen and (max-width: 767px) {
    .rv-9-section__heading {
        width:80%;
        margin-bottom:23px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-section__heading {
        width:100%
    }
}
.rv-9-section-heading__right {
    margin-bottom:20px
}
.rv-9-section__sub-title {
    color:#050505;
    font-size:16px;
    font-weight:500;
    border-radius:30px;
    border:1px solid rgba(5,5,5,.14);
    display:inline-block;
    padding:8px 20px 8px 30px;
    position:relative;
    overflow:hidden
}
@media screen and (max-width: 479px) {
    .rv-9-section__sub-title {
        padding:5px 15px 5px 25px;
        font-size:15px
    }
}
.rv-9-section__sub-title::before {
    position:absolute;
    content:"";
    left:20px;
    top:50%;
    translate:0 -50%;
    width:4px;
    height:4px;
    border-radius:50%;
    background-color:#050505
}
@media screen and (max-width: 479px) {
    .rv-9-section__sub-title::before {
        left:15px
    }
}
.rv-9-section__title {
    color:#050505;
    font-size:54px;
    font-weight:800;
    line-height:118.519%
}
@media screen and (max-width: 1399px) {
    .rv-9-section__title {
        font-size:48px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-section__title {
        font-size:42px
    }
}
@media screen and (max-width: 991px) {
    .rv-9-section__title {
        font-size:38px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-section__title {
        font-size:32px
    }
}
@media screen and (max-width: 575px) {
    .rv-9-section__title {
        font-size:28px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-section__title {
        font-size:26px
    }
}
.rv-9-slider-nav button:hover {
    background-color:#65ab03;
    border-color:#65ab03
}
.rv-2-swiper-dots.rv-9-slider-dots {
    display:flex;
    margin:0;
    height:-moz-max-content;
    height:max-content
}
.rv-2-swiper-dots.rv-9-slider-dots .swiper-pagination-bullet::before {
    background-color:rgba(255,255,255,.24)
}
.rv-2-swiper-dots.rv-9-slider-dots .swiper-pagination-bullet-active {
    border-color:var(--white-f)
}
.rv-2-swiper-dots.rv-9-slider-dots .swiper-pagination-bullet-active::before {
    background-color:var(--white-f)
}
.rv-10-def-btn {
    background-color:#efc329;
    padding:0 44px;
    border-color:#efc329;
    border-radius:6px;
    color:var(--black);
    font-weight:700;
    height:55px;
    line-height:52px
}
@media screen and (max-width: 1199px) {
    .rv-10-def-btn {
        height:50px;
        line-height:47px;
        padding:0 34px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-def-btn {
        height:45px;
        line-height:42px;
        padding:0 30px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-def-btn {
        height:42px;
        line-height:39px;
        padding:0 24px
    }
}
.rv-10-def-btn:hover {
    background-color:rgba(0,0,0,0);
    color:var(--black)
}
.rv-10-section {
    color:var(--black)
}
.rv-10-section__heading {
    width:60%;
    margin:auto;
    text-align:center;
    margin-bottom:48px
}
@media screen and (max-width: 1399px) {
    .rv-10-section__heading {
        margin-bottom:33px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-section__heading {
        margin-bottom:28px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-section__heading {
        width:70%;
        margin-bottom:23px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-section__heading {
        width:90%
    }
}
@media screen and (max-width: 575px) {
    .rv-10-section__heading {
        width:100%;
        margin-bottom:18px
    }
}
.rv-10-section__sub-title {
    font-family:var(--oldenburg);
    font-size:18px;
    font-weight:400;
    margin-bottom:20px
}
@media screen and (max-width: 1399px) {
    .rv-10-section__sub-title {
        margin-bottom:16px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-section__sub-title {
        margin-bottom:14px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-section__sub-title {
        font-size:16px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-section__sub-title {
        margin-bottom:8px
    }
}
.rv-10-section__sub-title .styled {
    background-color:#efc329;
    padding:0 3px
}
.rv-10-section__title {
    font-size:50px;
    font-weight:700;
    line-height:120%
}
@media screen and (max-width: 1399px) {
    .rv-10-section__title {
        font-size:42px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-section__title {
        font-size:36px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-section__title {
        font-size:32px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-section__title {
        font-size:28px
    }
}
@media screen and (max-width: 479px) {
    .rv-10-section__title {
        font-size:26px
    }
}
.rv-11-def-btn {
    border-radius:var(--rv-11-radius);
    background-color:#a98153;
    border-color:#a98153
}
.rv-11-def-btn:hover {
    border-radius:0 20px
}
.rv-11-section__heading {
    margin-bottom:50px
}
@media screen and (max-width: 1399px) {
    .rv-11-section__heading {
        margin-bottom:35px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-section__heading {
        margin-bottom:25px
    }
}
@media screen and (max-width: 479px) {
    .rv-11-section__heading {
        margin-bottom:18px
    }
}
.rv-11-section__sub-title {
    color:#a98153;
    font-family: 'Poppins';
    font-weight:600;
    line-height:162.5%;
    position:relative;
    display:inline-block;
    margin:0 88px;
    margin-bottom:15px
}
@media screen and (max-width: 1199px) {
    .rv-11-section__sub-title {
        margin-bottom:5px
    }
}
@media screen and (max-width: 479px) {
    .rv-11-section__sub-title {
        margin:0 48px
    }
}
.rv-11-section__sub-title span {
    position:absolute;
    width:50px;
    height:1px;
    background-color:rgba(168,129,84,.4);
    top:50%;
    translate:0 -50%
}
.rv-11-section__sub-title span::before,.rv-11-section__sub-title span::after {
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    rotate:45deg;
    background-color:rgba(168,129,84,.4);
    top:50%;
    translate:0 -50%
}
.rv-11-section__sub-title span::before {
    right:100%;
    animation:rv-11-slide-right 3s linear infinite alternate both
}
.rv-11-section__sub-title span::after {
    left:auto;
    animation:rv-11-slide-left 3s linear infinite alternate both
}
.rv-11-section__sub-title span.stroke-1 {
    right:calc(100% + 25px)
}
.rv-11-section__sub-title span.stroke-2 {
    left:calc(100% + 25px)
}
.rv-11-section__title {
    color:var(--black);
    font-family: 'Poppins';
    font-size:40px;
    font-weight:700;
    line-height:125%
}
@media screen and (max-width: 1399px) {
    .rv-11-section__title {
        font-size:35px
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-section__title {
        font-size:32px
    }
}
@media screen and (max-width: 575px) {
    .rv-11-section__title {
        font-size:30px
    }
}
@media screen and (max-width: 479px) {
    .rv-11-section__title {
        font-size:26px
    }
}
.rv-12-body .rv-7-section__sub-title {
    font-size:15px;
    color:#509e0f
}
.rv-12-def-btn {
background-color: #60cc80;
    border-color: #053a73;
}
.rv-12-slider-nav {
    justify-content:center;
    position:relative;
    width:-moz-max-content;
    width:max-content;
    margin:auto;
    max-width:100%;
    margin-top:64px
}
@media screen and (max-width: 1399px) {
    .rv-12-slider-nav {
        margin-top:44px
    }
}
.rv-12-slider-nav button {
    height:40px;
    width:40px;
    line-height:normal
}
.rv-12-slider-nav button:hover {
    background-color:#509e0f;
    border-color:#509e0f
}
@media screen and (max-width: 991px) {
    .rv-13-section-heading {
        flex-direction:column;
        align-items:center
    }
}
.rv-13-section__sub-title {
    font-size:18px;
    font-family: 'Poppins';
    font-weight:600;
    color:#ab8e66
}
.rv-13-def-btn {
    background-color:#ab8e66;
    border-color:#ab8e66
}
.rv-13-slider-nav-2 {
    line-height:1;
    display:flex
}
.rv-13-slider-nav-2 button {
    font-size:25px
}
.rv-13-slider-nav-2 button:first-child {
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid rgba(5,5,5,.1)
}
.rv-13-product-quantity-tooltip {
    position:absolute;
    background-color:#ab8e66;
    left:50%;
    translate:-50% 0;
    bottom:calc(100% + 5px);
    line-height:1.5;
    padding:0 8px;
    color:var(--white-f);
    font-weight:400;
    font-family: 'Poppins';
    font-size:12px
}
.rv-13-product-quantity-tooltip::before {
    content:"";
    position:absolute;
    top:calc(100% - 1px);
    -webkit-clip-path:polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    clip-path:polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    background-color:#ab8e66;
    height:5px;
    width:12px;
    left:50%;
    translate:-50% 0
}
.rv-14-section__heading {
    margin-bottom:73px
}
@media screen and (max-width: 1599px) {
    .rv-14-section__heading {
        margin-bottom:43px
    }
}
@media screen and (max-width: 991px) {
    .rv-14-section__heading {
        margin-bottom:33px
    }
}
.rv-14-section__heading .rv-3-section-heading__right {
    margin-bottom:7px
}
.rv-14-section__sub-title {
    color:var(--black);
    font-family: 'Poppins';
    font-size:16px;
    font-weight:700;
    letter-spacing:.96px;
    margin-bottom:10px
}
.rv-14-section__descr {
    margin-bottom:0;
    margin-top:17px
}
.rv-14-body .rv-7-section__title {
    font-weight:800;
    line-height:122.727%
}
.rv-14-def-btn {
    background-color:#e64209;
    border:1px solid #e64209;
    border-radius:40px;
    color:var(--white-f);
    font-family: 'Poppins';
    line-height:53px
}
@media screen and (max-width: 1199px) {
    .rv-14-def-btn {
        line-height:48px
    }
}
@media screen and (max-width: 991px) {
    .rv-14-def-btn {
        line-height:43px
    }
}
@media screen and (max-width: 767px) {
    .rv-14-def-btn {
        line-height:40px
    }
}
.rv-14-def-btn:hover {
    color:var(--black);
    border-color:var(--black)
}
.rv-14-def-btn i {
    padding-left:5px
}
.rv-breadcrumb {
    background-image: url(../img/brbg.jpg);
    text-align:center;
    position:relative;
    z-index:1
}
@media screen and (max-width: 1399px) {
    .rv-breadcrumb {
        padding:80px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-breadcrumb {
        padding:60px 0
    }
}
.rv-breadcrumb__title {
font-size: 54px;
    font-weight: 700;
    border-bottom: 1px solid rgb(255 255 255 / 68%);
    display: inline-block;
    padding: 0 70px;
    padding-bottom: 10px;
    margin-bottom: 16px;
    color: #fff;
}
@media screen and (max-width: 1399px) {
    .rv-breadcrumb__title {
        font-size:50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-breadcrumb__title {
        font-size:45px
    }
}
@media screen and (max-width: 991px) {
    .rv-breadcrumb__title {
        font-size:40px
    }
}
@media screen and (max-width: 767px) {
    .rv-breadcrumb__title {
        font-size:38px
    }
}
@media screen and (max-width: 575px) {
    .rv-breadcrumb__title {
        font-size:35px;
        padding:0;
        padding-bottom:5px;
        margin-bottom:10px
    }
}
@media screen and (max-width: 479px) {
    .rv-breadcrumb__title {
        font-size:32px
    }
}
.rv-breadcrumb__nav {
    font-weight:500
}
.rv-breadcrumb__nav a {
    color:#ffffff
}
.rv-breadcrumb__nav a:hover {
    color:#509e0f
}
.rv-breadcrumb__nav a i {
    vertical-align:text-top;
    padding-left:5px
}
.rv-breadcrumb__nav .current-page {
       color: #60cc80;
}
.rv-breadcrumb__nav .current-page .dvdr {
    padding:0 10px;
    color:#fff;
}
.rv-inner-btn {
    background-color:#509e0f;
    border-color:#509e0f
}
.rv-inner-btn:hover {
    color:#509e0f
}
.rv-inner-footer {
    background-color:#0a3053;
}
.rv-inner-footer-nwsltr__form .nwsltr-top {
    border-radius:6px;
    background:rgba(255,255,255,.04)
}
.rv-inner-footer-nwsltr__form .nwsltr-top input {
    border:1px solid rgba(255,255,255,.16);
    border-radius:6px 0 0 6px
}
.rv-inner-footer-nwsltr__form .nwsltr-top button {
    border-radius:0 6px 6px 0;
    background-color:#509e0f
}
@media screen and (max-width: 1199px) {
    .rv-inner-footer-widget .rv-1-footer-widget__title {
        margin-bottom:15px
    }
}
.rv-1-socials.rv-inner-socials a {
    border-radius:6px
}
.rv-1-socials.rv-inner-socials a:hover {
    background-color:#509e0f;
    border-color:#509e0f
}
.rv-1-footer-widget.rv-inner-footer-widget li:hover,.rv-1-footer-widget.rv-inner-footer-widget li a:hover {
    color:#509e0f
}
.rv-1-socials.rv-15-socials a {
    border-radius:0
}
.rv-1-socials.rv-15-socials a:hover {
    background-color:#f35b04
}
.rv-1-socials.rv-17-socials a:hover {
    background-color:#daed1a;
    border-color:#daed1a;
    color:var(--black)
}
.rv-1-socials.rv-18-socials a:hover {
    background-color:#1c74e9;
    border-color:#1c74e9
}
.rv-1-socials.rv-19-socials a:hover {
    background-color:#dfe11b;
    border-color:#dfe11b;
    color:#050505
}
.rv-1-socials.rv-20-socials a:hover {
    background-color:#2d6a4f;
    border-color:#2d6a4f
}
.rv-21-footer .rv-1-socials.rv-21-socials a {
    color:rgba(14,20,40,.5);
    border-color:rgba(14,20,40,.1)
}
.rv-21-footer .rv-1-socials.rv-21-socials a:hover {
    background-color:#ce512a;
    border-color:#ce512a;
    color:var(--white-f)
}
.rv-3-def-btn.rv-22-def-btn {
    background-color:#b38d3f;
    border-color:#b38d3f;
    height:50px;
    line-height:47px
}
@media screen and (max-width: 991px) {
    .rv-3-def-btn.rv-22-def-btn {
        height:45px;
        line-height:43px
    }
}
.rv-3-def-btn.rv-22-def-btn:hover {
    background-color:rgba(0,0,0,0)
}
.sub-menu.rv-mega-menu {
    display:grid;
    grid-template-columns:repeat(5, max-content);
    padding:45px 40px;
    gap:20px 50px;
    border-radius:10px
}
@media screen and (max-width: 991px) {
    .sub-menu.rv-mega-menu {
        grid-template-columns:repeat(1, max-content);
        padding:20px;
        background-color:rgba(0,0,0,0)
    }
}
.rv-1-header {
    padding:15px 0
}
.rv-1-header__nav>ul {
    display:flex;
    gap:35px
}
@media screen and (max-width: 1199px) {
    .rv-1-header__nav>ul {
        gap:12px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-header__nav>ul {
        flex-direction:column
    }
}
.rv-1-header__nav>ul>li {
    position:relative;
    line-height:50px
}
@media screen and (max-width: 991px) {
    .rv-1-header__nav>ul>li {
        line-height:normal;
        display:grid;
        grid-template-rows:max-content 0fr;
        transition:.4s ease
    }
    .rv-1-header__nav>ul>li.rv-dropdown-active {
        grid-template-rows:max-content 1fr
    }
    .rv-1-header__nav>ul>li.rv-dropdown-active .sub-menu {
        margin-top:10px
    }
}
.rv-1-header__nav>ul>li:hover .sub-menu {
    transform:perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    opacity:1;
    pointer-events:all
}
@media screen and (max-width: 991px) {
    .rv-1-header__nav>ul>li:hover .sub-menu {
        transform:none;
        pointer-events:all;
        opacity:1
    }
}
.rv-1-header__nav>ul>li.has-mega-menu {
    position:static
}
.rv-1-header__nav>ul a {
    color: #063b6d;
    position: relative;
    font-weight: 600;
    font-size: 17px;
    font-family:'Poppins';
}
.rv-1-header__nav>ul a:hover {
    color:var(--orange)
}
.rv-1-header .sub-menu {
    background:#4b8068;
    position:absolute;
    top:100%;
    min-width:260px;
    display:flex;
    flex-direction:column;
    left:0;
    opacity:0;
    pointer-events:none;
    transition:.4s cubic-bezier(0.6, 0, 0.4, 1);
    transform:perspective(265px) rotateX(-81deg) rotateY(0deg) rotateZ(0deg);
    transform-origin:top;
    z-index:10;
    box-shadow:0 0 30px rgba(0,0,0,.05)
}
@media screen and (max-width: 991px) {
    .rv-1-header .sub-menu {
        position:static;
        transform:perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        overflow:hidden;
        pointer-events:all;
        opacity:1;
        box-shadow:none;
        background-color:#f1ffed;
        border-radius:0
    }
}
.rv-1-header .sub-menu li {
    line-height:1
}
.rv-1-header .sub-menu a {
    padding:10px 20px;
    width:100%;
  color:#fff;
}
@media screen and (max-width: 991px) {
    .rv-1-header .sub-menu a {
        color:#020208
    }
}
.rv-1-header .sub-menu a:hover {
    color:#fff;
    background-color:#2d6a4f;
    padding-left:25px
}
.rv-1-header .sub-menu.rv-mega-menu {
    display:grid;
    grid-template-columns:repeat(5, max-content);
    padding:40px 30px;
    gap:30px;
    border-radius:0;
    top:auto;
    width:-moz-max-content;
    width:max-content;
    max-width:100%
}
@media screen and (max-width: 1599px) {
    .rv-1-header .sub-menu.rv-mega-menu {
        grid-template-columns:repeat(4, max-content)
    }
}
@media screen and (max-width: 1399px) {
    .rv-1-header .sub-menu.rv-mega-menu {
        grid-template-columns:repeat(3, max-content)
    }
}
@media screen and (max-width: 991px) {
    .rv-1-header .sub-menu.rv-mega-menu {
        grid-template-columns:repeat(1, 100%);
        padding:0 15px;
        outline:none;
        width:100%
    }
}
.rv-1-header .sub-menu.rv-mega-menu a {
    display:flex;
    align-items:flex-start;
    gap:8px
}
.rv-1-header .sub-menu.rv-mega-menu a .icon {
    width:34px;
    height:34px;
    background-color:#222;
    border-radius:6px;
    display:grid;
    place-content:center;
    color:var(--white-f);
    font-size:15px;
    flex-shrink:0
}
.rv-1-header .sub-menu.rv-mega-menu a .title {
    font-size:14px;
    margin-bottom:4px
}
.rv-1-header .sub-menu.rv-mega-menu a .sub-title {
    font-size:12px;
    display:block;
    opacity:.8
}
@media screen and (max-width: 479px) {
    .rv-1-header__btn {
        display:none
    }
}
@media screen and (max-width: 991px) {
    .rv-1-header-nav__sidebar {
        border-top-left-radius:10px;
        border-bottom-left-radius:10px;
        background:#fff;
        position:fixed;
        height:100%;
        z-index:10;
        top:0;
        right:0;
        width:300px;
        transform:translate(100%, 0);
        -webkit-backdrop-filter:blur(10px);
        backdrop-filter:blur(10px);
        transition:.6s cubic-bezier(0.16, 0.71, 0.17, 1);
        overflow:auto;
        box-shadow:0 0 30px rgba(0,0,0,.05)
    }
    .rv-1-header-nav__sidebar.active {
        transform:translate(0, 0)
    }
    .rv-1-header-nav__sidebar>* {
        padding:15px 25px 30px
    }
    .rv-1-header-nav__sidebar .sidebar-heading {
        border-bottom:1px solid #c5c5c5;
        padding-bottom:15px
    }
    .rv-1-header-nav__sidebar .sidebar-heading img {
        max-width:130px
    }
}
.rv-1-header-mobile-menu-btn {
    background-color:var(--orange);
    border-color:var(--orange);
    border-radius:14px;
    border-radius:10px;
    padding:0;
    text-align:center;
    aspect-ratio:1;
    font-size:20px
}
@media screen and (max-width: 479px) {
    .rv-1-header-mobile-menu-btn {
        height:40px;
        border-radius:10px
    }
}
.rv-1-header-mobile-menu-btn:hover {
    color:var(--black)
}
.rv-1-header-mobile-menu-btn i {
    padding-left:0
}
.rv-2-menu-btn {
    position:fixed;
    top:30px;
    left:30px;
    width:50px;
    height:50px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.4);
    color:var(--white-f);
    font-size:20px;
    z-index:2;
    background-color:#292929
}
@media screen and (max-width: 479px) {
    .rv-2-menu-btn {
        top:20px;
        left:20px;
        width:45px;
        height:45px
    }
}
.rv-2-menu-btn i {
    pointer-events:none
}
.rv-2-sidebar {
    background-color:var(--black-2);
    width:315px;
    position:fixed;
    height:100%;
    padding:50px 40px;
    padding-right:0;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:35px;
    transition:.6s cubic-bezier(0.16, 0.71, 0.17, 1);
    z-index:2;
    overflow:visible
}
@media screen and (max-width: 1599px) {
    .rv-2-sidebar {
        width:270px
    }
}
@media screen and (max-width: 1199px) {
    .rv-2-sidebar {
        transform:translateX(-100%);
        overflow:auto
    }
}
.rv-2-sidebar__nav>ul {
    display:grid;
    grid-template-columns:repeat(1, 1fr);
    row-gap:0
}
.rv-2-sidebar__nav>ul a {
    color:var(--white-f);
    width:100%
}
.rv-2-sidebar__nav>ul a::before {
    background-color:#daed1a
}
.rv-2-sidebar__nav>ul a:hover {
    color:#daed1a
}
.rv-2-sidebar__nav>ul>li {
    line-height:normal;
    display:grid;
    grid-template-rows:max-content 0fr;
    transition:.4s ease
}
.rv-2-sidebar__nav>ul>li:hover {
    grid-template-rows:max-content 1fr
}
.rv-2-sidebar__nav>ul>li:hover .sub-menu {
    transform:translate(0, -10px);
    opacity:1
}
@media screen and (max-width: 1199px) {
    .rv-2-sidebar__nav>ul>li:hover .sub-menu {
        transform:translate(0, 0px)
    }
}
@media screen and (max-width: 1199px) {
    .rv-2-sidebar__nav>ul>li:hover .sub-menu.rv-mega-menu {
        margin-top:20px;
        padding:25px 20px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-sidebar__nav>ul>li:hover .sub-menu.rv-mega-menu {
        padding:15px 10px
    }
}
.rv-2-sidebar__nav>ul>li .sub-menu {
    transform:translate(0, 10px);
    top:0;
    right:0;
    opacity:0;
    overflow:hidden;
    background-color:#292929;
    border:1px solid rgba(255,255,255,.2);
    margin-right:20px
}
@media screen and (max-width: 1199px) {
    .rv-2-sidebar__nav>ul>li .sub-menu {
        position:static
    }
}
.rv-2-sidebar__nav>ul>li .sub-menu a {
    color:var(--white-f)
}
.rv-2-sidebar__nav>ul>li .sub-menu a:hover {
    color:#daed1a
}
.rv-2-sidebar__nav>ul>li .sub-menu.rv-mega-menu {
    row-gap:0;
    padding:25px 20px;
    max-width:-moz-fit-content;
    max-width:fit-content
}
@media screen and (max-width: 1199px) {
    .rv-2-sidebar__nav>ul>li .sub-menu.rv-mega-menu {
        padding:0 20px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-sidebar__nav>ul>li .sub-menu.rv-mega-menu {
        padding:0 10px
    }
}
.rv-2-sidebar__nav li {
    position:relative;
    line-height:normal
}
.rv-2-sidebar__nav li::before {
    content:"";
    position:absolute;
    right:0;
    background:linear-gradient(270deg, #DAED1A -0.71%, rgba(218, 237, 26, 0) 100%);
    width:0;
    height:2px;
    top:50%;
    translate:0 -50%;
    transition:.4s ease;
    opacity:0
}
.rv-2-sidebar__nav li.active::before {
    opacity:1;
    width:120px
}
.rv-2-sidebar__nav li:not(:last-child) {
    margin-bottom:28px
}
@media screen and (max-width: 1199px) {
    .rv-2-sidebar.active {
        transform:translateX(0)
    }
}
.rv-3-header {
    padding:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:4;
    border-bottom:1px solid rgba(255,255,255,.1)
}
.rv-3-header__nav>ul a {
    color:var(--white-f);
    font-weight:300;
    font-family:var(--mulish)
}
@media screen and (max-width: 991px) {
    .rv-3-header__nav>ul a {
        color:var(--black)
    }
}
.rv-3-header__nav>ul a:hover {
    color:#a97240
}
.rv-3-header__nav>ul a:hover::before {
    background-color:#a97240
}
.rv-3-header-right {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:50px
}
@media screen and (max-width: 991px) {
    .rv-3-header-right {
        gap:30px;
        padding-right:20px
    }
}
.rv-3-header__actions {
    display:flex;
    gap:30px
}
@media screen and (max-width: 479px) {
    .rv-3-header__actions {
        display:none
    }
}
.rv-3-header__actions button:first-child {
    padding-right:30px;
    border-right:1px solid rgba(255,255,255,.4)
}
.rv-3-header__sidebar-btn {
    min-width:80px;
    height:80px;
    background-color:#050505
}
.rv-3-header.fixed .rv-3-header__nav>ul>li>a {
    color:var(--black)
}
.rv-3-header.fixed .rv-3-header__nav>ul>li>a:hover {
    color:#a97240
}
.rv-3-header.fixed .rv-3-logo .logo-txt {
    color:var(--black)
}
.rv-3-mobile-menu-btn {
    background-color:#a98153;
    border-color:#a98153
}
.rv-3-logo {
    display:inline-flex;
    align-items:center;
    gap:20px
}
@media screen and (max-width: 479px) {
    .rv-3-logo {
        gap:10px
    }
}
.rv-3-logo .logo-img {
    width:80px;
    height:80px;
    border-right:1px solid rgba(255,255,255,.1)
}
@media screen and (max-width: 479px) {
    .rv-3-logo .logo-img {
        width:60px;
        height:60px
    }
}
.rv-3-logo .logo-txt {
    color:var(--white-f);
    font-family:var(--newsreader);
    font-size:26px;
    font-weight:700
}
.rv-4-header {
    padding:0
}
.rv-4-header-top {
    padding:35px 0
}
@media screen and (max-width: 1399px) {
    .rv-4-header-top {
        padding:25px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-4-header-top {
        padding:15px 0
    }
}
.rv-4-header-top__action:hover {
    color:#a90e20
}
.rv-4-header-bottom {
    border-block:1px solid rgba(5,5,5,.1)
}
@media screen and (max-width: 991px) {
    .rv-4-header-bottom {
        padding:12px 0
    }
}
.rv-4-header-bottom .rv-search-modal-open-btn:hover {
    color:#a90e20
}
.rv-4-header__nav>ul a:hover {
    color:#a90e20
}
.rv-4-header__nav>ul a::before {
    background-color:#a90e20
}
.rv-4-mobile-menu-btn {
    background-color:#a90e20;
    border-color:#a90e20;
    line-height:normal
}
.rv-4-socials {
    display:flex;
    align-items:center;
    gap:20px
}
.rv-4-socials__title {
    color:#050505;
    font-size:16px;
    font-weight:600
}
@media screen and (max-width: 479px) {
    .rv-4-socials__title {
        display:none
    }
}
.rv-4-socials ul {
    display:flex;
    gap:20px
}
.rv-4-socials ul a {
    color:rgba(5,5,5,.3)
}
.rv-4-socials ul a:hover {
    color:var(--black-2)
}
.rv-5-header {
    padding:18px 0
}
@media screen and (max-width: 479px) {
    .rv-5-header {
        padding:12px 0
    }
}
.rv-5-header .rv-1-socials a {
    border-color:rgba(5,5,5,.1);
    color:rgba(5,5,5,.3);
    width:35px;
    height:35px;
    line-height:34px;
    font-size:14px
}
.rv-5-header .rv-1-socials a:hover {
    background-color:#8e5b63;
    border-color:#8e5b63;
    color:var(--white-f)
}
@media screen and (max-width: 1199px) {
    .rv-5-header__nav>ul {
        gap:20px
    }
}
.rv-5-header__nav>ul a {
    padding-right:0
}
.rv-5-header__nav>ul a:hover {
    padding-left:0;
    color:#8e5b63
}
.rv-5-header__nav>ul a::before {
    content:none
}
.rv-5-header__actions {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:24px
}
@media screen and (max-width: 479px) {
    .rv-5-header__actions {
        gap:14px
    }
}
.rv-5-header__actions button .quantity {
    background-color:#8e5b63;
    position:absolute;
    top:-5px;
    color:#fff;
    font-family: 'Poppins';
    font-size:12px;
    font-weight:500;
    aspect-ratio:1;
    padding:0 5px;
    border-radius:50%;
    border:2px solid #fff;
    display:inline-flex;
    justify-content:center;
    align-items:center
}
.rv-5-header__actions button:hover {
    color:#8e5b63
}
@media screen and (max-width: 479px) {
    .rv-5-header__actions button .txt {
        display:none
    }
}
.rv-5-cart-btn {
    background:rgba(142,91,99,.2);
    border-radius:50%;
    width:38px;
    height:38px;
    border-radius:50%;
    position:relative
}
.rv-5-cart-btn .quantity {
    background-color:#8e5b63;
    position:absolute;
    top:-5px;
    color:#fff;
    font-family: 'Poppins';
    font-size:12px;
    font-weight:500;
    aspect-ratio:1;
    padding:0 5px;
    border-radius:50%;
    border:2px solid #fff;
    display:inline-flex;
    justify-content:center;
    align-items:center
}
.rv-5-mobile-menu-btn {
    background-color:#8e5b63;
    border-color:#8e5b63
}
.rv-6-header {
    padding:0;
    border-bottom:1px solid rgba(5,5,5,.1);
    background-color:#f5f5f5
}
@media screen and (min-width: 1400px) {
    .rv-6-header .container {
        max-width:1920px
    }
}
.rv-6-header__logo {
    padding:20px 40px;
    border-right:1px solid rgba(5,5,5,.1);
    display:inline-block
}
@media screen and (max-width: 1399px) {
    .rv-6-header__logo {
        padding:20px;
        padding-left:0;
        width:100%
    }
}
@media screen and (max-width: 1199px) {
    .rv-6-header__logo {
        width:auto
    }
}
.rv-6-header__nav>ul a {
    color:#050505;
    font-size:15px;
    text-transform:uppercase
}
.rv-6-header__nav>ul a:hover {
    color:#f2584c
}
.rv-6-header__right {
    height:100%;
    display:flex;
    justify-content:flex-end;
    align-items:center
}
.rv-6-header__right button {
    height:100%;
    padding:0 30px;
    font-size:20px;
    border-left:1px solid rgba(5,5,5,.1)
}
.rv-6-header__right button:hover {
    color:#f2584c
}
.rv-6-header__right button.rv-6-header__sidebar-btn {
    font-size:25px;
    text-align:end;
    padding:0 90px
}
@media screen and (max-width: 1399px) {
    .rv-6-header__right button.rv-6-header__sidebar-btn {
        padding:0 50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-6-header__right button.rv-6-header__sidebar-btn {
        padding:0 30px
    }
}
.rv-6-header__right button.rv-1-header-mobile-menu-btn {
    padding:0 18px;
    height:auto;
    color:var(--white-f)
}
.rv-7-header {
    padding:0
}
.rv-7-header-top {
    padding:10px 0
}
.rv-7-header-top__txt {
    font-weight:600;
    font-family: 'Poppins';
    font-size:14px
}
.rv-7-header-top__txt i {
    color:#4962fb;
    margin-right:5px;
    font-size:18px
}
.rv-7-header-top__actions {
    display:flex;
    align-items:center;
    justify-content:flex-end
}
@media screen and (max-width: 575px) {
    .rv-7-header-top__actions {
        justify-content:center;
        flex-wrap:wrap
    }
}
.rv-7-header-top__actions>* {
    border:none;
    font-family: 'Poppins';
    font-weight:600;
    font-size:14px
}
.rv-7-header-top__actions>*:not(:first-child) {
    border-left:1px solid rgba(5,5,5,.1);
    padding-left:20px;
    margin-left:20px
}
@media screen and (max-width: 1199px) {
    .rv-7-header-top__actions>*:not(:first-child) {
        padding-left:15px;
        margin-left:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-7-header-top__actions>*:not(:first-child) {
        padding-left:10px;
        margin-left:10px
    }
}
.rv-7-header-top__actions>*:focus {
    outline:none
}
.rv-7-header-top__actions select {
    background-color:rgba(0,0,0,0)
}
.rv-7-header-bottom {
    padding:18px 0;
    border-top:1px solid rgba(5,5,5,.1)
}
.rv-7-header-bottom.fixed {
    padding:12px 0
}
.rv-7-header-bottom-left {
    display:flex;
    align-items:center
}
@media screen and (max-width: 767px) {
    .rv-7-header-bottom-left {
        justify-content:center
    }
}
.rv-7-header-bottom-right {
    display:flex;
    align-items:center;
    gap:30px;
    justify-content:flex-end
}
@media screen and (max-width: 479px) {
    .rv-7-header-bottom-right {
        justify-content:center
    }
}
@media screen and (max-width: 479px) {
    .rv-7-header-bottom-right {
        flex-direction:column;
        row-gap:15px
    }
}
.rv-7-header-bottom-right__actions {
    display:flex;
    gap:25px;
    font-size:20px
}
.rv-7-header-bottom-right__actions button {
    width:auto;
    height:auto;
    background-color:rgba(0,0,0,0)
}
.rv-7-header-bottom-right__actions button:hover {
    color:#4962fb
}
.rv-7-header-bottom-right__actions button .quantity {
    background-color:#4962fb;
    right:-13px
}
.rv-7-header-bottom .rv-7-mobile-menu-btn {
    background-color:#4962fb;
    border-color:#4962fb;
    height:40px;
    line-height:normal
}
.rv-7-header-bottom .rv-7-mobile-menu-btn:hover {
    background-color:var(--white-f)
}
.rv-7-header__logo {
    padding-right:25px;
    position:relative
}
@media screen and (max-width: 767px) {
    .rv-7-header__logo {
        padding-right:0
    }
}
.rv-7-header__logo::before {
    content:"";
    position:absolute;
    right:0;
    height:20px;
    width:1px;
    background-color:rgba(5,5,5,.2);
    top:50%;
    transform:translateY(-50%)
}
@media screen and (max-width: 991px) {
    .rv-7-header__logo::before {
        content:none
    }
}
.rv-7-header__nav {
    padding-left:24px
}
.rv-7-header__nav>ul {
    gap:30px;
    row-gap:12px
}
.rv-7-header__nav>ul a {
    padding-right:0;
    font-family: 'Poppins';
    font-weight:500;
    color:var(--black)
}
.rv-7-header__nav>ul a:hover {
    padding-left:0;
    color:#4962fb
}
.rv-7-header__nav>ul a::before {
    content:none
}
@media screen and (max-width: 1199px) {
    .rv-7-header-search-modal {
        opacity:0;
        transform:scale(1.2);
        pointer-events:none;
        transition:.4s ease;
        position:fixed;
        inset:0;
        z-index:999;
        background-color:rgba(0,0,0,.8);
        display:grid;
        place-content:center
    }
}
.rv-7-header-search-modal.active {
    opacity:1;
    transform:scale(1);
    pointer-events:all
}
.rv-7-header-search-modal.active .rv-7-search-modal-close-btn {
    opacity:1;
    pointer-events:all
}
.rv-7-header-search {
    border:1px solid rgba(5,5,5,.1);
    border-radius:30px;
    padding:0 15px;
    height:45px;
    display:flex;
    align-items:center
}
@media screen and (max-width: 1199px) {
    .rv-7-header-search {
        background-color:var(--white-f)
    }
}
.rv-7-header-search input {
    padding:0 8px;
    width:100%
}
.rv-7-header-search button {
    font-size:20px
}
.rv-7-header-search button:hover {
    color:#4962fb
}
.rv-7-search-modal-open-btn {
    font-size:20px
}
.rv-7-search-modal-open-btn:hover {
    color:#4962fb
}
.rv-7-search-modal-close-btn {
    position:absolute;
    top:30px;
    right:30px;
    border:1px solid #fff;
    width:40px;
    height:40px;
    border-radius:50%;
    color:var(--white-f);
    opacity:0;
    pointer-events:none
}
.rv-7-search-modal-close-btn:hover {
    background-color:var(--white-f);
    color:var(--black)
}
@media screen and (min-width: 1400px) {
    .rv-8-header .container {
        max-width:1600px
    }
}
.rv-8-header-top__txt {
    justify-content:flex-start
}
@media screen and (max-width: 991px) {
    .rv-8-header-top__txt {
        justify-content:center
    }
}
.rv-8-header-socials {
    display:flex;
    align-items:center;
    gap:18px
}
.rv-8-header-socials h6 {
    margin-bottom:0;
    font-weight:600;
    font-family:var(--mulish)
}
.rv-8-header-socials a {
    color:rgba(5,5,5,.3)
}
.rv-8-header-socials a:hover {
    color:#4962fb
}
.rv-8-header-lang select {
    border:none
}
.rv-8-header-top__infos.rv-7-header-top__actions {
    row-gap:10px
}
@media screen and (max-width: 575px) {
    .rv-8-header-top__infos.rv-7-header-top__actions>* {
        border:none
    }
}
.rv-8-header-contact-info {
    margin-bottom:0;
    font-family: 'Poppins';
    font-size:15px;
    font-weight:500;
    color:rgba(5,5,5,.6)
}
.rv-8-header-contact-info i {
    color:#4962fb;
    margin-right:10px
}
.rv-8-header__nav>ul a:hover {
    color:#4962fb
}
.rv-8-header__nav>ul a::before {
    background-color:#4962fb
}
.rv-8-header-search {
    border:none;
    border-radius:0;
    border-bottom:1px solid rgba(5,5,5,.18);
    padding:0 10px
}
@media screen and (max-width: 767px) {
    .rv-8-header-search {
        background-color:rgba(0,0,0,0);
        border-color:var(--white-f)
    }
    .rv-8-header-search input {
        color:var(--white-f)
    }
    .rv-8-header-search input::-moz-placeholder {
        color:rgba(255,255,255,.7)
    }
    .rv-8-header-search input::placeholder {
        color:rgba(255,255,255,.7)
    }
    .rv-8-header-search button {
        color:var(--white-f)
    }
}
.rv-8-mobile-menu-btn {
    background-color:#4962fb;
    border-color:#4962fb
}
.rv-9-header-top {
    background-color:#65ab03;
    padding:12px 0
}
.rv-9-header-top select {
    background-color:rgba(0,0,0,0)
}
@media screen and (max-width: 767px) {
    .rv-9-header-top__actions {
        justify-content:center
    }
}
@media screen and (max-width: 479px) {
    .rv-9-header-top__actions {
        row-gap:10px
    }
}
.rv-9-header-top .rv-8-header-contact-info {
    color:rgba(255,255,255,.7)
}
.rv-9-header-top .rv-8-header-contact-info i {
    color:var(--white-f)
}
.rv-9-header-socials {
    color:var(--white-f)
}
@media screen and (max-width: 767px) {
    .rv-9-header-socials {
        justify-content:center
    }
}
.rv-9-header-socials a {
    color:rgba(255,255,255,.6)
}
.rv-9-header-socials a:hover {
    color:var(--white-f)
}
.rv-9-header-bottom {
    padding:20px 0
}
@media screen and (max-width: 1199px) {
    .rv-9-header-bottom.fixed {
        padding:15px 0
    }
}
@media screen and (max-width: 479px) {
    .rv-9-header-bottom__right {
        flex-direction:row;
        justify-content:flex-end;
        gap:15px
    }
}
.rv-9-header-bottom__right .rv-7-search-modal-open-btn:hover {
    color:#65ab03
}
.rv-9-header__nav>ul a:hover {
    color:#65ab03
}
.rv-9-mobile-menu-btn {
    background-color:#65ab03;
    border-color:#65ab03
}
.rv-10-header-top {
    padding:7px 0;
    background-color:var(--black);
    color:var(--white-f)
}
.rv-10-header-top .rv-8-header-contact-info {
    color:rgba(255,255,255,.7);
    font-size:13px;
    border-color:rgba(255,255,255,.14)
}
.rv-10-header-top .rv-8-header-contact-info i {
    color:var(--white-f)
}
.rv-10-header-top .rv-8-header-contact-info a:hover {
    color:#efc329
}
.rv-10-header-top__actions {
    row-gap:10px
}
.rv-10-header-socials a {
       color: rgb(255 255 255);
}
.rv-10-header-socials a:hover {
    color:var(--white-f)
}
.rv-10-header form select {
    color:var(--white-f)
}
.rv-10-header form select option {
    background-color:var(--black)
}
.rv-10-header__nav>ul a:hover {
    color:#efc329
}
.rv-10-header__nav>ul a:hover::before {
    background-color:#efc329
}
@media screen and (max-width: 991px) {
    .rv-10-header-bottom-right {
        gap:10px
    }
}
@media screen and (max-width: 479px) {
    .rv-10-header-bottom-right {
        flex-direction:row;
        justify-content:flex-end
    }
}
@media screen and (max-width: 1399px) {
    .rv-10-header-bottom-right .rv-10-search-btn {
        font-size:18px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-header-bottom-right .rv-10-search-btn {
        margin-right:10px
    }
}
@media screen and (max-width: 1399px) {
    .rv-10-header-bottom-right .rv-10-search-btn .txt {
        display:none
    }
}
.rv-10-header-bottom-right .rv-10-search-btn:hover {
    color:#efc329
}
.rv-10-header .rv-10-def-btn {
    height:45px;
    line-height:40px;
    padding:0 30px
}
@media screen and (max-width: 767px) {
    .rv-10-header .rv-10-def-btn {
        height:40px;
        line-height:37px;
        padding:0 20px
    }
}
@media screen and (max-width: 479px) {
    .rv-10-header .rv-10-def-btn {
        display:none
    }
}
.rv-10-mobile-menu-btn {
    background-color:#efc329;
    color:var(--black);
    border-color:#efc329
}
.rv-11-header-top {
    padding:10px 0
}
.rv-11-header-top .rv-8-header-contact-info i {
    font-size:16px
}
.rv-11-header-bottom {
    padding:10px 0
}
.rv-11-header-bottom-right {
    gap:40px
}
@media screen and (max-width: 1399px) {
    .rv-11-header-bottom-right {
        gap:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-11-header-bottom-right {
        flex-direction:row;
        justify-content:flex-end
    }
}
.rv-11-header-bottom-right .rv-5-about__call-icon {
    color:var(--black);
    font-size:18px
}
@media screen and (max-width: 1199px) {
    .rv-11-header-bottom-right .rv-5-about__call-icon {
        display:none
    }
}
.rv-11-header-bottom-right .rv-5-about__call-txt h6 {
    font-weight:500;
    font-size:12px;
    text-transform:uppercase;
    color:rgba(5,5,5,.6);
    margin-bottom:4px
}
.rv-11-header-bottom-right .rv-5-about__call-txt a {
    color:var(--black);
    font-weight:700;
    font-size:15px
}
@media screen and (max-width: 1199px) {
    .rv-11-header-bottom-right .rv-11-def-btn {
        padding:0 25px
    }
}
.rv-11-header__call a:hover {
    color:#a97240
}
.rv-11-header__nav>ul a::before {
    background-color:#a98153
}
.rv-11-header__nav>ul a:hover {
    color:#a98153
}
.rv-11-mobile-menu-btn {
    background-color:#a98153;
    border-color:#a98153
}
.rv-12-header__nav>ul a:hover {
    color:#65ab03
}
.rv-12-header__nav>ul a::before {
    background-color:#65ab03
}
.rv-12-header__search-btn {
    font-size:18px
}
.rv-12-header__search-btn:hover {
    color:#509e0f
}
@media screen and (max-width: 1399px) {
    .rv-12-header__actions {
        gap:15px
    }
}
.rv-12-header__actions button:hover {
    color:#509e0f
}
.rv-12-header__actions .rv-5-cart-btn {
    background-color:rgba(80,159,15,.1)
}
.rv-12-header__actions .rv-5-cart-btn .quantity {
    background-color:#509e0f
}
.rv-12-header-login {
    display:flex;
    align-items:center;
    gap:10px;
    color:rgba(5,5,5,.6);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:500;
    line-height:128.571%
}
.rv-12-header-login:hover {
    color:#509e0f
}
.rv-12-header-login .rv-5-cart-btn {
    text-align:center;
    line-height:38px
}
@media screen and (max-width: 1199px) {
    .rv-12-header-login__txt {
        display:none
    }
}
.rv-12-header-login span {
    display:block
}
.rv-12-header-login span.bottom {
    color:#050505;
    font-size:16px;
    font-weight:700;
    line-height:128.571%
}
.rv-12-mobile-menu-btn {
    background-color:rgba(80,159,15,.1);
    border-color:rgba(80,159,15,.1);
    border:none;
    color:var(--black);
    border-radius:50%
}
.rv-12-mobile-menu-btn:hover {
    background-color:rgba(80,159,15,.1)
}
@media screen and (min-width: 1400px) {
    .rv-13-header .container {
        max-width:1600px
    }
}
.rv-13-header__nav>ul a:hover {
    color:#ab8e66
}
.rv-13-header-bottom-right__actions {
    display:flex;
    align-items:center;
    justify-content:flex-end
}
@media screen and (max-width: 991px) {
    .rv-13-header-bottom-right__actions {
        gap:15px
    }
}
.rv-13-header-bottom-right__actions button:hover {
    color:#ab8e66
}
.rv-13-header-bottom-right__actions .rv-5-cart-btn .quantity {
    background-color:#ab8e66
}
.rv-13-header .rv-3-def-btn {
    background-color:#ab8e66;
    border-color:#ab8e66;
    font-size:16px;
    margin-left:20px;
    height:45px;
    line-height:43px
}
.rv-13-header .rv-3-def-btn:hover {
    background-color:rgba(0,0,0,0)
}
.rv-14-header {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:2
}
.rv-14-header-top {
    background:rgba(255,255,255,.14);
    -webkit-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px)
}
.rv-14-header-top__actions {
    justify-content:flex-start
}
@media screen and (max-width: 767px) {
    .rv-14-header-top__actions {
        justify-content:center;
        row-gap:10px
    }
}
.rv-14-header-top__actions .rv-8-header-contact-info a:hover {
    color:#e64209
}
@media screen and (max-width: 767px) {
    .rv-14-header-top-form {
        justify-content:center
    }
}
.rv-14-header-top-form select {
    color:var(--white-f)
}
.rv-14-header-top-form option {
    color:var(--black)
}
.rv-14-header-bottom {
    border:1px solid rgba(255,255,255,.14)
}
.rv-14-header-bottom.fixed {
    border-color:rgba(0,0,0,0);
    background-color:#164e5d
}
@media screen and (max-width: 1199px) {
    .rv-14-header-bottom-right {
        gap:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-14-header-bottom-right {
        flex-direction:row;
        justify-content:flex-end
    }
}
.rv-14-header-bottom-right .rv-3-def-btn {
    height:40px;
    line-height:37px;
    border-radius:40px;
    border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.14);
    -webkit-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px)
}
@media screen and (max-width: 1199px) {
    .rv-14-header-bottom-right .rv-3-def-btn {
        padding:0 18px
    }
}
.rv-14-header-bottom-right .rv-3-def-btn:hover {
    background-color:var(--white-f)
}
.rv-14-header-bottom-right__actions button {
    color:var(--white-f)
}
.rv-14-header-bottom-right__actions button:hover {
    color:#e64209
}
.rv-14-header__nav>ul {
    gap:35px
}
@media screen and (max-width: 991px) {
    .rv-14-header__nav>ul {
        gap:12px
    }
}
.rv-14-header__nav>ul a {
    color:var(--white-f)
}
.rv-14-header__nav>ul a:hover {
    color:#e64209
}
@media screen and (max-width: 991px) {
    .rv-14-header .rv-1-header-nav__sidebar {
        background-color:#164e5d
    }
}
@media screen and (max-width: 991px) {
    .rv-14-header .rv-1-header-nav__sidebar .sub-menu {
        background-color:#0d4351
    }
}
@media screen and (max-width: 991px) {
    .rv-14-header .rv-1-header-nav__sidebar .sub-menu a {
        color:var(--white-f)
    }
}
.rv-14-header .rv-1-header-nav__sidebar .sub-menu a:hover {
    color:#e64209
}
.rv-14-mobile-menu-btn {
    height:40px;
    line-height:37px;
    border-radius:40px;
    border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.14);
    -webkit-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px)
}
.rv-inner-header {
    box-shadow:0px 1px 2px 0px rgba(11,23,40,.1);
    position:relative
}
.rv-inner-header__nav>ul a:hover {
    color:#509e0f
}
.rv-inner-header__nav>ul a:hover::before {
    background-color:#509e0f
}
@media screen and (max-width: 991px) {
    .rv-inner-header-right-btns {
        margin-right:15px
    }
}
@media screen and (max-width: 575px) {
    .rv-inner-header-right-btns {
        margin-right:10px
    }
}
.rv-inner-header-right-btns a {
    height:45px;
    line-height:45px;
    font-size:15px;
    font-weight:600;
    color:var(--black);
    text-transform:capitalize;
    margin-right:15px
}
@media screen and (max-width: 767px) {
    .rv-inner-header-right-btns a {
        height:40px;
        line-height:37px
    }
}
.rv-inner-header-right-btns a:hover {
    color:#509e0f
}
.rv-inner-header-right-btns a i {
    padding-right:5px
}
.rv-inner-header-right-btns a:last-child {
    background-color:var(--black);
    padding:0 30px;
    border-radius:6px;
    color:var(--white-f);
    margin-right:0;
    border:1px solid var(--black)
}
@media screen and (max-width: 767px) {
    .rv-inner-header-right-btns a:last-child {
        padding:0 25px
    }
}
@media screen and (max-width: 575px) {
    .rv-inner-header-right-btns a:last-child {
        padding:0 20px
    }
}
.rv-inner-header-right-btns a:last-child:hover {
    background-color:rgba(0,0,0,0);
    color:var(--black);
    border-color:#509e0f
}
.rv-inner-mobile-menu-btn {
    background-color:#509e0f;
    border-color:#509e0f
}
.rv-15-header-right-btns a:last-child {
    border-radius:0;
    line-height:43px
}
@media screen and (max-width: 1199px) {
    .rv-15-header-right-btns a:last-child {
        padding:0 20px
    }
}
@media screen and (max-width: 767px) {
    .rv-15-header-right-btns a:last-child {
        line-height:37px
    }
}
.rv-15-header-right-btns a:last-child:hover {
    border-color:var(--black)
}
.rv-15-header-right-btns a:hover {
    color:#f35b04
}
.rv-15-mobile-menu-btn {
    height:45px;
    color:#fff;
    border-radius:0;
    border:1px solid #f35b04
}
@media screen and (max-width: 767px) {
    .rv-15-mobile-menu-btn {
        height:40px
    }
}
.rv-15-mobile-menu-btn:hover {
    background-color:rgba(0,0,0,0)
}
.rv-16-header {
    position:absolute;
    width:100%;
    z-index:10;
    background-color:rgba(2,2,8,.3)
}
.rv-16-header.fixed {
    background-color:var(--black)
}
.rv-16-header::before {
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    -webkit-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px)
}
.rv-16-header-right-btns {
    display:flex;
    align-items:center;
    gap:35px
}
.rv-16-header-right-btns a:last-child {
    border:1.5px solid rgba(255,255,255,.14);
    background-color:rgba(0,0,0,0)
}
.rv-16-header-right-btns a:last-child:hover {
    background-color:#dfe11b;
    border-color:#dfe11b
}
@media screen and (max-width: 991px) {
    .rv-16-header .rv-1-header-nav__sidebar {
        background-color:rgba(2,2,8,.8)
    }
}
.rv-16-header__nav>ul a {
    color:var(--white-f)
}
.rv-16-header__nav>ul a:hover {
    color:#dfe11b
}
.rv-16-header__nav>ul a:hover::before {
    background-color:#dfe11b
}
.rv-16-cart-btn {
    background-color:rgba(0,0,0,0);
    color:var(--white-f);
    font-size:20px;
    width:auto;
    height:auto
}
.rv-16-cart-btn:hover {
    color:#dfe11b
}
.rv-16-cart-btn .quantity {
    right:-8px;
    border:none;
    background-color:#dfe11b;
    color:var(--black)
}
.rv-16-mobile-menu-btn {
    background-color:#dfe11b;
    border-color:#dfe11b;
    color:var(--black)
}
.rv-17-header {
    position:relative;
    background-color:#020208;
    box-shadow:0px 1px 0px 0px rgba(255,255,255,.14)
}
.rv-17-header.fixed {
    background-color:#020208
}
.rv-17-header-right-btns {
    display:flex;
    align-items:center
}
.rv-17-header-right-btns>*:not(:last-child) {
    margin-right:20px
}
.rv-17-header-right-btns a {
    border:1px solid rgba(255,255,255,.14);
    padding:0 30px;
    color:var(--white-f);
    line-height:43px
}
.rv-17-header-right-btns a:hover {
    background-color:#dfe11b;
    border-color:#dfe11b;
    color:var(--black)
}
.rv-17-header-right-btns .rv-17-sidebar-btn {
    padding-left:20px;
    line-height:1;
    color:var(--white-f);
    font-size:20px;
    border-left:1px solid rgba(255,255,255,.3)
}
.rv-17-header-right-btns .rv-17-sidebar-btn:hover {
    color:#dfe11b
}
.rv-17-mobile-menu-btn {
    background-color:#dfe11b;
    border-color:#dfe11b;
    color:var(--black)
}
.rv-18-header__nav>ul a:hover {
    color:#1c74e9
}
.rv-18-header__nav>ul a:hover::before {
    background-color:#1c74e9
}
.rv-18-header-right-btns a:hover {
    color:#1c74e9
}
.rv-18-header-right-btns a:last-child {
    background-color:var(--white-f);
    color:var(--black);
    border:1px solid rgba(20,33,55,.24)
}
.rv-18-header-right-btns a:last-child:hover {
    background-color:var(--black);
    color:var(--white-f)
}
.rv-19-logo {
    padding-top:7px;
    padding-left:40px
}
@media screen and (max-width: 991px) {
    .rv-19-logo {
        padding:0
    }
}
.rv-19-header {
    padding:0;
    background:none;
    -webkit-backdrop-filter:none;
    backdrop-filter:none
}
@media screen and (max-width: 991px) {
    .rv-19-header {
        padding:12px
    }
}
.rv-19-header.fixed {
    background-color:#020208;
    padding:15px
}
.rv-19-header-right {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:50px
}
@media screen and (max-width: 1199px) {
    .rv-19-header-right {
        gap:25px
    }
}
.rv-19-header-right-btns {
    gap:50px
}
@media screen and (max-width: 1399px) {
    .rv-19-header-right-btns {
        gap:35px
    }
}
@media screen and (max-width: 575px) {
    .rv-19-header-right-btns {
        margin-right:25px
    }
}
.rv-19-header-right-btns .left {
    display:flex;
    align-items:center;
    gap:25px
}
.rv-19-header-right-btns a,.rv-19-header-right-btns a:last-child {
    height:52px;
    line-height:48px;
    padding:0 35px;
    background-color:#dfe11b;
    color:var(--black)
}
@media screen and (max-width: 1399px) {
    .rv-19-header-right-btns a,.rv-19-header-right-btns a:last-child {
        padding:0 25px
    }
}
@media screen and (max-width: 991px) {
    .rv-19-header-right-btns a,.rv-19-header-right-btns a:last-child {
        height:45px;
        line-height:43px
    }
}
@media screen and (max-width: 767px) {
    .rv-19-header-right-btns a,.rv-19-header-right-btns a:last-child {
        height:40px;
        line-height:37px
    }
}
.rv-19-header-right-btns a:hover,.rv-19-header-right-btns a:last-child:hover {
    background-color:rgba(0,0,0,0);
    color:var(--white-f)
}
.rv-20-header-top {
    background-color:#5dcb7d;
    padding:12px;
    color:var(--white-f)
}
.rv-20-header-top__actions {
    row-gap:8px
}
.rv-20-header-top__actions>* {
    color:#fff;
}
.rv-20-header-top__actions>*:not(:first-child) {
    border-color:rgba(255,255,255,.14)
}
.rv-20-header-top__actions>* i {
    color:#fff;
}
.rv-20-header-top__actions button:hover,.rv-20-header-top__actions a:hover {
    color:var(--white-f)
}
.rv-20-header__nav>ul a:hover {
    color:#2d6a4f
}
.rv-20-header__nav>ul a::before {
    background-color:#2d6a4f
}
.rv-20-header-bottom {
    padding:5px 0
}
.rv-20-header-bottom-right-btns a:last-child {
    background-color:#2d6a4f;
    border-color:#2d6a4f;
    color: #fff;

}
.rv-20-mobile-menu-btn {
    background-color:#2d6a4f;
    border-color:#2d6a4f;
    border-radius:0
}
.rv-21-header-top {
    background-color:#f7693d;
    color:var(--white-f)
}
.rv-21-header-top .rv-7-header-top__txt span {
    background-color:var(--white-f);
    color:var(--black);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:600;
    padding:3px 9px;
    border-radius:30px
}
@media screen and (max-width: 767px) {
    .rv-21-header-top__actions {
        justify-content:center
    }
}
@media screen and (max-width: 479px) {
    .rv-21-header-top__actions {
        row-gap:8px
    }
}
.rv-21-header-top__actions>* {
    color:var(--white-f)
}
.rv-21-header-top__actions>* i {
    color:var(--white-f)
}
.rv-21-header-top__actions>*:not(:first-child) {
    border-color:rgba(255,255,255,.2)
}
@media screen and (max-width: 1399px) {
    .rv-21-header-top__actions>*:not(:first-child) {
        padding-left:10px;
        margin-left:10px
    }
}
.rv-21-header-top__actions option {
    color:var(--black)
}
.rv-22-header-left {
    display:flex;
    align-items:center;
    gap:40px
}
@media screen and (max-width: 1399px) {
    .rv-22-header-left {
        gap:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-22-header-left {
        gap:10px
    }
}
.rv-22-header__call {
    padding-left:40px;
    border-left:1px solid rgba(4,14,31,.2)
}
@media screen and (max-width: 1399px) {
    .rv-22-header__call {
        padding-left:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-22-header__call {
        padding-left:13px
    }
}
.rv-22-header__call .rv-5-about__call-icon {
    width:40px;
    height:40px;
    line-height:38px;
    color:var(--black);
    font-size:16px
}
.rv-22-header__call .rv-5-about__call-txt h6 {
    font-size:13px;
    margin-bottom:5px
}
.rv-22-header__call a:hover {
    color:#b38d3f
}
@media screen and (max-width: 1399px) {
    .rv-22-header__nav>ul {
        gap:15px
    }
}
.rv-22-header__nav>ul a::before {
    background-color:#b38d3f
}
.rv-22-header__nav>ul a:hover {
    color:#b38d3f
}
@media screen and (max-width: 991px) {
    .rv-22-header-bottom-right {
        gap:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-22-header-bottom-right {
        flex-direction:row
    }
}
.rv-22-header-bottom-right button:hover {
    color:#b38d3f
}
.rv-22-mobile-menu-btn {
    background-color:#b38d3f;
    border-color:#b38d3f
}
.rv-23-header {
    position:absolute;
    width:100%;
    z-index:10
}
.rv-23-header.fixed {
    background-color:#202731
}
.rv-23-header-left {
    display:flex;
    align-items:center;
    gap:123px
}
@media screen and (max-width: 1399px) {
    .rv-23-header-left {
        gap:93px
    }
}
@media screen and (max-width: 1199px) {
    .rv-23-header-left {
        gap:63px
    }
}
@media screen and (max-width: 991px) {
    .rv-23-header .rv-1-header-nav__sidebar {
        background-color:#202731
    }
}
.rv-23-header__nav>ul a::before {
    background-color:#3ba52d
}
.rv-23-header__nav>ul a:hover {
    color:#3ba52d
}
.rv-23-header__nav>ul a:hover::before {
    background-color:#3ba52d
}
@media screen and (max-width: 1199px) {
    .rv-23-header-right-btns {
        gap:20px
    }
}
.rv-23-header-right-btns button:hover {
    color:#3ba52d
}
.rv-23-header-right-btns a {
    color:rgba(255,255,255,.7)
}
.rv-23-header-right-btns a i {
    color:var(--white-f)
}
.rv-23-header-right-btns a:hover {
    color:#3ba52d
}
.rv-23-mobile-menu-btn {
    background-color:#3ba52d;
    border-color:#3ba52d
}
.rv-23-mobile-menu-btn:hover {
    color:var(--white-f);
    background-color:rgba(0,0,0,0)
}
.rv-24-header {
    position:absolute;
    z-index:22;
    width:100%;
    box-shadow:none
}
.rv-24-header.fixed {
    background-color:var(--black)
}
@media screen and (max-width: 991px) {
    .rv-24-header .rv-1-header-nav__sidebar {
        background-color:#142226
    }
}
.rv-24-header__nav>ul a {
    color:var(--white-f)
}
.rv-24-header__nav>ul a::before {
    background-color:#ecb774
}
.rv-24-header__nav>ul a:hover {
    color:#ecb774
}
.rv-24-header-right-btns a:last-child {
    background-color:#a58051;
    border-color:#a58051;
    font-family: 'Poppins';
    height:50px;
    line-height:47px
}
@media screen and (max-width: 991px) {
    .rv-24-header-right-btns a:last-child {
        height:45px;
        line-height:43px
    }
}
@media screen and (max-width: 767px) {
    .rv-24-header-right-btns a:last-child {
        height:40px;
        line-height:37px
    }
}
.rv-24-header-right-btns a:last-child:hover {
    color:var(--white-f);
    border-color:#a58051
}
.rv-24-mobile-menu-btn {
    background-color:#a58051;
    border-color:#a58051
}
.rv-24-mobile-menu-btn:hover {
    background-color:rgba(0,0,0,0);
    color:var(--white-f)
}
.rv-25-header {
    padding:0
}
.rv-25-header-top {
    padding:12px 0;
    background-color:#020208
}
.rv-25-header-top__actions {
    row-gap:12px
}
.rv-25-header-bottom {
    position:absolute;
    z-index:22;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.14)
}
.rv-25-header-bottom.fixed {
    background-color:#1c312c
}
.rv-25-header-bottom-left {
    display:flex;
    gap:10px;
    border-right:1px solid rgba(255,255,255,.14)
}
@media screen and (max-width: 1199px) {
    .rv-25-header-bottom-right__actions {
        gap:18px
    }
}
@media screen and (max-width: 991px) {
    .rv-25-header-bottom-right__actions {
        padding-right:15px
    }
}
.rv-25-header-bottom-right__actions a {
    color:var(--white-f)
}
.rv-25-header-bottom-right__actions a i {
    padding-right:8px
}
.rv-25-header-bottom-right__actions a:hover {
    color:#a07549;
    background-color:rgba(0,0,0,0)
}
@media screen and (max-width: 1199px) {
    .rv-25-header-bottom-right__actions .rv-3-def-btn {
        padding:0 20px
    }
}
.rv-25-header .rv-1-header-nav__sidebar {
    background-color:#1c312c
}
.rv-25-header__nav>ul>li {
    line-height:80px
}
@media screen and (max-width: 991px) {
    .rv-25-header__nav>ul>li {
        line-height:normal
    }
}
.rv-25-header__nav>ul a {
    color:var(--white-f)
}
.rv-25-header__nav>ul a::before {
    background-color:#a07549
}
.rv-25-header__nav>ul a:hover {
    color:#a07549
}
.rv-25-logo {
    border-right:1px solid rgba(255,255,255,.14);
    padding:15px 0;
    padding-right:40px
}
@media screen and (max-width: 1199px) {
    .rv-25-logo {
        padding-right:20px
    }
}
.rv-25-mobile-menu-btn {
    background-color:#a97240;
    border-color:#a97240
}
.rv-25-mobile-menu-btn:hover {
    background-color:rgba(0,0,0,0);
    color:var(--white-f)
}
.rv-1-banner {
    background-color:var(--green);
    position:relative;
    z-index:1
}
.rv-1-banner__txt {
    padding:50px;
    padding-left:180px
}
@media screen and (max-width: 1599px) {
    .rv-1-banner__txt {
        padding:50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-banner__txt {
        padding:40px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-banner__txt {
        padding:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-banner__txt {
        padding:45px 30px;
        text-align:center
    }
}
@media screen and (max-width: 479px) {
    .rv-1-banner__txt {
        padding:35px 30px
    }
}
.rv-1-banner__title {
    font-size:100px;
    line-height:104%;
    font-weight:700;
    text-transform:uppercase;
    color:var(--white-f);
    margin-bottom:40px
}
@media screen and (max-width: 1599px) {
    .rv-1-banner__title {
        font-size:90px
    }
}
@media screen and (max-width: 1399px) {
    .rv-1-banner__title {
        font-size:75px;
        margin-bottom:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-banner__title {
        font-size:65px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-banner__title {
        font-size:42px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-banner__title {
        font-size:35px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-banner__title {
        font-size:30px
    }
}
.rv-1-banner__infos {
    display:flex;
    -moz-column-gap:40px;
    column-gap:40px;
    row-gap:15px;
    margin-bottom:64px
}
@media screen and (max-width: 1399px) {
    .rv-1-banner__infos {
        margin-bottom:34px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-banner__infos {
        gap:25px;
        row-gap:15px;
        flex-wrap:wrap
    }
}
@media screen and (max-width: 991px) {
    .rv-1-banner__infos {
        margin-bottom:24px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-banner__infos {
        justify-content:center
    }
}
.rv-1-banner__info {
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    font-family: 'Poppins';
    color:var(--white-f)
}
.rv-1-banner__info i {
    font-size:20px
}
.rv-1-banner__actions {
    display:flex;
    align-items:center;
    gap:20px
}
@media screen and (max-width: 991px) {
    .rv-1-banner__actions {
        row-gap:10px;
        flex-wrap:wrap
    }
}
@media screen and (max-width: 767px) {
    .rv-1-banner__actions {
        justify-content:center
    }
}
.rv-1-banner__socials {
    display:flex;
    gap:10px;
    padding-left:180px;
    position:relative
}
@media screen and (max-width: 1399px) {
    .rv-1-banner__socials {
        padding-left:80px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-banner__socials {
        padding-left:50px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-banner__socials {
        padding-left:0
    }
}
.rv-1-banner__socials::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    translate:0 -50%;
    width:160px;
    height:2px;
    background-color:rgba(255,255,255,.24)
}
@media screen and (max-width: 1399px) {
    .rv-1-banner__socials::before {
        width:70px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-banner__socials::before {
        width:40px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-banner__socials::before {
        content:none
    }
}
.rv-1-banner__socials a {
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    color:var(--white-f);
    border:1.5px solid rgba(255,255,255,.14);
    font-size:14px
}
.rv-1-banner__socials a:hover {
    background-color:var(--orange);
    border-color:var(--orange)
}
.rv-1-banner__vector {
    position:absolute;
    z-index:-1;
    animation:spin 2.5s linear infinite
}
.rv-1-banner__vector-1 {
    top:63px;
    left:57px
}
.rv-1-banner__vector-2 {
    top:163px;
    left:788px
}
.rv-1-banner__vector-3 {
    bottom:161px;
    left:118px;
    animation:moveX 1.5s linear alternate infinite
}
.rv-1-banner__vector-4 {
    top:458px;
    left:802px
}
.rv-1-banner__vector-5 {
    bottom:88px;
    left:880px;
    animation:moveX 1.5s linear alternate infinite
}
@keyframes spin {
    0% {
        rotate:0
    }
    100% {
        rotate:360deg
    }
}
@keyframes moveX {
    0% {
        transform:translateX(0px)
    }
    100% {
        transform:translateX(20px)
    }
}
.reveal {
    visibility:hidden;
    position:relative;
    width:100%;
    overflow:hidden
}
.reveal img {
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    transform-origin:left;
    transition:none
}
.rv-2-banner {
    background-color:#292929;
    overflow:hidden
}
.rv-2-banner__img {
    padding-top:45px;
    background:url(../img/rv-2-banner-img-bg.html) no-repeat center top;
    background-size:contain;
    animation:bgPosition 1.5s ease forwards;
    display:flex;
    justify-content:flex-end
}
@media screen and (max-width: 1599px) {
    .rv-2-banner__img {
        justify-content:center
    }
}
@media screen and (max-width: 767px) {
    .rv-2-banner__img {
        padding-top:0
    }
}
.rv-2-banner__img img {
    max-width:none
}
@media screen and (max-width: 1599px) {
    .rv-2-banner__img img {
        max-width:530px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-banner__img img {
        max-width:490px
    }
}
@media screen and (max-width: 1199px) {
    .rv-2-banner__img img {
        max-width:460px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-banner__img img {
        max-width:300px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-banner__img img {
        max-width:280px
    }
}
.rv-2-banner__txt {
    padding:220px 0 235px
}
@media screen and (max-width: 1599px) {
    .rv-2-banner__txt {
        padding:160px 0 195px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-banner__txt {
        padding:140px 0 145px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-banner__txt {
        padding:140px 0 115px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-banner__txt {
        padding:110px 0 55px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-banner__txt {
        padding:80px 0 25px
    }
}
.rv-2-banner__title {
    font-size:110px;
    font-weight:800;
    text-transform:uppercase;
    color:var(--white-f);
    line-height:94.545%;
    margin-bottom:36px
}
@media screen and (max-width: 1599px) {
    .rv-2-banner__title {
        font-size:90px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-banner__title {
        font-size:80px;
        margin-bottom:26px
    }
}
@media screen and (max-width: 1199px) {
    .rv-2-banner__title {
        font-size:75px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-banner__title {
        font-size:65px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-banner__title {
        font-size:50px;
        margin-bottom:16px
    }
}
@media screen and (max-width: 575px) {
    .rv-2-banner__title {
        font-size:45px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-banner__title {
        font-size:40px
    }
}
.rv-2-banner__title .stroked-txt {
    -webkit-text-fill-color:rgba(0,0,0,0);
    -webkit-text-stroke:1px rgba(255,255,255,.3);
    font-weight:900
}
.rv-2-banner__label {
    position:relative;
    color:var(--white-f);
    padding-left:160px;
    font-weight:500;
    font-size:20px;
    color:rgba(255,255,255,.6);
    font-family: 'Poppins';
    margin-bottom:62px
}
@media screen and (max-width: 1599px) {
    .rv-2-banner__label {
        margin-bottom:42px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-banner__label {
        margin-bottom:27px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-banner__label {
        padding-left:80px;
        font-size:18px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-banner__label {
        margin-bottom:17px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-banner__label {
        margin-bottom:12px
    }
}
.rv-2-banner__label::before {
    content:"";
    position:absolute;
    left:0;
    background:linear-gradient(270deg, #DAED1A -0.71%, rgba(218, 237, 26, 0) 100%);
    width:140px;
    height:2px;
    top:50%;
    translate:0 -50%;
    transition:.4s ease
}
@media screen and (max-width: 991px) {
    .rv-2-banner__label::before {
        width:60px
    }
}
.rv-2-banner__infos {
    display:flex;
    gap:40px
}
@media screen and (max-width: 991px) {
    .rv-2-banner__infos {
        flex-wrap:wrap;
        gap:20px 30px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-banner__infos {
        gap:20px;
        justify-content:center
    }
}
.rv-2-banner-info {
    display:flex;
    align-items:center;
    gap:20px;
    color:var(--white-f)
}
@media screen and (max-width: 1599px) {
    .rv-2-banner-info {
        flex-direction:column;
        align-items:flex-start;
        gap:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-banner-info {
        align-items:center;
        text-align:center
    }
}
.rv-2-banner-info__icon {
    flex-shrink:0
}
.rv-2-banner-info__icon img {
    width:70px;
    height:70px;
    border-radius:50%
}
@media screen and (max-width: 1599px) {
    .rv-2-banner-info__icon img {
        width:60px;
        height:60px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-banner-info__icon img {
        width:50px;
        height:50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-2-banner-info__icon img {
        width:40px;
        height:40px
    }
}
.rv-2-banner-info__title {
    font-family: 'Poppins';
    font-size:20px;
    font-weight:700;
    margin-bottom:5px
}
@media screen and (max-width: 1199px) {
    .rv-2-banner-info__title {
        font-size:18px
    }
}
@media screen and (max-width: 575px) {
    .rv-2-banner-info__title {
        font-size:16px
    }
}
.rv-2-banner-info__sub-title {
    font-family: 'Poppins';
    font-size:16px;
    font-weight:500;
    color:rgba(255,255,255,.7)
}
@keyframes bgPosition {
    0% {
        background-position:center center
    }
    100% {
        background-position:center top
    }
}
.rv-3-banner {
    position:relative;
    z-index:1;
    overflow:hidden
}
.rv-3-banner__slide {
    padding:280px 0 363px;
    background:url(../img/rv-3-banner-bg-1.html) no-repeat center center;
    background-size:cover;
    z-index:1
}
@media screen and (max-width: 1599px) {
    .rv-3-banner__slide {
        padding:230px 0 263px
    }
}
@media screen and (max-width: 1399px) {
    .rv-3-banner__slide {
        padding:230px 0 233px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-banner__slide {
        padding:170px 0 203px
    }
}
@media screen and (max-width: 991px) {
    .rv-3-banner__slide {
        padding:160px 0 163px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-banner__slide {
        padding:150px 0 143px
    }
}
@media screen and (max-width: 575px) {
    .rv-3-banner__slide {
        padding:140px 0 123px
    }
}
.rv-3-banner__slide::before {
    content:attr(data-text);
    position:absolute;
    bottom:80px;
    left:50%;
    translate:-50% 0;
    z-index:-1;
    color:rgba(255,255,255,.1);
    text-align:center;
    font-size:300px;
    font-weight:600;
    line-height:74%;
    text-transform:uppercase;
    width:100%;
    font-size:clamp(50px,15.6vw,300px)
}
@media screen and (max-width: 767px) {
    .rv-3-banner__slide::before {
        bottom:60px
    }
}
.rv-3-banner__slide--2 {
    background-image:url(../img/rv-3-banner-bg-2.html)
}
.rv-3-banner__slide--3 {
    background-image:url(../img/rv-3-banner-bg-3.html)
}
.rv-3-banner .swiper-slide-active .rv-3-banner__sub-title::before {
    height:calc(100% + 20px)
}
.rv-3-banner .swiper-slide-active .rv-3-banner__sub-title::after {
    width:calc(100% + 30px)
}
.rv-3-banner .swiper-slide-active .rv-3-banner__btns {
    transform:translateY(0);
    opacity:1
}
.rv-3-banner-left,.rv-3-banner-right {
    position:absolute;
    left:0;
    width:80px;
    height:100%;
    z-index:1;
    top:0;
    border-right:1px solid rgba(255,255,255,.1)
}
@media screen and (max-width: 991px) {
    .rv-3-banner-left,.rv-3-banner-right {
        display:none
    }
}
.rv-3-banner-right {
    right:0;
    left:auto;
    background-color:#050505
}
.rv-3-banner__socials.rv-1-socials {
    display:flex;
    flex-direction:column;
    align-items:center;
    position:absolute;
    z-index:2;
    gap:42px;
    color:#fff;
    top:50%;
    left:20px;
    translate:0 -50%
}
@media screen and (max-width: 1199px) {
    .rv-3-banner__socials.rv-1-socials {
        gap:32px
    }
}
.rv-3-banner__socials.rv-1-socials h6 {
    position:relative;
    text-transform:capitalize;
    writing-mode:vertical-lr;
    margin:0;
    font-family: 'Poppins';
    font-size:16px;
    font-weight:700
}
.rv-3-banner__socials.rv-1-socials h6::before {
    content:"";
    position:absolute;
    left:50%;
    translate:-50% 0;
    width:2px;
    height:14px;
    top:calc(100% + 8px);
    background-color:var(--white-f)
}
.rv-3-banner__socials.rv-1-socials ul {
    display:flex;
    flex-direction:column;
    gap:20px;
    align-items:center
}
@media screen and (max-width: 1199px) {
    .rv-3-banner__socials.rv-1-socials ul {
        gap:10px
    }
}
.rv-3-banner__socials.rv-1-socials a {
    border:1px solid rgba(255,255,255,.2);
    color:var(--white-f)
}
@media screen and (max-width: 1199px) {
    .rv-3-banner__socials.rv-1-socials a {
        font-size:14px;
        width:35px;
        height:35px;
        line-height:35px
    }
}
.rv-3-banner__socials.rv-1-socials a:hover {
    background-color:#a97240;
    border-color:#a97240
}
.rv-3-banner__txt {
    text-align:center;
    color:var(--white-f)
}
.rv-3-banner__sub-title {
    margin:auto;
    margin-bottom:32px
}
@media screen and (max-width: 991px) {
    .rv-3-banner__sub-title {
        margin-bottom:22px
    }
}
.rv-3-banner__sub-title::before {
    height:0;
    background-color:rgba(255,255,255,.3)
}
.rv-3-banner__sub-title::after {
    width:0;
    background-color:rgba(255,255,255,.3)
}
.rv-3-banner__title {
    font-size:70px;
    font-weight:600;
    line-height:114.286%;
    margin-bottom:50px
}
@media screen and (max-width: 1399px) {
    .rv-3-banner__title {
        font-size:55px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-banner__title {
        font-size:45px;
        margin-bottom:35px
    }
}
@media screen and (max-width: 991px) {
    .rv-3-banner__title {
        font-size:40px;
        margin-bottom:25px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-banner__title {
        margin-bottom:25px;
        font-size:34px
    }
}
@media screen and (max-width: 575px) {
    .rv-3-banner__title {
        margin-bottom:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-3-banner__title {
        font-size:28px
    }
}
.rv-3-banner__btns {
    display:flex;
    gap:15px;
    justify-content:center;
    transform:translateY(100%);
    transition:.8s ease .2s;
    opacity:0
}
.rv-3-banner__btns a:hover {
    background-color:rgba(0,0,0,0)
}
.rv-3-banner__btns a:nth-child(2) {
    border:1px solid rgba(255,255,255,.2);
    background-color:rgba(0,0,0,0)
}
.rv-3-banner__btns a:nth-child(2):hover {
    background-color:var(--white-f);
    border-color:var(--white-f);
    color:var(--black)
}
.rv-3-banner-swiper-pagination.swiper-pagination-bullets {
    position:absolute;
    bottom:0;
    z-index:2;
    color:#fff;
    display:flex;
    justify-content:center;
    gap:70px;
    padding:25px 0;
    border-top:1px solid rgba(255,255,255,.1)
}
@media screen and (max-width: 991px) {
    .rv-3-banner-swiper-pagination.swiper-pagination-bullets {
        gap:50px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-banner-swiper-pagination.swiper-pagination-bullets {
        padding:15px 0
    }
}
.rv-3-banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width:auto;
    height:auto;
    background:none;
    border-bottom:1px solid rgba(0,0,0,0);
    color:rgba(255,255,255,.3);
    font-size:20px;
    font-weight:500;
    border-radius:0;
    opacity:1;
    margin:0;
    transition:.4s ease
}
.rv-3-banner-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    border-color:var(--white-f);
    color:var(--white-f)
}
.rv-4-banner {
    padding:30px 0
}
.rv-4-banner-slide {
    overflow:hidden
}
.rv-4-banner-slide.swiper-slide-active .rv-4-banner-slide__txt {
    transform:rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity:1
}
.rv-4-banner-slide__img img {
    width:100%
}
@media screen and (max-width: 479px) {
    .rv-4-banner-slide__img img {
        height:350px
    }
}
.rv-4-banner-slide__txt {
    position:absolute;
    border:1px solid rgba(255,255,255,.3);
    background:rgba(8,28,21,.5);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    inset:0;
    text-align:center;
    padding:50px 60px;
    color:var(--white-f);
    inset:23% 15%;
    height:-moz-max-content;
    height:max-content;
    top:auto;
    overflow:hidden;
    transition:.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform:rotateY(-35deg) rotateX(-20deg) translate(250px, 250px) skew(12deg, 15deg);
    opacity:0
}
@media screen and (max-width: 1599px) {
    .rv-4-banner-slide__txt {
        padding:45px 40px;
        inset:23% 12%
    }
}
@media screen and (max-width: 1399px) {
    .rv-4-banner-slide__txt {
        padding:30px 35px;
        inset:23% 10%
    }
}
@media screen and (max-width: 479px) {
    .rv-4-banner-slide__txt {
        inset:0;
        top:auto;
        padding:20px 25px
    }
}
.rv-4-banner-slide__infos {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-bottom:11px
}
@media screen and (max-width: 479px) {
    .rv-4-banner-slide__infos {
        gap:10px;
        flex-wrap:wrap;
        row-gap:0
    }
}
.rv-4-banner-slide__infos li {
    font-size:14px;
    font-weight:400;
    line-height:200%
}
.rv-4-banner-slide__infos li:not(:last-child) {
    padding-right:16px;
    position:relative
}
@media screen and (max-width: 479px) {
    .rv-4-banner-slide__infos li:not(:last-child) {
        padding-right:14px
    }
}
.rv-4-banner-slide__infos li:not(:last-child)::before {
    content:"";
    position:absolute;
    top:50%;
    translate:0 -50%;
    right:0;
    background-color:var(--white-f);
    border-radius:50%;
    width:4px;
    height:4px
}
.rv-4-banner-slide__title {
    font-size:40px;
    font-weight:600;
    line-height:125%;
    margin-bottom:24px;
    font-size:clamp(20px,2.18vw,40px)
}
@media screen and (max-width: 1399px) {
    .rv-4-banner-slide__title {
        margin-bottom:14px
    }
}
.rv-4-banner-slide__title a {
    background:linear-gradient(to right, var(--white-f), var(--white-f)) no-repeat bottom left;
    background-size:0% 2px;
    display:inline
}
.rv-4-banner-slide__title a:hover {
    background-size:100% 2px
}
.rv-4-banner-slide-author {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px
}
.rv-4-banner-slide-author img {
    width:40px;
    height:40px;
    border-radius:50%
}
.rv-4-banner-slide-author__txt {
    margin-bottom:0
}
.rv-4-banner-slide-author__txt span {
    color:rgba(255,255,255,.7)
}
.rv-4-banner-slide-author__txt a:hover {
    color:#a90e20
}
.rv-5-banner {
    position:relative
}
@media screen and (min-width: 1400px) {
    .rv-5-banner .container {
        max-width:1920px;
        padding:0
    }
}
.rv-5-banner__slider img {
    aspect-ratio:1903/870
}
@media screen and (max-width: 575px) {
    .rv-5-banner__slider img {
        aspect-ratio:1903/1000
    }
}
@media screen and (max-width: 479px) {
    .rv-5-banner__slider img {
        aspect-ratio:1813/1120
    }
}
.rv-5-banner__bottom {
    position:absolute;
    bottom:0;
    left:0;
    max-width:895px;
    z-index:1;
    display:flex
}
@media screen and (max-width: 1599px) {
    .rv-5-banner__bottom {
        max-width:825px
    }
}
@media screen and (max-width: 1399px) {
    .rv-5-banner__bottom {
        max-width:725px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-banner__bottom {
        max-width:605px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-banner__bottom {
        position:relative;
        margin:auto;
        margin-top:-80px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-banner__bottom {
        max-width:100%
    }
}
@media screen and (max-width: 479px) {
    .rv-5-banner__bottom {
        flex-wrap:wrap
    }
    .rv-5-banner__bottom>* {
        width:100%
    }
}
.rv-5-banner__txt-slider {
    width:calc(100% - 100px)
}
@media screen and (max-width: 575px) {
    .rv-5-banner__txt-slider {
        width:calc(100% - 95px)
    }
}
@media screen and (max-width: 479px) {
    .rv-5-banner__txt-slider {
        width:100%
    }
}
.rv-5-banner__txt-slider-nav {
    flex-shrink:0;
    display:flex;
    flex-direction:column;
    background:rgba(25,36,29,.9);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    padding:70px 40px;
    min-width:140px;
    justify-content:space-between
}
@media screen and (max-width: 1399px) {
    .rv-5-banner__txt-slider-nav {
        padding:70px 20px;
        min-width:120px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-banner__txt-slider-nav {
        min-width:100px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-banner__txt-slider-nav {
        padding:40px 20px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-banner__txt-slider-nav {
        padding:30px 20px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-banner__txt-slider-nav {
        min-width:95px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-banner__txt-slider-nav {
        flex-direction:row-reverse;
        padding:10px 20px
    }
}
.rv-5-banner__txt-slider-nav button {
    color:var(--white-f)
}
.rv-5-banner__txt-slider-nav button.swiper-button-disabled {
    opacity:50%
}
.rv-5-banner__txt-slide {
    padding:140px 120px 135px;
    background:url(../img/rv-5-banner-txt-bg.html) #404b44 no-repeat center center;
    background-size:auto;
    align-self:flex-end
}
@media screen and (max-width: 1599px) {
    .rv-5-banner__txt-slide {
        padding:100px 70px 95px
    }
}
@media screen and (max-width: 1399px) {
    .rv-5-banner__txt-slide {
        padding:70px 60px 66px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-banner__txt-slide {
        padding:55px 40px 51px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-banner__txt-slide {
        padding:40px 40px 36px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-banner__txt-slide {
        padding:30px 30px 26px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-banner__txt-slide {
        padding:25px 20px 21px
    }
}
.rv-5-banner__title {
    color:var(--white-f);
    font-family:var(--philosopher);
    font-size:74px;
    font-weight:700;
    line-height:89.189%;
    margin-bottom:30px
}
@media screen and (max-width: 1399px) {
    .rv-5-banner__title {
        font-size:64px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-banner__title {
        font-size:54px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-banner__title {
        font-size:45px;
        margin-bottom:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-banner__title {
        font-size:42px;
        margin-bottom:15px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-banner__title {
        font-size:38px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-banner__title {
        font-size:35px
    }
}
.rv-5-banner__sub-title {
    color:rgba(255,255,255,.7);
    font-size:24px;
    font-weight:400;
    margin-bottom:0
}
@media screen and (max-width: 1199px) {
    .rv-5-banner__sub-title {
        font-size:22px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-banner__sub-title {
        font-size:20px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-banner__sub-title {
        font-size:18px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-banner__sub-title {
        font-size:16px;
        line-height:1.4
    }
}
.rv-6-banner {
    position:relative;
    padding:208px 0;
    background-color:#f5f5f5
}
@media screen and (max-width: 1599px) {
    .rv-6-banner {
        padding:168px 70px
    }
}
@media screen and (max-width: 1399px) {
    .rv-6-banner {
        padding:118px 70px
    }
}
@media screen and (max-width: 1199px) {
    .rv-6-banner {
        padding:108px 70px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-banner {
        padding:68px 70px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-banner {
        padding:60px
    }
}
@media screen and (max-width: 479px) {
    .rv-6-banner {
        padding:60px 0
    }
}
.rv-6-banner__slide {
    opacity:0 !important
}
.rv-6-banner__slide.swiper-slide-active {
    opacity:1 !important
}
.rv-6-banner__slide.swiper-slide-active .rv-6-def-btn {
    transform:translateY(0);
    opacity:1
}
@media screen and (max-width: 991px) {
    .rv-6-banner__txt {
        text-align:center
    }
}
.rv-6-banner__title {
    color:#050505;
    font-size:70px;
    font-weight:700;
    line-height:114.286%;
    margin-bottom:28px
}
@media screen and (max-width: 1599px) {
    .rv-6-banner__title {
        font-size:65px
    }
}
@media screen and (max-width: 1399px) {
    .rv-6-banner__title {
        font-size:50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-6-banner__title {
        font-size:40px;
        margin-bottom:18px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-banner__title {
        font-size:35px;
        margin-bottom:13px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-banner__title {
        font-size:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-6-banner__title {
        font-size:28px;
        margin-bottom:8px
    }
}
.rv-6-banner__descr {
    color:rgba(5,5,5,.6);
    font-family: 'Poppins';
    font-size:18px;
    font-weight:500;
    line-height:155.556%;
    margin-bottom:37px
}
@media screen and (max-width: 1199px) {
    .rv-6-banner__descr {
        margin-bottom:27px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-banner__descr {
        margin-bottom:22px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-banner__descr {
        font-size:16px
    }
}
@media screen and (max-width: 479px) {
    .rv-6-banner__descr {
        margin-bottom:17px
    }
}
.rv-6-banner .rv-6-def-btn {
    transform:translateY(100%);
    opacity:0;
    transition:.4s ease,opacity 1s ease 1s,transform 1s ease 1s
}
.rv-6-banner__img {
    text-align:end
}
@media screen and (max-width: 991px) {
    .rv-6-banner__img {
        text-align:center
    }
}
.rv-6-banner__img img {
    -webkit-mask:url(../img/rv-6-banner-shape.html) center center no-repeat;
    mask:url(../img/rv-6-banner-shape.html) center center no-repeat;
    -webkit-mask-size:contain;
    mask-size:contain
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials {
    color:#050505;
    flex-direction:column-reverse;
    left:40px
}
@media screen and (max-width: 1599px) {
    .rv-6-banner .rv-3-banner__socials.rv-1-socials {
        left:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-banner .rv-3-banner__socials.rv-1-socials {
        left:12px
    }
}
@media screen and (max-width: 479px) {
    .rv-6-banner .rv-3-banner__socials.rv-1-socials {
        flex-direction:row;
        position:static;
        translate:0 0;
        justify-content:center;
        margin:15px 0
    }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials h6 {
    scale:-1
}
@media screen and (max-width: 479px) {
    .rv-6-banner .rv-3-banner__socials.rv-1-socials h6 {
        scale:1;
        writing-mode:horizontal-tb
    }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials h6::before {
    background-color:#050505
}
@media screen and (max-width: 479px) {
    .rv-6-banner .rv-3-banner__socials.rv-1-socials h6::before {
        left:calc(100% + 8px);
        width:14px;
        height:2px;
        top:50%;
        translate:0 -50%
    }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials ul {
    gap:8px
}
@media screen and (max-width: 479px) {
    .rv-6-banner .rv-3-banner__socials.rv-1-socials ul {
        flex-direction:row
    }
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials a {
    color:#050505;
    background-color:rgba(5,5,5,.1)
}
.rv-6-banner .rv-3-banner__socials.rv-1-socials a:hover {
    border-color:#f2584c;
    background-color:#f2584c;
    color:var(--white-f)
}
#rv-6-banner__slider-nav {
    position:absolute;
    top:50%;
    translate:0 -50%;
    right:40px;
    display:flex;
    flex-direction:column
}
@media screen and (max-width: 1599px) {
    #rv-6-banner__slider-nav {
        right:20px
    }
}
@media screen and (max-width: 1399px) {
    #rv-6-banner__slider-nav {
        right:15px
    }
}
@media screen and (max-width: 767px) {
    #rv-6-banner__slider-nav {
        right:12px
    }
}
@media screen and (max-width: 479px) {
    #rv-6-banner__slider-nav {
        position:static;
        translate:0 0;
        flex-direction:row;
        justify-content:center
    }
}
#rv-6-banner__slider-nav button {
    font-size:16px
}
.rv-7-banner {
    background:url(../img/rv-7-banner-bg.html) no-repeat center center;
    background-size:cover;
    padding:85px 55px 135px;
    position:relative;
    overflow:hidden
}
@media screen and (max-width: 1399px) {
    .rv-7-banner {
        padding:65px 55px 115px
    }
}
@media screen and (max-width: 991px) {
    .rv-7-banner {
        text-align:center
    }
}
@media screen and (max-width: 575px) {
    .rv-7-banner {
        padding:65px 0 115px
    }
}
.rv-7-banner__slide {
    overflow:hidden
}
.rv-7-banner__slide.swiper-slide-active .rv-7-banner__infos>* {
    transform:translateX(0);
    opacity:1
}
.rv-7-banner__slide.swiper-slide-active .rv-7-def-btn {
    transform:translateY(0);
    opacity:1
}
.rv-7-banner__sub-title {
    color:#e9a727;
    font-size:20px;
    margin-bottom:19px
}
@media screen and (max-width: 767px) {
    .rv-7-banner__sub-title {
        margin-bottom:9px
    }
}
@media screen and (max-width: 479px) {
    .rv-7-banner__sub-title {
        font-size:18px
    }
}
.rv-7-banner__title {
    color:var(--white-f);
    font-size:64px;
    font-weight:700;
    line-height:109.375%;
    margin-bottom:38px
}
@media screen and (max-width: 1399px) {
    .rv-7-banner__title {
        font-size:60px
    }
}
@media screen and (max-width: 1199px) {
    .rv-7-banner__title {
        font-size:50px;
        margin-bottom:28px
    }
}
@media screen and (max-width: 991px) {
    .rv-7-banner__title {
        font-size:45px;
        margin-bottom:18px
    }
}
@media screen and (max-width: 767px) {
    .rv-7-banner__title {
        font-size:40px
    }
}
@media screen and (max-width: 575px) {
    .rv-7-banner__title {
        font-size:35px
    }
}
@media screen and (max-width: 479px) {
    .rv-7-banner__title {
        font-size:30px
    }
}
.rv-7-banner__infos {
    align-items:center
}
@media screen and (max-width: 1399px) {
    .rv-7-banner__infos {
        gap:25px
    }
}
@media screen and (max-width: 1199px) {
    .rv-7-banner__infos {
        flex-wrap:wrap;
        row-gap:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-7-banner__infos {
        justify-content:center
    }
}
@media screen and (max-width: 767px) {
    .rv-7-banner__infos {
        row-gap:10px
    }
}
.rv-7-banner__infos>* {
    transform:translateX(-20px);
    opacity:0;
    transition:.6s ease
}
.rv-7-banner__infos>*:nth-child(2) {
    transition-delay:.2s
}
.rv-7-banner__infos>*:nth-child(3) {
    transition-delay:.4s
}
.rv-7-banner-info img {
    max-width:40px;
    max-height:40px;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (max-width: 767px) {
    .rv-7-banner-info img {
        max-width:30px;
        max-height:30px
    }
}
@media screen and (max-width: 479px) {
    .rv-7-banner-info img {
        max-width:25px;
        max-height:25px
    }
}
.rv-7-banner .rv-7-def-btn {
    margin-top:54px;
    transform:translateY(80%);
    opacity:0;
    transition:.4s ease,transform .8s ease .3s,opacity 1.5s ease .3s
}
@media screen and (max-width: 1399px) {
    .rv-7-banner .rv-7-def-btn {
        margin-top:44px
    }
}
@media screen and (max-width: 1199px) {
    .rv-7-banner .rv-7-def-btn {
        margin-top:34px
    }
}
@media screen and (max-width: 991px) {
    .rv-7-banner .rv-7-def-btn {
        margin-top:24px
    }
}
.rv-7-banner__img {
    text-align:end
}
@media screen and (max-width: 991px) {
    .rv-7-banner__img {
        text-align:center
    }
}
.rv-7-banner__img img {
    max-height:450px;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (max-width: 767px) {
    .rv-7-banner__img img {
        max-width:300px
    }
}
.rv-7-banner__vector {
    position:absolute;
    pointer-events:none
}
.rv-7-banner__vector--1 {
    left:0;
    top:65px
}
.rv-7-banner__vector--2 {
    bottom:0;
    right:0
}
.rv-7-slider-nav {
    position:absolute;
    top:50%;
    translate:-50% -50%;
    left:50%;
    width:calc(100% - 100px);
    justify-content:space-between;
    visibility:hidden
}
@media screen and (max-width: 1599px) {
    .rv-7-slider-nav {
        width:calc(100% - 15px)
    }
}
@media screen and (max-width: 575px) {
    .rv-7-slider-nav {
        position:static;
        translate:none;
        justify-content:center;
        gap:10px;
        padding-top:15px
    }
}
.rv-7-slider-nav button {
    visibility:visible;
    background-color:rgba(255,255,255,.2);
    color:var(--white-f);
    border-color:rgba(255,255,255,.05)
}
.rv-7-slider-nav button:hover {
    background-color:var(--white-f);
    color:var(--black);
    border-color:var(--white-f)
}
.rv-7-def-btn {
    border-radius:30px;
    background:var(--white-f);
    height:45px;
    line-height:45px
}
.rv-8-banner {
    background-color:#033e84;
    position:relative;
    z-index:1;
    overflow:hidden
}
@media screen and (min-width: 1500px) {
    .rv-8-banner>.container {
        max-width:1400px
    }
}
@media screen and (min-width: 1700px) {
    .rv-8-banner>.container {
        max-width:1600px
    }
}
.rv-8-banner__txt {
    padding:220px 0 260px
}
@media screen and (max-width: 1599px) {
    .rv-8-banner__txt {
        padding:190px 0 230px
    }
}
@media screen and (max-width: 1399px) {
    .rv-8-banner__txt {
        padding:160px 0 200px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__txt {
        padding:130px 0 170px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-banner__txt {
        padding:80px 0 170px
    }
}
@media screen and (max-width: 575px) {
    .rv-8-banner__txt {
        padding:60px 0 170px
    }
}
.rv-8-banner__sub-title {
    color:rgba(255,255,255,.7);
    margin-bottom:13px
}
.rv-8-banner__sub-title::before {
    background-color:var(--white-f)
}
.rv-8-banner__title {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:66px;
    font-weight:800;
    line-height:112.121%;
    margin-bottom:22px
}
@media screen and (min-width: 1500px) {
    .rv-8-banner__title {
        font-size:64px
    }
}
@media screen and (max-width: 1499px) {
    .rv-8-banner__title {
        font-size:60px
    }
}
@media screen and (max-width: 1399px) {
    .rv-8-banner__title {
        font-size:50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__title {
        font-size:42px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-banner__title {
        font-size:38px
    }
}
@media screen and (max-width: 575px) {
    .rv-8-banner__title {
        font-size:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-banner__title {
        font-size:30px
    }
}
.rv-8-banner__descr {
    color:rgba(255,255,255,.7);
    font-family: 'Poppins';
    font-size:16px;
    font-weight:400;
    line-height:162.5%;
    width:75%;
    margin-bottom:42px
}
@media screen and (max-width: 991px) {
    .rv-8-banner__descr {
        width:80%;
        margin-bottom:37px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-banner__descr {
        width:100%;
        margin-bottom:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-banner__descr {
        margin-bottom:22px
    }
}
.rv-8-banner .rv-8-def-btn {
    border:1px solid rgba(255,255,255,.18);
    background-color:rgba(0,0,0,0)
}
.rv-8-banner .rv-8-def-btn:hover {
    color:var(--white-f);
    background-color:#1c74e9;
    border-color:#1c74e9
}
.rv-8-banner__img {
    position:relative;
    z-index:-1
}
@media screen and (max-width: 991px) {
    .rv-8-banner__img {
        position:absolute;
        bottom:0
    }
}
.rv-8-banner__img::before {
    content:"";
    position:absolute;
    border-radius:580px;
    background:#0ccace;
    filter:blur(250px);
    width:580px;
    height:580px;
    z-index:-3
}
.rv-8-banner__img img {
    max-width:786px;
    margin-left:-235px
}
@media screen and (max-width: 1399px) {
    .rv-8-banner__img img {
        max-width:726px;
        margin-left:-205px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__img img {
        max-width:590px;
        margin-left:-175px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-banner__img img {
        margin-left:0
    }
}
@media screen and (max-width: 767px) {
    .rv-8-banner__img img {
        margin-left:-175px
    }
}
.rv-8-banner__vector {
    position:absolute;
    z-index:-1
}
.rv-8-banner__vector--1 {
    bottom:92px;
    left:0
}
.rv-8-banner__vector--2 {
    top:112px;
    left:108px
}
.rv-8-banner__vector--3 {
    bottom:0;
    right:0
}
.rv-8-banner__form-area {
    background-color:#002a5b;
    padding:45px 40px 50px;
    width:-moz-max-content;
    width:max-content;
    max-width:100%;
    margin-left:auto
}
@media screen and (max-width: 1399px) {
    .rv-8-banner__form-area {
        padding:35px 30px 40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__form-area {
        padding:25px 25px 30px
    }
}
.rv-8-banner__form-area h5 {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:24px;
    font-weight:700;
    margin-bottom:22px
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__form-area h5 {
        font-size:22px;
        margin-bottom:17px
    }
}
.rv-8-banner__form {
    display:flex;
    flex-direction:column;
    width:330px
}
@media screen and (max-width: 1399px) {
    .rv-8-banner__form {
        width:270px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__form {
        width:auto
    }
}
.rv-8-banner__form select,.rv-8-banner__form input {
    border:1px solid rgba(255,255,255,.18);
    margin-bottom:14px;
    color:var(--white-f);
    padding:9px 25px;
    color-scheme:dark;
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:500;
    background-color:rgba(0,0,0,0)
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__form select,.rv-8-banner__form input {
        padding:7px 15px
    }
}
.rv-8-banner__form select::-moz-placeholder, .rv-8-banner__form input::-moz-placeholder {
    color:rgba(255,255,255,.7)
}
.rv-8-banner__form select::placeholder,.rv-8-banner__form input::placeholder {
    color:rgba(255,255,255,.7)
}
.rv-8-banner__form select:focus,.rv-8-banner__form select:focus-visible {
    outline:none
}
.rv-8-banner__form select:focus option,.rv-8-banner__form select:focus-visible option {
    background-color:#002a5b
}
.rv-8-banner__form .rv-3-def-btn {
    background-color:#1c74e9;
    border-color:#1c74e9
}
@media screen and (max-width: 1199px) {
    .rv-8-banner__form .rv-3-def-btn {
        height:37px;
        line-height:34px
    }
}
.rv-8-banner__form .rv-3-def-btn:hover {
    background-color:rgba(0,0,0,0)
}
.rv-9-banner {
    position:relative
}
.rv-9-banner-slide {
    background:url(../img/rv-9-banner-1.jpg) no-repeat center center;
    background-size:cover;
    padding:243px 0 250px
}
@media screen and (max-width: 1399px) {
    .rv-9-banner-slide {
        padding:193px 0 200px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-banner-slide {
        padding:143px 0 150px
    }
}
@media screen and (max-width: 991px) {
    .rv-9-banner-slide {
        padding:123px 0 130px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-banner-slide {
        padding:103px 0 110px
    }
}
@media screen and (max-width: 575px) {
    .rv-9-banner-slide {
        padding:88px 0 105px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-banner-slide {
        padding:78px 0 95px
    }
}
.rv-9-banner-slide--2 {
    background-image:url(../img/rv-9-banner-2.jpg)
}
.rv-9-banner-slide--3 {
    background-image:url(../img/rv-9-banner-3.jpg)
}
.rv-9-banner-slide.swiper-slide-active .rv-9-banner__txt::before {
    animation:flip-in-ver-left 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) .2s both
}
.rv-9-banner-slide.swiper-slide-active .rv-9-banner-btn {
    transform:translateY(0);
    opacity:1
}
.rv-9-banner__txt {
    position:relative;
    z-index:1
}
.rv-9-banner__txt::before {
    content:"";
    z-index:-1;
    position:absolute;
    width:calc(100% - 220px);
    height:calc(100% + 263px);
    left:-140px;
    border:1px solid rgba(101,171,3,.5);
    opacity:.6;
    background:#081c15;
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    top:50%;
    translate:0 -50%
}
.rv-9-banner__title {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:75px;
    font-weight:700;
    line-height:106.667%;
    margin-bottom:48px
}
@media screen and (max-width: 1399px) {
    .rv-9-banner__title {
        font-size:65px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-banner__title {
        font-size:60px;
        margin-bottom:38px
    }
}
@media screen and (max-width: 991px) {
    .rv-9-banner__title {
        font-size:52px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-banner__title {
        font-size:45px;
        margin-bottom:30px
    }
}
@media screen and (max-width: 575px) {
    .rv-9-banner__title {
        font-size:40px;
        margin-bottom:25px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-banner__title {
        font-size:35px;
        margin-bottom:20px
    }
}
.rv-9-banner__sub-title {
    color:var(--white-f);
    border-color:rgba(255,255,255,.2);
    margin-bottom:27px
}
@media screen and (max-width: 767px) {
    .rv-9-banner__sub-title {
        margin-bottom:22px
    }
}
@media screen and (max-width: 575px) {
    .rv-9-banner__sub-title {
        margin-bottom:17px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-banner__sub-title {
        margin-bottom:12px
    }
}
.rv-9-banner__sub-title::before {
    background-color:var(--white-f)
}
.rv-9-banner-btn {
    background-color:#65ab03;
    border-color:#65ab03;
    height:54px;
    line-height:50px;
    padding:0 42px;
    font-weight:700;
    border-radius:30px;
    transform:translateY(100%);
    opacity:0;
    transition:.4s ease,transform 2.2s ease .2s,opacity 2.2s ease .2s
}
@media screen and (max-width: 1199px) {
    .rv-9-banner-btn {
        height:48px;
        line-height:45px;
        padding:0 32px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-banner-btn {
        height:45px;
        line-height:42px;
        padding:0 27px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-banner-btn {
        height:40px;
        line-height:38px;
        padding:0 23px
    }
}
.rv-9-banner .rv-9-slider-dots {
    position:absolute;
    right:80px;
    top:50%;
    translate:0 -50%;
    z-index:2;
    left:auto;
    flex-direction:column;
    width:-moz-max-content;
    width:max-content
}
@media screen and (max-width: 991px) {
    .rv-9-banner .rv-9-slider-dots {
        right:50px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-banner .rv-9-slider-dots {
        right:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-banner .rv-9-slider-dots {
        flex-direction:row;
        top:auto;
        bottom:10px;
        right:50%;
        translate:50% 0
    }
}
@keyframes flip-in-ver-left {
    0% {
        transform:rotateY(80deg);
        opacity:0
    }
    100% {
        transform:rotateY(0);
        opacity:.6
    }
}
.rv-10-banner {
    text-align:center
}
.rv-10-banner__slide {
    padding:240px 0 283px;
    background:url(../img/rv-10-banner-1.html) no-repeat center center;
    background-size:cover
}
@media screen and (max-width: 1399px) {
    .rv-10-banner__slide {
        padding:180px 0 223px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-banner__slide {
        padding:160px 0 193px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-banner__slide {
        padding:140px 0 163px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-banner__slide {
        padding:100px 0 123px
    }
}
.rv-10-banner__slide--2 {
    background-image:url(../img/rv-10-banner-2.html)
}
.rv-10-banner__slide--3 {
    background-image:url(../img/rv-10-banner-3.html)
}
.rv-10-banner__slide.swiper-slide-active .rv-10-banner__btns>* {
    transform:translateY(0);
    opacity:1
}
.rv-10-banner__sub-title {
    color:var(--white-f);
    font-size:22px;
    margin-bottom:26px
}
@media screen and (max-width: 991px) {
    .rv-10-banner__sub-title {
        margin-bottom:18px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-banner__sub-title {
        font-size:20px
    }
}
.rv-10-banner__sub-title .styled {
    background-color:#efc329;
    color:var(--black);
    padding:0 3px
}
.rv-10-banner__title {
    color:var(--white-f);
    font-size:70px;
    font-weight:800;
    line-height:114.286%;
    margin-bottom:55px
}
@media screen and (max-width: 1399px) {
    .rv-10-banner__title {
        font-size:60px;
        margin-bottom:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-banner__title {
        font-size:50px;
        margin-bottom:30px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-banner__title {
        font-size:40px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-banner__title {
        font-size:34px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-banner__title {
        font-size:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-10-banner__title {
        font-size:28px
    }
}
.rv-10-banner__btns {
    display:flex;
    gap:15px;
    justify-content:center
}
.rv-10-banner__btns>* {
    opacity:0;
    transform:translateY(60%);
    transition:.4s ease,opacity 1.4s ease .5s,transform 1.4s ease .5s
}
.rv-10-banner__btns>*:last-child {
    transition:.4s ease,opacity 1.4s ease .8s,transform 1.4s ease .8s
}
.rv-10-banner__btn:hover {
    color:var(--white-f)
}
.rv-10-banner__btn--2 {
    border-radius:6px;
    background-color:rgba(255,255,255,.2);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    border:none;
    color:var(--white-f)
}
.rv-10-banner__btn--2:hover {
    background-color:var(--white-f);
    color:var(--black)
}
.rv-10-banner .rv-7-slider-nav {
    z-index:1
}
@media screen and (max-width: 767px) {
    .rv-10-banner .rv-7-slider-nav {
        bottom:20px;
        position:absolute;
        top:auto;
        translate:-50% 0;
        width:-moz-max-content;
        width:max-content
    }
}
.rv-10-banner .rv-7-slider-nav button {
    border-radius:6px
}
@media screen and (max-width: 479px) {
    .rv-10-banner .rv-7-slider-nav button {
        width:40px;
        height:40px;
        line-height:37px
    }
}
.rv-10-colored {
    color:#efc329
}
.rv-11-banner__slide {
    background:url(../img/rv-11-banner-1.html) no-repeat center center;
    background-size:cover;
    padding:260px 0 285px
}
@media screen and (max-width: 1599px) {
    .rv-11-banner__slide {
        padding:190px 0 215px
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-banner__slide {
        padding:160px 0 195px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-banner__slide {
        padding:110px 0 145px
    }
}
@media screen and (max-width: 767px) {
    .rv-11-banner__slide {
        padding:110px 0 115px
    }
}
@media screen and (max-width: 479px) {
    .rv-11-banner__slide {
        padding:90px 0 115px
    }
}
.rv-11-banner__slide--2 {
    background-image:url(../img/rv-11-banner-2.html)
}
.rv-11-banner__slide--3 {
    background-image:url(../img/rv-11-banner-3.html)
}
.rv-11-banner__slide.swiper-slide-active .cell {
    transform:translateX(100%);
    transition:1.5s ease
}
.rv-11-banner__slide.swiper-slide-active .cell:nth-child(2) {
    transform:translateX(-100%)
}
.rv-11-banner__txt {
    text-align:center;
    color:var(--white-f)
}
.rv-11-banner__sub-title {
    color:var(--white-f)
}
.rv-11-banner__sub-title span {
    background-color:var(--white-f)
}
.rv-11-banner__sub-title span::before,.rv-11-banner__sub-title span::after {
    background-color:var(--white-f);
    opacity:90%
}
.rv-11-banner__title {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:60px;
    font-weight:700;
    line-height:123.333%;
    margin-bottom:50px
}
@media screen and (max-width: 1399px) {
    .rv-11-banner__title {
        font-size:50px;
        margin-bottom:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-banner__title {
        margin-bottom:30px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-banner__title {
        font-size:40px
    }
}
@media screen and (max-width: 767px) {
    .rv-11-banner__title {
        font-size:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-11-banner__title {
        font-size:26px;
        margin-bottom:20px
    }
}
.rv-11-banner .rv-7-slider-nav {
    z-index:1
}
@media screen and (max-width: 575px) {
    .rv-11-banner .rv-7-slider-nav {
        position:absolute;
        left:50%;
        translate:-50% 0;
        bottom:20px;
        top:auto
    }
}
.rv-11-banner .rv-7-slider-nav button {
    border-radius:14px 0
}
.rv-11-banner .rv-7-slider-nav button:last-child {
    border-radius:0 14px
}
.rv-11-banner .rv-11-def-btn {
    background-color:var(--white-f);
    border-color:var(--white-f);
    color:var(--black);
    font-weight:700
}
@keyframes rv-11-slide-right {
    0% {
        right:-10px
    }
    50% {
        border-radius:50%
    }
    100% {
        right:100%;
        border-radius:0
    }
}
@keyframes rv-11-slide-left {
    0% {
        left:-10px
    }
    50% {
        border-radius:50%
    }
    100% {
        left:100%;
        border-radius:0
    }
}
.rv-12-banner {
    position:relative
}
.rv-12-banner__slide {
    background:url(../img/rv-12-banner-bg-1.jpg) no-repeat center center;
    background-size:cover;
    padding:270px 0 317px
}
@media screen and (max-width: 1399px) {
    .rv-12-banner__slide {
        padding:200px 0 247px
    }
}
@media screen and (max-width: 1199px) {
    .rv-12-banner__slide {
        padding:180px 0 217px
    }
}
@media screen and (max-width: 991px) {
    .rv-12-banner__slide {
        padding:160px 0 197px
    }
}
@media screen and (max-width: 767px) {
    .rv-12-banner__slide {
        padding:140px 0 207px
    }
}
@media screen and (max-width: 479px) {
    .rv-12-banner__slide {
        padding:110px 0 197px
    }
}
.rv-12-banner__slide::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-color: rgb(5 5 5 / 16%);
}
.rv-12-banner__slide .rv-10-section__sub-title {
    margin-bottom:10px;
    color:#fff;
}
.rv-12-banner__slide .rv-11-banner__title {
    font-size:70px;
    line-height:114.286%;
    margin-bottom:40px
}
@media screen and (max-width: 1399px) {
    .rv-12-banner__slide .rv-11-banner__title {
        font-size:60px;
        margin-bottom:30px;
        color:#fff;
    }
}
@media screen and (max-width: 1199px) {
    .rv-12-banner__slide .rv-11-banner__title {
        font-size:50px;
        color:#fff;
    }
}
@media screen and (max-width: 991px) {
    .rv-12-banner__slide .rv-11-banner__title {
        font-size:40px;
        margin-bottom:20px;
        color:#fff;
    }
}
@media screen and (max-width: 767px) {
    .rv-12-banner__slide .rv-11-banner__title {
        font-size:35px;
        margin-bottom:15px;
        color:#fff;
    }
}
@media screen and (max-width: 575px) {
    .rv-12-banner__slide .rv-11-banner__title {
        font-size:32px;
        color:#fff;;
    }
}
@media screen and (max-width: 479px) {
    .rv-12-banner__slide .rv-11-banner__title {
        font-size:28px;
        color:#fff;
    }
}
.rv-12-banner__slide--2 {
    background-image:url(../img/rv-12-banner-bg-2.jpg)
}
.rv-12-banner__slide--3 {
    background-image:url(../img/rv-12-banner-bg-3.jpg)
}
.rv-12-banner__btn {
    padding:0 45px;
    background:none;
    border:1px solid rgba(255,255,255,.24);
    height:46px;
    line-height:42px
}
.rv-12-banner__btn:hover {
    color:var(--black)
}
@media screen and (max-width: 767px) {
    .rv-12-banner .rv-3-banner__socials {
        left:50%;
        flex-direction:row;
        translate:-50% 0;
        bottom:100px;
        top:auto;
        width:-moz-max-content;
        width:max-content
    }
}
@media screen and (max-width: 767px) {
    .rv-12-banner .rv-3-banner__socials h6 {
        writing-mode:horizontal-tb
    }
}
@media screen and (max-width: 767px) {
    .rv-12-banner .rv-3-banner__socials h6::before {
        top:50%;
        left:calc(100% + 8px);
        translate:0 -50%;
        height:2px;
        width:14px
    }
}
@media screen and (max-width: 767px) {
    .rv-12-banner .rv-3-banner__socials ul {
        flex-direction:row
    }
}
.rv-12-banner .rv-3-banner__socials a:hover {
    background-color:#509e0f;
    border-color:#509e0f
}
.swiper-horizontal>.rv-12-banner__dots {
    display:inline-flex;
    flex-direction:column;
    gap:30px;
    position:absolute;
    top:50%;
    left:auto;
    right:40px;
    translate:0 -50%;
    z-index:1;
    bottom:auto;
    width:-moz-max-content;
    width:max-content
}
@media screen and (max-width: 991px) {
    .swiper-horizontal>.rv-12-banner__dots {
        right:20px
    }
}
@media screen and (max-width: 767px) {
    .swiper-horizontal>.rv-12-banner__dots {
        gap:20px;
        left:50%;
        top:auto;
        bottom:65px;
        flex-direction:row;
        translate:-50% 0
    }
}
.swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet {
    width:auto;
    height:auto;
    line-height:1;
    background:none;
    color:#707070;
    font-family: 'Poppins';
    font-size:15px;
    font-weight:700;
    position:relative;
    opacity:1;
    writing-mode:vertical-lr;
    transition:.4s ease
}
@media screen and (max-width: 767px) {
    .swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet {
        margin-bottom:0;
        writing-mode:horizontal-tb;
        margin-right:0
    }
}
.swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet::before {
    content:"";
    position:absolute;
    top:calc(100% + 10px);
    left:50%;
    translate:-50% 0;
    height:0px;
    width:1px;
    background-color:var(--white-f);
    transition:.4s ease
}
@media screen and (max-width: 767px) {
    .swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet::before {
        width:0;
        height:1px;
        left:calc(100% + 5px);
        top:50%;
        translate:0 -50%
    }
}
.swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet-active {
    color:var(--white-f);
    margin-bottom:100px;
    scale:1.46
}
@media screen and (max-width: 767px) {
    .swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet-active {
        margin-right:70px;
        margin-bottom:0
    }
}
.swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet-active::before {
    height:69px
}
@media screen and (max-width: 767px) {
    .swiper-horizontal>.rv-12-banner__dots .swiper-pagination-bullet-active::before {
        width:40px;
        height:1px;
        left:calc(100% + 5px);
        top:50%;
        translate:0 -50%
    }
}
.rv-13-banner {
    background-color:#f6f4f2
}
@media screen and (min-width: 1400px) {
    .rv-13-banner .container {
        max-width:1600px
    }
}
.rv-13-banner__txt {
    position:relative;
    color:var(--black);
    margin:135px 0;
    z-index:1
}
@media screen and (max-width: 991px) {
    .rv-13-banner__txt {
        margin:115px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-13-banner__txt {
        margin:60px 0;
        text-align:center
    }
}
@media screen and (max-width: 575px) {
    .rv-13-banner__txt {
        margin:60px 0 40px
    }
}
.rv-13-banner__txt .rv-3-def-btn {
    background-color:#ab8e66;
    border-color:#ab8e66
}
.rv-13-banner__txt .rv-3-def-btn:hover {
    background-color:rgba(0,0,0,0)
}
.rv-13-banner .rv-10-section__sub-title {
    margin-bottom:15px
}
.rv-13-banner__title {
    font-family: 'Poppins';
    font-size:80px;
    font-weight:700;
    line-height:95%;
    margin-bottom:35px
}
@media screen and (max-width: 1599px) {
    .rv-13-banner__title {
        margin-bottom:25px;
        font-size:75px
    }
}
@media screen and (max-width: 1399px) {
    .rv-13-banner__title {
        font-size:65px
    }
}
@media screen and (max-width: 1199px) {
    .rv-13-banner__title {
        font-size:55px
    }
}
@media screen and (max-width: 991px) {
    .rv-13-banner__title {
        font-size:50px
    }
}
@media screen and (max-width: 767px) {
    .rv-13-banner__title {
        font-size:45px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 575px) {
    .rv-13-banner__title {
        font-size:35px;
        margin-bottom:15px
    }
}
@media screen and (max-width: 479px) {
    .rv-13-banner__title {
        font-size:30px
    }
}
.rv-13-banner__short-descr {
    font-family:Oldenburg;
    font-size:26px;
    font-weight:400;
    margin-bottom:56px
}
@media screen and (max-width: 1599px) {
    .rv-13-banner__short-descr {
        margin-bottom:46px
    }
}
@media screen and (max-width: 1199px) {
    .rv-13-banner__short-descr {
        margin-bottom:36px;
        font-size:22px
    }
}
@media screen and (max-width: 767px) {
    .rv-13-banner__short-descr {
        margin-bottom:26px
    }
}
@media screen and (max-width: 479px) {
    .rv-13-banner__short-descr {
        margin-bottom:20px;
        font-size:18px
    }
}
.rv-13-banner__short-descr .styled {
    position:relative;
    background:url(../img/rv-13-banner-vector-4.html) no-repeat 10% center;
    background-size:contain
}
.rv-13-banner__right {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px
}
@media screen and (max-width: 767px) {
    .rv-13-banner__right {
        justify-content:center;
        margin-bottom:60px;
        gap:0
    }
}
.rv-13-banner__img img {
    height:700px
}
@media screen and (max-width: 1599px) {
    .rv-13-banner__img img {
        height:640px
    }
}
@media screen and (max-width: 1399px) {
    .rv-13-banner__img img {
        height:575px
    }
}
@media screen and (max-width: 1199px) {
    .rv-13-banner__img img {
        height:540px
    }
}
@media screen and (max-width: 991px) {
    .rv-13-banner__img img {
        display:none
    }
}
.rv-13-banner-prod-col {
    width:270px;
    display:flex;
    flex-direction:column;
    gap:158px;
    position:relative
}
@media screen and (max-width: 991px) {
    .rv-13-banner-prod-col {
        gap:78px
    }
}
@media screen and (max-width: 767px) {
    .rv-13-banner-prod-col {
        gap:38px
    }
}
@media screen and (max-width: 479px) {
    .rv-13-banner-prod-col {
        gap:28px
    }
}
.rv-13-banner-prod-col .rv-13-banner__vectors {
    top:-45px;
    right:-70px
}
.rv-13-banner-prod-col .rv-13-banner__vectors img {
    position:static
}
.rv-13-banner-prod {
    color:var(--black);
    font-family: 'Poppins';
    text-align:center;
    opacity:0 !important;
    pointer-events:none
}
.rv-13-banner-prod.swiper-slide-active {
    opacity:1 !important;
    pointer-events:all
}
.rv-13-banner-prod__img {
    width:270px;
    height:270px;
    background-color:var(--white-f);
    border:1px solid rgba(5,5,5,.14);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:26px
}
.rv-13-banner-prod__title {
    font-size:18px;
    font-weight:700;
    margin-bottom:3px
}
.rv-13-banner-prod__title a:hover {
    color:#ab8e66
}
.rv-13-banner-prod__brand {
    font-size:14px;
    font-weight:500;
    opacity:.8
}
.rv-13-banner-prod__brand a {
    color:var(--black)
}
.rv-13-banner__vectors img {
    position:absolute;
    pointer-events:none;
    animation:rotate-center 3s ease-in-out infinite both;
    z-index:-1
}
.rv-13-banner__vectors img.vector-1 {
    top:-18px;
    left:250px
}
.rv-13-banner__vectors img.vector-2 {
    right:70px;
    bottom:60px
}
@keyframes rotate-center {
    0% {
        transform:rotate(0);
        scale:1
    }
    33% {
        transform:rotate(90deg);
        scale:1
    }
    66% {
        transform:rotate(90deg);
        scale:0
    }
    100% {
        transform:rotate(90deg);
        scale:1
    }
}
.rv-14-banner {
    background:url(../img/rv-14-banner-bg.jpg) no-repeat center center;
    background-size:cover;
    padding:250px 0 230px;
    position:relative;
    z-index:1;
    overflow:hidden
}
@media screen and (max-width: 1199px) {
    .rv-14-banner {
        padding:230px 0 210px
    }
}
@media screen and (max-width: 991px) {
    .rv-14-banner {
        padding:210px 0 190px
    }
}
@media screen and (max-width: 767px) {
    .rv-14-banner {
        padding:220px 0 190px
    }
}
@media screen and (max-width: 575px) {
    .rv-14-banner {
        padding:240px 0 190px
    }
}
@media screen and (max-width: 479px) {
    .rv-14-banner {
        padding:260px 0 190px
    }
}
.rv-14-banner::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    background-color:#174e5e;
    mix-blend-mode:multiply
}
.rv-14-banner__sub-title {
    color:var(--white-f);
    margin-bottom:20px
}
.rv-14-banner__title {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:90px;
    font-weight:800;
    line-height:106.667%;
    margin-bottom:45px
}
@media screen and (max-width: 1599px) {
    .rv-14-banner__title {
        font-size:80px
    }
}
@media screen and (max-width: 1399px) {
    .rv-14-banner__title {
        font-size:70px
    }
}
@media screen and (max-width: 1199px) {
    .rv-14-banner__title {
        font-size:60px
    }
}
@media screen and (max-width: 991px) {
    .rv-14-banner__title {
        font-size:50px;
        margin-bottom:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-14-banner__title {
        font-size:40px;
        margin-bottom:25px
    }
}
@media screen and (max-width: 575px) {
    .rv-14-banner__title {
        font-size:35px
    }
}
@media screen and (max-width: 479px) {
    .rv-14-banner__title {
        font-size:30px
    }
}
.rv-14-banner .rv-14-def-btn:hover {
    color:var(--white-f);
    border-color:var(--white-f)
}
.rv-14-banner .wave {
    background:url(../img/wave-2.html) repeat-x;
    position:absolute;
    bottom:-77px;
    width:6400px;
    height:198px;
    animation:wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    z-index:2
}
@keyframes wave {
    0% {
        margin-left:0
    }
    100% {
        margin-left:-1600px
    }
}
.rv-15-banner_section {
    position:relative;
    z-index:1
}
.rv-15-banner_section .swiper-notification {
    display:none
}
.rv-15-banner_section .rv-15-banner_slider_prev {
    left:2%;
    font-size:20px;
    z-index:1;
    top:50%;
    position:absolute;
    color:#fff;
    border:1px solid #ddd;
    background:rgba(0,0,0,0);
    transition:.5s;
    height:50px;
    width:50px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center
}
.rv-15-banner_section .rv-15-banner_slider_prev:hover {
    background:#f35b04;
    border:1px solid rgba(0,0,0,0)
}
.rv-15-banner_section .rv-15-banner_slider_next {
    right:2%;
    font-size:20px;
    z-index:1;
    top:50%;
    position:absolute;
    color:#fff;
    border:1px solid #ddd;
    padding:10px 10px;
    background:rgba(0,0,0,0);
    transition:.5s;
    height:50px;
    width:50px;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center
}
.rv-15-banner_section .rv-15-banner_slider_next:hover {
    background:#f35b04;
    border:1px solid rgba(0,0,0,0)
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-banner_slider_navigations {
        display:none
    }
}
.rv-15-banner_section .rv-15-single_slide {
    align-items:center;
    position:relative;
    z-index:1;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
    background-image:url("../img/slider/slider_bg_6.html")
}
.rv-15-banner_section .rv-15-single_slide::after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index:-1
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content {
    padding:200px 50px
}
@media only screen and (min-width: 1200px)and (max-width: 1399px),only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content {
        padding-left:150px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content {
        padding:120px 0
    }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area {
    display:flex;
    align-items:center;
    -moz-column-gap:20px;
    column-gap:20px;
    margin-bottom:40px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area {
        margin-bottom:10px
    }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area .rv_6_banner_content_play_btn {
    color:#fff
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area .rv_6_banner_content_play_btn i {
    background:#fff;
    color:#081c15;
    height:54px;
    width:54px;
    border-radius:50%;
    text-align:center;
    line-height:54px;
    margin-right:15px;
    animation:pulse 1.5s linear infinite;
    transition:all .4s ease
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-banner_button_area .rv_6_banner_content_play_btn i:hover {
    background:#081c15;
    color:#fff
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-devider_line {
    height:1px;
    width:300px;
    background:rgba(255,255,255,.3);
    margin:40px 0 50px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-devider_line {
        margin-bottom:30px
    }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_subtitle {
    font-size:16px;
    color:rgba(255,255,255,.8);
    opacity:.5;
    text-transform:uppercase;
    padding-bottom:10px;
    font-family:"Poppins", sans-serif;
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
    color:#fff;
    font-weight:600;
    font-size:70px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 1200px)and (max-width: 1399px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
        font-size:50px;
        margin-bottom:50px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
        margin-bottom:100px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
        font-size:40px;
        padding-bottom:100px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_content .rv-15-slider_title {
        font-size:30px;
        margin-bottom:30px
    }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box {
    position:absolute;
    right:20%;
    background:#050505;
    height:200px;
    width:500px;
    bottom:0;
    padding:60px 70px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box {
        height:180px;
        width:auto;
        padding:50px 40px;
        left:0;
        text-align:left
    }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box::after {
    position:absolute;
    content:"";
    left:14%;
    top:20%;
    height:1px;
    background:#fff;
    width:80px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box::after {
        left:9%
    }
}
.rv-15-banner_section .rv-15-single_slide .rv-15-slider_text_box p {
    font-family:"Poppins", sans-serif;;
    color:rgba(255,255,255,.7)
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-slider_title {
    animation:fadeInUp 1.5s
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-slider_subtitle {
    animation:fadeInUp 1s
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-banner_button_area {
    animation:fadeInUp 1s
}
.rv-15-banner_section .rv-15-single_slide.swiper-slide-active .rv-15-slider_text_box {
    animation:fadeInUp 1s
}
.rv-16-banner_section {
    position:relative;
    z-index:2
}
.rv-16-banner_section .owl-dots {
    position:absolute;
    top:50%;
    right:80px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:15px;
    z-index:8;
    transform:translatey(-50%)
}
@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .rv-16-banner_section .owl-dots {
        right: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .owl-dots {
        right:35px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .owl-dots {
        right:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .owl-dots {
        display:none
    }
}
.rv-16-banner_section .owl-dots button.owl-dot {
    background-color:#fff;
    width:20px;
    height:2px;
    transition:.4s ease;
    counter-increment:indexNumber;
    position:relative
}
.rv-16-banner_section .owl-dots button.owl-dot::before {
    content:"0" counter(indexNumber);
    position:absolute;
    right:calc(100% + 13px);
    top:50%;
    translate:0 -50%;
    color:#fff;
    opacity:0;
    transition:.4s ease
}
.rv-16-banner_section .owl-dots button.owl-dot.active {
    width:50px !important;
    background:#dfe11b !important
}
.rv-16-banner_section .owl-dots button.owl-dot.active::before {
    opacity:1
}
.rv-16-banner_section .rv-16-banner_single_slide {
    padding:280px 0 200px;
    position:relative;
    z-index:1;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide {
        padding:100px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide {
        padding:70px 0 50px 0
    }
}
.rv-16-banner_section .rv-16-banner_single_slide::after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.7;
    z-index:-1;
    background:#020208
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content {
        text-align:center;
        padding:0 20px 30px 20px
    }
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
    color:#fff;
    font-size:70px;
    font-weight:700;
    padding-bottom:30px;
    max-width:650px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 1200px)and (max-width: 1399px),only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
        font-size:60px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
        font-size:40px;
        padding-bottom:15px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
        max-width:600px;
        font-size:50px;
        padding-bottom:15px;
        margin:auto;
        font-family:"Poppins", sans-serif;
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_heading {
        font-size:35px
    }
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_desc {
    color:#fff;
    opacity:50%;
    font-size:18px;
    font-weight:500;
    padding-bottom:40px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_desc {
        padding-bottom:25px
    }
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn {
    background-color:rgba(0,0,0,0);
    border:1px solid #666;
    position:relative;
    overflow:hidden;
    z-index:1;
    font-size:17px;
    text-transform:uppercase;
    display:inline-block;
    font-weight:700;
    color:#fff;
    transition:.5s ease-out;
    padding:12px 28px;
    margin-right:10px;
    font-family:"Poppins", sans-serif;
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn:hover {
    color:#020208
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn::after {
    content:"";
    display:block;
    height:100%;
    width:100%;
    transform:skew(90deg) translate(-50%, -50%);
    position:absolute;
    inset:50%;
    left:25%;
    z-index:-1;
    transition:.5s ease-out;
    background-color:#dfe11b
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn::before {
    content:"";
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    inset:50%;
    left:25%;
    z-index:-1;
    transition:.5s ease-out;
    background-color:#dfe11b;
    top:-50%;
    left:-25%;
    transform:skew(90deg) rotate(180deg) translate(-50%, -50%)
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn:hover::before {
    transform:skew(45deg) rotate(180deg) translate(-50%, -50%)
}
.rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn:hover::after {
    transform:skew(45deg) translate(-50%, -50%)
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_content .rv-16-banner_content_btn {
        padding:10px 20px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_image {
        max-width:500px;
        margin:auto;
        height:auto
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_image {
        max-width:400px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-banner_section .rv-16-banner_single_slide .rv-16-banner_image {
        max-width:350px
    }
}
.rv-16-banner_section .owl-item.active .rv-16-banner_content_heading {
    animation:fadeInUp 1.5s;
    animation-duration:1.5s
}
.rv-16-banner_section .owl-item.active .rv-16-banner_content_desc {
    animation:fadeInUp 1s;
    animation-duration:1.5s
}
.rv-16-banner_section .owl-item.active .rv-16-banner_content_btn {
    animation:fadeInUp 1s;
    animation-duration:2s
}
.rv-16-banner_section .owl-item.active .rv-16-banner_image {
    animation:fadeInRight 1.5s
}
.rv-17-banner_slider_section {
    position:relative;
    z-index:2
}
.rv-17-banner_slider_section .owl-dots {
    position:absolute;
    top:50%;
    right:80px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    z-index:8;
    transform:translateY(-50%)
}
@media only screen and (min-width: 1600px)and (max-width: 1799px),only screen and (min-width: 1400px)and (max-width: 1599px) {
    .rv-17-banner_slider_section .owl-dots {
        right:40px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .owl-dots {
        right:35px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .owl-dots {
        right:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .owl-dots {
        display:none
    }
}
.rv-17-banner_slider_section .owl-dots button.owl-dot {
    transition:.4s ease;
    counter-increment:indexNumber;
    position:relative;
    margin-bottom:10px
}
.rv-17-banner_slider_section .owl-dots button.owl-dot::before {
    content:"0" counter(indexNumber);
    position:absolute;
    right:calc(100% + 10px);
    top:74%;
    translate:0 -50%;
    color:#fff;
    opacity:1;
    transition:.4s ease;
    transform:rotate(90deg)
}
.rv-17-banner_slider_section .owl-dots button.owl-dot span {
    height:0;
    width:2px
}
.rv-17-banner_slider_section .owl-dots button.owl-dot.active {
    width:0px;
    height:150px;
    transition:.4s ease;
    position:relative;
    right:-7px;
    transform:scale(1.5)
}
.rv-17-banner_slider_section .owl-dots button.owl-dot.active span {
    height:55px;
    width:2px;
    background:#fff;
    left:-20px;
    position:absolute;
    top:36px;
    z-index:111;
    display:inline-block;
    transition:.4s ease
}
.rv-17-banner_slider_section .rv-17-banner_slider {
    padding-top:160px;
    padding-bottom:300px;
    position:relative;
    z-index:1;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider {
        padding:150px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider {
        padding:100px 0
    }
}
.rv-17-banner_slider_section .rv-17-banner_slider::after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    opacity:.5;
    z-index:-1;
    background:#020208
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_sub_heading {
    color:#fff;
    font-weight:600;
    position:relative;
    padding-left:10px;
    text-transform:uppercase;
    font-family:"Poppins", sans-serif;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_sub_heading::after {
    position:absolute;
    content:"";
    height:100%;
    width:2px;
    background:#dfe11b;
    left:0;
    top:0
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
    font-size:100px;
    font-weight:800;
    color:#fff;
    text-transform:uppercase;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
        font-size:80px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
        font-size:60px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_heading {
        font-size:40px
    }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_desc {
    color:rgba(255,255,255,.8);
    font-size:18px;
    font-weight:500;
    font-family:"Poppins", sans-serif;;
    margin-bottom:15px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_desc {
        font-size:15px
    }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta {
    display:flex;
    align-items:center;
    color:#fff;
    padding-bottom:30px;
    flex-wrap:wrap;
    gap:30px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta {
        gap:15px
    }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_rating {
    display:flex;
    align-items:center;
    -moz-column-gap:10px;
    column-gap:10px
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_tag {
    font-family:"Poppins", sans-serif;;
    font-weight:700
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_quality p {
    color:#fff;
    margin:0;
    font-weight:600;
    border:1px solid #fff;
    border-radius:30px;
    padding:0 0 0 12px;
    font-family:"Poppins", sans-serif;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_quality p span {
    font-family:"Poppins", sans-serif;;
    background:#fff;
    color:#020208;
    border-radius:13px;
    padding:0 12px;
    margin-left:7px
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_times p {
    color:#fff;
    margin:0;
    font-weight:600;
    font-family:"Poppins", sans-serif;
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_meta .movi_times p span {
    border:1px solid #fff;
    font-family:"Poppins", sans-serif;;
    border-radius:30px;
    padding:0px 12px;
    margin-left:5px
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn {
    background-color:rgba(0,0,0,0);
    border:1px solid #666;
    position:relative;
    overflow:hidden;
    z-index:1;
    font-size:17px;
    text-transform:uppercase;
    display:inline-block;
    font-weight:700;
    color:#fff;
    transition:.5s ease-out;
    padding:12px 28px;
    font-family:"Poppins", sans-serif;;
    text-transform:capitalize
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn:hover {
    color:#020208
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn::after {
    content:"";
    display:block;
    height:100%;
    width:100%;
    transform:skew(90deg) translate(-50%, -50%);
    position:absolute;
    inset:50%;
    left:25%;
    z-index:-1;
    transition:.5s ease-out;
    background-color:#dfe11b
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn::before {
    content:"";
    display:block;
    height:100%;
    width:100%;
    position:absolute;
    inset:50%;
    left:25%;
    z-index:-1;
    transition:.5s ease-out;
    background-color:#dfe11b;
    top:-50%;
    left:-25%;
    transform:skew(90deg) rotate(180deg) translate(-50%, -50%)
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn:hover::before {
    transform:skew(45deg) rotate(180deg) translate(-50%, -50%)
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-banner_content .rv-17-banner_content_btn:hover::after {
    transform:skew(45deg) translate(-50%, -50%)
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area {
    text-align:right
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area {
        text-align:center;
        margin-top:140px
    }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn {
    width:70px;
    height:70px;
    border-radius:50%;
    background-color:#f35b04;
    color:#fff;
    display:inline-block;
    text-align:center;
    line-height:70px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    animation:pulse 1.5s linear infinite;
    background-color:#a8aa04;
    color:#020208;
    position:relative;
    transform:none;
    left:unset;
    top:unset;
    border:none
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn:hover {
    background:#fff;
    color:#f35b04
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn {
        height:55px;
        width:55px;
        line-height:55px
    }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn:hover {
    background-color:#020208;
    color:#a8aa04
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action {
    position:absolute;
    content:"";
    left:-200px;
    top:-110px;
    width:179px;
    text-align:center
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action {
        left:-128px
    }
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action h3 {
    font-family:"Poppins", sans-serif;;
    font-size:20px;
    font-weight:700;
    color:#fff;
    margin:0
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action span {
    font-family:"Poppins", sans-serif;;
    position:absolute;
    left:52%
}
.rv-17-banner_slider_section .rv-17-banner_slider .rv-17-video_button_area .rv-17-banner_video_btn .rv-17-banner_button_top_action span img {
    height:100px;
    width:auto
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_heading {
    animation:fadeInUp 1.5s;
    animation-duration:1.5s
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_desc {
    animation:fadeInUp 1s;
    animation-duration:1.5s
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_meta {
    animation:fadeInUp 1s;
    animation-duration:1.5s
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_content_btn {
    animation:fadeInUp 1s;
    animation-duration:2s
}
.rv-17-banner_slider_section .owl-item.active .rv-17-banner_sub_heading {
    animation:fadeInRight 1.2s;
    animation-duration:1s
}
.rv-18-banner_main_area .rv-18-banner_slider {
    position:relative;
    margin:0 80px
}
@media screen and (max-width: 1599px) {
    .rv-18-banner_main_area .rv-18-banner_slider {
        margin:0
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider {
    z-index:1;
    position:relative;
    padding:260px 0
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider {
        padding:150px 0
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider::after {
    position:absolute;
    content:"";
    inset:0;
    opacity:.9;
    background:linear-gradient(90deg, #142137 0.11%, rgba(20, 33, 55, 0.6) 99.91%);
    z-index:-1
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
    color:#fff;
    font-size:70px;
    font-weight:800;
    position:relative;
    z-index:1
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
        font-size:55px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
        font-size:38px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 {
        font-size:30px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider h1 span {
    position:absolute;
    right:240px;
    top:30px;
    z-index:-1
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider p {
    color:#fff;
    font-size:18px;
    font-weight:500;
    margin:0;
    padding-bottom:40px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider p {
        font-size:16px;
        padding-bottom:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider p {
        font-size:14px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn {
    background:#1c74e9;
    color:#fff;
    font-size:16px;
    font-weight:700;
    width:200px;
    height:54px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    transition:all .4s ease;
    z-index:1
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn {
        margin-bottom:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn {
        font-size:14px;
        width:170px;
        height:50px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background-color:rgba(241,241,241,0.3647058824);
    width:0;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn:hover {
    color:#000
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn:hover i {
    transform:rotate(-45deg)
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn:hover::before {
    width:100%;
    left:0
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_single_slider .rv-18-banner_content_btn i {
    margin-left:10px;
    font-size:18px;
    transition:all .3s ease
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next {
    position:absolute;
    right:200px;
    bottom:0;
    z-index:1;
    width:200px;
    height:200px;
    padding:40px 20px;
    -webkit-backdrop-filter:blur(60px);
    backdrop-filter:blur(60px);
    background:rgba(0,0,0,0);
    border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.1);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px)
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next {
        width:170px;
        height:150px;
        right:170px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next {
        width:170px;
        height:137px;
        right:139px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next p {
    font-size:16px;
    font-weight:700;
    color:#fff;
    padding:30px 0;
    margin:0;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next p {
        padding:15px 0 5px 0;
        font-size:13px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next p {
        line-height:1.5;
        padding:15px 0 5px 0;
        font-size:13px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next i {
    color:rgba(198,200,212,0.4901960784);
    font-size:30px
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next .swiper-pagination {
    position:absolute;
    color:rgba(198,200,212,.4901960784);
    top:15px;
    left:19px;
    text-align:left;
    font-size:23px;
    font-weight:700
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next span.swiper-pagination-bullet {
    background:none;
    width:30px;
    opacity:0;
    position:absolute;
    top:20px
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next span.swiper-pagination-bullet {
        top:10px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_next .swiper-pagination-bullet-active {
    color:rgba(255,255,255,.3);
    opacity:1 !important;
    font-size:25px;
    font-weight:700
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area {
    position:absolute;
    bottom:0;
    right:0;
    z-index:1;
    width:200px;
    height:200px
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area {
        width:170px;
        height:150px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area {
        width:140px;
        height:137px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image {
    width:200px;
    height:200px
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image {
        width:170px;
        height:150px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image {
        width:140px;
        height:137px
    }
}
.rv-18-banner_main_area .rv-18-banner_slider .rv-18-banner_slider_bottom_area .rv-18-banner_slider_bottom_image img {
    height:100%;
    width:100%
}
.rv-19-banner_section {
    position:relative;
    z-index:2
}
.rv-19-banner_section .owl-dots {
    position:absolute;
    top:50%;
    transform:translatey(-50%);
    right:80px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:15px;
    z-index:8
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .owl-dots {
        right:35px
    }
}
.rv-19-banner_section .owl-dots button.owl-dot {
    background-color:rgba(255,255,255,.3);
    width:2px;
    height:40px;
    transition:.4s ease
}
.rv-19-banner_section .owl-dots button.owl-dot.active {
    background-color:#dfe11b !important
}
.rv-19-banner_section .rv-19-banner_slide {
    position:relative;
    background-position:bottom;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:scroll;
    height:100%
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
    padding-left:50px
}
@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) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
        padding-left:0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
        padding:80px 0;
        text-align:center
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content {
        padding:80px 0;
        text-align:center;
        padding-bottom:50px
    }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_sub_heading {
    color:#141414;
    background:#dfe11b;
    font-weight:600;
    font-size:16px;
    width:160px;
    height:26px;
    text-align:center;
    line-height:26px
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
    color:#fff;
    font-size:95px;
    font-weight:800;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
        font-size:70px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
        font-size:60px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
        font-size:47px;
        margin-bottom:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_content_heading {
        font-size:40px;
        margin-bottom:20px
    }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button {
    font-size:16px;
    font-weight:700;
    color:#fff;
    width:200px;
    height:54px;
    border:1px solid #597b84;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    background:rgba(0,0,0,0);
    position:relative;
    z-index:1;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button {
        margin:auto
    }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button .rv-19-banner_content_btn {
    border-right:1px solid #597b84;
    width:100%;
    color:#fff;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:"Poppins", sans-serif;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button::before {
    content:"";
    position:absolute;
    inset:0;
    background-color:#dfe11b;
    width:0;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover {
    color:#000
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover i {
    transform:rotate(90deg)
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover .rv-19-banner_content_btn {
    color:#000
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button:hover::before {
    width:100%;
    left:0
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_content .rv-19-banner_button i {
    height:54px;
    width:54px;
    align-self:flex-end;
    text-align:center;
    line-height:54px;
    transform:rotate(45deg);
    transition:all .4s ease
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
    height:950px;
    width:500px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
        height:700px;
        width:450px;
        margin:auto
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
        height:600px;
        width:350px;
        margin:auto
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
        height:530px;
        width:280px;
        margin:auto
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image {
        height:420px;
        width:260px;
        margin:auto
    }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_image img {
    height:100%;
    width:100%;
    -o-object-fit:scale-down;
    object-fit:scale-down
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials {
    position:absolute;
    left:30px;
    top:50%;
    display:flex;
    flex-direction:column;
    row-gap:10px;
    transform:translateY(-50%)
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials {
        left:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials {
        display:none
    }
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials .rv-19-banner_link a {
    border:2px solid rgba(255,255,255,.2);
    height:40px;
    width:40px;
    border-radius:50%;
    background:rgba(0,0,0,0);
    color:#fff;
    font-size:18px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-bottom:10px;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials .rv-19-banner_link a:hover {
    background:#dfe11b;
    border:2px solid rgba(0,0,0,0);
    color:#141414
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials span {
    position:absolute;
    transform:rotate(-90deg);
    bottom:-66px;
    width:89px;
    left:-25px;
    color:#fff
}
.rv-19-banner_section .rv-19-banner_slide .rv-19-banner_socials span::before {
    content:"";
    right:-6px;
    position:absolute;
    height:2px;
    width:15px;
    background:#fff;
    top:15px
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-banner_section .rv-19-banner_row {
        flex-direction:column-reverse
    }
}
.rv-20-banner_section {
    position:relative;
    z-index:2
}
.rv-20-banner_section .rv-20-banner_slide_button_area {
    position:absolute;
    right:15%;
    z-index:1;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    row-gap:7px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-20-banner_section .rv-20-banner_slide_button_area {
        right:9%
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide_button_area {
        right:6%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide_button_area {
        display:none
    }
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev {
    background:#fff;
    height:53px;
    width:53px;
    text-align:center;
    line-height:53px;
    color:#000;
    rotate:-45deg;
    transition:all .4s ease
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev {
        height:45px;
        width:45px;
        line-height:45px
    }
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev i {
    rotate:45deg
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_prev:hover {
    background:#2d6a4f;
    color:#fff
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next {
    background:#fff;
    height:53px;
    width:53px;
    text-align:center;
    line-height:53px;
    color:#000;
    rotate:-45deg;
    transition:all .4s ease;
    margin-left:20px
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next {
        height:45px;
        width:45px;
        line-height:45px
    }
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next i {
    rotate:45deg
}
.rv-20-banner_section .rv-20-banner_slide_button_area .rv-20-banner_slide_button_next:hover {
    background:#2d6a4f;
    color:#fff
}
.rv-20-banner_section .rv-20-banner_slide {
    background:url(../img/slider/home-6-banner-bg-1.jpg) no-repeat center center;
    background-size:cover;
    position:relative;
    z-index:1
}
.rv-20-banner_section .rv-20-banner_slide::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.8;
    background:linear-gradient(90deg, #081C15 35.94%, rgba(8, 28, 21, 0) 82.81%)
}
.rv-20-banner_section .rv-20-banner_slide-2 {
    background-image:url(../img/slider/home-6-banner-bg-2.jpg)
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
    padding:200px 0
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
        padding:150px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
        padding:130px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content {
        padding:100px 0
    }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_sub_heading {
    color:#fff;
    font-weight:500;
    font-size:16px;
    width:250px;
    height:36px;
    line-height:36px;
    text-align:center;
    border:1px solid rgba(255,255,255,.24);
    display:flex;
    justify-content:center;
    align-items:center;
    -moz-column-gap:4px;
    column-gap:4px;
    font-family:"Poppins", sans-serif;;
    margin-bottom:40px
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_sub_heading {
        font-size:14px;
        width:200px;
        height:36px;
        margin-bottom:30px
    }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_sub_heading span {
    height:5px;
    width:5px;
    background:#fff;
    border-radius:50%
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
    color:#fff;
    font-size:75px;
    font-weight:800;
    margin-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
        font-size:60px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
        font-size:45px;
        margin-bottom:50px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
        font-size:35px;
        margin-bottom:35px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_content_heading {
        font-size:30px;
        margin-bottom:35px
    }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area {
    display:flex;
    align-items:center;
    -moz-column-gap:20px;
    column-gap:20px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area {
        align-items:flex-start;
        flex-direction:column;
        gap:30px
    }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn {
    background:#fff;
    color:#081c15;
    font-size:16px;
    font-weight:700;
    width:200px;
    height:54px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    transition:all .4s ease;
    z-index:1;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn {
        width:160px;
        height:50px
    }
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background-color:rgba(241,241,241,0.3647058824);
    width:0;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn:hover {
    color:#fff;
    background:#2d6a4f
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn:hover::before {
    width:100%;
    left:0
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_btn i {
    margin-left:10px;
    font-size:18px;
    transition:all .3s ease
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_play_btn {
    color:#fff
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_play_btn i {
    background:#fff;
    color:#081c15;
    height:54px;
    width:54px;
    border-radius:50%;
    text-align:center;
    line-height:54px;
    margin-right:15px;
    animation:pulse 1.5s linear infinite;
    transition:all .4s ease
}
.rv-20-banner_section .rv-20-banner_slide .rv-20-banner_content .rv-20-banner_button_area .rv-20-banner_content_play_btn i:hover {
    background:#2d6a4f;
    color:#fff
}
.rv-21-banner_section {
    position:relative;
    z-index:2
}
.rv-21-banner_section .rv-21-banner_slide_button_area {
    position:absolute;
    z-index:1;
    bottom:35px;
    transform:translateX(-50%);
    display:flex;
    -moz-column-gap:20px;
    column-gap:20px;
    left:50%;
    width:230px;
    justify-content:center
}
.rv-21-banner_section .rv-21-banner_slide_button_area span {
    color:#0e1428;
    text-transform:uppercase;
    font-weight:600
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_prev {
    opacity:.5;
    transition:all .3s ease
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_prev:hover {
    opacity:1
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_next {
    opacity:.5;
    transition:all .3s ease
}
.rv-21-banner_section .rv-21-banner_slide_button_area .rv-21-banner_slide_button_next:hover {
    opacity:1
}
.rv-21-banner_section .rv-21-banner_slide {
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:scroll;
    padding-top:150px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide {
        padding-top:120px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide {
        padding-top:100px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide {
        padding-top:80px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide {
        padding-top:30px;
        padding-bottom:100px
    }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
    padding-top:120px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
        padding-top:100px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
        padding-top:70px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
        padding-top:50px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content {
        padding-top:50px;
        text-align:center;
        padding-bottom:50px
    }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
    color:#0e1428;
    font-size:65px;
    font-weight:700;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 1200px)and (max-width: 1399px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
        font-size:60px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
        font-size:50px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
        font-size:38px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
        font-size:30px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_heading {
        font-size:25px;
        margin-bottom:15px
    }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_desc {
    color:rgba(20,20,40,.6);
    font-size:18px;
    font-weight:500;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_desc {
        font-size:16px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_content_desc {
        font-size:14px;
        margin-bottom:20px
    }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area {
    width:180px;
    height:90px;
    position:relative;
    cursor:pointer
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area {
        margin:auto
    }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area:hover .rv-21-bestdeal_content_btn {
    color:#0e1428;
    letter-spacing:1px
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area img {
    height:100%;
    width:100%
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner_content .rv-21-banner_button_area .rv-21-banner_content_btn {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    color:#fff;
    font-size:16px;
    font-family:"Poppins", sans-serif;;
    font-weight:700;
    transition:all .4s ease
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
    height:700px;
    width:100%
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
        height:580px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
        height:450px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
        height:400px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
        height:350px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge {
        height:280px
    }
}
.rv-21-banner_section .rv-21-banner_slide .rv-21-banner__iamge img {
    height:100%;
    width:100%
}
.rv-22-banner_section {
    position:relative;
    z-index:2
}
.rv-22-banner_section .owl-dots {
    position:absolute;
    top:50%;
    right:80px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    z-index:8;
    transform:translateY(-50%)
}
@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .rv-22-banner_section .owl-dots {
        right: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .owl-dots {
        right:35px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .owl-dots {
        right:15px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .owl-dots {
        right:0px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .owl-dots {
        display:none
    }
}
.rv-22-banner_section .owl-dots button.owl-dot {
    transition:.4s ease;
    counter-increment:indexNumber;
    position:relative
}
.rv-22-banner_section .owl-dots button.owl-dot::before {
    content:"0" counter(indexNumber);
    position:absolute;
    right:calc(100% + 10px);
    top:74%;
    translate:0 -50%;
    color:#fff;
    opacity:1;
    transition:.4s ease;
    transform:rotate(90deg)
}
.rv-22-banner_section .owl-dots button.owl-dot span {
    height:0;
    width:2px
}
.rv-22-banner_section .owl-dots button.owl-dot.active {
    width:0px;
    height:150px;
    transition:.4s ease;
    position:relative;
    right:-7px;
    transform:scale(1.5)
}
.rv-22-banner_section .owl-dots button.owl-dot.active span {
    height:55px;
    width:2px;
    background:#fff;
    left:-20px;
    position:absolute;
    top:36px;
    z-index:111;
    display:inline-block;
    transition:.4s ease
}
.rv-22-banner_section .rv-22-banner_slide {
    padding:215px 0;
    position:relative;
    z-index:1;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide {
        padding:170px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide {
        padding:140px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide {
        padding:130px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide {
        padding:100px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide {
        padding:80px 0
    }
}
.rv-22-banner_section .rv-22-banner_slide::after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-1;
    background:rgba(4,14,31,.8)
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content {
    text-align:center
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading {
    color:rgba(255,255,255,.7);
    font-weight:500;
    position:relative;
    text-transform:uppercase;
    display:inline-block;
    font-size:16px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading {
        font-size:14px
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty,.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
    content:"";
    background:#9a9ea5;
    width:60px;
    height:1px;
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty,.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
        width:40px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty,.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
        width:35px
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty::before,.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex::before {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    left:-15px;
    background:#9a9ea5;
    border-radius:50%;
    transform:translateY(-50%);
    animation:slide-right 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-right {
    0% {
        left:0
    }
    100% {
        left:100%
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty::after,.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex::after {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    right:-15px;
    background:#9a9ea5;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    animation:slide-left 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-left {
    0% {
        right:0
    }
    100% {
        right:100%
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty {
    left:-50%
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty {
        left:-45%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_sty {
        left:-40%
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
    right:-50%
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
        right:-45%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_sub_heading .rv8_sub_pre_nex {
        right:-40%
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
    font-size:76px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
        font-size:60px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
        font-size:50px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
        font-size:35px;
        margin-bottom:45px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
        font-size:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_heading {
        font-size:20px
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn {
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#b38d3f;
    padding:15px 25px;
    border-radius:30px;
    display:inline-block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn {
        font-size:14px
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn::before {
    position:absolute;
    content:"";
    background-color:#fff;
    width:100%;
    height:0%;
    left:50%;
    top:50%;
    border-radius:0px;
    transform:translate(-50%, -50%) rotate(-45deg);
    z-index:-1;
    transition:all .4s ease
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn:hover {
    color:#000
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_content .rv-22-banner_content_btn:hover::before {
    height:400%
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials {
    position:absolute;
    left:30px;
    top:60%;
    display:flex;
    flex-direction:column;
    row-gap:10px;
    transform:translateY(-50%)
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials {
        left:10px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials {
        display:none
    }
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials .rv-22-banner_link a {
    border:2px solid rgba(255,255,255,.2);
    height:40px;
    width:40px;
    border-radius:50%;
    background:rgba(0,0,0,0);
    color:#fff;
    font-size:18px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin-bottom:10px;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials .rv-22-banner_link a:hover {
    background:#b38d3f;
    border:2px solid rgba(0,0,0,0)
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials span {
    position:absolute;
    transform:rotate(90deg);
    top:-84px;
    width:89px;
    left:-25px;
    color:#fff
}
.rv-22-banner_section .rv-22-banner_slide .rv-22-banner_socials span::before {
    content:"";
    right:-7px;
    position:absolute;
    height:1px;
    width:18px;
    background:#fff;
    top:12px
}
.rv-23-banner_section {
    position:relative;
    z-index:2
}
.rv-23-banner_section .owl-dots {
    position:absolute;
    top:50%;
    right:80px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:15px;
    z-index:8;
    transform:translateY(-50%)
}
@media only screen and (min-width: 1400px)and (max-width: 1599px) {
    .rv-23-banner_section .owl-dots {
        right: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .owl-dots {
        right:35px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .owl-dots {
        right:15px
    }
}
.rv-23-banner_section .owl-dots button.owl-dot {
    background-color:#fff;
    width:20px;
    height:2px;
    transition:.4s ease;
    counter-increment:indexNumber;
    position:relative
}
.rv-23-banner_section .owl-dots button.owl-dot::before {
    content:"0" counter(indexNumber);
    position:absolute;
    right:calc(100% + 13px);
    top:50%;
    translate:0 -50%;
    color:#fff;
    opacity:0;
    transition:.4s ease
}
.rv-23-banner_section .owl-dots button.owl-dot.active {
    width:50px !important;
    background:#3ba52d !important
}
.rv-23-banner_section .owl-dots button.owl-dot.active::before {
    opacity:1
}
.rv-23-banner_section .rv-23-banner_slide {
    padding:260px 0;
    position:relative;
    z-index:1;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide {
        padding:150px 0 200px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide {
        padding:130px 0 160px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide {
        padding:100px 0 130px 0
    }
}
.rv-23-banner_section .rv-23-banner_slide::after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-1;
    background:linear-gradient(104deg, rgba(0, 81, 161, 0.8) 0%, rgba(0, 68, 136, 0.3) 100%)
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content {
        padding-left:50px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content {
        padding-left:0px
    }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
    color:#fff;
    font-size:59px;
    font-weight:800;
    margin-bottom:50px;
    text-transform:uppercase;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 1200px)and (max-width: 1399px),only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
        font-size:40px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
        font-size:30px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
        font-size:25px;
        margin-bottom:25px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_heading {
        font-size:22px;
        margin-bottom:25px
    }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_sub_heading {
    color:#fff;
    font-size:15px;
    font-weight:700;
    background:#020208;
    padding:1px 4px;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn {
    font-family:"Poppins", sans-serif;;
    height:54px;
    width:190px;
    text-align:center;
    display:inline-block;
    line-height:54px;
    font-size:16px;
    font-weight:700;
    background-color:#3ba52d;
    color:#fff;
    position:relative;
    overflow:hidden;
    transition:all .4s ease;
    z-index:1
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn {
        width:160px
    }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn:hover {
    color:#020208
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn:hover::before {
    height:100%;
    width:100%;
    border-radius:0;
    top:0;
    left:0;
    transform:translate(0, 0) scale(1)
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_content .rv-23-banner_content_btn::before {
    position:absolute;
    content:"";
    background:#fff;
    height:30px;
    width:30px;
    border-radius:50%;
    transition:all .4s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    z-index:-1;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%) scale(0)
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials {
    position:absolute;
    left:0;
    top:50%;
    display:flex;
    flex-direction:column;
    row-gap:30px;
    transform:translateY(-50%)
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials {
        bottom:30px;
        flex-direction:row;
        left:50%;
        transform:translateX(-50%);
        top:inherit;
        align-items:center
    }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link {
    display:flex;
    flex-direction:column;
    gap:10px;
    margin-bottom:10px;
    align-items:center
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link {
        flex-direction:row;
        margin:0
    }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link a {
    border:2px solid rgba(255,255,255,.1);
    height:40px;
    width:40px;
    line-height:40px;
    border-radius:50%;
    background:rgba(0,0,0,0);
    color:#fff;
    font-size:18px;
    text-align:center;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials .rv-23-banner_link a:hover {
    background:#3ba52d;
    border:2px solid rgba(0,0,0,0);
    color:#fff
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials p {
    transform:rotate(-90deg);
    width:115px;
    color:#fff;
    font-size:16px;
    font-weight:700;
    margin:0
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials p {
        transform:rotate(0deg);
        order:-1;
        align-items:center;
        display:flex
    }
}
.rv-23-banner_section .rv-23-banner_slide .rv-23-banner_socials p span {
    height:2px;
    width:15px;
    background:#fff;
    margin-left:5px
}
.rv-24-banner_main_section {
    position:relative;
    overflow:hidden;
    isolation:isolate
}
.rv-24-banner_main_section .rv-24-banner_section {
    position:relative;
    z-index:2
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots {
    position:absolute;
    bottom:30%;
    right:10%;
    display:flex;
    z-index:8;
    justify-content:center;
    -moz-column-gap:30px;
    column-gap:30px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .owl-dots {
        bottom:42%;
        right:3%
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .owl-dots {
        bottom:42%;
        right:10%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .owl-dots {
        bottom:54%;
        right:3%
    }
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot {
    background-color:rgba(255,255,255,.7);
    width:8px;
    height:8px;
    border-radius:50%;
    transition:.4s ease;
    counter-increment:indexNumber;
    position:relative;
    margin-right:10px;
    position:relative
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot::before {
    content:"0" counter(indexNumber);
    position:absolute;
    left:calc(100% + 13px);
    top:50%;
    translate:0 -50%;
    color:#fff;
    opacity:0;
    transition:.4s ease
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active {
    width:60px !important;
    height:1px;
    border-radius:0;
    top:3px
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active::before {
    opacity:1
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active span {
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:rgba(255,255,255,.7);
    position:absolute;
    left:0;
    top:-3px
}
.rv-24-banner_main_section .rv-24-banner_section .owl-dots button.owl-dot.active span::before {
    position:absolute;
    height:35px;
    width:35px;
    content:"";
    border-radius:50%;
    border:1px solid rgba(255,255,255,.7);
    background:rgba(0,0,0,0);
    top:-13px;
    left:-13px
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide {
    position:relative;
    z-index:1;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide::after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-1;
    background:rgba(2,2,8,.6)
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
    padding:200px 0 300px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
        padding:180px 0 230px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
        padding:150px 0 230px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
        padding:120px 0 230px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
        padding:120px 0 350px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
        padding:90px 0 400px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content {
        padding:90px 0 575px 0
    }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_sub_heading {
    color:#fff;
    font-size:18px;
    font-weight:600;
    padding:1px 4px;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_sub_heading {
        font-size:16px
    }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
    color:#fff;
    font-size:70px;
    font-weight:800;
    margin-bottom:60px;
    text-transform:capitalize;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
        font-size:60px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
        font-size:50px;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
        font-size:30px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_content_heading {
        font-size:25px;
        margin-bottom:30px
    }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button {
    background:#a58051;
    color:#fff;
    position:relative;
    font-size:16px;
    font-weight:700;
    width:170px;
    height:52px;
    line-height:52px;
    border-radius:26px;
    transition:all .4s ease
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button:hover span {
    left:15%
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button:hover i {
    left:calc(100% - 40px)
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i {
    width:70px;
    height:70px;
    border-radius:50%;
    background-color:#f35b04;
    color:#fff;
    display:inline-block;
    text-align:center;
    line-height:70px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    animation:pulse 1.5s linear infinite;
    color:#020208;
    background:#fff;
    left:-20px;
    translate:0 -50%;
    transition:all .5s ease
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i:hover {
    background:#fff;
    color:#f35b04
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i {
        height:55px;
        width:55px;
        line-height:55px
    }
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button i:hover {
    background:#020208;
    color:#fff
}
.rv-24-banner_main_section .rv-24-banner_section .rv-24-banner_slide .rv-24-banner_content .rv-24-banner_button span {
    position:absolute;
    left:35%;
    transition:all .4s ease
}
.rv-24-banner_main_section .rv-24-room_booking {
    position:absolute;
    bottom:0;
    content:"";
    z-index:1111;
    left:0;
    background:#142226
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-room_booking {
        bottom:0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-room_booking {
        bottom:0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-room_booking {
        bottom:0
    }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form {
    display:flex;
    -moz-column-gap:60px;
    column-gap:60px;
    padding:30px;
    align-items:center;
    flex-wrap:wrap;
    gap:30px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-room_booking .rv-24-form {
        -moz-column-gap:25px;
        column-gap:25px;
        padding:20px
    }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box {
    display:flex;
    -moz-column-gap:10px;
    column-gap:10px;
    color:#fff
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box i {
    color:#fff;
    font-size:20px;
    margin-top:5px
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox {
    position:relative;
    width:135px
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox label {
    font-size:16px;
    font-weight:700;
    color:#fff
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox label {
        font-size:12px
    }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox input,.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox select {
    color:rgba(255,255,255,.7);
    font-size:14px;
    font-weight:500;
    background:rgba(0,0,0,0);
    font-family:"Poppins", sans-serif;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox input option,.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox select option {
    background:rgba(4,14,31,.1);
    color:#040e1f;
    padding:0 10px
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox #CheckIn::-webkit-calendar-picker-indicator {
    background-color:#fff;
    font-size:12px;
    border-radius:50%;
    padding:5px;
    font-family:"Poppins", sans-serif;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox #CheckOut::-webkit-calendar-picker-indicator {
    background-color:#fff;
    font-size:12px;
    border-radius:50%;
    padding:5px;
    font-family:"Poppins", sans-serif;
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_inputbox #CheckOut::-moz-calendar-picker-indicator {
    background-color:#fff;
    font-size:12px;
    border-radius:50%;
    padding:5px
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_btn {
    background:#a58051;
    height:70px;
    width:200px;
    text-align:center;
    color:#fff;
    line-height:70px;
    font-size:16px;
    font-weight:700;
    transition:all .5s ease;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_btn {
        height:60px;
        width:170px;
        line-height:60px
    }
}
.rv-24-banner_main_section .rv-24-room_booking .rv-24-form .rv-24-form_single_box .rv-24-form_btn:hover {
    background:#fff;
    color:#a58051;
    letter-spacing:1.5px
}
.rv-25-banner_main_section {
    position:relative;
    z-index:1;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:250px;
    padding-bottom:125px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section {
        padding-top:240px;
        padding-bottom:80px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section {
        padding-top:200px;
        padding-bottom:60px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section {
        padding-top:190px;
        padding-bottom:55px;
        padding:190px 0 55px 0
    }
}
.rv-25-banner_main_section::after {
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:-1;
    background-image:linear-gradient(180deg, rgba(2, 2, 8, 0.7), rgba(2, 2, 8, 0.7))
}
.rv-25-banner_main_section::before {
    position:absolute;
    content:"";
    bottom:0;
    right:0;
    width:728px;
    height:125px;
    z-index:1;
    background:#d6dec9
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section::before {
        display:none
    }
}
.rv-25-banner_main_section .rv-25-banner_content {
    border:1px solid rgba(255,255,255,.5);
    padding:80px 70px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content {
        padding:70px 50px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content {
        padding:60px 30px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content {
        padding:40px 20px
    }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_sub_heading {
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;;
    display:block
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_sub_heading {
        margin-bottom:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_sub_heading {
        margin-bottom:10px;
        font-size:14px
    }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
    color:#fff;
    font-size:65px;
    font-weight:600;
    font-family:"Poppins", sans-serif;;
    text-transform:capitalize
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
        font-size: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
        font-size:50px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
        font-size:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading {
        font-size:22px
    }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading span.ityped {
    display:inline
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_heading .ityped-cursor {
    display:inline
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_desc {
    font-size:18px;
    font-weight:500;
    color:#fff;
    margin:30px 0 40px 0;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_desc {
        margin:20px 0 30px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_content_desc {
        margin:20px 0 30px 0;
        font-size:14px
    }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button {
    background:#a07549;
    width:242px;
    height:54px;
    text-align:center;
    line-height:54px;
    color:#fff;
    font-size:16px;
    font-family:"Poppins", sans-serif;;
    font-weight:700;
    transition:all .5s ease;
    position:relative;
    z-index:1;
    display:inline-block
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button {
        width:210px
    }
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button::before {
    content:"";
    position:absolute;
    inset:0;
    background:#fff;
    width:0%;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button:hover {
    color:#020208
}
.rv-25-banner_main_section .rv-25-banner_content .rv-25-banner_button:hover::before {
    width:100%;
    left:0
}
.rv-1-about-row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px
}
@media screen and (max-width: 479px) {
    .rv-1-about-row {
        --bs-gutter-y: 30px
    }
}
.rv-1-about__img img {
    width:100%
}
@media screen and (max-width: 991px) {
    .rv-1-about__img img {
        height:350px
    }
}
.rv-1-about__pills {
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-bottom:40px
}
@media screen and (max-width: 1399px) {
    .rv-1-about__pills {
        margin-bottom:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-about__pills {
        gap:12px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-about__pills {
        gap:10px
    }
}
.rv-1-about__pill {
    border:1px solid rgba(5,5,5,.14);
    border-radius:30px;
    padding:6px 14px;
    line-height:1;
    font-weight:500;
    font-size:14px
}
.rv-1-about__txt {
    padding-bottom:215px;
    position:relative
}
@media screen and (max-width: 1399px) {
    .rv-1-about__txt {
        padding-bottom:145px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-about__txt {
        padding-bottom:0
    }
}
.rv-1-about__descr {
    margin-bottom:53px
}
@media screen and (max-width: 1399px) {
    .rv-1-about__descr {
        margin-bottom:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-about__descr {
        margin-bottom:20px
    }
}
.rv-1-about__right-img img {
    position:absolute;
    bottom:0;
    right:0;
    width:222px;
    height:222px
}
@media screen and (max-width: 575px) {
    .rv-1-about__right-img img {
        width:192px;
        height:192px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-about__right-img img {
        padding-top:30px;
        position:static;
        width:100%;
        height:220px
    }
}
.rv-1-about__vector {
    position:absolute;
    z-index:-1
}
.rv-1-about__vector-1 {
    top:514px;
    left:-145px;
    animation:spin 4.5s linear infinite
}
.rv-1-about__vector-2 {
    top:450px;
    left:980px;
    animation:moveX 2.5s linear alternate infinite
}
.rv-1-about__vector-3 {
    top:115px;
    right:-160px;
    animation:spin 4.5s linear infinite
}
.rv-2-about {
    overflow:hidden
}
@media screen and (max-width: 767px) {
    .rv-2-about__img {
        text-align:center
    }
}
.rv-2-about__img img {
    background:url(../img/rv-2-about-img-bg.html) no-repeat center center;
    background-size:contain
}
@media screen and (max-width: 767px) {
    .rv-2-about__img img {
        width:356px
    }
}
@media screen and (max-width: 575px) {
    .rv-2-about__img img {
        width:265px
    }
}
.rv-2-about__txt {
    padding-left:105px
}
@media screen and (max-width: 1599px) {
    .rv-2-about__txt {
        padding-left:75px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-about__txt {
        padding-left:55px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-about__txt {
        padding-left:35px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-about__txt {
        padding-left:0
    }
}
.rv-2-about-item {
    display:flex;
    gap:25px;
    max-width:500px
}
@media screen and (max-width: 991px) {
    .rv-2-about-item {
        gap:15px
    }
}
.rv-2-about-item:not(:last-child) {
    margin-bottom:30px
}
@media screen and (max-width: 1399px) {
    .rv-2-about-item:not(:last-child) {
        margin-bottom:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-about-item:not(:last-child) {
        margin-bottom:10px
    }
}
.rv-2-about-item__img {
    flex-shrink:0
}
.rv-2-about-item__img img {
    width:50px;
    height:50px;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (max-width: 991px) {
    .rv-2-about-item__img img {
        width:40px;
        height:40px
    }
}
.rv-2-about-item__title {
    font-size:20px;
    font-weight:600
}
@media screen and (max-width: 991px) {
    .rv-2-about-item__title {
        font-size:18px
    }
}
.rv-2-about-item__descr {
    color:rgba(255,255,255,.7);
    font-size:15px;
    font-weight:400;
    line-height:160%
}
@media screen and (max-width: 991px) {
    .rv-3-about {
        padding:60px 0
    }
}
.rv-3-about__row {
    --bs-gutter-x: 100px
}
@media screen and (max-width: 1599px) {
    .rv-3-about__row {
        --bs-gutter-x: 60px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-about__row {
        --bs-gutter-x: 45px
    }
}
.rv-3-about__img {
    display:flex;
    justify-content:flex-end
}
.rv-3-about__img img {
    max-width:none
}
@media screen and (max-width: 1199px) {
    .rv-3-about__img img {
        max-height:670px
    }
}
@media screen and (max-width: 991px) {
    .rv-3-about__img img {
        max-width:100%;
        width:100%;
        max-height:450px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-about__img img {
        max-height:350px
    }
}
.rv-3-about__txt {
    position:relative
}
@media screen and (max-width: 991px) {
    .rv-3-about__txt .rv-3-sub-title {
        margin-left:0
    }
}
.rv-3-about__descr {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    line-height:162.5%;
    margin-bottom:32px
}
@media screen and (max-width: 1399px) {
    .rv-3-about__descr {
        margin-bottom:22px
    }
}
.rv-3-about__features {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    border-top:1px solid rgba(5,5,5,.1);
    padding-top:34px;
    margin-bottom:46px;
    gap:10px
}
@media screen and (max-width: 1399px) {
    .rv-3-about__features {
        grid-template-columns:repeat(2, 1fr);
        padding-top:24px;
        margin-bottom:36px
    }
}
@media screen and (max-width: 991px) {
    .rv-3-about__features {
        grid-template-columns:repeat(3, 1fr)
    }
}
@media screen and (max-width: 767px) {
    .rv-3-about__features {
        grid-template-columns:repeat(2, 1fr)
    }
}
@media screen and (max-width: 479px) {
    .rv-3-about__features {
        grid-template-columns:repeat(1, 1fr);
        margin-bottom:22px
    }
}
.rv-3-about__features li {
    color:#050505;
    font-family: 'Poppins';
    font-weight:600;
    line-height:162.5%;
    position:relative;
    padding-left:18px
}
.rv-3-about__features li::before {
    position:absolute;
    content:"+";
    left:0;
    top:0;
    width:10px;
    height:10px;
    font-size:12px;
    font-family:"Poppins, sans-serif;"
}
.rv-3-about__vector {
    position:absolute;
    animation:scaleInOut 1.5s linear infinite alternate;
    z-index:1;
    pointer-events:none
}
.rv-3-about__vector-1 {
    right:170px;
    bottom:100%
}
@media screen and (max-width: 479px) {
    .rv-3-about__vector-1 {
        right:40px
    }
}
.rv-3-about__vector-2 {
    left:calc(100% + 80px);
    top:25px
}
.rv-3-about__vector-3 {
    bottom:-85px;
    right:120px
}
@media screen and (max-width: 479px) {
    .rv-3-about__vector-3 {
        right:40px
    }
}
@keyframes scaleInOut {
    0% {
        scale:1
    }
    100% {
        scale:1.08
    }
}
.rv-5-about {
    position:relative
}
.rv-5-about__row {
    --bs-gutter-x: 117px
}
@media screen and (max-width: 1399px) {
    .rv-5-about__row {
        --bs-gutter-x: 50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-about__row {
        --bs-gutter-x: 40px
    }
}
.rv-5-about__img {
    position:relative;
    z-index:2;
    outline:1px solid rgba(5,5,5,.14);
    overflow:hidden;
    outline-offset:25px;
    width:-moz-max-content;
    width:max-content;
    max-width:100%;
    margin:auto
}
@media screen and (max-width: 1399px) {
    .rv-5-about__img {
        outline-offset:0;
        padding:25px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-about__img {
        padding:15px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-about__img {
        width:100%
    }
}
.rv-5-about__img>img {
    width:580px;
    aspect-ratio:1;
    -o-object-fit:cover;
    object-fit:cover
}
@media screen and (max-width: 991px) {
    .rv-5-about__img>img {
        width:100%;
        aspect-ratio:2/1.5
    }
}
.rv-5-about-stat {
    background-color:var(--white-f);
    position:absolute;
    bottom:0;
    right:0;
    padding:28px 45px;
    font-size:16px;
    color:gray;
    font-weight:500;
    text-transform:uppercase;
    z-index:1
}
@media screen and (max-width: 1199px) {
    .rv-5-about-stat {
        padding:18px 35px;
        padding-right:75px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-about-stat {
        padding:8px 25px;
        padding-right:65px
    }
}
.rv-5-about-stat::before {
    content:"";
    position:absolute;
    width:130%;
    height:100%;
    background-color:#404b44;
    transform:rotate(354deg);
    top:0px;
    left:-8px;
    z-index:-1
}
@media screen and (max-width: 479px) {
    .rv-5-about-stat::before {
        right:-15px
    }
}
.rv-5-about-stat::after {
    content:"";
    position:absolute;
    inset:0;
    background-color:var(--white-f);
    z-index:-1
}
.rv-5-about-stat-number {
    font-size:64px;
    font-weight:700;
    color:var(--black);
    display:block;
    line-height:1;
    margin-bottom:10px
}
@media screen and (max-width: 479px) {
    .rv-5-about-stat-number {
        font-size:50px;
        margin-bottom:5px
    }
}
.rv-5-about__txt .rv-5-section__heading {
    width:100%;
    text-align:left
}
.rv-5-about__txt .rv-5-section__title {
    margin-bottom:22px
}
@media screen and (max-width: 1199px) {
    .rv-5-about__txt .rv-5-section__title {
        margin-bottom:17px
    }
}
.rv-5-about__descr {
    color:rgba(4,14,31,.7);
    font-family: 'Poppins';
    margin-bottom:32px
}
@media screen and (max-width: 1199px) {
    .rv-5-about__descr {
        margin-bottom:22px
    }
}
.rv-5-about__features {
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    row-gap:12px;
    margin-bottom:54px
}
@media screen and (max-width: 1399px) {
    .rv-5-about__features {
        gap:12px 20px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-about__features {
        margin-bottom:34px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-about__features {
        margin-bottom:24px
    }
}
.rv-5-about__feature {
    position:relative;
    padding-left:30px
}
.rv-5-about__feature::before {
    content:"";
    position:absolute;
    left:0;
    font-family:"Font Awesome 6 Pro";
    font-weight:300;
    font-size:20px;
    line-height:1.3
}
.rv-5-about__btns {
    display:flex;
    align-items:center;
    gap:20px
}
.rv-5-about__btns .rv-3-def-btn {
    background-color:#8e5b63;
    border-color:#8e5b63
}
.rv-5-about__btns .rv-3-def-btn:hover {
    background-color:rgba(0,0,0,0)
}
.rv-5-about__call {
    display:flex;
    gap:15px;
    align-items:center
}
.rv-5-about__call-icon {
    width:54px;
    height:54px;
    line-height:54px;
    text-align:center;
    border:1px solid rgba(2,2,8,.14);
    border-radius:50%;
    color:#8e5b63;
    font-size:22px
}
@media screen and (max-width: 1199px) {
    .rv-5-about__call-icon {
        width:50px;
        height:50px;
        line-height:50px;
        font-size:20px
    }
}
.rv-5-about__call-txt h6 {
    color:#020208;
    font-family: 'Poppins';
    font-weight:700;
    margin-bottom:7px
}
.rv-5-about__call-txt a {
    color:rgba(2,2,8,.6);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:500;
    line-height:142.857%
}
.rv-5-about__vector {
    position:absolute;
    z-index:-1
}
.rv-5-about__vector--1 {
    left:0;
    top:263px
}
@media screen and (max-width: 575px) {
    .rv-5-about__vector--1 {
        top:133px
    }
}
.rv-5-about__vector--2 {
    right:0;
    bottom:188px
}
@media screen and (max-width: 1599px) {
    .rv-5-about__vector--2 {
        right:-180px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-about__vector--2 {
        display:none
    }
}
.rv-6-about {
    padding-bottom:160px
}
@media screen and (max-width: 1399px) {
    .rv-6-about {
        padding:40px 0 120px
    }
}
@media screen and (max-width: 1199px) {
    .rv-6-about {
        padding:40px 0 100px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-about {
        padding:30px 0 100px
    }
}
.rv-6-about .rv-6-section__heading {
    margin-bottom:18px
}
@media screen and (max-width: 991px) {
    .rv-6-about .rv-6-section__heading {
        margin-bottom:8px
    }
}
.rv-6-about__descr {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    margin-bottom:30px
}
@media screen and (max-width: 767px) {
    .rv-6-about__descr {
        margin-bottom:20px
    }
}
.rv-6-about__features {
    display:grid;
    grid-template-columns:repeat(2, max-content);
    -moz-column-gap:60px;
    column-gap:60px;
    row-gap:10px
}
@media screen and (max-width: 1199px) {
    .rv-6-about__features {
        -moz-column-gap:30px;
        column-gap:30px
    }
}
@media screen and (max-width: 479px) {
    .rv-6-about__features {
        grid-template-columns:repeat(1, max-content)
    }
}
.rv-6-about__features .rv-5-about__feature {
    color:#050505;
    font-family: 'Poppins';
    font-weight:700;
    padding-left:22px
}
.rv-6-about__features .rv-5-about__feature::before {
    content:"";
    font-weight:700;
    top:50%;
    translate:0 -50%;
    font-size:15px
}
@media screen and (max-width: 479px) {
    .rv-6-about__btns {
        flex-direction:column;
        align-items:flex-start
    }
}
.rv-6-about__call {
    gap:12px
}
.rv-6-about__call .rv-5-about__call-icon {
    width:52px;
    height:52px;
    line-height:52px;
    text-align:center;
    border:none;
    border-radius:6px;
    color:#fff;
    font-size:18px;
    background-color:#f2584c
}
@media screen and (max-width: 991px) {
    .rv-6-about__call .rv-5-about__call-icon {
        width:46px;
        height:46px;
        line-height:46px;
        font-size:16px
    }
}
.rv-6-about__call .rv-5-about__call-txt a {
    color:#050505;
    font-family: 'Poppins';
    font-weight:700;
    font-size:16px
}
.rv-6-about__call .rv-5-about__call-txt a:hover {
    color:#f2584c
}
.rv-6-about__img {
    position:relative
}
.rv-6-about__img img {
    border-radius:20px
}
@media screen and (max-width: 1199px) {
    .rv-6-about__img img {
        width:70%
    }
}
.rv-6-about__img img:last-child {
    position:absolute;
    bottom:-100px;
    right:0;
    border:5px solid var(--white-f);
    box-shadow:0px 10px 40px 0px rgba(2,2,8,.14)
}
@media screen and (max-width: 1199px) {
    .rv-6-about__img img:last-child {
        bottom:-80px
    }
}
@media screen and (max-width: 1399px) {
    .rv-8-about {
        padding:40px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-8-about {
        padding:30px 0
    }
}
.rv-8-about__video.rv-5-video {
    position:relative;
    padding:355px 0;
    background-image:url(../img/rv-8-about-img.html)
}
@media screen and (max-width: 1399px) {
    .rv-8-about__video.rv-5-video {
        padding:300px 0
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-about__video.rv-5-video {
        padding:280px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-8-about__video.rv-5-video {
        padding:250px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-8-about__video.rv-5-video {
        padding:200px 0
    }
}
@media screen and (max-width: 575px) {
    .rv-8-about__video.rv-5-video {
        padding:170px 0
    }
}
@media screen and (max-width: 479px) {
    .rv-8-about__video.rv-5-video {
        padding:150px 0
    }
}
.rv-8-about__video.rv-5-video span {
    width:140px;
    height:140px
}
.rv-8-about__video.rv-5-video a {
    background:#1c74e9;
    width:80px;
    height:80px;
    line-height:80px;
    font-size:20px
}
.rv-8-about__video.rv-5-video a::before {
    content:none
}
.rv-8-about__video.rv-5-video .vector {
    position:absolute;
    bottom:176px;
    left:-97px
}
.rv-8-about__txt {
    padding-left:80px;
    position:relative
}
@media screen and (max-width: 1399px) {
    .rv-8-about__txt {
        padding-left:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-about__txt {
        padding-left:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-about__txt {
        padding-left:0
    }
}
.rv-8-about__txt .vector {
    position:absolute;
    z-index:-1
}
.rv-8-about__txt .vector--1 {
    bottom:-80px;
    left:160px
}
@media screen and (max-width: 991px) {
    .rv-8-about__txt .vector--1 {
        bottom:0;
        left:auto;
        right:0
    }
}
@media screen and (max-width: 575px) {
    .rv-8-about__txt .vector--1 {
        right:-80px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-about__txt .vector--1 {
        right:-190px
    }
}
.rv-8-about__txt .vector--3 {
    right:0;
    top:-135px
}
.rv-8-about__txt .vector--2 {
    right:-100px;
    top:130px
}
.rv-8-about .rv-8-section__title {
    margin-bottom:21px
}
@media screen and (max-width: 479px) {
    .rv-8-about .rv-8-section__title {
        margin-bottom:15px
    }
}
.rv-8-about__descr {
    color:var(--black);
    font-family: 'Poppins';
    margin-bottom:28px
}
@media screen and (max-width: 767px) {
    .rv-8-about__descr {
        margin-bottom:18px
    }
}
.rv-8-about__stats {
    -moz-column-gap:65px;
    column-gap:65px;
    margin-bottom:46px;
    flex-wrap:wrap
}
@media screen and (max-width: 1399px) {
    .rv-8-about__stats {
        -moz-column-gap:45px;
        column-gap:45px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-about__stats {
        -moz-column-gap:25px;
        column-gap:25px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-about__stats {
        margin-bottom:30px
    }
}
.rv-8-about-stat {
    font-family: 'Poppins';
    color:#050505
}
.rv-8-about-stat__number {
    font-size:40px;
    font-weight:800
}
@media screen and (max-width: 1199px) {
    .rv-8-about-stat__number {
        font-size:35px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-about-stat__number {
        font-size:30px;
        margin-bottom:2px
    }
}
.rv-8-about-stat__name {
    font-size:15px;
    font-weight:600;
    opacity:.7
}
.rv-8-about .rv-3-def-btn {
    background-color:#1c74e9;
    border-color:#1c74e9
}
.rv-8-about .rv-3-def-btn:hover {
    background-color:rgba(0,0,0,0)
}
.rv-10-about .rv-10-section__heading {
    width:100%;
    text-align:left;
    margin-bottom:0
}
.rv-10-about__img img {
    border-radius:14px
}
@media screen and (max-width: 767px) {
    .rv-10-about__img img.mb-30 {
        margin-bottom:15px
    }
}
.rv-10-about__txt {
    padding-left:79px
}
@media screen and (max-width: 1399px) {
    .rv-10-about__txt {
        padding-left:49px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-about__txt {
        padding-left:29px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-about__txt {
        padding-left:0
    }
}
.rv-10-about .rv-10-section__title {
    margin-bottom:20px;
    letter-spacing:-0.2px
}
@media screen and (max-width: 1199px) {
    .rv-10-about .rv-10-section__title {
        margin-bottom:14px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-about .rv-10-section__title {
        margin-bottom:10px
    }
}
@media screen and (max-width: 479px) {
    .rv-10-about .rv-10-section__title {
        margin-bottom:8px
    }
}
.rv-10-about__descr {
    color:rgba(5,5,5,.6);
    font-family: 'Poppins';
    margin-bottom:58px
}
@media screen and (max-width: 1399px) {
    .rv-10-about__descr {
        margin-bottom:48px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-about__descr {
        margin-bottom:38px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-about__descr {
        margin-bottom:28px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-about__descr {
        margin-bottom:24px
    }
}
@media screen and (max-width: 479px) {
    .rv-10-about__descr {
        margin-bottom:20px
    }
}
.rv-10-about .rv-10-def-btn {
    background-color:var(--black);
    border-color:var(--black);
    color:var(--white-f)
}
.rv-10-about .rv-10-def-btn:hover {
    background-color:rgba(0,0,0,0);
    color:var(--black)
}
.rv-10-about__btns {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px 20px
}
.rv-10-about__video-btn {
    display:flex;
    align-items:center;
    gap:15px;
    color:var(--black);
    color:#050505;
    font-family: 'Poppins';
    font-weight:700
}
.rv-10-about__video-btn:hover {
    color:#efc329
}
.rv-10-about__video-btn:hover .icon {
    background-color:var(--black);
    color:#efc329
}
.rv-10-about__video-btn .icon {
    width:54px;
    height:54px;
    line-height:54px;
    text-align:center;
    background-color:gold;
    border-radius:50%;
    color:var(--black);
    transition:.4s ease
}
.rv-10-about__video-btn i {
    filter:drop-shadow(0 1px 2px rgba(5, 5, 5, 0.2))
}
.rv-11-about {
    position:relative;
    padding-bottom:160px
}
@media screen and (max-width: 1399px) {
    .rv-11-about {
        padding-bottom:140px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-about {
        padding-bottom:30px
    }
}
.rv-11-about__row {
    --bs-gutter-y: 100px
}
.rv-11-about__img img {
    border-radius:0 40px
}
.rv-11-about__img img:last-child {
    border-radius:40px 0;
    border-width:10px 0 0 10px;
    box-shadow:none;
    max-width:84%
}
.rv-11-about__txt {
    padding-left:84px;
    position:relative
}
@media screen and (max-width: 1399px) {
    .rv-11-about__txt {
        padding-left:44px
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-about__txt {
        padding-left:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-about__txt {
        padding-left:0
    }
}
.rv-11-about__txt .rv-11-section__sub-title {
    margin-left:0
}
.rv-11-about__txt .rv-6-about__descr {
    font-weight:500;
    margin-top:17px
}
.rv-11-about__txt .rv-8-about-stat__number {
    font-size:50px;
    font-weight:700;
    margin-bottom:4px
}
@media screen and (max-width: 1399px) {
    .rv-11-about__txt .rv-8-about-stat__number {
        font-size:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-about__txt .rv-8-about-stat__number {
        font-size:35px
    }
}
@media screen and (max-width: 575px) {
    .rv-11-about__txt .rv-8-about-stat__number {
        font-size:30px
    }
}
.rv-11-about__txt .rv-8-about-stat__number sup {
    color:#a98153;
    font-size:40px;
    font-weight:800
}
@media screen and (max-width: 575px) {
    .rv-11-about__txt .rv-8-about-stat__number sup {
        font-size:35px
    }
}
.rv-11-about__txt .rv-8-about-stat__name {
    font-size:18px;
    font-weight:500
}
.rv-11-about__txt img.vector {
    position:absolute;
    top:-70px;
    right:75px
}
@media screen and (max-width: 1199px) {
    .rv-11-about__stats {
        margin-bottom:30px
    }
}
.rv-11-about>img.vector {
    position:absolute;
    right:0;
    bottom:0;
    max-width:45%
}
.rv-14-about__img img {
    width:100%;
    aspect-ratio:106/105;
    -webkit-mask:url(../img/rv-14-about-mask.html) center center no-repeat;
    mask:url(../img/rv-14-about-mask.html) center center no-repeat;
    -webkit-mask-size:contain;
    mask-size:contain
}
.rv-14-about__img svg path {
    animation:rotate-center 2s ease-in-out infinite alternate both;
    transform-origin:center
}
.rv-14-about__txt {
    padding-left:80px
}
@media screen and (max-width: 1599px) {
    .rv-14-about__txt {
        padding-left:70px
    }
}
@media screen and (max-width: 1399px) {
    .rv-14-about__txt {
        padding-left:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-14-about__txt {
        padding-left:0
    }
}
.rv-14-about__txt .rv-6-about__descr {
    margin-top:16px;
    margin-bottom:37px
}
@media screen and (max-width: 767px) {
    .rv-14-about__txt .rv-6-about__descr {
        margin-bottom:27px
    }
}
.rv-14-about__features {
    grid-template-columns:repeat(2, max-content);
    -moz-column-gap:25px;
    column-gap:25px;
    row-gap:7px;
    border:none;
    padding-top:0;
    margin-bottom:53px
}
@media screen and (max-width: 1199px) {
    .rv-14-about__features {
        grid-template-columns:repeat(1, max-content);
        margin-bottom:35px
    }
}
@media screen and (max-width: 991px) {
    .rv-14-about__features {
        grid-template-columns:repeat(2, max-content)
    }
}
@media screen and (max-width: 767px) {
    .rv-14-about__features {
        grid-template-columns:repeat(1, max-content)
    }
}
@media screen and (max-width: 479px) {
    .rv-14-about__btns {
        flex-direction:column
    }
}
.rv-14-about__btn {
    border-radius:30px;
    height:54px;
    line-height:54px
}
.rv-14-about__btn i {
    color:var(--black)
}
.rv-14-about__call .rv-5-about__call-icon {
    border-radius:50%;
    height:54px;
    width:54px;
    line-height:54px
}
@keyframes rotate-center {
    0% {
        d:path("M0.0379601 317.48H0V0C156.158 0 285.984 112.742 312.52 261.27V0H630C630 156.158 517.258 285.984 368.73 312.52L630 312.52V630C473.842 630 344.016 517.258 317.48 368.73L317.48 630C143.797 630 2.68874 490.532 0.0379601 317.48Z")
    }
    100% {
        d:path("M 0.0379601 317.48 H 0 V 0 C 446.158 0 565.984 -37.258 312.52 261.27 V 0 H 631 C 623 486.158 667.258 355.984 478.73 312.52 L 630 312.52 V 630 C 473.842 840 70.016 517.258 317.48 368.73 L 317.48 630 C 143.797 930 -297.31126 490.532 0.0379601 317.48 Z")
    }
}
.rv-15-about_main_area {
    padding:100px 0;
    overflow:hidden;
    background-image:url("../img/about/about_home_bg.html")
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area {
        padding:80px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area {
        padding:70px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area {
        padding:70px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area {
        padding:60px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area {
        padding:550px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area {
        padding:45px 0
    }
}
.rv-15-about_main_area .rv-15-about_image_area {
    position:relative
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-15-about_main_area .rv-15-about_image_area {
        text-align:center
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_image_area img {
        height:350px;
        width:100%;
        -o-object-fit:cover;
        object-fit:cover
    }
}
.rv-15-about_main_area .rv-15-about_image_area .video_btn {
    width:70px;
    height:70px;
    border-radius:50%;
    background-color:#f35b04;
    color:#fff;
    display:inline-block;
    text-align:center;
    line-height:70px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    animation:pulse 1.5s linear infinite
}
.rv-15-about_main_area .rv-15-about_image_area .video_btn:hover {
    background:#fff;
    color:#f35b04
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_image_area .video_btn {
        height:55px;
        width:55px;
        line-height:55px
    }
}
.rv-15-about_main_area .rv-15-about_content {
    padding-left:40px
}
@media only screen and (min-width: 1200px)and (max-width: 1399px),only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-15-about_main_area .rv-15-about_content {
        padding-left:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content {
        padding-left:0
    }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
    font-family:"Poppins", sans-serif;;
    font-size:50px;
    font-weight:600;
    color:#050505;
    position:relative;
    padding-top:25px;
    margin-bottom:30px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
        font-size:32px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
        font-size:33px;
        margin-bottom:20px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
        font-size:28px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_title {
        font-size:20px;
        margin-bottom:10px
    }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_title span {
    position:absolute;
    bottom:40px;
    right:30px;
    z-index:-1
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_title span {
        bottom:-9px;
        right:340px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_title span {
        bottom:-10px;
        right:120px
    }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_desc {
    font-size:16px;
    font-family:"Poppins", sans-serif;;
    font-weight:400;
    color:#050505
}
.rv-15-about_main_area .rv-15-about_content .about_list {
    margin-top:40px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .about_list {
        margin-top:25px
    }
}
.rv-15-about_main_area .rv-15-about_content .about_list ul {
    font-size:18px;
    display:flex;
    flex-wrap:wrap;
    list-style:none
}
.rv-15-about_main_area .rv-15-about_content .about_list ul li {
    flex:0 0 50%;
    max-width:50%;
    margin-bottom:15px;
    font-weight:500;
    color:#050505;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .about_list ul li {
        flex:0 0 100%;
        max-width:100%
    }
}
.rv-15-about_main_area .rv-15-about_content .about_list ul li i {
    margin-right:10px
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_btn {
    display:inline-block;
    line-height:60px;
    background:#f35b04;
    color:#fff;
    padding:0 40px;
    border-radius:5px;
    text-decoration:none;
    font-weight:500;
    letter-spacing:1px;
    margin-top:30px;
    transition:.5s;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-about_main_area .rv-15-about_content .rv-15-about_btn {
        margin-top:20px;
        padding:0 30px
    }
}
.rv-15-about_main_area .rv-15-about_content .rv-15-about_btn:hover {
    background:#050505
}
.rv-16-about_main_area {
    padding:80px 0
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area {
        padding:60px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area {
        padding-bottom:0
    }
}
.rv-16-about_main_area .rv-16-about_image_area {
    position:relative;
    width:500px;
    height:100%
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_image_area {
        margin:auto;
        width:375px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_image_area {
        margin:auto;
        width:270px
    }
}
.rv-16-about_main_area .rv-16-about_image_area img {
    width:500px;
    height:550px;
    -o-object-fit:cover;
    object-fit:cover
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_image_area img {
        width:250px;
        height:400px;
        margin:auto
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_image_area img {
        width:350px;
        height:400px;
        margin:auto
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_image_area img {
        width:300px;
        height:350px;
        margin:auto
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_image_area img {
        width:200px;
        height:260px;
        margin:auto
    }
}
.rv-16-about_main_area .rv-16-about_image_area img:nth-child(2) {
    position:absolute;
    content:"";
    top:100px;
    left:100px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_image_area img:nth-child(2) {
        top:75px;
        left:75px
    }
}
.rv-16-about_main_area .rv-16-about_content_area {
    padding-top:80px
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-16-about_main_area .rv-16-about_content_area {
        padding-left:40px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-16-about_main_area .rv-16-about_content_area {
        padding-top:65px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area {
        padding-top:150px
    }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_heading {
    font-size:44px;
    font-weight:800;
    color:#020208;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_heading {
        font-size:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_heading {
        font-size:28px;
        margin-bottom:25px
    }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
    display:flex;
    align-items:center;
    -moz-column-gap:20px;
    column-gap:20px;
    padding-bottom:20px
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
        flex-direction:column;
        text-align:center;
        row-gap:10px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
        padding-bottom:15px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item {
        padding-bottom:7px
    }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_image {
    height:100px;
    width:100px
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_image {
        height:60px;
        width:60px
    }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_image img {
    -o-object-fit:contain;
    object-fit:contain
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt h4 {
    font-size:20px;
    font-weight:700;
    color:#0b1728;
    cursor:pointer;
    transition:.3s;
    margin-bottom:10px;
    font-family:"Poppins", sans-serif;
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt h4:hover {
    color:#d21028
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt h4 {
        margin-bottom:7px
    }
}
.rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt p {
    color:#666;
    font-weight:500;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-16-about_main_area .rv-16-about_content_area .rv-16-about_content_item .rv-16-about_content_item_txt p {
        font-size:14px;
        line-height:20px
    }
}
.rv-17-about_main_section {
    padding:150px 0
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-17-about_main_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section {
        padding:70px 0
    }
}
.rv-17-about_main_section .rv-17-about_image {
    position:relative
}
.rv-17-about_main_section .rv-17-about_image img {
    height:500px;
    width:400px
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-17-about_main_section .rv-17-about_image img {
        height:500px;
        width:500px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_image img {
        height:400px;
        width:400px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_image img {
        height:400px;
        width:100%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_image img {
        height:300px;
        width:100%
    }
}
.rv-17-about_main_section .rv-17-about_image img:nth-child(2) {
    position:absolute;
    right:0;
    bottom:-100PX;
    height:300px;
    width:300px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_image img:nth-child(2) {
        height:250px;
        width:250px;
        left:50%;
        transform:translateX(-50%)
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_content {
        padding-top:100px
    }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_sub_heading {
    color:#000;
    font-weight:600;
    position:relative;
    padding-left:10px;
    text-transform:uppercase;
    font-family:"Poppins", sans-serif;;
    font-family:"Poppins", sans-serif;
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_sub_heading::after {
    position:absolute;
    content:"";
    height:100%;
    width:2px;
    background:#dfe11b;
    left:0;
    top:0
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_content_heading {
    color:#020208;
    font-size:48px;
    font-weight:800;
    padding-top:10px;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_content .rv-17-about_content_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_content .rv-17-about_content_heading {
        font-size:30px
    }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list {
    background:#f2f2f3;
    overflow-y:scroll;
    height:300px;
    -webkit-scrollbar-width:thin;
    scrollbar-width:thin;
    -webkit-scrollbar-color:#dfe11b #f2f2f3;
    scrollbar-color:#dfe11b #f2f2f3
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list {
    display:flex;
    -moz-column-gap:20px;
    column-gap:20px;
    padding:15px 40px;
    transition:.3s
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list {
        padding:30px 10px
    }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list:hover {
    background:#dfe11b
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_icon {
    width:60px;
    height:60px
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_content h3 {
    font-size:26px;
    font-weight:700;
    color:#020208;
    margin-bottom:10px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_content h3 {
        font-size:17px
    }
}
.rv-17-about_main_section .rv-17-about_content .rv-17-about_list .rv-17-about_single_list .rv-17-about__list_content p {
    font-weight:400;
    font-family:"Poppins", sans-serif;;
    color:rgba(2,2,8,.7)
}
.rv-18-about_section {
    padding:130px 0;
    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) {
    .rv-18-about_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-18-about_section {
        padding:90px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section {
        padding:60px 0
    }
}
.rv-18-about_section .rv-18-car_img {
    position:absolute;
    right:2%;
    bottom:10%
}
.rv-18-about_section .rv4_rgap {
    --bs-gutter-x: 180px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv4_rgap {
        --bs-gutter-x: 130px
    }
}
.rv-18-about_section .rv-18-about_image {
    position:relative;
    height:650px;
    width:auto;
    margin-left:120px
}
@media only screen and (min-width: 1400px)and (max-width: 1599px),only screen and (min-width: 1200px)and (max-width: 1399px) {
    .rv-18-about_section .rv-18-about_image {
        margin-left:0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-18-about_section .rv-18-about_image {
        margin-left:0;
        height:455px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_image {
        margin-left:0;
        height:455px;
        width:388px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_image {
        margin-left:0;
        height:395px;
        width:332px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_image {
        margin-left:0;
        height:300px;
        width:223px
    }
}
.rv-18-about_section .rv-18-about_image img {
    height:100%;
    width:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.rv-18-about_section .rv-18-about_image img:nth-child(2) {
    position:absolute;
    content:"";
    width:240px;
    height:250px;
    bottom:25px;
    right:-28%
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-18-about_section .rv-18-about_image img:nth-child(2) {
        width:190px;
        height:240px;
        bottom:20px;
        right:-24%
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-18-about_section .rv-18-about_image img:nth-child(2) {
        width:198px;
        height:250px;
        bottom:20px;
        right:-24%
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-18-about_section .rv-18-about_image img:nth-child(2) {
        width:180px;
        height:170px;
        bottom:18px;
        right:-26%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_image img:nth-child(2) {
        width:140px;
        height:140px;
        bottom:18px;
        right:-26%
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content {
        margin-top:50px
    }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
    color:#142137;
    font-size:48px;
    font-weight:800;
    position:relative;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
        font-size:35px;
        margin-bottom:25px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_content_heading {
        font-size:24px;
        margin-bottom:15px
    }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_content_heading span {
    position:absolute;
    right:27%;
    top:20px;
    z-index:-1
}
.rv-18-about_section .rv-18-about_content .rv-18-about_content_desc {
    color:rgba(20,33,55,.8);
    font-size:18px;
    font-weight:500;
    font-family:"Poppins", sans-serif;;
    margin-bottom:30px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_content_desc {
        margin-bottom:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_content_desc {
        font-size:15px;
        margin-bottom:15px
    }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item {
    margin-bottom:40px;
    display:flex;
    -moz-column-gap:20px;
    column-gap:20px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_list_item {
        margin-bottom:20px
    }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_number>span {
    height:50px;
    width:50px;
    border-radius:50%;
    background:#c6c8d4;
    color:#142137;
    text-align:center;
    line-height:50px;
    font-size:18px;
    font-weight:700;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_number>span {
        height:40px;
        width:40px;
        line-height:40px
    }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4 {
    color:#142137;
    font-size:20px;
    font-weight:700;
    transition:.3s;
    cursor:pointer;
    margin-bottom:10px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4 {
        margin-bottom:5px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4 {
        font-size:16px;
        margin-bottom:7px
    }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content h4:hover {
    color:#1c74e9
}
.rv-18-about_section .rv-18-about_content .rv-18-about_list_item .rv-18-about_list_content p {
    font-family:"Poppins", sans-serif;;
    color:rgba(20,33,55,.7);
    font-weight:500;
    font-size:16px;
    margin:0
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn {
    background:rgba(0,0,0,0);
    font-size:16px;
    font-weight:700;
    width:200px;
    height:54px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    transition:all .4s ease;
    z-index:1;
    border:1px solid rgba(20,33,55,.24);
    color:#142137;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-about_section .rv-18-about_content .rv-18-about_btn {
        width:180px;
        height:50px
    }
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background-color:#1c74e9;
    width:0;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn:hover {
    color:#fff
}
.rv-18-about_section .rv-18-about_content .rv-18-about_btn:hover::before {
    width:100%;
    left:0
}
.rv-19-about_section {
    padding-top:130px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section {
        padding-top:100px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section {
        padding-top:80px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section {
        padding:60px 0
    }
}
.rv-19-about_section .rv-19-about_image {
    display:flex;
    justify-content:flex-end
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_image {
        height:700px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_image {
        height:374px;
        width:100%;
        flex:inherit;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_image {
        height:300px;
        width:100%;
        flex:inherit;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_image {
        height:250px;
        width:100%;
        flex:inherit;
        margin-bottom:25px
    }
}
.rv-19-about_section .rv-19-about_image img {
    max-width:none;
    height:100%
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_image img {
        height:100%;
        width:100%
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_image img {
        height:100%;
        width:100%
    }
}
.rv-19-about_section .rv-19-about_content {
    padding-left:60px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content {
        padding:0
    }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
    font-size:54px;
    font-weight:800;
    color:#142137;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
        font-size:50px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
        font-size:40px;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
        font-size:34px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content .rv-19-about_content_heading {
        font-size:28px;
        margin-bottom:25px
    }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list {
    display:flex;
    -moz-column-gap:20px;
    column-gap:20px;
    padding-bottom:40px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list {
        padding-bottom:25px
    }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_serial span {
    height:10px;
    width:10px;
    background:#026fff;
    position:relative;
    border-radius:50%;
    top:5px;
    font-family:"Poppins", sans-serif;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_serial span::before {
    position:absolute;
    content:"";
    height:24px;
    width:24px;
    border-radius:50%;
    background:rgba(28,116,233,.14);
    text-align:center;
    top:-7px;
    left:-7px
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_content h3 {
    font-size:24px;
    font-weight:700;
    color:#142137;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_content h3 {
        font-size:24px;
        margin-bottom:10px
    }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_list .rv-19-about_single_list .rv-19-about_single_list_content p {
    color:rgba(20,33,55,.7);
    font-size:15px;
    font-weight:400;
    margin:0;
    font-family:"Poppins", sans-serif;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area {
    font-size:16px;
    font-weight:700;
    color:#142137;
    width:200px;
    height:54px;
    border:1px solid #fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    background:#dfe11b;
    -moz-column-gap:1px;
    column-gap:1px;
    position:relative;
    z-index:1
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-about_section .rv-19-about_content .rv-19-about_button_area {
        width:180px
    }
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area .rv-19-about_btn {
    border-right:1px solid #fff;
    width:100%;
    color:#142137;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:"Poppins", sans-serif;
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area:hover {
    color:#000;
    letter-spacing:1px
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area:hover i {
    transform:rotate(-45deg)
}
.rv-19-about_section .rv-19-about_content .rv-19-about_button_area i {
    height:54px;
    width:54px;
    align-self:flex-end;
    text-align:center;
    line-height:54px;
    transition:all .4s ease
}
.rv-20-about_section {
    padding:80px 0 80px 0;
    position:relative;
    z-index:1
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section {
        padding:170px 0 100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section {
        padding:150px 0 70px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section {
        padding:100px 0 50px 0
    }
}
.rv-20-about_section .rv-20-about_image {
    position:relative;
    width:100%;
    padding-right:80px;
    height:100%
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image {
        padding-right:50px;
        text-align:right
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image {
        padding-right:0;
        text-align:right
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image {
        height:400px;
        width:350px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image {
        height:400px;
        width:330px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image {
        height:250px;
        width:250px
    }
}
.rv-20-about_section .rv-20-about_image img {
    width:440px;
    -o-object-fit:cover;
    object-fit:cover;
    height:100%
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image img {
        width:370px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image img {
        width:280px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image img {
        width:200px
    }
}
.rv-20-about_section .rv-20-about_image img:nth-child(2) {
    position:absolute;
    content:"";
    width:220px;
    height:240px;
    top:-100px;
    left:-100px;
    -o-object-fit:contain;
    object-fit:contain;
    animation:aimoveY 2.4s linear infinite alternate
}
@keyframes aimoveY {
    0% {
        transform:translateY(20px)
    }
    100% {
        transform:translateY(-20px)
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image img:nth-child(2) {
        top:-50px;
        left:-50px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image img:nth-child(2) {
        top:-80px;
        left:-65px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image img:nth-child(2) {
        top:-70px;
        left:-20px;
        width:170px;
        height:200px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image img:nth-child(2) {
        top:-70px;
        left:-20px;
        width:120px;
        height:120px
    }
}
.rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
    position:absolute;
    left:-170px;
    bottom:100px;
    rotate:-90deg;
    display:flex;
    align-items:center
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
        left:-115px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
        left:-160px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
        left:-100px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
        left:-90px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt {
        left:-70px;
        bottom:65px
    }
}
.rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt h3 {
    font-size:80px;
    font-weight:800;
    color:#081c15;
    margin:0;
    line-height:1px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt h3 {
        font-size:60px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt h3 {
        font-size:40px
    }
}
.rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt p {
    color:rgba(8,28,21,.6);
    font-size:18px;
    font-weight:600;
    margin:0;
    width:100px;
    line-height:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_image .rv-20-about_experience_txt p {
        font-size:16px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content {
        margin-top:40px
    }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_sub_title {
    color:#081c15;
    font-weight:500;
    font-size:16px;
    width:194px;
    height:36px;
    line-height:36px;
    text-align:center;
    border:1px solid rgba(8,28,21,.14);
    display:flex;
    justify-content:center;
    align-items:center;
    -moz-column-gap:4px;
    column-gap:4px;
    font-family:"Poppins", sans-serif;;
    margin-bottom:30px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_sub_title {
        margin-bottom:15px
    }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_sub_title span {
    height:5px;
    width:5px;
    background:#081c15;
    border-radius:50%
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
    font-size:54px;
    font-weight:800;
    color:#081c15;
    margin-bottom: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
        font-size:28px;
        margin-bottom:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content .rv-20-about_section_heading .rv-20-about_section_title {
        font-size:22px;
        margin-bottom:30px
    }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions {
    display:flex;
    align-items:center;
    -moz-column-gap:20px;
    column-gap:20px;
    justify-content:space-between
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions {
        flex-direction:column;
        align-items:inherit;
        gap:20px
    }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions {
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-left:2px solid rgba(0,0,0,0);
    border:1px solid rgba(8,28,21,.14);
    padding:15px 20px;
    transition:all .4s ease;
    flex:0 0 48%;
    max-width:50%
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions {
        max-width:100%
    }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions:hover {
    border-left:1px solid #081c15
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_left h3 {
    font-size:20px;
    font-weight:700;
    color:#081c15;
    margin-bottom:4px;
    font-family:"Poppins", sans-serif;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_left p {
    color:rgba(8,28,21,.6);
    font-size:14px;
    font-weight:400;
    margin:0;
    font-family:"Poppins", sans-serif;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon {
    height:32px;
    width:32px;
    background:rgba(8,28,21,.06);
    border-radius:50%;
    text-align:center;
    line-height:32px;
    color:#081c15;
    transition:all .4s ease
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon i {
    transition:all .4s ease
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon:hover {
    background:#081c15;
    color:#fff
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_content_top_actions .rv-20-about_content_single_top_actions .rv-20-about_content_single_top_actions_icon:hover i {
    rotate:90deg
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list {
    margin-top:40px
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul {
    display:flex;
    flex-wrap:wrap;
    list-style:none
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li {
    flex:0 0 100%;
    max-width:100%;
    margin-bottom:20px;
    font-weight:500
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li {
        flex:0 0 100%;
        max-width:100%
    }
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li h4 {
    color:#081c15;
    font-size:18px;
    font-weight:700;
    transition:all .4s ease;
    cursor:pointer;
    font-family:"Poppins", sans-serif;
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li h4 i {
    margin-right:10px
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li h4:hover {
    color:#2d6a4f
}
.rv-20-about_section .rv-20-about_section_content .rv-20-about_list ul li p {
    color:rgba(8,28,21,.7);
    font-size:15px;
    font-weight:400;
    margin:0;
    font-family:"Poppins", sans-serif;;
    width:90%
}
.rv-20-about_section .about-sh-6 {
    position:absolute;
    top:100px;
    right:0;
    height:300px;
    width:200px;
    z-index:-1
}
.rv-20-about_section .about-sh-6 img {
    height:100%;
    width:100%
}
.rv-22-about_main_area {
    padding:140px 0 100px 0;
    position:relative
}
@media only screen and (min-width: 1400px)and (max-width: 1599px),only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area {
        padding:120px 0 80px 0
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area {
        padding:100px 0 70px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area {
        padding:80px 0 50px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area {
        padding:60px 0 40px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area {
        padding:40px 0 30px 0
    }
}
.rv-22-about_main_area .rv-22-car_img {
    position:absolute;
    right:2%;
    bottom:10%
}
.rv-22-about_main_area .rv-22-about_image {
    position:relative;
    height:600px;
    width:auto
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_image {
        height:500px;
        width:100%;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_image {
        height:400px;
        width:100%;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_image {
        height:300px;
        width:100%;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_image {
        height:270px;
        width:100%;
        margin-bottom:25px
    }
}
.rv-22-about_main_area .rv-22-about_image img {
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_image img {
        height:100%;
        width:65%
    }
}
.rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
    position:absolute;
    content:"";
    width:150px;
    height:250px;
    bottom:0;
    right:-35%;
    -o-object-fit:contain;
    object-fit:contain
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
        right:-45%
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
        width:35%;
        right:0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_image img:nth-child(2) {
        height:150px;
        width:35%;
        right:0
    }
}
.rv-22-about_main_area .rv-22-about_content {
    padding-left:70px;
    position:relative
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content {
        padding-left:0
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title {
    position:relative;
    color:rgba(4,14,31,.7);
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    display:inline-block
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title {
        margin-bottom:7px
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title .rv8_sub_pre_nex {
    content:"";
    background:rgba(4,14,31,.4);
    width:60px;
    height:1px;
    position:absolute;
    right:-65%;
    font-family:"Poppins", sans-serif;;
    top:50%;
    transform:translateY(-50%)
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title .rv8_sub_pre_nex::before {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    left:-15px;
    background:#9a9ea5;
    border-radius:50%;
    transform:translateY(-50%);
    animation:slide-right 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-right {
    0% {
        left:0
    }
    100% {
        left:100%
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_sub_title .rv8_sub_pre_nex::after {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    right:-15px;
    background:#9a9ea5;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    animation:slide-left 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-left {
    0% {
        right:0
    }
    100% {
        right:100%
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
    color:#040e1f;
    font-size:46px;
    font-weight:700;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
        font-size:35px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
        font-size:30px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_title {
        font-size:20px;
        margin-bottom:10px
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_content_desc {
    color:rgba(4,14,31,.7);
    font-size:16px;
    font-weight:400;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_content_desc {
        margin-bottom:20px;
        font-size:14px
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
    padding-left:130px;
    margin-bottom:35px
}
@media only screen and (min-width: 1400px)and (max-width: 1599px),only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
        padding-left:100px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
        padding-left:80px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area {
        padding-left:0
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area .rv-22-about_list {
    margin-bottom:15px;
    display:flex;
    -moz-column-gap:15px;
    column-gap:15px;
    align-items:center
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area .rv-22-about_list i {
    background:#22e17f;
    color:#fff;
    height:25px;
    width:25px;
    border-radius:50%;
    text-align:center;
    line-height:25px
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_list_area .rv-22-about_list p {
    font-family:"Poppins", sans-serif;;
    font-size:15px;
    font-weight:500;
    color:#040e1f;
    margin:0
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#b38d3f;
    padding:15px 50px;
    border-radius:30px;
    display:inline-block;
    position:relative;
    z-index:1;
    overflow:hidden;
    letter-spacing:2px;
    margin-left:130px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 1400px)and (max-width: 1599px),only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
        margin-left:100px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
        margin-left:80px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
        margin-left:0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-about_main_area .rv-22-about_content .rv-22-about_btn {
        margin-left:0;
        padding:13px 30px
    }
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn::before {
    position:absolute;
    content:"";
    background-color:#040e1f;
    width:100%;
    height:0%;
    left:50%;
    top:50%;
    border-radius:0px;
    transform:translate(-50%, -50%) rotate(-45deg);
    z-index:-1;
    transition:all 500ms ease
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn:hover {
    color:#fff
}
.rv-22-about_main_area .rv-22-about_content .rv-22-about_btn:hover::before {
    height:400%
}
.rv-22-about_main_area .rv-22-about_content .home-8-about-sh-2 {
    position:absolute;
    right:0%;
    bottom:-5%;
    height:82px;
    width:77px
}
.rv-22-about_main_area .rv-22-about_content .home-8-about-sh-2 img {
    height:100%;
    width:100%
}
.rv-22-about_main_area .home-8-about-sh-1 {
    position:absolute;
    right:15%;
    top:20%;
    height:120px;
    width:77px
}
.rv-22-about_main_area .home-8-about-sh-1 img {
    height:100%;
    width:100%
}
.rv-23-about_main_area {
    padding:190px 0 160px 0;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area {
        padding:120px 0 130px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area {
        padding:80px 0 80px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area {
        padding:60px 0 60px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area {
        padding:5px 0 50px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area {
        padding:35px 0 35px 0
    }
}
.rv-23-about_main_area .rv-23-about_image {
    position:relative;
    height:570px;
    width:440px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_image {
        height:450px;
        width:400px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_image {
        height:400px;
        width:320px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_image {
        height:350px;
        width:250px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_image {
        height:280px;
        width:230px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_image {
        height:250px;
        width:200px
    }
}
.rv-23-about_main_area .rv-23-about_image img {
    height:100%;
    width:100%
}
.rv-23-about_main_area .rv-23-about_image img:nth-child(2) {
    position:absolute;
    content:"";
    top:100px;
    left:100px;
    -o-object-fit:cover;
    object-fit:cover
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_image img:nth-child(2) {
        top:50px;
        left:70px
    }
}
.rv-23-about_main_area .rv-23-about_content {
    position:relative;
    padding-left:70px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content {
        padding:100px 0 0 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content {
        padding:80px 0 0 0
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_content_sub_title {
    color:#fff;
    font-size:15px;
    font-weight:700;
    background:#020208;
    padding:1px 4px;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_sub_title {
        margin-bottom:10px
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
    color:#020208;
    font-size:46px;
    font-weight:800;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
        font-size:40px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
        font-size:30px;
        margin-bottom:20px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_title {
        font-size:22px;
        margin-bottom:15px
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_content_desc {
    color:rgba(2,2,8,.7);
    font-size:16px;
    font-weight:500;
    margin-bottom:30px;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_desc {
        margin-bottom:30px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_content_desc {
        margin-bottom:25px
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn {
    font-size:16px;
    font-weight:700;
    color:#020208;
    background:rgba(0,0,0,0);
    border:1px solid rgba(2,2,8,.1);
    width:256px;
    height:54px;
    font-family:"Poppins", sans-serif;;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    -moz-column-gap:10px;
    column-gap:10px;
    transition:all .5s ease;
    position:relative
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_btn {
        width:230px
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background:#3ba52d;
    width:100%;
    height:0%;
    transition:all .4s ease;
    z-index:-1;
    top:auto
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn:hover::before {
    height:100%;
    top:0
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn:hover {
    color:#fff
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn:hover i {
    background:#fff;
    color:#020208
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_btn i {
    width:34px;
    height:34px;
    border-radius:50%;
    background:#3ba52d;
    color:#fff;
    text-align:center;
    line-height:34px;
    transition:all .5s ease
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area {
    display:flex;
    margin-top:60px;
    -moz-column-gap:74px;
    column-gap:74px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area {
        margin-top:34px;
        -moz-column-gap:60px;
        column-gap:60px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area {
        margin-top:30px;
        -moz-column-gap:15px;
        column-gap:15px
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
    border-right:1px solid rgba(2,2,8,.1);
    padding-right:54px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
        padding-right:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
        padding-right:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup {
        padding-right:15px
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
    font-size:50px;
    font-weight:700;
    color:#020208
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
        font-size:35px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
        font-size:25px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_number {
        font-size:20px
    }
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup .rv-23-count_title {
    color:rgba(2,2,8,.6);
    font-size:14px;
    font-weight:500;
    font-family:"Poppins", sans-serif;;
    font-family:"Poppins", sans-serif;
}
.rv-23-about_main_area .rv-23-about_content .rv-23-about_counterup_area .rv-23-single_counterup:last-child {
    border:0
}
.rv-24-about_main_area {
    padding:160px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area {
        padding:130px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area {
        padding:110px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area {
        padding:80px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area {
        padding:60px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area {
        padding:50px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area {
        padding:35px 0
    }
}
.rv-24-about_main_area .rv-24-about_image {
    position:relative;
    height:650px;
    width:100%
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image {
        height:500px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image {
        height:450px;
        width:400px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image {
        height:400px;
        width:350px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image {
        height:350px;
        width:300px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image {
        height:250px;
        width:200px
    }
}
.rv-24-about_main_area .rv-24-about_image img {
    height:100%;
    width:100%;
    border-radius:30px;
    border:5px solid #fff
}
.rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
    position:absolute;
    content:"";
    bottom:-70px;
    right:-120px;
    -o-object-fit:cover;
    object-fit:cover;
    height:450px;
    width:410px
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
        height:380px;
        width:359px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
        height:322px;
        width:auto;
        bottom:-50px;
        right:-100px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_image img:nth-child(2) {
        height:230px;
        width:180px;
        bottom:-40px;
        right:-50px
    }
}
.rv-24-about_main_area .rv-24-about_content {
    position:relative;
    padding-left:130px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content {
        padding:100px 0 0 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content {
        padding:80px 0 0 0
    }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_content_sub_title {
    color:#020208;
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_sub_title {
        margin-bottom:10px
    }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
    color:#020208;
    font-size:44px;
    font-weight:800;
    font-family:"Poppins", sans-serif;;
    margin-bottom:40px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
        font-size:30px;
        margin-bottom:25px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
        margin-bottom:15px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
        margin-bottom:15px;
        font-size:25px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_title {
        font-size:19px
    }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_content_desc {
    color:rgba(2,2,8,.7);
    font-size:16px;
    font-weight:500;
    font-family:"Poppins", sans-serif;;
    margin-bottom:50px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_desc {
        margin-bottom:30px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_content_desc {
        margin-bottom:15px
    }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_list {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:50px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-about_main_area .rv-24-about_content .rv-24-about_list {
        margin-bottom:30px;
        -moz-column-gap:15px;
        column-gap:15px
    }
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_list li {
    color:#020208;
    font-weight:600;
    font-size:15px;
    font-family:"Poppins", sans-serif;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_list li i {
    color:#b38d3f;
    height:25px;
    width:25px;
    background:rgba(0,0,0,0);
    border:1px solid #b38d3f;
    text-align:center;
    line-height:25px;
    margin-right:10px;
    border-radius:50%
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:20px
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_btn {
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#a58051;
    border:1px solid #a58051;
    width:190px;
    height:54px;
    transition:all .5s ease;
    position:relative;
    text-align:center;
    line-height:54px;
    z-index:1;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background:#020208;
    width:0%;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_btn:hover::before {
    width:100%;
    left:0
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call {
    display:flex;
    align-items:center;
    -moz-column-gap:15px;
    column-gap:15px
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_icon {
    color:#a58051;
    border:1px solid rgba(2,2,8,.14);
    height:54px;
    width:54px;
    display:inline-block;
    text-align:center;
    line-height:54px;
    font-size:25px
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_icon:hover i {
    rotate:0deg
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_icon i {
    rotate:-30deg;
    transition:all .3s cubic-bezier(0.46, 0.03, 0.52, 0.96)
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_txt span {
    font-size:16px;
    font-weight:700;
    color:#020208;
    margin-bottom:0;
    display:block;
    font-family:"Poppins", sans-serif;
}
.rv-24-about_main_area .rv-24-about_content .rv-24-about_btn_area .rv-24-about_call .rv-24-about_call_txt .rv-24-about_call_num {
    color:rgba(2,2,8,.6);
    font-weight:500;
    font-size:15px;
    font-family:"Poppins", sans-serif;
}
.rv-25-about_main_area {
    padding:160px 0;
    background:#d6dec9;
    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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area {
        padding:130px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area {
        padding:80px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area {
        padding:60px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area {
        padding:60px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area {
        padding:50px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area {
        padding:35px 0
    }
}
.rv-25-about_main_area .rv-25-about_image {
    position:relative;
    height:650px;
    width:500px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image {
        height:640px;
        width:430px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image {
        height:550px;
        width:400px;
        margin-left:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image {
        height:440px;
        width:350px;
        margin-left:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image {
        height:400px;
        width:300px;
        margin-left:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image {
        height:300px;
        width:230px;
        margin-left:0
    }
}
.rv-25-about_main_area .rv-25-about_image img {
    height:100%;
    width:100%
}
.rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
    position:absolute;
    left:-14%;
    top:21%;
    height:150px;
    width:150px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
        left:-8%;
        top:21%
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
        left:-10%;
        top:17%;
        height:120px;
        width:120px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
        left:-10%;
        top:17%;
        height:100px;
        width:100px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-stiker {
        height:80px;
        width:80px;
        left:-10%;
        top:17%
    }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
    position:absolute;
    content:"";
    bottom:-40px;
    right:-50px;
    height:310px;
    width:250px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
        height:300px;
        width:240px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
        height:250px;
        width:200px;
        bottom:-22px;
        right:15px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
        height:220px;
        width:175px;
        bottom:-30px;
        right:0px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
        height:200px;
        width:150px;
        bottom:-30px;
        right:0px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image {
        height:150px;
        width:130px;
        bottom:-31px;
        right:0px
    }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
    border:1px solid rgba(255,255,255,.1);
    background:rgba(0,0,0,.04);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    position:absolute;
    top:50%;
    left:50%;
    padding:40px 30px;
    transform:translate(-50%, -50%)
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
        padding:30px 20px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
        padding:15px 25px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
        padding:5px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt {
        padding:5px 20px
    }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt h5 {
    font-family:"Poppins", sans-serif;;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    color:#fff;
    margin-bottom:30px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt h5 {
        margin-bottom:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt h5 {
        margin-bottom:0px;
        font-size:12px
    }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt span {
    font-family:"Poppins", sans-serif;;
    color:#4a1808;
    font-size:80px;
    font-style:normal;
    font-weight:1000
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt span {
        font-size:60px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt span {
        font-size:30px
    }
}
.rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt p {
    font-family:"Poppins", sans-serif;;
    font-size:15px;
    font-weight:700;
    color:#fff;
    margin:0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_image .rv-25-about_second_image .rv-25-about_second_txt p {
        font-size:12px
    }
}
.rv-25-about_main_area .rv-25-about_content {
    padding-left:70px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content {
        padding-left:40px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content {
        padding:40px 0 0 0
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_content_sub_title {
    color:#020208;
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_sub_title {
        margin-bottom:10px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_sub_title {
        margin-bottom:5px
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
    color:#020208;
    font-size:50px;
    font-weight:700;
    margin-bottom:35px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
        font-size:40px;
        margin-bottom:20px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
        font-size:35px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
        font-size:30px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
        font-size:25px;
        margin-bottom:15px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_title {
        font-size:20px;
        margin-bottom:10px
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
    color:rgba(2,2,8,.7);
    font-size:16px;
    font-weight:400;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;;
    margin-bottom:50px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
        margin-bottom:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
        margin-bottom:30px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
        margin-bottom:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_content_desc {
        margin-bottom:15px
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_list {
    display:flex;
    align-items:center;
    margin-bottom:50px;
    flex-wrap:wrap
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_list {
        margin-bottom:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_list {
        margin-bottom:20px
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_list li {
    color:#020208;
    font-family:"Poppins", sans-serif;;
    font-weight:600;
    font-size:15px;
    flex:0 0 50%;
    max-width:50%;
    padding-bottom:20px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_list li {
        padding-bottom:10px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_list li {
        padding-bottom:10px;
        flex:0 0 100%;
        max-width:100%
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_list li i {
    color:#b38d3f;
    text-align:center;
    margin-right:20px;
    font-size:17px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_list li i {
        margin-right:10px
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area {
    display:flex;
    align-items:center;
    -moz-column-gap:20px;
    column-gap:20px;
    flex-wrap:wrap;
    gap:20px
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn {
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#a58051;
    border:1px solid #a58051;
    width:190px;
    height:54px;
    transition:all .5s ease;
    position:relative;
    text-align:center;
    line-height:54px;
    z-index:1;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn {
        width:160px
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background:#020208;
    width:0%;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_btn:hover::before {
    width:100%;
    left:0
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta {
    display:flex;
    align-items:center;
    -moz-column-gap:15px;
    column-gap:15px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta {
        order:-1
    }
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_image {
    height:60px;
    width:60px;
    background:#464d3b;
    border-radius:50%
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_image img {
    border-radius:50%
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_data .rv-25-about_author_name {
    font-size:18px;
    font-weight:700;
    color:#020208;
    margin-bottom:0;
    display:block;
    font-family:"Poppins", sans-serif;
}
.rv-25-about_main_area .rv-25-about_content .rv-25-about_btn_area .rv-25-about_author_meta .rv-25-about_author_data .rv-25-about_author_desc {
    color:rgba(2,2,8,.7);
    font-weight:500;
    font-size:15px;
    font-family:"Poppins", sans-serif;
}
.rv-25-about_main_area .home-11-about-sh-1 {
    position:absolute;
    right:0;
    bottom:15%
}
.rv-25-about_main_area .home-11-about-sh-1 img {
    height:100%;
    width:100%
}
.rv-1-speakers {
    background-color:#e4e4e4
}
.rv-1-speakers__slider .swiper-slide:nth-child(odd) {
    margin-top:50px
}
@media screen and (max-width: 479px) {
    .rv-1-speakers__slider .swiper-slide:nth-child(odd) {
        margin-top:0
    }
}
.rv-1-speaker {
    width:100%;
    height:370px;
    position:relative;
    overflow:hidden;
    z-index:1
}
.rv-1-speaker:hover .rv-1-speaker__socials a {
    transform:translateX(0);
    opacity:1
}
.rv-1-speaker video {
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-1-speaker__txt {
    position:absolute;
    left:0;
    bottom:24px
}
.rv-1-speaker__role {
    background-color:var(--white-f);
    font-size:12px;
    font-weight:500;
    text-transform:uppercase;
    padding:6px 14px;
    color:rgba(5,5,5,.7);
    display:inline-block;
    margin-bottom:2px
}
.rv-1-speaker__name {
    background-color:var(--white-f);
    padding:8px 14px;
    font-weight:600;
    font-size:18px;
    color:var(--black)
}
.rv-1-speaker__socials {
    position:absolute;
    top:20px;
    right:20px;
    display:flex;
    flex-direction:column;
    gap:6px
}
.rv-1-speaker__socials a {
    background-color:var(--white-f);
    border-radius:50%;
    color:var(--black);
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    opacity:0;
    transform:translateX(50px);
    transition:.4s ease
}
.rv-1-speaker__socials a:hover {
    background-color:var(--orange);
    color:var(--white-f)
}
.rv-1-speaker__socials a:nth-child(2) {
    transition:.4s ease,transform .4s ease .1s,opacity .4s ease .1s
}
.rv-1-speaker__socials a:nth-child(3) {
    transition:.4s ease,transform .4s ease .2s,opacity .4s ease .2s
}
.rv-1-schedule__tabs {
    justify-content:center;
    border:none;
    gap:15px;
    margin-bottom:60px
}
@media screen and (max-width: 991px) {
    .rv-1-schedule__tabs {
        margin-bottom:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-schedule__tabs {
        gap:10px
    }
}
.rv-1-schedule__tabs .nav-link {
    border:1px solid rgba(5,5,5,.14);
    border-radius:0;
    padding:10px 40px;
    position:relative
}
@media screen and (max-width: 1399px) {
    .rv-1-schedule__tabs .nav-link {
        padding:10px 30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-schedule__tabs .nav-link {
        padding:8px 20px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-schedule__tabs .nav-link {
        padding:8px 12px
    }
}
.rv-1-schedule__tabs .nav-link::before {
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    translate:-50%;
    width:32px;
    height:17px;
    background-color:var(--orange);
    z-index:-1;
    opacity:0;
    transition:.15s ease-in-out;
    -webkit-clip-path:polygon(0 0, 100% 0, 50% 100%, 50% 100%);
    clip-path:polygon(0 0, 100% 0, 50% 100%, 50% 100%)
}
.rv-1-schedule__tabs .nav-link.active {
    border-color:var(--orange);
    background-color:var(--orange);
    color:var(--white-f)
}
.rv-1-schedule__tabs .nav-link.active::before {
    opacity:1
}
.rv-1-schedule__tabs .nav-link.active .title {
    color:var(--white-f)
}
.rv-1-schedule__tabs .nav-link.active .sub-title {
    color:rgba(255,255,255,.8)
}
.rv-1-schedule__tabs .nav-link .title {
    display:block;
    color:var(--black);
    font-weight:600;
    font-size:22px
}
@media screen and (max-width: 1199px) {
    .rv-1-schedule__tabs .nav-link .title {
        font-size:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-schedule__tabs .nav-link .title {
        font-size:18px
    }
}
.rv-1-schedule__tabs .nav-link .sub-title {
    color:rgba(5,5,5,.5);
    font-weight:500
}
.rv-1-schedule-conf {
    display:grid;
    grid-template-columns:27% 50% auto;
    gap:60px;
    align-items:center;
    padding:35px 65px;
    border:1px solid rgba(0,0,0,0);
    border-top-color:rgba(5,5,5,.1);
    transition:.4s ease;
    position:relative;
    z-index:1;
    animation:confAnime 1.4s ease
}
@media screen and (max-width: 1399px) {
    .rv-1-schedule-conf {
        padding:25px 35px;
        grid-template-columns:30% 45% auto;
        gap:50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-schedule-conf {
        gap:35px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-schedule-conf {
        grid-template-columns:45% 55%
    }
}
@media screen and (max-width: 767px) {
    .rv-1-schedule-conf {
        grid-template-columns:100%;
        justify-content:center;
        text-align:center;
        gap:25px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-schedule-conf {
        gap:15px;
        padding:20px
    }
}
.rv-1-schedule-conf:hover {
    border-color:rgba(5,5,5,.1);
    border-bottom-color:rgba(0,0,0,0)
}
.rv-1-schedule-conf:hover::before {
    opacity:1
}
.rv-1-schedule-conf:hover .rv-1-schedule-conf__btn i {
    background-color:var(--orange);
    border-color:var(--orange);
    color:var(--white-f)
}
.rv-1-schedule-conf::before {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(94deg, rgba(242, 88, 76, 0.05) 0%, rgba(242, 88, 76, 0) 100%);
    z-index:-1;
    opacity:0;
    transition:.4s ease
}
.rv-1-schedule-conf:first-child {
    border-top-color:rgba(0,0,0,0)
}
.rv-1-schedule-conf:first-child:hover {
    border-top-color:rgba(5,5,5,.1)
}
@media screen and (max-width: 991px) {
    .rv-1-schedule-conf:last-child {
        border-bottom-color:rgba(5,5,5,.1)
    }
}
.rv-1-schedule-conf:last-child:hover {
    border-color:rgba(5,5,5,.1)
}
.rv-1-schedule-conf>* {
    flex:auto
}
.rv-1-schedule-conf__author {
    display:flex;
    gap:40px;
    justify-content:space-between;
    align-items:center
}
@media screen and (max-width: 1199px) {
    .rv-1-schedule-conf__author {
        gap:15px
    }
}
.rv-1-schedule-conf__author-name {
    font-weight:700;
    font-size:20px;
    font-family: 'Poppins';
    color:var(--black);
    margin-bottom:5px
}
@media screen and (max-width: 479px) {
    .rv-1-schedule-conf__author-name {
        font-size:18px;
        margin-bottom:3px
    }
}
.rv-1-schedule-conf__author-label {
    font-weight:500;
    font-family: 'Poppins';
    font-size:15px;
    color:rgba(5,5,5,.6)
}
.rv-1-schedule-conf__author-img {
    flex-shrink:0
}
.rv-1-schedule-conf__author-img img {
    width:100px;
    height:100px;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-1-schedule-conf__name {
    font-weight:600;
    font-size:24px;
    color:var(--black);
    margin-bottom:15px
}
@media screen and (max-width: 1199px) {
    .rv-1-schedule-conf__name {
        font-size:22px;
        margin-bottom:10px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-schedule-conf__name {
        font-size:20px
    }
}
.rv-1-schedule-conf__name a:hover {
    color:var(--orange)
}
.rv-1-schedule-conf__infos {
    display:flex;
    gap:35px
}
@media screen and (max-width: 767px) {
    .rv-1-schedule-conf__infos {
        justify-content:center
    }
}
@media screen and (max-width: 479px) {
    .rv-1-schedule-conf__infos {
        flex-direction:column;
        align-items:center;
        gap:10px
    }
}
.rv-1-schedule-conf__infos li {
    font-size:15px;
    font-weight:500;
    color:rgba(5,5,5,.6);
    display:flex;
    gap:8px;
    align-items:center
}
.rv-1-schedule-conf__infos li i {
    color:var(--orange);
    font-size:20px
}
.rv-1-schedule-conf__btn {
    font-family: 'Poppins';
    font-weight:700;
    font-size:16px;
    color:var(--black);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px
}
@media screen and (max-width: 991px) {
    .rv-1-schedule-conf__btn {
        grid-column:1/3
    }
}
@media screen and (max-width: 767px) {
    .rv-1-schedule-conf__btn {
        grid-column:auto
    }
}
.rv-1-schedule-conf__btn i {
    border:1px solid rgba(5,5,5,.14);
    border-radius:50%;
    width:35px;
    height:35px;
    text-align:center;
    line-height:35px;
    transition:.4s ease;
    flex-shrink:0
}
@keyframes confAnime {
    0% {
        transform:rotateX(90deg)
    }
    100% {
        transform:rotateX(0deg)
    }
}
.rv-17-events_section {
    padding:130px 40px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section {
        padding:70px 40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section {
        padding:50px 40px
    }
}
.rv-17-events_section .rv-17-even_title {
    text-align:center;
    padding-bottom:60px
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section .rv-17-even_title {
        padding-bottom:40px
    }
}
.rv-17-events_section .rv-17-even_title .rv-17-even_sub_heading {
    color:#000;
    font-weight:600;
    position:relative;
    padding-left:10px;
    text-transform:uppercase
}
.rv-17-events_section .rv-17-even_title .rv-17-even_sub_heading::after {
    position:absolute;
    content:"";
    height:100%;
    width:2px;
    background:#dfe11b;
    left:0;
    top:0
}
.rv-17-events_section .rv-17-even_title .rv-17-even_heading {
    color:#020208;
    font-size:50px;
    font-weight:800;
    margin:0;
    padding-top:7px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section .rv-17-even_title .rv-17-even_heading {
        font-size:45px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section .rv-17-even_title .rv-17-even_heading {
        font-size:35px
    }
}
.rv-17-events_section .rv-17-single_even {
    border:1px solid rgba(2,2,8,.2);
    padding:80px 30px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section .rv-17-single_even {
        padding:40px 20px;
        margin-bottom:30px
    }
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta {
    padding-bottom:30px;
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta .rv-17-single_even_date {
    background:#d21028;
    color:#fff;
    padding:4px 10px;
    font-family:"Poppins", sans-serif;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta .rv-17-single_even_meta_catagory {
    font-size:15px;
    font-weight:500;
    font-family:"Poppins", sans-serif;;
    color:rgba(2,2,8,.6)
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_meta .rv-17-single_even_meta_catagory i {
    color:#020208;
    margin-right:5px
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title {
    font-size:24px;
    font-weight:700;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title {
        font-size:20px
    }
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title a {
    color:#020208
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_content_title a:hover {
    color:#d21028
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list {
    display:flex;
    align-items:center;
    -moz-column-gap:14px;
    column-gap:14px;
    padding-bottom:20px
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list .rv-17-single_even_list_icon {
    border:1px solid rgba(2,2,8,.2);
    height:44px;
    width:44px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    color:#d21028
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list span {
    color:#020208;
    font-weight:500;
    padding-bottom:5px;
    font-family:"Poppins", sans-serif;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_list h6 {
    color:#020208;
    font-weight:700;
    margin:0;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-events_section .rv-17-single_even .rv-17-single_even_list h6 {
        font-size:14px
    }
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_btn {
    margin-top:30px;
    color:#020208;
    font-weight:700;
    font-size:16px;
    border:1px solid rgba(2,2,8,.2);
    width:160px;
    height:44px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,0);
    font-family:"Poppins", sans-serif;
}
.rv-17-events_section .rv-17-single_even .rv-17-single_even_btn:hover {
    background:#dfe11b;
    border:1px solid rgba(0,0,0,0)
}
.rv-19-timetable_section {
    padding:130px 0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section {
        padding:80px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section {
        padding:60px 0
    }
}
.rv-19-timetable_section .rv-19-timetable_section_top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:60px
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
    color:#142137;
    font-size:60px;
    font-weight:800;
    margin:0;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
        font-size:45px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
        font-size:35px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_title .rv-19-timetable_heading {
        font-size:25px
    }
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area {
    font-size:16px;
    font-weight:700;
    color:#142137;
    width:200px;
    height:54px;
    border:1px solid #fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:center;
    background:#dfe11b;
    -moz-column-gap:1px;
    column-gap:1px;
    position:relative;
    z-index:1;
    font-family:"Poppins", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area .rv-19-timetable_btn {
    border-right:1px solid #fff;
    width:100%;
    color:#142137;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:"Poppins", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area:hover {
    color:#000;
    letter-spacing:1px
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area:hover i {
    transform:rotate(0deg)
}
.rv-19-timetable_section .rv-19-timetable_section_top .rv-19-timetable_button_area i {
    height:54px;
    width:54px;
    align-self:flex-end;
    text-align:center;
    line-height:54px;
    transition:all .4s ease;
    transform:rotate(-45deg)
}
.rv-19-timetable_section .rv-19-timetable_image {
    height:100%;
    text-align:center
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_image {
        padding-bottom:50px;
        height:620px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_image {
        padding-bottom:50px;
        height:500px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_image {
        padding-bottom:0;
        height:420px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_image {
        padding-bottom:0;
        height:350px
    }
}
.rv-19-timetable_section .rv-19-timetable_image img {
    height:100%;
    width:auto
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area {
    display:flex;
    align-items:flex-start;
    justify-content:flex-end
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area {
        flex-direction:column
    }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-ti_one {
    margin-top:40px;
    border-left:1px solid rgba(20,33,55,.14)
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum {
    border-right:1px solid rgba(20,33,55,.14);
    width:100%
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum {
        border-left:1px solid rgba(20,33,55,.14)
    }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name {
    width:100%;
    background:#eff0f3;
    height:80px;
    display:flex;
    align-items:center;
    padding:0 20px;
    position:relative
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name {
        height:60px
    }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name span {
    position:absolute;
    content:"";
    right:0;
    top:0;
    color:#141414;
    font-size:14px;
    font-weight:500;
    background:#dfe11b;
    width:80px;
    height:20px;
    text-align:center;
    line-height:20px;
    font-family:"Poppins", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .week_name h3 {
    color:#141414;
    font-size:30px;
    font-weight:700;
    margin:0;
    font-family:"Poppins", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time {
    display:flex;
    justify-content:space-between;
    align-items:center;
    -moz-column-gap:50px;
    column-gap:50px;
    padding:15px 20px;
    border-bottom:1px solid rgba(20,20,20,.1)
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time {
        -moz-column-gap:25px;
        column-gap:25px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time {
        -moz-column-gap:10px;
        column-gap:10px
    }
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time p {
    color:rgba(20,33,55,.7);
    font-size:15px;
    font-weight:600;
    margin:0;
    font-family:"Poppins", sans-serif;
}
.rv-19-timetable_section .rv-19-timetable_calender_main_area .rv-19-timetable_calender_area .rv-19-timetable_calender_colum .rv-19-timetable_calender .class_time span {
    color:rgba(20,33,55,.7);
    font-weight:600;
    font-size:15px;
    font-family:"Poppins", sans-serif;
}
.rv-1-video {
    background:url(../img/rv-1-video-bg.jpg) no-repeat center center;
    background-size:cover;
    padding:299px 0;
    position:relative;
    z-index:1
}
@media screen and (max-width: 1399px) {
    .rv-1-video {
        padding:199px 0
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-video {
        padding:159px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-1-video {
        padding:129px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-1-video {
        padding:109px 0
    }
}
@media screen and (max-width: 575px) {
    .rv-1-video {
        padding:69px 0
    }
}
.rv-1-video::before {
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    background-color:rgba(2,2,8,.5);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px)
}
.rv-1-video__title {
    color:var(--white-f);
    text-transform:uppercase;
    margin-bottom:48px
}
@media screen and (max-width: 1199px) {
    .rv-1-video__title {
        margin-bottom:28px
    }
}
.rv-1-video__descr {
    color:#050505;
    font-family: 'Poppins';
    font-size:20px;
    font-weight:600;
    line-height:120%;
    width:55%
}
@media screen and (max-width: 767px) {
    .rv-1-video__descr {
        width:85%
    }
}
@media screen and (max-width: 479px) {
    .rv-1-video__descr {
        width:100%
    }
}
.rv-1-video__descr span {
    display:inline;
    background:linear-gradient(45deg, #EFC329, #EFC329) no-repeat;
    background-size:100% 100%;
    padding:0 2px
}
.rv-1-video__btn {
    display:flex;
    align-items:center;
    gap:20px;
    justify-content:flex-end
}
@media screen and (max-width: 991px) {
    .rv-1-video__btn {
        justify-content:flex-start
    }
}
@media screen and (max-width: 479px) {
    .rv-1-video__btn {
        gap:15px
    }
}
.rv-1-video__btn a {
    width:110px;
    height:110px;
    flex-shrink:0;
    background-color:var(--white-f);
    display:grid;
    place-content:center;
    border-radius:50%;
    color:var(--black);
    font-size:20px
}
@media screen and (max-width: 991px) {
    .rv-1-video__btn a {
        width:90px;
        height:90px
    }
}
@media screen and (max-width: 479px) {
    .rv-1-video__btn a {
        width:80px;
        height:80px
    }
}
.rv-1-video__btn a:hover {
    background-color:var(--black);
    color:var(--white-f)
}
.rv-1-video__btn span.txt {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:20px;
    font-weight:700
}
.rv-2-video {
    background:url(../img/rv-2-video-banner.html) no-repeat center center;
    background-size:cover;
    padding:295px 0;
    text-align:center
}
@media screen and (max-width: 1399px) {
    .rv-2-video {
        padding:206px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-2-video {
        padding:136px 0
    }
}
@media screen and (max-width: 575px) {
    .rv-2-video {
        padding:106px 0
    }
}
@media screen and (max-width: 479px) {
    .rv-2-video {
        padding:86px 0
    }
}
.rv-2-video__btn {
    width:110px;
    height:110px;
    line-height:110px;
    background:linear-gradient(180deg, #C2D600 0%, #F0FF53 100%);
    text-align:center;
    border-radius:50%;
    font-size:22px;
    color:var(--black);
    position:relative;
    z-index:auto
}
@media screen and (max-width: 767px) {
    .rv-2-video__btn {
        width:90px;
        height:90px;
        line-height:90px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-video__btn {
        width:80px;
        height:80px
    }
}
.rv-2-video__btn i {
    filter:drop-shadow(0 2px 2px #AFB005)
}
.rv-2-video__btn::before {
    content:"";
    position:absolute;
    z-index:-1;
    left:50%;
    top:50%;
    translate:-50% -50%;
    width:152%;
    height:152%;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.1);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    animation:btnAnimation 1.2s ease-in infinite alternate
}
@keyframes btnAnimation {
    0% {
        width:152%;
        height:152%;
        filter:blur(0);
        opacity:1
    }
    100% {
        width:192%;
        height:192%;
        filter:blur(30px);
        opacity:0
    }
}
.rv-4-videos {
    padding-bottom:100px
}
@media screen and (max-width: 1399px) {
    .rv-4-videos {
        padding-bottom:80px
    }
}
@media screen and (max-width: 991px) {
    .rv-4-videos {
        padding-bottom:60px
    }
}
@media screen and (max-width: 479px) {
    .rv-4-videos__banner img {
        height:180px
    }
}
.rv-4-videos__banner .rv-4-video-btn {
    top:50%;
    right:50%;
    translate:50% -50%;
    width:100px;
    height:100px;
    line-height:100px
}
@media screen and (max-width: 479px) {
    .rv-4-videos__banner .rv-4-video-btn {
        width:80px;
        height:80px;
        line-height:80px
    }
}
.rv-4-videos__row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px
}
@media screen and (max-width: 1199px) {
    .rv-4-videos__row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px
    }
}
.rv-4-video {
    position:relative
}
.rv-4-video-btn {
    color:var(--white-f);
    width:70px;
    height:70px;
    line-height:70px;
    position:absolute;
    top:0;
    right:0;
    font-size:30px;
    text-align:center;
    border:1px solid rgba(255,255,255,.3);
    background:rgba(8,28,21,.5);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px)
}
.rv-4-video-btn:hover {
    color:#a90e20
}
.rv-5-video {
    background:url(../img/rv-5-video-bg.html) no-repeat center center;
    background-size:cover;
    padding:360px 0;
    position:relative
}
@media screen and (max-width: 1399px) {
    .rv-5-video {
        padding:300px 0
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-video {
        padding:250px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-5-video {
        padding:200px 0
    }
}
@media screen and (max-width: 479px) {
    .rv-5-video {
        padding:140px 0
    }
}
.rv-5-video span {
    position:absolute;
    left:50%;
    top:50%;
    translate:-50% -50%;
    width:180px;
    height:180px;
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    border:1.5px solid rgba(255,255,255,.24);
    background:rgba(255,255,255,.1);
    border-radius:50%;
    z-index:0;
    display:flex;
    justify-content:center;
    align-items:center
}
@media screen and (max-width: 1199px) {
    .rv-5-video span {
        width:160px;
        height:160px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-video span {
        width:140px;
        height:140px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-video span {
        width:120px;
        height:120px
    }
}
.rv-5-video a {
    width:110px;
    height:110px;
    line-height:110px;
    border-radius:50%;
    text-align:center;
    background:linear-gradient(28deg, #D21028 8.41%, #FF8100 93.57%);
    color:var(--white-f);
    font-size:22px;
    position:relative;
    z-index:1
}
@media screen and (max-width: 1199px) {
    .rv-5-video a {
        width:110px;
        height:110px;
        line-height:110px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-video a {
        width:100px;
        height:100px;
        line-height:100px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-video a {
        width:80px;
        height:80px;
        line-height:80px
    }
}
.rv-5-video a:hover::before {
    opacity:1
}
.rv-5-video a::before {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(212deg, #D21028 8.41%, #FF8100 93.57%);
    z-index:-1;
    opacity:0;
    transition:.4s ease;
    border-radius:50%
}
.rv-5-video a i {
    filter:drop-shadow(0 3px 1px rgba(128, 7, 58, 0.3))
}
.rv-6-video {
    background-image:url(../img/rv-6-video-bg.html);
    margin-right:160px;
    padding:335px 0;
    position:relative
}
@media screen and (max-width: 1399px) {
    .rv-6-video {
        margin-right:80px;
        padding:285px 0
    }
}
@media screen and (max-width: 1199px) {
    .rv-6-video {
        margin-right:60px;
        padding:235px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-6-video {
        margin-right:0;
        padding:200px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-6-video {
        padding:150px 0
    }
}
.rv-6-video::before {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom, #f5f5f5 230px, var(--white-f) 0);
    z-index:-1;
    right:-160px
}
.rv-6-video span {
    width:170px;
    height:170px;
    right:250px;
    left:auto;
    translate:0 -50%;
    background:rgba(5,5,5,.3)
}
@media screen and (max-width: 1199px) {
    .rv-6-video span {
        width:140px;
        height:140px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-video span {
        right:50%;
        translate:50% -50%
    }
}
@media screen and (max-width: 767px) {
    .rv-6-video span {
        width:120px;
        height:120px
    }
}
.rv-6-video span a {
    background:linear-gradient(28deg, rgba(171, 24, 12, 0.95) 8.41%, #FF6357 93.57%)
}
@media screen and (max-width: 1199px) {
    .rv-6-video span a {
        width:90px;
        height:90px;
        line-height:90px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-video span a {
        width:80px;
        height:80px;
        line-height:80px
    }
}
.rv-6-video span a::before {
    background:linear-gradient(212deg, rgba(171, 24, 12, 0.95) 8.41%, #FF6357 93.57%)
}
.rv-11-video {
    background:url(../img/rv-11-video-bg.html) no-repeat center center;
    background-size:cover;
    border-radius:100px 0;
    padding:220px 0;
    margin:0 50px;
    position:relative;
    z-index:1;
    overflow:hidden;
    text-align:center
}
@media screen and (max-width: 1399px) {
    .rv-11-video {
        padding:170px 0
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-video {
        padding:140px 0;
        margin:0 30px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-video {
        padding:120px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-11-video {
        padding:90px 0
    }
}
@media screen and (max-width: 575px) {
    .rv-11-video {
        padding:70px 0;
        border-radius:70px 0
    }
}
@media screen and (max-width: 479px) {
    .rv-11-video {
        padding:50px 0;
        border-radius:50px 0;
        margin:0 12px
    }
}
.rv-11-video::before {
    content:"";
    position:absolute;
    inset:0;
    background:rgba(5,5,5,.4);
    z-index:-1
}
.rv-11-video__btn {
    width:100px;
    height:100px;
    line-height:103px;
    border-radius:20px 0px;
    background:rgba(255,255,255,.2);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    color:var(--white-f);
    text-align:center;
    font-size:40px;
    margin-bottom:25px
}
@media screen and (max-width: 1199px) {
    .rv-11-video__btn {
        margin-bottom:18px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-video__btn {
        width:90px;
        height:90px;
        line-height:93px
    }
}
@media screen and (max-width: 479px) {
    .rv-11-video__btn {
        width:80px;
        height:80px;
        line-height:83px;
        margin-bottom:10px;
        font-size:35px
    }
}
.rv-11-video h2 {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:44px;
    font-weight:700;
    line-height:113.636%;
    width:35%;
    margin:auto
}
@media screen and (max-width: 1399px) {
    .rv-11-video h2 {
        font-size:40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-video h2 {
        font-size:36px;
        width:50%
    }
}
@media screen and (max-width: 991px) {
    .rv-11-video h2 {
        font-size:32px;
        width:60%
    }
}
@media screen and (max-width: 767px) {
    .rv-11-video h2 {
        font-size:30px;
        width:80%
    }
}
@media screen and (max-width: 575px) {
    .rv-11-video h2 {
        font-size:26px;
        width:80%
    }
}
@media screen and (max-width: 479px) {
    .rv-11-video h2 {
        font-size:24px;
        width:100%
    }
}
.rv-14-video {
    background:url(../img/rv-14-video-bg.html) no-repeat center center;
    background-size:cover;
    margin-left:100px;
    margin-right:auto;
    padding:273px 0;
    position:relative
}
@media screen and (max-width: 1599px) {
    .rv-14-video {
        padding:223px 0
    }
}
@media screen and (max-width: 1399px) {
    .rv-14-video {
        margin-left:80px;
        padding:183px 0
    }
}
@media screen and (max-width: 1199px) {
    .rv-14-video {
        margin-left:60px;
        padding:163px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-14-video {
        margin-left:0;
        padding:123px 0
    }
}
@media screen and (max-width: 767px) {
    .rv-14-video {
        padding:103px 0
    }
}
@media screen and (max-width: 479px) {
    .rv-14-video {
        padding:73px 0
    }
}
.rv-14-video::before {
    content:"";
    position:absolute;
    top:0;
    left:-100px;
    background-image:linear-gradient(to bottom, #174E5E 230px, var(--white-f) 0);
    height:100%;
    width:100px
}
.rv-14-video a {
    font-size:140px;
    color:rgba(255,255,255,.4);
    line-height:.7
}
.rv-14-video a i {
    position:relative;
    -webkit-clip-path:polygon(0 0, 100% 50%, 0 100%);
    clip-path:polygon(0 0, 100% 50%, 0 100%);
    overflow:hidden;
    line-height:.88
}
.rv-14-video a i span {
    position:absolute;
    background-color:var(--white-f);
    width:13px;
    height:55px;
    left:0;
    animation:slideX 1.8s linear alternate infinite
}
.rv-14-video a i span.stroke-2 {
    bottom:-15px;
    rotate:60deg;
    animation-name:slide2
}
.rv-14-video a i span.stroke-3 {
    top:-15px;
    rotate:-60deg;
    animation-name:slide3
}
@keyframes slideX {
    0% {
        transform:translateY(0)
    }
    100% {
        transform:translateY(70px)
    }
}
@keyframes slide2 {
    0% {
        transform:translateY(-14px)
    }
    100% {
        transform:translateY(-85px)
    }
}
@keyframes slide3 {
    0% {
        transform:translateY(85px)
    }
    100% {
        transform:translateY(10px)
    }
}
.rv-19-video_section .video_image {
    position:relative;
    z-index:1;
    height:870px;
    width:100%
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-video_section .video_image {
        height:700px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-video_section .video_image {
        height:500px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-video_section .video_image {
        height:450px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-video_section .video_image {
        height:300px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-video_section .video_image {
        height:250px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-video_section .video_image {
        height:200px
    }
}
.rv-19-video_section .video_image img {
    height:100%;
    width:100%
}
.rv-19-video_section .video_image .video_btn {
    width:70px;
    height:70px;
    border-radius:50%;
    background-color:#f35b04;
    color:#fff;
    display:inline-block;
    text-align:center;
    line-height:70px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    animation:pulse 1.5s linear infinite;
    background-color:#dfe11b;
    z-index:1;
    color:#080202
}
.rv-19-video_section .video_image .video_btn:hover {
    background:#fff;
    color:#f35b04
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-video_section .video_image .video_btn {
        height:55px;
        width:55px;
        line-height:55px
    }
}
.rv-19-video_section .video_image .video_btn:hover {
    background:#080202;
    color:#dfe11b
}
.rv-20-video_section {
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:cover;
    background-image:url(../img/video/home-6-video-1.png);
    padding:150px 0 200px 0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section {
        padding:100px 0 170px 0;
        padding:100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section {
        padding:70px 0 150px 0
    }
}
.rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
    color:#fff;
    font-weight:500;
    font-size:16px;
    width:250px;
    height:36px;
    line-height:36px;
    text-align:center;
    border:1px solid rgba(255,255,255,.24);
    display:flex;
    justify-content:center;
    align-items:center;
    -moz-column-gap:4px;
    column-gap:4px;
    margin-bottom:30px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
        width:200px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
        width:180px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title {
        margin-bottom:15px;
        width:150px
    }
}
.rv-20-video_section .rv-20-video_section_heading .rv-20-video_sub_title span {
    height:5px;
    width:5px;
    background:#fff;
    border-radius:50%
}
.rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
    font-size:50px;
    font-weight:800;
    color:#fff;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
        font-size:40px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
        font-size:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
        font-size:24px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
        font-size:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section .rv-20-video_section_heading .rv-20-video_section_title {
        font-size:18px
    }
}
.rv-20-video_section .rv-20-video_button {
    position:relative
}
.rv-20-video_section .rv-20-video_button .video_btn {
    width:70px;
    height:70px;
    border-radius:50%;
    background-color:#f35b04;
    color:#fff;
    display:inline-block;
    text-align:center;
    line-height:70px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    animation:pulse 1.5s linear infinite;
    background-color:#fff;
    z-index:1;
    color:#2d6a4f;
    font-family:"Poppins", sans-serif;
}
.rv-20-video_section .rv-20-video_button .video_btn:hover {
    background:#fff;
    color:#f35b04
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-video_section .rv-20-video_button .video_btn {
        height:55px;
        width:55px;
        line-height:55px
    }
}
.rv-20-video_section .rv-20-video_button .video_btn:hover {
    background:#2d6a4f;
    color:#fff
}
.rv-24-video_section {
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:cover;
    position:relative;
    z-index:1
}
.rv-24-video_section::after {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background:rgba(2,2,8,.7);
    top:0;
    left:0;
    z-index:-1
}
.rv-24-video_section .rv-24-video_content {
    text-align:center;
    padding:150px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content {
        padding:100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content {
        padding:70px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content {
        padding:60px 0
    }
}
.rv-24-video_section .rv-24-video_content .rv-24-room_rating {
    padding-bottom:20px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content .rv-24-room_rating {
        padding-bottom:10px
    }
}
.rv-24-video_section .rv-24-video_content .rv-24-room_rating i {
    color:#ffb422
}
.rv-24-video_section .rv-24-video_content .rv-24-video_sub_title {
    font-family:"Poppins", sans-serif;;
    color:rgba(255,255,255,.8);
    font-size:16px;
    font-weight:600;
    margin-bottom: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content .rv-24-video_sub_title {
        margin-bottom:10px
    }
}
.rv-24-video_section .rv-24-video_content .rv-24-video_title {
    font-family:"Poppins", sans-serif;;
    color:#fff;
    font-size:44px;
    font-weight:800;
    margin-bottom: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content .rv-24-video_title {
        margin-bottom:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content .rv-24-video_title {
        font-size:30px;
        margin-bottom:25px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content .rv-24-video_title {
        font-size:18px;
        margin-bottom:25px
    }
}
.rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn {
    font-family:"Poppins", sans-serif;;
    width:70px;
    height:70px;
    border-radius:50%;
    background-color:#f35b04;
    color:#fff;
    display:inline-block;
    text-align:center;
    line-height:70px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    animation:pulse 1.5s linear infinite;
    background-color:#a58051;
    position:inherit;
    color:#fff;
    transform:inherit
}
.rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn:hover {
    background:#fff;
    color:#f35b04
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn {
        height:55px;
        width:55px;
        line-height:55px
    }
}
.rv-24-video_section .rv-24-video_content .rv-24-video_button .rv-24-video_btn:hover {
    background:#fff;
    color:#a58051
}
.rv-25-video_section {
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top:250px;
    position:relative
}
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-25-video_section {
        padding-top:200px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_section {
        padding-top:80px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_section {
        padding-top:200px
    }
}
.rv-25-video_btn {
    width:70px;
    height:70px;
    border-radius:50%;
    background-color:#f35b04;
    color:#fff;
    display:inline-block;
    text-align:center;
    line-height:70px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    animation:pulse 1.5s linear infinite;
    left:80%;
    top:40%;
    background:linear-gradient(28deg, #FF006B 8.41%, #FF8100 93.57%);
    box-shadow:0px 4px 10px 0px rgba(176,8,79,.4)
}
.rv-25-video_btn:hover {
    background:#fff;
    color:#f35b04
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_btn {
        height:55px;
        width:55px;
        line-height:55px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_btn {
        left:50%;
        top:22%
    }
}
.rv-25-video_btn:hover {
    color:linear-gradient(28deg, #FF006B 8.41%, #FF8100 93.57%)
}
.rv-25-video_info {
    display:flex;
    align-items:center;
    background:#a07549;
    padding:50px;
    -moz-column-gap:60px;
    column-gap: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_info {
        padding:30px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_info {
        padding:20px;
        -moz-column-gap:30px;
        column-gap:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_info {
        padding:20px;
        row-gap:30px;
        flex-direction:column
    }
}
.rv-25-video_logo {
    height:120px;
    width:99px;
    margin:auto;
    flex:0 0 25%
}
.rv-25-video_logo img {
    height:100%;
    width:100%
}
.rv-25-video_txt {
    color:rgba(255,255,255,.3);
    border-left:1px solid rgba(255,255,255,.3);
    font-size:16px;
    padding-left:60px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_txt {
        padding-left:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-video_txt {
        padding-top:30px;
        padding-left:0;
        border-top:1px solid rgba(255,255,255,.3);
        border-left:0
    }
}
.rv-25-video_txt a {
    color:#fff;
    text-decoration:underline;
    display:inline
}
.rv-25-video_txt a:hover {
    color:#1e3932;
    text-decoration:underline
}
.rv-1-pricing .rv-1-section-heading {
    text-align:center
}
.rv-1-pricing .rv-1-section__title {
    margin-bottom:48px
}
@media screen and (max-width: 1199px) {
    .rv-1-pricing .rv-1-section__title {
        margin-bottom:33px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-pricing .rv-1-section__title {
        margin-bottom:23px
    }
}
.rv-1-pricing__row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px
}
@media screen and (max-width: 1199px) {
    .rv-1-pricing__row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px
    }
}
@media screen and (max-width: 575px) {
    .rv-1-pricing__row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px
    }
}
.rv-1-pricing-pack {
    background:url(../img/rv-1-pricing-bg.html) no-repeat center center;
    background-size:100% 100%;
    padding:60px 24px
}
@media screen and (max-width: 1199px) {
    .rv-1-pricing-pack {
        padding:45px 24px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack {
        padding:35px 15px
    }
}
.rv-1-pricing-pack__heading {
    padding-left:15px
}
.rv-1-pricing-pack__sub-title {
    font-family: 'Poppins';
    font-size:18px;
    font-weight:600;
    color:var(--black);
    margin-bottom:11px
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack__sub-title {
        margin-bottom:6px
    }
}
@media screen and (max-width: 575px) {
    .rv-1-pricing-pack__sub-title {
        font-size:16px
    }
}
.rv-1-pricing-pack__title {
    font-family: 'Poppins';
    font-weight:700;
    font-size:60px;
    color:var(--black);
    margin-bottom:26px
}
@media screen and (max-width: 1399px) {
    .rv-1-pricing-pack__title {
        font-size:45px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-pricing-pack__title {
        margin-bottom:16px;
        font-size:40px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack__title {
        font-size:35px;
        margin-bottom:10px
    }
}
@media screen and (max-width: 575px) {
    .rv-1-pricing-pack__title {
        font-size:30px
    }
}
.rv-1-pricing-pack__details {
    background-color:var(--white-f);
    padding:40px 40px 45px;
    border:1px solid rgba(5,5,5,.08)
}
@media screen and (max-width: 1199px) {
    .rv-1-pricing-pack__details {
        padding:30px 25px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack__details {
        padding:20px 15px
    }
}
.rv-1-pricing-pack__info {
    font-family: 'Poppins';
    font-size:15px;
    font-weight:500;
    color:rgba(5,5,5,.7);
    padding-left:32px;
    position:relative
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack__info {
        padding-left:27px
    }
}
.rv-1-pricing-pack__info:not(:last-child) {
    margin-bottom:20px
}
@media screen and (max-width: 1199px) {
    .rv-1-pricing-pack__info:not(:last-child) {
        margin-bottom:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack__info:not(:last-child) {
        margin-bottom:12px
    }
}
.rv-1-pricing-pack__info::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    translate:0 -50%;
    background:url(../img/rv-1-icon-3.png) no-repeat center center;
    background-size:100%;
    width:20px;
    height:20px;
    box-shadow:0 1px 2px rgba(6,138,75,.3);
    border-radius:50%
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack__info::before {
        width:18px;
        height:18px
    }
}
.rv-1-pricing-pack__btn {
    display:flex;
    margin-top:40px;
    line-height:48px
}
@media screen and (max-width: 1199px) {
    .rv-1-pricing-pack__btn {
        margin-top:25px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-pricing-pack__btn {
        margin-top:15px;
        line-height:42px
    }
}
.rv-1-pricing-pack__btn:hover .txt {
    background-color:var(--orange);
    border-color:var(--orange);
    color:var(--white-f)
}
.rv-1-pricing-pack__btn:hover .icon {
    background-color:var(--orange);
    border-color:var(--orange)
}
.rv-1-pricing-pack__btn:hover .icon img {
    filter:invert(0)
}
.rv-1-pricing-pack__btn .txt {
    width:100%;
    text-align:center;
    border-radius:14px;
    color:var(--black);
    background-color:var(--white-f);
    border:1px solid rgba(5,5,5,.14)
}
.rv-1-pricing-pack__btn .icon {
    background-color:var(--white-f);
    border:1px solid rgba(5,5,5,.14);
    border-radius:14px;
    transition:.4s ease
}
@media screen and (max-width: 575px) {
    .rv-1-pricing-pack__btn .icon {
        display:none
    }
}
.rv-1-pricing-pack__btn .icon img {
    transition:.4s ease;
    filter:invert(1)
}
@media screen and (max-width: 1399px) {
    .rv-8-pricing {
        padding:40px 0 80px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-pricing {
        padding:30px 0 60px
    }
}
.rv-8-pricing-pack {
    background:rgba(28,116,233,.06);
    padding:50px 40px
}
@media screen and (max-width: 1199px) {
    .rv-8-pricing-pack {
        padding:40px 30px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-pricing-pack {
        padding:35px 30px
    }
}
.rv-8-pricing-pack .rv-1-pricing-pack__title {
    margin-bottom:0
}
.rv-8-pricing-pack .rv-1-pricing-pack__heading {
    padding-left:0;
    border-bottom:1px solid rgba(5,5,5,.08);
    padding-bottom:25px;
    margin-bottom:40px
}
@media screen and (max-width: 1199px) {
    .rv-8-pricing-pack .rv-1-pricing-pack__heading {
        padding-bottom:15px;
        margin-bottom:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-pricing-pack .rv-1-pricing-pack__heading {
        padding-bottom:10px;
        margin-bottom:20px
    }
}
.rv-8-pricing-pack .rv-1-pricing-pack__info::before {
    background-image:url(../img/rv-8-pricing-icon.html);
    border-radius:0
}
.rv-8-pricing-pack .rv-3-def-btn {
    width:100%;
    text-align:center;
    margin-bottom:54px;
    background-color:rgba(0,0,0,0);
    border:1px solid rgba(5,5,5,.08);
    color:var(--black)
}
@media screen and (max-width: 1199px) {
    .rv-8-pricing-pack .rv-3-def-btn {
        margin-bottom:44px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-pricing-pack .rv-3-def-btn {
        margin-bottom:34px
    }
}
.rv-8-pricing-pack .rv-3-def-btn:hover {
    background-color:#1c74e9;
    border-color:#1c74e9;
    color:var(--white-f)
}
.rv-11-pricing .rv-11-section__heading {
    text-align:center
}
.rv-11-pricing-plan__title {
    color:var(--black);
    font-family: 'Poppins';
    font-size:22px;
    font-weight:700;
    line-height:127.273%;
    margin-bottom:30px
}
@media screen and (max-width: 1399px) {
    .rv-11-pricing-plan__title {
        margin-bottom:20px
    }
}
.rv-11-pricing-plan__txt {
    border-radius:40px 0px;
    border:1px solid rgba(5,5,5,.1);
    background:var(--white-f);
    position:relative;
    margin:0 30px;
    margin-top:-80px;
    padding:60px 40px;
    font-family:var(--mulish)
}
@media screen and (max-width: 1399px) {
    .rv-11-pricing-plan__txt {
        margin:0 20px;
        margin-top:-70px;
        padding:50px 30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-11-pricing-plan__txt {
        margin:0 15px;
        margin-top:-70px;
        padding:30px 20px 25px
    }
}
.rv-11-pricing-plan__txt>a {
    color:#a98153;
    font-size:15px;
    font-weight:700;
    margin-top:27px
}
@media screen and (max-width: 1399px) {
    .rv-11-pricing-plan__txt>a {
        margin-top:22px
    }
}
.rv-11-pricing-plan-feature:not(:last-child) {
    margin-bottom:24px
}
.rv-11-pricing-plan-feature__top {
    display:flex;
    justify-content:space-between;
    overflow:hidden;
    position:relative;
    z-index:1;
    margin-bottom:4px
}
.rv-11-pricing-plan-feature__top::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    translate:0 -50%;
    background:linear-gradient(to right, transparent 50%, rgba(5, 5, 5, 0.24) 50%);
    background-repeat:repeat-x;
    background-size:6% 100%;
    right:0;
    height:1px;
    z-index:-1
}
.rv-11-pricing-plan-feature h6 {
    margin-bottom:0;
    background-color:var(--white-f);
    color:var(--black);
    font-size:15px;
    font-weight:700
}
.rv-11-pricing-plan-feature__title {
    padding-right:5px
}
.rv-11-pricing-plan-feature__price {
    padding-left:5px
}
.rv-11-pricing-plan__sub-title {
    color:rgba(5,5,5,.7);
    font-size:14px;
    font-weight:400;
    margin-bottom:0
}
.rv-11-pricing-plan.popular .rv-11-pricing-plan__img {
    border-radius:40px 0;
    overflow:hidden
}
.rv-18-price_plan_section {
    padding:130px 0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-18-price_plan_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section {
        padding:70px 0
    }
}
.rv-18-price_plan_section .rv-18-price_heading {
    color:#142137;
    font-size:50px;
    font-weight:800;
    position:relative;
    margin-bottom:60px;
    z-index:1;
    text-align:center;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price_heading {
        font-size:35px;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price_heading {
        font-size:25px;
        margin-bottom:40px
    }
}
.rv-18-price_plan_section .rv-18-price_heading span {
    position:absolute;
    right:25%;
    z-index:-1;
    bottom:-35%
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav {
    display:grid;
    margin-bottom:50px;
    grid-template-columns:repeat(4, 1fr);
    gap:20px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav {
        grid-template-columns:repeat(2, 1fr);
        gap:30px
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
    width:300px;
    height:120px;
    background:#fff;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    border:1px solid rgba(20,33,55,.14);
    place-self:center
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
        width:250px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
        width:200px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li {
        width:120px;
        height:100px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li img {
        width:80px;
        height:auto;
        -o-object-fit:contain;
        object-fit:contain
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li p {
    color:#142137;
    text-align:center;
    margin:4px 0 0 0;
    font-size:18px;
    font-weight:700
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav li p {
        font-size:16px
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active {
    background:#1c74e9 !important;
    position:relative
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active p {
    color:#fff !important
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active::before {
    position:absolute;
    content:"";
    background:#1c74e9;
    height:30px;
    width:30px;
    bottom:-13px;
    transform:rotate(45deg)
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_nav .tab.tab--active img {
    filter:brightness(0) invert(1)
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header {
    background:rgba(28,116,233,.1);
    padding:50px 25px;
    position:relative
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header {
        padding:70px 25px
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_best_choice {
    background:#fff;
    font-size:14px;
    font-weight:700;
    padding:3px 10px;
    position:absolute;
    right:25px;
    top:25px;
    color:#142137;
    font-family:"Poppins", sans-serif;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_header_title {
    font-size:18px;
    font-weight:700;
    color:#142137;
    margin-bottom:7px;
    font-family:"Poppins", sans-serif;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_price {
    font-size:60px;
    font-weight:700;
    color:#142137;
    margin:0;
    padding-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_price {
        padding:0
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_header .rv-18-pricing_plan_price sup {
    font-weight:500
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content {
    padding:50px 25px;
    margin:0 20px;
    border:1px solid rgba(20,33,55,.14);
    position:relative;
    top:-40px;
    background:#fff
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content {
        padding:40px 20px
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_time {
    position:absolute;
    top:-10px;
    left:50%;
    transform:translateX(-50%);
    background:#1c74e9;
    color:#fff;
    width:114px;
    height:28px;
    text-align:center;
    padding:2px 0
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li {
    margin-bottom:15px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li {
        font-size:14px
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i {
    margin-right:20px;
    height:25px;
    width:25px;
    text-align:center;
    line-height:25px;
    border-radius:50%;
    font-size:12px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i {
        margin-right:10px
    }
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i.fa-check {
    background:#22ff7f;
    color:#fff
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content li i.fa-times {
    background:rgba(20,33,55,.2);
    color:#525e73
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a {
    color:#fff;
    font-weight:700;
    height:50px;
    background:#142137;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#142137;
    margin-top:35px;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a:hover {
    background:#1c74e9;
    color:#fff;
    letter-spacing:1.1px
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a:hover i {
    transform:rotate(-45deg)
}
.rv-18-price_plan_section .rv-18-price-main-area .rv-18-price_wrapper .rv-18-single_pricing_plan .rv-18-pricing_plan_content .rv-18-pricing_plan_footer a i {
    margin-left:7px;
    transition:all .4s ease
}
.rv-19-price_main_section {
    padding:130px 0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section {
        padding:70px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section {
        padding:50px 0
    }
}
.rv-19-price_main_section .rv-19-price_heading {
    color:#142137;
    font-size:70px;
    font-weight:800;
    margin-bottom:60px;
    text-align:center;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-price_heading {
        font-size:55px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-price_heading {
        font-size:45px
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan {
    border:1px solid rgba(20,33,55,.2)
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-single_pricing_plan {
        margin-bottom:30px
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_header_title {
    font-size:18px;
    font-weight:700;
    color:#142137;
    background:#dfe11b;
    width:100%;
    padding:25px 50px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_header_title {
        padding:15px 20px
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_price {
    font-size:60px;
    font-weight:700;
    color:#142137;
    margin:0;
    padding:10px 50px;
    border-bottom:1px solid rgba(20,33,55,.14);
    margin-bottom:50px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_price {
        padding:10px 20px;
        font-size:40px;
        margin-bottom:30px
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-pricing_plan_price sub {
    font-weight:500;
    font-size:14px;
    color:#142137
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul {
    padding:0 50px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-single_pricing_plan ul {
        padding:0 20px
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul li {
    color:#a6a6a6;
    font-size:15px;
    font-weight:500;
    margin-bottom:15px
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul li span {
    margin-right:25px
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul .rv-19-op {
    color:#2b3e60
}
.rv-19-price_main_section .rv-19-single_pricing_plan ul .rv-19-op span {
    width:10px;
    height:10px;
    border-radius:50%;
    background:linear-gradient(143deg, rgba(240, 242, 0, 0.87) 0%, #B6B805 90.81%),rgba(43,88,163,.2);
    margin-right:15px
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area {
    width:100%;
    padding:0 50px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area {
        padding:0 20px
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn {
    width:100%;
    height:54px;
    font-size:16px;
    font-weight:700;
    color:#142137;
    border:1px solid rgba(20,33,55,.14);
    text-align:center;
    font-family:"Poppins", sans-serif;;
    line-height:50px;
    margin:60px 0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn {
        margin:30px 0
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn i {
    transition:all .4s ease;
    border-left:1px solid rgba(20,33,55,.14);
    height:100%;
    width:50px;
    text-align:center;
    line-height:54px;
    margin-right:0;
    float:right
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn i {
        widows:45px
    }
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn:hover {
    background:#dfe11b;
    border:1px solid rgba(0,0,0,0)
}
.rv-19-price_main_section .rv-19-single_pricing_plan .rv-19-price_plan_button_area .rv-19-price_plan_btn:hover i {
    border-left:1px solid #fff
}
.rv-20-price_section {
    padding-bottom:130px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section {
        padding-bottom:100px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section {
        padding-bottom:70px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section {
        padding-bottom:50px
    }
}
.rv-20-price_section .rv-20-price_section_heading {
    text-align:center
}
.rv-20-price_section .rv-20-price_section_heading .rv-20-price_sub_title {
    color:#081c15;
    font-weight:500;
    font-size:16px;
    width:140px;
    height:36px;
    line-height:36px;
    text-align:center;
    border:1px solid rgba(8,28,21,.14);
    display:flex;
    justify-content:center;
    align-items:center;
    -moz-column-gap:4px;
    column-gap:4px;
    margin:0 auto;
    font-family:"Poppins", sans-serif;
}
.rv-20-price_section .rv-20-price_section_heading .rv-20-price_sub_title span {
    height:5px;
    width:5px;
    background:#081c15;
    border-radius:50%
}
.rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
    font-size:54px;
    font-weight:800;
    color:#081c15;
    margin-bottom:50px;
    margin-top:20px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
        font-size:28px;
        margin-bottom:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section .rv-20-price_section_heading .rv-20-price_section_title {
        font-size:22px;
        margin-bottom:30px
    }
}
.rv-20-price_section .rv-20-single_pricing_plan {
    border:1px solid rgba(8,28,21,.14);
    padding:40px 0;
    transition:all .4s ease;
    margin-bottom:30px
}
.rv-20-price_section .rv-20-single_pricing_plan:hover {
    background:#2d6a4f
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-pricing_plan_header .rv-20-pricing_plan_header_title {
    color:#fff
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-pricing_plan_header .rv-20-pricing_plan_header_desc {
    color:rgba(255,255,255,.6)
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-pricing_plan_price {
    background:#fff;
    color:#081c15
}
.rv-20-price_section .rv-20-single_pricing_plan:hover .rv-20-single_pricing_bg img {
    opacity:10%;
    transition:.4s ease
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header {
    padding:0px 30px;
    position:relative;
    margin-bottom:20px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header {
        padding:0px 20px
    }
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header .rv-20-pricing_plan_header_title {
    font-size:18px;
    font-weight:700;
    color:#081c15;
    margin-bottom:7px;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_header .rv-20-pricing_plan_header_desc {
    color:rgba(8,28,21,.6);
    font-size:15px;
    font-weight:400;
    margin:0;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_price {
    color:#fff;
    font-size:40px;
    font-weight:700;
    padding:10px 40px;
    background:#2d6a4f;
    margin:0 0 0 30px;
    transition:all .4s ease;
    position:relative;
    z-index:2;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_price {
        margin:0 0 0 20px;
        padding:10px 30px
    }
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_price sub {
    font-size:15px;
    font-weight:400;
    font-family:"Poppins", sans-serif;
}
.rv-20-price_section .rv-20-single_pricing_plan:hover ul li {
    color:#c0d2ca
}
.rv-20-price_section .rv-20-single_pricing_plan:hover ul li i {
    color:#fff
}
.rv-20-price_section .rv-20-single_pricing_plan ul {
    padding:35px 30px;
    position:relative;
    z-index:1
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section .rv-20-single_pricing_plan ul {
        padding:30px 20px
    }
}
.rv-20-price_section .rv-20-single_pricing_plan ul li {
    margin-bottom:15px;
    color:#6b7773;
    font-size:15px;
    font-weight:500;
    transition:all .4s ease
}
.rv-20-price_section .rv-20-single_pricing_plan ul li i {
    margin-right:20px;
    font-size:18px;
    color:#2d6a4f;
    transition:all .4s ease
}
.rv-20-price_section .rv-20-single_pricing_plan ul .rv-20-single_pricing_bg {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    z-index:-1;
    height:135%;
    width:320px
}
.rv-20-price_section .rv-20-single_pricing_plan ul .rv-20-single_pricing_bg img {
    height:100%;
    width:100%;
    transition:all .4s ease
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_btn {
    font-family:"Poppins", sans-serif;;
    color:#081c15;
    font-weight:700;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all .4s ease;
    margin:0 30px;
    border:1px solid rgba(8,28,21,.14);
    background:#fff;
    position:relative;
    z-index:2
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_btn {
        margin:0px 20px
    }
}
.rv-20-price_section .rv-20-single_pricing_plan .rv-20-pricing_plan_btn:hover {
    background:#fff;
    letter-spacing:1.1px
}
.rv-1-gallery {
    background-color:#e4e4e4
}
.rv-1-gallery .rv-1-section-heading-2 {
    margin-bottom:48px
}
@media screen and (max-width: 1399px) {
    .rv-1-gallery .rv-1-section-heading-2 {
        margin-bottom:38px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-gallery .rv-1-section-heading-2 {
        margin-bottom:33px
    }
}
.rv-1-gallery-slide {
    position:relative;
    overflow:hidden
}
.rv-1-gallery-slide:hover img {
    scale:1.06
}
.rv-1-gallery-slide img {
    height:540px;
    width:100%
}
@media screen and (max-width: 1399px) {
    .rv-1-gallery-slide img {
        height:430px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-gallery-slide img {
        height:370px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-gallery-slide img {
        height:300px
    }
}
.rv-1-gallery-slide__txt {
    position:absolute;
    bottom:40px;
    left:40px;
    padding-right:40px
}
@media screen and (max-width: 1399px) {
    .rv-1-gallery-slide__txt {
        bottom:30px;
        left:25px;
        padding-right:25px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-gallery-slide__txt {
        bottom:20px;
        left:20px;
        padding-right:20px
    }
}
.rv-1-gallery-slide__tag {
    padding:2px 15px 3px;
    font-weight:500;
    font-size:14px;
    color:var(--black);
    background-color:var(--white-f);
    border-radius:20px;
    margin-bottom:10px;
    border:1px solid var(--white-f)
}
.rv-1-gallery-slide__tag:hover {
    background-color:rgba(0,0,0,0);
    color:var(--white-f)
}
.rv-1-gallery-slide__title {
    margin-bottom:0;
    font-size:24px;
    font-weight:600;
    color:var(--white-f)
}
@media screen and (max-width: 1199px) {
    .rv-1-gallery-slide__title {
        font-size:22px
    }
}
@media screen and (max-width: 991px) {
    .rv-1-gallery-slide__title {
        font-size:20px
    }
}
.rv-5-gallery {
    padding:0 20px;
    background:linear-gradient(to bottom, var(--white-f) 52%, #404B44 0)
}
@media screen and (max-width: 991px) {
    .rv-5-gallery {
        background:var(--white-f)
    }
}
.rv-5-gallery .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}
@media screen and (max-width: 1399px) {
    .rv-5-gallery .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-gallery .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px
    }
}
.rv-5-gallery__img {
    position:relative;
    z-index:1
}
.rv-5-gallery__img:hover::before {
    height:100%
}
.rv-5-gallery__img:hover button {
    margin-top:0;
    opacity:1
}
.rv-5-gallery__img::before {
    position:absolute;
    content:"";
    inset:0;
    z-index:0;
    background:rgba(25,36,29,.7);
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    height:0;
    transition:.4s ease
}
.rv-5-gallery__img img {
    width:100%
}
.rv-5-gallery__img button {
    position:absolute;
    left:50%;
    top:50%;
    translate:-50% -50%;
    background-color:#8e5b63;
    border:2px solid rgba(0,0,0,0);
    border-radius:40px;
    color:var(--white-f);
    height:54px;
    line-height:54px;
    font-family: 'Poppins';
    font-weight:500;
    text-transform:uppercase;
    padding:0 33px;
    width:-moz-max-content;
    width:max-content;
    max-width:100%;
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:30px;
    opacity:0
}
@media screen and (max-width: 1399px) {
    .rv-5-gallery__img button {
        height:44px;
        line-height:44px;
        font-size:14px;
        padding:0 23px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-gallery__img button {
        height:40px;
        line-height:40px;
        font-size:12px;
        padding:0 18px;
        gap:8px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-gallery__img button {
        padding:0 10px
    }
}
.rv-5-gallery__img button:hover {
    background-color:rgba(0,0,0,0);
    border-color:#8e5b63
}
.rv-5-gallery__img button i {
    font-size:24px
}
@media screen and (max-width: 1399px) {
    .rv-5-gallery__img button i {
        font-size:22px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-gallery__img button i {
        font-size:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-gallery__img button span.txt {
        display:none
    }
}
.rv-9-gallery {
    padding:20px;
    padding-top:0;
    position:relative
}
@media screen and (max-width: 1199px) {
    .rv-9-gallery {
        padding:15px;
        padding-top:0
    }
}
.rv-9-gallery__img {
    border-radius:14px;
    overflow:hidden
}
.rv-9-gallery__sticker {
    position:absolute;
    left:50%;
    top:50%;
    translate:-50% -50%;
    background-color:var(--white-f);
    padding:60px 165px;
    border-radius:14px;
    color:#050505;
    text-align:center;
    font-family:var(--mulish)
}
@media screen and (max-width: 1399px) {
    .rv-9-gallery__sticker {
        padding:40px 145px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-gallery__sticker {
        padding:30px 125px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-gallery__sticker {
        padding:30px 105px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-gallery__sticker {
        padding:30px 55px
    }
}
.rv-9-gallery__sticker::before {
    content:"";
    position:absolute;
    inset:20px;
    border:1px solid rgba(5,5,5,.14);
    border-radius:9px;
    z-index:-1
}
.rv-9-gallery__sticker h4 {
    font-size:34px;
    font-weight:700
}
@media screen and (max-width: 1199px) {
    .rv-9-gallery__sticker h4 {
        font-size:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-9-gallery__sticker h4 {
        font-size:30px
    }
}
.rv-9-gallery__sticker h6 {
    font-size:18px;
    font-weight:600;
    margin-bottom:0
}
.rv-12-gallery {
    margin:0 20px 10px
}
.rv-12-gallery .row-cols-5 {
    --bs-gutter-x: 10px
}
.rv-12-gallery__img::before {
    background-color:rgba(14,20,40,.8);
    -webkit-backdrop-filter:none;
    backdrop-filter:none
}
.rv-12-gallery__img button {
    background:none;
    border:none;
    padding:0
}
.rv-12-gallery__img button i {
    font-size:100px;
    font-weight:300
}
.rv-12-gallery img {
    width:100%;
    aspect-ratio:184/235
}
.rv-13-gallery__sticker {
    border-radius:0
}
.rv-13-gallery__sticker::before {
    border-radius:0
}
.rv-13-gallery__img img {
    width:100%;
    aspect-ratio:36/47
}
.rv-19-instagrm_section {
    padding-bottom:80px
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-19-instagrm_section {
        padding-bottom:60px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-instagrm_section {
        padding-bottom:40px
    }
}
.rv-19-instagrm_section .rv-19-ins_gp {
    --bs-gutter-x: 10px
}
.rv-19-instagrm_section .rv-19-single_instagrm:hover .rv-19-single_instagrm_image .rv-19-instagrm_socials {
    transform:scale(1)
}
.rv-19-instagrm_section .rv-19-single_instagrm:hover .rv-19-single_instagrm_image img {
    transform:scale(1.1)
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
    height:340px;
    width:100%;
    position:relative;
    overflow:hidden;
    transition:all .4s 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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
        height:300px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
        height:230px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
        height:200px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image {
        height:180px
    }
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image img {
    height:100%;
    width:100%;
    transition:all .4s ease
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image .rv-19-instagrm_socials {
    position:absolute;
    content:"";
    right:0;
    bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all .4s ease;
    height:100%;
    width:100%;
    background:rgba(223,255,27,.7);
    transform:scale(0)
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image .rv-19-instagrm_socials a {
    font-size:50px;
    color:#142137;
    transition:all .3s ease
}
.rv-19-instagrm_section .rv-19-single_instagrm .rv-19-single_instagrm_image .rv-19-instagrm_socials a:hover {
    color:#fff
}
.rv-21-instagrm_section {
    padding-top:120px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section {
        padding-top:80px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section {
        padding-top:60px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section {
        padding-top:60px
    }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .swiper-wrapper {
    transition-timing-function:linear !important
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm:hover .rv-21-single_instagrm_image .rv-21-instagrm_socials {
    transform:scale(1)
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm:hover .rv-21-single_instagrm_image img {
    transform:scale(1.1)
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
    height:340px;
    width:100%;
    position:relative;
    overflow:hidden;
    transition:all .4s 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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
        height:300px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
        height:250px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image {
        height:200px
    }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image img {
    height:100%;
    width:100%;
    transition:all .4s ease
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials {
    position:absolute;
    content:"";
    right:0;
    bottom:0;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    transition:all .4s ease;
    height:100%;
    width:100%;
    background:rgba(14,20,40,.8);
    transform:scale(0)
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials h4 {
    font-family:"Poppins", sans-serif;;
    margin-bottom:10px;
    color:#fff;
    font-size:34px;
    font-weight:700
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials h4 {
        font-size:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials h4 {
        font-size:20px
    }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials span {
    font-size:18px;
    font-weight:500;
    color:#fff;
    margin-bottom:30px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials span {
        font-size:16px;
        margin-bottom:5px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials span {
        font-size:14px
    }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a {
    font-family:"Poppins", sans-serif;;
    font-size:60px;
    color:#fff;
    transition:all .3s ease
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a {
        font-size:40px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a {
        font-size:30px
    }
}
.rv-21-instagrm_section .rv-21-single_instagrm_slide .rv-21-single_instagrm .rv-21-single_instagrm_image .rv-21-instagrm_socials a:hover {
    color:#fff
}
.rv-1-blog:hover .rv-1-blog__img img {
    scale:1.06
}
.rv-1-blog__img {
    overflow:hidden
}
.rv-1-blog__img img {
    width:100%;
    height:300px
}
@media screen and (max-width: 1399px) {
    .rv-1-blog__img img {
        height:270px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-blog__img img {
        height:240px
    }
}
.rv-1-blog__txt {
    border:1px solid rgba(5,5,5,.14);
    padding:25px 30px 30px
}
@media screen and (max-width: 1399px) {
    .rv-1-blog__txt {
        padding:20px 24px 25px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-blog__txt {
        padding:20px
    }
}
.rv-1-blog__infos {
    display:flex;
    -moz-column-gap:24px;
    column-gap:24px;
    margin-bottom:15px
}
@media screen and (max-width: 1199px) {
    .rv-1-blog__infos {
        flex-direction:column;
        row-gap:5px;
        margin-bottom:18px
    }
}
@media screen and (max-width: 767px) {
    .rv-1-blog__infos {
        flex-direction:row
    }
}
@media screen and (max-width: 575px) {
    .rv-1-blog__infos {
        flex-direction:column
    }
}
.rv-1-blog__infos li img {
    vertical-align:text-top
}
.rv-1-blog__title {
    font-size:22px;
    font-weight:600;
    color:var(--black);
    margin-bottom:23px
}
@media screen and (max-width: 1399px) {
    .rv-1-blog__title {
        font-size:20px;
        margin-bottom:18px
    }
}
@media screen and (max-width: 1199px) {
    .rv-1-blog__title {
        font-size:18px;
        margin-bottom:13px
    }
}
.rv-1-blog__title a:hover {
    color:var(--orange)
}
.rv-1-blog__btn {
    display:inline-flex;
    justify-content:flex-start
}
.rv-1-blog__btn:hover i {
    background-color:var(--orange);
    border-color:var(--orange);
    color:var(--white-f)
}
.rv-2-blog {
    background:linear-gradient(94deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border:1px solid rgba(255,255,255,.06);
    padding:90px 55px
}
@media screen and (max-width: 1599px) {
    .rv-2-blog {
        padding:60px 35px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-blog {
        padding:30px 25px
    }
}
.rv-2-blog:hover {
    box-shadow:0px 10px 100px rgba(5,5,5,.2)
}
.rv-2-blog:hover .rv-2-honor__btn i {
    background-color:#daed1a;
    border-color:#daed1a;
    color:var(--black)
}
.rv-2-blog__infos {
    display:flex;
    gap:15px;
    align-items:center;
    margin-bottom:46px
}
@media screen and (max-width: 1399px) {
    .rv-2-blog__infos {
        margin-bottom:30px
    }
}
.rv-2-blog__info {
    font-weight:600;
    font-size:14px;
    font-family: 'Poppins';
    color:rgba(255,255,255,.7)
}
.rv-2-blog__cat {
    font-weight:700;
    color:#0f0f0f;
    background-color:#daed1a;
    padding:2px 15px 1px
}
.rv-2-blog__title {
    font-size:30px;
    font-weight:700;
    line-height:126.667%
}
@media screen and (max-width: 1599px) {
    .rv-2-blog__title {
        font-size:26px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-blog__title {
        font-size:22px
    }
}
.rv-2-blog__title a:hover {
    color:#daed1a
}
.rv-2-blog__descr {
    color:rgba(255,255,255,.6);
    font-family: 'Poppins';
    font-size:15px;
    font-weight:300;
    line-height:160%;
    margin-bottom:65px
}
@media screen and (max-width: 1599px) {
    .rv-2-blog__descr {
        margin-bottom:45px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-blog__descr {
        margin-bottom:35px
    }
}
.rv-2-blog .rv-2-honor__btn {
    justify-content:flex-start
}
.rv-3-blogs .rv-3-section-heading {
    text-align:center;
    justify-content:center
}
.rv-3-blogs .rv-3-sub-title {
    margin-inline:auto
}
.rv-3-blogs__slider {
    padding:0 10px;
    margin:0 -10px
}
.rv-3-blog {
    box-shadow:0px 1px 2px rgba(5,5,5,.14)
}
.rv-3-blog:hover .rv-3-blog__btn i {
    background-color:#a97240;
    border-color:#a97240;
    color:var(--white-f)
}
.rv-3-blog:hover .rv-3-blog__img img {
    scale:1.06
}
.rv-3-blog__img {
    overflow:hidden
}
.rv-3-blog__img img {
    height:270px;
    width:100%
}
@media screen and (max-width: 1199px) {
    .rv-3-blog__img img {
        height:210px
    }
}
.rv-3-blog__txt {
    padding:30px
}
@media screen and (max-width: 1399px) {
    .rv-3-blog__txt {
        padding:20px
    }
}
.rv-3-blog__infos {
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:23px
}
@media screen and (max-width: 1399px) {
    .rv-3-blog__infos {
        margin-bottom:18px
    }
}
.rv-3-blog__info {
    display:flex;
    align-items:center;
    gap:5px
}
.rv-3-blog__cat {
    background-color:#a97240;
    color:#fff;
    font-family: 'Poppins';
    font-size:14px;
    font-weight:300;
    padding:2px 12px
}
.rv-3-blog__title {
    color:#050505;
    font-size:22px;
    font-weight:700;
    line-height:136.364%;
    margin-bottom:26px
}
.rv-3-blog__title a:hover {
    color:#a97240
}
@media screen and (max-width: 1399px) {
    .rv-3-blog__title {
        font-size:20px;
        margin-bottom:16px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-blog__title {
        font-size:18px
    }
}
@media screen and (max-width: 479px) {
    .rv-3-blog__title {
        font-size:17px
    }
}
.rv-3-blog__btn {
    justify-content:flex-start
}
.rv-3-blog__btn:hover {
    color:#a97240
}
#rv-3-blogs-slider-pagination {
    margin-top:60px
}
@media screen and (max-width: 1199px) {
    #rv-3-blogs-slider-pagination {
        margin-top:40px
    }
}
.rv-4-blogs-1 {
    padding-top:90px
}
@media screen and (max-width: 1399px) {
    .rv-4-blogs-1 {
        padding-top:50px
    }
}
@media screen and (max-width: 991px) {
    .rv-4-blogs-1 {
        padding-top:30px
    }
}
.rv-4-blogs-1__row {
    --bs-gutter-x: 30px;
    -moz-column-count:3;
    column-count:3;
    -moz-column-gap:30px;
    column-gap:30px
}
@media screen and (max-width: 1399px) {
    .rv-4-blogs-1__row {
        --bs-gutter-x: 20px;
        -moz-column-gap:20px;
        column-gap:20px
    }
}
@media screen and (max-width: 1199px) {
    .rv-4-blogs-1__row {
        --bs-gutter-x: 15px;
        -moz-column-gap:15px;
        column-gap:15px
    }
}
@media screen and (max-width: 991px) {
    .rv-4-blogs-1__row {
        -moz-column-count:2;
        column-count:2
    }
}
@media screen and (max-width: 767px) {
    .rv-4-blogs-1__row {
        -moz-column-count:1;
        column-count:1
    }
}
.rv-4-blog {
    -moz-column-break-inside:avoid;
    break-inside:avoid
}
@media screen and (max-width: 767px) {
    .rv-4-blog {
        width:75%;
        margin:auto
    }
}
@media screen and (max-width: 479px) {
    .rv-4-blog {
        width:100%
    }
}
.rv-4-blog:hover .rv-4-blog__img img {
    scale:1.08
}
.rv-4-blog__img {
    overflow:hidden
}
.rv-4-blog__img img {
    transition:.4s ease;
    width:100%;
    height:470px
}
@media screen and (max-width: 1399px) {
    .rv-4-blog__img img {
        height:430px
    }
}
@media screen and (max-width: 1199px) {
    .rv-4-blog__img img {
        height:400px
    }
}
.rv-4-blog__txt {
    position:relative;
    margin:0 30px;
    margin-top:-50px;
    background:var(--white-f);
    box-shadow:0px 1px 3px rgba(8,28,21,.14);
    padding:40px 35px
}
@media screen and (max-width: 1399px) {
    .rv-4-blog__txt {
        margin:0 20px;
        margin-top:-50px;
        padding:30px 25px
    }
}
@media screen and (max-width: 1199px) {
    .rv-4-blog__txt {
        margin:0 15px;
        margin-top:-50px;
        padding:25px 20px
    }
}
.rv-4-blog .rv-3-blog__infos {
    margin-bottom:16px
}
@media screen and (max-width: 1199px) {
    .rv-4-blog .rv-3-blog__infos {
        row-gap:10px;
        flex-wrap:wrap
    }
}
.rv-4-blog .rv-3-blog__cat {
    background-color:#a90e20
}
.rv-4-blog .rv-3-blog__title {
    font-weight:600;
    margin-bottom:20px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden
}
@media screen and (max-width: 1199px) {
    .rv-4-blog .rv-3-blog__title {
        margin-bottom:15px
    }
}
.rv-4-blog .rv-3-blog__title a {
    background:linear-gradient(to right, var(--black), var(--black)) no-repeat bottom left;
    background-size:0% 2px;
    display:inline
}
.rv-4-blog .rv-3-blog__title a:hover {
    color:var(--black);
    background-size:100% 2px
}
.rv-4-blog__btn {
    color:var(--black);
    font-weight:700;
    font-family:var(--mulish)
}
.rv-4-blog__btn:hover {
    color:#a90e20
}
.rv-4-blog:not(:last-child) {
    margin-bottom:30px
}
@media screen and (max-width: 575px) {
    .rv-4-blog:not(:last-child) {
        margin-bottom:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-4-blog:not(:last-child) {
        margin-bottom:15px
    }
}
.rv-4-blog--sm-img .rv-4-blog__img img {
    height:340px
}
@media screen and (max-width: 991px) {
    .rv-4-blog--sm-img .rv-4-blog__img img {
        height:280px
    }
}
@media screen and (max-width: 575px) {
    .rv-4-blog--sm-img .rv-4-blog__img img {
        height:250px
    }
}
@media screen and (max-width: 479px) {
    .rv-4-blog--sm-img .rv-4-blog__img img {
        height:230px
    }
}
.rv-4-blogs-2 {
    padding:100px 0
}
@media screen and (max-width: 1399px) {
    .rv-4-blogs-2 {
        padding:80px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-4-blogs-2 {
        padding:60px 0
    }
}
.rv-4-blogs-2 .rv-4-blog {
    display:flex;
    border:1px solid rgba(44,44,44,.1);
    align-items:center
}
@media screen and (max-width: 991px) {
    .rv-4-blogs-2 .rv-4-blog {
        flex-direction:column
    }
}
@media screen and (max-width: 767px) {
    .rv-4-blogs-2 .rv-4-blog {
        width:100%
    }
}
.rv-4-blogs-2 .rv-4-blog__img {
    flex-shrink:0;
    align-self:stretch
}
.rv-4-blogs-2 .rv-4-blog__img img {
    width:520px;
    height:100%;
    max-height:400px
}
@media screen and (max-width: 1399px) {
    .rv-4-blogs-2 .rv-4-blog__img img {
        height:355px
    }
}
@media screen and (max-width: 1199px) {
    .rv-4-blogs-2 .rv-4-blog__img img {
        max-height:345px;
        width:470px
    }
}
@media screen and (max-width: 991px) {
    .rv-4-blogs-2 .rv-4-blog__img img {
        width:100%
    }
}
@media screen and (max-width: 575px) {
    .rv-4-blogs-2 .rv-4-blog__img img {
        max-height:280px
    }
}
@media screen and (max-width: 479px) {
    .rv-4-blogs-2 .rv-4-blog__img img {
        max-height:240px
    }
}
.rv-4-blogs-2 .rv-4-blog__txt {
    padding:60px;
    flex-grow:1;
    margin:0;
    box-shadow:none
}
@media screen and (max-width: 1399px) {
    .rv-4-blogs-2 .rv-4-blog__txt {
        padding:50px 40px
    }
}
@media screen and (max-width: 1199px) {
    .rv-4-blogs-2 .rv-4-blog__txt {
        padding:40px
    }
}
@media screen and (max-width: 767px) {
    .rv-4-blogs-2 .rv-4-blog__txt {
        padding:30px 35px
    }
}
@media screen and (max-width: 575px) {
    .rv-4-blogs-2 .rv-4-blog__txt {
        padding:30px
    }
}
@media screen and (max-width: 479px) {
    .rv-4-blogs-2 .rv-4-blog__txt {
        padding:20px 15px
    }
}
.rv-4-blogs-2 .rv-4-blog .rv-3-blog__infos {
    margin-bottom:21px
}
@media screen and (max-width: 479px) {
    .rv-4-blogs-2 .rv-4-blog .rv-3-blog__infos {
        margin-bottom:16px
    }
}
.rv-4-blogs-2 .rv-4-blog .rv-3-blog__title {
    font-size:32px;
    line-height:131.25%
}
@media screen and (max-width: 1399px) {
    .rv-4-blogs-2 .rv-4-blog .rv-3-blog__title {
        font-size:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-4-blogs-2 .rv-4-blog .rv-3-blog__title {
        font-size:25px
    }
}
@media screen and (max-width: 575px) {
    .rv-4-blogs-2 .rv-4-blog .rv-3-blog__title {
        font-size:23px
    }
}
@media screen and (max-width: 479px) {
    .rv-4-blogs-2 .rv-4-blog .rv-3-blog__title {
        font-size:20px
    }
}
.rv-4-blogs-2 .rv-4-blog__descr {
    color:#040e1f;
    font-family: 'Poppins';
    font-weight:400;
    line-height:162.5%;
    margin-bottom:32px
}
@media screen and (max-width: 767px) {
    .rv-4-blogs-2 .rv-4-blog__descr {
        margin-bottom:22px
    }
}
@media screen and (max-width: 575px) {
    .rv-4-blogs-2 .rv-4-blog__descr {
        margin-bottom:17px
    }
}
.rv-5-blog {
    display:flex;
    align-items:center;
    gap:30px
}
@media screen and (max-width: 1399px) {
    .rv-5-blog {
        gap:25px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-blog {
        gap:20px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-blog {
        flex-direction:column;
        text-align:center;
        width:90%;
        margin-inline:auto
    }
}
@media screen and (max-width: 479px) {
    .rv-5-blog {
        width:100%
    }
}
.rv-5-blog:hover .rv-5-blog__img img {
    transform:scale(1.08)
}
.rv-5-blog:not(:last-child) {
    margin-bottom:30px
}
@media screen and (max-width: 1399px) {
    .rv-5-blog:not(:last-child) {
        margin-bottom:25px
    }
}
.rv-5-blog__img {
    flex-shrink:0;
    overflow:hidden
}
.rv-5-blog__img img {
    width:240px;
    height:180px
}
.rv-5-blog__txt .rv-3-blog__title {
    color:#050505;
    font-family:var(--philosopher);
    font-size:24px;
    font-weight:700;
    line-height:133.333%;
    margin-bottom:21px
}
@media screen and (max-width: 1399px) {
    .rv-5-blog__txt .rv-3-blog__title {
        font-size:22px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-blog__txt .rv-3-blog__title {
        margin-bottom:15px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-blog__txt .rv-3-blog__title {
        font-size:20px;
        margin-bottom:10px
    }
}
.rv-5-blog__txt .rv-3-blog__title a:hover {
    color:#8e5b63
}
.rv-5-blog__txt .rv-3-blog__infos {
    margin-bottom:13px
}
@media screen and (max-width: 575px) {
    .rv-5-blog__txt .rv-3-blog__infos {
        justify-content:center
    }
}
.rv-5-blog__txt .rv-3-blog__cat {
    background-color:#8e5b63
}
.rv-5-blog__txt .rv-4-blog__btn:hover {
    color:#8e5b63
}
@media screen and (max-width: 991px) {
    .rv-5-blog--left {
        margin-bottom:30px
    }
}
.rv-5-blog--left:hover .rv-5-blog__img img {
    transform:scale(1.08)
}
.rv-5-blog--left .rv-5-blog__img {
    margin-bottom:22px
}
@media screen and (max-width: 991px) {
    .rv-5-blog--left .rv-5-blog__img {
        margin-bottom:12px
    }
}
.rv-5-blog--left .rv-5-blog__img img {
    width:100%;
    height:auto
}
@media screen and (max-width: 991px) {
    .rv-5-blog--left .rv-5-blog__img img {
        height:430px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-blog--left .rv-5-blog__img img {
        height:300px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-blog--left .rv-5-blog__img img {
        height:240px
    }
}
.rv-5-blog--left .rv-5-blog__txt {
    display:flex;
    gap:40px;
    align-items:center
}
@media screen and (max-width: 1399px) {
    .rv-5-blog--left .rv-5-blog__txt {
        gap:30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-blog--left .rv-5-blog__txt {
        flex-direction:column;
        align-items:flex-start;
        row-gap:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-blog--left .rv-5-blog__txt {
        row-gap:10px;
        flex-direction:row;
        align-items:center
    }
}
@media screen and (max-width: 575px) {
    .rv-5-blog--left .rv-5-blog__txt {
        -moz-column-gap:20px;
        column-gap:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-blog--left .rv-5-blog__txt {
        flex-direction:column;
        align-items:flex-start
    }
}
.rv-5-blog--left .rv-5-blog__date {
    display:flex;
    align-items:flex-end;
    gap:8px;
    gap:10px;
    color:#505050;
    font-family:var(--philosopher);
    font-size:20px;
    font-weight:400
}
.rv-5-blog--left .rv-5-blog__date span {
    color:#050505;
    font-size:100px;
    font-weight:700;
    line-height:80%
}
@media screen and (max-width: 991px) {
    .rv-5-blog--left .rv-5-blog__date span {
        font-size:90px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-blog--left .rv-5-blog__date span {
        font-size:80px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-blog--left .rv-5-blog__date span {
        font-size:70px
    }
}
.rv-5-blog--left .rv-5-blog__title {
    color:#050505;
    font-family:var(--philosopher);
    font-size:30px;
    font-weight:700;
    line-height:133.333%;
    margin-bottom:0
}
@media screen and (max-width: 1399px) {
    .rv-5-blog--left .rv-5-blog__title {
        font-size:28px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-blog--left .rv-5-blog__title {
        font-size:26px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-blog--left .rv-5-blog__title {
        font-size:24px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-blog--left .rv-5-blog__title {
        font-size:22px
    }
}
.rv-5-blog--left .rv-5-blog__title a:hover {
    color:#8e5b63
}
.rv-6-blogs .rv-6-section__heading {
    display:flex;
    justify-content:space-between;
    align-items:flex-end
}
@media screen and (max-width: 767px) {
    .rv-6-blogs .rv-6-section__heading {
        flex-direction:column;
        align-items:center;
        row-gap:15px
    }
}
.rv-6-blogs .rv-6-section-heading__left {
    width:40%
}
@media screen and (max-width: 1199px) {
    .rv-6-blogs .rv-6-section-heading__left {
        width:50%
    }
}
@media screen and (max-width: 991px) {
    .rv-6-blogs .rv-6-section-heading__left {
        width:60%
    }
}
@media screen and (max-width: 767px) {
    .rv-6-blogs .rv-6-section-heading__left {
        width:100%;
        text-align:center
    }
}
#rv-6-blog__slider-nav {
    margin-bottom:20px
}
.rv-6-blog {
    display:flex;
    align-items:center;
    background-color:#f5f5f5;
    border-radius:14px;
    overflow:hidden
}
@media screen and (max-width: 575px) {
    .rv-6-blog {
        flex-direction:column;
        align-items:flex-start;
        row-gap:20px;
        padding:20px
    }
}
.rv-6-blog:hover .rv-1-blog__btn i {
    background-color:var(--orange);
    border-color:var(--orange);
    color:var(--white-f)
}
.rv-6-blog:hover .rv-6-blog__img img {
    scale:1.1
}
.rv-6-blog__img {
    flex-shrink:0;
    overflow:hidden;
    align-self:stretch
}
@media screen and (max-width: 575px) {
    .rv-6-blog__img {
        border-top-left-radius:14px;
        border-top-right-radius:14px
    }
}
.rv-6-blog__img img {
    width:250px;
    height:100%;
    transition:.4s ease
}
.rv-6-blog__txt {
    border:none;
    padding:34px
}
@media screen and (max-width: 1399px) {
    .rv-6-blog__txt {
        padding:24px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-blog__txt {
        padding:0
    }
}
@media screen and (max-width: 1399px) {
    .rv-6-blog .rv-1-blog__infos {
        flex-direction:column;
        align-items:flex-start;
        row-gap:10px
    }
}
.rv-6-blog .rv-1-blog__infos li {
    color:#050505;
    font-family: 'Poppins';
    font-size:14px;
    font-weight:500
}
.rv-6-blog .rv-1-blog__infos li:first-child {
    border-radius:6px;
    background:var(--orange);
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:500;
    padding:5px 10px
}
.rv-6-blog .rv-1-blog__title {
    color:#050505;
    font-size:22px;
    font-weight:600;
    line-height:136.364%;
    margin-bottom:12px
}
@media screen and (max-width: 1399px) {
    .rv-6-blog .rv-1-blog__title {
        font-size:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-blog .rv-1-blog__title {
        font-size:18px
    }
}
.rv-6-blog__descr {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    margin-bottom:27px
}
@media screen and (max-width: 1199px) {
    .rv-6-blog__descr {
        margin-bottom:17px
    }
}
.rv-6-blog .rv-1-blog__btn:hover {
    color:var(--orange)
}
.rv-7-blogs {
    background-color:rgba(42,156,241,.08)
}
.rv-7-blogs .rv-7-section__heading {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    text-align:left
}
@media screen and (max-width: 767px) {
    .rv-7-blogs .rv-7-section__heading {
        flex-direction:column;
        align-items:center;
        text-align:center;
        row-gap:15px
    }
}
.rv-7-blogs .rv-1-slider-nav button:hover {
    background-color:#1c74e9;
    border-color:#1c74e9
}
.rv-7-blog .rv-1-blog__img img {
    width:100%
}
.rv-7-blog .rv-7-product__tag {
    left:auto;
    right:20px;
    background-color:#4962fb
}
.rv-7-blog .rv-1-blog__infos {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:500;
    margin-bottom:23px
}
@media screen and (max-width: 1399px) {
    .rv-7-blog .rv-1-blog__infos {
        margin-bottom:13px
    }
}
@media screen and (max-width: 1199px) {
    .rv-7-blog .rv-1-blog__infos {
        flex-direction:row
    }
}
.rv-7-blog .rv-1-blog__infos li {
    display:flex;
    align-items:center;
    line-height:1;
    gap:6px
}
.rv-7-blog .rv-1-blog__title {
    font-weight:700;
    font-family: 'Poppins';
    line-height:145.455%;
    margin-bottom:33px
}
@media screen and (max-width: 1399px) {
    .rv-7-blog .rv-1-blog__title {
        margin-bottom:23px
    }
}
.rv-7-blog .rv-1-blog__title a:hover {
    color:#4962fb
}
.rv-7-blog__btn {
    color:var(--black);
    font-weight:600
}
.rv-7-blog__btn:hover {
    color:#4962fb
}
.rv-8-blogs {
    background-color:rgba(28,116,233,.06)
}
.rv-8-blog {
    border:1px solid rgba(5,5,5,.1);
    height:100%
}
.rv-8-blog:hover {
    box-shadow:none
}
.rv-8-blog:hover .rv-1-schedule-conf__btn i {
    background-color:#1c74e9;
    border-color:#1c74e9;
    color:var(--white-f)
}
.rv-8-blog .rv-2-blog__infos {
    flex-wrap:wrap;
    row-gap:6px
}
.rv-8-blog .rv-2-blog__info {
    color:rgba(5,5,5,.7)
}
.rv-8-blog .rv-2-blog__cat {
    background-color:#1c74e9;
    color:var(--white-f);
    font-weight:300
}
.rv-8-blog .rv-2-blog__title a:hover {
    color:#1c74e9
}
.rv-8-blog .rv-2-blog__descr {
    color:rgba(5,5,5,.7);
    font-weight:500
}
.rv-8-blog .rv-1-schedule-conf__btn {
    justify-content:flex-start
}
.rv-8-blog .rv-1-schedule-conf__btn:hover {
    color:#1c74e9
}
@media screen and (max-width: 1399px) {
    .rv-9-blogs .rv-6-section__heading {
        margin-bottom:26px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-blogs .rv-6-section__heading {
        margin-bottom:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-blogs .rv-6-section__heading {
        row-gap:5px;
        margin-bottom:5px
    }
}
.rv-9-blog {
    background-color:rgba(0,0,0,0);
    border:1px solid rgba(3,4,28,.1)
}
.rv-9-blog:hover .rv-1-schedule-conf__btn i {
    background-color:#65ab03;
    border-color:#65ab03
}
.rv-9-blog .rv-1-blog__infos li:first-child {
    background-color:#65ab03;
    border-radius:20px;
    padding-inline:15px;
    font-family: 'Poppins';
    line-height:1;
    display:flex;
    align-items:center;
    gap:5px
}
.rv-9-blog .rv-1-blog__title {
    font-family: 'Poppins';
    font-weight:700
}
.rv-9-blog .rv-1-blog__title a:hover {
    color:#65ab03
}
.rv-9-blog .rv-1-schedule-conf__btn:hover {
    color:#65ab03
}
.rv-10-blog:hover .rv-1-blog__img img {
    scale:1.06
}
.rv-10-blog .rv-1-blog__img {
    border-radius:14px 14px 0 0
}
.rv-10-blog .rv-1-blog__img img {
    height:300px
}
@media screen and (max-width: 1199px) {
    .rv-10-blog .rv-1-blog__img img {
        height:250px
    }
}
@media screen and (max-width: 479px) {
    .rv-10-blog .rv-1-blog__img img {
        height:200px
    }
}
.rv-10-blog .rv-1-blog__txt {
    padding:25px 30px 20px;
    border-radius:0 0 14px 14px;
    border-top:none
}
@media screen and (max-width: 1399px) {
    .rv-10-blog .rv-1-blog__txt {
        padding:25px 25px 20px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-blog .rv-1-blog__txt {
        padding:20px 20px 15px
    }
}
.rv-10-blog .rv-1-blog__infos li {
    line-height:1;
    display:flex;
    align-items:center;
    gap:5px
}
.rv-10-blog .rv-1-blog__title {
    font-family: 'Poppins';
    font-weight:700;
    margin-bottom:30px;
    line-height:145.455%
}
@media screen and (max-width: 1199px) {
    .rv-10-blog .rv-1-blog__title {
        margin-bottom:20px
    }
}
.rv-10-blog .rv-1-blog__title a:hover {
    color:#f1b03e
}
.rv-10-blog__bottom {
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid rgba(5,5,5,.14);
    padding-top:20px
}
.rv-10-blog-author {
    display:flex;
    align-items:center;
    gap:12px
}
.rv-10-blog-author__img img {
    width:34px;
    height:34px;
    -o-object-fit:cover;
    object-fit:cover;
    border-radius:50%
}
.rv-10-blog-author__name {
    margin-bottom:0;
    color:var(--black);
    font-family: 'Poppins';
    font-weight:700;
    font-size:14px
}
.rv-10-blog-author__name a:hover {
    color:#f1b03e
}
.rv-10-blog-info {
    margin-bottom:0;
    font-size:14px;
    color:rgba(5,5,5,.7)
}
.rv-10-blogs__slider .rv-2-swiper-dots .swiper-pagination-bullet {
    margin:0
}
.rv-10-blogs__slider .rv-2-swiper-dots .swiper-pagination-bullet::before {
    background:rgba(5,5,5,.14)
}
.rv-10-blogs__slider .rv-2-swiper-dots .swiper-pagination-bullet-active {
    border-color:var(--black)
}
.rv-10-blogs__slider .rv-2-swiper-dots .swiper-pagination-bullet-active::before {
    background-color:var(--black)
}
.rv-11-blogs {
    background-color:#f7f4f0
}
.rv-11-blogs .rv-11-section__heading {
    text-align:center
}
.rv-11-blogs .swiper {
    padding-bottom:5px;
    margin-bottom:-5px
}
#rv-11-blogs-slider-dots .swiper-pagination-bullet::before {
    background-color:rgba(5,5,5,.14)
}
#rv-11-blogs-slider-dots .swiper-pagination-bullet-active {
    border-color:var(--black)
}
#rv-11-blogs-slider-dots .swiper-pagination-bullet-active::before {
    background-color:var(--black)
}
.rv-11-blog {
    background-color:var(--white-f);
    box-shadow:0px 1px 1px rgba(5,5,5,.16);
    transition:.4s ease;
    overflow:hidden
}
.rv-11-blog:hover {
    border-radius:40px 0
}
.rv-11-blog:hover .rv-11-blog__img img {
    scale:1.06
}
.rv-11-blog__img {
    overflow:hidden;
    transition:.4s ease
}
.rv-11-blog__img img {
    width:100%;
    height:300px
}
@media screen and (max-width: 1199px) {
    .rv-11-blog__img img {
        height:220px
    }
}
.rv-11-blog .rv-1-blog__txt {
    border:none
}
@media screen and (max-width: 1199px) {
    .rv-11-blog .rv-1-blog__txt {
        padding:20px 15px
    }
}
.rv-11-blog__tag {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:600;
    border-radius:10px 0px;
    background:#a98153;
    padding:2px 12px 1px;
    margin-bottom:18px
}
.rv-11-blog .rv-1-blog__title {
    font-family: 'Poppins';
    font-weight:700;
    line-height:136.364%;
    margin-bottom:17px
}
.rv-11-blog .rv-1-blog__title a:hover {
    color:#a98153
}
.rv-11-blog .rv-1-blog__infos {
    margin-bottom:0
}
.rv-11-blog .rv-1-blog__infos li {
    display:flex;
    align-items:center;
    line-height:1;
    gap:5px
}
.rv-12-blogs {
    background-color:#eef6e7
}
.rv-12-blog {
    background-color:var(--white-f)
}
.rv-12-blog:hover .rv-3-blog__img img {
    scale:1.06
}
.rv-12-blog .rv-3-blog__img {
    overflow:hidden
}
.rv-12-blog .rv-3-blog__img img {
    width:100%
}
.rv-12-blog .rv-3-blog__cat {
    background-color:#509e0f
}
.rv-12-blog .rv-3-blog__info {
    font-family: 'Poppins';
    font-size:14px;
    font-weight:500;
    opacity:.9
}
.rv-12-blog .rv-3-blog__title {
    font-family:var(--mulish)
}
.rv-12-blog .rv-3-blog__title a:hover {
    color:#509e0f
}
.rv-12-blog__btn {
    color:#040e1f;
    font-family: 'Poppins';
    font-weight:700
}
.rv-12-blog__btn:hover {
    color:#509e0f
}
@media screen and (max-width: 991px) {
    .rv-14-blogs__slider {
        overflow:hidden !important
    }
}
.rv-14-blogs__slider-nav button:hover {
    background-color:#e64209;
    border-color:#e64209
}
.rv-14-blog {
    background-color:rgba(0,0,0,0);
    border:1px solid rgba(2,2,8,.1);
    border-radius:0
}
.rv-14-blog:hover .rv-6-blog__img img {
    scale:1.06
}
.rv-14-blog__txt {
    padding:40px
}
@media screen and (max-width: 1599px) {
    .rv-14-blog__txt {
        padding:35px
    }
}
@media screen and (max-width: 1399px) {
    .rv-14-blog__txt {
        padding:25px
    }
}
@media screen and (max-width: 575px) {
    .rv-14-blog__txt {
        padding:0
    }
}
.rv-14-blog__infos {
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:28px
}
.rv-14-blog__infos li {
    font-size:14px;
    font-family: 'Poppins';
    font-weight:500;
    color:rgba(2,2,8,.8)
}
.rv-14-blog__infos li:first-child {
    font-weight:600;
    background-color:#e64209;
    border-radius:0;
    padding:2px 10px 1px;
    color:var(--white-f)
}
.rv-14-blog__title {
    color:#020208;
    font-family: 'Poppins';
    font-size:24px;
    font-weight:700;
    line-height:133.333%;
    margin-bottom:60px
}
.rv-14-blog__title a:hover {
    color:#e64209
}
@media screen and (max-width: 1399px) {
    .rv-14-blog__title {
        font-size:22px;
        margin-bottom:40px
    }
}
@media screen and (max-width: 575px) {
    .rv-14-blog__title {
        margin-bottom:30px
    }
}
.rv-14-blog__btn {
    font-weight:700;
    font-family: 'Poppins';
    color:var(--black);
    display:inline-flex;
    align-items:flex-start;
    gap:10px
}
.rv-14-blog__btn:hover {
    color:#e64209
}
.rv-14-blog__btn i {
    padding-top:5px;
    font-weight:500
}
@media screen and (max-width: 575px) {
    .rv-14-blog .rv-6-blog__img {
        border-radius:0
    }
}
.rv-14-blog .rv-6-blog__img img {
    width:260px;
    max-height:350px
}
@media screen and (max-width: 1599px) {
    .rv-14-blog .rv-6-blog__img img {
        max-height:320px
    }
}
.rv-15-blog_main_area {
    padding:100px 0;
    background:#f3f5fb
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area {
        padding:90px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area {
        padding:80px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area {
        padding:70px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area {
        padding:60px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area {
        padding:45px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area {
        padding:40px 0
    }
}
.rv-15-blog_main_area .rv-15-single_blog_area {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    border:1px solid rgba(181,181,181,.8392156863)
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area .rv-15-single_blog_area {
        flex-direction:column
    }
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_image {
    overflow:hidden
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_image img {
    width:460px;
    height:400px;
    transition:.5s;
    -o-object-fit:cover;
    object-fit:cover
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_image img {
        height:300px;
        -o-object-fit:cover;
        object-fit:cover
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_image img {
        height:250px;
        -o-object-fit:cover;
        object-fit:cover
    }
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_image img:hover {
    transform:scale(1.1)
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content {
        padding:10px
    }
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_meta {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:15px;
    padding-bottom:30px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),md,sm,only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_meta {
        padding-bottom:20px
    }
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_meta .rv-15-single_blog_meta_catagory {
    background:#f35b04;
    color:#fff;
    padding:3px 12px;
    font-weight:600;
    font-family:"Poppins", sans-serif;
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_meta span {
    color:#666;
    font-weight:500
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_meta span i {
    color:#666
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_title {
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),md,sm,only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_title {
        margin-bottom:15
    }
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_title a {
    color:#050505;
    transition:.5s;
    font-family:"Poppins", sans-serif;
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_title a:hover {
    color:#f35b04
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_desc {
    color:#666;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),md,sm,only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_desc {
        margin-bottom:10px
    }
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_btn {
    color:#050505;
    font-weight:700;
    transition:.5s;
    font-family:"Poppins", sans-serif;
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_btn i {
    padding-left:5px
}
.rv-15-blog_main_area .rv-15-single_blog_area .rv-15-single_blog_content .rv-15-single_blog_content_btn:hover {
    letter-spacing:1.5px;
    color:#f35b04
}
.rv-16-blog_section {
    background:#e6e6f5;
    padding:100px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section {
        padding:90px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section {
        padding:70px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section {
        padding:50px 0
    }
}
.rv-16-blog_section .rv-16-blog_section_title .rv-16-blog_title_heading {
    font-size:50px;
    font-weight:800;
    color:#050505;
    text-align:center;
    padding-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-blog_section_title .rv-16-blog_title_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-blog_section_title .rv-16-blog_title_heading {
        font-size:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-blog_section_title .rv-16-blog_title_heading {
        font-size:33px;
        padding-bottom:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-blog_section_title .rv-16-blog_title_heading {
        font-size:30px;
        padding-bottom:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-blog_section_title .rv-16-blog_title_heading {
        font-size:24px;
        padding-bottom:20px
    }
}
.rv-16-blog_section .rv-16-single_blog_content {
    padding:80px 30px;
    position:relative;
    z-index:9;
    transition:all .3s linear 0s;
    overflow:hidden
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content {
        padding:50px 20px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content {
        padding:30px 15px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content {
        margin-bottom:20px
    }
}
.rv-16-blog_section .rv-16-single_blog_content a {
    display:block
}
.rv-16-blog_section .rv-16-single_blog_content:hover::after {
    opacity:0;
    visibility:hidden
}
.rv-16-blog_section .rv-16-single_blog_content:hover .rv-16-single_blog_meta span {
    color:rgba(255,255,255,.7);
    font-family:"Poppins", sans-serif;
}
.rv-16-blog_section .rv-16-single_blog_content:hover .rv-16-single_blog_content_title a {
    font-family:"Poppins", sans-serif;;
    color:#fff
}
.rv-16-blog_section .rv-16-single_blog_content:hover .rv-16-single_blog_content_desc {
    color:rgba(255,255,255,.7)
}
.rv-16-blog_section .rv-16-single_blog_content:hover .rv-16-single_blog_content_btn {
    color:#fff
}
.rv-16-blog_section .rv-16-single_blog_content:hover .rv-16-single_blog_img {
    transform:scale(1)
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_img {
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:-1;
    transition:.5s
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_img::before {
    position:absolute;
    top:0;
    left:0;
    content:"";
    height:100%;
    width:100%;
    z-index:1;
    opacity:.7;
    background:#080202
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_img img {
    height:100%;
    width:100%
}
.rv-16-blog_section .rv-16-single_blog_content::after {
    position:absolute;
    top:0;
    left:0;
    content:"";
    height:100%;
    width:100%;
    background:#fff;
    opacity:1;
    z-index:-1;
    visibility:visible;
    transition:all .3s linear 0s
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_meta {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    padding-bottom:40px;
    -moz-column-gap:15px;
    column-gap:15px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_meta {
        padding-bottom:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_meta {
        row-gap:10px
    }
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_meta .rv-16-single_blog_meta_catagory {
    color:#020208;
    font-size:14px;
    font-weight:600;
    background:#dfe11b;
    padding:5px 12px
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_meta span {
    color:rgba(2,2,8,.7);
    font-weight:600
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_title {
    font-size:30px;
    font-weight:800;
    padding-bottom:25px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_title {
        font-size:20px;
        padding-bottom:10px
    }
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_title a {
    font-family:"Poppins", sans-serif;;
    color:#020208;
    transition:all .3s linear 0s
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_desc {
    color:rgba(2,2,8,.7);
    font-weight:500;
    padding-bottom:50px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_desc {
        padding-bottom:30px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_desc {
        padding-bottom:15px
    }
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_btn {
    color:#020208;
    font-weight:700;
    transition:.5s;
    font-family:"Poppins", sans-serif;
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_btn i {
    padding-left:5px
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_content_btn:hover {
    letter-spacing:2px;
    color:#dfe11b
}
.rv-16-blog_section .rv-16-single_blog_content .rv-16-single_blog_img a {
    display:block;
    height:100%
}
.rv-17-blog_main_section {
    background:#f2f2f3;
    padding:130px 0 100px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-blog_main_section {
        padding:70px 0 20px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-blog_main_section {
        padding:50px 0 0 0
    }
}
.rv-17-blog_main_section .rv-17-blog_section_top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:60px
}
.rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_title .rv-17-blog_sub_heading {
    color:#000;
    font-weight:600;
    position:relative;
    padding-left:10px;
    text-transform:uppercase;
    font-family:"Poppins", sans-serif;
}
.rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_title .rv-17-blog_sub_heading::after {
    position:absolute;
    content:"";
    height:100%;
    width:2px;
    background:#dfe11b;
    left:0;
    top:0
}
.rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_title .rv-17-blog_heading {
    color:#020208;
    font-size:50px;
    font-weight:800;
    margin:0;
    padding-top:7px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_title .rv-17-blog_heading {
        font-size:25px
    }
}
.rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_all_button {
    align-self:flex-end
}
.rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_all_button a {
    font-size:16px;
    font-weight:700;
    color:#020208;
    font-size:16px;
    border:1px solid rgba(2,2,8,.2);
    width:160px;
    height:44px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,0);
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_all_button a {
        font-size:14px;
        width:130px
    }
}
.rv-17-blog_main_section .rv-17-blog_section_top .rv-17-blog_all_button a:hover {
    background:#d21028;
    border:1px solid rgba(0,0,0,0);
    color:#fff
}
.rv-17-blog_main_section .rv-17-single_blog {
    background:#fff;
    padding:30px;
    margin-bottom:30px
}
.rv-17-blog_main_section .rv-17-single_blog:hover .rv-17-blog_image img {
    transform:scale(1.1)
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-blog_image {
    margin-bottom:20px;
    height:250px;
    width:auto;
    overflow:hidden
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-blog_image img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta {
    padding-bottom:20px;
    display:flex;
    align-items:center;
    -moz-column-gap:15px;
    column-gap:15px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta {
        padding-bottom:15px;
        -moz-column-gap:10px;
        column-gap:10px
    }
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta .rv-17-single_blog_meta_catagory {
    font-size:17px;
    font-weight:700;
    color:#020208;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta .rv-17-single_blog_meta_catagory {
        font-size:15px
    }
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta .rv-17-single_blog_meta_catagory:hover {
    color:#dfe11b
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta span {
    color:rgba(2,2,8,.6);
    font-family:"Poppins", sans-serif;
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta .rv-17-single_blog_date {
    font-weight:600;
    color:rgba(2,2,8,.6);
    margin:0;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta .rv-17-single_blog_date {
        font-size:14px
    }
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_meta .rv-17-single_blog_date i {
    color:rgba(2,2,8,.6)
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_content_title {
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
    font-family:"Poppins", sans-serif;
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_content_title a {
    color:#020208
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_content_title a:hover {
    color:#d21028
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_content_desc {
    color:rgba(2,2,8,.6);
    font-weight:500;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_btn {
    color:#020208;
    font-weight:700;
    font-family:"Poppins", sans-serif;
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_btn:hover {
    color:#d21028;
    letter-spacing:2px
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_btn:hover i {
    transform:rotate(-45deg)
}
.rv-17-blog_main_section .rv-17-single_blog .rv-17-single_blog_btn i {
    margin-left:5px;
    transition:all .3s linear 0s
}
.rv-18-blog_section {
    padding:130px 0;
    padding-top:0
}
.rv-18-blog_section .rv-18-blog_heading {
    color:#142137;
    font-size:50px;
    font-weight:800;
    position:relative;
    margin-bottom:60px;
    z-index:1;
    text-align:center
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-blog_section .rv-18-blog_heading {
        font-size:35px
    }
}
.rv-18-blog_section .rv-18-blog_heading span {
    position:absolute;
    right:25%;
    z-index:-1;
    bottom:-35%
}
.rv-18-blog_section .rv-18-single_blog {
    background:#fff;
    border:1px solid rgba(20,33,55,.14)
}
.rv-18-blog_section .rv-18-single_blog:hover .rv-18-blog_image img {
    transform:scale(1.1)
}
.rv-18-blog_section .rv-18-single_blog .rv-18-blog_image {
    height:250px;
    width:auto;
    position:relative;
    overflow:hidden
}
.rv-18-blog_section .rv-18-single_blog .rv-18-blog_image img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s
}
.rv-18-blog_section .rv-18-single_blog .rv-18-blog_image .rv-18-single_blog_date {
    position:absolute;
    right:30px;
    bottom:0;
    background:#1c74e9;
    color:#fff;
    font-size:24px;
    font-weight:700;
    height:80px;
    width:80px;
    display:flex;
    align-items:center;
    text-align:center;
    font-family:"Poppins", sans-serif;
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content {
    padding:30px 25px 50px 25px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content {
        padding:30px 15px 30px 15px
    }
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_meta {
    padding-bottom:20px;
    display:flex;
    align-items:center;
    -moz-column-gap:15px;
    column-gap:15px;
    color:rgba(11,23,40,.7)
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_meta i {
    color:#1c74e9;
    margin-right:10px
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_meta .rv-18-single_blog_meta_catagory {
    font-size:17px;
    font-weight:500;
    color:rgba(11,23,40,.7);
    font-family:"Poppins", sans-serif;
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_meta .rv-18-single_blog_comment {
    font-weight:500;
    color:rgba(11,23,40,.7);
    margin:0;
    font-family:"Poppins", sans-serif;
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_content_title {
    font-size:22px;
    font-weight:700;
    margin-bottom:40px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_content_title {
        font-size:18px;
        margin-bottom:30px
    }
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_content_title a {
    font-family:"Poppins", sans-serif;;
    color:#0b1728
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_content_title a:hover {
    color:#1c74e9
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_btn {
    color:#000;
    font-weight:700;
    font-family:"Poppins", sans-serif;
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_btn:hover {
    color:#1c74e9;
    letter-spacing:2px
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_btn:hover i {
    transform:rotate(-45deg)
}
.rv-18-blog_section .rv-18-single_blog .rv-18-single_blog_content .rv-18-single_blog_btn i {
    margin-left:5px;
    transition:all .3s linear 0s
}
.rv-19-blog_section {
    padding:130px 0;
    background:#042127;
    position:relative;
    z-index:1
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section {
        padding:80px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section {
        padding:60px 0
    }
}
.rv-19-blog_section .rv-19-blog_bg_img {
    position:absolute;
    content:"";
    width:100%;
    left:0;
    bottom:0;
    height:50px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-blog_bg_img {
        height:30px
    }
}
.rv-19-blog_section .rv-19-blog_bg_img img {
    height:100%;
    width:100%
}
.rv-19-blog_section::before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    background:#141414;
    top:0;
    left:0;
    opacity:.5;
    z-index:-1
}
.rv-19-blog_section .rv-19-blog_heading {
    color:#fff;
    font-size:50px;
    font-weight:800;
    position:relative;
    margin-bottom:60px;
    z-index:1;
    text-align:center;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-blog_heading {
        font-size:40px;
        margin-bottom:40px
    }
}
.rv-19-blog_section .rv-19-blog_heading span {
    position:absolute;
    right:25%;
    z-index:-1;
    bottom:-35%
}
.rv-19-blog_section .rv-19-single_blog {
    background:#031518;
    border-bottom:2px solid #fff;
    padding:30px 30px 40px 30px;
    transition:all .3s ease
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-single_blog {
        padding:22px 20px 30px 20px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-single_blog {
        margin-bottom:30px
    }
}
.rv-19-blog_section .rv-19-single_blog:hover .rv-19-blog_image img {
    transform:scale(1.1)
}
.rv-19-blog_section .rv-19-single_blog:hover {
    border-bottom:2px solid #dfe11b
}
.rv-19-blog_section .rv-19-single_blog .rv-19-blog_image {
    height:250px;
    width:100%;
    position:relative;
    overflow:hidden
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-single_blog .rv-19-blog_image {
        height:220px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-single_blog .rv-19-blog_image {
        height:200px
    }
}
.rv-19-blog_section .rv-19-single_blog .rv-19-blog_image img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s
}
.rv-19-blog_section .rv-19-single_blog .rv-19-blog_image .rv-19-single_blog_date {
    position:absolute;
    right:0;
    bottom:30px;
    background:#dfe11b;
    color:#141414;
    font-size:18px;
    font-weight:700;
    height:60px;
    width:60px;
    display:flex;
    align-items:center;
    text-align:center;
    font-family:"Poppins", sans-serif;
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content {
    padding-top:30px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content {
        padding-top:30px
    }
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_content_title {
    font-size:20px;
    font-weight:700;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_content_title {
        font-size:18px;
        margin-bottom:20px
    }
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_content_title a {
    color:#fff;
    transition:all .4s ease
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_content_title a:hover {
    color:#dfe11b
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_content_desc {
    color:rgba(255,255,255,.7);
    font-size:16px;
    font-weight:500;
    margin-bottom:35px;
    font-family:"Poppins", sans-serif;
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_btn {
    color:#fff;
    font-weight:700;
    font-size:16px;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_btn:hover {
    color:#dfe11b;
    letter-spacing:2px
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_btn:hover i {
    transform:rotate(0deg)
}
.rv-19-blog_section .rv-19-single_blog .rv-19-single_blog_content .rv-19-single_blog_btn i {
    transform:rotate(-45deg);
    margin-left:5px;
    transition:all .3s linear 0s
}
.rv-20-blog_section {
    padding:140px 0 160px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section {
        padding:120px 0 100px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section {
        padding:80px 0 60px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section {
        padding:60px 0 30px 0
    }
}
.rv-20-blog_section .rv-20-blog_section_heading {
    text-align:center
}
.rv-20-blog_section .rv-20-blog_section_heading .rv-20-blog_sub_title {
    color:#081c15;
    font-weight:500;
    font-size:16px;
    width:170px;
    height:36px;
    line-height:36px;
    text-align:center;
    border:1px solid rgba(8,28,21,.14);
    display:flex;
    justify-content:center;
    align-items:center;
    -moz-column-gap:4px;
    column-gap:4px;
    margin:0 auto;
    font-family:"Poppins", sans-serif;
}
.rv-20-blog_section .rv-20-blog_section_heading .rv-20-blog_sub_title span {
    height:5px;
    width:5px;
    background:#081c15;
    border-radius:50%
}
.rv-20-blog_section .rv-20-blog_section_heading .rv-20-blog_section_title {
    font-size:54px;
    font-weight:800;
    color:#081c15;
    margin-bottom:50px;
    margin-top:20px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-blog_section_heading .rv-20-blog_section_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-blog_section_heading .rv-20-blog_section_title {
        font-size:28px;
        margin-bottom:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-blog_section_heading .rv-20-blog_section_title {
        font-size:22px;
        margin-bottom:30px
    }
}
.rv-20-blog_section .rv-20-blog_section_heading .rv-20-blog_section_title a:hover {
    color:#65ab03
}
.rv-20-blog_section .rv-20-single_blog {
    background:#fff;
    padding:30px 30px 40px 20px;
    border:1px solid rgba(8,28,21,.14);
    margin-bottom:30px
}
.rv-20-blog_section .rv-20-single_blog:hover .rv-20-blog_image img {
    transform:scale(1.1)
}
.rv-20-blog_section .rv-20-single_blog .rv-20-blog_image {
    margin-bottom:20px;
    height:250px;
    width:auto;
    overflow:hidden;
    position:relative
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-single_blog .rv-20-blog_image {
        height:200px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-single_blog .rv-20-blog_image {
        height:180px
    }
}
.rv-20-blog_section .rv-20-single_blog .rv-20-blog_image a {
    display:inline
}
.rv-20-blog_section .rv-20-single_blog .rv-20-blog_image a img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-20-blog_section .rv-20-single_blog .rv-20-blog_image .rv-20-single_blog_date {
    color:rgba(8,28,21,.7);
    font-size:14px;
    margin:0;
    position:absolute;
    left:0;
    bottom:0;
    background:#fff;
    padding:5px 10px;
    font-weight:500;
    font-family:"Poppins", sans-serif;
}
.rv-20-blog_section .rv-20-single_blog .rv-20-blog_image .rv-20-single_blog_date i {
    color:rgba(8,28,21,.7);
    margin-right:15px
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_content_title {
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_content_title {
        font-size:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_content_title {
        font-size:18px;
        margin-bottom:10px
    }
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_content_title a {
    color:#081c15;
    transition:all .4s ease
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_content_title a:hover {
    color:#2d6a4f
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_content_desc {
    color:rgba(8,28,21,.7);
    font-weight:500;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_content_desc {
        font-size:14px;
        margin-bottom:10px
    }
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_btn {
    color:#081c15;
    font-weight:700;
    font-family:"Poppins", sans-serif;
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_btn:hover {
    letter-spacing:2px
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_btn:hover i {
    transform:rotate(-45deg)
}
.rv-20-blog_section .rv-20-single_blog .rv-20-single_blog_btn i {
    margin-left:5px;
    transition:all .3s linear 0s
}
.rv-22-blog_section {
    padding-bottom:120px
}
@media only screen and (min-width: 1400px)and (max-width: 1599px),only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section {
        padding-bottom:80px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section {
        padding-bottom:70px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section {
        padding-bottom:60px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section {
        padding-bottom:50px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section {
        padding-bottom:40px
    }
}
.rv-22-blog_section .rv-22-service_section_heading {
    text-align:center
}
.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title {
    color:rgba(4,14,31,.7);
    font-weight:500;
    position:relative;
    text-transform:uppercase;
    display:inline-block
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title {
        font-size:14px
    }
}
.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty,.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex {
    content:"";
    background:#9a9ea5;
    width:60px;
    height:1px;
    position:absolute;
    top:50%;
    transform:translateY(-50%)
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty,.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex {
        width:40px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty,.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex {
        width:35px
    }
}
.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty::before,.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex::before {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    left:-15px;
    background:#9a9ea5;
    border-radius:50%;
    transform:translateY(-50%);
    animation:slide-right 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-right {
    0% {
        left:0
    }
    100% {
        left:100%
    }
}
.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty::after,.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex::after {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    right:-15px;
    background:#9a9ea5;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    animation:slide-left 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-left {
    0% {
        right:0
    }
    100% {
        right:100%
    }
}
.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty {
    left:-50%
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty {
        left:-45%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_sty {
        left:-40%
    }
}
.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex {
    right:-50%
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex {
        right:-45%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_sub_title .rv8_sub_pre_nex {
        right:-40%
    }
}
.rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_title {
    font-size:46px;
    font-weight:700;
    color:#040e1f;
    text-transform:uppercase;
    margin-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_title {
        font-size:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_title {
        font-size:25px;
        margin-bottom:35px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-service_section_heading .rv-22-service_section_title {
        font-size:20px;
        margin-bottom:30px
    }
}
.rv-22-blog_section .rv-22-single_blog {
    background:#fff;
    border:1px solid rgba(8,28,21,.14);
    margin-bottom:30px
}
.rv-22-blog_section .rv-22-single_blog:hover .rv-22-blog_image img {
    transform:scale(1.1)
}
.rv-22-blog_section .rv-22-single_blog .rv-22-blog_image {
    margin-bottom:20px;
    height:300px;
    width:auto;
    overflow:hidden
}
@media only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-22-blog_section .rv-22-single_blog .rv-22-blog_image {
        height:250px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-single_blog .rv-22-blog_image {
        height:200px
    }
}
.rv-22-blog_section .rv-22-single_blog .rv-22-blog_image a {
    display:inline
}
.rv-22-blog_section .rv-22-single_blog .rv-22-blog_image a img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content {
    padding:10px 25px 35px 25px
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_meta {
    display:flex;
    align-items:center;
    margin-bottom:20px;
    flex-wrap:wrap;
    gap:15px
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_meta .catagory a {
    background:#b38d3f;
    padding:5px 15px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    border-radius: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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_meta .catagory a {
        padding:5px 10px;
        font-size:12px
    }
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_meta .rv-22-single_blog_date {
    color:rgba(5,5,5,.7);
    font-size:16px;
    margin:0;
    background:#fff;
    font-weight:500
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_meta .rv-22-single_blog_date i {
    color:rgba(5,5,5,.7);
    margin-right:7px;
    font-size:20px
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_content_title {
    font-size:22px;
    font-weight:700;
    color:#040e1f;
    font-family:"Poppins", sans-serif;;
    margin-bottom:25px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_content_title {
        font-size:17px
    }
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_content_title a {
    color:#040e1f;
    transition:all .4s ease
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_content_title a:hover {
    color:#b38d3f
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_btn {
    color:#040e1f;
    font-size:16px;
    font-weight:700;
    display:inline-block;
    border-bottom:1px solid #040e1f
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_btn:hover {
    letter-spacing:2px;
    color:#b38d3f;
    border-bottom:1px solid #b38d3f
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_btn:hover i {
    transform:rotate(-45deg);
    color:#b38d3f
}
.rv-22-blog_section .rv-22-single_blog .rv-22-single_blog_content .rv-22-single_blog_btn i {
    margin-left:5px;
    transition:all .3s linear 0s
}
.rv-23-blog_section {
    padding-bottom:130px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section {
        padding-bottom:100px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section {
        padding-bottom:80px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section {
        padding-bottom:70px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section {
        padding-bottom:60px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section {
        padding-bottom:50px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section {
        padding-bottom:35px
    }
}
.rv-23-blog_section .rv-23-blog_section_heading {
    text-align:center
}
.rv-23-blog_section .rv-23-blog_section_heading .rv-23-blog_sub_title {
    color:#fff;
    font-size:15px;
    font-weight:700;
    background:#020208;
    padding:1px 4px;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
.rv-23-blog_section .rv-23-blog_section_heading .rv-23-blog_title {
    color:#020208;
    font-size:46px;
    font-weight:800;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section .rv-23-blog_section_heading .rv-23-blog_title {
        font-size:35px;
        margin-bottom:25px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section .rv-23-blog_section_heading .rv-23-blog_title {
        font-size:26px;
        margin-bottom:15px
    }
}
.rv-23-blog_section .rv-23-single_blog {
    background:#fff;
    position:relative;
    padding-left:40px;
    border:1px solid rgba(8,28,21,.14)
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section .rv-23-single_blog {
        margin-bottom:30px
    }
}
.rv-23-blog_section .rv-23-single_blog:hover .rv-23-blog_image img {
    transform:scale(1.1)
}
.rv-23-blog_section .rv-23-single_blog .rv-23-blog_image {
    margin-bottom:20px;
    height:300px;
    width:auto;
    overflow:hidden
}
.rv-23-blog_section .rv-23-single_blog .rv-23-blog_image a {
    display:inline
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section .rv-23-single_blog .rv-23-blog_image {
        height:250px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-23-blog_section .rv-23-single_blog .rv-23-blog_image {
        height:200px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section .rv-23-single_blog .rv-23-blog_image {
        height:180px
    }
}
.rv-23-blog_section .rv-23-single_blog .rv-23-blog_image img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content {
    padding:10px 0px 35px 0px
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_meta {
    display:flex;
    align-items:center;
    -moz-column-gap:15px;
    column-gap:15px;
    margin-bottom:20px
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_meta .catagory a {
    background:#3ba52d;
    padding:5px 15px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    font-family:"Poppins", sans-serif;
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_content_title {
    font-size:22px;
    font-weight:700;
    font-family:"Poppins", sans-serif;;
    color:#040e1f;
    margin-bottom:25px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_content_title {
        font-size:18px;
        margin-bottom:15px
    }
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_content_title a {
    color:#040e1f;
    transition:all .4s ease
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_content_title a:hover {
    color:#3ba52d
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_btn {
    color:#040e1f;
    font-size:16px;
    font-weight:700;
    display:inline-block;
    border-bottom:1px solid #040e1f
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_btn:hover {
    letter-spacing:2px;
    color:#3ba52d;
    border-bottom:1px solid #3ba52d
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_btn:hover i {
    transform:rotate(-45deg);
    color:#3ba52d
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_content .rv-23-single_blog_btn i {
    margin-left:5px;
    transition:all .3s linear 0s
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_date {
    color:rgba(5,5,5,.7);
    font-size:16px;
    font-weight:500;
    position:absolute;
    margin:0;
    left:-44px;
    top:31%;
    rotate:-90deg;
    font-family:"Poppins", sans-serif;
}
.rv-23-blog_section .rv-23-single_blog .rv-23-single_blog_date i {
    color:rgba(5,5,5,.7);
    margin-right:7px;
    font-size:20px
}
.rv-24-blog_section {
    background:#f6f3f0;
    padding:160px 0;
    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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section {
        padding:130px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section {
        padding:80px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section {
        padding:60px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section {
        padding:60px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section {
        padding:50px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section {
        padding:35px 0
    }
}
.rv-24-blog_section .rv-24-blog_section_top {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:50px;
    padding:0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-blog_section_top {
        margin-bottom:40px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-blog_section_top {
        flex-direction:column;
        justify-content:center;
        text-align:center;
        gap:20px;
        align-items:center
    }
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading {
    flex-basis:50%
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading {
        flex-basis:60%
    }
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading .rv-24-blog_sub_title {
    color:#020208;
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading .rv-24-blog_sub_title {
        margin-bottom:10px
    }
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading .rv-24-blog_title {
    color:#020208;
    font-size:44px;
    font-weight:800;
    font-family:"Poppins", sans-serif;;
    margin:0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading .rv-24-blog_title {
        font-size:30px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading .rv-24-blog_title {
        font-size:25px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_heading .rv-24-blog_title {
        font-size:20px
    }
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area {
    display:flex;
    -moz-column-gap:20px;
    column-gap:20px
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-next i,.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-prev i {
    height:50px;
    width:50px;
    background:rgba(0,0,0,0);
    text-align:center;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(2,2,8,.1);
    color:#020208;
    transition:.3s
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-next i:hover,.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-prev i:hover {
    background:#dfe11b;
    border:1px solid rgba(0,0,0,0)
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-next i,.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-prev i {
    background:rgba(0,0,0,0);
    border:1px solid rgba(2,2,8,.14);
    color:#020208
}
.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-next i:hover,.rv-24-blog_section .rv-24-blog_section_top .rv-24-blog_slide_button_area .rv-10-blog-swiper-button-prev i:hover {
    background:#a58051;
    color:#fff;
    border:1px solid rgba(0,0,0,0)
}
.rv-24-blog_section .rv-24-single_blog:hover .rv-24-blog_image img {
    transform:scale(1.1)
}
.rv-24-blog_section .rv-24-single_blog .rv-24-blog_image {
    height:300px;
    width:auto;
    overflow:hidden;
    border-radius:20px
}
@media only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-24-blog_section .rv-24-single_blog .rv-24-blog_image {
        height:270px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-24-blog_section .rv-24-single_blog .rv-24-blog_image {
        height:250px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-single_blog .rv-24-blog_image {
        height:200px
    }
}
.rv-24-blog_section .rv-24-single_blog .rv-24-blog_image a {
    display:block;
    height:100%
}
.rv-24-blog_section .rv-24-single_blog .rv-24-blog_image a img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-24-blog_section .rv-24-single_blog .rv-24-single_blog_content {
    background:#fff;
    padding:30px 30px 30px 30px;
    border-radius:20px
}
.rv-24-blog_section .rv-24-single_blog .rv-24-single_blog_content .rv-24-single_blog_date {
    color:rgba(2,2,8,.7);
    font-size:16px;
    margin-bottom:15px;
    font-weight:500;
    font-family:"Poppins", sans-serif;
}
.rv-24-blog_section .rv-24-single_blog .rv-24-single_blog_content .rv-24-single_blog_date i {
    color:rgba(2,2,8,.7);
    margin-right:7px;
    font-size:20px;
    margin-right:15px
}
.rv-24-blog_section .rv-24-single_blog .rv-24-single_blog_content .rv-24-single_blog_content_title {
    font-size:20px;
    font-weight:700;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-blog_section .rv-24-single_blog .rv-24-single_blog_content .rv-24-single_blog_content_title {
        font-size:17px
    }
}
.rv-24-blog_section .rv-24-single_blog .rv-24-single_blog_content .rv-24-single_blog_content_title a {
    display:inline;
    color:#020208;
    background-image:linear-gradient(#020208, #020208);
    background-size:0% 1px;
    background-repeat:no-repeat;
    background-position:left bottom;
    transition:.4s ease
}
.rv-24-blog_section .rv-24-single_blog .rv-24-single_blog_content .rv-24-single_blog_content_title a:hover {
    background-size:100% 1px
}
.rv-25-blog_section {
    padding:120px 0;
    background:#d6dec9
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section {
        padding:90px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section {
        padding:80px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section {
        padding:60px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section {
        padding:45px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section {
        padding:40px 0
    }
}
.rv-25-blog_section .rv-25-blog_heading {
    text-align:center
}
.rv-25-blog_section .rv-25-blog_heading .rv-25-blog_sub_title {
    color:#020208;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-blog_heading .rv-25-blog_sub_title {
        margin-bottom:10px
    }
}
.rv-25-blog_section .rv-25-blog_heading .rv-25-blog_title {
    color:#020208;
    font-size:46px;
    font-weight:700;
    margin-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-blog_heading .rv-25-blog_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-blog_heading .rv-25-blog_title {
        font-size:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-blog_heading .rv-25-blog_title {
        font-size:33px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-blog_heading .rv-25-blog_title {
        font-size:30px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-blog_heading .rv-25-blog_title {
        font-size:24px;
        margin-bottom:20px
    }
}
.rv-25-blog_section .rv-25-single_blog {
    background:#fff;
    border:1px solid rgba(8,28,21,.14);
    margin-bottom:20px
}
.rv-25-blog_section .rv-25-single_blog:hover .rv-25-single_blog_image img {
    transform:scale(1.1)
}
.rv-25-blog_section .rv-25-single_blog_image {
    height:300px;
    width:auto;
    overflow:hidden
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-single_blog_image {
        height:220px
    }
}
.rv-25-blog_section .rv-25-single_blog_image a {
    height:100%
}
.rv-25-blog_section .rv-25-single_blog_image a img {
    height:100%;
    width:100%;
    transition:all .3s linear 0s;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-25-blog_section .rv-25-single_blog_content {
    padding:30px 30px 40px 30px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-single_blog_content {
        padding:25px 20px 25px 20px
    }
}
.rv-25-blog_section .rv-25-single_blog_content .catagory a {
    font-family:"Poppins", sans-serif;;
    background:#a07549;
    padding:5px 15px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px
}
.rv-25-blog_section .rv-25-single_blog_content_title {
    font-family:"Poppins", sans-serif;;
    font-size:22px;
    font-weight:700;
    margin-bottom:30px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-single_blog_content_title {
        font-size:20px;
        margin-bottom:25px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-blog_section .rv-25-single_blog_content_title {
        font-size:18px;
        margin-bottom:25px
    }
}
.rv-25-blog_section .rv-25-single_blog_content_title a {
    color:#020208;
    transition:all .4s ease
}
.rv-25-blog_section .rv-25-single_blog_content_title a:hover {
    color:#a07549
}
.rv-25-blog_section .rv-25-single_blog_content_meta {
    display:flex;
    align-items:center;
    -moz-column-gap:15px;
    column-gap:15px;
    margin-bottom:20px;
    flex-wrap:wrap;
    gap:15px
}
.rv-25-blog_section .rv-25-single_blog_content_meta .rv-25-single_blog_date {
    color:rgba(2,2,8,.7);
    font-size:16px;
    margin:0;
    background:#fff;
    font-weight:500;
    font-family:"Poppins", sans-serif;
}
.rv-25-blog_section .rv-25-single_blog_content_meta .rv-25-single_blog_date i {
    color:rgba(2,2,8,.7);
    margin-right:7px;
    font-size:20px
}
.rv-1-footer {
    background-color:#0e2027
}
.rv-1-footer-top {
    padding:120px 0 90px
}
@media screen and (max-width: 991px) {
    .rv-1-footer-top {
        padding:70px 0
    }
}
@media screen and (max-width: 575px) {
    .rv-1-footer-top {
        padding:50px 0
    }
}
.rv-1-footer__about .logo {
    margin-bottom:13px
}
.rv-1-footer__about-txt {
    font-family: 'Poppins';
    font-weight:400;
    font-size:15px;
    color:rgba(255,255,255,.6);
    margin-bottom:27px
}
.rv-1-footer-widget__title {
    font-size:20px;
    font-weight:700;
    font-family: 'Poppins';
    color:#fff;
    margin-bottom:25px
}
@media screen and (max-width: 479px) {
    .rv-1-footer-widget__title {
        font-size:18px;
        margin-bottom:15px
    }
}
.rv-1-footer-widget li {
    margin-bottom:13px
}
.rv-1-footer-widget li,.rv-1-footer-widget li a {
    color:rgba(255,255,255,.6);
    font-size:15px;
    font-weight:300;
    font-family: 'Poppins';
    transition:.4s ease
}
.rv-1-footer-widget li:hover,.rv-1-footer-widget li a:hover {
    color:var(--orange)
}
.rv-1-footer-widget__links {
    display:grid;
    grid-template-columns:50% 50%
}
.rv-1-footer-widget__links a {
    position:relative;
    padding-left:15px
}
@media screen and (max-width: 1399px) {
    .rv-1-footer-widget__links a {
        padding-left:0
    }
}
.rv-1-footer-widget__links a::before {
    content:"";
    position:absolute;
    left:0;
    top:50%;
    translate:0 -50%;
    background:rgba(255,255,255,.6);
    width:5px;
    height:5px;
    border-radius:50%
}
@media screen and (max-width: 1399px) {
    .rv-1-footer-widget__links a::before {
        content:none
    }
}
.rv-1-footer-widget__infos li {
    display:flex;
    gap:15px;
    align-items:center
}
.rv-1-footer-widget__infos li img {
    flex-shrink:0
}
.rv-1-footer-bottom {
    border-top:1px solid rgba(255,255,255,.1);
    padding:45px 0
}
@media screen and (max-width: 1399px) {
    .rv-1-footer-bottom {
        padding:35px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-1-footer-bottom {
        padding:25px 0
    }
}
.rv-1-footer-nwsltr__form {
    display:flex;
    flex-direction:column;
    gap:10px
}
.rv-1-footer-nwsltr__form input {
    border:1px solid rgba(255,255,255,.1);
    height:45px;
    border-radius:14px;
    padding:0 20px;
    color:var(--white-f)
}
.rv-1-footer-nwsltr__form .rv-1-def-btn {
    height:45px;
    line-height:43px;
    transition:.4s ease
}
.rv-1-footer-nwsltr__form .rv-1-def-btn:hover .txt {
    color:var(--black)
}
.rv-1-footer-nwsltr__form .rv-1-def-btn .txt {
    width:100%
}
.rv-1-copyright {
    font-size:14px;
    font-family: 'Poppins';
    font-weight:300;
    color:rgba(255,255,255,.7)
}
.rv-1-socials {
    display:flex;
    gap:6px
}
.rv-1-socials a {
    width:40px;
    height:40px;
    line-height:40px;
    border:1px solid rgba(255,255,255,.1);
    text-align:center;
    border-radius:50%;
    color:rgba(255,255,255,.5)
}
.rv-1-socials a:hover {
    background-color:var(--orange);
    border-color:var(--orange);
    color:var(--white-f)
}
.rv-2-footer {
    border-top:1px solid rgba(255,255,255,.1);
    padding:45px 0
}
@media screen and (max-width: 767px) {
    .rv-2-footer {
        padding:25px 0
    }
}
.rv-2-footer__nav {
    display:flex;
    justify-content:flex-end;
    gap:10px
}
@media screen and (max-width: 767px) {
    .rv-2-footer__nav {
        justify-content:center
    }
}
.rv-2-footer__nav a {
    color:var(--white-f);
    font-size:14px;
    font-weight:300;
    font-family: 'Poppins';
    line-height:1
}
.rv-2-footer__nav a:hover {
    color:#daed1a
}
.rv-2-footer__nav a:not(:first-child) {
    border-left:1px solid #fff;
    padding-left:10px
}
.rv-3-footer {
    background:url(../img/rv-3-footer-bg.html) no-repeat center center;
    background-size:cover
}
@media screen and (max-width: 1399px) {
    .rv-3-footer-top {
        padding:100px 0 70px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-footer-top {
        padding:80px 0 50px
    }
}
.rv-3-footer .rv-1-socials a:hover {
    background-color:#a97240;
    border-color:#a97240
}
.rv-3-footer .rv-1-footer-widget li:hover {
    color:rgba(255,255,255,.6)
}
.rv-3-footer .rv-1-footer-widget li a:hover {
    color:#a98153
}
.rv-3-footer .rv-1-footer-widget__links {
    display:block
}
.rv-3-footer .rv-1-footer-widget__links a {
    padding-left:0
}
.rv-3-footer .rv-1-footer-widget__links a:hover {
    color:#a98153
}
.rv-3-footer .rv-1-footer-widget__links a::before {
    content:none
}
.rv-3-footer-nwsltr {
    padding-left:40px
}
@media screen and (max-width: 1199px) {
    .rv-3-footer-nwsltr {
        padding-left:0
    }
}
.rv-3-footer-nwsltr__form input {
    border-radius:0;
    color:var(--white-f)
}
.rv-3-footer-nwsltr__form .rv-1-def-btn .txt {
    background-color:#a97240;
    border-radius:0;
    border:1px solid #a97240
}
.rv-3-footer-nwsltr__form .rv-1-def-btn .txt:hover {
    background-color:rgba(0,0,0,0)
}
.rv-4-footer {
    background-color:var(--black)
}
.rv-4-footer__socials {
    display:flex;
    align-items:center
}
@media screen and (max-width: 991px) {
    .rv-4-footer__socials {
        flex-wrap:wrap
    }
}
.rv-4-footer__social {
    flex:auto;
    padding:50px 0;
    text-align:center;
    border-bottom:1px solid rgba(255,255,255,.1)
}
@media screen and (max-width: 1199px) {
    .rv-4-footer__social {
        padding:30px 20px
    }
}
@media screen and (max-width: 991px) {
    .rv-4-footer__social {
        padding:15px;
        flex:30% 1 1
    }
}
.rv-4-footer__social:not(:last-child) {
    border-right:1px solid rgba(255,255,255,.1)
}
.rv-4-footer__social a {
    color:var(--white-f);
    display:inline-flex;
    align-items:center;
    gap:15px;
    font-family: 'Poppins';
    font-size:20px;
    font-weight:700
}
@media screen and (max-width: 991px) {
    .rv-4-footer__social a {
        font-size:18px;
        gap:10px
    }
}
@media screen and (max-width: 575px) {
    .rv-4-footer__social a {
        font-size:16px
    }
}
.rv-4-footer__social a i {
    font-size:24px
}
@media screen and (max-width: 991px) {
    .rv-4-footer__social a i {
        font-size:22px
    }
}
@media screen and (max-width: 575px) {
    .rv-4-footer__social a i {
        font-size:20px
    }
}
.rv-4-footer__social a:hover {
    color:#a90e20
}
.rv-4-footer__middle {
    padding:80px 0 100px;
    text-align:center
}
@media screen and (max-width: 1199px) {
    .rv-4-footer__middle {
        padding:60px 0 80px
    }
}
@media screen and (max-width: 767px) {
    .rv-4-footer__middle {
        padding:50px 0 65px
    }
}
@media screen and (max-width: 479px) {
    .rv-4-footer__middle {
        padding:50px 0
    }
}
.rv-4-footer__menu {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:60px;
    row-gap:15px;
    margin:42px 0 75px
}
@media screen and (max-width: 991px) {
    .rv-4-footer__menu {
        margin:32px 0 45px
    }
}
@media screen and (max-width: 767px) {
    .rv-4-footer__menu {
        -moz-column-gap:45px;
        column-gap:45px
    }
}
.rv-4-footer__menu a {
    color:var(--white-f);
    font-weight:500
}
.rv-4-footer__menu a:hover {
    color:#a90e20
}
.rv-4-footer-subs form {
    width:410px;
    display:flex;
    position:relative;
    margin:0 auto;
    padding:0 20px;
    padding-bottom:15px
}
@media screen and (max-width: 479px) {
    .rv-4-footer-subs form {
        max-width:100%
    }
}
.rv-4-footer-subs form::before {
    content:"";
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:4px;
    border:1px solid rgba(255,255,255,.16)
}
.rv-4-footer-subs form input {
    width:100%;
    color:var(--white-f)
}
.rv-4-footer-subs form input::-moz-placeholder {
    color:rgba(255,255,255,.7)
}
.rv-4-footer-subs form input::placeholder {
    color:rgba(255,255,255,.7)
}
.rv-4-footer-subs form button {
    color:var(--white-f)
}
.rv-5-footer {
    background-color:#404b44
}
@media screen and (max-width: 1199px) {
    .rv-5-footer-top {
        padding:70px 0 50px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-footer-top {
        padding:60px 0 40px
    }
}
.rv-5-footer .rv-1-footer-widget {
    padding:0 30px
}
@media screen and (max-width: 1399px) {
    .rv-5-footer .rv-1-footer-widget {
        padding:0 15px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-footer .rv-1-footer-widget {
        padding:0
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-footer-widget__title {
        margin-bottom:20px
    }
}
.rv-5-footer .rv-1-socials a:hover {
    background-color:#8e5b63;
    border-color:#8e5b63
}
.rv-5-footer-timings li {
    color:rgba(255,255,255,.6);
    font-family:Mulish;
    font-size:15px;
    font-style:normal;
    font-weight:300;
    line-height:normal;
    display:flex;
    justify-content:space-between
}
.rv-5-footer-timings li:not(:last-child) {
    margin-bottom:16px
}
.rv-6-footer {
    background-color:#050505
}
.rv-6-footer-top {
    overflow:hidden
}
.rv-6-footer-top__row {
    justify-content:space-between
}
@media screen and (max-width: 1199px) {
    .rv-6-footer-top__row {
        justify-content:center
    }
}
.rv-6-footer-bottom {
    padding:35px 0
}
.rv-6-footer .has-anim {
    position:relative;
    z-index:1
}
@media screen and (max-width: 1199px) {
    .rv-6-footer .has-anim {
        overflow:hidden
    }
}
.rv-6-footer .has-anim:first-child::before {
    border-right:0
}
.rv-6-footer .has-anim:last-child .to-animate {
    left:auto;
    right:0
}
.rv-6-footer .has-anim::before,.rv-6-footer .has-anim .to-animate {
    content:"";
    position:absolute;
    inset:0;
    border:solid rgba(255,255,255,.1);
    border-width:0 1px 0 1px;
    height:calc(100% + 240px);
    top:50%;
    translate:-25px -50%;
    z-index:-1
}
@media screen and (max-width: 1199px) {
    .rv-6-footer .has-anim::before,.rv-6-footer .has-anim .to-animate {
        translate:0 -50%;
        height:100%
    }
}
@media screen and (max-width: 767px) {
    .rv-6-footer .has-anim::before,.rv-6-footer .has-anim .to-animate {
        content:none
    }
}
.rv-6-footer .has-anim .to-animate {
    background:linear-gradient(to top, var(--white-f), transparent);
    width:1px;
    height:50px;
    border:none;
    animation:strokePosition 15s linear forwards infinite
}
.rv-6-footer .has-anim .to-animate.reverse {
    background:linear-gradient(to bottom, var(--white-f), transparent);
    animation:strokePosition 15s linear reverse infinite;
    right:0;
    left:auto
}
@media screen and (max-width: 1199px) {
    .rv-6-footer-widget {
        padding-left:20px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-footer-widget {
        padding-left:0
    }
}
.rv-6-footer-nwsltr__form .nwsltr-top {
    display:flex;
    border-bottom:1px solid rgba(255,255,255,.2);
    padding-bottom:18px
}
.rv-6-footer-nwsltr__form .nwsltr-top>* {
    color:var(--white-f)
}
.rv-6-footer-nwsltr__form input {
    width:100%
}
.rv-6-footer-nwsltr__form input::-moz-placeholder {
    color:rgba(255,255,255,.6)
}
.rv-6-footer-nwsltr__form input::placeholder {
    color:rgba(255,255,255,.6)
}
.rv-6-footer-nwsltr__form button {
    min-width:-moz-max-content;
    min-width:max-content
}
.rv-6-footer-nwsltr__form button i {
    opacity:60%;
    padding-right:6px
}
.rv-6-footer-nwsltr__checkbox {
    padding-top:20px
}
.rv-6-footer-nwsltr__checkbox input {
    background-color:rgba(0,0,0,0);
    width:auto;
    margin-right:10px
}
.rv-6-footer-nwsltr__checkbox label,.rv-6-footer-nwsltr__checkbox a {
    color:rgba(255,255,255,.5)
}
.rv-6-footer-nwsltr__checkbox a {
    -webkit-text-decoration:1px underline rgba(255,255,255,.5);
    text-decoration:1px underline rgba(255,255,255,.5)
}
@keyframes strokePosition {
    0% {
        top:-140px
    }
    100% {
        top:calc(100% + 240px)
    }
}
.rv-7-footer {
    background:#050505
}
.rv-7-footer .rv-7-footer-nwsltr__form input {
    border-radius:30px
}
.rv-7-footer .rv-7-footer-nwsltr__form .rv-1-def-btn .txt {
    border-radius:30px;
    background-color:#4962fb;
    border-color:#4962fb
}
.rv-1-socials.rv-7-socials a:hover {
    background-color:#1c74e9;
    border-color:#1c74e9
}
.rv-8-footer {
    background-color:var(--black)
}
.rv-8-footer .rv-4-footer__social a:hover {
    color:#1c74e9
}
.rv-8-footer-middle {
    padding:100px 0 110px
}
@media screen and (max-width: 1399px) {
    .rv-8-footer-middle {
        padding:80px 0 30px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-footer-middle {
        padding:60px 0 70px
    }
}
@media screen and (max-width: 575px) {
    .rv-8-footer-middle {
        padding:40px 0 50px
    }
}
.rv-8-footer-articles {
    padding-right:75px
}
@media screen and (max-width: 1399px) {
    .rv-8-footer-articles {
        padding-right:45px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-footer-articles {
        padding-right:0
    }
}
@media screen and (max-width: 767px) {
    .rv-8-footer-widget .rv-1-footer-widget__title {
        margin-bottom:15px
    }
}
.rv-8-footer-widget li:hover,.rv-8-footer-widget li a:hover {
    color:#1c74e9
}
.rv-8-footer-article {
    display:flex;
    align-items:center;
    border:1px solid rgba(44,44,44,.1);
    gap:20px
}
.rv-8-footer-article:not(:last-child) {
    margin-bottom:30px
}
.rv-8-footer-article-img {
    flex-shrink:0
}
.rv-8-footer-article-date {
    font-size:13px;
    font-weight:500;
    color:rgba(255,255,255,.7);
    line-height:1;
    display:flex;
    align-items:center;
    margin-bottom:7px
}
.rv-8-footer-article-date i {
    font-size:16px;
    margin-right:5px
}
.rv-8-footer-article-title {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:17px;
    font-weight:600;
    line-height:24px;
    margin-bottom:0
}
.rv-8-footer-article-title a:hover {
    color:#1c74e9
}
@media screen and (max-width: 479px) {
    .rv-8-footer-article-title {
        font-size:16px
    }
}
.rv-8-footer-bottom {
    padding:30px 0
}
.rv-8-footer-bottom__nav a:hover {
    color:#1c74e9
}
.rv-8-footer-nwsltr__form .nwsltr-top {
    padding-bottom:0;
    border:none
}
.rv-8-footer-nwsltr__form input {
    border:1px solid rgba(255,255,255,.16);
    border-right:0;
    padding:10px 22px
}
.rv-8-footer-nwsltr__form button {
    width:46px;
    height:46px;
    background-color:#1c74e9;
    flex-shrink:0
}
.rv-8-footer-nwsltr__form button i {
    padding:0;
    opacity:1
}
.rv-9-socials a:hover {
    background-color:#65ab03;
    border-color:#65ab03
}
.rv-9-footer {
    background-color:#0b1202
}
.rv-9-footer-top {
    padding:25px 0;
    border-bottom:1px solid rgba(255,255,255,.14)
}
.rv-9-footer-article .rv-8-footer-article-img {
    border-radius:6px
}
.rv-9-footer-article .rv-8-footer-article-title a:hover {
    color:#65ab03
}
.rv-9-footer-nwsltr__form .nwsltr-top {
    border:1px solid rgba(255,255,255,.2);
    border-radius:30px
}
.rv-9-footer-nwsltr__form input {
    border-radius:30px;
    border:none
}
.rv-9-footer-nwsltr__form button {
    border-radius:50%;
    background-color:#65ab03
}
.rv-9-footer__contact-card {
    justify-content:flex-end
}
@media screen and (max-width: 991px) {
    .rv-9-footer__contact-card {
        justify-content:center
    }
}
@media screen and (max-width: 575px) {
    .rv-9-footer__contact-card {
        justify-content:flex-start
    }
}
.rv-9-footer__contact-card .rv-5-about__call-icon {
    border-color:rgba(255,255,255,.1);
    color:#65ab03;
    flex-shrink:0
}
.rv-9-footer__contact-card .rv-5-about__call-txt h6 {
    color:var(--white-f)
}
.rv-9-footer__contact-card .rv-5-about__call-txt a {
    color:rgba(255,255,255,.6)
}
.rv-10-socials a {
    border-radius:6px
}
.rv-10-socials a:hover {
    background-color:#efc329;
    border-color:#efc329;
    color:var(--black)
}
.rv-10-footer-nwsltr__form .nwsltr-top>* {
    color:var(--black)
}
.rv-10-footer-nwsltr__form .nwsltr-top input {
    color:var(--white-f)
}
.rv-10-footer-nwsltr__form input {
    border-radius:6px 0 0 6px
}
.rv-10-footer-nwsltr__form button {
    border-radius:0 6px 6px 0;
    background-color:#efc329;
    border-color:#efc329
}
.rv-10-footer-widget li:hover,.rv-10-footer-widget li a:hover {
    color:#efc329
}
.rv-10-footer-bottom__nav a:hover {
    color:#efc329
}
.rv-11-footer {
    background-color:#231d16
}
.rv-11-footer-nwsltr__form input {
    border-top-left-radius:15px
}
.rv-11-footer-nwsltr__form button {
    background-color:#a98153;
    border-bottom-right-radius:15px
}
.rv-11-footer-widget li:hover,.rv-11-footer-widget li a:hover {
    color:#a98153
}
.rv-11-footer-bottom__nav a:hover {
    color:#a98153
}
.rv-11-socials a {
    border-radius:10px 0px
}
.rv-11-socials a:hover {
    border-radius:0 10px;
    background-color:#a98153;
    border-color:#a98153
}
.rv-11-pay-methods {
    color:rgba(255,255,255,.7);
    font-family: 'Poppins';
    font-size:16px;
    font-weight:700;
    margin-top:42px
}
.rv-11-pay-methods span {
    margin-right:10px
}
.rv-12-footer {
    z-index:1
}
.rv-12-footer .rv-12-socials a:hover {
    background-color:#509e0f;
    border-color:#509e0f
}
.rv-12-footer .rv-12-footer-widget li:hover,.rv-12-footer .rv-12-footer-widget li a:hover {
    color:#509e0f
}
.rv-12-footer-nwsltr__form input::-moz-placeholder {
    color:rgba(255,255,255,.5);
    font-size:14px;
    font-weight:300
}
.rv-12-footer-nwsltr__form input::placeholder {
    color:rgba(255,255,255,.5);
    font-size:14px;
    font-weight:300
}
.rv-12-footer-nwsltr__form .rv-1-def-btn .txt {
    background-color:#509e0f;
    border-color:#509e0f
}
.rv-12-footer .rv-12-infos__vectors {
    z-index:-1;
    top:-50px
}
.rv-12-footer .rv-12-infos__vectors--2 {
    top:auto;
    bottom:-50px
}
.rv-13-footer {
    background:var(--white-f);
    color:var(--white-f)
}
.rv-13-footer__about .rv-1-footer__about-txt {
    color:rgba(5,5,5,.6);
    font-weight:500
}
.rv-13-footer-widget .rv-1-footer-widget__title {
    color:var(--black)
}
.rv-13-footer-widget li,.rv-13-footer-widget li a,.rv-13-footer-widget .rv-1-footer-widget__links a {
    color:rgba(5,5,5,.6)
}
.rv-13-footer-widget li i,.rv-13-footer-widget li a i,.rv-13-footer-widget .rv-1-footer-widget__links a i {
    color:var(--black);
    vertical-align:middle;
    font-size:18px
}
.rv-13-footer-nwsltr__form input {
    border-color:rgba(5,5,5,.1);
    color:var(--black)
}
.rv-13-footer-nwsltr__form .rv-1-def-btn .txt {
    background-color:#ab8e66;
    border-color:#ab8e66
}
.rv-13-footer-nwsltr__form .rv-1-def-btn .txt:hover {
    background-color:var(--white-f);
    color:var(--black)
}
.rv-13-footer-bottom {
    border-color:rgba(5,5,5,.1);
    padding:25px 0
}
.rv-13-footer-bottom .rv-1-copyright {
    color:rgba(5,5,5,.7)
}
.rv-13-socials a {
    border-color:rgba(5,5,5,.1);
    color:rgba(5,5,5,.5)
}
.rv-13-socials a:hover {
    background-color:#ab8e66
}
.rv-14-footer-bottom__nav a:hover {
    color:#e64209
}
.rv-15-footer {
    background:url(../img/footer/rv-15-footer-bg.html) var(--black) no-repeat right bottom;
    background-size:contain
}
.rv-15-footer-nwsltr__form .nwsltr-top>button {
    color:#f35b04
}
.rv-15-footer-nwsltr__form .nwsltr-top>button:hover {
    color:#fff
}
.rv-15-footer-bottom__nav a:hover {
    color:#f35b04
}
.rv-16-footer-gallery-item,.rv-16-footer-gallery-item img {
    width:100%
}
.rv-16-footer-widget li:hover,.rv-16-footer-widget li a:hover {
    color:#dfe11b
}
.rv-16-socials a:hover {
    background-color:#dfe11b;
    border-color:#dfe11b;
    color:var(--black)
}
.rv-17-footer {
    background:url(../img/rv-17-footer-bg.html) no-repeat center center;
    background-size:cover;
    position:relative;
    z-index:1
}
.rv-17-footer::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    -webkit-backdrop-filter:blur(3px);
    backdrop-filter:blur(3px)
}
.rv-17-footer-widget li:hover,.rv-17-footer-widget li a:hover {
    color:#daed1a
}
.rv-17-footer-nwsltr__form .nwsltr-top>button {
    background-color:#daed1a;
    color:var(--black)
}
.rv-18-footer {
    background-color:#142137
}
.rv-18-footer-widget li:hover,.rv-18-footer-widget li a:hover {
    color:#1c74e9
}
.rv-18-footer-bottom__nav a:hover {
    color:#1c74e9
}
.rv-19-footer {
    background-color:#042127;
    position:relative;
    z-index:1
}
.rv-19-footer::before {
    content:"";
    position:absolute;
    top:0;
    width:100%;
    background:url(../img/rv-19-footer-bg.html) no-repeat center center;
    background-size:cover;
    height:73px;
    z-index:-1
}
.rv-19-footer-widget--last {
    margin-left:auto;
    width:-moz-max-content;
    width:max-content;
    max-width:100%
}
@media screen and (max-width: 991px) {
    .rv-19-footer-widget--last {
        margin-left:0;
        width:100%
    }
}
@media screen and (max-width: 991px) {
    .rv-19-footer-widget {
        text-align:center
    }
}
@media screen and (max-width: 991px) {
    .rv-19-footer-widget li {
        justify-content:center
    }
}
.rv-19-footer-widget li:hover,.rv-19-footer-widget li a:hover {
    color:#dfe11b
}
.rv-19-footer-bottom {
    background-color:#031518;
    border:none;
    padding:25px 0
}
.rv-20-footer {
    background-color:#081c15
}
.rv-20-footer__contact-card .rv-5-about__call-icon {
    background-color:var(--white-f);
    border-color:var(--white-f);
    color:#2d6a4f
}
.rv-20-footer__contact-card a:hover {
    color:#388b66
}
.rv-20-footer-article .rv-8-footer-article-title a:hover {
    color:#388b66
}
.rv-20-footer-nwsltr__form button {
    background-color:#2d6a4f
}
.rv-20-footer-widget li:hover,.rv-20-footer-widget li a:hover {
    color:#388b66
}
.rv-20-footer-bottom__nav a:hover {
    color:#388b66
}
.rv-21-footer {
    background:var(--white-f);
    color:var(--black)
}
.rv-21-footer__about-txt {
    color:rgba(14,20,40,.6)
}
.rv-21-footer-widget .rv-1-footer-widget__title {
    color:#0e1428
}
.rv-21-footer-widget li,.rv-21-footer-widget li a {
    color:rgba(14,20,40,.6)
}
.rv-21-footer .rv-21-footer-widget li:hover,.rv-21-footer .rv-21-footer-widget li a:hover {
    color:#ce512a
}
.rv-21-footer-nwsltr .rv-1-footer-widget__title {
    color:#0e1428
}
.rv-21-footer-nwsltr__form input {
    border-color:rgba(14,20,40,.1)
}
.rv-21-footer-nwsltr__form .rv-1-def-btn span.txt {
    background-color:#ce512a;
    border-color:#ce512a
}
.rv-22-footer {
    background-color:#040e1f
}
.rv-22-footer-gallery-item {
    border-radius:50%;
    overflow:hidden;
    width:100%
}
.rv-22-footer-gallery-item img {
    width:100%
}
.rv-22-footer-nwsltr__form button {
    background-color:#b38d3f
}
.rv-22-footer-widget li:hover,.rv-22-footer-widget li a:hover {
    color:#b38d3f
}
.rv-22-socials a:hover {
    background-color:#b38d3f;
    border-color:#b38d3f
}
.rv-23-footer {
    background:url(../img/rv-22-footer-bg.html) no-repeat center center;
    background-size:cover
}
.rv-23-footer-widget a.phone-numb {
    color:#3ba52d
}
.rv-23-footer-widget a.phone-numb i {
    color:var(--white-f);
    padding-right:7px
}
.rv-23-footer-widget a:hover {
    color:var(--white-f)
}
.rv-23-footer li:hover,.rv-23-footer li a:hover {
    color:#3ba52d
}
.rv-23-footer-nwsltr__form button {
    background-color:#3ba52d
}
.rv-23-footer-bottom__nav a:hover {
    color:#3ba52d
}
.rv-23-socials {
    align-items:center;
    margin-top:40px
}
.rv-23-socials h6 {
    text-transform:capitalize;
    margin:0;
    font-family: 'Poppins';
    font-size:16px;
    font-weight:700;
    color:var(--white-f);
    margin-right:8px
}
.rv-23-socials a:hover {
    background-color:#3ba52d;
    border-color:#3ba52d
}
.rv-24-footer {
    background-color:#020208
}
.rv-24-footer-widget li:hover,.rv-24-footer-widget li a:hover {
    color:#a58051
}
.rv-24-footer__payments {
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:40px
}
.rv-24-footer__payments h6 {
    color:var(--white-f);
    margin-bottom:0
}
.rv-24-footer-bottom__nav a:hover {
    color:#a58051
}
.rv-1-socials.rv-24-socials a:hover {
    background-color:#a58051;
    border-color:#a58051
}
.rv-24-footer-nwsltr__form input {
    border-radius:6px 0 0 6px
}
.rv-24-footer-nwsltr__form button {
    background-color:#a58051;
    border-radius:6px
}
.rv-25-footer {
    background-color:#1c312c
}
.rv-25-footer-widget li:hover,.rv-25-footer-widget li a:hover {
    color:#a07549
}
.rv-25-footer-bottom {
    padding:27px 0;
    background-color:#1e3932;
    border:none
}
.rv-25-footer-bottom__nav a:hover {
    color:#a07549
}
.rv-25-socials a {
    border-radius:0
}
.rv-25-socials a:hover {
    background-color:#a07549;
    border-color:#a07549
}
.rv-25-footer-nwsltr__form button {
    background-color:#a07549
}
.rv-2-history {
    padding-bottom:60px
}
.rv-2-history__img {
    background:url(../img/rv-2-history-img-bg.html) no-repeat center center;
    background-size:contain;
    text-align:center
}
@media screen and (max-width: 1599px) {
    .rv-2-history__img img {
        max-width:320px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-history__img img {
        max-width:100%
    }
}
.rv-2-history__txt {
    padding-right:65px
}
@media screen and (max-width: 1599px) {
    .rv-2-history__txt {
        padding-right:45px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-history__txt {
        padding-right:40px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-history__txt {
        padding-right:0
    }
}
.rv-2-timeline {
    display:flex;
    gap:40px;
    margin-bottom:50px
}
@media screen and (max-width: 1599px) {
    .rv-2-timeline {
        gap:30px;
        margin-bottom:35px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-timeline {
        gap:25px;
        margin-bottom:25px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-timeline {
        flex-direction:column;
        gap:15px
    }
}
.rv-2-timeline:last-child {
    margin-bottom:0
}
.rv-2-timeline:last-child .rv-2-timeline-time::before {
    height:100%
}
.rv-2-timeline-time {
    flex-shrink:0;
    position:relative;
    width:115px
}
.rv-2-timeline-time::before {
    content:"";
    position:absolute;
    height:calc(100% + 50px);
    width:2px;
    background-color:#272727;
    right:0;
    top:0
}
@media screen and (max-width: 479px) {
    .rv-2-timeline-time::before {
        content:none
    }
}
.rv-2-timeline-time__years {
    margin-top:35px;
    padding-right:15px;
    font-size:14px;
    font-weight:500;
    line-height:71.429%;
    position:relative
}
@media screen and (max-width: 479px) {
    .rv-2-timeline-time__years {
        margin-top:10px
    }
}
.rv-2-timeline-time__years::before {
    position:absolute;
    content:"";
    top:50%;
    translate:-60% -50%;
    left:100%;
    width:10px;
    height:10px;
    border-radius:50%;
    background:linear-gradient(180deg, #C2D600 0%, #F0FF53 100%);
    box-shadow:0 0 0 6px #272727
}
.rv-2-timeline-details {
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(94deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding:25px 35px 40px
}
@media screen and (max-width: 1599px) {
    .rv-2-timeline-details {
        padding:25px 35px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-timeline-details {
        padding:25px 30px
    }
}
@media screen and (max-width: 575px) {
    .rv-2-timeline-details {
        padding:20px
    }
}
.rv-2-timeline-details__title {
    font-size:20px;
    font-weight:600;
    border-bottom:2px solid #daed1a;
    display:inline-block;
    padding-bottom:10px;
    margin-bottom:14px
}
@media screen and (max-width: 479px) {
    .rv-2-timeline-details__title {
        font-size:18px
    }
}
.rv-2-timeline-details__descr {
    color:rgba(255,255,255,.6);
    font-size:15px;
    font-weight:300;
    line-height:160%;
    margin-bottom:0
}
.rv-2-skills {
    padding:60px 0
}
@media screen and (max-width: 1399px) {
    .rv-2-skills {
        padding:20px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-2-skills {
        padding:0 0 10px
    }
}
.rv-2-skills .rv-2-section-title {
    margin-bottom:18px
}
.rv-2-skills__img {
    width:-moz-max-content;
    width:max-content;
    max-width:100%
}
@media screen and (max-width: 991px) {
    .rv-2-skills__img {
        margin:auto;
        text-align:center
    }
}
@media screen and (max-width: 991px) {
    .rv-2-skills__img img {
        max-width:400px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-skills__img img {
        height:300px
    }
}
.rv-2-skills__descr {
    color:rgba(255,255,255,.6);
    font-family: 'Poppins';
    font-size:18px;
    font-weight:300;
    line-height:155.556%;
    margin-bottom:44px
}
@media screen and (max-width: 1399px) {
    .rv-2-skills__descr {
        margin-bottom:24px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-skills__descr {
        font-size:16px
    }
}
.rv-2-skill:not(:last-child) {
    margin-bottom:22px
}
.rv-2-skill__title {
    font-family: 'Poppins';
    font-size:15px;
    font-weight:300;
    margin-bottom:12px
}
@media screen and (max-width: 1399px) {
    .rv-2-skill__title {
        margin-bottom:8px
    }
}
@media screen and (max-width: 575px) {
    .rv-2-skill__title {
        margin-bottom:12px
    }
}
.rv-2-skill-bars .progress-container {
    width:100%;
    border:1px solid rgba(255,255,255,.1);
    background:linear-gradient(94deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transform:skew(-20deg, 0);
    padding:7px 10px
}
.rv-2-skill-bars .progressbar {
    width:0;
    background-color:#daed1a;
    height:6px;
    position:relative
}
.rv-2-skill-bars .progress-label {
    position:absolute;
    padding:0 10px;
    height:26px;
    line-height:24px;
    transform:skew(20deg) translate(0, -50%);
    border:1px solid #c2d600;
    left:100%;
    top:50%;
    background:#0f0f0f;
    font-family: 'Poppins';
    font-size:12px;
    font-weight:700
}
.rv-2-award {
    padding-bottom:120px
}
@media screen and (max-width: 1399px) {
    .rv-2-award {
        padding-bottom:80px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-award {
        padding-bottom:60px
    }
}
.rv-2-honor {
    border-top-color:rgba(255,255,255,.1);
    grid-template-columns:max-content max-content auto max-content;
    gap:110px
}
@media screen and (max-width: 1399px) {
    .rv-2-honor {
        gap:50px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-honor {
        padding:20px;
        gap:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-2-honor {
        grid-template-columns:max-content max-content auto;
        text-align:left
    }
}
@media screen and (max-width: 479px) {
    .rv-2-honor {
        grid-template-columns:repeat(2, 50%);
        text-align:center
    }
}
.rv-2-honor::before {
    background:linear-gradient(94deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%)
}
.rv-2-honor:hover {
    border-color:rgba(255,255,255,.1);
    border-bottom-color:rgba(0,0,0,0)
}
.rv-2-honor:hover .rv-2-honor__btn i {
    background-color:#daed1a;
    border-color:#daed1a;
    color:var(--black)
}
.rv-2-honor:last-child {
    border-bottom-color:rgba(255,255,255,.1)
}
.rv-2-honor:last-child:hover {
    border-color:rgba(255,255,255,.1)
}
.rv-2-honor__year {
    margin-bottom:0
}
.rv-2-honor__img img {
    width:100px;
    height:80px;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (max-width: 479px) {
    .rv-2-honor__details {
        grid-column:1/4
    }
}
.rv-2-honor__title {
    font-size:28px;
    font-weight:600
}
@media screen and (max-width: 1399px) {
    .rv-2-honor__title {
        font-size:25px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-honor__title {
        font-size:22px
    }
}
.rv-2-honor__descr {
    color:rgba(255,255,255,.6);
    margin-bottom:0
}
.rv-2-honor__btn {
    color:var(--white-f)
}
@media screen and (max-width: 991px) {
    .rv-2-honor__btn {
        grid-column:auto
    }
}
@media screen and (max-width: 767px) {
    .rv-2-honor__btn {
        grid-column:1/4
    }
}
.rv-2-honor__btn i {
    border-color:rgba(255,255,255,.14)
}
.rv-2-contact {
    padding-bottom:100px
}
@media screen and (max-width: 1399px) {
    .rv-2-contact {
        padding-bottom:80px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-contact {
        padding-bottom:60px
    }
}
.rv-2-contact .rv-2-section-title {
    width:55%
}
@media screen and (max-width: 1599px) {
    .rv-2-contact .rv-2-section-title {
        width:65%
    }
}
@media screen and (max-width: 991px) {
    .rv-2-contact .rv-2-section-title {
        width:75%
    }
}
@media screen and (max-width: 767px) {
    .rv-2-contact .rv-2-section-title {
        width:90%
    }
}
@media screen and (max-width: 479px) {
    .rv-2-contact .rv-2-section-title {
        width:100%
    }
}
.rv-2-contact__txt {
    border:1px solid rgba(255,255,255,.06);
    background:linear-gradient(94deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding:68px 80px 80px
}
@media screen and (max-width: 1599px) {
    .rv-2-contact__txt {
        padding:48px 50px 60px
    }
}
@media screen and (max-width: 1399px) {
    .rv-2-contact__txt {
        padding:28px 30px 40px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-contact__txt {
        padding:18px 15px 30px
    }
}
.rv-2-contact-form-title {
    font-size:40px;
    font-weight:700;
    line-height:135%;
    margin-bottom:30px
}
@media screen and (max-width: 1399px) {
    .rv-2-contact-form-title {
        font-size:30px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 479px) {
    .rv-2-contact-form-title {
        font-size:25px;
        margin-bottom:15px
    }
}
.rv-2-contact__form>.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px
}
.rv-2-contact__form input,.rv-2-contact__form select,.rv-2-contact__form textarea,.rv-2-contact__form button {
    width:100%;
    border:1px solid rgba(255,255,255,.14);
    padding:9px 20px;
    background-color:rgba(0,0,0,0);
    color:var(--white-f)
}
.rv-2-contact__form input:focus,.rv-2-contact__form select:focus,.rv-2-contact__form textarea:focus,.rv-2-contact__form button:focus {
    outline:none
}
.rv-2-contact__form option {
    background-color:var(--black)
}
.rv-2-contact__form textarea {
    height:160px
}
.rv-2-contact__form button {
    height:55px;
    background-color:#daed1a;
    border-color:#daed1a;
    color:#0f0f0f;
    font-family: 'Poppins';
    font-weight:700
}
.rv-2-contact__form button:hover {
    background-color:rgba(0,0,0,0);
    color:var(--white-f)
}
@media screen and (max-width: 767px) {
    .rv-2-contact__form button {
        height:45px
    }
}
.rv-2-contact iframe {
    width:100%;
    height:100%;
    vertical-align:top
}
@media screen and (max-width: 991px) {
    .rv-2-contact iframe {
        height:300px
    }
}
.rv-5-contact {
    position:relative;
    z-index:1
}
.rv-5-contact-form-area {
    width:730px;
    background:url(../img/rv-5-contact-bg-1.html) no-repeat center center;
    background-size:100% 100%;
    margin:auto;
    padding:50px
}
@media screen and (max-width: 1399px) {
    .rv-5-contact-form-area {
        width:auto;
        padding:20px 22px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-contact-form-area {
        padding:12px
    }
}
.rv-5-contact-form-area-inner {
    background:url(../img/rv-5-contact-bg-2.html) no-repeat center center;
    background-size:100% 100%;
    padding:118px 90px
}
@media screen and (max-width: 1399px) {
    .rv-5-contact-form-area-inner {
        padding:58px 70px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-contact-form-area-inner {
        padding:48px 50px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-contact-form-area-inner {
        padding:38px 40px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-contact-form-area-inner {
        padding:38px 30px
    }
}
.rv-5-contact-form-area-inner .rv-5-section__title {
    margin-bottom:20px;
    font-size:44px
}
@media screen and (max-width: 1199px) {
    .rv-5-contact-form-area-inner .rv-5-section__title {
        font-size:40px
    }
}
@media screen and (max-width: 991px) {
    .rv-5-contact-form-area-inner .rv-5-section__title {
        font-size:38px;
        margin-bottom:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-contact-form-area-inner .rv-5-section__title {
        font-size:35px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-contact-form-area-inner .rv-5-section__title {
        font-size:32px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-contact-form-area-inner .rv-5-section__title {
        font-size:28px
    }
}
.rv-5-contact-form>* {
    width:100%;
    border:1px solid rgba(5,5,5,.1);
    padding:0 20px;
    height:45px;
    background-color:#fff
}
@media screen and (max-width: 991px) {
    .rv-5-contact-form>* {
        height:40px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-contact-form>* {
        height:35px;
        padding:0 14px
    }
}
.rv-5-contact-form>*:not(:last-child) {
    margin-bottom:15px
}
@media screen and (max-width: 991px) {
    .rv-5-contact-form>*:not(:last-child) {
        margin-bottom:10px
    }
}
.rv-5-contact-form>*:focus,.rv-5-contact-form>*:focus-visible {
    border-color:#8e5b63;
    outline:none
}
.rv-5-contact-form>*::-moz-placeholder {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:400
}
.rv-5-contact-form>*::placeholder {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    font-size:14px;
    font-weight:400
}
.rv-5-contact-form option[hidden] {
    opacity:.7
}
.rv-5-contact-form button {
    background-color:#8e5b63;
    height:54px
}
@media screen and (max-width: 991px) {
    .rv-5-contact-form button {
        height:44px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-contact-form button {
        height:38px
    }
}
.rv-5-contact-form button:hover {
    border-color:#8e5b63;
    color:var(--black)
}
.rv-5-contact__img-row {
    position:absolute;
    top:50%;
    translate:0 -50%;
    width:100%;
    max-width:1920px;
    left:0;
    z-index:-1
}
.rv-5-contact-img img {
    max-height:600px;
    width:100%;
    position:relative;
    z-index:-1
}
@media screen and (max-width: 1399px) {
    .rv-5-contact-img img {
        height:400px
    }
}
.rv-18-contact_main_section {
    position:relative;
    top:-185px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section {
        top:-150px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section {
        top:-100px
    }
}
.rv-18-contact_main_section .rv-18-contact_info {
    background:#e8f1fd;
    padding:100px 80px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info {
        padding:70px 40px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info {
        padding:50px 15px
    }
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area {
    padding-right:35px
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area {
        padding-right:0
    }
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_info_heading {
    color:#142137;
    font-size:54px;
    font-weight:800;
    position:relative;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;;
    z-index:1
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_info_heading {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_info_heading {
        font-size:35px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_info_heading {
        font-size:28px
    }
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_info_heading span {
    position:absolute;
    right:25%;
    z-index:-1;
    bottom:-20px
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area {
    display:flex;
    justify-content:space-between;
    -moz-column-gap:15px;
    column-gap:15px;
    margin-bottom:20px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area {
        flex-direction:column;
        gap:20px
    }
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area .rv-18-contact_location {
    display:flex;
    -moz-column-gap:20px;
    column-gap:20px;
    padding:20px 20px 10px 20px;
    background:#fff
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area .rv-18-contact_location {
        flex-direction:column;
        align-items:center;
        gap:25px
    }
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area .rv-18-contact_location a {
    border:1px solid rgba(20,33,55,.14);
    color:#1c74e9;
    background:#fff;
    border-radius:50%;
    text-align:center;
    font-size:20px;
    display:inline-block;
    padding:5px 10px;
    height:-moz-max-content;
    height:max-content;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area .rv-18-contact_location .rv-18-contact_location_txt {
        text-align:center
    }
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area .rv-18-contact_location .rv-18-contact_location_txt h3 {
    font-size:16px;
    font-weight:700;
    color:#142137;
    margin-bottom:10px;
    cursor:pointer;
    font-family:"Poppins", sans-serif;;
    transition:all .4s ease
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area .rv-18-contact_location .rv-18-contact_location_txt h3:hover {
    color:#1c74e9
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_info_area .rv-18-contact_location_area .rv-18-contact_location .rv-18-contact_location_txt address {
    color:rgba(20,33,55,.6);
    font-size:14px;
    font-weight:500;
    font-family:"Poppins", sans-serif;
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form {
    background:#1c74e9;
    padding:50px 40px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form {
        padding:30px 15px
    }
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form .rv-18-contact_form_heading {
    color:#fff;
    font-size:24px;
    font-weight:800;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form .rv-18-contact_form_input_box {
    position:relative
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form .rv-18-contact_form_input_box i {
    position:absolute;
    top:12px;
    left:20px;
    color:rgba(255,255,255,.7)
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form input,.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form textarea {
    background:rgba(0,0,0,0);
    color:rgba(255,255,255,.7);
    border:1px solid rgba(255,255,255,.24);
    margin-bottom:10px;
    width:100%;
    font-size:14px;
    padding:10px 48px;
    transition:none;
    border-radius:0;
    font-family:"Poppins", sans-serif;
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form textarea {
    color:#fff;
    height:140px;
    padding:10px 20px
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form ::-moz-placeholder {
    color:rgba(255,255,255,.7)
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form ::placeholder {
    color:rgba(255,255,255,.7)
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form textarea::-moz-placeholder {
    color:#fff
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form textarea::placeholder {
    color:#fff
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form .rv-18-contact_form_button button {
    background:#fff;
    border:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:100%;
    line-height:50px;
    font-size:16px;
    color:#000;
    font-weight:700;
    position:relative;
    z-index:1;
    transition:all .4s ease;
    font-family:"Poppins", sans-serif;
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form .rv-18-contact_form_button button:hover {
    letter-spacing:1px
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form .rv-18-contact_form_button button:hover i {
    transform:rotate(-45deg)
}
.rv-18-contact_main_section .rv-18-contact_info .rv-18-contact_form .rv-18-contact_form_button button i {
    margin-left:10px;
    transition:all .4s ease
}
.rv-20-contact_main_section {
    padding:120px 0 140px 0;
    position:relative;
    background:#f7f7f7;
    z-index:1
}
@media only screen and (min-width: 1200px)and (max-width: 1399px),only screen and (min-width: 992px)and (max-width: 1199px) {
    .rv-20-contact_main_section {
        padding:100 0 120px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-20-contact_main_section {
        padding:80px 0 100px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section {
        padding:60px 0 80px 0
    }
}
.rv-20-contact_main_section .rv-20-contact_image {
    height:100%;
    width:100%
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_image {
        height:330px;
        width:500px;
        margin:auto;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_image {
        height:300px;
        width:350px;
        margin:auto;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_image {
        height:250px;
        width:300px;
        margin:auto;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_image {
        height:250px;
        width:100%;
        margin:auto;
        margin-bottom:20px
    }
}
.rv-20-contact_main_section .rv-20-contact_image img {
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-20-contact_main_section .rv-20-contact_form_area {
    padding-left:90px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area {
        padding-left:0
    }
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_sub_title {
    color:#081c15;
    font-weight:500;
    font-size:16px;
    width:140px;
    height:36px;
    line-height:36px;
    text-align:center;
    border:1px solid rgba(8,28,21,.14);
    display:flex;
    justify-content:center;
    align-items:center;
    -moz-column-gap:4px;
    column-gap:4px;
    font-family:"Poppins", sans-serif;;
    margin-bottom:20px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_sub_title {
        margin:auto;
        margin-bottom:20px
    }
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_sub_title span {
    height:5px;
    width:5px;
    background:#081c15;
    border-radius:50%
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_section_title {
    font-size:54px;
    font-weight:800;
    color:#081c15;
    margin-bottom:50px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_section_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_section_title {
        font-size:28px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_section_title {
        font-size:22px;
        text-align:center
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_section_heading .rv-20-contact_section_title {
        font-size:18px
    }
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form {
    background:#fff;
    padding:40px 30px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form {
        padding:30px 20px
    }
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form p {
    margin-bottom:0
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form p span.wpcf7-form-control-wrap {
    width:100%
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form input,.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form textarea {
    background:rgba(0,0,0,0);
    color:rgba(8,28,21,.7);
    border:1px solid rgba(8,28,21,.14);
    margin-bottom:15px;
    width:100%;
    font-weight:400;
    font-size:14px;
    padding:15px 30px;
    transition:none;
    border-radius:0;
    text-transform:capitalize;
    font-family:"Poppins", sans-serif;
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form textarea {
    color:#fff;
    height:140px;
    padding:10px 20px
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form ::-moz-placeholder {
    color:rgba(8,28,21,.7);
    font-weight:400;
    font-size:14px
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form ::placeholder {
    color:rgba(8,28,21,.7);
    font-weight:400;
    font-size:14px
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form textarea::-moz-placeholder {
    color:rgba(8,28,21,.7)
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form textarea::placeholder {
    color:rgba(8,28,21,.7)
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form .rv-20-contact_form_button button {
    background:#2d6a4f;
    border:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:100%;
    line-height:50px;
    font-size:16px;
    color:#fff;
    font-weight:700;
    position:relative;
    z-index:1;
    transition:all .4s ease;
    height:54px;
    font-family:"Poppins", sans-serif;
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form .rv-20-contact_form_button button:hover {
    letter-spacing:1px
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form .rv-20-contact_form_button button:hover i {
    transform:rotate(-45deg)
}
.rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form .rv-20-contact_form_button button i {
    margin-left:10px;
    transition:all .4s ease;
    line-height:0
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-contact_main_section .rv-20-contact_form_area .rv-20-contact_form .rv-20-form_row {
        flex-direction:column
    }
}
.rv-20-contact_main_section .home-6-sh-1 {
    position:absolute;
    left:0;
    top:150px;
    z-index:-1;
    width:200px;
    height:300px
}
.rv-20-contact_main_section .home-6-sh-1 img {
    height:100%;
    width:100%
}
.rv-20-contact_main_section .home-6-sh-2 {
    position:absolute;
    right:0;
    top:50%;
    height:355px;
    width:200px;
    z-index:-1;
    transform:translateY(-50%)
}
.rv-20-contact_main_section .home-6-sh-2 img {
    height:100%;
    width:100%
}
.rv-22-contact_main_section {
    padding-bottom:120px
}
@media only screen and (min-width: 1400px)and (max-width: 1599px),only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section {
        padding-bottom:100px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section {
        padding-bottom:90px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section {
        padding-bottom:80px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section {
        padding-bottom:70px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section {
        padding-bottom:60px
    }
}
.rv-22-contact_main_section .rv-22-contact_area {
    display:flex;
    justify-content:space-between;
    border:1px solid #b38d3f;
    -moz-column-gap:60px;
    column-gap:60px;
    position:relative
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form {
    background:#fff;
    padding:40px 30px;
    flex:0 0 70%
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form {
        width:100%;
        flex:0 0 100%
    }
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_sub_title {
    position:relative;
    color:rgba(4,14,31,.7);
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_sub_title .rv8_sub_pre_nex {
    content:"";
    background:rgba(4,14,31,.4);
    width:60px;
    height:1px;
    position:absolute;
    right:-90%;
    top:50%;
    transform:translateY(-50%)
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_sub_title .rv8_sub_pre_nex::before {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    left:-15px;
    background:#9a9ea5;
    border-radius:50%;
    transform:translateY(-50%);
    animation:slide-right 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-right {
    0% {
        left:0
    }
    100% {
        left:100%
    }
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_sub_title .rv8_sub_pre_nex::after {
    position:absolute;
    content:"";
    height:8px;
    width:8px;
    right:-15px;
    background:#9a9ea5;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    animation:slide-left 2.5s linear infinite alternate both;
    top:0
}
@keyframes slide-left {
    0% {
        right:0
    }
    100% {
        right:100%
    }
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_title {
    color:#040e1f;
    font-size:46px;
    font-weight:700;
    margin-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_title {
        font-size:40px;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_title {
        font-size:30px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_title {
        font-size:25px;
        margin-bottom:25px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-contact_title {
        font-size:20px;
        margin-bottom:20px
    }
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form p {
    margin-bottom:0
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form p .wpcf7-form-control-wrap {
    width:100%
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form input,.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form select {
    background:rgba(0,0,0,0);
    color:rgba(8,28,21,.7);
    border:1px solid rgba(8,28,21,.14);
    margin-bottom:20px;
    width:100%;
    font-weight:400;
    font-size:14px;
    padding:15px 30px;
    transition:none;
    border-radius:30px;
    text-transform:capitalize;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none;
    font-family:"Poppins", sans-serif;
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .rv8c-cap {
    --bs-gutter-x: 0;
    -moz-column-gap:20px;
    column-gap:20px
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .select_box {
    position:relative
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .select_box select option {
    background:rgba(4,14,31,.1);
    color:#040e1f
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .select_box .select_icon {
    position:absolute;
    right:0;
    position:absolute;
    right:15px;
    top:15px;
    color:#040e1f
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form ::-moz-placeholder {
    color:rgba(8,28,21,.7);
    font-weight:400;
    font-size:14px
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form ::placeholder {
    color:rgba(8,28,21,.7);
    font-weight:400;
    font-size:14px
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .rv-22-contact_form_button button {
    background:#b38d3f;
    border:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:100%;
    line-height:50px;
    font-size:16px;
    color:#fff;
    font-weight:700;
    position:relative;
    z-index:1;
    transition:all .4s ease;
    height:54px;
    border-radius:30px;
    font-family:"Poppins", sans-serif;
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .rv-22-contact_form_button button:hover {
    letter-spacing:1px;
    background:#040e1f
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .rv-22-contact_form_button button:hover i {
    transform:rotate(-45deg)
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_form .rv-22-form .rv-22-contact_form_button button i {
    margin-left:10px;
    transition:all .4s ease;
    line-height:0
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_image {
    width:auto;
    position:absolute;
    right:0;
    height:564px;
    bottom:0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_image {
        width:280px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_image {
        display:none
    }
}
.rv-22-contact_main_section .rv-22-contact_area .rv-22-contact_image img {
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-25-contact_main_section {
    padding:90px 0;
    position:relative;
    background:#1e3932;
    z-index:1
}
.rv-25-contact_main_section .inner-container {
    padding-left:100px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .inner-container {
        padding:0 0 0 0
    }
}
.rv-25-contact_main_section .rv-25-contact_form_area {
    padding-right:80px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area {
        padding-right:40px
    }
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form {
    background:#fff;
    padding:70px 50px;
    box-shadow:0px 1px 3px 0px rgba(8,28,21,.14)
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form {
        padding:40px 35px
    }
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form p {
    margin-bottom:0
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form p .wpcf7-form-control-wrap {
    width:100%
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_sub_title {
    color:#020208;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_sub_title {
        margin-bottom:10px
    }
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_section_title {
    color:#020208;
    font-size:46px;
    font-weight:700;
    margin-bottom:30px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_section_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_section_title {
        font-size:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_section_title {
        font-size:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_section_title {
        font-size:23px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_section_heading .rv-25-contact_section_title {
        font-size:22px
    }
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form input,.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form textarea,.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form select {
    background:rgba(0,0,0,0);
    color:rgba(2,2,8,.7);
    border:1px solid rgba(2,2,8,.14);
    margin-bottom:15px;
    width:100%;
    font-weight:400;
    font-size:14px;
    padding:13px 30px;
    transition:none;
    border-radius:0;
    font-family:"Poppins", sans-serif;;
    text-transform:capitalize;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:none
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form textarea {
    color:#fff;
    height:140px;
    padding:10px 20px;
    font-family:"Poppins", sans-serif;
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form ::-moz-placeholder {
    color:rgba(2,2,8,.7);
    font-weight:400;
    font-size:14px;
    font-family:"Poppins", sans-serif;
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form ::placeholder {
    color:rgba(2,2,8,.7);
    font-weight:400;
    font-size:14px;
    font-family:"Poppins", sans-serif;
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form textarea::-moz-placeholder {
    color:rgba(2,2,8,.7);
    font-family:"Poppins", sans-serif;
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form textarea::placeholder {
    color:rgba(2,2,8,.7);
    font-family:"Poppins", sans-serif;
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form :focus {
    border-color:#a07549
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .select_box {
    position:relative
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .select_box select option {
    background:rgba(4,14,31,.1);
    color:#040e1f
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .select_box .select_icon {
    position:absolute;
    right:0;
    position:absolute;
    right:15px;
    top:15px;
    color:#040e1f
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_form_button button {
    background:#a07549;
    border:none;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    width:100%;
    line-height:50px;
    font-size:16px;
    color:#fff;
    font-weight:700;
    position:relative;
    z-index:1;
    transition:all .4s ease;
    height:54px;
    font-family:"Poppins", sans-serif;
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_form_button button:hover {
    letter-spacing:1px
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_form_button button:hover i {
    transform:rotate(-45deg)
}
.rv-25-contact_main_section .rv-25-contact_form_area .rv-25-contact_form .rv-25-contact_form_button button i {
    margin-left:10px;
    transition:all .4s ease;
    line-height:0
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area {
        margin-top:50px
    }
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading {
    padding-right:100px
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_sub_title {
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_sub_title {
        margin-bottom:10px
    }
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_title {
    color:#fff;
    font-size:46px;
    font-weight:700;
    font-family:"Poppins", sans-serif;;
    margin-bottom:30px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_title {
        font-size:30px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_title {
        font-size:25px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_title {
        font-size:22px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion_heading .rv-25-accordion_title {
        font-size:18px
    }
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .rv-25-accordion_header {
    position:relative
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .rv-25-accordion_header .accordion-button::after {
    content:"+";
    height:20px;
    width:16px;
    font-size:29px;
    background-image:none;
    position:absolute;
    right:15px;
    top:35%;
    transform:translateY(-50%)
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .rv-25-accordion_header .accordion-button:not(.collapsed)::after {
    content:"-" !important;
    transform:rotate(0)
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .rv-25-accordion_header .accordion-button:focus {
    border-color:0;
    outline:0;
    box-shadow:none
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .rv-25-accordion_btn {
    background:rgba(0,0,0,0);
    color:#fff;
    font-weight:500;
    font-size:20px;
    border-bottom:1px solid rgba(255,255,255,.14);
    padding:20px 0;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .rv-25-accordion_btn {
        font-size:17px
    }
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .rv-25-accordion_btn :focus {
    border:none;
    outline:0;
    box-shadow:none
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .accordion-body {
    padding-left:0
}
.rv-25-contact_main_section .rv-25-accordion_area .rv-25-accordion-item .accordion-body .rv-25-accordion-desc {
    font-size:15px;
    font-weight:400;
    color:rgba(255,255,255,.7)
}
.rv-25-contact_main_section .rv-25-contact_bg {
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:34%;
    z-index:-1
}
.rv-25-contact_main_section .rv-25-contact_bg img {
    height:100%;
    width:100%
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-contact_main_section .rv-25-contact_bg {
        display:none
    }
}
.rv-2-porfolios {
    padding:60px 0 103px
}
@media screen and (max-width: 1399px) {
    .rv-2-porfolios {
        padding:60px 0 73px
    }
}
@media screen and (max-width: 991px) {
    .rv-2-porfolios {
        padding:60px 0 53px
    }
}
.rv-2-porfolio {
    position:relative
}
.rv-2-porfolio:hover a {
    scale:1;
    opacity:1
}
.rv-2-porfolio:hover::before {
    opacity:1
}
.rv-2-porfolio::before {
    content:"";
    position:absolute;
    inset:0;
    background-color:rgba(15,15,15,.8);
    opacity:0;
    transition:.4s ease;
    z-index:1
}
.rv-2-porfolio img {
    width:100%
}
.rv-2-porfolio a {
    position:absolute;
    top:50%;
    left:50%;
    translate:-50% -50%;
    height:50px;
    line-height:50px;
    width:50px;
    color:var(--white-f);
    border:1px solid rgba(255,255,255,.3);
    border-radius:50%;
    text-align:center;
    font-size:18px;
    scale:1.2;
    opacity:0;
    z-index:2
}
.rv-2-swiper-dots {
    margin-top:60px;
    text-align:center
}
@media screen and (max-width: 1399px) {
    .rv-2-swiper-dots {
        margin-top:30px
    }
}
.rv-2-swiper-dots .swiper-pagination-bullet {
    width:26px;
    height:26px;
    opacity:1;
    border:1px solid rgba(0,0,0,0);
    position:relative;
    background-color:rgba(0,0,0,0);
    transition:.4s ease;
    vertical-align:top
}
.rv-2-swiper-dots .swiper-pagination-bullet::before {
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    translate:-50% -50%;
    width:8px;
    height:8px;
    background-color:rgba(255,255,255,.2);
    border-radius:50%;
    transition:.4s ease
}
.rv-2-swiper-dots .swiper-pagination-bullet-active {
    border-color:#daed1a
}
.rv-2-swiper-dots .swiper-pagination-bullet-active::before {
    background-color:#daed1a
}
.rv-3-projects {
    background-color:#f4f4f4
}
.rv-3-projects__slider {
    margin:0 30px
}
@media screen and (max-width: 479px) {
    .rv-3-projects__slider {
        margin:0 12px
    }
}
.rv-3-project {
    width:25%;
    position:relative;
    z-index:1
}
@media screen and (max-width: 1599px) {
    .rv-3-project {
        width:27%
    }
}
@media screen and (max-width: 1399px) {
    .rv-3-project {
        width:30%
    }
}
.rv-3-project:hover .rv-3-project__img::before {
    opacity:1
}
.rv-3-project:hover .rv-3-project__actions a,.rv-3-project:hover .rv-3-project__actions button {
    translate:0;
    opacity:1
}
.rv-3-project.swiper-slide-next {
    width:calc(50% - 60px)
}
@media screen and (max-width: 1599px) {
    .rv-3-project.swiper-slide-next {
        width:calc(46% - 50px)
    }
}
@media screen and (max-width: 1399px) {
    .rv-3-project.swiper-slide-next {
        width:calc(40% - 40px)
    }
}
.rv-3-project__img {
    position:relative;
    margin-bottom:34px
}
@media screen and (max-width: 1399px) {
    .rv-3-project__img {
        margin-bottom:19px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-project__img {
        margin-bottom:14px
    }
}
.rv-3-project__img img {
    transition:.4s ease;
    height:470px;
    width:100%
}
@media screen and (max-width: 1399px) {
    .rv-3-project__img img {
        height:370px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-project__img img {
        height:250px
    }
}
.rv-3-project__img::before {
    content:"";
    position:absolute;
    inset:0;
    background-color:rgba(169,114,64,.7);
    z-index:0;
    opacity:0;
    transition:.4s ease
}
.rv-3-project__actions {
    position:absolute;
    top:50%;
    left:50%;
    translate:-50% -50%;
    display:flex;
    gap:10px;
    z-index:2
}
.rv-3-project__actions button,.rv-3-project__actions a {
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    background-color:rgba(255,255,255,.2);
    border-radius:50%;
    font-size:22px;
    color:var(--white-f);
    translate:-50% 0;
    opacity:0
}
.rv-3-project__actions button:last-child,.rv-3-project__actions a:last-child {
    translate:50% 0
}
.rv-3-project__sub-title {
    color:rgba(5,5,5,.7);
    position:relative;
    font-family: 'Poppins';
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:8px;
    padding-left:12px
}
.rv-3-project__sub-title::before {
    position:absolute;
    content:"";
    border-radius:30px;
    opacity:.7;
    background:#050505;
    width:6px;
    height:6px;
    top:50%;
    left:0;
    translate:0 -50%
}
.rv-3-project__title {
    color:#050505;
    font-size:24px;
    font-weight:600;
    margin-bottom:0
}
@media screen and (max-width: 1399px) {
    .rv-3-project__title {
        font-size:22px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-project__title {
        font-size:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-3-project__title {
        font-size:18px
    }
}
.rv-5-portfolios {
    display:flex;
    position:relative;
    height:770px;
    overflow:hidden;
    transition:.4s ease;
    flex-wrap:wrap
}
@media screen and (max-width: 1599px) {
    .rv-5-portfolios {
        height:620px
    }
}
@media screen and (max-width: 1399px) {
    .rv-5-portfolios {
        height:550px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-portfolios {
        height:auto
    }
}
.rv-5-portfolio {
    flex:auto;
    display:flex;
    align-items:flex-end
}
@media screen and (max-width: 1199px) {
    .rv-5-portfolio {
        flex:50%;
        border-bottom:1px solid rgba(255,255,255,.15)
    }
}
@media screen and (max-width: 575px) {
    .rv-5-portfolio {
        flex:100%
    }
}
.rv-5-portfolio:hover .rv-5-portfolio__txt {
    background-color:rgba(54,78,63,.6);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px)
}
.rv-5-portfolio:not(:last-child) {
    border-right:1px solid rgba(255,255,255,.15)
}
.rv-5-portfolio__img {
    height:100%;
    opacity:0;
    visibility:hidden;
    transition:all .7s ease-in-out;
    position:absolute;
    inset:0;
    z-index:-1;
    scale:1.04
}
.rv-5-portfolio__img img {
    height:100%
}
.rv-5-portfolio__txt {
    background-color:rgba(0,0,0,0);
    padding:55px 60px 52px;
    width:100%;
    color:var(--white-f);
    transition:.4s ease
}
@media screen and (max-width: 1599px) {
    .rv-5-portfolio__txt {
        padding:35px 35px 32px
    }
}
@media screen and (max-width: 1399px) {
    .rv-5-portfolio__txt {
        padding:30px 30px 27px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-portfolio__txt {
        padding:25px 25px 22px
    }
}
.rv-5-portfolio__infos {
    margin-bottom:7px;
    color:rgba(255,255,255,.7);
    font-size:15px;
    font-weight:500
}
.rv-5-portfolio__name {
    margin-bottom:0;
    color:#fff;
    font-family:var(--philosopher);
    font-size:30px;
    font-weight:700
}
@media screen and (max-width: 1599px) {
    .rv-5-portfolio__name {
        font-size:28px
    }
}
@media screen and (max-width: 1399px) {
    .rv-5-portfolio__name {
        font-size:25px
    }
}
.rv-8-projects {
    padding:60px 0
}
@media screen and (max-width: 1399px) {
    .rv-8-projects {
        padding:40px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-8-projects {
        padding:30px 0
    }
}
.rv-8-projects__slider {
    margin:0 30px
}
@media screen and (max-width: 575px) {
    .rv-8-projects__slider {
        margin:0 20px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-projects__slider {
        margin:0 12px
    }
}
.rv-8-projects .rv-3-section-heading {
    margin-bottom:42px
}
@media screen and (max-width: 1199px) {
    .rv-8-projects .rv-3-section-heading {
        margin-bottom:27px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-projects .rv-3-section-heading {
        margin-bottom:22px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-projects .rv-3-section-heading {
        row-gap:15px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-projects .rv-3-section-heading {
        row-gap:10px
    }
}
.rv-8-projects .rv-3-project {
    width:27.7%
}
@media screen and (max-width: 1599px) {
    .rv-8-projects .rv-3-project {
        width:29.7%
    }
}
@media screen and (max-width: 1399px) {
    .rv-8-projects .rv-3-project {
        width:32.7%
    }
}
.rv-8-projects .rv-3-project.swiper-slide-next {
    width:calc(100% - (55.4% + 60px))
}
@media screen and (max-width: 1599px) {
    .rv-8-projects .rv-3-project.swiper-slide-next {
        width:calc(40.6% - 50px)
    }
}
@media screen and (max-width: 1399px) {
    .rv-8-projects .rv-3-project.swiper-slide-next {
        width:calc(34% - 40px)
    }
}
.rv-8-projects .rv-3-project__img {
    margin-bottom:22px;
    transition:none
}
@media screen and (max-width: 1199px) {
    .rv-8-projects .rv-3-project__img {
        margin-bottom:12px
    }
}
.rv-8-projects .rv-3-project__img img {
    height:600px
}
@media screen and (max-width: 1599px) {
    .rv-8-projects .rv-3-project__img img {
        height:550px
    }
}
@media screen and (max-width: 1399px) {
    .rv-8-projects .rv-3-project__img img {
        height:450px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-projects .rv-3-project__img img {
        height:380px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-projects .rv-3-project__img img {
        height:350px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-projects .rv-3-project__img img {
        height:250px
    }
}
.rv-8-projects .rv-3-project__img::before {
    background:rgba(28,116,233,.86)
}
.rv-8-projects .rv-3-project__actions button {
    translate:0 50%
}
.rv-8-projects .rv-3-project__title {
    font-weight:700;
    font-family:var(--mulish)
}
.rv-9-projects {
    overflow:hidden
}
@media screen and (max-width: 1399px) {
    .rv-9-projects {
        padding:40px 0
    }
}
@media screen and (max-width: 991px) {
    .rv-9-projects {
        padding:30px 0
    }
}
.rv-9-projects .rv-3-section-heading {
    margin-bottom:39px
}
@media screen and (max-width: 1399px) {
    .rv-9-projects .rv-3-section-heading {
        margin-bottom:24px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-projects .rv-3-section-heading {
        margin-bottom:18px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-projects .rv-3-section-heading {
        margin-bottom:8px;
        gap:8px 20px
    }
}
@media screen and (max-width: 575px) {
    .rv-9-projects .rv-3-section-heading {
        margin-bottom:0
    }
}
.rv-9-project {
    position:relative;
    border-radius:20px;
    overflow:hidden;
    z-index:1
}
.rv-9-project:hover::before {
    opacity:0
}
.rv-9-project::before {
    position:absolute;
    content:"";
    inset:0;
    z-index:1;
    opacity:.7;
    background:linear-gradient(180deg, rgba(8, 28, 21, 0) 0%, #081C15 100%);
    transition:.4s ease
}
.rv-9-project .rv-3-project__img {
    margin-bottom:0
}
.rv-9-project .rv-3-project__img::before {
    background:linear-gradient(48deg, rgba(101, 171, 3, 0.9) 12.77%, rgba(101, 171, 3, 0.27) 98.77%)
}
.rv-9-project .rv-3-project__img img {
    height:600px
}
@media screen and (max-width: 1399px) {
    .rv-9-project .rv-3-project__img img {
        height:500px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-project .rv-3-project__img img {
        height:400px
    }
}
.rv-9-project__txt {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:0 50px 38px;
    color:var(--white-f);
    z-index:1
}
@media screen and (max-width: 1399px) {
    .rv-9-project__txt {
        padding:0 30px 23px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-project__txt {
        padding:0 25px 18px
    }
}
.rv-9-project .rv-3-project__sub-title {
    color:var(--white-f)
}
.rv-9-project .rv-3-project__sub-title::before {
    background-color:var(--white-f)
}
.rv-9-project__title {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:30px;
    font-weight:700;
    line-height:normal
}
@media screen and (max-width: 1399px) {
    .rv-9-project__title {
        font-size:28px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-project__title {
        font-size:25px
    }
}
.rv-9-project__title a:hover {
    color:#050505
}
.rv-10-projects {
    border-radius:40px;
    height:845px
}
@media screen and (max-width: 1599px) {
    .rv-10-projects {
        height:685px
    }
}
@media screen and (max-width: 1399px) {
    .rv-10-projects {
        height:665px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-projects {
        height:625px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-projects {
        height:auto
    }
}
.rv-10-projects.container {
    padding:0
}
@media screen and (min-width: 1496px) {
    .rv-10-projects.container {
        max-width:calc(100% - 200px)
    }
}
.rv-10-projects__txt {
    border-radius:20px 20px 0px 0px;
    background:rgba(5,5,5,.5);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    padding:50px;
    color:var(--white-f);
    min-width:550px;
    right:215px;
    bottom:0;
    position:absolute
}
@media screen and (max-width: 1599px) {
    .rv-10-projects__txt {
        padding:40px;
        min-width:540px;
        right:125px
    }
}
@media screen and (max-width: 1399px) {
    .rv-10-projects__txt {
        padding:35px;
        min-width:500px;
        right:65px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-projects__txt {
        min-width:480px
    }
}
@media screen and (max-width: 991px) {
    .rv-10-projects__txt {
        padding:30px;
        min-width:460px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-projects__txt {
        position:static;
        min-width:auto;
        margin-top:290px;
        margin-left:auto
    }
}
@media screen and (max-width: 575px) {
    .rv-10-projects__txt {
        padding:30px 20px
    }
}
.rv-10-projects .rv-10-section__title {
    font-size:44px;
    margin-bottom:40px
}
@media screen and (max-width: 1399px) {
    .rv-10-projects .rv-10-section__title {
        font-size:40px;
        margin-bottom:20px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-projects .rv-10-section__title {
        font-size:35px;
        margin-bottom:10px
    }
}
@media screen and (max-width: 575px) {
    .rv-10-projects .rv-10-section__title {
        font-size:30px
    }
}
.rv-10-project {
    padding:22px 35px;
    transition:.4s ease
}
@media screen and (max-width: 1399px) {
    .rv-10-project {
        padding:20px 25px
    }
}
@media screen and (max-width: 1199px) {
    .rv-10-project {
        padding:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-10-project {
        padding:12px 15px
    }
}
.rv-10-project:hover {
    background-color:#efc329;
    border-radius:10px
}
.rv-10-project:hover .rv-10-project__order {
    color:rgba(5,5,5,.3)
}
.rv-10-project:hover .rv-10-project__sub-title {
    color:rgba(5,5,5,.7)
}
.rv-10-project:hover .rv-10-project__title {
    color:var(--black)
}
.rv-10-project:hover .rv-10-project__btn {
    color:var(--black)
}
.rv-10-project:hover .rv-10-project__btn i {
    rotate:45deg
}
.rv-10-project:not(:last-child) {
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.2)
}
.rv-10-project__txt {
    display:flex;
    gap:22px;
    width:100%
}
@media screen and (max-width: 575px) {
    .rv-10-project__txt {
        flex-direction:column
    }
}
.rv-10-project__order {
    color:rgba(255,255,255,.3);
    font-family: 'Poppins';
    font-size:40px;
    font-weight:700;
    line-height:.9
}
.rv-10-project__middle {
    flex-grow:1
}
.rv-10-project__sub-title {
    color:rgba(255,255,255,.7);
    font-family: 'Poppins';
    font-size:15px;
    font-weight:400;
    margin-bottom:6px
}
.rv-10-project__title {
    color:var(--white-f);
    font-family: 'Poppins';
    font-size:22px;
    font-weight:800;
    margin-bottom:0
}
.rv-10-project__btn {
    font-size:45px;
    line-height:1;
    color:var(--white-f)
}
.rv-10-project__btn i {
    transition:rotate .4s ease
}
.rv-11-projects {
    background:url(../img/rv-11-project-bg.html) no-repeat center center;
    background-size:cover
}
@media screen and (max-width: 1399px) {
    .rv-11-projects__heading {
        margin-bottom:28px
    }
}
@media screen and (max-width: 767px) {
    .rv-11-projects__heading {
        gap:6px 20px
    }
}
@media screen and (max-width: 767px) {
    .rv-11-projects__heading .rv-9-section-heading__right {
        margin-bottom:0
    }
}
.rv-11-projects__slider {
    margin:0 30px
}
.rv-11-projects .rv-11-section__sub-title {
    margin-left:0;
    color:var(--white-f)
}
@media screen and (max-width: 767px) {
    .rv-11-projects .rv-11-section__sub-title {
        margin-inline:auto
    }
}
.rv-11-projects .rv-11-section__sub-title .stroke-1,.rv-11-projects .rv-11-section__sub-title .stroke-2 {
    background-color:rgba(255,255,255,.4)
}
.rv-11-projects .rv-11-section__sub-title .stroke-1::before,.rv-11-projects .rv-11-section__sub-title .stroke-1::after,.rv-11-projects .rv-11-section__sub-title .stroke-2::before,.rv-11-projects .rv-11-section__sub-title .stroke-2::after {
    background-color:rgba(255,255,255,.4)
}
.rv-11-projects .rv-11-section__sub-title .stroke-1 {
    display:none
}
@media screen and (max-width: 767px) {
    .rv-11-projects .rv-11-section__sub-title .stroke-1 {
        display:block
    }
}
.rv-11-projects .rv-11-section__title {
    color:var(--white-f)
}
.rv-11-project {
    overflow:hidden;
    transition:.4s ease
}
.rv-11-project:hover {
    border-radius:50px 0
}
.rv-11-project:hover .rv-3-project__img img {
    scale:1.1
}
.rv-11-project:hover .rv-9-project__txt {
    opacity:1;
    translate:0 0
}
.rv-11-project .rv-3-project__img {
    margin-bottom:0;
    overflow:hidden
}
.rv-11-project .rv-3-project__img img {
    width:100%
}
.rv-11-project .rv-3-project__img::before {
    z-index:1
}
.rv-11-project__sub-title {
    color:var(--white-f);
    font-size:15px;
    font-family: 'Poppins';
    font-weight:500
}
.rv-11-project .rv-9-project__txt {
    opacity:0;
    transition:.4s ease;
    translate:0 30px
}
@media screen and (max-width: 1199px) {
    .rv-11-project .rv-9-project__txt {
        padding:0 20px 10px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-project .rv-9-project__txt {
        padding:0 15px 5px
    }
}
.rv-11-project .rv-9-project__title {
    font-size:24px
}
@media screen and (max-width: 1199px) {
    .rv-11-project .rv-9-project__title {
        font-size:22px
    }
}
.rv-11-slider-nav button {
    border-radius:0px 14px;
    background:rgba(255,255,255,.2);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    color:var(--white-f)
}
@media screen and (max-width: 1199px) {
    .rv-11-slider-nav button {
        width:42px;
        height:42px;
        line-height:40px
    }
}
.rv-11-slider-nav button:hover {
    background-color:var(--white-f);
    color:var(--black);
    border-color:var(--white-f)
}
.rv-12-projects {
    background-color:#eef6e7
}
@media screen and (max-width: 479px) {
    .rv-12-projects {
        padding-inline:12px
    }
}
.rv-12-projects .rv-12-slider-nav button {
    background-color:var(--white-f);
    border-color:var(--white-f);
    box-shadow:0px 1px 2px 0px rgba(5,5,5,.2)
}
.rv-12-projects .rv-12-slider-nav button:hover {
    background-color:#509e0f;
    border-color:#509e0f;
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0)
}
.rv-12-project {
    opacity:50%
}
.rv-12-project.swiper-slide-active {
    opacity:1
}
.rv-12-project__img img {
    width:100%;
    height:auto;
    aspect-ratio:129/67
}
.rv-15-work_main_area {
    padding:100px 0;
    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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area {
        padding:90px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area {
        padding:80px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area {
        padding:70px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area {
        padding:60px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area {
        padding:50px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area {
        padding:40px 0
    }
}
.rv-15-work_main_area .rv-15-work_title_heading {
    font-size:50px;
    font-weight:600;
    color:#050505;
    max-width:670px;
    margin:auto;
    text-align:center;
    margin-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@media(max-width: 767px) {
    .rv-15-work_main_area .rv-15-work_title_heading {
        font-size:30px
    }
}
.rv-15-work_main_area .rv-15-work_area_slide {
    width:100%;
    position:relative
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge {
    height:570px
}
@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),only screen and (min-width: 576px)and (max-width: 767px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge {
        height:460px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge {
        height:420px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge {
        height:400px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge {
        height:330px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge {
        height:300px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge {
        height:250px
    }
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge img {
    display:block;
    width:80%;
    height:100%
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_iamge img {
        width:80%;
        height:100%
    }
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main {
    position:absolute;
    top:20%;
    right:5%;
    height:400px;
    width:300px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main {
        top:12%;
        right:5%;
        height:-moz-max-content;
        height:max-content
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main {
        top:inherit;
        bottom:0;
        right:5%;
        height:-moz-max-content;
        height:max-content
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main {
        width:211px;
        height:-moz-max-content;
        height:max-content;
        top:11%;
        right:0
    }
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content {
    text-align:left;
    background:#000;
    color:#fff;
    padding:50px 30px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content {
        padding:35px 25px
    }
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content span {
    padding-bottom:50px;
    display:inline-block;
    color:#d9d9d9
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content span {
        padding-bottom:25px
    }
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content .rv-15-work_content_title {
    padding-bottom:50px;
    font-size:24px;
    font-weight:700;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content .rv-15-work_content_title {
        padding-bottom:25px;
        font-size:20px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content .rv-15-work_content_title {
        padding-bottom:11px;
        font-size:15px
    }
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content .rv-15-work_content_title a {
    color:#fff;
    transition:.5s;
    font-family:"Poppins", sans-serif;
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content .rv-15-work_content_title a:hover {
    color:#f35b04
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content .rv-15-work_content_btn {
    color:#fff;
    text-decoration:none;
    font-size:18px;
    transition:.5s;
    font-family:"Poppins", sans-serif;
}
.rv-15-work_main_area .rv-15-work_area_slide .rv-15-work_content_main .rv-15-work_content_area .rv-15-work_content .rv-15-work_content_btn:hover {
    color:#f35b04;
    letter-spacing:1.1px
}
.rv-15-work_main_area .rv-15-work_button_area {
    margin-top:50px;
    color:#050505;
    display:flex;
    align-items:center;
    -moz-column-gap:20px;
    column-gap:20px
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_button_area {
        margin-top:30px
    }
}
.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_next,.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_prev {
    color:#050505
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_next,.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_prev {
        width:163px;
        font-size:14px
    }
}
.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_next i,.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_prev i {
    color:#050505;
    font-size:20px
}
.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_next span,.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_prev span {
    color:#050505;
    margin:0 10px
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_next span,.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_prev span {
        display:none
    }
}
.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_next::after,.rv-15-work_main_area .rv-15-work_button_area .rv-15-work_slide_btn_prev::after {
    display:none
}
.rv-20-portfolio_section .rv-20-ins_gp {
    --bs-gutter-x: 10px
}
.rv-20-portfolio_section .rv-20-single_portfolio:hover .rv-20-single_portfolio_image .rv-20-portfolio_content {
    transform:translate(-50%, -50%) scale(1)
}
.rv-20-portfolio_section .rv-20-single_portfolio:hover .rv-20-single_portfolio_image img {
    transform:scale(1.1)
}
.rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image {
    height:500px;
    width:100%;
    position:relative;
    overflow:hidden;
    transition:all .4s 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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image {
        height:400px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px) {
    .rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image {
        height:320px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px) {
    .rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image {
        height:200px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image {
        height:150px
    }
}
.rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image img {
    height:100%;
    width:100%;
    transition:all .4s ease;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content {
    position:absolute;
    content:"";
    right:0;
    bottom:0;
    height:95%;
    width:95%;
    background:rgba(8,28,21,.9);
    left:50%;
    top:50%;
    transform:translate(-50%, -50%) scale(0);
    transition:all .4s ease
}
.rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content .rv-20-portfolio_content_icon {
    position:absolute;
    right:30px;
    top:30px;
    height:50px;
    width:50px;
    border:1px solid rgba(255,255,255,.3);
    border-radius:50%;
    text-align:center;
    line-height:50px;
    font-size:25px;
    color:#fff;
    transition:all .3s ease
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content .rv-20-portfolio_content_icon {
        height:40px;
        width:40px;
        line-height:40px;
        font-size:20px
    }
}
.rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content .rv-20-portfolio_content_txt {
    position:absolute;
    bottom:30px;
    left:30px
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content .rv-20-portfolio_content_txt {
        bottom:20px;
        left:20px
    }
}
.rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content .rv-20-portfolio_content_txt p {
    font-family:"Poppins", sans-serif;;
    margin-bottom:4px;
    color:rgba(255,255,255,.7);
    font-size:14px;
    font-weight:400
}
.rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content .rv-20-portfolio_content_txt h3 {
    font-family:"Poppins", sans-serif;;
    font-size:24px;
    font-weight:700;
    color:#fff;
    margin:0
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-20-portfolio_section .rv-20-single_portfolio .rv-20-single_portfolio_image .rv-20-portfolio_content .rv-20-portfolio_content_txt h3 {
        font-size:18px
    }
}
.rv-23-project_section {
    padding:120px 0;
    background-position:center;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background:#f2f2f2
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section {
        padding:100px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section {
        padding:80px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section {
        padding:70px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section {
        padding:60px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section {
        padding:50px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section {
        padding:35px 0
    }
}
.rv-23-project_section .rv-23-project_section_top {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:50px
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_section_top {
        flex-direction:column;
        margin-bottom:40px
    }
}
.rv-23-project_section .rv-23-project_section_top .rv-23-project_sub_title {
    color:#fff;
    font-size:15px;
    font-weight:700;
    background:#020208;
    padding:1px 4px;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
.rv-23-project_section .rv-23-project_section_top .rv-23-project_title {
    color:#020208;
    font-size:46px;
    font-weight:800;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_section_top .rv-23-project_title {
        font-size:40px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_section_top .rv-23-project_title {
        font-size:30px
    }
}
.rv-23-project_section .rv-23-project_section_top .rv-23-project_button {
    text-align:right;
    align-self:flex-end
}
.rv-23-project_section .rv-23-project_section_top .rv-23-project_button .rv-23-project_btn {
    font-size:16px;
    font-weight:700;
    color:#020208;
    font-family:"Poppins", sans-serif;;
    background:rgba(0,0,0,0);
    border:1px solid rgba(2,2,8,.1);
    width:210px;
    height:54px;
    transition:all .5s ease;
    position:relative;
    text-align:center;
    line-height:54px;
    z-index:1
}
.rv-23-project_section .rv-23-project_section_top .rv-23-project_button .rv-23-project_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background:#3ba52d;
    width:0%;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-23-project_section .rv-23-project_section_top .rv-23-project_button .rv-23-project_btn:hover::before {
    width:100%;
    left:0
}
.rv-23-project_section .rv-23-project_section_top .rv-23-project_button .rv-23-project_btn:hover {
    color:#fff
}
.rv-23-project_section .rv-23-project_image_tab {
    overflow:hidden !important
}
.rv-23-project_section .rv-23-project_image_tab .rv-23-project_image {
    height:540px;
    width:100%;
    overflow:hidden !important
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_image_tab .rv-23-project_image {
        height:300px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_image_tab .rv-23-project_image {
        height:200px
    }
}
.rv-23-project_section .rv-23-project_image_tab .rv-23-project_image img {
    height:100%;
    width:100%
}
.rv-23-project_section .rv-23-project_list_area {
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    margin-left:20px
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area {
        margin:30px 0 0 0
    }
}
.rv-23-project_section .rv-23-project_list_area .nav-link {
    margin-bottom:0;
    background:0 0;
    border:none;
    border-top-left-radius:0;
    border-top-right-radius:0;
    display:block;
    padding:0;
    text-decoration:none;
    transition:all .3s ease;
    width:100%
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list {
    align-items:center;
    position:relative;
    margin:20px 0;
    display:flex;
    justify-content:space-between;
    padding:40px 40px;
    transition:all .3s ease;
    z-index:1
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list {
        padding:40px 15px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list {
        padding:40px 15px;
        margin:0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list {
        padding:25px 15px;
        margin:0
    }
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list:hover {
    background:#3ba52d
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list:hover .rv-23-single_project_list_title {
    color:#fff
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list:hover .rv-23-single_project_list_icon i {
    color:#fff
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list:hover .rv-23-single_project_list_iamge {
    transform:scale(1)
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_number {
    position:absolute;
    left:6%;
    top:50%;
    transform:translateY(-50%);
    font-size:100px;
    font-style:normal;
    font-weight:800;
    line-height:normal;
    color:rgba(2,2,8,.6);
    opacity:.2;
    z-index:-1;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_number {
        font-size:70px
    }
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_title {
    font-size:20px;
    font-weight:700;
    color:#020208;
    margin:0;
    max-width:40%;
    transition:all .3s ease;
    text-align:left
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_title {
        font-size:18px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_title {
        font-size:12px;
        max-width:50%
    }
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_iamge {
    height:200px;
    width:150px;
    margin:auto;
    position:absolute;
    bottom:-22px;
    left:55%;
    transform:scale(0);
    transition:all .3s 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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_iamge {
        left:50%
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_iamge {
        left:50%;
        height:180px;
        width:125px;
        bottom:-10px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_iamge {
        height:145px;
        left:50%;
        width:125px;
        bottom:-10px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_iamge {
        height:122px;
        left:50%;
        width:80px;
        bottom:-10px
    }
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_iamge img {
    height:100%;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_icon i {
    text-align:center;
    color:#020208;
    font-size:60px;
    rotate:-45deg;
    transition:all .3s ease
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-23-project_section .rv-23-project_list_area .rv-23-single_project_list .rv-23-single_project_list_icon i {
        font-size:40px
    }
}
.rv-24-room_section {
    padding:120px 20px 240px 20px;
    background:#f6f3f0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section {
        padding:100px 20px 200px 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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section {
        padding:80px 20px 200px 20px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section {
        padding:70px 20px 200px 20px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section {
        padding:60px 20px 200px 20px
    }
}
.rv-24-room_section .rv-24-room_sub_title {
    color:#020208;
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_sub_title {
        margin-bottom:10px
    }
}
.rv-24-room_section .rv-24-room_title {
    color:#020208;
    font-size:44px;
    font-weight:800;
    margin-bottom:60px;
    font-family:"Poppins", sans-serif;
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_title {
        font-size:40px;
        margin-bottom:40px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_title {
        font-size:30px;
        margin-bottom:35px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_title {
        font-size:23px;
        margin-bottom:30px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_title {
        font-size:18px;
        margin-bottom:30px
    }
}
.rv-24-room_section .rv-24-room_image_slide {
    overflow:visible
}
.rv-24-room_section .swiper-slide-active.rv-24-room_image .rv-24-room_info {
    visibility:visible;
    opacity:1
}
.rv-24-room_section .rv-24-room_image {
    width:auto;
    height:440px;
    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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image {
        height:400px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image {
        height:350px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image {
        height:300px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image {
        height:250px
    }
}
.rv-24-room_section .rv-24-room_image img {
    height:100%;
    width:100%;
    border-radius:20px
}
.rv-24-room_section .rv-24-room_image .rv-24-room_price {
    position:absolute;
    right:30px;
    top:30px;
    padding:10px 15px;
    background:#fff;
    border-radius:20px
}
.rv-24-room_section .rv-24-room_image .rv-24-room_price p {
    font-family:"Poppins", sans-serif;;
    font-size:14px;
    font-weight:700;
    color:#4e4e52;
    margin:0
}
.rv-24-room_section .rv-24-room_image .rv-24-room_price span {
    font-family:"Poppins", sans-serif;;
    font-size:20px;
    font-weight:700;
    color:#a58051
}
.rv-24-room_section .rv-24-room_image .rv-24-room_info {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px 40px;
    background:#fff;
    border-radius:20px;
    visibility:hidden;
    opacity:0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image .rv-24-room_info {
        flex-direction:column;
        gap:10px;
        justify-content:center;
        padding:15px 20px
    }
}
.rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_inf_txt span {
    font-family:"Poppins", sans-serif;;
    color:rgba(2,2,8,.7);
    font-size:14px;
    font-weight:500
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_inf_txt span {
        font-size:12px
    }
}
.rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_inf_txt h4 {
    font-family:"Poppins", sans-serif;;
    font-size:22px;
    font-weight:700;
    color:#020208;
    margin:0
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_inf_txt h4 {
        font-size:18px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_inf_txt h4 {
        font-size:16px
    }
}
.rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_info_btn {
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#a58051;
    border:1px solid #a58051;
    width:190px;
    height:54px;
    transition:all .5s ease;
    position:relative;
    text-align:center;
    line-height:54px;
    z-index:1;
    display:inline-block;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_info_btn {
        width:160px;
        height:50px;
        line-height:50px
    }
}
.rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_info_btn::before {
    content:"";
    position:absolute;
    inset:0;
    background:#020208;
    width:0%;
    height:100%;
    transition:all .4s ease;
    z-index:-1;
    left:auto
}
.rv-24-room_section .rv-24-room_image .rv-24-room_info .rv-24-room_info_btn:hover::before {
    width:100%;
    left:0
}
.rv-24-room_section .rv-24-room_next {
    position:absolute;
    right:34%;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    background:#fff;
    color:#020208;
    border-radius:50%
}
.rv-24-room_section .rv-24-room_next i {
    height:50px;
    width:50px;
    background:rgba(0,0,0,0);
    text-align:center;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(2,2,8,.1);
    color:#020208;
    transition:.3s
}
.rv-24-room_section .rv-24-room_next i:hover {
    background:#dfe11b;
    border:1px solid rgba(0,0,0,0)
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_next {
        right:26%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_next {
        right:0%
    }
}
.rv-24-room_section .rv-24-room_next:hover i {
    background:#020208;
    color:#fff;
    border:1px solid rgba(0,0,0,0)
}
.rv-24-room_section .rv-24-room_prev {
    position:absolute;
    left:34%;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
    background:#fff;
    color:#020208;
    border-radius:50%
}
.rv-24-room_section .rv-24-room_prev i {
    height:50px;
    width:50px;
    background:rgba(0,0,0,0);
    text-align:center;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(2,2,8,.1);
    color:#020208;
    transition:.3s
}
.rv-24-room_section .rv-24-room_prev i:hover {
    background:#dfe11b;
    border:1px solid rgba(0,0,0,0)
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_prev {
        left:26%
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-24-room_section .rv-24-room_prev {
        left:0%
    }
}
.rv-24-room_section .rv-24-room_prev:hover i {
    background:#020208;
    color:#fff;
    border:1px solid rgba(0,0,0,0)
}
.rv-25-case_studies_section {
    padding:140px 20px 120px 20px;
    background:#d6dec9;
    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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section {
        padding:120px 0 100px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section {
        padding:100px 0 80px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section {
        padding:80px 0 60px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section {
        padding:60px 0 40px 0
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section {
        padding:45px 0 30px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section {
        padding:40px 0 20px 0
    }
}
.rv-25-case_studies_section_top {
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:50px;
    padding:0
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section_top {
        margin-bottom:40px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_section_top {
        flex-direction:column;
        justify-content:center;
        text-align:center;
        gap:20px;
        align-items:center
    }
}
.rv-25-case_studies_heading {
    flex-basis:50%
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_heading {
        flex-basis:60%
    }
}
.rv-25-case_studies_sub_title {
    color:#020208;
    font-size:16px;
    font-weight:600;
    margin-bottom:20px
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_sub_title {
        margin-bottom:10px
    }
}
.rv-25-case_studies_title {
    color:#020208;
    font-size:46px;
    font-weight:700;
    margin:0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_title {
        font-size:35px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_title {
        font-size:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_title {
        font-size:23px
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_title {
        font-size:22px
    }
}
.rv-25-case_studies_slide_button_area {
    display:flex;
    -moz-column-gap:20px;
    column-gap:20px
}
.rv-25-case_studies_slide_button_area .rv-25-case_studies_next,.rv-25-case_studies_slide_button_area .rv-25-case_studies_prev {
    z-index:1;
    background:rgba(0,0,0,0);
    color:#020208;
    border-radius:50%
}
.rv-25-case_studies_slide_button_area .rv-25-case_studies_next i,.rv-25-case_studies_slide_button_area .rv-25-case_studies_prev i {
    height:50px;
    width:50px;
    background:rgba(0,0,0,0);
    text-align:center;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid rgba(2,2,8,.1);
    color:#020208;
    transition:.3s
}
.rv-25-case_studies_slide_button_area .rv-25-case_studies_next i:hover,.rv-25-case_studies_slide_button_area .rv-25-case_studies_prev i:hover {
    background:#dfe11b;
    border:1px solid rgba(0,0,0,0)
}
.rv-25-case_studies_slide_button_area .rv-25-case_studies_next:hover i,.rv-25-case_studies_slide_button_area .rv-25-case_studies_prev:hover i {
    background:#a07549;
    color:#fff;
    border:1px solid rgba(0,0,0,0)
}
.rv-25-case_studies_image {
    width:auto;
    height:auto;
    position:relative;
    z-index:2
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image {
        height:500px
    }
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image {
        height:400px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image {
        height:350px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image {
        height:300px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image {
        height:250px
    }
}
.rv-25-case_studies_image:hover::before {
    transform:scale(1)
}
.rv-25-case_studies_image:hover .rv-25-case_studies_info {
    bottom:50px;
    opacity:1;
    transform:scale(1)
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image:hover .rv-25-case_studies_info {
        bottom:30px;
        left:30px
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image:hover .rv-25-case_studies_info {
        bottom:25px;
        left:25px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image:hover .rv-25-case_studies_info {
        bottom:25px;
        left:20px
    }
}
.rv-25-case_studies_image:hover .rv-25-case_studies_info_btn {
    visibility:visible;
    opacity:1
}
.rv-25-case_studies_image img {
    height:100% !important;
    width:100%
}
.rv-25-case_studies_image::before {
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    opacity:.86;
    background:#a07549;
    transform:scale(0);
    transition:all .4s linear
}
.rv-25-case_studies_image .rv-25-case_studies_info {
    position:absolute;
    bottom:-60px;
    left:50px;
    transition:all .4s linear;
    font-family:"Poppins", sans-serif;;
    opacity:0;
    transform:scale(0)
}
.rv-25-case_studies_image .rv-25-case_studies_info .rv-25-case_studies_inf_txt span {
    color:#fff;
    font-size:15px;
    font-weight:500;
    font-family:"Poppins", sans-serif;
}
.rv-25-case_studies_image .rv-25-case_studies_info .rv-25-case_studies_inf_txt h4 {
    font-size:24px;
    font-weight:700;
    font-family:"Poppins", sans-serif;;
    color:#fff;
    margin:0
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image .rv-25-case_studies_info .rv-25-case_studies_inf_txt h4 {
        font-size:18px
    }
}
.rv-25-case_studies_image .rv-25-case_studies_info_btn {
    border:1px solid rgba(255,255,255,.3);
    height:50px;
    width:50px;
    border-radius:50%;
    background:rgba(0,0,0,0);
    color:#fff;
    text-align:center;
    line-height:50px;
    position:absolute;
    top:50%;
    left:50%;
    display:inline-block;
    transform:translate(-50%, -50%);
    visibility:hidden;
    opacity:0;
    transition:all .4s ease
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-25-case_studies_image .rv-25-case_studies_info_btn {
        height:40px;
        width:40px;
        line-height:40px
    }
}
.rv-3-services {
    background:url(../img/rv-3-service-bg.html) no-repeat center center;
    background-size:cover
}
.rv-3-services-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px
}
@media screen and (max-width: 1199px) {
    .rv-3-services-row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px
    }
}
.rv-3-service {
    background-color:var(--white-f);
    box-shadow:0px 1px 3px rgba(5,5,5,.14);
    text-align:center;
    padding:50px 55px;
    transition:.4s ease;
    overflow:hidden
}
@media screen and (max-width: 1399px) {
    .rv-3-service {
        padding:40px 25px 30px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-service {
        padding:35px 20px 25px
    }
}
.rv-3-service:hover {
    box-shadow:0px 10px 100px rgba(5,5,5,.2)
}
.rv-3-service:hover .rv-3-service__btn i {
    background-color:#a97240;
    border-color:#a97240;
    color:var(--white-f)
}
.rv-3-service__icon {
    width:140px;
    margin-inline:auto;
    aspect-ratio:1;
    background-color:rgba(169,114,64,.05);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    margin-bottom:30px
}
@media screen and (max-width: 1399px) {
    .rv-3-service__icon {
        width:120px;
        margin-bottom:15px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-service__icon {
        width:110px
    }
}
@media screen and (max-width: 767px) {
    .rv-3-service__icon {
        width:100px
    }
}
.rv-3-service__index {
    position:absolute;
    font-size:60px;
    font-weight:700;
    line-height:74%;
    -webkit-text-fill-color:rgba(0,0,0,0);
    -webkit-text-stroke:1px rgba(5,5,5,.3);
    top:-10px;
    left:-25px
}
.rv-3-service__title {
    color:#050505;
    font-size:24px;
    font-weight:600;
    line-height:116.667%;
    margin-bottom:13px
}
@media screen and (max-width: 1399px) {
    .rv-3-service__title {
        font-size:22px;
        margin-bottom:7px
    }
}
@media screen and (max-width: 1199px) {
    .rv-3-service__title {
        font-size:20px
    }
}
.rv-3-service__descr {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    font-weight:500;
    line-height:150%;
    margin-bottom:30px
}
@media screen and (max-width: 1399px) {
    .rv-3-service__descr {
        margin-bottom:20px
    }
}
.rv-3-service__btn:hover {
    color:#a97240
}
.rv-5-services {
    background-color:#edf3f8;
    position:relative
}
.rv-5-services::before,.rv-5-services::after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:444px;
    height:340px;
    background:url(../img/rv-5-vector-1.html) no-repeat center center;
    background-size:100% 100%
}
@media screen and (max-width: 1399px) {
    .rv-5-services::before,.rv-5-services::after {
        width:364px;
        height:260px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-services::before,.rv-5-services::after {
        opacity:0
    }
}
.rv-5-services::after {
    top:auto;
    bottom:0;
    left:auto;
    right:0;
    width:471px;
    height:374px;
    background-image:url(../img/rv-5-vector-2.html);
    opacity:1
}
@media screen and (max-width: 1399px) {
    .rv-5-services::after {
        width:411px;
        height:314px
    }
}
@media screen and (max-width: 767px) {
    .rv-5-services::after {
        width:311px;
        height:214px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-services::after {
        width:211px;
        height:144px
    }
}
@media screen and (max-width: 479px) {
    .rv-5-services::after {
        opacity:0
    }
}
.rv-5-services__slider-pagination {
    display:flex;
    justify-content:center
}
.rv-5-services__slider-pagination .swiper-pagination-bullet::before {
    background-color:rgba(5,5,5,.2)
}
.rv-5-services__slider-pagination .swiper-pagination-bullet-active {
    border-color:#8e5b63
}
.rv-5-services__slider-pagination .swiper-pagination-bullet-active::before {
    background-color:#8e5b63
}
.rv-5-service:hover .rv-5-service__btn {
    text-decoration-color:#8e5b63;
    text-underline-offset:4px
}
.rv-5-service__img img {
    width:100%
}
.rv-5-service__txt {
    position:relative;
    background-color:var(--white-f);
    margin:0 30px;
    margin-top:-70px;
    padding:45px 40px
}
@media screen and (max-width: 1399px) {
    .rv-5-service__txt {
        margin-inline:20px;
        padding:35px 30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-5-service__txt {
        margin-inline:15px;
        padding:30px 25px
    }
}
@media screen and (max-width: 575px) {
    .rv-5-service__txt {
        padding:20px
    }
}
.rv-5-service__heading {
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:28px
}
@media screen and (max-width: 1199px) {
    .rv-5-service__heading {
        margin-bottom:18px;
        gap:10px
    }
}
.rv-5-service__icon {
    width:55px;
    height:60px;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (max-width: 1199px) {
    .rv-5-service__icon {
        width:45px;
        height:50px
    }
}
.rv-5-service__title {
    color:#050505;
    font-size:20px;
    font-weight:700;
    line-height:140%;
    margin-bottom:0
}
@media screen and (max-width: 1199px) {
    .rv-5-service__title {
        font-size:18px
    }
}
.rv-5-service__title a:hover {
    color:#8e5b63
}
.rv-5-service__descr {
    color:rgba(5,5,5,.7);
    font-family: 'Poppins';
    font-size:15px;
    font-weight:400;
    line-height:146.667%;
    margin-bottom:28px
}
@media screen and (max-width: 1199px) {
    .rv-5-service__descr {
        margin-bottom:18px
    }
}
.rv-5-service__btn {
    color:var(--black);
    font-weight:500;
    -webkit-text-decoration:1px underline rgba(0,0,0,0);
    text-decoration:1px underline rgba(0,0,0,0);
    -webkit-text-decoration-skip-ink:none;
    text-decoration-skip-ink:none;
    text-underline-offset:10px
}
.rv-5-service__btn:hover {
    color:#8e5b63
}
.rv-6-services {
    padding:120px 0 60px;
    background:linear-gradient(to bottom, #050505 500px, var(--white-f) 0)
}
@media screen and (max-width: 1399px) {
    .rv-6-services {
        padding:80px 0 40px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-services {
        padding:60px 0 30px
    }
}
.rv-6-services .rv-6-section__heading {
    text-align:center;
    color:var(--white-f)
}
.rv-6-services .rv-6-section__sub-title::before {
    border-color:var(--white-f)
}
.rv-6-services__row {
    border-radius:30px;
    overflow:hidden;
    background-color:#ddd
}
.rv-6-services__img {
    height:100%
}
@media screen and (max-width: 991px) {
    .rv-6-services__img {
        height:450px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-services__img {
        height:250px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-services__img {
        height:200px
    }
}
.rv-6-services__img img {
    width:650px;
    max-width:650px;
    max-height:780px;
    height:inherit
}
@media screen and (max-width: 1199px) {
    .rv-6-services__img img {
        max-height:685px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-services__img img {
        max-height:none;
        height:auto;
        width:100%;
        max-width:100%
    }
}
.rv-6-services__left-row {
    --bs-gutter-y: 1px;
    --bs-gutter-x: 1px
}
.rv-6-service {
    background-color:#f5f5f5;
    padding:50px 35px;
    height:100%;
    position:relative;
    z-index:auto
}
@media screen and (max-width: 1199px) {
    .rv-6-service {
        padding:30px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-service {
        padding:25px
    }
}
.rv-6-service:hover .rv-6-service__btn i {
    background-color:#f2584c;
    border-color:#f2584c;
    color:var(--white-f)
}
.rv-6-service::before {
    position:absolute;
    inset:0;
    content:"";
    background:none;
    z-index:0;
    right:-1px;
    top:-1px;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    pointer-events:none
}
.rv-6-service__icon {
    border-radius:50%;
    background-image:linear-gradient(132deg, rgba(28, 116, 233, 0.2) 11.08%, rgba(28, 116, 233, 0) 90.05%);
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:36px;
    padding:20px
}
@media screen and (max-width: 1199px) {
    .rv-6-service__icon {
        width:70px;
        height:70px;
        margin-bottom:26px;
        padding:16px
    }
}
@media screen and (max-width: 991px) {
    .rv-6-service__icon {
        margin-bottom:16px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-service__icon {
        width:65px;
        height:65px;
        margin-bottom:15px
    }
}
.rv-6-service__title {
    color:#050505;
    font-size:20px;
    font-weight:700;
    line-height:140%
}
.rv-6-service__title:hover {
    color:#f2584c
}
.rv-6-service__descr {
    color:rgba(5,5,5,.5);
    font-size:14px;
    font-weight:400;
    line-height:157.143%;
    margin-bottom:37px
}
@media screen and (max-width: 1199px) {
    .rv-6-service__descr {
        margin-bottom:27px
    }
}
@media screen and (max-width: 767px) {
    .rv-6-service__descr {
        margin-bottom:22px
    }
}
@media screen and (max-width: 575px) {
    .rv-6-service__descr {
        margin-bottom:17px
    }
}
.rv-6-service__btn {
    justify-content:flex-start
}
.rv-6-service__btn:hover {
    color:#f2584c
}
@media screen and (max-width: 1399px) {
    .rv-8-services {
        padding:80px 0 40px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-services {
        padding:60px 0 30px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-services__row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px
    }
}
.rv-8-service {
    display:flex;
    border:1px solid rgba(5,5,5,.08);
    padding:60px 70px;
    gap:25px;
    transition:.4s ease
}
@media screen and (max-width: 1399px) {
    .rv-8-service {
        padding:40px 50px
    }
}
@media screen and (max-width: 1199px) {
    .rv-8-service {
        padding:30px;
        gap:20px
    }
}
@media screen and (max-width: 991px) {
    .rv-8-service {
        flex-direction:column;
        row-gap:15px
    }
}
@media screen and (max-width: 767px) {
    .rv-8-service {
        flex-direction:row
    }
}
@media screen and (max-width: 575px) {
    .rv-8-service {
        flex-direction:column;
        padding:20px
    }
}
.rv-8-service:hover {
    border-color:#1c74e9
}
.rv-8-service:hover .rv-8-service__btn i {
    background-color:#1c74e9;
    border-color:#1c74e9;
    color:var(--white-f)
}
.rv-8-service__icon {
    flex-shrink:0
}
.rv-8-service__icon img {
    width:65px;
    height:60px;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (max-width: 1199px) {
    .rv-8-service__icon img {
        width:60px;
        height:55px
    }
}
.rv-8-service__title {
    font-family: 'Poppins';
    font-size:26px;
    font-weight:700;
    line-height:normal;
    margin-bottom:11px
}
@media screen and (max-width: 1199px) {
    .rv-8-service__title {
        font-size:22px;
        margin-bottom:6px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-service__title {
        font-size:20px
    }
}
.rv-8-service__title a:hover {
    color:#1c74e9
}
.rv-8-service .rv-3-service__descr {
    margin-bottom:24px;
    font-weight:400
}
@media screen and (max-width: 1399px) {
    .rv-8-service .rv-3-service__descr {
        margin-bottom:18px
    }
}
@media screen and (max-width: 479px) {
    .rv-8-service .rv-3-service__descr {
        margin-bottom:15px
    }
}
.rv-8-service__btn {
    justify-content:flex-start
}
.rv-8-service__btn:hover {
    color:#1c74e9
}
@media screen and (max-width: 1399px) {
    .rv-9-services {
        padding-top:80px;
        padding-bottom:40px
    }
}
@media screen and (max-width: 991px) {
    .rv-9-services {
        padding-top:60px;
        padding-bottom:30px
    }
}
.rv-9-service {
    flex-direction:column;
    padding:50px 45px;
    border-color:rgba(5,5,5,.14);
    border-radius:14px
}
@media screen and (max-width: 1399px) {
    .rv-9-service {
        padding:40px 35px
    }
}
@media screen and (max-width: 1199px) {
    .rv-9-service {
        padding:30px
    }
}
@media screen and (max-width: 767px) {
    .rv-9-service {
        padding:20px 25px
    }
}
@media screen and (max-width: 575px) {
    .rv-9-service {
        padding:15px 20px
    }
}
.rv-9-service:hover {
    border-color:#65ab03
}
.rv-9-service:hover .rv-1-schedule-conf__btn i {
    background-color:#65ab03;
    border-color:#65ab03;
    color:var(--white-f)
}
.rv-9-service__icon {
    background-image:linear-gradient(132deg, rgba(101, 171, 3, 0.2) 11.08%, rgba(101, 171, 3, 0) 90.05%);
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px
}
@media screen and (max-width: 575px) {
    .rv-9-service__icon {
        width:70px;
        height:70px
    }
}
.rv-9-service__icon img {
    max-height:100%;
    -o-object-fit:scale-down;
    object-fit:scale-down
}
.rv-9-service .rv-3-service__title {
    font-weight:700;
    font-family:var(--mulish)
}
@media screen and (max-width: 575px) {
    .rv-9-service .rv-3-service__title {
        font-size:18px
    }
}
.rv-9-service .rv-3-service__title a:hover {
    color:#65ab03
}
.rv-9-service .rv-3-service__descr {
    font-weight:500;
    margin-bottom:38px
}
@media screen and (max-width: 767px) {
    .rv-9-service .rv-3-service__descr {
        margin-bottom:28px
    }
}
@media screen and (max-width: 575px) {
    .rv-9-service .rv-3-service__descr {
        margin-bottom:23px
    }
}
.rv-9-service .rv-1-schedule-conf__btn {
    justify-content:flex-start
}
.rv-9-service .rv-1-schedule-conf__btn:hover {
    color:#65ab03
}
.rv-11-services {
    padding-top:60px
}
@media screen and (max-width: 1399px) {
    .rv-11-services {
        padding-top:40px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-services {
        padding-top:30px
    }
}
.rv-11-services .rv-11-section__heading {
    text-align:center
}
@media screen and (max-width: 1399px) {
    .rv-11-slider-dots {
        margin-top:20px
    }
}
@media screen and (max-width: 575px) {
    .rv-11-slider-dots {
        margin-top:12px
    }
}
.rv-11-service {
    text-align:center
}
.rv-11-service:hover .rv-11-service__img {
    border-radius:40px 0
}
.rv-11-service:hover .rv-11-service__img img {
    scale:1.08
}
.rv-11-service:hover .rv-11-service__txt>a {
    text-decoration-color:#a98153
}
.rv-11-service__img {
    transition:.4s ease;
    overflow:hidden;
    margin-bottom:25px
}
@media screen and (max-width: 1199px) {
    .rv-11-service__img {
        margin-bottom:15px
    }
}
@media screen and (max-width: 991px) {
    .rv-11-service__img {
        margin-bottom:12px
    }
}
.rv-11-service__title {
    color:var(--black);
    font-size:20px;
    font-weight:700;
    margin-bottom:6px
}
@media screen and (max-width: 1199px) {
    .rv-11-service__title {
        font-size:18px;
        margin-bottom:2px
    }
}
.rv-11-service__title a:hover {
    color:#a98153
}
.rv-11-service__txt {
    font-family:var(--mulish)
}
.rv-11-service__txt>a {
    color:#a98153;
    font-size:16px;
    font-weight:600;
    -webkit-text-decoration:1px underline rgba(0,0,0,0);
    text-decoration:1px underline rgba(0,0,0,0)
}
#rv-11-services-slider-dots .swiper-pagination-bullet::before {
    background-color:rgba(5,5,5,.14)
}
#rv-11-services-slider-dots .swiper-pagination-bullet-active {
    border-color:var(--black)
}
#rv-11-services-slider-dots .swiper-pagination-bullet-active::before {
    background-color:var(--black)
}
.rv-14-services-row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 50px
}
@media screen and (max-width: 1399px) {
    .rv-14-services-row {
        --bs-gutter-x: 35px;
        --bs-gutter-y: 35px
    }
}
.rv-14-service {
    font-family: 'Poppins';
    border-right:1px solid rgba(2,2,8,.1);
    padding:35px 50px 35px 0
}
@media screen and (max-width: 1399px) {
    .rv-14-service {
        padding:25px 35px 25px 0
    }
}
@media screen and (max-width: 575px) {
    .rv-14-service {
        border-right:none;
        border-bottom:1px solid rgba(2,2,8,.1);
        padding:0;
        padding-bottom:30px
    }
}
.rv-14-service:hover .svg-elem-1 {
    animation:animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    stroke:#e64209
}
.rv-14-service__icon {
    margin-bottom:45px
}
@media screen and (max-width: 1599px) {
    .rv-14-service__icon {
        margin-bottom:35px
    }
}
.rv-14-service__icon .svg-elem-1 {
    stroke-dashoffset:0;
    stroke-dasharray:561.1111450195px;
    transition:.4s cubic-bezier(0.47, 0, 0.745, 0.715)
}
@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset:561.1111450195px;
        stroke-dasharray:561.1111450195px
    }
    100% {
        stroke-dashoffset:0;
        stroke-dasharray:561.1111450195px
    }
}
.rv-14-service__title {
    color:#020208;
    font-size:22px;
    font-weight:700;
    line-height:127.273%;
    margin-bottom:11px
}
.rv-14-service__title a:hover {
    color:#e64209
}
.rv-14-service .rv-3-service__descr {
    font-size:14px;
    color:rgba(2,2,8,.6);
    line-height:157.143%;
    margin-bottom:47px
}
@media screen and (max-width: 1599px) {
    .rv-14-service .rv-3-service__descr {
        margin-bottom:37px
    }
}
.rv-14-service__btn {
    color:#020208;
    font-weight:700
}
.rv-14-service__btn:hover {
    color:#e64209
}
.rv-14-service__btn i {
    padding-left:3px;
    vertical-align:middle
}
.rv-14-service--last {
    border:none;
    padding-right:0
}
.rv-15-service_main_area {
    background:#f3f5fb;
    padding:100px 0
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area {
        padding:90px 0
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area {
        padding:80px 0
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area {
        padding:70px 0
    }
}
@media only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area {
        padding:60px
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area {
        padding:50px 0
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area {
        padding:40px 0
    }
}
.rv-15-service_main_area .rv-15-service_title {
    font-size:50px;
    font-weight:600;
    color:#050505;
    margin-bottom:50px
}
@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),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-service_title {
        font-size:40px
    }
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-service_title {
        font-size:32px
    }
}
@media only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-service_title {
        font-size:33px;
        margin-bottom:20px;
        text-align:center
    }
}
@media only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-service_title {
        font-size:28px;
        margin-bottom:15px;
        text-align:center
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-service_title {
        font-size:20px;
        margin-bottom:10px;
        text-align:center
    }
}
@media only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-service_title {
        font-size:25px;
        margin-bottom:30px;
        text-align:center
    }
}
.rv-15-service_main_area .rv-15-service_desc {
    font-size:16px;
    font-weight:400;
    color:dimgray;
    margin:0 0 50px 100px;
    font-family:"Poppins", sans-serif;
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 480px)and (max-width: 575px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-service_desc {
        margin:0 0 40px 0;
        text-align:center
    }
}
.rv-15-service_main_area .rv-15-single_service {
    background:#fff;
    padding:40px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
    background:url("../img/services/service-1-home-1-hoverbg.html");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover
}
@media only screen and (min-width: 992px)and (max-width: 1199px),only screen and (min-width: 768px)and (max-width: 991px),only screen and (min-width: 576px)and (max-width: 767px),only screen and (min-width: 0px)and (max-width: 479px) {
    .rv-15-service_main_area .rv-15-single_service {
        padding:20px
    }
}
