/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');*/



@font-face
{
    font-family: 'Poppins-Bold';
  src: url('Poppins-Bold.eot');
      url('Poppins-Bold.eot?#') format('embedded-opentype'),
      url('Poppins-Bold.woff') format('woff'),
      url('Poppins-Bold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot');
      url('../fonts/Poppins-Light.eot?#') format('embedded-opentype'),
      url('../fonts/Poppins-Light.woff') format('woff'),
      url('../fonts/Poppins-Light.ttf') format('truetype');
}

@font-face
{
    font-family: 'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.eot');
      url('../fonts/Poppins-Medium.eot?#') format('embedded-opentype'),
      url('../fonts/Poppins-Medium.woff') format('woff'),
      url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face
{
    font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot');
      url('../fonts/Poppins-Regular.eot?#') format('embedded-opentype'),
      url('../fonts/Poppins-Regular.woff') format('woff'),
      url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face
{
    font-family: 'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.eot');
      url('../fonts/Poppins-SemiBold.eot?#') format('embedded-opentype'),
      url('../fonts/Poppins-SemiBold.woff') format('woff'),
      url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

body
{
    font-family: 'Poppins', sans-serif;
}
.header_sec
{
   padding:0;  
}
.navbar-expand-lg .navbar-nav .nav-link
{
line-height: 28px;   
}
.bg-orange {
background-color: #964B00;
}
.main_logo
{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.head_title span
{
color: #964B00;
}
.head_title
{
    font-size: 16px;
}
.head_title a 
{
    text-decoration: none;
    color:#000;
}
.scroll_head
{
position: fixed;
top:0;
width: 100%;
box-shadow: 0 5px 8px 5px rgb(0 0 0 / 20%);
    z-index: 100;
}
.dropdown-item:focus, .dropdown-item:hover
{
 background-color: #404191 !important;   
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link
{
    background-color: #43469b;
}
.header_sec .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
.navbar-light .navbar-nav .nav-link:hover
{
   background-color: #43469b;   
}
.navbar-light .navbar-toggler
{
        color: rgb(255 255 255) !important;
    border-color: rgb(255 255 255) !important;
}
.navbar-light .navbar-toggler-icon
{
       -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1); 
}
.head_txt
{
    color:#f38128;
}
.card_st
{
    border:none;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    min-height: 322px;
     transition: transform .2s;
    margin-bottom: 15px;
}
.card_st:hover 
{
  transform: scale(1.1);
    z-index: 0;
    background-color: #e7f1ff;
}
.card_st .card-title
{
  margin-top:15px;
    color:#43469b;
    text-transform: uppercase;
    line-height: 1.4;
}
.pro_bx                     
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
        cursor: pointer;
}

 .pro_bx  .accordion  .accordion-item
{
/* background-color: #e7f1ff; */
 background-color: #fff2e7;  
}
.pro_bx .accordion .accordion-header
{
background-color: #964B00;
    color:#fff;
}
.pro_bx  .accordion .accordion-button
{
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    color:#fff;
    outline: inherit;
}
.pro_bx  .accordion .accordion-button:focus
{
     outline: 0;
  outline-width: 0;
  outline: none;
  outline-style: none;
    box-shadow: none;
    border:none;
}
.pro_bx  .accordion .accordion-button::after
{
    filter: invert(1);
}
.pro_cont
{
    padding:0;
    margin:0;
    list-style: none;
}
.pro_cont li 
{
    line-height: 26px;
    position: relative;
    padding-left: 30px;
    font-size: 13px;
}
.pro_cont li::before
{
  content: '';
   position: absolute;
    border-right: 1px solid #43469b;
    border-bottom: 1px solid #43469b;
   width:8px;
   height:8px;
   top: calc(50% - 4px);
   left: 0;
   transform: translateY(-50%) rotate(-45deg);   
}
.carousel-indicators [data-bs-target]
{
 background-color: #964B00 !important;   
}




.testimonial-section{
    background: url(../image/home/testimonial-bg.png) no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  table-layout: fixed;
height: 440px;
  padding:35px 15px;
}

footer 
{
    background-color:#2d2e2f;
    padding:15px 0;
    
}
.copyright
{
    color:#fff;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 1px;
}
.testi_head
{
    color:#fff;
    font-size: 18px;
}
.testi_head span
{
    color:#964B00;
}
.accordion-body p 
{
    font-size: 13px;
}
.testimonial-section .carousel-item
{
    color:#fff;
    text-align: center;
}
.testimonial-section .carousel-item .details
{
 font-size: 13px;
 color:#964B00;
    margin-top:10px;
}
.accordion-body p 
{
 margin-bottom: 8px;   
}
.header_info .headp 
{
    font-weight: 300;
    font-size: 15px;
}
.header_info .head_title
{
 font-size: 15px;   
}
.page_banner
{
    width: 100%;
    height: 285px;
    position: relative;
    background:url(../image/home/banner.jpg) no-repeat;
    background-size: cover;
}
.page_banner::before
{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #393e5c;
    opacity: 0.8;
}

.page_title , .page_infotext
{
 color:#fff;   
}
.page_banner .container
{
     top: 38%;
    position: relative;   
}
.page_infotext span
{
    color:#964B00;
    padding-left: 15px;
}
.contact_form  .form-control
{
    font-size: 13px;
    border-radius: 4px;
}
.contact_form  .form-label
{
    font-size: 14px;
}
.location_info h4 
{
    font-size: 16px;
    color:#43469b;
}
.location_info p 
{
    font-weight: 300;
    font-weight: 13px;
}
.btn-primary {
    color: #fff;
     background-color: #43469b;
    border-color:#43469b;
}
.btn-primary:hover 
{
   background-color: #964B00;
color:#fff;
     border-color:#964B00;
}
.department_sec
{
    width: 100%;
    height: 250px;
    background:url(../image/home/testimonial-bg.png) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding:35px 0;
}
.department_sec::before
{
    content: '';
    position: absolute;
    top:0;
    left:0;
    background: #313131;
    width: 100%;
    height: 100%;
    opacity: 0.1;

}
.department_sec .container 
{
    position: relative;
}
.nopadding
{
    padding:0 !important;
}
.department_sec 
{
    color:#fff;
}
.department_sec  h5
{
 color:#964B00;
font-size: 18px;
}
.department_sec p
{
    font-size: 14px;
}
.department_sec p span a
{
    color:#fff;
    text-decoration: none;
}
.department_sec .col-md-3
{
    position: relative;
}
.department_sec .col-md-3::after
{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #78797d;
    position: absolute;
    top:10px;
    right:0;
}
.department_sec .col-md-3:last-child::after
{
display: none;    
}
.pro_bx1
{
    position: relative;
 border: none;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;  
    display: block;
    text-decoration: none;
    color:#585858;
    min-height: 425px;
    margin-bottom: 18px;
    transition: 0.4s;

}
.pro_bx1:hover 
{
  transform: translate(0, -8px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.pro_bx1 img 
{
    width: 100%;
}
.pro_bx1:hover 
{
    color:#585858;
}
.pro_bx1 .product-title
{
    display: inline-block;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #964B00;
    color: #fff;
    border-bottom-right-radius: 24px;
}
.ahbx
{
    min-height: inherit;
}
.accordion .accordion-item img 
{
    width: 100%;
}
#load{
    width:100%;
    height:100vh;
    position:fixed;
    top:0;
    z-index:9999;
   background:#ffffffd1;
    display: flex;
    justify-content: center;
    align-items: center;
}
    #load img 
    {
        width: 100px;
        height: 100px;
    }
.pro_bx .accordion .accordion-collapse .accordion-body
{
    min-height: 461px;
}
.l-head
{
    color: #f38128;
    font-size: 18px !important;
}
.testimonial-section 
{
    position: relative;
}
.testimonial-section    .carousel-control-next, .carousel-control-prev
{
width: 8% !important;
}
.img-bx-gal img {width: 100%; margin-bottom: 15px;}