@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

  
.gap-top {
  margin: 2% 0; }

.content-padding {
  padding: 20px 15px !important; }



.box-shadow {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.content-wrapper {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

.border0 {
  border: 0 !important; }

.image-overlay-link {
  display: block;
  height: 100%; }

.scroll-off {
  overflow: hidden; }

.irs--flat .irs-bar {
  background-color: #112F6C !important; }
.irs--flat .irs-from {
  background-color: #112F6C !important; }
  .irs--flat .irs-from:before {
    border-top-color: #112F6C !important; }
.irs--flat .irs-to {
  background-color: #112F6C !important; }
  .irs--flat .irs-to:before {
    border-top-color: #112F6C !important; }
.irs--flat .irs-handle i {
  background-color: #112F6C !important; }

.irs--round .irs-handle {
  top: 32px !important;
  width: 12px !important;
  height: 12px !important;
  border: 4px solid #112F6C !important;
  background-color: #112F6C !important;
  border-radius: 50% !important; }
.irs--round .irs-bar {
  background-color: #112F6C !important; }

.no-result {
  min-height: 462px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center; }
  .no-result .error-icon {
    color: #b3b3b3;
    font-size: 80px; }

.breadcrumb {
  background-color: transparent;
  margin-bottom: 10px; }

.breadcrumb > li + li:before {
  content: "> "; }







.down .header-slide {
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.header-slide {
  position: fixed;
  top: -5px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: -webkit-transform .4s linear;
  transition: .4s transform linear; }

.header {
  background: #ffffff;
  -moz-box-shadow: 0 0 4px #666;
  -webkit-box-shadow: 0 0 4px #666;
  box-shadow: 0 0 4px #666;
  z-index: 50; }
  .header .header-top .content-wrapper {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; }
  .header .header-top .logo img {
    margin: 0 auto; }
  .header .header-top .searchbox-holder {
    flex: 0.8; }
    .header .header-top .searchbox-holder .searchbox .form-control {
      height: 42px;
      border: 1px solid #ddd;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .header .header-top .searchbox-holder .searchbox .form-control.placeholder {
        color: #ddd;
        font-size: 15px;
        font-weight: 600; }
      .header .header-top .searchbox-holder .searchbox .form-control:-moz-placeholder {
        color: #ddd;
        font-size: 15px;
        font-weight: 600; }
      .header .header-top .searchbox-holder .searchbox .form-control::-webkit-input-placeholder {
        color: #ddd;
        font-size: 15px;
        font-weight: 600; }
    .header .header-top .searchbox-holder .searchbox button {
      height: 42px;
      background: #112F6C;
      border: 1px solid #112F6C;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-left: 0; }
      .header .header-top .searchbox-holder .searchbox button svg {
        fill: #ffffff; }
      .header .header-top .searchbox-holder .searchbox button:focus {
        outline: 0; }
  .header .header-top .header-icon {
    position: relative;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header .header-top .header-icon div {
      position: relative;
      width: 110px;
      cursor: pointer;
      padding: 5px 0;
      text-align: center; }
    .header .header-top .header-icon svg g {
      fill: #112F6C; }
    .header .header-top .header-icon .user .user-icon svg {
      fill: #898989; }
    .header .header-top .header-icon .user .user-icon span {
      color: #898989;
      display: block; }
    .header .header-top .header-icon .user .user-option {
      position: absolute;
      left: -90px;
      width: 200px;
      background: #333;
      display: none;
      padding: 0;
      z-index: 50; }
      .header .header-top .header-icon .user .user-option a:not(.register-link, .tbtn) {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffffff;
        margin-top: 10px;
        padding: 5px 15px;
        text-transform: capitalize; }
        .header .header-top .header-icon .user .user-option a:not(.register-link, .tbtn) svg {
          fill: #ffffff;
          margin-right: 10px; }
        .header .header-top .header-icon .user .user-option a:not(.register-link, .tbtn):hover {
          background: #222; }
      .header .header-top .header-icon .user .user-option .register-link {
        color: #ffffff;
        display: block;
        text-transform: capitalize; }
      .header .header-top .header-icon .user .user-option .tbtn {
        display: block;
        margin: 10px 15px;
        padding: 6px;
        text-transform: capitalize; }
      .header .header-top .header-icon .user .user-option hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #898989; }
    .header .header-top .header-icon .user:hover .user-icon {
      background: #333; }
    .header .header-top .header-icon .user:hover .user-option {
      display: block; }
  .header .header-bottom {
    background: #112F6C; }
    .header .header-bottom .container {
      position: relative; }
      .header .header-bottom .container .parentLink {
        display: inline-block;
        padding: 8px 20px; }
        .header .header-bottom .container .parentLink a {
          color: #ffffff;
          font-size: 13px;
          font-weight: 400;
          text-transform: capitalize; }
        .header .header-bottom .container .parentLink .child-content {
          position: absolute;
          left: 0;
          width: 100%;
          margin-top: 8px;
          background-color: #fff;
          color: #666;
          display: none;
          padding: 4px 5px;
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
          z-index: 50; }
          .header .header-bottom .container .parentLink .child-content .noLink {
            color: #000000;
            cursor: default;
            display: block;
            font-size: 13px;
            font-weight: 500;
            padding: 2px 5px; }
          .header .header-bottom .container .parentLink .child-content a:not(.noLink) {
            color: #656565;
            display: block;
            font-size: 12px;
            padding: 2px 5px; }
            .header .header-bottom .container .parentLink .child-content a:not(.noLink):hover {
              background: #f1f1f1;
              color: #666; }
          .header .header-bottom .container .parentLink .child-content .grand-child-content {
            max-height: 410px;
            width: 150px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            float: left;
            padding: 0 10px 10px; }
            .header .header-bottom .container .parentLink .child-content .grand-child-content .menuLinkList {
              margin-right: 10px;
              margin-bottom: 5px; }
        .header .header-bottom .container .parentLink:hover {
          background: #ffffff; }
          .header .header-bottom .container .parentLink:hover a {
            color: #000000; }
          .header .header-bottom .container .parentLink:hover .child-content {
            display: block; }
    .header .header-bottom .menu .menu-items {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0; }
      .header .header-bottom .menu .menu-items li {
        display: inline-block;
        margin: 0 20px; }
        .header .header-bottom .menu .menu-items li a {
          color: #000000;
          font-size: 15px;
          font-weight: 500;
          text-transform: uppercase; }
          .header .header-bottom .menu .menu-items li a:hover {
            color: #112F6C; }
      .header .header-bottom .menu .menu-items .has-dropdown .dropdown-content {
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background: #ffffff;
        border-bottom: 1px solid #ddd;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        padding: 15px 0;
        text-align: center;
        z-index: 100;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .header .header-bottom .menu .menu-items .has-dropdown .child-content .grand-child-content li {
        display: block;
        margin: 5px 10px; }
        .header .header-bottom .menu .menu-items .has-dropdown .child-content .grand-child-content li a {
          font-size: 13px; }
          .header .header-bottom .menu .menu-items .has-dropdown .child-content .grand-child-content li a:hover {
            color: #112F6C; }
      .header .header-bottom .menu .menu-items .has-dropdown:hover .dropdown-content {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }

.header-mobile {
  display: none; }



.home-slider #homeCarousel {
  background: #ffffff; }
  .home-slider #homeCarousel .carousel-indicators {
    position: unset;
    width: 100%;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #f4f4f4;
    margin-left: 0;
    margin-bottom: 0;
    padding-top: 10px; }
    
    .home-slider #homeCarousel .carousel-indicators .active {
      height: 50px;
      width: 150px;
      background: transparent;
      border-bottom: 2px solid #112F6C; }

.home-categories .content-wrapper {
  background: #ffffff;
  padding: 0; }
.home-categories .home-categories-header {
  border-bottom: 1px solid #f4f4f4;
  padding: 5px 15px; }
  .home-categories .home-categories-header h4 {
    font-size: 16px; }
.home-categories .home-categories-content {
  padding: 15px 15px 0; }
  .home-categories .home-categories-content .category-box-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-categories .home-categories-content .category-box {
    flex: 0 0 12.5%;
    margin-bottom: 15px; }
    .home-categories .home-categories-content .category-box a {
      width: 100px;
      display: block;
      margin: 0 auto; }
    .home-categories .home-categories-content .category-box .image {
      -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
      -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06); }
    .home-categories .home-categories-content .category-box .name {
      font-size: 12px;
      margin-top: 10px;
      text-transform: capitalize; }

