html {
  scroll-behavior: smooth;
}

body
{
    margin: 0px !important;
    padding: 0px !important;
    font-family: "Poppins", sans-serif !important;
    position: relative;
}
/*** GENRAL CLASSES ***/
/********Section*******/
section
{
    background: #fff;
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
   
}
section .section-title{
    text-align: center;
    text-transform: capitalize;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    color: #2c3035 !important;
    font-size: 50px;
}
section .left
{
    text-align: left;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #2c3035 !important;
    font-size: 50px !important;
}
section .tagline
{
   color: #5f6366;
   margin-top: 20px;
   font-size: 1rem;
   font-weight: 400;
   padding-bottom: 20px;
}
section .text-medium
{
    color: #5f6366 !important; 
    font-size: 15px;
    margin-left: 13px;
}
section p
{
    color: #5f6366 !important; 
    font-size: 18px;
    line-height: 31px;
    margin-top: 20px;
}
.sep::after 
{
    width: 50px;
    height: 3px;
    background-color: #00a650;
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
section #btn2
{
    color: #000;
    border: 2px solid #00a650;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 60px;
    transition: 0.5s;
    margin-top: 20px;
}
#btn2:hover
{
    background: rgba(106, 90, 205) !important;
    color: #ffffff;
    border: 2px solid rgba(106, 90, 205) !important;
}

/********Navbar*******/
#top-navbar
{
   padding-left: 4rem;
   padding-right: 4rem;
   color:rgba(0, 0, 150 ,0.8);
   transition: all .5s;
}
 #top-navbar.normal
 {
    z-index: 99999;
    width: 100%;
    background: #f8f9fa !important;
    padding: 1.5rem 1.5rem !important;
}
 #top-navbar.fixed{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: #e8e8e8 !important;
    box-shadow: 1px 0px 10px 2px #ddd;
    padding: 0.5rem 1.5rem !important;
}
.nav-item .nav-link
{
    padding: 13px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color:rgba(0, 0, 150 ,0.8);
    text-align: center !important;
    border-bottom: 1px solid transparent;
}
#top-navbar .nav-link.active
{
    border-bottom: 1px solid #00a650;
}
.navbar-nav .nav-item a:hover
{
    color: #00a650 !important;
} 
.dropdown
{
    padding: 14px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
   
}
.dropdown:hover .dropdown-content
 {
    display: block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
}
  
.dropdown-content a 
{
    float: none;
    color: #5f6366;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown-content a:hover {
    background-color: #ddd;
  }
/************Image Header*************/

#demo.carousel 
{
    position: relative !important;
     margin-top: -37rem !important; 
} 
#demo .carousel-caption
{
    padding-bottom: 15rem;
}
.overlay-dark 
{
    background-image: none;
    z-index: 1;
    visibility: visible;
    height: 592px;
    width: 100%;
    position: relative;
    background-color: #080d15;
    opacity: .7;
   
}
.heading
{ 
   
    color: #ffffff !important;
    font-size: 48px !important;
   
}
#btn1
{
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 60px;
    transition: 0.5s;
    margin-left: 1rem;
    margin-top: 25px;
    transition: all 0.5s;
    background:rgba(0, 0, 150 );
} 
#btn1:hover
{
    background: #00a650 !important;
    border: 2px solid #00a650;
    transition: all 0.5s;
}
/******Imports*********/
.imports
{
    /*margin-top: -46px;*/
    padding: 2rem;
    /*padding-bottom: 2rem; */
    /*padding-right: 1rem;*/
    /*padding-left: 1rem;*/
    /*margin-right: -31px;*/
    /*margin-bottom: 45px;*/

}

.import_head{
    border: 1px solid rgba(0,0,0,.1);
}

/************ About us*************/
.team-box img
{
    height: 300px;
    border-radius: 50%;
}
.team-box .img-thumbnail
{
    border: 3px solid #00a650!important;
    padding: 7px;
}
.header-line .sep::after
{
  margin-left: 0px !important;
  margin-bottom: 25px;
}
/************ supplier*************/
.img-fluid
{
    background-image: url("../img/bg1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;

   
}
.img-fluid .overlay
{
    background:rgba(0, 0, 150 ,0.8);
    height: 590px;
    position: relative !important;
    width: 100%;
    padding-top: 6rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 1rem;
    height: auto;
    
  
}

.img-fluid .tagline
{
    color: #ffffff !important;
}
.card img
{
    width: 40%;
    margin-left: 7rem;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 44px;
}
.card
{
   
    padding: 10px;
    margin-bottom: 3rem !important;
    transition: all .5s;
    overflow: hidden;
    border: none;
}

.card h5
{
    font-size: 19px;
    margin-left: 12px;
}
#supplier .carousel-indicators 
{
position: relative;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
top: 19rem !important;
}
.blog .carousel-indicators li
 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
   cursor: pointer;
   background-color: rgba(0,0,0,0);
   margin-right: 5px;

} 

.blog .carousel-indicators .active
{
    margin: 2px;
    width: 10px;
    height: 10px;
    background-color: #fff;
} 

/****Our Services****/
.services
{
    padding-top: 20px;
}
#paragraph
{
    padding: 10px 10px;
    font-size: 15px;
}
.border 
{
    border: 1px solid rgba(0, 0, 0, .08) !important;
    width:  210%;
}
.border::after
{
   content: "";
   display: block;
   width: 0;
   height: 190%;
   border-width: 0 1px 0 0;
   border-style: solid;
   position: absolute;
   right: -2.4%;
   top: 0;
   border-color: rgba(0, 0, 0, .08);
   margin-top: 10px;
   margin-bottom: 10px;
}
.services i
{
font-size: 40px;
color: #00a650;
width: 100px;
height: 100px;
line-height: 70px;
position: relative;
text-align: center;
margin: 30px auto;
border: 1px solid #00a650;
border-radius: 50%;
padding: 11px;
}
.services:hover i
{
    background: #00a650;
    transition: all .7s;
    color: #ffffff;
}
/*************Testimonals****/

.bg-grey
{
    background: #f9f9f9;
    margin-top: -47px;
}
#font-awsm
{
    height: 40px;
    width: 40px;
    padding: 12px;
    background: #ffff;
    color: #3b5998 !important;
    border-radius: 50%;
    box-shadow: 1px 1px 8px 6px #f4f4f4;
   margin-top: 20px;
    font-size: 20px;
    text-decoration: none;
}

.testimonal-block {
    border: 1px solid #3b5998;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    transition: all .5s;
    margin: 2em 1em;
}
.testimonal-block:hover {
    background: #3b5998;
    color: #fff;
    transform: scale(1.05);
    z-index: 9999999;
}
.testimonal-block .social-links {
    background: transparent;
    position: absolute;
    top: 1em;
    left: 1em;
}
.testimonal-block .social-links a {
    margin: .5em 0em !important;
}

.testimonal-block:hover .social-links a {
    box-shadow: none !important;
}

.testimonal-block .content {
    flex: 1;
    text-align: center;
    padding: 2em 1em;
}

.testimonal-block .content .desc {
    all: inherit;
    color: #737373 !important;
}

.testimonal-block:hover .content .desc {
    all: inherit;
    color: #fff !important;
}

.testimonal-block .content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0 auto;
    margin-bottom: 1em;
}
.owl-dots {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1em;
}
.owl-dot {
    background: #737373 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 3px;
}
.owl-dot.active {
    background: #3b5998 !important;
}
.owl-carousel .owl-item img{
    display: block;
   width: 40% !important;
}


/****Contact us ******/
.bg2
{
    background-image: url("../img/map-texture.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
   height: auto;
   
}
#form
{
    margin-top: 4rem;
}
.form-control
{
    margin-top: 15px;
}
textarea
{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    width: 100%;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*****Footer******/
footer
{
 color: #ffffff !important;
 font-size: 16px;
 font-weight: 500 !important;
}
#pages a
{
    
    color: #ffffff !important;
    line-height: 2.7 !important;
}
#pages a:hover
{
   transition: all .5s;
    color: #00a650 !important;
    text-decoration: none;
}
#foter-fonts
{
    height: 50px !important;
    width: 50px !important;
    padding: 11px 13px;
    background: #ffff;
    color: #3b5998 !important;
    border-radius: 50%;
    margin-top: 3rem;
    font-size: 30px;
    margin-left: 1rem;
    text-decoration: none;
    margin-bottom: 2rem;
}
#foter-fonts:hover
{
    background: #00a650;
    transition: all .5s;
}

.info img
{
    height: 25px;
    width: 26px;
    margin-right: 20px;

}
.info{
    margin-top: 40px;
}
/**********************
***********************
*****Products *********
***********************
**********************/

/******Tables*******/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
  }
  
th
{
    text-align: left;
    padding: 16px;
    background-color: #365899;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}
td
{
    text-align: left;
    padding: 16px;
    font-size: 15px;
}
tr:nth-child(even) 
{ background-color: #dde2de;
}
   
tr:nth-child(even) button
{
    border: 1px solid #365899;
    background: #365899;
    color: #fff;
    padding: 2px 20px;
    border-radius: 5px;
}
tr:nth-child(odd) 
{
    background-color: #c5d2eb;
}
tr:nth-child(odd) button
{
    border: 1px solid #365899;
    background: transparent;
    color: #365899;
    padding: 2px 20px;
    border-radius: 5px;
}


