@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body
{
    background: #F2F2F2;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color:#262626;
}
a
{
    outline: none!important;
    text-decoration: none!important;
}
.mtb-space
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ptb-space
{
    padding-top: 20px;
    padding-bottom: 20px;
}
.title-blk 
{
    text-transform: capitalize;
}
.title-blk p
{
    opacity: 0.7;
}
.custom-title
{
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.bg-white
{
    background: #fff;
}
.border-radius-cs
{
    border-radius: 20px;
}
.title-blk
{
    color: #262626;
}
.custom-text-primary
{
    color: #3DB7E6;
}
.site-header 
{
    margin: 20px 0px;
    padding: 15px 5px;
}
.site-logo
{
    width: 180px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(112, 190, 68);
    font-weight: 500;
}
.navbar-toggler-icon 
{
    background-image: var(--bs-navbar-toggler-icon-bg);
}
.navbar-toggler 
{
    background-color: transparent;
    border: 1px solid #595c5f;
    border-radius: 10px;
}
.navbar-toggler:focus 
{
    text-decoration: none;
    outline: 0;
    box-shadow: 0px 0px 15px #c6c6c6;
}
.nav-link
{
    color: #262626;
}
.b-bottom 
{
    width: 35px;
    height: 2px;
    display: none;
    background: #70be44;
    left: 5px;
    position: relative;
}
.dropdown-item 
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-item.disabled 
{
    color: rgb(179, 179, 179);
    pointer-events: none;
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active 
{
    color: #70be44;
    text-decoration: none;
    background: none;
    /* font-weight: 500; */
}
.dropdown-item:focus, .dropdown-item:hover 
{
    color: #262626;
    background: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu 
{
    border-radius: 20px;
    border-color: #e3e3e3;
}
.card-blk 
{
    padding: 0px 60px;
}
/* .p-img
{
    width: 250px;
} */
.card
{
    border: none!important;
}
.card img 
{
    margin: auto;
    border-radius: 20px 20px 0px 0px;
}
.card-blk h5 
{
    font-size: 1.4rem;
    font-weight: 600
}
.card-blk .card 
{
    margin-bottom: 30px;
}
.card-body
{
    background: #F7F6FA;
    border-radius: 0px 0px 20px 20px;
    height: 185px;
    overflow: hidden;
}
.card-text 
{
    opacity: 0.85;
}
.conatact-address-blk h4
{
    font-weight: 600;
}
.contact-address i,.product-blk i
{
    font-size: 24px;
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 10px;
    color: #262626;
    margin-right: 8px;
}
.contact-address p:first-child
{
    margin-top: 50px;
}
.contact-address p 
{
    margin-bottom: 50px;
}
.address-text 
{
    margin-left: 20px;
}
.contact-form-blk 
{
    box-shadow: 1px 2px 10px #ddd;
    border-radius: 20px;
    padding: 30px;
}
label 
{
    font-size: 14px;
}
.form-control 
{
    border-bottom: 2px solid #c2c2c2;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 25px;
}
.form-control:focus 
{
    color: #262626;
    border-color: #262626;
    outline: 0;
    box-shadow: none;
}
.btn-custom-primary 
{
    margin-left: 0px;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 600;
    background: #29abe2;
}
.product-feature-blk p
{
    margin: 30px 0px;
}
.site-footer
{
    background: #1F1F1F;
    color: #aaa;
    padding: 35px 15px;
    font-size: 13px;
}
.site-footer a
{
    outline: none;
    text-decoration: none;
    color: inherit;
}
.site-footer a:last-child
{
    margin-left: 5px;
}
.site-footer p
{
    margin-bottom: 0px;
}
.site-footer .text-right 
{
    text-align: right;
}
.site-title-blk 
{
    
    width: 100%;
    height: 108px;
    background-size: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
}
.site-title-blk .title-blk span
{
    font-size: 12px;
    opacity: 0.6;
}
.about-title
{
    background-image: url("../assets/about-title.png");
}
.products-title
{
    background-image: url("../assets/product-title.png");
}
.contact-title
{
    background-image: url("../assets/contact-title.png");
}

/** Responsive Code Starts **/

@media (min-width: 992px) 
{
    .navbar-expand-lg .navbar-nav .nav-link 
    {
      padding-right: 20px;
      padding-left: 20px;
    }
}
@media (max-width: 768px) 
{
    .nav-link 
    {
        text-align: center;
    }
    .b-bottom
    {
        display: none;
    }
    .site-title-blk 
    {
        height: 108px;
        background-size: cover;
        overflow: hidden;
        background-repeat: no-repeat;
        border-radius: 20px;
    }
    .site-footer .d-flex,.site-footer .text-right
    {
        justify-content: center;
        text-align: center!important;
    }
    .site-footer .d-flex
    {
        margin-bottom: 30px;
    }
}

/** Responsive Code Ends **/


