*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    background-color: #fff;
}



/* 
=================
Header
=================
*/
header {
    width: 100%;
}
header .navbar{
    background: #fff;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 3px #bdbdbd;
}
header .navbar-brand img{
    width: 100px;
}
header .nav{
    list-style: none;
}
header .nav .nav-item .nav-link{
    padding: 10px 28px;
    text-transform: uppercase;
    font-weight: 600;
    color:  #111;
    position: relative;
}
header .nav .nav-item .nav-link:hover{
    color: #037910;
}
header .nav .nav-item.active .nav-link{
    color: #037910;
}
header .nav .nav-item.active .nav-link:hover{
    color: #037910;
}
header .nav .nav-item .nav-link:hover::before{
    content: '';
    position: absolute;
    left: 0;
    background-color: #037910;
    width: 100%;
    height: 1px;
    max-width: 26px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
header .nav .nav-item.active .nav-link::before{
    content: '';
    position: absolute;
    left: 0;
    background-color: #037910;
    width: 100%;
    height: 1px;
    max-width: 26px;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
@media(max-width:768px){
    header .nav .nav-item .nav-link{
        padding-left: 0;
    }
    header .nav .nav-item.active .nav-link{
        padding-left: 0;
    }
    header .nav .nav-item .nav-link:hover::before{
        content: '';
        position: absolute;
        left: 0;
        background-color: #037910;
        height: 1px;
        max-width: 26px;
        right: unset;
        bottom: 0;
    }
    header .nav .nav-item.active .nav-link::before{
        content: '';
        position: absolute;
        left: 0;
        background-color: #037910;
        height: 1px;
        max-width: 26px;
        right: unset;
        bottom: 0;
    }
    
}

/* 
================
Banner
================
*/
.banner_Slider_Main{
    overflow: hidden;
}
.banner_Slider .title_Para{
    font-size: 87px;
    color: #fff;
    position: relative;
    padding: 24px 0px;
}
.banner_Slider .title_Para::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 50%;
    height: 2px;
    background-color: #037910;
}
.banner_Slider .para_Description{
    max-width: 700px;
    color: #fff;
    font-size: 17px;
    text-align: right;
    padding: 23px 0;
}
.banner_Slider .view_MoreBtn{
    background-color: #037910;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
}
.banner_Slider .view_MoreBtn:hover{
    background-color: rgb(4 72 46);
}
@media(max-width:768px){
    .banner_Slider .title_Para {
        font-size: 34px;
    }
    .banner_Slider .para_Description {
        font-size: 13px;
    }
    .banner_Slider .view_MoreBtn {
        background-color: #037910;
        color: #fff;
        padding: 10px 21px;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 0;
    }
}



.SellerLogin_btn .btn {
    background-color: #037910;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 1.25rem;
}

.SellerLogin_btn .btn:hover {
    background-color: rgb(4 72 46);
}










/* 
================
About Us
================
*/
.aboutUs{
    padding: 40px 0;
    background-image: url(../image/contact-left-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutUs h2{
    padding: 40px 0;
    text-align: center;
}
.aboutUs .about_UsInner .about_UsTitle{
    font-size: 30px;
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: left;
}
.aboutUs .about_UsInner .about_UsTitle::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #037910;
    height: 4px;
    max-width: 100px;
}
.aboutUs .about_UsInner .about_uSparaa{
    font-size: 15px;
}
.aboutUs .about_UsInner .readMore{
    font-size: 16px;
    background-color: #037910;
    padding: 10px 24px;
    color: #fff;
    border-radius: 0;
}
.aboutUs .about_UsInner .readMore:hover{
    background-color: rgb(4 72 46);
}
.aboutUs .about_UsInner .readMore .imag_About{
    max-width: 100%;
    height: auto;
}














/* 
================
What We Do
================
*/
.whatweDo{
    padding: 60px 0;
    
}
.whatweDo h2{
    padding: 40px 0;
    text-align: center;
}
/* .aboutUs .about_UsInner .about_UsTitle{
    font-size: 30px;
    position: relative;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: left;
}
.aboutUs .about_UsInner .about_UsTitle::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(4 72 46);
    height: 2px;
    max-width: 100px;
}
.aboutUs .about_UsInner .about_uSparaa{
    font-size: 15px;
}
.aboutUs .about_UsInner .readMore{
    font-size: 16px;
    background-color: #037910;
    padding: 10px 24px;
    color: #fff;
    border-radius: 0;
}
.aboutUs .about_UsInner .readMore:hover{
    background-color: rgb(4 72 46);
}
.aboutUs .about_UsInner .readMore .imag_About{
    max-width: 100%;
    height: auto;
} */













/* 
================
Contact US
================
*/
.contactus_area {
    padding: 15px 0;
}

.contactus_area  {
    background-image: url(../image/contact-left-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 20%; */
    width: 100%;
    /* height: 600pxs; */
}
.contactus_area .contact_left_cnt .cnt_head h2 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
   margin-bottom: 20px;
}
.contactus_area .contact_left_cnt .cnt_head {
    display: block;
    position: relative;
}
.contactus_area .contact_left_cnt .cnt_head::before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 15%;
    height: auto;
    border-bottom: 4px solid #037910;
    z-index: 111;
}

.contactus_area .contact_left_cnt .text p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #656565;
    margin-bottom: 20px;
}
.contactus_area .contact_left_cnt .contact p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #656565;
    margin-bottom: 20px;
}
.contactus_area .contact_left_cnt .contact p:hover {
    color: rgb(4 72 46);
}

.contactus_area .contact_left_right {
    width: 100%;
    height: 600px;
    display: block;
}















/* 
================
Testimonials
================
*/

.MEETOUREXPERTS_area {
    padding: 40px 0;
    background-image: url(../image/contact-left-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.MEETOUREXPERTS_area .head-text {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
   margin-bottom: 20px;
}

.MEETOUREXPERTS_area .head-text {
    display: block;
    position: relative;
}
.MEETOUREXPERTS_area .head-text::before {
    position: absolute;
    content: " ";
    top: 90%;
    left: 50%;
    width: 15%;
    height: auto;
    border-bottom: 4px solid #037910;
    z-index: 111;
    transform: translate(-50% ,-50%);
    display: block;
}

.MEETOUREXPERTS_area .para_profile {
    padding: 20px;
    background-color: transparent;
    display: block;
    width: 100%;
    text-align: center;
}

.MEETOUREXPERTS_area .para_profile .image_sec {
    max-width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.MEETOUREXPERTS_area .para_profile .image_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.MEETOUREXPERTS_area .para_profile .name h3 {
font-size: 20px;
line-height: 24px;
font-weight: 600;
color: #000000;
margin-bottom: 10px;
padding: 0;
text-align: center;
display: block;
}
.MEETOUREXPERTS_area .para_profile .name p {
    display: block;
    margin: 7px 0 19px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 23px;
    font-weight: 400;
    color: #656565;
}

.MEETOUREXPERTS_area .para_profile .text p {
    display: block;
    margin: 7px 0 19px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 23px;
    font-weight: 400;
    color: #656565;
    text-align: center;
}
.MEETOUREXPERTS_area .para_profile .icon i {
    font-size: 20px;
    margin: 5px;
}


@media (max-width: 767px) {
    .contactus_area .contact_left_cnt {
        height: auto;
        padding: 20px;
    }
    .contactus_area .contact_left_cnt {
        height: auto;
    }
}
/* 
================
what we Do
================
*/

.whatweDo{
    padding: 40px 0;
    background-image: url(../image/contact-left-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.whatweDo h2{
    padding: 40px 0;
    text-align: center;
    position: relative;
}
.whatweDo h2::before {
    position: absolute;
    content: " ";
    top: 90%;
    left: 50%;
    width: 15%;
    height: auto;
    border-bottom: 4px solid #037910;
    z-index: 111;
    transform: translate(-50% ,-50%);
    display: block;
}
.whatweDo .main_Card{
    height: 300px;
    overflow: hidden;
}
.whatweDo .whatweDoImage {
    height: 222px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatweDo .whatweDoImage img{
    object-fit: cover;
}
.whatweDo .whatwedo_Title{
    padding: 15px 0;
    text-transform: uppercase;
    margin: 0;
    color: #0c0000;
    font-weight: 600;
}

.whatweDo .whatwedo_Para{
    margin: 0;
    color: #656566;
    font-weight: 400;
    height: 70px;
    overflow: hidden;
    padding: 0 0 10px 0;
    line-height: 1.4;
}
@media(max-width:768px){
    .whatweDo .main_Card {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .whatweDo .whatweDoImage {
        height: auto;
    }
}







/* 
================
Footer
================
*/
.horses_footer {
    background-color: #000000;
    padding: 50px 0;
    text-align: left;
    color: #bdbdbd;
}
.horses_footer .head h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #bdbdbd;
    text-align: left;
    margin-bottom: 15px;
}
.horses_footer .text p {
    color: #a5a4a4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.horses_footer .time p {
    color: #a7a4a4;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.horses_footer .time p i {
    color: #09a91a;
    font-size: 20px;
    margin-right: 5px;
}

.horses_footer .text ul {
    list-style: none;
}
.horses_footer .text ul li {
    list-style: none;
    color: #a19c9c;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

.horses_footer .text ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #2ac503;
    text-decoration: none;
}

.horses_footer .text ul li:hover {
    color: #09a91a;
}
.horses_footer .LATESTPOSTS {
    padding: 15px 0;
}

.horses_footer .LATESTPOSTS .img-area {
    max-width: 75px;
    height: auto;
    overflow: hidden;
    display: block;
}
.horses_footer .LATESTPOSTS .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horses_footer .LATESTPOSTS .text h6 {
    list-style: none;
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}
.horses_footer .LATESTPOSTS .text h6:hover {
    color: #09a91a;
}

/* 
================
privacy policy
================
*/
.check_out_area {
    padding: 70px 0;
    background-color: #F3F3F3;
    text-align: center;
    background-image: url(../image/contact-left-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.check_out_area .dot-line {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFC000;
}

.check_out_area h6 {
    color: #717171;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.check_out_area h2 {
    font-size: 60px;
    letter-spacing: -.04em;
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 40px;
}

.check_out_area .single-offer-one {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px #717171;
    border-radius: 10px;
}

.check_out_area .single-offer-one .image_sec {
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.check_out_area .single-offer-one .image_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.check_out_area .single-offer-one .text_area {
    padding: 40px;
}
.check_out_area .single-offer-one .text_area h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0;
}
.check_out_area .single-offer-one .text_area h3:hover {
    color: #FFC000;
}
.check_out_area .single-offer-one .text_area p {
    color: #717171;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left;
}

.check_out_area .text_content {
    padding: 20px;
    background-color: #ffc107;
    display: block;
    width: 100%;
}

.check_out_area .text_content p {
font-size: 16px;
line-height: 28px;
font-weight: 700;
color: #111111;
margin-bottom: 20px;
text-align: left;
}



@media (max-width: 991px) {
    .SellerLogin_btn .btn {
        margin-top: 5px;
    }
}



@media (max-width: 767px) {
    .check_out_area h2 {
        font-size: 42px;
    }
}

@media (max-width: 400px) {
    .check_out_area h2 {
        font-size: 42px;
    }
}

.googleplaystore {
   width: 100%;
    max-width: 120px;
    height: 40px;
    padding: 1px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.googleplaystore img {
    width: 100%;
    height: 100%;
}

.appleplaystore {
   width: 100%;
    max-width: 120px;
    height: 40px;
    padding: 1px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.appleplaystore img {
    width: 100%;
    height: 100%;
}





