:root {
    --main-color: #417bd1;
	--second-color: #000;
	--third-color: #FBC02D;
    --fourth-color: #ececec;
    --accent-color: #FF5722;
	--main-font: "Exo 2", sans-serif;
    --transition: all .4s ease-in-out;
}

a {
	color: inherit;
}
a:hover {
	color: inherit;
    text-decoration: none;
}
.bg-red{
    background-color: #f44336;
}
.bg-grey{
    background-color: var(--fourth-color);
}
.step-icon-box img {
    filter: invert(1);
}
.p-relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.z-index-2 {
    position: relative;
    z-index: 2;
}
/* custom padding */
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
/* Slider */
.slider-content .slider-title.brand-name {
    margin-bottom: 0;
    color: #FBC02D;
    text-align: center;
    font-size: 3rem;
}
.slider-content h3.slider-title {
    font-size: 2rem;
}
.swiper-wrapper .swiper-slide {
    min-height: 800px;
}
.ot-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 21px 30px;
    min-width: 142px;
    border-radius: 4px;
}
.ot-btn.style-2 {
    font-size: 1rem;
    font-weight: 500;
    border-radius: 15px;
    margin-top: 15px;
    background: var(--accent-color);
}
.ot-btn.video {
    border-radius: 50%;
    margin-top: 0;
    background: var(--accent-color);
    height: 55px;
    width: 55px;
    min-width: auto;
    padding: 20px;
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
        opacity: 0
    }
}
.ot-btn.video:after, .ot-btn.video:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: ripple;
    animation-name: ripple;
}
.tj-slider-section-three .slider-content {
    margin-top: 35%;
}
.ot-btn span {
    position: relative;
    z-index: 3;
    color: #fff;
}
.ot-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: var(--third-color);
    transition: 0.5s;
    z-index: 2;

}
.ot-btn:hover:before {
    left: 0;
}
/* end slider */

/* booking form home */
.booking-form {
    background: transparent;
    position: absolute;
    width: 100%;
    padding: 30px 0;
    margin-top: -100px;
    border-radius: 12px;
    z-index: 1;
}
.booking-form .box {
    background: #fff;
    padding: 40px 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.booking-form label {
    font-size: .875rem;
    color: #222;
    font-weight: 600;
}
/* end booking form home */

/* about home */
.tj-about-section-two.about {
    padding-top: 250px;
    padding-bottom: 60px;
}
.tp-section__subtitle {
    color: var(--second-color);
    font-size: .875rem;
    font-weight: 400;
}
.tp-features-3__item p {
    font-size: .875rem;
    color: #585858;
}
.about-group-image2 .image-box img {
    border-radius: 10px;
}
.about-group-image2 .group-1 {
    max-width: 250px;
    width: 100%;
    position: absolute;
    top: 60px;
    right: 70px;
    border-radius: 10px;
    border: 15px solid #fff;
}
.about-group-image2 .group-shape {
    position: absolute;
    top: 25px;
    left: 40px;
    max-width: 55%;
    width: 100%;
    background: #000000d4;
    border-radius: 10px;
}
.table.tableizer-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}
.tableizer-table td, .tableizer-table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.tableizer-table th {
    background-color: var(--accent-color);
    color: #FFF;
    font-weight: bold;
}
.tj-choose-us-section-two::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    transition: 0.6s;
    left: 0;
    top: 0;
    background: rgb(0 6 41 / 30%);
}
.tp-features-3__item span {
    width: 75px;
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.3s;
}
/* end about home */

/* armada / produk */
.single-popular-car-block {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
}
.single-popular-car-block.style-three{
    padding: 0;
    box-shadow: none;
}
.style-three .single-popular-car-content{
    margin: 0 20px;
    padding: 30px;
    margin-top: -48px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
}
.style-three .single-popular-car-rating{
    top: 38px;
}
.single-popular-car-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.single-popular-car-image img {
    width: 100%;
    transform: scale(1.0);
    transition: all 500ms;
}
.single-popular-car-block:hover .single-popular-car-image img {
    transform: scale(1.15);
}
.single-popular-car-rent-per-day {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    padding: 9px 20px 5px;
    text-transform: capitalize;

    background-color: rgb(255, 255, 255);
    border-radius: 90px;
}
.single-popular-car-rent-per-day span {
    font-size: 28px;
    color: var(--main-color);
}
.single-popular-car-content {
    position: relative;
    text-align: center;
    padding: 20px;
}
h5.single-popular-car-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 36px;
    color: var(--main-color);
    margin-bottom: 15px;
}
p.single-popular-car-text {
    font-size: 16px;
    line-height: 0;
    font-weight: 400;
    color: rgb(17, 17, 17);
    padding-bottom: 25px;
}
.single-popular-car-info {
    margin: 25px 0px;
}
.single-popular-car-info li {
    font-size: 16px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0px;
}
.single-popular-car-info li i {
    font-size: 22px;
    color: var(--third-color);
}
.single-popular-car-book-btn a {
    display: block;
    text-align: center;
}
.border-divider {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}
.elementor-widget .elementor-icon-list-icon svg {
    height: 14px;
    width: 14px;
    fill: var(--accent-color);
    transition: fill 0.3s;
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px;
    font-size: .8em;
    color: #222;
    line-height: 1.5rem;
}
/* end armada / produk */


.tpcontact__item {
    background-size: cover;
}
.tpcontact-title-2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}
.tpcontact__item::before {
    content: "";
    position: absolute;
    background-color: #000315;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    mix-blend-mode: darken;
}
.tp-services-3__before-color::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 74, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.tpcontact__item-right p {
    font-size: 1rem;
    color: #444;
}
.tp-services-3__wrap {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(35, 35, 49, 0.04);
}
.tp-services-3__wrap::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    clip-path: polygon(100% 70%, 69% 100%, 100% 100%);
    background: var(--tp-grey-1);
    bottom: 0;
    right: 0;
    transition: 0.4s;
}
.tp-services-3__icon span {
    font-size: 43px;
    color: var(--tp-theme-2);
    font-weight: 900;
    height: 90px;
    width: 100px;
    background-color: var(--tp-grey-1);
    text-align: center;
    line-height: 100px;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
    transition: 0.4s;
}
.tp-services-3__content {
    padding: 25px;
    padding-bottom: 34px;
}
.tpproject-3__item {
    overflow: hidden;
}
.p-relative {
    position: relative;
}

.tpproject-3__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-image: -moz-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(202, 31, 38) 0%, rgb(229, 111, 52) 54%, rgb(255, 191, 66) 100%);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.4s;
    transition-property: all;
    z-index: 2;
}
.tpproject-3__item::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #3a3a4a, transparent);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: 1;
}
.tpproject-3__content {
    position: absolute;
    left: 40px;
    bottom: 25px;
    transition: all 700ms ease;
    z-index: 2;
}
.tpproject-3__content .tpproject-title {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.tpproject-3__content .tpproject-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.tpproject-3__icon {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #222;
    font-size: 20px;
    background: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    transform: scale(0);
    transition: all 700ms ease;
    z-index: 2;
    cursor: pointer;
}
.tpproject-3__icon::before {
    content: "";
    position: absolute;
    right: 0;
    background-image: -webkit-linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 500ms ease;
    left: 50%;
    height: 115px;
    width: 6px;
    transform: rotate(-180deg);
    text-align: center;
    top: 100%;
}
.tpproject-3__icon::after {
    position: absolute;
    content: "";
    width: 125px;
    height: 6px;
    top: 50%;
    background-image: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    background-image: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    background-image: -ms-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.01) 99%, white 100%);
    transition: all 700ms ease;
    z-index: 999999;
    left: 100%;
}
.tpproject-3__item:hover .tpproject-3__icon {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  transition-delay: 500ms;
}
.tpproject-3__wrap:hover .tpproject-3__item::before {
  -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
  -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.tpproject-3__wrap:hover .tpproject-title::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
/********** CTA ***************/
section.call-to-action1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.relative {
    position: relative;
    z-index: 1;
}
.call-to-action1 {
    padding: 4.75rem 0 5rem;
}
.call-main1 h1 {
	font-size: 3.2rem;
}
.cta-overlay {
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.5s;
    opacity: 0.6;
}
.cta-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #ffbf42;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 50px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    text-align: center;
}
.cta-btn:hover{
	color: #fff;
}
.cta-btn:hover::before {
    transform: scaleY(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.cta-btn::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: 0px;
    background-color: #ed1d23;
    content: "";
    transform: scaleY(0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.mean-container .mean-nav ul li li a {
    width: 100%;
}
.meta-list {
    padding: 10px 20px;
}
.height-100 {
    height: 100vh;
}
.location {
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
}
.tj-contact-list.d-block {
	min-height: 275px;
	color: #555555;
}
.tp-features-3__item {
	text-align: center;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 15px #cccccc37;
    min-height: 200px;
    padding: 30px;
}
.tp-features-3__item.mb-30 {
	margin-bottom: 15px;
}
.tp-features-3-title-3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--second-color);
}
.tp-section__subtitle-before::before {
    display: none;
}
/********** GALLERY PROJECT STYLE ******************/
.single-course {
    box-shadow: 0 6px 26px rgba(0,0,0,0.03);
    margin-bottom: 30px;
}
.cstyle-2 .course-img {
    width: 306px;
    height: 277px;
}
.course-img {
    position: relative;
}
.c_image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
	border-radius: 0 12px 12px 0;
}
.cstyle-2 .course_content {
    padding: 25px 10px;
}
.cstyle-2 .course_content h2 {
    margin-bottom: 15px;
}
.course_content h2 {
	font-size: 1.25rem;
	color: #222;
    transition: .5s;
    line-height: 32px;
}
.course_detail {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #777;
    height: 160px;
    overflow: hidden;
}
.course_detail_2 {
	font-size: 0.9rem;
    line-height: 2rem;
    color: #777;
}
.owl-prev, .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
	font-size: 1.2rem;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }
.owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;}
.fade:not(.show) { opacity: unset; }
.fade:not(.in) { opacity: 0; }
.modal-lg { top: 25%; }

.gal-readmore {
	color: #333 !important;
    font-size: 0.9rem;
    border-bottom: 1px solid;
}
.pt-50 {
	padding-top: 50px;
}

/*------------------------------
    15. START FAQ SECTION
------------------------------*/
.faq .accordion .card {
    margin-bottom: 1em;
    border-radius: 28px !important;
    overflow: hidden;
    background: #fff;
}

.faq .accordion .card,
.faq .accordion .card .card-header {
    border: none;
}

.faq .accordion .card .card-header {
    padding: 0;
}
.faq .card-header h2 {
    font-size: 1.675rem;
    padding: 15px 20px;
    color: #0f2b56;
    text-transform: uppercase;
}

.faq .accordion .card .card-body {
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.faq .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.tj-faq-left-content .faq-content {
    margin-bottom: 0;
}
.tj-faq-left-content .faq-content .faq-icon i {
    width: 28px;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
}
.tj-faq-left-content .faq-content .faq-text p {
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.tj-faq-left-content {
    margin-bottom: 20px;
}

.round-2 {
	border-radius: 12px;
}

.tj-header-section .container {
    background: transparent;
}
.tj-header-section .bg-color {
    height: 80px;
}
.tj-header-button {
    height: 80px;
}
.tj-header-btn {
    height: 80px;
    line-height: 80px;   
    border-radius: 0 6px 6px 0;
}
.tj-header-section .logo-area {
    padding: 0 20px;
}
.logo-area img {
    max-width: 200px;
}

/***
=============================================
    Footer One
=============================================
***/
.footer-one {
	position: relative;
	display: block;
	z-index: 1;
}

.footer-one__top {
	position: relative;
	display: block;
	background: #000345;
	padding: 75px 0px 50px;
}

.footer-one__top-wrapper {
	position: relative;
	display: block;
	z-index: 1;
}

.footer-one__bg {
    position: absolute;
    left: 0;
    bottom: -220px;
    opacity: 0.1;
    z-index: 0;
}
.footer-one__bg.layanan {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: 0;
}

.footer-widget__about {
	position: relative;
	display: block;
}

.footer-widget__about-logo {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}

.footer-widget__about-logo a {
	position: relative;
	display: inline-block;
}

.footer-widget__about-text {
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	padding-bottom: 28px;
}

.footer-widget__about-contact-box {
	position: relative;
	display: block;
}

.footer-widget__about-contact-box .phone {
	font-size: 15px;
	line-height: 36px;
	font-weight: 500;
}

.footer-widget__about-contact-box .phone a {
	color: #ffffff;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__about-contact-box .phone a:hover {
	color: var(--agriox-base, #f1cf69);
}

.footer-widget__about-contact-box .phone a i::before {
	position: relative;
	display: inline-block;
	color: var(--agriox-base, #f1cf69);
	font-size: 15px;
	padding-right: 10px;
}

.footer-widget__about-contact-box p {
	font-size: 15px;
	line-height: 36px;
	font-weight: 500;
}

.footer-widget__about-contact-box p a {
	color: #ffffff;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__about-contact-box p a:hover {
	color: var(--agriox-base, #f1cf69);
}

.footer-widget__about-contact-box p a i::before {
	position: relative;
	display: inline-block;
	color: var(--agriox-base, #f1cf69);
	font-size: 15px;
	padding-right: 10px;
}

.footer-widget__about-contact-box .text {
	color: #ffffff;
	font-size: 15px;
	line-height: 36px;
	font-weight: 500;
}

.footer-widget__about-contact-box .text i::before {
	position: relative;
	display: inline-block;
	color: var(--agriox-base, #f1cf69);
	font-size: 15px;
	padding-right: 10px;
}

.footer-widget__news {
	position: relative;
	display: block;
	margin-right: -50px;
}

.footer-widget__title {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.02em;
	margin-bottom: 34px;
}

.footer-widget__news-list {
	position: relative;
	display: block;
}

.footer-widget__news-list-item {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.footer-widget__news-list-item:last-child {
	margin-bottom: 0;
}

.footer-widget__news-list-item-img {
	position: relative;
	display: block;
}

.footer-widget__news-list-item-title {
	position: relative;
	display: block;
	padding-left: 20px;
}

.footer-widget__news-list-item-title p {
	color: var(--agriox-base, #f1cf69);
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 11px;
}

.footer-widget__news-list-item-title h5 {
	font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--font2);
    text-transform: capitalize;
}

.footer-widget__news-list-item-title h5 a {
	color: #ffffff;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__news-list-item-title h5 a:hover {
	color: var(--agriox-base, #f1cf69);
}

.footer-widget__explore {
	position: relative;
	display: block;
}

.footer-widget__explore-list {
	position: relative;
	display: block;
	margin-top: -4px;
    padding: 0;
}

.footer-widget__explore-list-item {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.footer-widget__explore-list-item:last-child {
	margin-bottom: 0;
}

.footer-widget__explore-list-item a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__explore-list-item a:hover {
	color: #ffffff;
}

.footer-widget__explore-list-item a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: var(--agriox-base, #f1cf69);
	content: "";
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-widget__explore-list-item:hover a::before {
	width: 100%;
}

.footer-widget__newletter {
	position: relative;
	display: block;
	margin-left: 70px;
}

.footer-widget__newletter-text {
	color: #b3c5b5;
	font-size: 16px;
	line-height: 34px;
	margin-top: -4px;
}

.footer-one__bottom {
	position: relative;
	display: block;
	background: var(--main-color);
	padding: 15px 0px 0px;
}

.footer-one__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-one__bottom-text {
	position: relative;
	display: block;
}

.footer-one__bottom-text p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

.footer-one__bottom-text p a {
	color: #ffffff;
	font-size: 16px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-one__bottom-text p a:hover {
	color: var(--agriox-base, #f1cf69);
}

.footer-one__bottom-social-links {
	position: relative;
	display: block;
	overflow: hidden;
}

.footer-one__bottom-social-links ul {
	position: relative;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-one__bottom-social-links ul li {
	position: relative;
	float: left;
	margin-left: 30px;
}

.footer-one__bottom-social-links ul li:first-child {
	margin-right: 0;
}

.footer-one__bottom-social-links ul li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.footer-one__bottom-social-links ul li a:hover {
	color: var(--agriox-base, #f1cf69);
}
.footer-product-img {
	width: 50px;
    border-radius: 50%;
    background: #ffc107cc;
    padding: 10px;
}
.img-footer {
    width: 100%;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
}
.back-to-top {
    position: fixed;
    bottom: 30%;
    right: 1.975rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 0;
    z-index: 99;
    font-size: 1.25rem;
    line-height: 2.4rem;
    color: var(--main-color);
    text-align: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.03);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.back-to-top.active {
    bottom: 3.5rem;
    visibility: visible;
    opacity: 1;
}

.back-to-top:hover, .back-to-top:focus {
    opacity: 1;
    color: var(--white);
    background: var(--accent);
    -webkit-animation: pulse 1.7s infinite;
    -o-animation: pulse 1.7s infinite;
    animation: pulse 1.7s infinite;
}
