a{
    text-decoration: none !important;
}
.d-none{
  display:none;
}
.w-100{
    width:100% !important;
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: "Trebuchet MS", sans-serif;
    line-height: 1.15;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

body {
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: var(--blue);
}

a:hover {
    text-decoration: underline;
    color: var(--orange);
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
/* Responsive Breakpoints (Example) */
@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

[class^="col-"], [class*=" col-"] {
    margin: 0;
    padding: 0;
}
.bg-white {
    background-color: var(--ac-f-c2);
}

.bg-gray {
    background: var(--ac-b-bg);
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.p-15 {
    padding: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.ws-box {
    background: var(--ac-f-c2);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
input, select, textarea {
    font-size: 15px;
    height: 42px;
    padding: 5px 15px;
    background: #var(--ac-f-c2);
    outline: none;
    width: 100%;
    font-family: "Trebuchet MS", sans-serif;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* ==========header section start==== */

header {

    font-size: 15px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: var(--ac-hf-bg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;

}
header .top {
    padding: 15px 0;
}
  
header .top .container {
    display: flex;
}

.ht-item {
    flex: 1 1 auto;
    margin-top: 0px;
}

.ht-item.logo {
    flex: 0 0 200px;
}


.ht-item.logo img {
    height: auto;
    width: auto;
    display: inline-block;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
@media (min-width: 1280px) {
    #lc-toggle, #column-left .lc-close, .h-desk {
        display: none !important;
    }
    
}
@media (max-width: 480px){
    .ht-item.logo img {
        margin-top: 0px;
    }
    .ht-item.logo .brand {
            width: 35%;
            display: block;
        }
   }
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.material-icons {
    height: 24px;
    width: 24px;
}
.search {
    padding: 5px 0;
    position: relative;
}
header .search input {
    border: none;
    padding: 0 40px 0 20px;
    font-weight: normal;
    border-radius: 4px;
    margin-bottom: 0;
    margin-left:2%;
}
.dropdown-menu {
    position: absolute;
    display: none;
    background: var(--ac-f-c2);
    padding: 0;
    margin-top: 0px;
    z-index: 99;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 -5px 0 0 #fff;
    width: 100%;
}
.dropdown-menu .search-details {
    display: flex;
    flex-direction: column;
}

.home-description a {
    font-weight: 600;
}
/*----------------------aclider section start------------------*/

.swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets{
    position: relative;
    bottom: 0px;
}

span.swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    border-radius: 0;
    background:var(--ac-primary);
}
span.swiper-pagination-bullet:hover {
    background:var(--ac-primary);
}
.swiper-pagination-bullet-active {
     background-color: var(--ac-f-c2) !important;
}

/*---------------------aclider section end-------------------*/

/*==============Marque style start==============*/

.sliding_text_wrap {
    background-color: var(--ac-f-c2);
    border-radius: 25px;
    margin: 46px auto;
    padding: 8px 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
.sliding_text_wrap marquee {
    color: #333;
    font-size: 15px;
}
/*================Marque style end==========*/

/*============= Feature Cards ============*/

    .r-lnk-wrap {
      /* max-width: 1100px; */
      margin: 0 auto 0px auto;
    }

    .r-lnk-wrap>div:first-child {
      padding-left: 0 !important;
    }

    .r-lnk-wrap>div:last-child {
      padding-right: 0 !important;
    }

    .c-card {
      display: flex;
      align-items: center;
      gap: 15px;
      background: var(--ac-f-c2);
      border-radius: 8px;
      text-decoration: none;
      padding: 15px 20px;
      transition: all 0.3s ease;
      border: 1px solid #e5e7eb;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    }

    .c-card:hover {
      transform: translateY(-4px);
      border-color: var(--ac-primary);
      box-shadow: 0 6px 15px #e7ffe7;
      list-style-type:none;
    }

    .c-card .ic {
      background-color: var(--ac-primary);
      color: #fff;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
    }

    .c-card .blurb {
      font-weight: 400;
      font-size: 16px;
      color: #111827;
      display: block;
    }

    .c-card p {
      color: #4b5563;
      font-size: 14px;
      margin: 0;
    }

    @media (max-width: 991px) {
     .w-50{
            width:50% !important;
        }
      .c-card .blurb{
        text-align:left;
          
      }
      .c-card p {
          display:none;
    }
    
    .c-card .ic {
         width: 40px;
         height:35px;
    }
    .c-card .blurb {
        font-size: 14px;
    }
    .r-lnk-wrap > div:nth-child(2) {
        padding-right: 0 !important;
    }
    .r-lnk-wrap > div:nth-child(3) {
        padding-left: 0 !important;
    }
    }

    @media (max-width: 575px) {
      .c-card {
            /* flex-direction: column; */
            text-align: center;
            padding: 10px 8px 10px 8px;    
            gap: 5px;
            
        }
      .material-icons{
          font-size:24px;
      }
      .r-lnk-wrap .col-6.col-sm-4.col-md-3.w-50 {
        margin: 0;
        padding: 4px;
        width:50%;
    }
    }
/*============= Feature Cards End ============*/