/********** Template CSS **********/

body {
   
    /* font-family: Poppins !important;
    font-size:15px; */
    font-family: 'Poppins' !important;
    font-size: 17px !important;
    font-weight: 500 !important;
  
}

:root {
    --primary: #FFE468;
    --secondary: #8CC641;
    --light: #F2F2F2;
    --dark: #272630;
}
.navbar-dark .navbar-toggler {
    background-color:lightgray;
    border-color: black!important;
}
.btn-primary {
    color: #fff!important;
    background-color: #01003a!important;
    border-color: #01003a!important ;
}
.display{
    color: #e80026;
}
.second
{
    color:  #fff;
}
.btn-primary:hover {
     color: #fff;
    background-color: #01003a;
    border-color: #01003a;
}
.btn {
    font-weight: 700;
    transition: .5s;
}
.head-image
{
    width: 100%;
	height: 200px;
	margin-top: 92px;
    background-size: cover;

}
.underline
{
    color: #01003a;
    border: 2px solid;
    margin-top: 5px;
}
.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 34px;
    padding: 10px 0;
    font-size: 18px;
  
    outline: none;
    transition: .5s;
}

/*.sticky-top .navbar-nav .nav-link {
    padding: 20px 0;
}*/

 .navbar-nav .nav-item .nav-link:hover,
 .navbar-nav  .nav-item.nav-link.active {
    color: #01003a!important;
}

@media (min-width: 992px) {
 .navbar-nav  .nav-item .nav-link::before {
        position: absolute;
        content: "";
        width: 1;
        height: 7px;
        bottom: 0;
        left: 50%;
        background: #01003a;
        transition: .5s;
        margin-bottom: -14px;
    }

     .navbar-nav  .nav-item .nav-link:hover::before,
     .navbar-nav  .nav-item .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
   .navbar-nav  .nav-item.nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.bg-hero {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    background: url(../img/about-bg.jpg) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item,
.contact-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.service-item:hover,
.contact-item:hover {
    background: url(../img/service.jpg) bottom center no-repeat;
    background-size: cover;
}

.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

.bg-quote {
    background: url(../photoshop-img/quote.jpg)  no-repeat;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../img/team.jpg) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial.jpg) top left no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #01003a!important;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action.jpg) top right no-repeat;
    background-size: contain;
}

.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}
@media (max-width: 640px) {
.navbar  {
    margin-left: 25px;}
}
@media (max-width: 568px) {
.navbar  {
    margin-left: -70px;}
}

.sitebar_box
    {
        background-color: #4f9242;
        border: solid 1px #c5c5c5;        
        
    }

.sitebar_box ul
    {
       background-color: #c5c5c5 !important;
        margin: 0px 0px 0px 0px !important;
        padding: 10px 10px 10px 15px !important;
        height: 400px !important;
        text-decoration: none; 
        border-left: 6px solid #4f9242 !important;
    }

/* .sitebar_box ul li
    {
        
    } */

.sitebar_box ul li a
    {
        font-size: 16px !important;
        font-weight: 600;
        color: #000;
    }

.sitebar_box ul li a span i
    {
        color: #4f9242 !important;
    }


/* Product Css Start */
.product_content_box
    {
        text-align: left !important;
    }

.product_content_box h2
    {
        color: #2e3192;
        font-size: 27px;
        font-weight: 600;
        text-align: left !important;
    }

.product_content_box p
    {
        text-align: justify;
        font-size: 15px;
    }

.product_content_box img
    {
        /* width: 100%; */
        margin-bottom: 20px;
    }
    
/* .section_padding
    {
        padding: 60px 0px;
    } */

.pdf_section_box
    {
        padding-bottom: 60px;
    }
/* Product Css End */

.pull-left h2
    {
        color: #2e3192 !important;  
    }

.pull-left h1
    {
        color: #2e3192 !important;  
    }

.image-mt5 h2
    {
        color: #2e3192 !important;
    }

    .navbar-brand img
        {
            width: 125px;
            margin-top: 10px;
        }


.point_box
    {
        padding-bottom: 30px;
    }

.point_box h4
    {
        color: #2e3192;
        font-weight: 600;
            margin-bottom: 25px;
    }

.point_box ul
    {
        list-style-type: none;
        padding-left: 0; 
    }

.point_box ul li
    {
        position: relative;
        padding-left: 20px;
        margin-bottom: 4px;
        color: #000;
        line-height: 24px;
        font-size: 15px;
        margin-top: 10px;
        text-align: justify;
    }

.point_box ul li::before
    {
        content: "\f192";
        font-family: "FontAwesome";
        color: #2e3192;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 15px;
    }

.point_box ul li span
    {
        color: #2e3192;
        font-weight: bold;

    }

    /* new content */
    .fa-arrow-right{
       color: #2e3192;
        
    }
    .application{
        padding: 50px 0px;
    }

    /* retail start  */
.nav .nav-item button.active {
  background-color: transparent;
  color: #2e3192 !important;
      font-weight: 600;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid  #2e3192;;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
  
}
.content-tab h2{
    color: #2e3192;
    font-size: 27px;
    font-weight: 600;
        text-align: justify;
}
.content-tab p{
    color: #000;
}
.tab-pill-sidebar{
        background-color: #2e31921c;
       box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 10px;
}
.fa-forward{
     color: #2e3192;
}
.tab-five{
    margin-left: 0px !important;
    padding-left: 0px !important;
}
    /* retail end */