body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400; }

/************* TOP-HEADER ***************/
.top-header {
  background: #8a8d94;
  position: relative; }
  .top-header .row {
    min-height: 40px;
    position: relative; }
    .top-header .row .header-details {
      font-size: 13px; }
      .top-header .row .header-details a {
        text-decoration: none;
        color: #000;
        margin-right: 15px; }
      .top-header .row .header-details i {
        margin-right: 10px;
        font-size: 13px;
        color: #484e57; }

/************* NAVBAR ***************/
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 8px 6px -6px rgba(57, 63, 72, 0.3);
  box-shadow: 0 8px 6px -6px rgba(57, 63, 72, 0.3); }
  .navbar .navbar-brand {
    width: 145px;
    border-radius: 0 0 20px 20px;
    background: #dcdcdc;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 15px;
    position: absolute;
    margin: 0;
    transition: all 0.5s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .navbar .navbar-brand .brand-name {
      display: none; }
  .navbar .navbar-toggler {
    margin-left: auto;
    margin-right: 0;
    border: 0;
    outline: 0; }
  .navbar .navbar-nav .show > .nav-link,
  .navbar .navbar-nav .active > .nav-link,
  .navbar .navbar-nav .nav-link.show,
  .navbar .navbar-nav .nav-link.active {
    color: #f24572;
    background: #d2c5bd; }
  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link:focus {
    color: #f24572; }
  .navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 18px; }
  .navbar.bg-dark {
    background-color: #a9abb0 !important; }
  .navbar.bg-dark-new {
    background-color: #fceee3 !important; }
    .navbar.bg-dark-new .navbar-nav .show > .nav-link,
    .navbar.bg-dark-new .navbar-nav .active > .nav-link,
    .navbar.bg-dark-new .navbar-nav .nav-link.show,
    .navbar.bg-dark-new .navbar-nav .nav-link.active {
      color: #f24572;
      background: #e3e6e6; }
  .navbar .dropdown-menu {
    border-radius: 0;
    padding: 20px;
    margin: 0;
    border: 0;
    box-shadow: -1px 2px 9px -4px #a7a7a7; }
    @media (max-width: 1199px) {
      .navbar .dropdown-menu {
        max-height: 200px;
        overflow: auto;
        margin-top: 5px;
        border-radius: 4px; } }
    .navbar .dropdown-menu .dropdown-item {
      font-size: 13px;
      letter-spacing: 1px;
      color: #000;
      padding: 10px;
      border-bottom: 1px solid #b4b7be; }
      .navbar .dropdown-menu .dropdown-item:last-child {
        border-color: transparent; }
      .navbar .dropdown-menu .dropdown-item:hover, .navbar .dropdown-menu .dropdown-item:focus {
        color: #f24572;
        text-decoration: none;
        background-color: transparent; }
  .navbar .btn-download {
    background: #f24572;
    font-size: 14px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff; }

/************* CAROUSAL ***************/
.carousal .carousel-control-prev-icon,
.carousal .carousel-control-next-icon {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background-image: none;
  transition: all 800ms ease-in-out; }
  .carousal .carousel-control-prev-icon i,
  .carousal .carousel-control-next-icon i {
    font-size: 14px;
    line-height: 49px;
    color: #fff;
    transition: all 800ms ease-in-out; }
.carousal .carousel-caption h5 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 15px; }
.carousal .carousel-caption p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
  opacity: 0.6; }
.carousal .carousel-caption {
  bottom: auto;
  top: 40%;
  right: 30%;
  left: 30%;
  text-align: center; }
  .carousal .carousel-caption .btn-viewmore {
    display: inline-block;
    text-align: center;
    background: #f24572;
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 0;
    min-width: 150px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px; }
.carousal .carousel-inner:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1; }
.carousal .carousel-indicators {
  margin-bottom: 50px; }
.carousal .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 2px solid #f24572;
  background: transparent; }
  .carousal .carousel-indicators li.active {
    opacity: 1;
    border-color: #f8ddc7; }

/************* ABOUT ***************/
.about-section {
  background: #f8ddc7;
  padding-top: 70px;
  padding-bottom: 70px; }
  .about-section .sec-heading {
    margin-bottom: 20px;
    position: relative; }
    .about-section .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .about-section .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .about-section .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f24572;
      position: absolute;
      top: 0;
      left: 0; }
  .about-section .about-content h3 {
    font-size: 16px;
    color: #556b72;
    font-weight: 600;
    margin-bottom: 10px; }
  .about-section .about-content p {
    font-size: 14px;
    line-height: 22px;
    color: #556b72;
    text-align: justify; }
    .about-section .about-content p a {
      text-decoration: underline;
      color: #f24572; }
  .about-section .about-video {
    border: 15px solid #e8c8ad;
    background: #fff;
    position: relative; }
    .about-section .about-video::after, .about-section .about-video::before {
      z-index: -1;
      position: absolute;
      content: "";
      bottom: 15px;
      left: 10px;
      width: 50%;
      top: 80%;
      max-width: 300px;
      background: #777;
      -webkit-box-shadow: 0 15px 10px #777;
      -moz-box-shadow: 0 15px 10px #777;
      box-shadow: 0 15px 10px #777;
      -webkit-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }
    .about-section .about-video::after {
      -webkit-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      right: 10px;
      left: auto; }

/************* PRODUCTS ***************/
.our-products {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px; }
  .our-products .sec-heading {
    margin-bottom: 20px;
    position: relative; }
    .our-products .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .our-products .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .our-products .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f8ddc7;
      position: absolute;
      top: 0;
      left: 0; }
  .our-products .product-list > .row.gutter-15 {
    margin-right: -10px;
    margin-left: -10px; }
    .our-products .product-list > .row.gutter-15 > [class|=col] {
      padding-right: 10px;
      padding-left: 10px; }
  .our-products .product-list .product-item {
    background: #f8d5b8;
    margin-bottom: 20px;
    padding: 15px;
    position: relative; }
    .our-products .product-list .product-item:before {
      content: '';
      width: 100%;
      height: 100%;
      background: transparent;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      transition: all 400ms ease-in-out; }
    .our-products .product-list .product-item .product-desc {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transition: all 400ms ease-in-out;
      text-align: center;
      margin: 0 auto;
      max-width: 75%;
      height: 100%; }
      .our-products .product-list .product-item .product-desc h1 {
        font-size: 20px;
        font-weight: 600;
        color: #f8ddc7;
        text-align: center;
        text-transform: uppercase; }
      .our-products .product-list .product-item .product-desc p {
        font-size: 14px;
        line-height: 22px;
        color: #f8ddc7;
        text-align: center; }
      .our-products .product-list .product-item .product-desc .btn-viewmore {
        background: #f24572;
        font-size: 14px;
        border-radius: 20px;
        padding-left: 20px;
        padding-right: 20px;
        color: #fff; }
    .our-products .product-list .product-item:hover:before {
      background: rgba(0, 0, 0, 0.5);
      opacity: 1; }
    .our-products .product-list .product-item:hover .product-desc {
      top: 100px;
      opacity: 1; }
  .our-products .viewmore-lnk {
    color: #f24572;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline; }

/************* SATISFIED CLIENT PAGE ***************/
.satisfied-clients {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px; }
  .satisfied-clients .sec-heading {
    margin-bottom: 40px;
    position: relative; }
    .satisfied-clients .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .satisfied-clients .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .satisfied-clients .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f8ddc7;
      position: absolute;
      top: 0;
      left: 0; }
  .satisfied-clients .clients-list .our-client-logo {
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px; }
    .satisfied-clients .clients-list .our-client-logo img {
      max-width: 100%;
      height: auto; }

/************* BENEFITS ***************/
.our-benefits {
  background: #fff;
  padding-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px; }
  .our-benefits .sec-heading {
    margin-bottom: 50px;
    position: relative; }
    .our-benefits .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .our-benefits .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .our-benefits .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f24572;
      position: absolute;
      top: 0;
      left: 0; }
  .our-benefits .container .row.gutter-40 {
    margin-right: -20px;
    margin-left: -20px; }
    .our-benefits .container .row.gutter-40 > [class|=col] {
      padding-right: 20px;
      padding-left: 20px; }
  .our-benefits .benefit-bx {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 50px; }
    .our-benefits .benefit-bx .benefit-ico {
      margin-right: 30px; }
      .our-benefits .benefit-bx .benefit-ico i {
        font-size: 40px;
        color: #f24572; }
    .our-benefits .benefit-bx .benefit-content h1 {
      color: #556b72;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700; }
    .our-benefits .benefit-bx .benefit-content p {
      font-size: 14px;
      line-height: 22px;
      color: #a0a9b6;
      text-align: justify; }
    .our-benefits .benefit-bx .benefit-content .morecontent span {
      display: none; }
    .our-benefits .benefit-bx .benefit-content .morelink {
      display: block;
      margin-top: 5px;
      font-style: italic;
      text-decoration: none; }

/************* COUNTER ***************/
.our-counter {
  background: url("../img/counter-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative; }
  .our-counter:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0; }
  .our-counter .count-bx {
    text-align: center;
    background: #fff;
    min-height: 255px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px; }
    .our-counter .count-bx h1 {
      font-size: 50px;
      font-weight: 600;
      color: #556b72; }
    .our-counter .count-bx h2 {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #556b72; }

/************* TESTIMONIALS ***************/
.our-testimonials {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative; }
  .our-testimonials:before {
    content: '';
    background: #e4f1f5;
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .our-testimonials .sec-heading {
    margin-bottom: 50px;
    position: relative; }
    .our-testimonials .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .our-testimonials .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .our-testimonials .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f24572;
      position: absolute;
      top: 0;
      left: 0; }
  .our-testimonials .slick-list {
    padding: 20px 0; }
  .our-testimonials .slick-next {
    right: -30px; }
  .our-testimonials .slick-prev {
    left: -30px; }
  .our-testimonials .slick-prev,
  .our-testimonials .slick-next {
    top: 40%;
    z-index: 1; }
  .our-testimonials .testi-bx {
    margin: 0 15px;
    padding: 30px;
    background: #fff;
    text-align: center;
    margin-top: 70px;
    min-height: 280px;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgba(32, 33, 36, 0.28); }
    .our-testimonials .testi-bx:focus {
      outline: 0; }
    .our-testimonials .testi-bx .name {
      width: 140px;
      height: 140px;
      line-height: 115px;
      border-radius: 140px;
      background: #f24572;
      border: 10px solid #fff;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      position: relative;
      margin: 0 auto;
      margin-top: -100px;
      box-shadow: 0 1px 4px 0 rgba(32, 33, 36, 0.28); }
    .our-testimonials .testi-bx .content {
      margin-top: 20px;
      font-size: 14px;
      line-height: 22px;
      color: #a0a9b6;
      text-align: center; }

/************* CLIENTS-HD ***************/
.our-clients-hd {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 35px; }
  .our-clients-hd .sec-heading {
    position: relative; }
    .our-clients-hd .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .our-clients-hd .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .our-clients-hd .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f24572;
      position: absolute;
      top: 0;
      left: 0; }

/************* CLIENTS ***************/
.our-clients {
  background: #fff;
  padding-top: 35px;
  padding-bottom: 35px; }
  .our-clients .slick-slide {
    margin: 0px 10px;
    outline: 0; }
  .our-clients .slick-slide img {
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
    transition: .5s; }
    .our-clients .slick-slide img:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  .our-clients .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .our-clients .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .our-clients .slick-list:focus {
    outline: none; }
  .our-clients .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .our-clients .slick-slider .slick-track,
  .our-clients .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .our-clients .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
  .our-clients .slick-track:before,
  .our-clients .slick-track:after {
    display: table;
    content: ""; }
  .our-clients .slick-track:after {
    clear: both; }
  .our-clients .slick-loading .slick-track {
    visibility: hidden; }
  .our-clients .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .our-clients [dir="rtl"] .slick-slide {
    float: right; }
  .our-clients .slick-slide img {
    display: block; }
  .our-clients .slick-slide.slick-loading img {
    display: none; }
  .our-clients .slick-slide.dragging img {
    pointer-events: none; }
  .our-clients .slick-initialized .slick-slide {
    display: block; }
  .our-clients .slick-loading .slick-slide {
    visibility: hidden; }
  .our-clients .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .our-clients .slick-arrow.slick-hidden {
    display: none; }

/************* CONTACT ***************/
.contact-us {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 80px; }
  .contact-us .container > .row {
    margin-right: -20px;
    margin-left: -20px; }
    .contact-us .container > .row > [class|=col] {
      padding-right: 20px;
      padding-left: 20px; }
  .contact-us .info-contact .sec-heading {
    position: relative; }
    .contact-us .info-contact .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .contact-us .info-contact .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .contact-us .info-contact .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f24572;
      position: absolute;
      top: 0;
      left: 0; }
  .contact-us .info-contact .info-content p {
    font-size: 14px;
    line-height: 22px;
    color: #a0a9b6;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 25px; }
  .contact-us .info-contact .info-data .data-content {
    margin-bottom: 30px; }
    .contact-us .info-contact .info-data .data-content .inf-hd {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      color: #556b72;
      position: relative; }
      .contact-us .info-contact .info-data .data-content .inf-hd::after {
        content: '';
        position: absolute;
        top: -6px;
        left: 0;
        height: 2px;
        width: 15px;
        background-color: #f24572; }
    .contact-us .info-contact .info-data .data-content .inf-data {
      font-size: 14px;
      line-height: 22px;
      color: #a0a9b6;
      text-align: left;
      margin-top: 15px; }
      .contact-us .info-contact .info-data .data-content .inf-data strong {
        font-weight: 600; }
      .contact-us .info-contact .info-data .data-content .inf-data a {
        color: #a0a9b6; }
        .contact-us .info-contact .info-data .data-content .inf-data a:hover {
          color: #f24572; }
      .contact-us .info-contact .info-data .data-content .inf-data ul.social-list {
        margin: 0;
        padding: 0;
        margin-top: 15px; }
        .contact-us .info-contact .info-data .data-content .inf-data ul.social-list li {
          list-style: none;
          margin: 0 5px 5px 0;
          display: inline-block; }
          .contact-us .info-contact .info-data .data-content .inf-data ul.social-list li a {
            display: inline-block;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            color: #909aad;
            background: #fff;
            border: 1px solid #dfecf0;
            border-radius: 2px; }
            .contact-us .info-contact .info-data .data-content .inf-data ul.social-list li a:hover {
              color: #fff; }
          .contact-us .info-contact .info-data .data-content .inf-data ul.social-list li .twitter-bg:hover {
            color: #56d7fe !important; }
          .contact-us .info-contact .info-data .data-content .inf-data ul.social-list li .facebook-bg:hover {
            color: #3b589e !important; }
          .contact-us .info-contact .info-data .data-content .inf-data ul.social-list li .instagram-bg:hover {
            color: #dc4e41 !important; }
          .contact-us .info-contact .info-data .data-content .inf-data ul.social-list li .linkedin-bg:hover {
            color: #1c82ca !important; }
  .contact-us .contact-form .sec-heading {
    position: relative; }
    .contact-us .contact-form .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .contact-us .contact-form .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .contact-us .contact-form .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f24572;
      position: absolute;
      top: 0;
      left: 0; }
  .contact-us .contact-form .contact-fields {
    margin-top: 15px; }
    .contact-us .contact-form .contact-fields .form-group .form-control {
      border: 1px solid #dfecf0;
      padding: 12px 15px;
      border-radius: 2px;
      font-size: 14px;
      height: auto; }
    .contact-us .contact-form .contact-fields .btn-submit {
      display: inline-block;
      text-align: center;
      background: #f24572;
      font-size: 14px;
      padding: 12px 20px;
      border-radius: 0;
      min-width: 150px;
      text-transform: uppercase;
      color: #fff;
      border-radius: 2px; }

.google-map {
  padding-left: 0;
  padding-right: 0; }

/************* PRODUCT PAGE ***************/
.product-sec {
  padding-top: 100px;
  padding-bottom: 80px; }
  .product-sec .sec-heading {
    margin-bottom: 40px;
    position: relative; }
    .product-sec .sec-heading h1 {
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-top: 12px;
      color: #859aa1; }
    .product-sec .sec-heading h2 {
      font-size: 30px;
      font-weight: 800;
      text-transform: uppercase;
      color: #556b72;
      margin-bottom: 0; }
    .product-sec .sec-heading::before {
      content: '';
      width: 25px;
      height: 2px;
      background: #f24572;
      position: absolute;
      top: 0;
      left: 0; }
  .product-sec .product-row {
    margin-bottom: 80px; }
    .product-sec .product-row > .row {
      margin-right: -20px;
      margin-left: -20px; }
      .product-sec .product-row > .row > [class|=col] {
        padding-right: 20px;
        padding-left: 20px; }
    .product-sec .product-row .pro-item {
      margin-bottom: 30px; }
      .product-sec .product-row .pro-item img {
        border: 2px solid #556b72; }
    .product-sec .product-row .pro-desc .product-hd {
      font-size: 24px;
      color: #556b72;
      font-weight: 600; }
    .product-sec .product-row .pro-desc .product-data {
      color: #556b72; }
      .product-sec .product-row .pro-desc .product-data .pr-price {
        font-size: 18px;
        font-weight: 600; }
        .product-sec .product-row .pro-desc .product-data .pr-price strong {
          font-size: 14px;
          font-weight: 400; }
      .product-sec .product-row .pro-desc .product-data .pr-save {
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        font-style: italic; }
        .product-sec .product-row .pro-desc .product-data .pr-save strong {
          font-size: 14px;
          font-weight: 400; }
      .product-sec .product-row .pro-desc .product-data .in-stock {
        padding: 5px 15px;
        border-radius: 50px;
        background: #4FAF58;
        color: #fff;
        display: inline-block;
        margin: 15px 0; }
      .product-sec .product-row .pro-desc .product-data .pr-data {
        margin-bottom: 15px; }
        .product-sec .product-row .pro-desc .product-data .pr-data strong {
          font-weight: 600; }
        .product-sec .product-row .pro-desc .product-data .pr-data p {
          margin-top: 5px;
          font-size: 14px;
          line-height: 22px;
          color: #a0a9b6;
          text-align: justify; }
      .product-sec .product-row .pro-desc .product-data .btn-view-details {
        display: inline-block;
        text-align: center;
        background: #f24572;
        font-size: 14px;
        padding: 12px 20px;
        border-radius: 0;
        min-width: 150px;
        text-transform: uppercase;
        color: #fff;
        border-radius: 2px;
        text-decoration: none; }

/************* FOOTER ***************/
.our-footer {
  background: url("../img/footer-bg.jpg") no-repeat center center scroll;
  background-size: contain;
  color: #909aad;
  padding: 50px 0 20px;
  position: relative; }
  .our-footer:before {
    background: rgba(64, 69, 78, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0; }
  .our-footer .footer-info .footer-item {
    margin-bottom: 30px;
    width: 100%;
    float: left; }
    .our-footer .footer-info .footer-item .footer-text {
      line-height: 22px;
      font-size: 14px; }
      .our-footer .footer-info .footer-item .footer-text .footer-links {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .our-footer .footer-info .footer-item .footer-text .footer-links li {
          margin-bottom: 5px; }
      .our-footer .footer-info .footer-item .footer-text a {
        color: #909aad;
        text-decoration: none;
        line-height: 22px; }
        .our-footer .footer-info .footer-item .footer-text a:hover {
          color: #f24572; }
    .our-footer .footer-info .footer-item .footer-title {
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .our-footer .footer-info .footer-item .personal-info {
      margin: 0 0 30px;
      padding: 0;
      list-style: none; }
      .our-footer .footer-info .footer-item .personal-info li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
        position: relative;
        padding-left: 30px; }
        .our-footer .footer-info .footer-item .personal-info li i {
          font-size: 14px;
          line-height: 22px;
          float: left;
          left: 0;
          position: absolute;
          color: #909aad; }
        .our-footer .footer-info .footer-item .personal-info li a {
          color: #909aad; }
          .our-footer .footer-info .footer-item .personal-info li a:hover {
            color: #f24572; }
    .our-footer .footer-info .footer-item .social-list {
      margin: 0;
      padding: 0;
      margin-top: 15px; }
      .our-footer .footer-info .footer-item .social-list li {
        list-style: none;
        margin: 0 5px 5px 0;
        display: inline-block; }
        .our-footer .footer-info .footer-item .social-list li a {
          display: inline-block;
          width: 35px;
          height: 35px;
          text-align: center;
          line-height: 35px;
          color: #909aad;
          background: #5c616a;
          border-radius: 0; }
          .our-footer .footer-info .footer-item .social-list li a:hover {
            color: #fff; }
        .our-footer .footer-info .footer-item .social-list li .twitter-bg:hover {
          background: #56d7fe !important; }
        .our-footer .footer-info .footer-item .social-list li .facebook-bg:hover {
          background: #3b589e !important; }
        .our-footer .footer-info .footer-item .social-list li .instagram-bg:hover {
          background: #dc4e41 !important; }
        .our-footer .footer-info .footer-item .social-list li .linkedin-bg:hover {
          background: #1c82ca !important; }

/************* COPY-RIGHT ***************/
.copy-right {
  background: #40454e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #909aad;
  font-size: 14px; }
  .copy-right .row {
    min-height: 80px; }
    .copy-right .row .col:first-child {
      text-align: left; }
    .copy-right .row .col:last-child {
      text-align: right; }
  .copy-right a {
    color: #f24572; }

/************* LOADER ***************/
.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1040;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 1050;
  background: white; }
  .loader .sk-folding-cube {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
    .loader .sk-folding-cube .sk-cube {
      float: left;
      width: 50%;
      height: 50%;
      position: relative;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      .loader .sk-folding-cube .sk-cube:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f24572;
        -webkit-animation: preloader 2.4s infinite linear both;
        animation: preloader 2.4s infinite linear both;
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%; }
    .loader .sk-folding-cube .sk-cube2 {
      -webkit-transform: scale(1.1) rotateZ(90deg);
      transform: scale(1.1) rotateZ(90deg); }
      .loader .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s; }
    .loader .sk-folding-cube .sk-cube3 {
      -webkit-transform: scale(1.1) rotateZ(180deg);
      transform: scale(1.1) rotateZ(180deg); }
      .loader .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s; }
    .loader .sk-folding-cube .sk-cube4 {
      -webkit-transform: scale(1.1) rotateZ(270deg);
      transform: scale(1.1) rotateZ(270deg); }
      .loader .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s; }

/************* SCROLL TOP ***************/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 1030;
  background-color: #f24572;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 33px;
  font-size: 11px;
  right: 20px;
  bottom: 20px;
  padding-top: 2px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .scroll-top-wrapper:hover {
    background-color: #f24572; }
  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0; }
  .scroll-top-wrapper i.fa {
    line-height: inherit; }

/************* RESPONSIVE ***************/
@media (max-width: 991.98px) {
  .carousal .carousel-caption {
    bottom: auto;
    top: 10%;
    right: 12%;
    left: 12%;
    text-align: center; }

  .carousal .carousel-caption h5 {
    font-size: 28px; }

  .carousal .carousel-indicators {
    margin-bottom: 25px; }

  .about-section {
    padding-top: 30px;
    padding-bottom: 30px; }

  .our-products {
    padding-top: 30px;
    padding-bottom: 30px; }

  .our-products .product-list .product-item:hover .product-desc {
    top: 50px; }

  .our-products .viewmore-lnk {
    font-size: 16px; }

  .our-benefits {
    padding-bottom: 30px; }

  .our-benefits .sec-heading {
    margin-bottom: 40px; }

  .our-benefits .benefit-bx {
    margin-bottom: 30px; }

  .our-counter {
    padding-top: 30px;
    padding-bottom: 0; }

  .our-counter .count-bx {
    margin-bottom: 30px;
    min-height: 200px; }

  .our-testimonials {
    padding-top: 30px;
    padding-bottom: 30px; }

  .our-testimonials .sec-heading {
    margin-bottom: 30px; }

  .contact-us {
    padding-top: 50px;
    padding-bottom: 50px; }

  .our-footer {
    background-size: cover; }

  .product-sec {
    padding-top: 50px;
    padding-bottom: 50px; }

  .product-sec .product-row .pro-item {
    margin-bottom: 20px; }

  .product-sec .product-row {
    margin-bottom: 40px; }

  .satisfied-clients {
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (max-width: 1199.98px) {
  .top-header .row .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border-radius: 0;
    background: url("../img/header-logo.png") no-repeat center center scroll transparent;
    background-size: 25px;
    z-index: 2;
    box-shadow: none; }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar .navbar-brand {
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: auto;
    box-shadow: none;
    background: none;
    align-items: center; }
    .navbar .navbar-brand .brand-name {
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      margin-left: 15px;
      color: #f24572; }
    .navbar .navbar-brand .header-logo {
      width: 26px; }

  .navbar .navbar-toggler {
    background: #484e57; }

  .navbar .navbar-nav {
    margin-left: 0;
    margin-top: 15px; }

  .navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    border-radius: 4px; }

  .carousal .carousel-caption {
    top: 20%;
    right: 15%;
    left: 15%; }

  .contact-us {
    padding-top: 60px;
    padding-bottom: 50px; } }
/************* ANIMATION KEYFRAMES ***************/
@-webkit-keyframes preloader {
  0%,
    10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
    75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
    100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes preloader {
  0%,
    10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
    75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
    100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
