.body
{
    font-family: 'PlusJakartaSansRegular' !important;
}
.nopadding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
a
{
    text-decoration: none !important;
}
/* rv-custom-css */
.about-us-parent li a
{
    color: #fff;
    text-decoration: none;   
    padding: 10px 13px;   
    border-bottom: 2px solid transparent; 
}
.about-us-parent li a.active
{
    border-bottom: 2px solid #556B2F;
    color: #556B2F !important; 
}
.about-us-parent li a:hover
{ 
  border-bottom: 2px solid #556B2F;
}

/* Navbar */

.tradelink .navbar-brand img
{
    width: 150px;
    height: auto;
}
.tradelink .navbar-nav
{
    margin: auto;
    display: flex;
}
.tradelink .navbar-nav li .nav-link
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 16px;
    line-height: 19.36px;
    padding: 14px;
    color: #3C3D3A;
    margin-right: 3px;
}
.tradelink .navbar-nav li .nav-link:hover
{
    color: #556B2F !important;
    text-decoration: none;
}
/* banner-bg-img */
.home-ban img 
{
    width: 100%;
}
/* .banner-bg
{
    background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
} */
.banner-content
{
    padding: 5% 0% 0% 0%;
    text-align: center;
}
.banner-content h1
{    
    font-family: 'PlusJakartaSansMedium';
    font-size: 48px;
    color: #1B240F;
    font-weight: 700;
    line-height: 61px;
    margin-bottom: 25px;
}
.banner-content p
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 22px;
    color: #1B240F;
    margin-bottom: 20px;
}
.btn-filled 
{
    font-size: 16px;
    color: #fff;
    background-color: #556B2F;
    padding: 10px 20px 10px 20px !important;
    border-radius: 80px;
    text-decoration: none;
    margin: 20px 10px 20px 0px;
    display: inline-block;
    font-family: 'PlusJakartaSansRegular';
    border: transparent;
}
.btn-outline 
{
    font-size: 16px;
    color: #556B2F;
    background-color: #fff;
    padding: 10px 20px 10px 20px !important;
    border-radius: 80px;
    text-decoration: none;
    margin: 10px 0px 10px 0px;
    display: block;
    text-align: center;
    border: 1px solid #556B2F;
    font-family: 'PlusJakartaSansMedium';
}
.btn-outline:hover
{
    background-color: #556B2F;
    color: #fff;
}
.banner-content span
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 34px;
    color: #D5E2B4;
    -webkit-text-stroke: 1px #3F4E26;
}
.btn-filled:hover
{
    background-color: #638529;
    text-decoration: none;
    color: #fff;
}
.btn-outlined 
{
   font-family: var(--font-inter);
    font-size: 16px;
    color: #2D76BE;
    background-color: transparent;
    border: 2.5px solid #2D76BE;
    padding: 13.5px 29.5px 13.5px 29.5px !important;
    border-radius: 5px;
    text-decoration: none;
    margin: 20px 10px 20px 0px;
    display: inline-block;
}
.btn-outlined:hover
{
    background-color: #2D76BE;
    text-decoration: none;
    color: #fff;
}
.banner-bg
{
  position: relative;
  background-color: #FFFAF5;
  padding-bottom: 3%;
}
.nav-ct
{
  z-index: 1111;
  position: relative;
  border-bottom: 1px solid #E7E7E7;
}
.nav-ct-01
{
  z-index: 1111;
  position: relative;
}
/* .banner-bg::after
{
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
} */
.btn-filled i
{
  margin-left: 10px;
}
.head-line h3 {
    font-family: 'PlusJakartaSansMedium';
    text-align: center;
    font-size: 30px;
    color: #1B240F;
}

/* footer */
.site-map
{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.group-site
{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.site-map p
{
    display: flex;
    align-items: baseline;
}
.site-map p img, .site-map a img
{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.site-map .logo-b
{
    width: 140px !important;
    height: auto;
    margin-bottom: 8px;
}
.site-map p, .site-map a
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 14px;
    color: #1B240F;
    margin-bottom: 12px;
}
.site-map p i, .site-map a i
{
    margin-right: 4px;
    font-size: 14px;
}
.site-map a
{
    text-decoration: none;
}
.site-map h3
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 18px;
    color: #1B240F;
    font-weight: bold;
    margin-bottom: 20px;
}
.site-map h3:hover, .site-map a:hover
{
    color: #1B240F;
}
.left-ft p
{
    margin-bottom: 0px;
    font-family: 'PlusJakartaSansRegular';
    font-size: 14px;
    color: #171717;
    font-weight: 600;
    padding:20px 0px 20px 0px;
}
.left-ft a
{
    color: #171717 !important;
}
.tp-mar
{
    position: relative;
    padding-top: 3%;
    background-color: #4574B9;
    padding-bottom: 3%;
}
.card-space
{
    padding-bottom: 13%;
}
.footer-img h3
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 50px;
    color: #fff;
    width: 70%;
}
.ready-to-make
{
    position: absolute;
    top: 13%;
    display: flex;
    padding: 50px;
    align-items: center;
    justify-content: space-between;
}
.footer-img img
{
    width: 100%;
}
.site-map1
{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 0px;
}
.all-rights
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.all-rights p
{   
    margin-bottom: 0px;
    font-family: 'PlusJakartaSansRegular';
    font-size: 14px;
    color: #171717;
    font-weight: 600;
    padding:20px 0px 20px 0px;
}
.site-map1 a
{
    margin-bottom: 0px;
    font-family: 'PlusJakartaSansRegular';
    font-size: 14px;
    color: #171717;
    font-weight: 600;
}
.social-ico a i
{
    font-size: 30px;
    margin-right: 10px;    
}
.social-ico
{
    margin-top: 15px;
}
.site-map .btn-filled
{
    background-color: #fff;
    color: #2d76be;
}
.site-map .btn-filled:hover
{
    background-color: #f0f0f0;
    color: #2d76be;
}
.pad-3
{
    padding: 3% 0%;
}

.pad-4
{
    padding: 4% 0%;
}
.know-more
{
    display: flex;
    flex-direction: column;
}
.know-more p
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 20px;
    color: #191A17;
    text-align: center;
    margin: 15px 0px;
}
.know-more a
{
    margin: 0 auto;
}
/* About Us */
.banner-content h2
{    
    font-family: 'PlusJakartaSansMedium';
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 61px;
    margin-bottom: 10px;
}
.banner-content h4
{    
    font-family: 'PlusJakartaSansMedium';
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
}
.banner-content h4 a
{
    color: #fff;
}
.subpage-banner
{
    padding: 12% 0%;
    text-align: center;
}
.padd-4
{
    padding: 4% 0%;
}
.padd-5
{
    padding: 5% 0%; 
}
.head-text
{
    margin-bottom: 42px;
}
.testimonial-card
{
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 9px;
    margin: 10px;
    border: 1px solid #e7e7e7;
}
.testimonial-card .profile
{
    display: flex;
    align-items: center;
}
.testimonial-card .profile img
{
    width: 100% !important;
}
.testimonial-card h3
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 20px;
    color: #191A17;
    margin-top: 15px;

}
.testimonial-card p
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 14px;
    color: #282926;
    line-height: 27px;
}
.testimonial-card p
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 18px;
    color: #383838;
    font-weight: 500;
    margin-top: 8px;
}
.testimonial-card img
{
    background-color: #FFFAF5;
    box-shadow: 0px 3px 5px 0px rgb(139 139 139 / 30%);
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.pro-group
{
    display: flex;
    flex-direction: column;
}
/* About Us */
/* Testimonial */
.client-words .testimonial-card .profile 
{
    display: flex;
    align-items: center;
    gap: 15px;
}
.client-words .testimonial-card .profile p
{
    font-family: 'PlusJakartaSansRegular';
    color: #191A17;
    font-size: 14px;
    line-height: 26px;
}
.details h6
{
    font-family: 'PlusJakartaSansMedium';
    color: #191A17;
    margin-bottom: 0px;
}
.client-words .owl-carousel .owl-item img
{
    width: 66px !important;
    height: 66px;
    object-fit: cover;
    border-radius: 50px;
    background-color: transparent;
}
.bg-color
{
    background-color: #FFFAF5;
}
/* gett-to-know */
.get-to-img
{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.get-to-img img
{
    width: 100%;
    height: auto;
}
.get-to-img1 img
{
    width: 100%;
}
.bg-space
{
    background-color: #F6F8ED;
    padding: 10px;
    border-radius: 24px;
}
.mission {
    background-color: #F6F8ED;
    color: #EAF0D7;
    padding: 20px;
    border-radius: 16px;    
    margin: 20px auto;
    border: 1px solid #B9CE88;
}
.mission div
{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.mission p
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 18px;
    color: #191A17;
    margin: 0;
}
.mission i {
    font-size: 37px;
    margin-right: 15px;
    color: #556B2F;
    background-color: #EAF0D7;
    padding: 9px;
    border-radius: 50px;
}
.mission h1 {
    font-family: 'PlusJakartaSansMedium';
    margin: 0;
    font-size: 24px;
    color: #1B240F;
}
.mission .fa-lightbulb
{
    padding: 9px 15px;
}
.social-link
{
    display: flex;
    gap: 8px;
}
.social-link a i
{
    font-size: 28px;
}
.site-map p:hover, .site-map a:hover
{
    color: #556B2F;
}
/* sub-page-product */
.sub-page-banner
{
    background: linear-gradient(rgba(37, 37, 37, 0.5), rgba(10, 10, 10, 0.5)), url(../images/sub-page-bg.jpg) no-repeat;
    background-attachment: unset;
    background-position: center;
    background-repeat: no-repeat;
    padding: 6% 0%;
    position: relative;
    background-size: cover;
}
.sub-banner-head h3
{
    font-family: 'PlusJakartaSansMedium';
    font-weight: bold;
    color: #fff;
    font-size: 52px;
    text-align: center;
    /* margin: 0px 0px; */
}
.sub-banner-head p
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.sub-banner-head ul
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sub-banner-head ul li, .sub-banner-head ul li a, .sub-banner-head ul i
{
    color: #fff;
}
.sub-banner-head ul li
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 16px;
    list-style-type: none;
}
.sub-banner-head ul i
{
    font-size: 14px;
}
.prod-subpage .head-text
{
    margin-bottom: 22px;
    margin-top: 30px;
}
/* about-content */
.about-content img
{
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.about-content h2
{
    font-family: 'PlusJakartaSansMedium';
    text-align: left;
    font-size: 30px;
    color: #556B2F;
}
.about-content h3
{
    font-family: 'PlusJakartaSansMedium';
    text-align: left;
    font-size: 26px;
    color: #556B2F;
}
.about-content p {
    font-family: 'PlusJakartaSansRegular';
    font-size: 17px;
    color: #383838;
    font-weight: 500;
}
.padd-2
{
    padding: 2% 0%;
}
.prod-subpage .service-card
{
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;
}
.prod-subpage .service-card h3
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 26px;
    color: #556B2F;
}
.prod-subpage .service-card .service-description
{
    font-family: 'PlusJakartaSansRegular';
    font-size: 17px;
    color: #383838;
    font-weight: 500;
}
.prod-subpage .service-card i
{
    font-size: 37px;
    color: #556B2F;
    padding: 9px;
    border-radius: 50px;    
}
.contact-info h3
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 26px;
    color: #556B2F;
    margin-bottom: 20px;
}
.contact-info
{
    font-family: 'PlusJakartaSansRegular';

}
.contact-info i
{
    padding-right: 10px;
    color: #556B2F;
}
.btn:first-child:active
{
    background-color: #556B2F;
}
.terms-subpage
{
    font-family: 'PlusJakartaSansRegular';
}
.terms-subpage h2
{
    font-family: 'PlusJakartaSansMedium';
    font-size: 23px;
    color: #383838;
    margin-bottom: 10px;
}
.contact-info p a
{
    color: #383838 !important;    
}