.team-section-item .img {
    aspect-ratio: 3.2 / 3.2 !important;
}

:root {
    --system_primary_gredient1: #1F2B40 !important;
    --system_primary_gredient2: #fcb01a !important;
}

.cta-section.bg1 {
  background: linear-gradient(77.16deg, #1F2B40 13.44%, #fcb01a 87.24%) !important;
}

.cta-section.bg2 {
    background: linear-gradient(77.16deg, #fcb01a 13.44%, #1F2B40 87.24%) !important;
}

.category-slider-item-icon {
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(2928%) hue-rotate(257deg) brightness(103%) contrast(126%) !important;
}

.category-slider-item:hover .category-slider-item-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(105%) contrast(101%) !important;
}

.contact_info::before {
    content: '';
    background: linear-gradient(77.16deg, #1F2B40 13.44%, #fcb01a 87.24%) !important;
} 

.banner-area h1 {
    font-size: 54px !important;
} 

ul.social-list {
    display: flex;
}

.instrucotr {
    margin: 50px 0px 50px 0px;
}

.instrucotr-slider .instrucotr-item .instrucotr-item-content h4 {
    font-size: 23px;
    padding-bottom: 15px;
}

.instrucotr-item-content ul li a {
    color: #ffffff;
}

.instrucotr-item-content ul li a:hover {
    color: #fcb01a;
}

.instrucotr .section-title h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  color: #1F2B40;
}

.instrucotr .section-title {
  margin-bottom: 15px;
}

.instrucotr-item-content h4 {
  font-size: 21px;
}

.team-section {
    margin-bottom: 80px !important;
    margin-top: 40px !important;
}

.heading-category-dropdown ul li a {
  font-size: 15px !important;
} 

footer .footer_bottom_area {
    padding-top: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, .05);
    padding-bottom: 20px;
    text-align: center;
}

div#smartsupp-widget-container > div {
    right: 20px !important;
    bottom: 95px !important;
}

@media (max-width: 770px) {
  footer .copyright_area {
      padding-top: 78px;
      padding-bottom: 5px;
  }
  
  footer .footer_bottom_area {
    padding-bottom: 70px;
  }
  
  footer .footer_bottom_area .copyright_text p {
      font-size: 11px;
      display: grid;
  }
  
  div#smartsupp-widget-container > div {
    right: 14px !important;
    bottom: 130px !important;
  }
}

@media only screen and (max-width: 991px) {
    .banner-area h1 {
      font-size: 30px !important;
    }
} 

.primary_input,
.primary_input3 {
    height: 68px !important;
}