/*=========body========*/
body {
  color: #000000;
  background-color: #eaeaea;
  font-size: 16px;
  line-height: 1.5;
  text-transform: initial;
  font-family: "Roboto", sans-serif, "Verdana"; }

/*========all common class======*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1070px;
    margin: 0 auto; } }
*:focus {
  outline: none !important; }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside; }

/*========main-css=======*/
.header-top .header-contact {
  background-image: linear-gradient(to left, #d1d3d4, #dadbdc, #e3e3e4, #ebecec, #f4f4f4, #f4f4f4, #f4f4f4, #f4f4f4, #ebecec, #e3e3e4, #dadbdc, #d1d3d4);
  padding: 8px 40px 20px;
  position: relative;
  height: 200px; }
  @media only screen and (max-width: 480px) {
    .header-top .header-contact {
      height: 180px; } }
  @media only screen and (max-width: 320px) {
    .header-top .header-contact {
      padding: 8px 5px 20px; } }
  .header-top .header-contact ul li {
    float: left;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .header-top .header-contact ul li {
        float: none; } }
    @media only screen and (max-width: 480px) {
      .header-top .header-contact ul li {
        text-align: center;
        margin-right: 0; } }
    .header-top .header-contact ul li i {
      display: inline-block;
      color: #C19252;
      padding-right: 6px;
      transition: 0.5s all ease-in-out;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out; }
    .header-top .header-contact ul li a {
      text-decoration: none;
      color: #C19252;
      font-size: 15px;
      font-family: "Verdana";
      display: inline-block;
      transition: 0.5s all ease-in-out;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out; }
      @media only screen and (max-width: 320px) {
        .header-top .header-contact ul li a {
          font-size: 13px; } }
    .header-top .header-contact ul li:hover i {
      color: #EC2025; }
    .header-top .header-contact ul li:hover a {
      color: #EC2025; }
.header-top .header-logo {
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 991px) {
    .header-top .header-logo {
      top: 38px; } }
  @media only screen and (max-width: 767px) {
    .header-top .header-logo {
      top: 60px; } }
  @media only screen and (max-width: 480px) {
    .header-top .header-logo {
      top: 65px; } }
  .header-top .header-logo h1 a img {
    max-height: 150px; }
    @media only screen and (max-width: 767px) {
      .header-top .header-logo h1 a img {
        max-height: 130px; } }
    @media only screen and (max-width: 480px) {
      .header-top .header-logo h1 a img {
        max-height: 100px; } }

.nav-menu {
  position: absolute;
  left: 0;
  bottom: -16px;
  display: flex;
  justify-content: center;
  right: 0;
  z-index: 9; }
  @media only screen and (max-width: 991px) {
    .nav-menu {
      display: none; } }
  .nav-menu ul li {
    float: left;
    margin: 0 5px;
    background-color: #C19252;
    transform: skew(-40deg);
    box-shadow: inset 0 -5px 2px rgba(0, 0, 0, 0.25);
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    position: relative; }
    .nav-menu ul li a {
      display: inline-block;
      text-transform: capitalize;
      color: #ffffff;
      padding: 4px 28px;
      text-decoration: none;
      transform: skew(40deg); }
    .nav-menu ul li.active-m {
      background-color: #EC2025; }
    .nav-menu ul li:hover {
      background-color: #EC2025; }
    .nav-menu ul li .sub-menu {
      position: absolute;
      width: 400px;
      transform: skew(40deg) translateY(4px);
      transition: 0.5s all ease-in-out;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      opacity: 0;
      visibility: hidden;
      left: -15%;
      top: 100%;
      background-color: #C19252;
      border-top: 4px solid #EC2025;
      padding: 10px 5px; }
      .nav-menu ul li .sub-menu li {
        float: none;
        margin-bottom: 5px;
        display: block;
        transform: skew(0deg); }
        .nav-menu ul li .sub-menu li a {
          display: block;
          text-align: center;
          transform: skew(0deg);
          padding: 4px 28px 8px; }

.nav-menu ul li:hover .sub-menu {
  transform: skew(40deg) translateY(0);
  opacity: 1;
  visibility: visible; }

.slider-sec .slider-home {
  width: 100%; }
  .slider-sec .slider-home .slider-start {
    width: 100%;
    height: 370px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 991px) {
      .slider-sec .slider-home .slider-start {
        height: 320px; } }
    @media only screen and (max-width: 767px) {
      .slider-sec .slider-home .slider-start {
        height: 300px; } }
    @media only screen and (max-width: 480px) {
      .slider-sec .slider-home .slider-start {
        height: 250px; } }
    @media only screen and (max-width: 320px) {
      .slider-sec .slider-home .slider-start {
        height: 220px; } }

.slick-dots {
  bottom: 50px; }
  .slick-dots li {
    margin: 0 2px; }
    .slick-dots li button {
      background-color: transparent;
      border-radius: 50%;
      height: 15px;
      width: 15px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.49);
      border: 1px solid #C19252; }
      .slick-dots li button::before {
        opacity: 1;
        font-size: 18px;
        content: "";
        background-color: transparent;
        top: 0;
        left: 0;
        width: 15px;
        height: 15px;
        border-radius: 50%; }
    .slick-dots li.slick-active button::before {
      opacity: 1;
      content: "";
      border-bottom: 8px solid #C19252;
      border-top: 8px solid #EC2025;
      background-color: unset; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.home-service .home-des {
  background-color: #ffffff;
  padding: 40px 25px; }
  .home-service .home-des .home-des-content {
    border: 1px solid #C19252;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px; }
    @media only screen and (max-width: 991px) {
      .home-service .home-des .home-des-content {
        margin-bottom: 30px; } }
    .home-service .home-des .home-des-content h2 {
      background-color: #C19252;
      color: #ffffff;
      text-align: center;
      text-transform: capitalize;
      font-size: 22px;
      font-weight: 700;
      padding: 8px 0;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .home-service .home-des .home-des-content h2 {
          font-size: 18px; } }
      @media only screen and (max-width: 480px) {
        .home-service .home-des .home-des-content h2 {
          font-size: 16px;
          font-weight: normal;
          line-height: 1.6; } }
    .home-service .home-des .home-des-content .home-text {
      padding: 20px 15px; }
      .home-service .home-des .home-des-content .home-text p {
        font-size: 13px;
        color: #525252;
        font-family: "Verdana";
        line-height: 1.8; }
        @media only screen and (max-width: 480px) {
          .home-service .home-des .home-des-content .home-text p {
            font-size: 12px; } }
        .home-service .home-des .home-des-content .home-text p.first-text-1:first-letter {
          font-size: 30px; }
          @media only screen and (max-width: 480px) {
            .home-service .home-des .home-des-content .home-text p.first-text-1:first-letter {
              font-size: 25px; } }
        .home-service .home-des .home-des-content .home-text p.first-text-1 span {
          color: #525252;
          display: inline-block;
          font-weight: 700; }
          @media only screen and (max-width: 480px) {
            .home-service .home-des .home-des-content .home-text p.first-text-1 span {
              font-size: 11px; } }

.hot-service {
  border: 1px solid #C19252;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px; }
  .hot-service h2 {
    background-color: #C19252;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
    padding: 8px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 0; }
    @media only screen and (max-width: 480px) {
      .hot-service h2 {
        font-size: 18px; } }
  .hot-service .scroll-service {
    padding: 20px 0;
    height: 570px;
    overflow: hidden; }
    .hot-service .scroll-service ul li {
      padding: 10px 20px;
      font-size: 13px;
      color: #525252;
      font-weight: 700;
      border-bottom: 1px solid #C19252; }
      @media only screen and (max-width: 480px) {
        .hot-service .scroll-service ul li {
          font-size: 12px; } }
      .hot-service .scroll-service ul li:last-of-type {
        border-bottom: unset; }

.globaly-connted .global-area {
  background-color: #ffffff;
  padding: 0 25px 50px; }
  @media only screen and (max-width: 991px) {
    .globaly-connted .global-area {
      padding: 0 25px 20px; } }
  .globaly-connted .global-area h2 {
    color: #525252;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C19252; }
  .globaly-connted .global-area .global-box {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
    border-top-right-radius: 14px;
    border-top-left-radius: 14px; }
    @media only screen and (max-width: 991px) {
      .globaly-connted .global-area .global-box {
        margin-bottom: 30px; } }
    .globaly-connted .global-area .global-box h4 {
      background-color: #C19252;
      color: #ffffff;
      text-align: center;
      text-transform: capitalize;
      font-size: 16px;
      padding: 8px 0;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      margin-bottom: 0; }
      @media only screen and (max-width: 1199px) {
        .globaly-connted .global-area .global-box h4 {
          font-size: 14px; } }
      @media only screen and (max-width: 480px) {
        .globaly-connted .global-area .global-box h4 {
          padding: 8px 5px; } }
    .globaly-connted .global-area .global-box .global-img {
      width: 100%; }
      .globaly-connted .global-area .global-box .global-img img {
        width: 100%;
        height: 205px; }
        @media only screen and (max-width: 991px) {
          .globaly-connted .global-area .global-box .global-img img {
            max-width: 100%;
            height: auto; } }
    .globaly-connted .global-area .global-box .global-text-box {
      padding: 20px 15px; }
      @media only screen and (max-width: 1199px) {
        .globaly-connted .global-area .global-box .global-text-box {
          height: 155px;
          overflow: hidden; } }
      @media only screen and (max-width: 991px) {
        .globaly-connted .global-area .global-box .global-text-box {
          height: auto; } }
      .globaly-connted .global-area .global-box .global-text-box p {
        text-align: center;
        font-size: 13px;
        color: #525252;
        font-family: "Verdana";
        line-height: 1.8;
        margin-bottom: 0; }
        @media only screen and (max-width: 480px) {
          .globaly-connted .global-area .global-box .global-text-box p {
            font-size: 12px; } }

.ftr-sec .ftr-top .ftr-top-des {
  background-color: #323232;
  padding: 25px; }

@media only screen and (max-width: 767px) {
  .ftr-menu {
    margin-bottom: 15px; } }
@media only screen and (max-width: 480px) {
  .ftr-menu:last-of-type {
    margin-bottom: 0; } }
.ftr-menu h4 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px; }
.ftr-menu .ftr-menu-list ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 13px;
  display: block;
  padding: 3px 15px;
  text-transform: capitalize;
  position: relative;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out; }
  .ftr-menu .ftr-menu-list ul li a::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0da";
    left: 0;
    color: #C19252; }
  .ftr-menu .ftr-menu-list ul li a:hover {
    color: #C19252; }

.ftr-menu-contact ul li {
  display: flex; }
  .ftr-menu-contact ul li i {
    color: #C19252;
    font-size: 18px;
    margin-right: 15px;
    margin-top: 5px; }
  .ftr-menu-contact ul li span {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.8; }
    .ftr-menu-contact ul li span strong {
      color: #C19252;
      margin-right: 5px; }
  .ftr-menu-contact ul li:last-of-type {
    margin-top: 15px; }
    @media only screen and (max-width: 320px) {
      .ftr-menu-contact ul li:last-of-type {
        margin-top: 5px; } }
    .ftr-menu-contact ul li:last-of-type span {
      font-weight: 700;
      margin-right: 15px;
      margin-top: 4px; }
    .ftr-menu-contact ul li:last-of-type a i {
      font-size: 20px;
      vertical-align: top;
      transition: 0.5s all ease-in-out;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out; }
      .ftr-menu-contact ul li:last-of-type a i:hover {
        color: #EC2025; }

.ftr-bottom .ftr-bottom-text {
  background-color: #ffffff; }
  .ftr-bottom .ftr-bottom-text p {
    text-align: center;
    background-color: #C19252;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    padding: 12px 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0; }
    @media only screen and (max-width: 480px) {
      .ftr-bottom .ftr-bottom-text p {
        padding: 12px; } }
    .ftr-bottom .ftr-bottom-text p a {
      text-decoration: none;
      color: #ffffff; }
      .ftr-bottom .ftr-bottom-text p a img {
        max-width: 40px;
        margin-left: 2px; }

.contact-aside-1 h2 {
  color: #525252;
  text-transform: capitalize;
  margin-bottom: 25px; }
.contact-aside-1 .contact-addess-aside {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
  padding: 20px 10px; }
  .contact-aside-1 .contact-addess-aside .c-icon-title {
    margin-bottom: 20px; }
    .contact-aside-1 .contact-addess-aside .c-icon-title i {
      color: #ffffff;
      margin-right: 5px;
      background: #C19252;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.29); }
    .contact-aside-1 .contact-addess-aside .c-icon-title span {
      color: #525252;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700; }
  .contact-aside-1 .contact-addess-aside .c-address-info p {
    color: #525252;
    line-height: 1.8;
    font-size: 14px; }
  .contact-aside-1 .contact-addess-aside:last-of-type {
    border-bottom: none; }

.contact-aside-2 h2 {
  color: #525252;
  text-transform: capitalize;
  margin-bottom: 25px;
  text-align: center; }
.contact-aside-2 .google-map {
  padding: 15px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19); }

.inquery-page h2 {
  background-color: #C19252;
  padding: 5px 15px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  border-left: 2px solid #EC2025;
  margin-bottom: 40px; }
.inquery-page .form-group {
  margin-bottom: 20px; }
  .inquery-page .form-group label {
    color: #777;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 15px; }
    .inquery-page .form-group label span {
      color: #C19252; }
  .inquery-page .form-group input {
    border: 1px solid #ddd;
    border-radius: unset;
    height: calc(2.25rem + 6px); }
  .inquery-page .form-group textarea {
    border: 1px solid #ddd;
    border-radius: unset; }

.form-control:focus {
  box-shadow: unset; }

.inquery-page .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #525252;
  font-size: 13px;
  text-transform: capitalize; }

.inquery-page .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #525252;
  font-size: 13px;
  text-transform: capitalize; }

.inquery-page .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #525252;
  font-size: 13px;
  text-transform: capitalize; }

.inquery-page .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #525252;
  font-size: 13px;
  text-transform: capitalize; }

.q-btn {
  background-color: #C19252;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: unset;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out; }
  .q-btn:hover {
    background-color: #EC2025;
    color: #ffffff; }

.about-sel li {
  font-size: 13px;
  color: #525252;
  font-family: "Verdana";
  line-height: 1.8;
  padding-left: 40px;
  position: relative; }
  .about-sel li::before {
    position: absolute;
    content: "\f111";
    left: 25px;
    font-family: FontAwesome;
    font-size: 8px;
    top: 4px;
    color: #C19252; }

.m-mission-text:first-letter {
  font-size: 13px !important; }

.service-des {
  margin-top: 40px;
  margin-bottom: 20px; }

.sercive-des-s {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .sercive-des-s {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .sercive-des-s {
      width: 100%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .sercive-des-s:last-of-type {
      margin-bottom: 0; } }
  .sercive-des-s .service-col {
    width: 100%;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.19);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .sercive-des-s .service-col .service-img {
      width: 100%; }
      .sercive-des-s .service-col .service-img img {
        width: 100%;
        height: 181px; }
        @media only screen and (max-width: 991px) {
          .sercive-des-s .service-col .service-img img {
            height: 200px; } }
        @media only screen and (max-width: 767px) {
          .sercive-des-s .service-col .service-img img {
            height: auto; } }
    .sercive-des-s .service-col .service-name {
      background-color: #C19252;
      padding: 5px 15px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      height: 50px;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .sercive-des-s .service-col .service-name {
          height: auto; } }
      .sercive-des-s .service-col .service-name p {
        text-align: center;
        margin-bottom: 0;
        color: #ffffff;
        font-size: 14px; }
        @media only screen and (max-width: 480px) {
          .sercive-des-s .service-col .service-name p {
            font-size: 12px; } }

.product-des {
  padding: 40px 25px;
  background-color: #ffffff; }
  .product-des .product-tab .list-group-item {
    border: 1px solid #845515;
    background-color: #C19252;
    border-radius: unset;
    text-transform: capitalize;
    color: #ffffff;
    padding: 15px 1.25rem; }
    .product-des .product-tab .list-group-item.active {
      background-color: #EC2025; }

.product-count .product-part {
  float: left;
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1199px) {
    .product-count .product-part {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .product-count .product-part {
      width: 100%; } }
  .product-count .product-part .product-count-area {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15); }
    .product-count .product-part .product-count-area .product-img {
      width: 100%;
      height: 180px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        .product-count .product-part .product-count-area .product-img {
          height: 200px; } }
      @media only screen and (max-width: 480px) {
        .product-count .product-part .product-count-area .product-img {
          height: 180px; } }
    .product-count .product-part .product-count-area .product-title {
      background-color: #C19252;
      padding: 15px 10px;
      text-align: center;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
      @media only screen and (max-width: 767px) {
        .product-count .product-part .product-count-area .product-title {
          padding: 10px; } }
      .product-count .product-part .product-count-area .product-title h4 {
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 0; }

.product-detils {
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 10px;
  height: 50px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .product-detils {
      height: auto; } }
  .product-detils p {
    font-size: 14px;
    margin-bottom: 0;
    color: #525252; }

.single-des-content {
  padding: 40px 25px; }
  .single-des-content .single-img {
    width: 100%; }
    .single-des-content .single-img img {
      max-width: 100%;
      height: auto; }

.single-product-desp h4 {
  color: #525252;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 20px; }
.single-product-desp p {
  color: #525252;
  line-height: 1.8;
  font-size: 13px; }

.inquery-page form {
  padding: 30px 20px;
  background-color: #F5F5F5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.19); }

.inquery-page .form-row .form-group .input-group .input-group-prepend .input-group-text {
  background-color: #C19252;
  border-radius: unset;
  border: 1px solid #C19252;
  padding: .375rem .85rem; }
  .inquery-page .form-row .form-group .input-group .input-group-prepend .input-group-text i {
    color: #fff; }

.c-address-info {
  padding: 10px 0; }
  .c-address-info ul li {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    color: #525252;
    margin-bottom: 15px; }
    .c-address-info ul li i {
      position: absolute;
      top: 0;
      left: 0;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      background-color: #C19252;
      color: #ffffff;
      display: inline-block;
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.29); }
    .c-address-info ul li strong {
      margin-right: 5px;
      color: #C19252;
      font-size: 14px; }

.about-sub {
  left: -80% !important; }

.mobile-mm {
  display: none; }
  @media only screen and (max-width: 991px) {
    .mobile-mm {
      display: block;
      position: relative; } }

.humbarger-sec {
  background-color: #C19252;
  text-align: right;
  padding: 5px 25px;
  display: none; }
  @media only screen and (max-width: 991px) {
    .humbarger-sec {
      display: block; } }
  .humbarger-sec i {
    color: #ffffff;
    font-size: 25px;
    margin-top: 4px; }

.mobile-menu {
  display: none; }
  @media only screen and (max-width: 991px) {
    .mobile-menu {
      display: block;
      position: absolute;
      z-index: 99;
      width: 100%;
      background-color: #C19252;
      height: auto;
      display: none; }
      .mobile-menu ul li {
        position: relative; }
        .mobile-menu ul li a {
          text-align: center;
          display: block;
          text-transform: capitalize;
          color: #ffffff;
          padding: 5px 0;
          border-bottom: 1px solid #754a10;
          text-decoration: none;
          transition: 0.5s all ease-in-out;
          -webkit-transition: 0.5s all ease-in-out;
          -moz-transition: 0.5s all ease-in-out; }
          .mobile-menu ul li a:hover {
            background-color: #EC2025; }
        .mobile-menu ul li:last-of-type a {
          border-bottom: unset; }
        .mobile-menu ul li .sub-menu {
          background-color: #EC2025;
          position: relative;
          display: none; }
          .mobile-menu ul li .sub-menu li a {
            transition: 0.5s all ease-in-out;
            -webkit-transition: 0.5s all ease-in-out;
            -moz-transition: 0.5s all ease-in-out; }
            .mobile-menu ul li .sub-menu li a:hover {
              background-color: #C19252; }
        .mobile-menu ul li.m-item::before {
          position: absolute;
          content: "\f107";
          font-family: fontAwesome;
          right: 20px;
          top: 4px;
          color: #ffffff; } }

.mobile-menu ul li.m-item.sub-active .sub-menu {
  display: block; }

@media only screen and (max-width: 767px) {
  .hh-content {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 991px) {
  .list-group {
    margin-bottom: 30px; } }

.partner-logo {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 15px; }
  .partner-logo a {
    width: 100%; }
    .partner-logo a img {
      max-width: 100%; }

/*# sourceMappingURL=main.css.map */
