/*===============================================
Template Name: buddy & Business Creative HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
338
Description: Description
Version: 1.0.0
Text Domain: Consen
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. buddy Header Top Menu Area Css
02. buddy Nav Menu Area Css 
03. buddy Slider Area Css
04. buddy Section Title Css
05. buddy Service Area css
06. buddy About Area Css
07. buddy Counter Area Css
08. buddy Case Study Area Css
09. buddy Testimonial Area Css
10. buddy Process Area Css
11. buddy Team Area Css
12. buddy Faq Area Css
13. buddy Brand Section Css
14. buddy Call Do Section Css
15. buddy Form Box Css
16. buddy Skill Area Css
17. buddy Blog Area Css
18. buddy footer Area Css
19. buddy Subscribe Area Css
20. buddy Lines CSS
21. buddy Prossess Ber Css
22. buddy Scrollup Section
23. buddy Bounce Animation Css 
24. buddy Animation Dance
25. buddy Breadcumb Area Css
26. buddy abouts_areas Css
27. buddy Feture-Area Css
28. buddy Pricing Section Css
30. buddy Contact  US Css
31. buddy Blog Sidber Widget CSS
32. buddy Case Study Details Css
33. buddy Search Box Css
34. buddy Loader Css
=======================*/

/*---=====================================================
   <!--buddy Header Area Css-->
=========================================================---*/
.buddy-header-area {
    position: relative;
    z-index: 3;
    margin-bottom: -123px;
    padding: 0 65px 0 20px;
}
.buddy-header-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #4CAF50;
    height: 100%;
    width: 12%;
    z-index: -1;
    border-radius: 30px 0;
}
.header-menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.buddy-header-area  ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    margin: 0 18px 0;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 35px 0 35px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Oswald";
}
.header-menu ul li span {
    font-size: 13px;
    color: #fff;
    margin-left: 5px;
    position: relative;
    top: -1px;
}


/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #4CAF50;
    opacity: 0;
}
.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}
.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}
.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .1s;
    visibility: inherit !important;
    color: #131313!important;
    font-size: 16px;
    font-weight: 500;
}
.header-menu ul .sub_menu li:hover>a {
    background: #4CAF50;
    color: #fff !important;
}
/* sub menu style two */
.buddy-header-area.style_two .header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
}
.sticky .sub_menu li a {
    padding: 12px 20px !important;
}

/* sidebar header right */

.buddy_header-right {
    text-align: right;
}
.buddy_header-right .header-button a {
    border-radius: 0;
    padding: 28px 33px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}
.sidebar-btn {
    display: inline-block;
}
.nav-btn span i {
    display: inline-block;
    text-align: center;
    color: #4CAF50;
    font-size: 22px;
    width: 49px;
    height: 49px;
    border-radius: 25px;
    background-color: #fff;
    line-height: 50px;
    transition: .5s;
    border: 1px solid #fff;
}
.nav-btn span i:hover{
    background: #4CAF50;
    color: #fff;
}
.header-search-button.search-box-outer {
    padding: 0px 20px 0 0;
    display: inline-block;
}
.header-search-button.search-box-outer a {
    color: #4CAF50;
    display: inline-block;
    font-size: 18px;
    height: 49px;
    width: 49px;
    line-height: 50px;
    background: #ffff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
}
.header-search-button.search-box-outer a:hover {
    background: #4CAF50;
    color: #fff;
}

/* header right site */

.menu_right_site {
    display: flex;
    align-items: center;
    justify-content: right;
}
button.cart_btn.headers-button {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background: #fff;
    line-height: 45px;
    transition: .5s;
    outline: 0;
    border: 0;
    border: 1px solid #fff;
}
button.cart_btn.headers-button:hover  {
    background: #4CAF50;
}
button.cart_btn.headers-button i {
    font-size: 20px;
    color: #4CAF50;
    transition: .5s;
}
button.cart_btn.headers-button:hover i{
    color: #fff;
}
small.cart_counter {
    position: absolute;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #4CAF50;
    color: #fff;
    line-height: 20px;
}


/* header button */

.header-button {
    display: inline-block;
    margin-left: 30px;
}

.header-button a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    padding: 14px 45px !important;
    border: 1px solid #4CAF50;
}
.header-menu-btn small {
    position: absolute;
    top: -7px;
    right: -3px;
    border-radius: 30px;
    height: 18px;
    width: 16px;
    background: #ff791f;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}
.sticky .header-button a {
    border: 1px solid #fff;
}

/* sticky */

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #4CAF50 !important;
    transition: .5s;
    z-index: 9;
}

.sticky.buddy-header-area::before {
    display: none !important;
}

/* header shape */
.header_shape {
    position: absolute;
    top: 0;
    left: 226px;
}
.header_shape_two {
    position: absolute;
    bottom: -30%;
    left: 1%;
}
.sticky .header_shape {
    display: none;
}
.sticky .header_shape_two {
    display: none;
}
/*===========================================
<-- Sater Css Hero Area -->
==============================================*/
section.hero_area {
    background: url(../images/home_one/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height:700px;
    position: relative;
    z-index: 1;
}
.hero_content h4.sub_title {
    position: relative;
    z-index: 1;
    padding-left: 70px;
    font-size: 18px;
    color: #fefefe;
    font-weight: 500;
    margin-bottom: 6px;
}
.hero_content h4:before {
    content: "";
    left: 0;
    top: 14px;
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    z-index: -1;
}
.hero_content h1 {
    font-size: 75px;
    line-height: 96px;
    color: #fefefe;
    font-weight: 500;
    margin: 0;
}
.hero_content p {
    color: #a3b7b7;
    width: 85%;
    margin: 18px 0 33px;
}
/* hero btn */
.slider_button {
    display: flex;
    align-items: center;
    margin: 40px 0 21px;
}
.hero_btn a {
    display: inline-block;
    margin-right: 20px;
    padding: 13px 35px !important;
}
.hero_btn.two a {
    border: 1px solid #fff;
    border-radius: 30px;
    background: transparent;
    padding: 13px 37px;
}

/* ==== banner counter Review==== */
.banner_client_review {
    display: inline-flex;
    background: #fff;
    align-items: center;
    border-radius: 30px;
    padding: 15px 30px 19px;
}
.banner_client_review ul li {
    display: inline-block;
    margin-right: -25px;
}
.banner_client_review ul li img {
    border: 2px solid #4CAF50;
    border-radius: 50%;
}
.counter_review {
    display: flex;
    align-items: center;
    margin-left: 43px;
}
.counter-_number h1 {
    display: inline-block;
    font-size: 50px;
    line-height: 40px;
    color: #131313;
    font-weight: 700;
}
.counter-_number span {
    display: inline-block;
    font-size: 50px;
    line-height: 40px;
    color: #131313;
    font-weight: 700;
}
.counter-star i {
    font-size: 15px;
    color: #ff9900;
}
.counter_title {
    margin-left: 25px;
}
.counter_title h5 {
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    font-weight: 400;
    font-family: "Roboto";
}
/* hero thumb */

.video-icon {
    text-align: right;
}
.video-icon a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 35px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 55px;
    background: transparent;
    border: 2px solid #ffffff;
}

/* =================================
  <--- start buddy button css --->
=============================== */
.buddy_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 14px 35px;
    border-radius: 30px;
    background: #4CAF50;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    display: inline-block;
}
.buddy_btn2 a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color:#4CAF50;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 14px 35px;
    border-radius: 30px;
    background: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    display: inline-block;
}
.buddy_btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.buddy_btn a:hover  {
	color: #4CAF50;
}
.buddy_btn a:hover span {
	width: 200%;
	height: 500px;
}

/*===========================================
<-- Sater Css  boxed -->
==============================================*/
.boxed {
    position: relative;
    height: 100%;
    left: 0;
    z-index: 5
}
.boxed2 {
    position: relative;
    width: calc(100% - 40px);
    margin: 20px;
    height: 100%;
    left: 0;
    z-index: 5
}
/*===========================================
<-- Sater Css Buddy Feature Area -->
==============================================*/
section.feature_area {
    padding: 10px 0 0;
}
.feature_item {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 30px 25px;
    border-radius: 30px;
    overflow: hidden;
}
.feature_icon_box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1313131c;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.feature_icon_box:before {
    position: absolute;
    left: 50%;
    top: 100%;
    height: 1px;
    width: 0%;
    background: #4CAF50;
    content: "";
    transition: .5s;
}
.feature_item:hover .feature_icon_box:before {
    width: 100%;
    left: 0%;
}
.feature_icon {
    width: 85px;
    height: 85px;
    background-color: #4CAF50;
    line-height: 85px;
    border-radius: 50%;
    text-align: center;
}
h3.feature_title {
    font-size: 22px;
    color: #131313;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 0;
}
.feature_content {
    padding-right: 68px;
}
.feature_btn {
    position: absolute;
    right: 0;
    bottom: -5%;
    text-align: center;
    transition: .5s;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px 0 0 0px;
    background: #f8f5f1;
}
.feature_btn a {
    display: inline-block;
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 55px;
    position: relative;
}
.feature_btn a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    top: -114%;
    right: -39%;
    background: url(../images/home_one/shape.png);
    background-repeat: no-repeat;
    transform: rotate(-189deg);
    background-size: cover;
}
.feature_btn a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    bottom: -13%;
    right: 112%;
    background: url(../images/home_one/shape.png);
    background-repeat: no-repeat;
    transform: rotate(-167deg);
    background-size: cover;
}
.feature_item:hover .feature_btn a {
    color: #fff;
    background: #4CAF50;
}


.feature_shape {
    position: absolute;
    right: 0%;
    bottom: -11%;
    z-index: -1;
}

/*===========================================
<-- Sater Css About Area -->
==============================================*/

section.about_area {
    padding: 50px 0 40px;
}
.about_content {
    position: relative;
    z-index: 1;
}
.about_content h4 {
    font-size: 22px;
    color: #131313;
    font-weight: 400;
    margin-bottom: 23px;
}
.about_content p {
    width: 91%;
}

/* ======= Hero button ========== */

.about_button {
    display: flex;
    align-items: center;
    margin-top: 33px;
}
.about_btn {
    margin-right: 15px;
    margin-top: 8px;
}
.about_btn a {
    padding: 12px 43px;
    border: 1px solid #4CAF50;
}
.about_info a {
    display: inline-block;
    margin-left: 20px;
    font-size: 22px;
    color: #131313;
    font-family: "Oswald";
}
.about_info span i {
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 28px;
    background-color: #EBDBCB;
    line-height: 55px;
    color: #131313;
}

/* ===== About Thumb ==== */

.about_thumb {
    position: relative;
}
.about_count {
    border-radius: 30px 30px 30px 0px;
    background-color: #4CAF50;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 48px 54px 56px;
    text-align: center;
}
.about_count .counter-_number h1 {
    color: #ffffff;
}
.about_count .counter_title {
    margin-left: 0;
}
.about_count .counter_title h5 {
    font-size: 23px;
    color: #ffffff;
    font-weight: 500;
}

/*===========================================
<-- Sater Css Section Title  -->
==============================================*/

.section_title h4 {
    font-size: 18px;
    color: #4CAF50;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding-left: 70px;
    display: inline-block;
}
.section_title h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background-color: #4CAF50;
}
.section_title h1 {
    font-size: 55px;
    line-height: 65px;
    color: #131313;
    font-weight: 700;
}
.section_title.style_two {
    margin-bottom: 47px;
}
.section_title.style_two h4 {
    color: #fff;
}
.section_title.style_two h4:before {
    background: #fff;
}
.section_title.style_two h1 {
    color: #fff;
}
.section_title.text-center h4 {
    padding: 0;
}
.section_title.text-center h4:before {
    left: -70%;
}
.section_title.text-center h4::after {
    position: absolute;
    content: "";
    right: -71%;
    top: 50%;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background-color: #4CAF50;
}
.section_title.style_three {
    margin-bottom: 47px;
}
/* section title home two  */
.section_title.home_two h4 {
    font-size: 16px;
    font-weight: 400;
    padding-left: 22px;
}
.section_title.home_two h4:before {
    top: 49%;
    width: 12px;
    height: 2px;
}
.section_title.home_two h4::after {
    position: absolute;
    content: "";
    right: -22px;
    top: 49%;
    width: 12px;
    height: 2px;
    border-radius: 2px;
    background-color: #4CAF50;
}
.section_title.home_two h1 {
    font-size: 40px;
    line-height: 50px;
    color: #131313;
}
.section_title.home_two span {
    color: #C47224;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.section_title.home_two span:before {
    background: #C47224;
    position: absolute;
    z-index: -1;
    height: 2px;
    width: 100%;
    content: "";
    bottom: -2px;
    left: 0;
}
.section_title.home_two.style_one {
    padding-left: 220px;
    position: relative;
    margin-bottom: 48px;
}
.section_title.home_two.style_one:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 36%;
    width: 150px;
    height: 1px;
    background-color: #4CAF50;
}
.section_title.home_two p {
    font-size: 16px;
    color: #809197;
    margin: 32px 0 24px;
}
.section_title.home_two.text-center h4:before {
    left: -23px;
}
.section_title.home_two.text-center h1 {
    color: #fff;
}
.section_title.home_two.text-center h4 {
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
}
.section_title.home_three h1 {
    font-size: 46px;
    line-height: 60px;
    color: #131313;
    font-weight: 600;
}

/* animation title */
.section_title.style_four {
    position: relative;
    z-index: 1;
}
h2.animation_title {
    font-weight: 900;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #ffff;
    color: #E9E9E9;
    -webkit-mask-image: linear-gradient(-75deg, rgb(211 25 25) 25%, #231717 25%, rgb(218 105 60 / 12%) 100%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
    font-size: 242px;
    position: absolute;
    top: -65%;
    left: -2%;
    z-index: -1;
}
    @-webkit-keyframes shine {
    from {
    -webkit-mask-position: 150%;
    }

    to {
    -webkit-mask-position: -50%;
    }
}
.section_title.style_four h1 {
    font-size: 25px;
    color: #131313;
    font-weight: 700;
    margin-bottom: 28px;
    position: relative;
}
.section_title.style_four h1:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4CAF50;
    bottom: -5px;
    left: 0;
}
.section_title.style_four p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    width: 88%;
}
.section_title.style_four.text-center h1 {
    font-size: 46px;
    color: #131313;
    font-weight: 700;
    display: inline-block;
}
.section_title.style_four.text-center h1:before {
    bottom: -33px;
    left: 0;
    right: 0;
    margin: auto;
}
.section_title.style_five.text-center h1:before {
    display: none;
}
h2.animation_title.style_two {
    left: 0;
    right: 0;
    top: -112%;
    font-size: 235px;
}
/*===========================================
<-- Sater Css Marquee Area -->
==============================================*/

.marquee_area {
    padding: 50px 0 90px;
}
.marquee {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap:0;
}
.marquee-block h3 {
    margin: 0;
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 73%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.marquee.style2 .marquee-block h3 {
    font-weight: 700;
    margin: 0;
    -webkit-background-clip: text;
    letter-spacing: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #131313;
    color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, #131313 50%, #131313 50%, #131313);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
    font-size: 70px;
}
.marquee.style2 .marquee-block span {
    font-size: 70px;
    color: #4CAF50;
    font-weight: 700;
    font-family: "Oswald";
    transition: .5s;
    cursor: pointer;
}
.marquee.style2 .marquee-block span:hover {
    color: #4CAF50;
}

/*===========================================
<-- Sater Css Service Area -->
==============================================*/

section.service_area {
    padding: 85px 0 91px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section.service_area:before {
    position: absolute;
    content: "";
    left: 5%;
    top: 0;
    height: 100%;
    max-width: 90%;
    background-color: #4CAF50;
    z-index: -1;
    border-radius: 30px;
    width: 100%;
}
section.service_area::after {
    position: absolute;
    content: "";
    left: 5%;
    bottom: 0;
    height: 10%;
    max-width: 90%;
    background: url(../images/home_one/chicken.png);
    z-index: -1;
    border-radius: 30px;
    width: 100%;
    background-repeat: no-repeat;
}
.service_single_item {
    position: relative;
    transition: .5s;
    display: inline-block;
    padding: 20px;
    margin-bottom: 30px;
    z-index: 1;
    background: #fff;
    border-radius: 30px;
}
.service_thumb img {
    width: 100%;
}
.service_content {
    margin: 20px 25px 0 0px;
}
.service_content span {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}
.service_content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4CAF50;
}
.service_content h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #1313131c;
    padding-bottom: 30px;
    margin-bottom: 12px;
    position: relative;
}
.service_content p {
    margin-right: 80px;
}
.feature_icon_box:before {
    position: absolute;
    left: 50%;
    top: 100%;
    height: 1px;
    width: 0%;
    background: #4CAF50;
    content: "";
    transition: .5s;
}
.service_single_item:hover .feature_icon_box:before {
    width: 100%;
    left: 0;
}
.service_single_item .feature_btn {
    border-radius: 30px 0 0 0px;
    bottom: -11px;
    background: #4CAF50;
    width: 90px;
    height: 90px;
    line-height: 90px;
    right: -4px;
}
.service_single_item .feature_btn a::before {
    top: -85%;
    right: -70%;
    background: url(../images/home_one/ser_shap.png);
    transform: rotate(0deg);
    background-size: inherit;
}
.service_single_item .feature_btn a::after {
    bottom: -58%;
    right: 86%;
    background: url(../images/home_one/ser_shap.png);
    transform: rotate(0deg);
    background-size: inherit;
    background-repeat: no-repeat;
}
.service_single_item:hover .feature_btn a {
    background: #131313;
    color: #fff;
}
.service_list .owl-nav {
    position: absolute;
    top: -24%;
    right: 1%;
    display: inline-flex;
}
.service_list .owl-prev {
    width: 60px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    transition: .5s;
}
.service_list .owl-next {
    width: 60px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    transition: .5s;
}
.service_list .owl-prev:hover, .owl-next:hover {
    background: #131313;
    border: 1px solid #131313;
}

/*===========================================
<-- Sater Css Buddy Business Area -->
==============================================*/
section.business_area {
    padding: 85px 0 100px;
}
.besiness_item {
    margin-bottom: 60px;
}
.besiness_item .feature_icon {
    float: left;
    width: 90px;
    height: 90px;
    background-color: #4CAF50;
    line-height: 90px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}

.besiness_item h3.feature_title {
    margin-bottom: 10px;
}
.business_img {
    text-align: center;
}

/*===========================================
<-- Sater Css Buddy Case Study Area -->
==============================================*/

.case_single_item.upper {
    margin-top: 50px;
}
.case_thumb {
    position: relative;
    z-index: 1;
}
.case_content {
    position: absolute;
    bottom: 34%;
    background: #fff;
    width: 85%;
    left: 30px;
    border-radius: 30px;
    padding: 27px 30px 31px;
    transition: .5s;
    opacity: 0;
}
.case_thumb:hover .case_content {
    opacity: 1;
    bottom: 6%;
}
.case_content p {
    position: relative;
    margin: 0 0 0;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    padding-left: 20px;
}
.case_content p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4CAF50;
}
.case_content h3 {
    margin: -3px 0 0;
}
.case_content h3 a {
    display: inline-block;
    font-size: 22px;
    color: #131313;
    font-weight: 600;
}
.case_content h3 a:hover {
    color: #4CAF50;
}
/* =========================================================
  <--- Start buddy Testimonial Area CSS --->
============================================================ */

.testimonial_area {
    padding: 85px 0 90px;
}
.testimonial_item {
    background: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    padding: 35px 58px 40px 40px;
}
.testimonial_item::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 19%;
    background: url(../images/home_one/testi.png);
    background-size: cover;
}
.testimonial_item::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 21%;
    bottom: 0%;
    background: url(../images/home_one/testi.png);
    background-size: cover;
}
/* testimonial star rating */
.testi-star i {
    font-size: 15px;
    color: #f5c60d;
    margin-bottom: 24px;
}
.testimonial-content p {
    font-size: 18px;
}
.tesit-auothor {
    display: flex;
    align-items: center;
    margin-top: 32px;
}
.tesit-auothor .bio {
    margin-left: 20px;
}
.tesit-auothor .bio h4.name {
    margin: 0;
    font-size: 22px;
    line-height: 40px;
    color: #131313;
    font-weight: 600;
}
.tesit-auothor .bio h5.designation {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    font-family: "Roboto";
}
.testi_arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 66px;
    border-radius: 40px 0 0 0px;
    background-color: #F8F5F1;
    display: inline-block;
    line-height: 63px;
    text-align: center;
}
.testi_arrow img {
    width: 55% !important;
}

/*  owl nav */

.testimonial .owl-nav {
    position: absolute;
    top: -44%;
    right: 0;
    display: inline-flex;
}
.testimonial .owl-prev {
    width: 60px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #131313;
    line-height: 55px;
    text-align: center;
    color: #131313;
    font-size: 21px;
    margin-right: 10px;
    transition: .5s;
}
.testimonial .owl-next {
    width: 60px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #131313;
    line-height: 55px;
    text-align: center;
    color: #131313;
    font-size: 21px;
    transition: .5s;
}
.testimonial .owl-prev:hover, .owl-next:hover {
    background: #131313;
    color: #ffff;
}

/*===========================================
<-- Sater Css Brand Area -->
==============================================*/
section.brand_area {
    padding: 0 0 100px;
}
.row.brand_upper {
    border-top: 1px solid #E0DCD9;
    margin: 0;
    padding-top: 65px;
}
.single-brand-item {
    text-align: center;
}
.brand-thumb img {
    opacity: 0.8;
    transition: .5s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    width: inherit !important;
}
.brand-thumb img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*===========================================
<-- Sater Css Buddy Work Area -->
==============================================*/

.row.work_bg {
    background-position: center center;
    padding: 95px 0 100px;
    background: url(https://kblivestockfarm.in/images/kb-livestock-farm-Kadaknath-chicken-Home-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin: 0;
}
.section_title.style_two p {
    color: #fff;
    width: 87%;
    margin: 25px 0 0;
}
.progress_bar {
    float: left;
    display: flex;
}
.progress_bar:last-child {
    margin-left: 45px;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
}
@keyframes progress {
    0% { --percentage: 0; }
    100% { --percentage: var(--value); }
  }
  
  @property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
  }
  
  [role="progressbar"] {
    /* --percentage: var(--value); */
    --primary: #fff;
    --secondary: #4CAF50;
    animation: progress 2s 0.5s forwards;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    display: grid;
    place-items: center;
    background: #fff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-right: 22px;
}
  
  [role="progressbar"]::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 66%, #000 0);
    -webkit-mask-mode: alpha;
    border-radius: 50%;
}
  
  [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-size: 26px;
    line-height: 28px;
    color: #4CAF50;
    font-weight: 500;
    font-family: "Roboto";
}
.circle-progress-title h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    line-height: 38px;
    margin: 0;
}
/* =========================================================
  <--- Start buddy Blog Area CSS --->
============================================================ */
.blog_area {
    padding: 85px 0 90px;
}
.single-blog-thumb{
    position: relative;
}
.single-blog-thumb:before {
    background: rgba(183,113,47);
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    -moz-transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    content: "";
    z-index: 2;
    opacity: .4;
    border-radius: 30px;
}
.single-blog-thumb:after {
    position: absolute;
    content: "";
    background: rgba(183,113,47);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    -moz-transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
    border-radius: 30px;
}
.single-blog-box:hover .single-blog-thumb:before {
    height: 100%;
    opacity: .1
}

.single-blog-box:hover .single-blog-thumb:after {
    height: 0;
    opacity: .2
}
.single-blog-thumb img {
    border-radius: 10px;
    width: 100%;
}
span.blog_category {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 16px;
    color: #4CAF50;
    font-weight: 400;
    background: #fff;
    padding: 1px 28px;
    border-radius: 15px;
}
.blog-content {
    padding: 12px 50px 0 0px;
}
.meta-blog p {
    font-size: 14px;
}
.meta-blog p span {
    display: inline-block;
    font-size: 16px;
    color: #4CAF50;
    position: relative;
    margin-right: 8px;
}
.meta-blog p span:last-child {
    margin-left: 15px;
}
.blog-title h3 {
    margin: -13px 0 20px;
}
.blog-title h3 a {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 40px;
    color: #131313;
    font-weight: 600;
    font-family: "Oswald";
}
.blog-title h3 a:hover {
    color: #4CAF50;
}
.blog_btn a {
    transition: .5s;
    display: inline-block;
    font-size: 16px;
    color: #4CAF50;
    font-weight: 500;
    font-family: "Roboto";
    background: transparent;
    border: 1px solid #4CAF50;
    border-radius: 20px;
    padding: 4px 22px;
}
.blog_btn a:hover {
    color: #ffff;
}
.blog_btn.buddy_btn span {
    background-color: #4CAF50;
}

/*  owl-carousel */

.blog_list .owl-nav {
    position: absolute;
    top: -29%;
    right: 0;
    display: inline-flex;
}
.blog_list .owl-prev {
    width: 60px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #131313;
    line-height: 55px;
    text-align: center;
    color: #131313;
    font-size: 21px;
    margin-right: 10px;
    transition: .5s;
}
.blog_list .owl-next {
    width: 60px;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #131313;
    line-height: 55px;
    text-align: center;
    color: #131313;
    font-size: 21px;
    transition: .5s;
}
.blog_list .owl-prev:hover, .owl-next:hover {
    background: #131313;
    color: #ffff;
}

/* =========================================================
  <--- Start buddy Call Area CSS --->
============================================================ */

section.call_area {
    background: #4CAF50;
    padding: 35px 0 35px;
}
.call_list ul li {
    display: inline-block;
}
.call_list ul li a {
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-right: 40px;
}
.call_list ul li a:before {
    position: absolute;
    content: "";
    right: -26px;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #ffffff;
}
li.style_none a:before{
    display: none;
}
.call_main_container {
    display: flex;
}
.call-do-action-info:last-child {
    margin-left: 30px;
}
.call-do-action-info {
    display: flex;
    align-items: center;
}
.call-do-social_icon {
    width: 55px;
    height: 55px;
    border-radius: 27px;
    background-color: #ffffff;
    line-height: 55px;
    text-align: center;
    color: #B07130;
    font-size: 20px;
    margin-right: 10px;
}
.call_info p {
    color: #ffffff;
    margin: 0;
}

/* =========================================================
  <--- Start buddy Footer Area CSS --->
============================================================ */

.footer_area {
    background: #000000;
    padding: 100px 0 30px;
}
p.footer_desc {
    line-height: 28px;
    color: #CACACA;
    font-weight: 400;
    margin: 23px 0 31px;
    width: 81%;
}
.footer_social_icon ul li {
    display: inline-block;
}
.footer_social_icon ul li a {
    display: inline-block;
    color: #000000;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
}
.footer_social_icon ul li a:hover {
    background: #4CAF50;
    color: #fff;
}
.footer_contact p {
    color: #CACACA;
}
.footer-widget-title h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 38px;
}
.footer-widget-menu ul li a {
    color: #CACACA;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 13px;
}
.footer-widget-menu ul li a:hover {
    color: #4CAF50;
}
/* footer bottom */
.row.add-border {
    position: relative;
    margin-top: 70px;
}
.footer-bottom-content-copy p {
    line-height: 28px;
    color: #fff;
    margin: 0;
    text-align: center !important;
}

/* <--================ Start Home Two CSS===============--> */

/* ========================================
<-- Start buddy Header Area Style Two -->

============================================*/
.buddy-header-area.style_two {
    margin-bottom: 0;
    margin-top: 0;
    background: #F0F0F0;
}
.buddy-header-area.style_two:before {
    display: none;
}
.buddy-header-area.style_two .header-menu {
    text-align: center;
}
.buddy-header-area.style_two .header-menu ul li a {
    color: #131313;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto";
    padding: 30px 0 30px;
}
.buddy-header-area.style_two .header-menu ul li span {
    color: #131313;
}
.buddy-header-area.style_two .header-button {
    margin-left: 0;
}
.buddy-header-area.style_two .header-button a {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 35px;
    border-radius: 5px;
}
.buddy-header-area.style_two .nav-btn.navSidebar-button {
    margin: 0 60px 0 0;
}
.buddy-header-area.style_two .nav-btn span i {
    display: inline-block;
    text-align: center;
    color: #00181A;
    font-size: 35px;
    width: 0;
    height: 0;
    border-radius: 0;
    background-color: transparent;
    line-height: 0;
}
.buddy-header-area.style_two .header-search-button.search-box-outer {
    padding: 0px 60px 0 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.buddy-header-area.style_two .header-search-button.search-box-outer::before {
    position: absolute;
    z-index: 1;
    content: "";
    right: 18px;
    top: -4px;
    width: 1px;
    height: 30px;
    border: 1px solid #94949496;
}
.buddy-header-area.style_two .header-search-button.search-box-outer a {
    color: #131313;
    font-size: 16px;
    height: 0;
    width: 0;
    line-height: 0;
    background: transparent;
    border-radius: 0;
}
.sticky.buddy-header-area.style_two .header-menu ul li a {
    color: #fff;
}
.sticky.buddy-header-area.style_two .header-menu ul li span {
    color: #fff;
}
.sticky.buddy-header-area.style_two .nav-btn span i {
    color: #fff;
}
.sticky.buddy-header-area.style_two .header-search-button.search-box-outer a {
    color: #fff;
}
.sticky.buddy-header-area.style_two .header-search-button.search-box-outer::before {
    border: 1px solid #fff;
}
/* ========================================
<-- Start buddy Hero Area Style Two -->
============================================*/

section.hero_area.style_two {
    background: url(../images/home_two/banner.png);
    background-size: cover;
    background-position: center center;
    height: 900px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    border-radius: 0 0 30px 30px;
}
.hero_content.style_two h4.sub_title {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(255,255,255,0.0784313725490196);
    display: inline-block;
    padding: 3px 15px 3px;
    margin-bottom: 2px;
}
.hero_content.style_two h4.sub_title:before {
    display: none;
}
.hero_area.style_two .hero_content h1 {
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
}
.hero_area.style_two .hero_content h1 span {
    color: #C47224;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.hero_area.style_two .hero_content h1 span:before {
    bottom: -5px;
    position: absolute;
    z-index: -1;
    content: "";
    height: 3px;
    width: 100%;
    background: #C47224;
}
.hero_content p {
    width: 44%;
    color: #fff;
    line-height: 26px;
}
.hero_content.style_two .slider_button {
    margin: 33px 0 38px;
}
.hero_btn.style_two a {
    border-radius: 10px;
    padding: 16px 40px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald";
    display: inline-block;
}
.hero_btn.style_two a::before {
    position: absolute;
    z-index: 1;
    height: 2px;
    content: "";
    width: 25px;
    background: #fff;
    top: 43px;
    transition: .5s;
}
.hero_btn.style_two a:hover:before {
    width: 100px;
    background: #4CAF50;
}
.banner_list ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
}
.banner_list ul li i {
    color: #fff;
    background-color: rgb(255 255 255 / 21%);
    font-size: 18px;
    padding: 1px 4px;
    margin-right: 10px;
}
.banner_list ul li span {
    margin-right: 12px;
}
.banner_trusted_box {
    display: inline-block;
    background: #fff;
    border: 8px solid #d7ccb95e;
    border-radius: 43px;
    padding: 5px 0 5px 8px;
    width: 275px;
    position: absolute;
    right: 30%;
    bottom: 10%;
}
.trusted_icon {
    float: left;
    margin-right: 12px;
}
h3.trusted_title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #131313;
    font-weight: 500;
    font-family: "Roboto";
    margin: 0;
}

.banner_brand {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 20%;
}
.banner_brand ul li {
    display: inline-block;
    font-size: 26px;
    color: #809197;
    font-weight: 500;
    font-family: "Oswald";
    margin-right: 45px;
}
.banner_brand ul li span {
    margin-right: 12px;
}


.banner_play {
    position: absolute;
    top: 18%;
    right: 10%;
}
/*animation circle*/
.text-inner {
    animation: circle 15s linear infinite;
    animation: circle 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
    cursor: pointer;
}
.text-inner svg {
    width: 112px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 19px;
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}
.text-inner:before {
    position: absolute;
    content: "";
    top: 44%;
    left: 0%;
    height: 22px;
    width: 23px;
    background: url(../images/home_two/rotate.png);
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}
.text-inner text {
    fill: #ffffff;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 50px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
a.banner-play-btn {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 180px;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: rgba(255,255,255,0.050980392156862744);
}
@keyframes circle {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .circle {
      animation: circle 15s linear infinite;
  }
  .right {
    animation: right 15s linear infinite;
  }
  .spin2 {
    animation: spin2 15s linear infinite;
  }
  @keyframes right {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-positive {
    0% {
      width: 0;
    }
  }

/* ============================================================
      <-- Start buddy About Area Style Two -->
===============================================================*/

section.about_area.style_two {
    background: #ffff;
    padding: 188px 0 120px;
    position: relative;
    margin-top: -82px;
}
section.about_area.style_two .about_content {
    position: relative;
}
section.about_area.style_two .about_content p {
    width: 76%;
}
section.about_area.style_two .banner_play {
    position: absolute;
    top: 195%;
    right: 78%;
}
section.about_area.style_two  .text-inner svg {
    width: 127px;
}
.banner_play.about_flip .text-inner text {
    fill: #809197;
    font-family: "Oswald";
    font-weight: 400;
}
a.about_right_btn {
    text-align: center;
    width: 82px;
    height: 82px;
    border-radius: 41px;
    background-color: #4CAF50;
    display: inline-block;
    line-height: 82px;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 25%;
    left: 28%;
}
.banner_play.about_flip .text-inner:before {
    display: none;
}
.about_shape {
    position: absolute;
    right: 0%;
    bottom: -199%;
}
.about_shapes {
    position: absolute;
    top: 17%;
    right: 15%;
}

/* ============================================================
      <-- Start buddy Feature Area Style Two -->
===============================================================*/
section.feature_area.style_two {
    background: #f0f0f0;
    padding: 105px 0 56px;
    position: relative;
}
.feature_item.style_two {
    background: transparent;
    padding: 0px 30px 25px;
}
.buddy_btn_home_two a {
    border-radius: 10px;
    padding: 12px 44px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-family: "Oswald";
    display: inline-block;
    border: 1px solid #4CAF50;
}
.buddy_btn_home_two  a::before {
    position: absolute;
    z-index: 1;
    height: 2px;
    content: "";
    width: 25px;
    background: #fff;
    top: 40px;
    transition: .5s;
}
.buddy_btn_home_two  a:hover:before {
    width: 100px;
    background: #4CAF50;
}
.feature_item.style_two .feature_icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.feature_item.style_two .feature_icon:before {
    position: absolute;
    content: "";
    left: 1px;
    bottom: -4px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #af702e;
    z-index: -1;
    transition: .5s;
}
.feature_item.style_two:hover .feature_icon:before {
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 60px;
    width: 60px;
}
.feature_item.style_two .feature_content {
    padding-right: 0;
}
.feature_item.style_two .feature_content p {
    font-size: 16px;
    line-height: 24px;
    color: #809197;
}
.feature_item.style_two h3.feature_title {
    margin: 24px 0 35px;
    transition: .5s;
}
.feature_item.style_two h3.feature_title:hover{
    color: #af702e;
}
.feature_button {
    margin-top: 25px;
}
.feature_button a {
    display: inline-block;
    color: #131313;
    font-weight: 500;
}
.feature_button a i {
    margin-left: 10px;
}
.feature_button a:hover {
    color: #af702e;
}
.Service_shape {
    position: absolute;
    bottom: 9%;
    left: 11%;
}

/* =================================
   Start Faq Area
==================================== */

section.faq_area {
    background: #fff;
    padding: 105px 0 95px;
}

/*accordion*/
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}
.accordion li a {
    position: relative;
    display: block;
    cursor: pointer;
    border: 0;
    padding: 13px 30px 13px;
    border-radius: 5px;
    z-index: 1;
    color: #131313 !important;
    font-weight: 400;
    font-family: "Oswald";
    font-size: 18px;
}
.accordion li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 29px;
    height: 2px;
    width: 15px;
    background-color: #799299;
    transition: .5s;
}
.accordion li a::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 22px;
    height: 15px;
    width: 2px;
    background-color: #799299;
    transition: .5s;
}
.accordion li a.active::after {
    display: none;
}
.accordion li p {
    padding: 5px 25px 0px 30px;
    margin: 0;
    line-height: 27px;
    color: #809197;
    display: none;
}
/* counter item */
.counter_songle_item {
    text-align: center;
}
.counter_content h1 {
    font-size: 60px;
    color: #131313;
    font-weight: 500;
    display: inline-block;
}
.counter_content span {
    font-size: 60px;
    color: #131313;
    font-weight: 500;
    font-family: "Oswald";
    display: inline-block;
}
.counter_content p {
    font-size: 20px;
    color: #809197;
    margin-top: 15px;
}

/* ========================================
<-- Start buddy Team Area  -->
============================================*/

section.team_area {
    background: url(../images/home_two/team_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 90px;
}
.single_team_item {
    background: rgba(255,255,255,0.2);
    text-align: center;
    padding: 12px 12px 12px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single_team_item:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #af702e;
    transition: .5s;
    border-radius: 10px;
    z-index: -1;
}
.single_team_item:hover:before {
    height: 100%;
}
.team_thumb img {
    border-radius: 10px;
    width: 100%;
}
.team_content {
    padding: 14px 0 19px;
}
.team_content h3 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
}
.team_content p {
    font-size: 15px;
    color: #ffffffa1;
    margin-top: 12px;
    margin-bottom: 17px;
}
ul.team_social li {
    display: inline-block;
    margin-right: 5px;
}
ul.team_social li a {
    line-height: 29px;
    font-size: 13px;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #ffffff2e;
    color: #ffff;
}
ul.team_social li a:hover {
    background: #fff;
    color: #af702e;
}

/* ========================================
<-- Start buddy Marquee Area Style Two  -->
============================================*/

.marquee_area.style_two {
    background: #af702e;
    padding: 10px 0 10px;
}

.marquee_area.style_two .marquee.style2 .marquee-block span {
    font-size: 26px;
    line-height: 80px;
    color: #131313;
    font-weight: 500;
}
.marquee_area.style_two .marquee.style2 .marquee-block h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 80px;
    color: #131313;
    -webkit-text-stroke-width: 0;
    font-weight: 500;
}
.marquee_area.style_two .marquee-block {
    min-width: 66%;
}

/* ========================================
<-- Start buddy Testimonal  Area Style Two  -->
============================================*/

section.testimonial_area.style_two {
    padding: 120px 0 118px 305px;
    background: #FFFFFF;
}
.testimonial_item.style_two {
    background: transparent;
    padding: 0;
}
.testimonial_item.style_two:after, .testimonial_item.style_two:before {
    display: none;
}

.testimonial_item.style_two .testimonial-content {
    background: #f1f1f1;
    padding: 36px 20px 65px 30px;
    position: relative;
    border-radius: 10px;
}
.testimonial_item.style_two .testimonial-content p {
    font-size: 16px;
    line-height: 26px;
    color: #849095;
}
.testimonial_item.style_two .testimonial-content:before {
    content: "";
    position: absolute;
    right: 17%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 20px solid #f1f1f1;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transition: .5s;
}
.testimonial_item.style_two:hover .testimonial-content:before {
    border-top: 20px solid #9f6f36;
}
.testimonial_item.style_two .testi-star {
    background-color: #9f6f36;
    display: inline-block;
    padding: 8px 96px 8px 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
}
.testimonial_item.style_two .testi-star i {
    font-size: 14px;
    color: #E1F2E1;
    margin-bottom: 0;
    margin-right: 5px;
}
.testimonial_item.style_two .tesit-auothor {
    margin-top: 35px;
    margin-left: 30px;
}
.testimonial_item.style_two .tesit-auothor .bio h4.name {
    margin: 0;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
}
.testimonial_item.style_two .tesit-auothor .bio h5.designation {
    font-size: 15px;
    line-height: 26px;
    color: #849095;
    font-weight: 400;
}
.buddy_btn_home_two.testimonal_btn a {
    padding: 14px 46px;
}
.buddy_btn_home_two.testimonal_btn a:hover:before {
    width: 110px;
}

/* ========================================
<-- Start buddy Blog Area Style Two  -->
============================================*/

section.blog_area.style_two {
    padding: 120px 0 100px 305px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}
section.blog_area.style_two:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 48%;
    border-radius: 0 20px 20px 0;
    background-color: #f1f1f1;
    z-index: -1;
}
.single-blog-box.style_two {
    position: relative;
    margin-bottom: 155px;
    overflow: visible;
}
.single-blog-box.style_two .single-blog-thumb:before, .single-blog-thumb::after{
    display: none;
}
.single-blog-box.style_two .blog-content {
    position: absolute;
    bottom: -136px;
    padding: 25px 0 29px 35px;
    width: 91%;
    border-radius: 10px;
    filter: drop-shadow(0 0 12.5px rgba(219,220,224,0.32));
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
}
.single-blog-box.style_two .meta-blog p {
    font-size: 16px;
}
.single-blog-box.style_two .meta-blog p span {
    margin-left: 0;
}
.single-blog-box.style_two  .blog-title h3 {
    margin: -9px 0 12px;
}
.single-blog-box.style_two .blog-title h3 a {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 30px;
    color: #282828;
    font-weight: 500;
}
.single-blog-box.style_two .blog-title h3 a:hover {
    color: #4CAF50;
}
.single-blog-box.style_two .blog_btn a {
    display: inline-block;
    background: transparent;
    border: 0;
    border-radius: 20px;
    padding: 0;
    font-size: 16px;
    color: #131313;
    font-weight: 400;
    position: relative;
}
.single-blog-box.style_two .blog_btn a:hover {
    color: #4CAF50;
}
.single-blog-box.style_two .blog_btn a:before {
    position: absolute;
    height: 2px;
    content: "";
    width: 25px;
    background: #282828;
    top: 27px;
    transition: .5s;
}
.single-blog-box.style_two .blog_btn a:hover:before {
    width: 100px;
    background: #4CAF50;
}
.single-blog-box.style_two .blog_btn a i {
    font-size: 22px;
    position: relative;
    top: 3px;
}

/* === owl nav */

.blog_list2 .owl-nav {
    position: absolute;
    bottom: 5%;
    left: -34%;
    display: inline-flex;
}
.blog_list2 .owl-prev {
    border: 1px solid #4CAF50;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    transition: .5s;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #4CAF50;
}
.blog_list2 .owl-next {
    border: 1px solid #4CAF50;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    transition: .5s;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: #4CAF50;
}
.blog_list2 .owl-prev:hover, .owl-next:hover {
    background: #131313;
    border: 1px solid #131313;
}

/* ========================================
<-- Start buddy Contact Area -->
============================================*/

section.contact_area {
    padding: 120px 0 0;
    background: #fff;
}
.contact_container {
    border-radius: 30px;
    filter: drop-shadow(0 0 25px rgba(210,212,219,0.3));
    background-color: #ffffff;
    padding: 30px 40px 51px 55px;
    position: relative;
    z-index: 1;
}
h2.contact_title {
    font-size: 35px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 61px;
}
.form-box {
    position: relative;
}
.form-box i {
    position: absolute;
    right: 42px;
    top: 16px;
    color: #4CAF50;
}
.form-box input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #E2E2E2;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
    outline: 0;
}
.form-box input::placeholder {
    font-size: 16px;
    color: #809197;
    font-weight: 400;
    font-family: "Roboto";
} 
.form-box textarea {
    padding: 14px 15px;
    width: 100%;
    height: 155px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #6868684a;
    outline: 0;
}
.form-box textarea::placeholder {
    font-size: 16px;
    color: #809197;
    font-weight: 400;
    font-family: "Roboto";
} 
.contact-form {
    margin-top: 22px;
}
.contact-form button {
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
    outline: 0;
    padding: 11px 27px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Oswald";
    border-radius: 5px;
    transition: .5s;
}
.contact-form button i {
    font-size: 20px;
}
.contact-form button:hover {
    background: #fff;
    color: #4CAF50;
}
/* contact sidebar  */

.contact_sidebar {
    background: #F1F1F1;
    padding: 60px 30px 33px;
    border-radius: 10px;
}
.contact_sidebar h2 {
    font-size: 35px;
    line-height: 43px;
    color: #131313;
    font-weight: 600;
    margin-bottom: 53px;
}
.contact_info {
    display: flex;
    margin-bottom: 45px;
}
.contact_icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #EEE5DF;
    border-radius: 50%;
    text-align: center;
    color: #C47129;
    margin-right: 30px;
}
.contact_infos p {
    margin: 0;
}
.contact_infos h3 {
    font-size: 18px;
    color: #131313;
    font-weight: 500;
    margin: 0;
}

/* ========================================
<-- Start buddy Contact Area style two -->
============================================*/

section.footer_area.style_two {
    background: url(../images/home_two/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -78px;
    padding: 197px 0 30px;
}
.subscribe_form {
    border-bottom: 1px solid rgba(255,255,255,0.30196078431372547);
    position: relative;
}
.subscribe_form input {
    background: transparent;
    border: none;
    width: 100%;
    outline: 0;
    height: 50px;
    color: #fff !important;
}
.subscribe_form input::placeholder {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.subscribe_form input:focus {
    outline: 0;
    background: transparent;
    box-shadow: none;
}
button.btn {
    width: 119px;
    height: 36px;
    border-radius: 5px;
    background-color: #4CAF50;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
}
button.btn:hover {
    background: #fff;
    color: #4CAF50;
}
.footer-widget-menu.style_two ul li a {
    font-size: 15px;
    margin-left: -15px;
    margin-bottom: 8px;
}
.footer-widget-menu.style_two ul li a:hover{
    margin-left: .0;
    color: #ffff;
}
.footer-widget-menu.style_two ul li a i {
    font-size: 12px;
    opacity: 0;
    transition: .5s;
}
.footer-widget-menu.style_two ul li a:hover i {
    opacity: 1;
}
.footer-widget-address.style_two {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 12px;
}
.footer-widget-address {
    margin-bottom: 20px;
}
.footer_widget_icon.style_upper {
    top: 7px;
    position: relative;
}
.footer_widget_icon i {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background-color: #4CAF50;
    font-size: 9px;
    color: #fff;
    line-height: 25px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.footer-widget-address_text {
    overflow: hidden;
}
.footer-widget-address_text p {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.footer-widget-address_text span {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff99;
    font-weight: 400;
}
/* footer bottom */
.row.add-border {
    position: relative;
    padding-top: 30px;
    margin-top: 71px;
}
.row.add-border:before {
    position: absolute;
    top: 0;
    left: 12px;
    height: 1px;
    width: 98%;
    background: rgba(255,255,255,0.30196078431372547);
    content: "";
}
.row.add-border .footer-bottom-content-copy p {
    text-align: left;
    font-size: 15px;
}
.footer-bottom-content.right {
    text-align: right;
}
.footer-bottom-menu {
    text-align: right;
}
.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 20px;
}
.footer-bottom-menu ul li a {
    display: inline-block;
    font-size: 15px;
    color: #bdd3d3;
    font-weight: 400;
}
.footer-bottom-menu ul li a:hover {
    color: #fff;
}

/* =============== Start Home Three Css ================= */

/* ========================================
<-- Start buddy  Header Area style Three -->
============================================*/
.buddy-header-area.style_three {
    background: #fff;
}
.buddy-header-area.style_three .header-menu {
    display: flex;
    justify-content: space-between;
}
.buddy-header-area.style_three:before {
    position: absolute;
    content: "";
    top: 0;
    left: 10%;
    height: 100%;
    width: 100%;
    background: url(../images/home_3/logo_shape.png);
    background-repeat: no-repeat;
    display: block;
}
.buddy-header-area.style_three .header-menu ul li a {
    padding: 35px 0 35px;
    font-size: 18px;
    line-height: 28px;
    color: #131313;
    font-weight: 500;
    font-family: "Oswald";
}
.buddy-header-area.style_three .header-search-button.search-box-outer a {
    color: #4CAF50;
}
.buddy-header-area.style_three .header-search-button.search-box-outer::before {
    display: none;
}
.buddy-header-area.style_three .buddy_btn a {
    padding: 10px 33px;
    font-weight: 400;
    font-family: "Oswald";
    background-color: rgba(176,113,47,0.3411764705882353);
    border: 2px solid #af702e54;
    border-radius: 30px;
    color: #313131;
}
.header-button a img {
    margin-right: 10px;
}
.sticky.buddy-header-area.style_three .buddy_btn a {
    border: 2px solid #fff;
}
.sticky.buddy-header-area.style_three .buddy_btn a img {
    filter: brightness(0) invert(1);
    transition: .5s;
}
.sticky.buddy-header-area.style_three .buddy_btn a:hover img {
    filter: brightness(1) invert(0);
}
/* ========================================
<-- Start buddy  Slider  Area style Three -->
============================================*/
section.hero_area.style_three {
    background: linear-gradient(to right, #E0C6AB, #f4ebe26b, #FFFFFF);
    height: 350px;
}
.hero_content.style_three {
    position: relative;
    margin-top: 108px;
}
h2.title_animate {
    font-weight: 900;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: #ffff;
    color: #533c3c1f;
    -webkit-mask-image: linear-gradient(-75deg, rgb(211 25 25) 25%, #231717 25%, rgb(218 105 60 / 12%) 100%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
    font-size: 200px;
    line-height: 213px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-107%);
}
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
    
    to {
      -webkit-mask-position: -50%;
    }
  }

  .hero_content.style_three h1 {
    font-size: 80px;
    line-height: 85px;
    color: #131313;
}
.hero_content.style_three h4.sub_title {
    font-size: 20px;
    line-height: 24px;
    color: #4CAF50;
    font-weight: 500;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 14px;
}
.hero_content.style_three h4.sub_title:before {
    display: block;
    background: url(../images/home_3/sub_icon.png);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    right: -35px !important;
    left: inherit;
    top: -18px;
}
.swiper_slider .swiper-button-next, .swiper-button-prev {
    display: none;
}
section.hero_area.style_three .banner_play {
    top: 33%;
    right: 18%;
    cursor: pointer;
}
section.hero_area.style_three .banner_play.about_flip .text-inner text {
    fill: #4CAF50;
    font-weight: 600;
    font-family: "Oswald";
    font-size: 36px;
    letter-spacing: 1px;
}
section.hero_area.style_three a.about_right_btn {
    color: #313131;
    font-size: 47px;
    background: transparent;
    font-weight: 700;
    display: inline-block;
    transform: rotate(-45deg);
}

/* ========================================
<-- Start buddy  Marquee  Area Style Three  -->
============================================*/

.marquee_area.style_three {
    background: #ffff;
    padding: 36px 0 35px;
}
.marquee_area.style_three .marquee-block {
    min-width: 108%;
}
.marquee_area.style_three .marquee.style2 .marquee-block h3 {
    line-height: 80px;
    -webkit-text-stroke-width: 0;
    font-size: 46px;
    text-transform: uppercase;
    color: #4CAF50;
    font-weight: 500;
    font-family: "Roboto";
}
.marquee_area.style_three .marquee.style2 .marquee-block span {
    line-height: 80px;
    -webkit-text-stroke-width: 0;
    font-size: 46px;
    text-transform: uppercase;
    color: #4CAF50;
    font-weight: 500;
    font-family: "Roboto";
}
/* ========================================
<-- Start buddy  About  Area style Three -->
============================================*/

section.about_area.style_three {
    background: #F9F7F8;
    margin-top: 0;
    padding: 110px 0 120px;
}
.about_content_left {
    margin-left: 45px;
    border-left: 5px solid #c6c1bb;
    padding-left: 25px;
    margin-top: 55px;
}
.about_content_left p {
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    font-weight: 500;
    font-style: italic;
}
.about_content_left h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #131313;
    font-weight: 600;
    padding-left: 50px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.about_content_left h3:before {
    left: 0;
    position: absolute;
    top: 15px;
    width: 33px;
    height: 2px;
    background-color: #4CAF50;
    content: "";
}
section.about_area.style_three .section_title.home_two.home_three {
    margin-left: 185px;
    margin-top: 46px;
}
.section_title.home_two.home_three  p {
    font-size: 18px;
    line-height: 24px;
    color: #616161;
    font-weight: 500;
    font-style: italic;
}
.about_thumb.style_right {
    margin-left: 14px;
    margin-top: 80px;
}

/* ========================================
<-- Start buddy  Counter Area -->
============================================*/

section.counter_area {
    background: #ffff;
    padding: 110px 0 95px;
}
.counter_title2 h2 {
    font-size: 46px;
    line-height: 60px;
    color: #131313;
    font-weight: 500;
}
.case_single_item.style_two .case_thumb:before {
    background-image: linear-gradient(0deg, rgb(0 105 62) 0%, rgb(0 105 62) 20%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    transition: .5s;
}
.case_single_item.style_two:hover .case_thumb:before {
    height: 100%;
}
.case_single_item.style_two .case_content {
    width: 80%;
    left: 30px;
    border-radius: 0;
    padding: 12px 17px 17px;
    transition: .5s;
    background-color: #4CAF50;
    border: 1px solid #ffffff;
    text-align: center;
}
.case_single_item.style_two .case_thumb:hover .case_content {
    bottom: 9%;
}
.case_single_item.style_two .case_content h3 {
    margin: 0 0 11px;
}
.case_single_item.style_two .case_content h3 a {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.case_single_item.style_two .case_content p {
    font-size: 16px;
    color: #fff;
    padding-left: 0;
    line-height: 24px;
}
.case_single_item.style_two .case_content p:before {
    display: none;
}
/* ==== Counter Item ==== */

.counter_item {
    padding: 0 62px 0 0;
    margin-bottom: 30px;
}
.counter_contnet h2 {
    font-size: 60px;
    color: #4CAF50;
    font-weight: 500;
    display: inline-block;
}
.counter_contnet span {
    font-size: 60px;
    color: #4CAF50;
    font-weight: 500;
    display: inline-block;
}
.counter_contnet p {
    line-height: 24px;
    color: #616161;
    margin: 21px 0 22px;
}
.coun_btn a {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #181818;
    font-weight: 500;
    font-family: "Oswald";
}
.coun_btn a:hover{
    color: #4CAF50;
}
.coun_btn a:hover i{
    color: #4CAF50;
}
.coun_btn a i {
    font-size: 16px;
    color: #181818;
    font-weight: 700;
    display: inline-block;
    margin-left: 38px;
    transform: rotate(-45deg);
    transition: .5s;
}

/*
<!-- =====================================-->
<!-- Start Buddy Product Area -->
<!-- =====================================-->*/
section.product_area {
    padding: 85px 0 174px;
    background: #f9f7f7;
}
.product_tab_btn {
    margin: 65px 0 70px;
    text-align: center;
}
.product_tab_btn button {
    border: 2px solid #000000;
    padding: 10px 26px;
    font-size: 18px;
    color: #181818;
    font-weight: 500;
    font-family: "Oswald";
    margin-left: -5px;
}
.product_tab_btn button i {
    font-size: 16px;
    color: #181818;
    font-weight: 700;
    display: inline-block;
    margin-left: 30px;
    transform: rotate(-45deg);
}
.product_tab_btn button.active {
    border: 2px solid #4CAF50;
    background: #4CAF50;
    color: #fff;
}
.product_tab_btn button.active i {
    color: #fff;
}
.product_container{
    display: none;
}
.product_container.active{
    display: block;
    animation: fadeInUp 1s linear;
}

/* product item */

.product_single_item {
    text-align: center;
}
.product_thumb {
    position: relative;
    margin-bottom: 22px;
}
.product_thumb img {
    width: inherit !important;
}
.product_star i {
    font-size: 13px;
    color: #4CAF50;
}
.product_content h3 {
    font-size: 24px;
    color: #131313;
    font-weight: 600;
    text-transform: uppercase;
    margin: 7px 0 10px;
}
.product_content p {
    font-size: 18px;
    color: #131313;
    font-family: "Oswald";
}
.buddy_btn_home_three.product_btn {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    transform: translateY(-50%);
    transition: .5s;
    opacity: 0;
}
.buddy_btn_home_three.product_btn a {
    display: inline-block;
    background: #4CAF50 !important;
    font-size: 18px !important;
    color: #ffffff;
    font-weight: 500 !important;
    padding: 6px 25px !important;
}
.buddy_btn_home_three.product_btn a:hover {
    background: #fff !important;
    color: #4CAF50;
}
.buddy_btn_home_three.product_btn a i {
    margin-left: 20px !important;
}
.product_single_item:hover .buddy_btn_home_three.product_btn {
    top: 67%;
    opacity: 1;
}
.product_list .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: -18%;
}
.product_list .owl-dot {
    background: transparent;
    height: 12px;
    width: 12px;
    border: 1px solid #4CAF50;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.owl-dot.active {
    background: #4CAF50;
    height: 16px;
    width: 16px;
    display: inline-block;
}
/*
<!-- =====================================-->
<!-- StartBuddy  Video section -->
<!-- =====================================-->*/

.video-section {
    background-image: url(../images/home_3/vedio_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__area {
        background-attachment: unset;
    }
}
@media only screen and (max-width: 767px) {
    .video__area {
        background-attachment: unset;
    }
}
.video__area:hover .play-now {
    opacity: 0;
    visibility: hidden;
}
.video__area .play-now {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    color:#fff;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #ffffff;
    text-transform: capitalize;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 280px;
    height: 280px;
    line-height:280px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    left: 50%;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__area .play-now {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .video__area .play-now {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
}
.video__content {
    display: block;
    width: 100%;
    height: 690px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video__content {
        height: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video__content {
        height: 550px;
    }
}
@media only screen and (max-width: 767px) {
    .video__content {
        height: 450px;
    }
}
.video__content a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none;
    background-color: transparent;
}
.cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    color:#fff;
    background:black;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cursor.video {
    width: 280px;
    height: 280px;
    line-height: 280px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #ffffff;
}
@media only screen and (max-width: 767px) {
    .cursor.video {
        display: none;
    }
}
.buddy_btn_home_three {
    margin-top: 47px;
}
.buddy_btn_home_three a {
    display: inline-block;
    border-radius: 0;
    background: transparent;
    border: 2px solid #4CAF50;
    padding: 11px 30px;
    font-size: 18px;
    color: #4CAF50;
    font-weight: 500;
    font-family: "Oswald";
}
.buddy_btn_home_three a:hover {
    color: #fff;
}
.buddy_btn_home_three a i {
    margin-left: 38px;
    font-size: 15px;
    font-weight: 700;
    transform: rotate(-45deg);
    display: inline-block;
}
.buddy_btn_home_three.buddy_btn span {
    background: #4CAF50 !important;
}

/*
<!-- =====================================-->
<!-- Start Buddy  Subscrib Area -->
<!-- =====================================-->*/

section.subscribs_area {
    background: url(../images/home_3/subscrib_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 200px;
    background-attachment: fixed;
}
.subscrib-form-box {
    background: #fff;
    text-align: center;
    margin: 0 195px 0;
    padding: 54px 265px 60px;
    position: relative;
}
h2.subscrib_title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}
h2.subscrib_title:before {
    position: absolute;
    z-index: -1;
    height: 2px;
    width: 100%;
    content: "";
    left: 0;
    bottom: -20px;
    background: #B0712E;
}
.subscrib-form-box p {
    color: #131313;
    margin-bottom: 84px;
}
.subscrib-form-box  .form-box input {
    width: 100%;
    height: 31px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #B0712E;
    outline: 0;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.subscrib-form-box .form-box input::placeholder {
    color: #616161;
    font-weight: 300;
}
.subscrib-form-box .form-box i {
    right: 8px;
    top: 2px;
    color: #131313;
}

.contact-form.style_two button {
    border-radius: 0;
    text-transform: uppercase;
}
.contact-form.style_two i {
    font-weight: 600;
    font-size: 15px;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 28px;
}
.subscrib_shape {
    position: absolute;
    top: 19%;
    right: 5%;
}


.footer-widget-title.two h4 {
    font-size: 46px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 47px;
}
.footer-widget-content.style_two span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.footer-widget-content.style_two p {
    font-size: 24px;
    color: #ffffff;
    margin: 15px 0 38px;
}

.footer-widget-menu.style_three ul li {
    display: inline;
    margin-right: 45px;
}
.footer-widget-menu.style_three ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.footer-widget-menu.style_three ul li a:hover {
    color: #4CAF50;
}
.row.add-border.style_two {
    position: relative;
    padding-top: 30px;
    margin-top: 6px;
}
.row.add-border.style_two:before {
    position: absolute;
    top: 74px;
    left: 12px;
    height: 1px;
    width: 98%;
    background: rgba(255,255,255,0.30196078431372547);
    content: "";
}
.footer_social_icon.footer_bottom {
    margin-bottom: 33px;
}
.footer_social_icon.footer_bottom ul li a {
    display: inline-block;
    color: #fff;
    width: 0;
    height: 0;
    border-radius: 0;
    background-color: transparent;
    line-height: 0;
    text-align: center;
    margin-right: 8px;
    margin-right: 30px;
}
.footer_social_icon.footer_bottom ul li a:hover {
    color: #4CAF50;
}









/* ========================================
<-- Start buddy Inner page Breadcumb Area -->
============================================*/
.breadcumb-area {
    background: url(../images/inner-img/breadcrumb_bg.png);
    background-repeat: no-repeat;
    height: 440px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.breadcumb-title h4 {
    padding-bottom: 20px;
    font-size: 60px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 0;
}
.breadcumb-content ul li {
    display: inline-block;
    margin-right: 0;
    color: #fff;
}

.breadcumb-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.breadcumb-content ul li a i {
    margin-right: 4px;
}
.breadcumb-content ul li.rotates i {
    transform: rotate(-27deg);
    margin-right: 2px;
    display: inline-block;
    font-size: 14px;
}

/* =================================================
   Start Inner Page About Area Style Four
==================================== ================*/

section.about_area.style_four {
    background: #fff;
    padding: 100px 0 100px;
}
section.about_area.style_four .section_title h1 {
    font-size: 46px;
    color: #131313;
    font-weight: 500;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 10px;
}
section.about_area.style_four .about_content p {
    width: 88%;
    color: #131313;
    line-height: 24px;
}
.about_count.style_two {
    position: inherit;
    padding: 12px 0 36px;
    border-radius: 0;
    margin-bottom: 20px;
    width: 99%;
}
h1.years_namber:before {
    position: absolute;
    top: 45%;
    content: "";
    left: 30px;
    height: 100%;
    width: 100%;
    background: url(../images/inner-img/about_shape.png);
    background-repeat: no-repeat;
}
h1.years_namber {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
}
h1.years_namber span {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Oswald";
}
.about_count.style_two .counter_title h5 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Oswald";
}
.about_right {
    margin-left: 70px;
}
ul.about_list {
    margin: 25px 0 0;
}
ul.about_list li {
    font-size: 18px;
    color: #131313;
    font-weight: 500;
    font-family: "Oswald";
    margin-bottom: 12px;
}
ul.about_list li i {
    width: 27px;
    height: 27px;
    border-radius: 13px;
    background-color: #4CAF50;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}
section.about_area.style_four .about_btn a {
    padding: 12px 30px;
    border: 1px solid #4CAF50;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald";
}
section.about_area.style_four .about_btn a i {
    display: inline-block;
    margin-left: 30px;
    font-weight: 600;
    transform: rotate(-45deg);
}

/* =================================================
   Start Inner Page Team Area Style Two
==================================== ================*/

section.team_area.style_two {
    background: #fff;
    padding: 83px 0 80px;
}
.single_team_item.style_two {
    padding: 0;
}
.single_team_item.style_two:before {
    display: none;
}
.single_team_item.style_two .team_thumb {
    position: relative;
}
.single_team_item.style_two .team_thumb img {
    border-radius: 0;
    border: 3px solid #4CAF50;
}
ul.team_social_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #4CAF50;
    width: 185px;
    transition: .5s;
    opacity: 0;
}
.single_team_item.style_two:hover ul.team_social_icon {
    bottom: 36px;
    opacity: 1;
}
ul.team_social_icon li {
    display: inline-block;
}
ul.team_social_icon li a {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    padding: 6px 15px;
    position: relative;
}
ul.team_social_icon li a:hover {
    color: #313131;
}
ul.team_social_icon li a:before {
    position: absolute;
    top: 9px;
    right: 0;
    width: 1px;
    height: 21px;
    background-color: #ffffff69;
    content: "";
}
ul.team_social_icon li:last-child a:before {
    display: none;
}
.single_team_item.style_two .team_content {
    border-top: 0;
    padding: 15px 0 7px;
    width: 86%;
    border-left: 3px solid #4CAF5069;
    border-right: 3px solid #4CAF5069;
    border-bottom: 3px solid #4CAF5069;
    text-align: center;
    margin: auto;
}
.single_team_item.style_two .team_content h3 {
    font-size: 24px;
    color: #000000;
    margin: 0;
}
.single_team_item.style_two .team_content p {
    font-size: 16px;
    color: #616161;
    margin-bottom: 0;
    margin-top: 8px;
}

/* =============================================
   Start Inner Page History Area
=============================================== */
section.history_area {
    background: #ffff;
    padding: 110px 0 110px;
}
.history_container {
    margin-bottom: 60px;
}
.history_container:last-child {
    margin-bottom: 0;
}
.history_content h2 {
    font-size: 25px;
    color: #131313;
    font-weight: 700;
    position: relative;
    margin-bottom: 43px;
}
.history_content h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #4CAF50;
    bottom: -19px;
}
.history_content p {
    font-size: 18px;
    color: #616161;
    font-weight: 400;
    width: 90%;
}
.history_content .buddy_btn_home_three {
    margin-top: 32px;
}
.history_thumb.style_first {
    margin-left: 104px;
}
section.brand_area.style_two {
    background: #fff;
    padding: 110px 0 50px;
}
/* =================================
   Start Inner Page Pricing Area
==================================== */
section.pricing_area {
    padding: 30px 0 80px;
    background: #fff;
}
.pricing_single_item {
    background-color: #131313;
    padding: 42px 77px 61px;
    text-align: center;
    margin-bottom: 30px;
}
.section_title.style_six h1 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
}
.section_text_right p {
    font-size: 16px;
    line-height: 24px;
    color: #0f0f0f;
    width: 90%;
}
.pricing-title h3 {
    font-size: 30px;
    color: #4CAF50;
    font-weight: 500;
    font-family: "Oswald";
    text-align: center;
}
/* ====Price item ===*/
.pricing-item-text {
    position: relative;
    margin: 55px 0 48px;
    z-index: 1;
    text-align: left;
}
.pricing-item-text span.tk {
    margin-left: 20px;
    font-size: 60px;
    color: #4CAF50;
    font-weight: 500;
    font-family: "Oswald";
}
span.month {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Oswald";
    position: absolute;
    bottom: -8px;
}
.pricing_content p {
    color: #ffff;
}
.pricing_btn {
    margin-top: 40px;
}
.pricing_btn a {
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    width: 148px;
    height: 148px;
    border-radius: 74px;
    border: 1px solid #4CAF50;
    background: transparent;
    line-height: 184px;
    padding: 0;
    position: relative;
    font-size: 16px;
}
.pricing_btn a:hover {
    border: 1px solid #fff;
}
.pricing_btn a i {
    position: absolute;
    top: -39px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    transform: rotate(-45deg);
}
.pricing_btn.buddy_btn span {
    border-radius: 50%;
}

/* ==========================================
   Start Inner Page Faq  Area Style Two
============================================== */

section.faq_area.style_two {
    padding: 100px 0 102px;
}
section.faq_area.style_two .section_title p {
    width: 78%;
    margin: 15px 0 50px;
}
ul.accordion.style_two li {
    margin: 0 0 2px;
}
.accordion.style_two li a {
    padding: 0 0 10px;
    border-bottom: 1px solid #313131;
    border-radius: 0;
    font-size: 24px;
    color: #4CAF50 !important;
    font-weight: 500;
    text-transform: uppercase;
}
.accordion.style_two  li p {
    padding: 25px 0 0px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
}
.accordion.style_two li a:before {
    right: 15px;
    top: 12px;
    height: 5px;
    width: 12px;
    background-color: #4CAF50;
    left: inherit;
}
.accordion.style_two li a::after {
    display: none;
}

/* ==========================================
   Start Inner Page Product Area Style Two
============================================== */
section.product_area.style_two {
    background: #fff;
    padding: 85px 0 73px;
}
section.product_area.style_two .section_title p {
    color: #131313;
    width: 58%;
    margin: auto;
}
.product_cart {
    margin-bottom: 62px;
}
section.product_area.style_two .product_single_item {
    margin-bottom: 30px;
}

/* ==========================================
   Start Inner Page Blog  inner page
============================================== */

section.blog_area.inner_page {
    padding: 85px 0 78px;
    background: #fff;
}
.single-blog-box.style_three .single-blog-thumb img {
    border-radius: 0;
}
.single-blog-box.style_three .single-blog-thumb span.blog_category {
    top: 40px;
    padding: 2px 23px;
    border-radius: 3px;
}
.single-blog-box.style_three .blog-content {
    padding: 23px 38px 21px 30px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #1d21244f;
}
.single-blog-box.style_three .blog-title h3 {
    margin: -8px 0 0;
}
.single-blog-box.style_three .meta-blog p {
    color: #868681;
}
.single-blog-box.style_three .meta-blog p span:last-child {
    margin-left: 0;
}
.single-blog-box.style_three .blog-title h3 a {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.single-blog-box.style_three .blog_btn a {
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    color: #012549 !important;
    font-weight: 500;
}
.single-blog-box.style_three .blog_btn a i {
    font-weight: 600;
    font-size: 15px;
    margin-left: 15px;
    transform: rotate(-45deg);
    display: inline-block;
}

/* =======================================================
   Start Inner Page Testimonial Area Style Three 
========================================================= */

section.testimonial_area.style_three {
    background: #fff;
    padding: 0 0 100px;
}
.testimonial_items {
    padding: 0 30px 0 0;
}
.testimonial_items .testimonial-content p {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    margin: 20px 0 4px;
}
.testimonial_items .testimonial-content span {
    font-size: 16px;
    line-height: 24px;
    color: #4CAF50;
    margin: 0;
}

/* =================================
   Start Inner Page Conatct Area
==================================== */
section.contact_area.inner_section {
    padding: 84px 0 103px;
}
.contact_content {
    margin-bottom: 115px;
}
.contact_content h1 {
    font-size: 70px;
    line-height: 80px;
    color: #101010;
    font-weight: 600;
    margin-bottom: 18px;
}
.contact_content p {
    font-size: 16px;
    line-height: 24px;
    color: #101010;
    font-weight: 400;
}

.contact_infoss h3 {
    font-size: 30px;
    line-height: 40px;
    color: #101010;
    font-weight: 700;
    margin: 21px 0 28px;
}
.contact_infoss p {
    font-size: 30px;
    line-height: 40px;
    color: #4CAF50;
}
.contact_social a {
    display: inline-block;
    font-size: 24px;
    color: #101010;
    margin-right: 16px;
}
.contact_social a:hover {
    color: #4CAF50;
}
section.contact_area.inner_section .form-box input {
    border-radius: 0;
    border-bottom: 1px solid #E2E2E2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
section.contact_area.inner_section .form-box input::placeholder {
    color: #1010104d;
}
section.contact_area.inner_section .form-box textarea {
    border: 1px solid #6868684a;
    border-radius: 0;
    border-bottom: 1px solid #E2E2E2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 15px;
}
section.contact_area.inner_section .form-box textarea::placeholder {
    color: #1010104d;
}
section.contact_area.inner_section .contact-form button {
    outline: 0;
    padding: 7px 27px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 0;
    font-family: "Roboto";
}
section.contact_area.inner_section .contact-form button:hover {
    color: #4CAF50;
}


/* ==========================================
   Start Inner Page Portfolio Area
============================================== */
.case-study-area {
    padding: 83px 0 70px;
}
.portfolio_nav {
    margin: 20px 0 60px;
    text-align: center;
}
.portfolio_nav ul li {
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 5px 30px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 32px;
    color: #313131;
    font-weight: 500;
    background: #4CAF5070;
    border-radius: 30px;
}
.portfolio_nav ul li:hover {
    color: #fff;
}
.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #4CAF50;
}
.portfolio_item {
    margin-bottom: 40px;
}
.portfolio_thumb img {
    width: 100%;
}
.portfolio_content {
    display: flex;
    padding: 27px 20px 30px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #4CAF5057;
}
.portfolio_content:before {
    position: absolute;
    left: 50%;
    bottom: -2px;
    content: "";
    height: 2px;
    background: #4CAF50;
    width: 0%;
    transition: .5s;
}
.portfolio_item:hover .portfolio_content::before {
    width: 100%;
    left: 0%;
}
.prot-text h3 a {
    font-size: 34px;
    color: #131313;
    font-weight: 600;
    display: inline-block;
}
.prot-text span {
    font-size: 16px;
    color: #616161;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 3px;
    display: inline-block;
    position: relative;
}
.prot-text span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 30px;
    background: #4CAF50;
}
.port_right a {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 32px;
    background-color: #4CAF5070;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #131313;
    transform: rotate(-45deg);
}

/* ==============================================
   Start Inner Page Portfolio Details
================================================= */
section.portfolio_details {
    padding: 90px 0 120px;
    background: #fff;
}
.port_main {
    background: #f8f5f1;
    margin-top: 0;
    position: relative;
    padding: 42px 30px 30px 50px;
    border-radius: 20px;
}
.port_details_content {
    border-bottom: 1px solid rgba(6,50,50,0.10196078431372549);
    padding-bottom: 19px;
}
.port_details_content.style_two {
    border: 0;
}
.port_details_content.three {
    margin: 32px 0 17px;
}
.port_details_content h2 {
    font-size: 42px;
    font-weight: 600;
}
p.quote {
    margin: 20px 92px 25px 0;
}
p.port_text {
    font-size: 20px;
    line-height: 30px;
    color: #131313;
    font-weight: 500;
    padding-left: 80px;
    width: 69%;
    position: relative;
}
p.port_text:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 68px;
    height: 2px;
    background-color: #131313;
}
.port_details_thumb img {
    width: 100%;
}

/* sidebar box */
.sidebar_box.style_two {
    background: #fff;
    padding: 35px 40px 33px;
}
.sidebar_icon_box {
    border-top: 1px dashed rgb(6 50 50 / 30%);
    padding-top: 18px;
    margin-top: 18px;
}
.sidebar_icon_box:nth-child(5) {
    border-bottom: 1px dashed rgb(6 50 50 / 30%);
    padding-bottom: 18px;
}
.sidebar_icon {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 3px;
}
.sidebar_icon i {
    color: #4CAF50;
    font-size: 20px;
}
.sidebar_text {
    overflow: hidden;
}
.sidebar_text h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 6px 0 0;
}
.sidebar_box.style_two .buddy_btn.sidebar_style {
    margin-top: 30px;
}
.buddy_btn.sidebar_style a {
    padding: 15px 40px;
    border: 1px solid #4CAF50;
}

/* pagination btn */
.pagination_btn {
    text-align: center;
    margin-top: 60px;
}
.pagination_btn a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    background: #4CAF50;
    border: 1px solid transparent;
}
.pagination_btn a:hover {
    color: #4CAF50;
    background: #fff;
    border: 1px solid #4CAF50;
}


/*--==============================================->
  <!--Start Service Details css-->
 ==================================================-*/
 section.feature_area.inner_page {
    padding: 100px 0 0;
}
section.service_details {
    background: #f8f5f1;
    padding: 70px 0 80px;
}
.service_details_img img {
    width: 100%;
    height: 600px;
}
.service_details_content {
    padding: 0 63px 0 0;
}
.service_details_content h2 {
    font-size: 42px;
    font-weight: 600;
}
p.details_decs1 {
    margin: 18px 23px 25px 0;
}
p.details_decs2 {
    margin: 0 17px 25px 0;
}
.service_details_item {
    padding: 0 4px 0 0;
    margin-bottom: 30px;
}
.service_detls_icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #ffff;
    line-height: 76px;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.service_dtls_content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
/* sidebar box */
.sidebar_box {
    background: #fff;
    padding: 45px 50px 50px;
    border-radius: 20px;
}
h2.sidebar_title {
    font-size: 26px;
    color: #4CAF50;
    font-weight: 500;
    margin-bottom: 12px;
}
.sidebar_box p {
    margin-bottom: 12px;
}
.sidebar-list ul li {
    font-size: 16px;
    line-height: 38px;
    color: #4CAF50;
    font-weight: 400;
}
.sidebar-list ul li i {
    color: #4CAF50;
    font-size: 15px;
    margin-right: 15px;
}
.buddy_btn.sidebar_style {
    text-align: left;
}
.buddys_btn a {
    background: #4CAF50;
    color: #fff;
    padding: 14px 27px;
    border-radius: 5px;
}
section.faq_area.style_inner {
    padding: 105px 0 80px;
}
.blog-detials-area {
    padding: 120px 0 120px;
}
.blog-grid-area {
    padding: 120px 0 90px;
}
.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-meta {
    background: #4CAF50 ;
    padding: 16px 30px;
}
.blog-details-meta span {
    margin-right: 30px;
    color: #fff;
}
.blog-details-meta span i {
    color: #fff;
    padding-right: 5px;
}
.blog-details-content {
    padding: 20px 0 18px;
}
.blog-details-content h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}
.blog-details-thumb img {
    width: 100%;
}
.blog-details-des {
    padding: 30px 0 10px;
}
.blog-details-video-thumb {
    margin-top: 30px;
    position: relative;
}
.blog-details-video-thumb img {
    width: 100%;
}
.blog-details-video-thumb-inner img {
    width: 100%;
}
.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}
.blog-details-content-list p i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
    color: #4CAF50 ;
}
.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}
.blog-details-button a {
    display: inline-block;
    border: 2px solid #4CAF50 ;
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}
.blog-details-button a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -1px;
    height: 104%;
    width: 104%;
    background: #4CAF50 ;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}
.blog-details-button a.active {
    background: transparent;
    transition: .5s;
    margin-left: 10px;
    color: #4CAF50 ;
}
.blog-details-button a.active:before{
    background: transparent;
}
.blog-details-button a.active:hover:before{
    background: #4CAF50 ;
}
.blog-details-button a.active:hover{
    color: #fff;
    border-color: #4CAF50 ;
}
.blog-details-social {
    text-align: right;
}
.blog-details-social a {
    display: inline-block;
    border: 2px solid #4CAF50 ;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
    margin-left: 5px;
    color: #4CAF50 ;
}
.blog-details-social a:hover{
    background: #4CAF50 ;
    border-color: #4CAF50 ;
    color: #fff;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}
.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}
.blog-details-comment-content {
    overflow: hidden;
}
.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
}
.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}
.blog-details-comment-reply a {
    background: #4CAF50 ;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}
.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255,255,255,0.2);
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid rgba(255,255,255,0.2);
    margin: 12px 10px 10px;
    padding-top: 8px;
}
/*input-box*/
.input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #0202021a;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: 0;
    border-radius: 3px;
}
.input-box textarea {
    width: 100%;
    height: 207px;
    outline: 0;
    border: 1px solid  #0202021a;
    padding: 22px 20px 0;
    border-radius: 3px;
}

/*input button*/

.input-button {
    margin-top: 27px;
}
.input-button button {
    display: inline-block;
    padding: 13px 39px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    background: #4CAF50 ;
    border: 1px solid #4CAF50 ;
    transition: .5s;
}
.input-button button:hover {
    border: 1px solid #4CAF50 ;
    color: #4CAF50 ;
    background: none;
}
.input-button button i {
    margin-left: 10px;
}

/*widget categories box*/

.widget-categories-box {
    padding: 42px 40px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    border: 1px solid #E2E5E7;
    background: #FBFAF6;
}

/*title*/

.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #cd761c66;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
    padding-left: 10px;
}
.categories-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 24px;
    width: 3px;
    background: #4CAF50 ;
}
/*categories menu*/

.widget-categories-menu ul {
    display: block;
}
.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: 2px solid #eaeaea;
    position: relative;
    z-index: 1;
}
.widget-categories-menu ul li:hover {
    border: 2px solid #4CAF50 ;
}
.widget-categories-menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #4CAF50 ;
    transition: .5s;
    z-index: -1;
}
.widget-categories-menu ul li:hover:before{
    width: 100%;
}
.widget-categories-menu ul li a {
    display: block;
    color: #4CAF50 ;
    transition: .5s;
}
.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: #4CAF50 ;
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #fff;
    line-height: 22px;
    transition: .5s;
}
.widget-categories-menu ul li:hover a span {
    background: #fff;
    color: #0E1317;
}
.widget-categories-menu ul li:hover a {
    color: #fff;
}
.pdf-button a {
    display: block;
    background: #4CAF50 ;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.pdf-button a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 22px;
}
.recent-widget-content a {
    color: #1b1b1b !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 26px;
    transition: .5s;
    margin-bottom: 7px;
}
.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}
.sidber-widget-recent-post .recent-widget-content a {
    color: #4CAF50 ;
    font-size: 18px;
}

/* Sidber Achivement CSS */

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 6px;
}
.widget-achivement ul li a i {
    font-size: 17px;
    margin-right: 3px;
}
.widget-achivement ul li a {
    font-weight: 600;
    transition: .5s;
    color: #1b1b1b;
}
.widget-achivement ul li a span {
    float: right;
}
.widget-achivement ul li a:hover{
    color: #4CAF50 ;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}

.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */

.widget-tags a {
    display: inline-block;
    border: 2px solid #eaeaea;
    padding: 3px 20px;
    margin: 4px 3px;
    border-radius: 2px;
    color: #1b1b1b;
    font-weight: 500;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: #4CAF50 ;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}
.widget-tags a:hover{
    color: #fff;
    border-color: #4CAF50 ;
}
.widget-tags a:hover:before{
    width: 102%;
}

/* widget search */

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    background: #FBFAF6;
    border: 1px solid #E2E5E7;
}
.widget_search form {
    position: relative;
}
.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #fff;
    border: 0;
    outline: 0;
    background: #f8f5f1;
}
.widget_search input::placeholder{
    color: #131313;
}
button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #4CAF50 ;
    border-radius: 0 4px 4px 0;
}
.video-icons {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video-icons a i {
    height: 80px;
    line-height: 80px;
    width: 80px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #074883;
    text-align: center;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
} 
@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


/*--==============================================->
  <!--Start  Blog Two css-->
 ==================================================-*/
 .blog_two {
    padding: 110px 0 78px;
}
.single-blog-box.style_three {
    margin-bottom: 30px;
}

/*--==============================================->
  <!--Start Cart Section css-->
 ==================================================-*/

.cart-section {
    padding: 100px 0 100px;
}

.cart-empty p {
    padding: 18px 25px;
    position: relative;
    background-color: #FBFAF6;
    border-bottom: 2px solid #4CAF50;
    display: inline-block;
    width: 100%;
    color: #4CAF50;
}

.cart-empty p i {
    color: #4CAF50;
    padding-right: 10px;
}

.Advisor-button a {
    font-size: 15px;
    padding: 15px 30px;
    background: #4CAF50;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.Advisor-button a:hover{
    color: #4CAF50;
    
}

.Advisor-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    transition: .5s;
}

.Advisor-button a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-left: 3px;
    color: #ffff;
    transition: .5s;
}

.Advisor-button a:hover::before {
    transform: scale(1);
}

.Advisor-button a:hover i {
    color: #4CAF50;
}

/*
<!-- ============================================================== -->
<!--  Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 100px 0 70px;
}

.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgba(6,36,98,0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li.current:before {
    background: transparent;
}

.style-three li.current a {
    border: 1px solid #4CAF50;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #4CAF50;
    letter-spacing: .4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C!important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #4CAF50;
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686C;
    padding-left: 20px;
    position: relative;
}

.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
} 

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: .5s;
    background: #4CAF50;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: #fff !important;
    background: linear-gradient(90deg, #4CAF50 50%, transparent 0) repeat-x, linear-gradient(90deg, #4CAF50 50%, transparent 0) repeat-x, linear-gradient(0deg, #4CAF50 50%, transparent 0) repeat-y, linear-gradient(0deg, #4CAF50 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #4CAF50;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #062461;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}
/*Tab Items
=======================*/

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    padding: 50px 0 50px 60px;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
    width: 100%;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs li a {
    display: inline-block;
    outline: none;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Nunito";
    border: 1px dashed #4CAF50;
    color: #1b1b1b;
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tab-thumb {
    right: -80px;
    position: relative;
}


li.current a {
    background: #4CAF50;
    color: #fff;
}
li.current a span {
    color: #fff;
}

.tabs_item .Gardenic-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .Gardenic-section-title h4 {
    margin-top: 0;
}

.tabs_item .Gardenic-button a {
    margin-top: 30px;
}

.tab-thumb:hover:before {
    transform: scale(1);
}


/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
}

table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}

/*shop tab style
=====================*/

.appoinment-tab .tabs li a {
    font-size: 22px;
    background: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}
.appoinment-tab li.current a {
    background: #4CAF50;
    color: #fff;
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: #fff;
    height: 66px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 30px;
}

tr.tabs-bg {
    background: #F5F5F5 !important;
}

table.tab-items-table tr td {
    padding-right: 100px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #131313;
    font-weight: 500;
}

table.tab-items-table td.table-text {
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: #4CAF50!important;
    margin-left: 10px !important;
}


/*post comment box
===================*/ 

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #4CAF50;
    letter-spacing: .2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}

h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0D0E14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 0;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #4CAF50;
    letter-spacing: .4em;
    font-size: 15px;
}

/*from box*/

.contact-form-box2 {
    padding: 25px 0 0;
}

p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: .6;
}

.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13,14,20,0.1);
    transition: .5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}

.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: .6;
}

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}

/*contact form button*/

.style-Two.contact-form button {
    padding: 11px 53px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: #4CAF50;
    transition: 0.5s;
    font-weight: 500;
}

.style-Two.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.style-Two.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}

.style-Two.contact-form button:hover:before {
    transform: scale(1);
    opacity: 1;
}

.style-Two.contact-form button:hover {
    color: #062461;
}
/*--==============================================->
  <!--Start Error area css-->
 ==================================================-*/
 .error-area {
    padding: 84px 0 110px;
    background: #fff;
}
h2.error-title {
    margin: 30px 0 39px;
    display: inline-block;
    font-size: 30px;
    color: #131313;
    font-weight: 500;
}
h1.error-text {
    font-size: 100px;
    color: #131313;
    font-weight: 500;
    margin: 0;
}
p.lead {
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    font-weight: 400;
    width: 45%;
    text-align: center;
    margin: auto;
}
.error-info a {
    padding: 15px 34px;
    margin-top: 58px;
    display: inline-block;
    border-radius: 0;
    background: #4CAF50;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #4CAF50;
}
.error-info a:hover {
    color: #4CAF50;
    background: #ffff;
}
/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
 .dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/* cart sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
    display: block;
}
.cart_sidebar {
    top: 0;
    width: 400px;
    right: -400px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    padding: 50px 20px;
    overflow-y: scroll;
    background-color: #ffffff;
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.cart_sidebar .mCustomScrollBox {
    overflow: visible !important;
}
.cart_sidebar.active {
    right: 0px;
}
.cart_sidebar .close_btn {
    top: 15px;
    right: 20px;
    line-height: 1;
    font-size: 24px;
    position: absolute;
}
.cart_sidebar .close_btn:hover {
    color: #4CAF50;
}
.cart_sidebar .heading_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
}
.cart_sidebar .heading_title span {
    color: #4CAF50;
}
.cart_sidebar .total_price {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 0px;
    margin-bottom: 15px;
    align-items: center;
    color: #131313;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    justify-content: space-between;
}
.cart_sidebar .total_price span:last-child {
    color: #4CAF50;
} 
.cart_sidebar .btns_group {
    margin: -5px;
}
.cart_sidebar .btns_group li {
    width: 48%;
    padding: 5px;
    display: inline-block;
}
    .cart_sidebar .btn {
    display: block;
    font-size: 12px;
    padding: 17px 20px;
}
ul.btns_group.ul_li {
    margin-top: 16px;
}
ul.btns_group.ul_li a {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #4CAF50;
}
ul.btns_group a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 4px;
}
ul.btns_group li:last-child a:hover {
    color: #fff;
}
ul.btns_group li:first-child a {
    background: #4CAF50;
    color: #fff;
    }
ul.btns_group li:first-child a:hover {
    color: #062e61;
}
ul.btns_group li:first-child a:before {
    background: #fff;
}
ul.btns_group li:last-child a:before {
    background: #4CAF50;
}
ul.btns_group li:first-child a:hover:before,
ul.btns_group li:last-child a:hover:before {
    transform: scale(1);
}
.cart_sidebar .btn.btn_border {
    padding: 15px 20px;
}
.cart_sidebar::-webkit-scrollbar {
    width: 0px;
}
.cart_sidebar_overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.4s;
    -o-transition: all 0.4s ease-in 0.4s;
    transition: all 0.4s ease-in 0.4s;
    background: #4CAF50;
}
.cart_sidebar_overlay.active {
    opacity: 0.5;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    left: 0;
}
.cart_item {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 25px;
    transition: 0.5s;
}
.cart_item.remove {
    display: none;
}
.cart_item:not(:last-child) {
    margin-bottom: 20px;
}
.cart_item .item_image {
    display: block;
    min-width: 70px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
}
.cart_item .item_image img {
    width: 100px;
    height: 100px;
}

.cart_item .item_title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 0;
}
.cart_item .item_price {
    line-height: 1;
    display: block;
    font-weight: 600;
    color: #4CAF50;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    position: relative;
    margin: 0 12px;
    cursor: pointer;
}
.cart_item  button.remove_btn {
    border: 0;
    outline: 0;
    background: #4CAF50;
    color: #fff;
    padding: 1px 12px;
    margin-top: 7px;
}
.cart_item .remove_btn:hover {
    color: #ffffff;
    background-color: #131313;
}

/*=====================================
<-- Constre Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    position: relative;
    margin: 0 20px;
    cursor: pointer;
}
.nav-btn.navSidebar-button a i {
    font-size: 15px;
    width: 32px;
    line-height: 35px;
    height: 32px;
    border-radius: 50px;
    text-align: center;
    background: #efefef;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    transition: .5s;
    cursor: pointer;
}
.nav-btn.navSidebar-button a i:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #4CAF50;
    border-radius: 50%;
    transition: .5s;
    transform: scale(0);
}
.nav-btn.navSidebar-button a i:hover:after {
    transform: scale(1);
}
.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}
.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}
.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}
.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
    padding: 40px 32px;
}
.close-side-widget i {
    color: #fff;
    font-size: 28px;
    display: block;
}
.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.xs-bg-black {
    background-color: #4CAF50;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}
.content-thumb-box {
    margin-bottom: 20px;
}
.content-thumb-box img {
    width: 100%;
    border-radius: 10px;
}
.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}
a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}
a.theme-btn.btn-style-two i {
    color: #4CAF50;
}
.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}
ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}
ul.list-style-one li i {
    margin-right: 10px;
}
ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #4CAF50;
    margin: 0 10px 0 0px;
}
ul.social-box {
    margin: 30px 0 0;
}
ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}
ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #4CAF50;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}
ul.social-box li a:hover {
    background: #4CAF50;
    color: #fff;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #4CAF50;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #4CAF50;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}
.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}
.upp.search-box-btn i {
    color: #9E9FA1;
}
.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}
.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}
.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #4CAF50;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}
.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

/*===========================
<-- Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 99999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #4CAF50;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #10eb9b;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.case_thumb img{
    border-radius:20px;
}

.header-logo a img{
    width: 95%;
}

.footer_logo a img{
    width: 90%;
}

.bg-green{
    background: #4CAF50;
    padding: 20px;
    border-radius: 20px;
}

.progress_bar{
    border: 1px solid;
    padding: 20px;
    border-radius: 20px;
    background: #08090994;
}

.w-70{
    width: 70%;
}

.bg-grey{
    background-color: #f7f7f7 !important; 
}

.header-menu{
    background-color: #4CAF50;
}

.bg-light-green{
    background-color: #4CAF50;
}

.brds-20 img{
    border-radius: 20px;
}

.text-green{
    color: #4CAF50;
    font-weight: 600;
    border-bottom: 1px solid #4CAF50;
    width: fit-content;
}