.green-dark {
    color: #39702d;
}

.green-light {
    color: #7cb830;
}

.bg_topheader {
    background-color: #022c41;
}

.yellow-color {
    color: white;
}

.dropdown-color {
    color: black !important;
    text-transform: capitalize !important;
    color: #313131 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    transition: all 0.4s ease 0s !important;
}

/* *************** */
.main-navigation a {
    color: black;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: left;
    padding: 7px 12px !important;
}
.nav-link:focus, .nav-link:hover {
    color: black;
}
.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #39702d;
}
.nav-item .nav-link{
    text-transform: uppercase;
}
/* .dropend .dropdown-toggle {
    color: #84b346;
    margin-left: 1em;
}

.dropdown-item:hover {
    background-color: white;
    color: black;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
} */

.btn_free {
    background-color: #7cb830;
    color: white !important;
    border-radius: 5px;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    padding: 7px 16px !important;
}

/* media  */
/* @media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0px;
        left: 99%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }

} */

/* new */
/* .navbar-expand-lg .navbar-nav .drop-first {
    position: absolute;
    top: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: none;
    width: 218px;
} */

.main-navigation a:hover {
    color: #7cb830;
}

.navbar-expand-lg .navbar-nav .drop-second {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: none;
    width: 218px;
}

.border-bottom {
    border-bottom: 1px solid gray;
}

@media (max-width:990px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .offcanvas-none {
        display: block !important;
    }
}

.mobile-view {
    display: none;
}

.font-w-500 {
    font-weight: 500;
    font-size: 25px;
}

.banner_height {
    height: 550px;
}

.top_header {
    background-color: #39702d;
}

.services_btn {
    background-color: #39702d;
    color: white !important;
    border-radius: 5px;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    padding: 7px 16px !important;
}

.margin-0-auto {
    margin: 0 auto;
}

.bg_background_img {
    background-image: url(../img/new_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_bg {
    background-color: #39702d;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-text {
    color: white;
}

.font-14 {
    font-size: 14px;
}

.email-foot {
    padding: 10px 17px !important;
}

.border-radius-25 {
    border-radius: 25px;
}

.footer-btn {
    background-color: #ffffff;
    color: #39702d !important;
    border-radius: 26px;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    padding: 10px 17px !important;
}

.address-icon {
    color: white;
}

.icon-footer {
    color: white;
}

.footer-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #39702d;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
}

.border-top-footer {
    border-top: 1px solid white;
}

@Media(max-width: 768px) {
    .banner_height {
        height: 215px !important;
    }
}

/* video img play css start */
#main_videoo {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
}

#image {
    width: 100%;
    display: block;
}

#video {
    width: 100%;
    display: none;
}

#playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(124 184 48);
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

/* video img play css end */

/* video img play css start */
#main_videoo1 {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
}

#image1 {
    width: 100%;
    display: block;
}

#video1 {
    width: 100%;
    display: none;
}

#playButton1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(124 184 48);
    border: none;
    color: white;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

/* video img play css end */
.circle-1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #73cd5f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 2px solid #ffffff;
}

@media (max-width: 500px) {
    .circle-1 {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #73cd5f;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border: 2px solid #ffffff;
    }
}

.margin-top-card {
    margin-top: -39px;
}

.back_light_circle {
    background-color: #ecf9db;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card_border {
    border: none;
    box-shadow: 0px 0px 10px 0px #cdcaca;
    border-radius: 13px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #39702d;
    border-radius: 0px;
    font-weight: 500;
}

.nav-pills .nav-link {
    background-color: #c9e1aa;
    border-radius: 0px;
}

.nav-color {
    color: black;
}

.nav-color:hover {
    color: black;
}

.tab-img-height {
    height: 18rem;
}

.breadcrum_img {
    /* background-image: url(../img/breadcrum-new.png); */
    background-image: url(../img/back-2.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    padding: 82px 70px
}

.card_border .icon_hover {
    transition: all 500ms ease;
    display: flex;
    justify-content: center;
}

.card_border .icon_hover:hover {
    transform: rotateY(180deg);
}

.black-color {
    color: black;
}

.black-color:hover {
    color: black;
}

.services-height {
    height: 13rem;
}

.about-height {
    height: 24rem;
}

@Media (max-width: 600px) {
    .breadcrum_img {
        background-image: url(../img/back-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 53px 70px;
    }

    .about-height {
        height: 17rem;
    }
}

.card_bg_ban {
    background-color: #39702d;
}

.border-right {
    border-right: 1px solid white;
}

@media (max-width: 500px) {
    .border-right {
        border-right: none;
    }
}

.bg-five {
    background-image: url(../img/background-img-circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #39702d;
    padding: 44px;
}

.light-shade-green {
    color: #cbedc4;
}

.footer-text:hover {
    color: white;
}

.straberry_bg {
    background-color: #f3f3f3;
    background-repeat: no-repeat;
    background-size: cover;
}
/*section animation element start*/
.animation-element {
    opacity: 0;
}

.animation-element.slide-up {
    opacity: 0;
    transition: all 500ms linear;
    transform: translate3d(0, 100px, 0);
}

.animation-element.slide-up.in-view {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}
/*section animation element start*/


/* Contact us css code start */
.input_border{
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}
.font-label{
    font-weight: 500;
}
.list-style-none{
    list-style: none;
}
@media (max-width: 990px){
    .mobile_vieww{
        display: none;
    }
}

 .para-height{
    height: 11rem;
 }

 .para-height-card{
    height: 7rem;
 }
 .quots-back-light{
    background-color: #f6ffea;
    color: green;
 }


 @media (max-width: 601px){
 
     .para-height-card {
        height: auto;
    }
 }
 .input-style{
    border: 1px solid #b3d9a0;
    padding: 10px 10px;
    border-radius: 12px;
 }
.font-weight-500{
    font-weight: 500;
    color: #363636;
}
.ankar-hover{
    display: inline-block;
    width: 100%;
}
@media (min-width:990px){
    .normal-view-none {
        display: none;
    }
    
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordian-background{
    background-color: #f3f7ed;
}
.accordion-button:not(.collapsed) {
    color: #39702d;
    background-color: #e5f3d4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: 500;
}
.text-justify{
text-align: justify;
}
.card-shadow-form{
    box-shadow: 0px 0px 5px 0px #d1d1d1;
}
@media (max-width: 600px){
    .text-justify-mobile{
        text-align: justify !important;
        }  
        .tab-img-height {
            height: 15rem;
        }
}
.check-font{
    font-size: 20px;
}
.bg-circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d2e9b3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #39702d;
}
.margin-minus{
    margin-top: -107px;
}
.card-banner{
    box-shadow: 0px 0px 14px 0px #9f9f9f;
    border: none;
}
.ring-card {
    margin: 0 auto;
    text-align: center;
    align-items: center;
    position: relative;
    height: 100%;
   
}
.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-rad{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
@media(max-width: 600px){
    .margin-minus {
        margin-top: 0px;
    }
    .margin-top-card {
        margin-top: 0px;
    }
    .circle {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-color: white;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-padding{
        padding-top: 0px !important;
    }
}


/* owl carousel */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-prev span {
    font-size: 70px;
    position: relative;
    top: -5px;
}
.owl-next span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}
/* .carousel__height{
   height: 15rem;
} */
.owl-nav .disabled{
   display: block;
}
.owl-carousel .owl-nav.disabled{
   display: block; 
}
.test2 {
   -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
   -webkit-line-clamp: 4;
   text-align: justify;
}
.card-hover .icon_hover {
    transition: all 500ms ease;
    display: flex;
    justify-content: center;
}
.card-hover .icon_hover:hover {
    transform: rotateY(180deg);
}
.card-shadoww-test{
    box-shadow: 0px 0px 10px 0px gray;
}
