/*------------------------------------*\
  GLOBAL-VARIABLES
\*------------------------------------*/

:root {
    /*colors*/
    --color-green: #008C44;
    --color-burnt-sienna : #B8292F;
    --color-black: #111111;
    --color-white: #ffffff;
    --color-white-6: rgba(255,255,255,0.6);
}

/*------------------------------------*\
    BASE-SETTINGS
\*------------------------------------*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: var(--color-black);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

ul, li {
    list-style: none;
    margin-bottom: 0px;
}

a:hover, a:focus, input:focus, button:focus {
    text-decoration: none !important;
    outline: 0 !important;
}
.bsic-container{
    box-sizing: border-box;
}
/*------------------------------------*\
    GLOBAL CSS
\*------------------------------------*/

 /* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    
 }

 /* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
 }

 /* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .bsic-container{
        max-width: 1640px;
    }
}
 /* Extra large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) { 
 }

/*=== Top Menu ==== */
.bsic-top-menu{
    background: var(--color-green);
}
.bsic-top-menu-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    font-size: 14px;
}
.bsic-top-menu1{
    display: flex;
}
.bsic-top-menu1 li{
    flex: 0 0 auto;
}
.bsic-top-menu1 li a{
    color: var(--color-white-6);
    margin-right: 20px;
}
.bsic-top-menu1 li.active a{
    color: var(--color-white);
}
.bsic-top-menu2{
    display: flex;
}
.bsic-top-menu2 li{
    flex: 0 0 auto;
}
.bsic-top-menu2 li a{
    display: flex;
    align-items: center;
    color: var(--color-white-6);
    margin-right: 10px;
}
.bsic-top-menu2 li:last-child a{
    margin-right: 0;
}
.bsic-top-menu2 li a span,.bsic-top-menu2 li a b{
    display: block;
    margin-right: 10px;
}
.bsic-top-menu2 li a b{
    display: block;
    margin-top: 2px;
}
.bsic-top-menu2 li.active a{
    color: var(--color-white);
}

.bsic-top-menu2 li a em{
    text-align: center;
    background-color: #00773A;
    display: block;
    width: 44px;
    height: 25px;
    line-height: 25px;
    font-style: normal;
}
.bsic-top-menu2 li a em.active{
    background-color: var(--color-white);
    color: var(--color-green);
}
@media (max-width: 767.98px) { 
    
.bsic-top-menu{
    display: none;
}
}
/*=== Main Nav ==== */
 .bsic-nav{
     margin: 0 auto;
     background: none !important;
     max-width: 1640px;
     min-height: 104px;
 }
 .bsic-nav .navbar-brand{
    max-width: 314px;
    margin-right: 30px;
}
.bsic-nav .navbar-brand img{
    width: 100%;
}
.bsic-nav-img1{
    display: block;
    max-width: 81px;
}
.bsic-nav-img1 img{
    width: 100%;
}
 .bsic-menu li a{
     display: block;
     text-transform: uppercase;
     color: var(--color-black) !important;
 }
 .bsic-menu li.active a{ 
     font-weight: 600;
     color: var(--color-burnt-sienna) !important;
 }
 .bsic-nav-btn{
    display: flex;
 }
 .bsic-nav-btn span{
     display: flex;
     width: 44px;
     height: 44px;
     background: rgba(0, 140, 168, 0.1);
     border-radius: 5px;
     justify-content: center;
     align-items: center;
     padding: 10px;
     box-sizing: border-box;
     margin-right: 10px;
 } 
.bsic-nav-btn button{
    display: flex;
    max-width: 200px;
    height: 44px;
    background: var(--color-burnt-sienna);
    color: var(--color-white);
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
} 


 @media (max-width: 991.98px) { 
    .bsic-nav{
        justify-content: end;
        min-height: auto;
    }
    .bsic-nav .navbar-brand{
        max-width: 200px;
        margin-right: 10px;
    }
    .bsic-nav-img1{
        display: block;
        max-width: 40px;
    }
    .bsic-nav .navbar-toggler{
        font-size: 1rem;
        margin-left: auto;
    }
}

/*=== News Bar ==== */
.bsic-newsbar{
    width: 100%;
    background: #F8F8F8;
}
.bsic-newsbar ul{
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    min-height: 40px;
}
.bsic-newsbar ul li{
    list-style: inside;
    list-style-type: disc;
    flex: 0 0 auto;
    font-size: 16px;
    color: green;
    margin-left: 20px;
}
/*=== Home Page Image Slider ==== */
#bsic-slider1 .carousel-caption{
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
}
.bsic-slider1-caption{
    display: flex;
    width: 100%;
    min-height: 136px;
    align-items: center;
    text-align: left;
}
.bsic-slider1-caption-col1{
    background-color: rgba(17, 17, 17, 0.5);
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    max-width: 900px;
    min-height: 136px;
    margin-left: -15px;
    padding-left: 15px;
}
.bsic-slider1-caption-col1 p{
    font-size: 30px;
    font-weight: 600;
    padding-right: 20px;
    margin-bottom: 0 !important;
}
.bsic-slider1-caption-col2{
    background: #ffffff;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 100%;
    max-width: 740px;
    min-height: 136px;
    margin-right: -15px;
    padding-right: 15px;
}
.caption-ul2 li a{
    color: var(--color-black);
}
.caption-ul2 li a p i{
    display: block;
    font-style: normal;
}
.bsic-bdr1{
    border-left: 1px solid rgba(112, 112, 112, 0.25);
    height: 40px;
    margin: 0 25px 0 10px;
}

/*=== Fooer ==== */
.ftr{
    background: #F7FBF9;
    color: var(--color-black);
    padding: 50px 0; 
}
.ftr-logo1{
    display: block;
    max-width: 314px;
    margin-bottom: 40px;
}
.ftr h4{
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 20px;
}
.ftr-icon1 i{
    color: var(--color-green);
    font-size: 30px;
} 
.ftr-phone{
    max-width: 294px;
}
.ftr-phone b{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.ftr-phone i{
    font-style: normal;
}
.ftr-sIcon{
    display: flex;
}
.ftr-sIcon i{
    display: flex;
    font-size: 30px;
    margin-right: 10px;
}
.ftr-sIcon a:nth-child(1) i{
    color: #3E5C9A;
}
.ftr-sIcon a:nth-child(2) i{
    color: #3B060E;
}
.ftr-sIcon a:nth-child(3) i{
    color: #29A9E1;
}
.ftr-sIcon a:nth-child(4) i{
    color: #117BB8;
}
.ftr-sIcon a:nth-child(5) i{
    color: #C3271A;
}
.ftr-sIcon a:nth-child(3) i{
    color: #1EB8EB;
}
.ftr-list1{
    margin-bottom: 40px;
}
.ftr-list1 li{
    margin-bottom: 10px;
}
.ftr-list1 li a{
    color: var(--color-black);
}
.ftr-list1 li a:hover{
    text-decoration: underline !important;
}

@media (max-width: 767.98px) { 
    .ftr-logo1{
        max-width: 200px;
    }
}