/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.header__menu{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-left: 50px;
}

.search__blk form {
    position: relative;
    display: flex;
    align-items: center;
}

.categorie__ico__blk span i{
    font-size: 90px;
    color: #fff;
}

.search__blk input {
    border: 1px solid #DEDFE8;
    height: 42px;
    max-width: 370px;
    width: 370px;
    color: #151875;
    font-size: 16px;
    padding: 0 15px;
}

.search__blk button {
    background: #3be138;
    border: 0;
    width: 45px;
    height: 42px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #07171D;
}
h3{
	font-weight: bold;
    font-size: 20px;
}

body {
    color: #07171D;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none
}

a,
button,
input,
textarea {
    outline: none !important;
}

.section-padding {
    padding: 80px 0;
}


/* ------------------------------------- HEADER AREA START ---------------------------------- */

.header__blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__menu ul li {
    display: inline-block;
    position: relative;
}

.header__menu ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #a96737;
    transition: .3s all;
    margin: 0 17.5px;
}

.header__menu ul li a i {
    margin-left: 10px;
    color: #3be138;
    font-size: 24px;
    transition: .3s all;
    transform: rotate(0deg);
}

.header__menu ul li:hover a {
    color: #3be138;
}

.header__menu ul li:hover a i {
    color: #a96737;
    transform: rotate(180deg);
}

.header__area {
    padding: 35px 0;
}

.hero__content {
    margin-top: -270px;
}

.single__pricing__box{
    border: 1px solid #ccc;
    padding: 35px;
    margin-top: 20px;
}

.single__pricing__box .service__btn{
    text-align: center;
}

.drop__down__menu {
    position: absolute;
    left: 50%;
    top: 157%;
    transform: translateX(-50%);
    width: 181px;
    background: #a96737;
    padding: 18px;
    border-radius: 0;
    transition: .3s all ease-in-out;
    box-shadow: 0px 9px 15px -2px rgba(94, 94, 94, 0.38);
    -webkit-box-shadow: 0px 9px 15px -2px rgba(94, 94, 94, 0.38);
    -moz-box-shadow: 0px 9px 15px -2px rgba(94, 94, 94, 0.38);
    padding-top: 7.2px;
    visibility: hidden;
    opacity: 0;
}

.header__menu ul li:hover .drop__down__menu {
    visibility: visible;
    opacity: 1;
    top: 127%;
}

.drop__down__menu li a {
    margin: 0 !important;
    font-size: 16px !important;
    display: block !important;
    padding: 5px 0;
    color: #fff !important;
    text-transform: capitalize !important;
}

.drop__down__menu li {
    display: block !important;
}

.drop__down__menu li a:hover {
    color: #3be138 !important;
}

.drop__down__menu li {
    border-bottom: 1px solid #fff;
}


/* ------------------------------------- HEADER AREA END ---------------------------------- */


/* ------------------------------------- HERO AREA START ---------------------------------- */

.hero__content {
    text-align: center;
}

.hero__content>h1 {
    color: #fff;
    font-weight: 500;
}

.hero__content .hero__btn {
    font-size: 16px;
    background: #a96737;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 10px 22px;
    border-radius: 35px;
    display: inline-block;
    transition: .2s all;
    border: 1px solid #a96737;
    padding-bottom: 13px;
    margin-top: 15px;
}

.header__logo a{
    font-size: 32px;
    color: #8b4513;
}

.hero__content .hero__btn:hover {
    color: #a96737;
    background: #fff;
}

.hero__content .hero__btn span {
    margin-right: 8px;
    font-size: 22px;
}

.hero__area {
    height: 1000px;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}

.open__menu {
    display: none;
}


/* ------------------------------------- HERO AREA END ---------------------------------- */


/* ------------------------------------- CATEGORIE AREA START ---------------------------------- */

.categorie__area {
    padding: 80px 0;
}

.categorie__title {
    text-align: center;
    margin-bottom: 70px;
}

.section__title h3 {
    font-size: 72px;
    color: #a96737;
    font-weight: 300;
    text-align: center;
}

.categorie__ico__blk {
    height: 250px;
    width: 250px;
    background: #a96737;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.categorie_blk {
    text-align: center;
}

.categorie__content h4 {
    font-size: 26px;
    color: #a96737;
    margin: 0;
}

.categorie_blk {
    text-align: center;
    margin-top: 50px;
}


/* ------------------------------------- CATEGORIE AREA END ---------------------------------- */


/* ------------------------------------- OVER AREA START ---------------------------------- */

.over__content__blk {
    text-align: center;
}

.over__prea {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 70px;
}

.over__prea p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.white__title h3 {
    color: #fff;
}

.over__area {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    background-color: #a96737;
    overflow: hidden;
    padding-bottom: 400px;
}

.over__shape {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 44;
}

.over__area::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    background: #fff;
    content: "";
    clip-path: ellipse(50% 99% at 50% 100%);
    transform: rotateX(-182deg);
    width: 120%;
    left: -10%;
    z-index: 3;
}

.over__area::after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60px;
    background: #fff;
    content: "";
    clip-path: ellipse(50% 99% at 50% 100%);
    width: 120%;
    left: -10%;
    z-index: 31;
}

.over__shape__img {
    display: block;
    position: absolute;
    top: -14px;
    right: -36px;
}


/* ------------------------------------- OVER AREA END ---------------------------------- */


/* ------------------------------------- DOEN AREA START ---------------------------------- */

.doen__title h4 {
    font-size: 26px;
    color: #a96737;
    font-weight: 400;
    text-align: center;
}

.doen__title {
    padding-bottom: 15px;
    border-bottom: 1px solid #a96737;
}

.doen__para p {
    margin-top: 20px;
    text-align: center;
    color: #5A595B;
    font-size: 17px;
    font-weight: 400;
}

.doen__img {
    text-align: center;
    margin-bottom: 30px;
}

.single__doen__blk {
    margin-top: 35px;
}

.doen__area {
    padding: 80px 0;
}


/* ------------------------------------- DOEN AREA END ---------------------------------- */


/* ------------------------------------- PRODUCT AREA START ---------------------------------- */

.product__thumb__blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__thumb__blk {
    height: 454px;
}

.product__list ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #5A595B;
    text-align: center;
    display: block;
    padding: 14px 0;
    transition: .2s all;
}

.product__list ul li {
    display: block;
    border-bottom: 1px solid #B3B3B3;
}

.product__list ul li a:hover {
    color: #0046FF;
}

.product__list ul li a.active {
    font-weight: 800;
    color: #a96737;
}

.product__list__btn a {
    font-size: 17px;
    font-weight: 700;
    background: #a96737;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 35px;
    border: 1px solid #a96737;
    transition: .3s all;
}

.product__list__btn {
    text-align: center;
    margin-top: 20px;
}

.single__product__blk {
    box-shadow: 0px 11px 17px -3px rgba(184, 184, 184, 1);
    -webkit-box-shadow: 0px 11px 17px -3px rgba(184, 184, 184, 0.55);
    -moz-box-shadow: 0px 11px 17px -3px rgba(184, 184, 184, 1);
    margin-top: 35px;
}

.product__list {
    padding: 0 20px;
    padding-bottom: 20px;
}

.product__area {
    padding: 80px 0;
    padding-top: 20px;
}

.product__list__btn a:hover {
    background: transparent;
    color: #a96737;
}


/* ------------------------------------- PRODUCT AREA END ---------------------------------- */


/* ------------------------------------- PRODUCT AREA END ---------------------------------- */

.reviews__inner__blk {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.reviews__area {
    padding: 80px 0;
    background: rgb(48, 61, 130);
    background: linear-gradient(180deg, rgba(48, 61, 130, 0) 0%, rgba(227, 231, 242, 0.7651261188068977) 100%);
}

.reviews__thumb {
    flex: 0 0 auto;
    margin-right: 40px;
}

.reviews__content .section__title p {
    font-size: 18px;
    text-align: center;
    color: #a96737;
    max-width: 500px;
}

.reviews__list__wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.reviews__list p {
    text-align: left !important;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.reviews__list p span {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #3be138;
    color: #fff;
    margin-right: 15px;
    flex: 0 auto;
}

.star__shape {
    position: absolute;
    top: 40px;
    right: -116px;
}


/* ------------------------------------- PRODUCT AREA END ---------------------------------- */


/* ------------------------------------- FOOOTER AREA START ---------------------------------- */

.footer__area {
    background: #a96737;
    padding: 80px 0;
}

.footer__identity p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.footer_content h3 {
    font-size: 32px;
    color: #fff;
}

.footer__list ul li a {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
    transition: .3s all;
}

.footer__list ul li a:hover {
    color: #3be138;
}

.copyright__text p {
    margin: 0;
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
}


/* ------------------------------------- FOOOTER AREA END ---------------------------------- */


/* ------------------------------------- BREADCRUMB AREA START ---------------------------------- */

.position_none {
    position: unset;
}

.breadcrumb__area .hero__content {
    margin-top: 0;
    text-align: left !important;
    padding: 94px 0;
}

.hero__content h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    margin: 0;
}

.breadcrumb__area {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


/* ------------------------------------- BREADCRUMB AREA END ---------------------------------- */


/* ------------------------------------- CONTENT AREA START ---------------------------------- */

.top__best__content__blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top__best__content {
    max-width: 1000px;
}

.top__content_img {
    margin-right: 60px;
}

.top__best__content p {
    font-size: 18px;
    color: #2E2D2F;
    font-weight: 400;
}

.best__bottom__content h4 {
    font-size: 28px;
    font-weight: 600;
    color: #2E2D2F;
}

.best__bottom__content p {
    font-size: 18px;
    color: #2E2D2F;
    font-weight: 400;
}

.best__content__area {
    padding: 40px 0;
    padding-bottom: 0;
}


/* ------------------------------------- CONTENT AREA END ---------------------------------- */


/* ------------------------------------- SERVICE AREA START ---------------------------------- */

.service__btn a {
    font-size: 17px;
    font-weight: 700;
    background: #a96737;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 35px;
    border: 1px solid #a96737;
    transition: .3s all;
}

.service__btn a:hover {
    background: transparent;
    color: #a96737;
}

.service__btn {
    margin-top: 25px;
}

.service__btn a {
    font-size: 17px;
    font-weight: 700;
    background: #a96737;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 35px;
    border: 1px solid #a96737;
    transition: .3s all;
    text-transform: uppercase;
}

.service__btn a:hover {
    background: transparent;
    color: #a96737;
}

.service__btn {
    margin-top: 25px;
}

.service__inner__blk {
    box-shadow: 0px 0px 10px 3px rgba(181, 181, 181, 0.68);
    -webkit-box-shadow: 0px 0px 10px 3px rgba(181, 181, 181, 0.68);
    -moz-box-shadow: 0px 0px 10px 3px rgba(181, 181, 181, 0.68);
    padding: 35px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.service__right__blk {
    flex: 0 0 auto;
    width: 400px;
    text-align: center;
}

.service__left__blk > a {
    font-size: 32px;
    color: #a96737;
    margin-bottom: 15px;
    display: inline-block;
    transition: .3s all;
}
.service__left__blk > a:hover {
	color: #3be138;
}
.service__left__blk p {
    font-size: 18px;
    color: #5E5D5E;
}

.service__check__blk h4 {
    font-size: 20px;
    color: #5E5D5E;
}

.service__check__blk p {
    font-size: 18px;
    color: #a96737;
    display: flex;
    align-items: center;
}

.service__check__blk p i {
    font-size: 22px;
    color: #79C8C1;
    margin-right: 10px;
}

.service__wrapper {
    position: relative;
    background: #fff;
    margin-top: 100px;
}

.badges__text {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 600;
    background: #a96737;
    color: #fff;
    display: inline-block;
    min-width: 230px;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    top: -35px;
    left: -26px;
    z-index: 22;
}

.service__wrapper:before {
    position: absolute;
    left: -17px;
    top: -2px;
    height: 40px;
    width: 40px;
    background: #2A407B;
    content: '';
    transform: rotate(-45deg);
    z-index: -1;
}


/* ------------------------------------- SERVICE AREA END ---------------------------------- */


/* ------------------------------------- FAQ AREA START ---------------------------------- */

.accordion-button:not(.collapsed) .plus__ico {
    transform: rotate(45deg);
}

.plus__ico {
    position: absolute;
    right: 20px;
    font-size: 29px;
    transition: .3s all;
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: 18px;
    color: #444;
    font-weight: 400;
}

.faq__area {
    padding: 40px 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    color: unset;
    background-color: #fff;
    box-shadow: unset;
}

.accordion-button::after {
    display: none !important;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 8px 3px rgba(207, 207, 207, 0.78);
    -webkit-box-shadow: 0px 0px 8px 3px rgba(207, 207, 207, 0.44);
    -moz-box-shadow: 0px 0px 8px 3px rgba(207, 207, 207, 0.78);
    margin-top: 20px;
    border-radius: 15px !important;
}

.accordion-button {
    font-size: 22px !important;
    color: #a96737 !important;
    font-weight: 500 !important;
    padding: 24px;
    padding-right: 40px;
    border-radius: 15px !important;
}

.faq__inner__blk .section__title {
    margin-bottom: 50px;
}

.mobile__menu {
    display: none;
}


/* ------------------------------------- FAQ AREA END ---------------------------------- */

.pricing__img{
    height: 280px;
    text-align: center;	
}

.pricing__img img{
    max-width: 100%;
    height: auto;
    max-height: 250px;
}

.single__inner__product__blk {
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(189, 189, 189, 0.22);
    -webkit-box-shadow: 0px 0px 35px 0px rgba(189, 189, 189, 0.34);
    -moz-box-shadow: 0px 0px 35px 0px rgba(189, 189, 189, 0.22);
    position: relative;
    padding: 30px 0;
    margin-top: 25px;
    padding-left: 23px;
    border: 1px solid #d0d0d0;
}

.inner__product__content h4 {
    font-size: 20px;
    color: #ec098d;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}

.inner__product__content h4:hover {
    text-decoration: underline;
}

.inner__product__content p a:hover {
    text-decoration: underline;
}

.inner__product__content p {
    font-size: 14px;
}

.inner__product__content p a {
    font-size: 14px;
    color: #334f91;
}

.lasso-badge {
	font-size: 1.7rem;
	z-index: 1;
}.lasso-badge {
	position: absolute;
	top: -18px;
	left: -10px;
	display: inline-block;
	background-color: #F13B3B;
	color: #fff;
	z-index: 1;
	padding: 10px 15px;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 700;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
}.lasso-badge::after {
	content: " ";
	display: block;
	position: absolute;
	left: -10px;
	bottom: -7px;
	border-color: rgba(0,0,0,0) #f03b3b rgba(0,0,0,0) rgba(0,0,0,0);
	border-style: inset solid inset inset;
	border-width: 0 10px 7px;
	filter: brightness(50%);
}

.inner__page {
    padding-top: 15px;
}

.inner__page h2 {
    font-size: 25px;
    font-weight: 600;
}

.inner__page p {
    font-size: 16px;
    font-weight: 400;
}

.second__pricing__thumb {
    height: 100px;
    max-width: 125px;
    flex: 0 0 125px;
    text-align: center;
}

.hero__text h1{
    color: #fff;
}

.second__pricing__blk p a {
    color: #000;
}

.price__btn_wrap span a {
    color: #777;
}

.second__pricing__thumb img {
    height: 100px;
    width: auto;
    cursor: pointer;
}

.second__pricing__blk {
    display: flex;
    align-items: center;
}

.second__pricing__blk p {
    font-size: 18px;
    margin-left: 100px;
    cursor: pointer;
}

.price__btn__blk {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.price__btn_wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.price__btn {
    text-align: center;
}

.price__btn a {
    font-size: 14px;
    color: #fff;
    background: #3C6AF3;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.second__pricing {
    padding-top: 20px;
}

.price__btn_wrap span {
    font-size: 22px;
    font-weight: 600;
    margin-right: 150px;
    color: #777;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.single__second__pricing {
    border-bottom: 1px solid #eee;
    padding: 18px 10px;
    transition: .2s all ease-in-out;
}

.single__second__pricing:hover {
    background-color: #f9f9f9;
}

.second__pricing__blk p {
    font-size: 18px;
    margin-left: 35px;
    cursor: pointer;
}

.price__btn_wrap span b {
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
}