@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 70px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: bold;
    filter: drop-shadow(2px 2px #ccc);
}

.heading_container h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
    margin: 10px auto 10px;
}

.heading_container h2 span {
  background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
    padding: 15px 0;
    background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
    background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
    background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
    background: linear-gradient(90deg, #29d0d2, #0095f4);
    background-color: #0095f4;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
  display: flex;
    justify-content: space-between;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
  width: 100%;
}

.custom_nav-container .navbar-nav {
  align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 20px;
    color: #e0f3ff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
    position: relative;
    font-size: .85rem;
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
}
.custom_nav-container .navbar-nav .nav-item.cart-nav-item .nav-link svg {
  width: 23px;
  height: auto;
  margin-bottom: 2px;
  fill: transparent;
}
span#cartItemCount {
  position: absolute;
  top: -9px;
  right: -9px;
  font-size: 13px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  font-weight: 700;
}

/* .custom_nav-container .navbar-nav .nav-item:hover .nav-link svg, .custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #3106fc;
} */

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #3106fc;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 90px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
  text-align: center;
}

.slider_section .detail-box h1 {
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #002c3e;
    line-height: 70px;
}

.slider_section .detail-box h1 span {
  background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 2px #ccc);
}

.slider_section .detail-box p {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 1.5rem;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 12px 45px;
    background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
    border: 1px solid #0095f4;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    font-weight: 700;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #0095f4;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: absolute;
  margin: 0;
  margin-top: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 20px;
  height: 6px;
  border-radius: 0%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 6px;
  background-color: #0095f4;
}

.slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider_bg_box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
  content: "";
}

.slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.product_section .heading_container {
  margin-bottom: 20px;
}

.product_section .box {
  position: relative;
  margin-top: 25px;
  padding: 10px 10px;
  background-color: #ffffff;
  -webkit-transition: all .3s;
  gap: 15px;
  display: flex;
  transition: all .3s;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, .2);
  /* border: solid #fff 10px; */
  height: 195px;
  border-radius: 8px;
}
.product_section .box:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.product_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  /* height: 215px;*/
}

.product_section .box .img-box img.img-fluid {
  max-width: 100%;
  width: 100%;
  height: 175px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  border-radius: 8px;
}

.product_section .box .detail-box {
  text-align: left;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-direction: column;
  width: 55%;
}

.product_section .box .detail-box h5 {
  font-size: 18px;
  margin-top: 10px;
  text-transform: capitalize;
}

.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #002c3e;
  font-weight: 600;
}
.product_section .box .detail-box .text-primary {
  color: #818181 !important;
  font-size: .88rem;
}
.product_section .box a.option1 {
  position: absolute;
  right: 15px;
  bottom: 12px;
  background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
  color: #fff;
  padding: 6px 18px;
  border-radius: 40px;
}
.product_section .box a.option1 img {
  filter: invert(1);
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 1px 0 0;
}
.product_section .box:hover img.img-fluid {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
          border-radius: 8px 0px 0px 8px;
}

.product_section .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.arrival_section {
    background-color: #d4ced0;
}
.product_section .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.product_section .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_section .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 5px 0;
}

.product_section .options .option1 {
  background-color: #3106fc;
  border: 1px solid #3106fc;
  color: #ffffff;
}

.product_section .options .option1:hover {
  background-color: transparent;
  color: #3106fc;
}

.product_section .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.product_section .options .option2:hover {
  background-color: transparent;
  color: #000000;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #3106fc;
  border: 1px solid #3106fc;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  color: #3106fc;
}

.arrival_section .heading_container {
  color: #002c3e;
  margin-bottom: 10px;
}

.arrival_section .box {
  padding: 120px 45px;
  position: relative;
}

.arrival_section .arrival_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.arrival_section .arrival_bg_box img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
}

.arrival_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #3106fc;
  border: 1px solid #3106fc;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrival_section a:hover {
  background-color: transparent;
  color: #3106fc;
}
section.why_section.layout_padding .container .row {
  /* flex-direction: column; */
}
.why_section .box {
  text-align: left;
  margin-top: 25px;
  /* background-color: #002c3e; */
  background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
  padding: 30px 30px 25px;
  border-radius: 5px;
  color: #ffffff;
  min-height: 167px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.abt-wraps {
  position: relative;
}
img.about-us-img {
  width: 100%;
  display: block;
  position: relative;
  top: 25px;
  border-radius: 0px 40px 0px 40px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
/* .abt-overlay::before {
  position: absolute;
  background: #fff;
  content: "";
  width: 95%;
  height: 2px;
  left: 15px;
  top: 50px;
}
.abt-overlay::after {
  position: absolute;
  background: #fff;
  content: "";
  width: 95%;
  height: 2px;
  left: 15px;
  bottom: 50px;
} */
.abt-overlay {
  position: absolute;
  z-index: 11;
  width: 6%;
  height: 100%;
  background: #fff;
  top: 25px;
  right: 44px;
  opacity: .7;
}
.abt-overlay-1 {
  position: absolute;
  z-index: 11;
  width: 1%;
  height: 100%;
  background: #fff;
  top: 25px;
  right: 95px;
  opacity: .7;
}
.abt-overlay-2 {
  position: absolute;
  z-index: 11;
  width: 1%;
  height: 100%;
  background: #fff;
  top: 25px;
  right: 109px;
  opacity: .7;
}

.detail-box h5 {
    font-size: 21px;
    font-weight: 700;
}
.box .detail-box p {
  font-size: .88rem;
}
.remove_line_bt h2::after {
    display: none;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #ffffff;
}

.subscribe_section {
  text-align: center;
}

.subscribe_section .box {
  background-color: #d4ced0;
  padding: 75px 45px;
}

.subscribe_section .subscribe_form .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #002c3e;
}

.subscribe_section .subscribe_form .heading_container h2 {
  padding: 0 25px;
}

.subscribe_section .subscribe_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section .subscribe_form form input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 90px;
    outline: none;
    padding: 5px 25px;
    background-color: #ffffff;
    margin-top: 15px;
    text-align: left;
}

.subscribe_section .subscribe_form form input::-webkit-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input:-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #3106fc;
  border: 1px solid #3106fc;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 600;
  width: 100%;
  max-width: 285px;
}

.subscribe_section .subscribe_form form button:hover {
  background-color: transparent;
  color: #3106fc;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.client_section .box .img_container .img-box {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  width: auto;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  background-color: #3106fc;
  border-radius: 100%;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev {
  left: 25%;
}

.client_section .carousel-control-next {
  right: 25%;
}

/* footer section*/
.footer_section {
  background-color: #002c3e;
  color: #ffffff;
  padding-top: 70px;
}

.footer_section {
    color: #ffffff;
    text-align: left;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  text-align: left;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
    margin: 10px 0;
    color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #3106fc;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.footer_section .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: center;
    justify-content: left;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002c3e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #3106fc;
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.heading_container.heading_center h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

li.nav-item ul {
    background: #fff;
    border: solid #000 2px;
    border-radius: 0;
    padding: 10px 20px;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 4px 4px 0px 0 #000;
    width: 190px;
}

li.nav-item ul li {
    float: left;
    width: 100%;
    margin: 6px 0;
}

li.nav-item ul li a {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 10px;
    transition: ease all 0.5s;
}

li.nav-item ul li a:hover, li.nav-item ul li a:focus {
    color: #3106fc;
}

.inner_page_head {
    background: #3106fc;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.inner_page_head h3 {
    font-size: 42px;
    font-weight: 800;
}

/** footer **/

footer {
  background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
    padding: 90px 0 70px;
}

.logo_footer {
    margin-bottom: 30px;
}

.information_f p {
    margin-bottom: 1.2rem;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
}

.widget_menu h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
    color: #fff;
}

.widget_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_menu ul li {
    float: left;
    width: 100%;
}

.widget_menu ul li a {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 5px;
}

.field {
    display: flex;
}

.widget_menu {
    float: left;
    width: 100%;
}

div.form_sub .field input[type="email"], div.form_sub .field input[type="email"]:hover, div.form_sub .field input[type="email"]:focus {
    padding: 10px 110px 10px 15px;
    border-radius: 0;
    border: solid #ccc 1px;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    width: 100%;
    height: 48px;
}

.form_sub {
    position: relative;
}

.form_sub input[type="email"] + input[type="submit"] {
    position: absolute;
    right: 0;
    background: #3106fc;
    color: #fff;
    border: none;
    top: 0px;
    font-size: 14px;
    height: 48px;
    font-weight: 600;
    padding: 0 15px;
}

form input {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form textarea {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form input[type="submit"] {
    border: none;
    padding: 15px 45px;
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    margin: 0 auto;
    display: flex;
    background: #333;
    color: #fff;
    font-weight: 600;
    transition: ease all 0.1s;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #3106fc;
    color: #fff;
}

/** cpy **/

.cpy_ {
    background: #222;
    text-align: center;
    padding: 20px 0;
}

.cpy_ p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.cpy_ p a {
    margin: 0;
    color: #3106fc;
    font-size: 15px;
    font-weight: 400;
}
section.product_section.layout_padding.our_services .row {
  gap: 50px 20px;
}
section.product_section.layout_padding.our_services .row .col-xs-10.col-sm-3 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 0 0px 0px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e6e6e6;
  flex: 0 0 48.333333%;
    max-width: 48.333333%;
    display: flex;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
section.product_section.layout_padding.our_services .row .col-xs-10.col-sm-3:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.service_price_section {
  padding: 0 15px;
  position: relative;
}
section.product_section.layout_padding.our_services .row .col-xs-10.col-sm-3 img.img-responsive {
  width: 40%;
  height: 190px;
  border-radius: 8px 0px 0px 8px;
}
.content-right {
  width: 60%;
  justify-content: start;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
}
section.product_section.layout_padding.our_services .row .col-xs-10.col-sm-3 div.text-center {
  position: relative;
  bottom: 5px;
  margin: 0;
  display: flex;
  justify-content: end;
  padding: 0 10px;
}
.switch-language-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}
section.product_section.layout_padding.our_services .row .col-xs-10.col-sm-3 h3.text-center {
  text-transform: none;
  padding: 0 15px;
  line-height: 24px;
  font-size: 18px;
  text-align: left !important;
  margin-bottom: 10px;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}
section.product_section.layout_padding.our_services .row .col-xs-10.col-sm-3 h3.text-center a {
  background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
  background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
  background: linear-gradient(90deg, #29d0d2, #0095f4);
  background-color: #0095f4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}
.duration-text {
  margin: 0 !important;
  position: absolute;
  left: -65px;
  top: 40px;
  width: 40%;
  transform: rotateZ(-45deg);
}
.duration-text a.badge-info {
  border-radius: 0 0 0 0;
  background: -webkit-linear-gradient(90deg, #29d0d2, #0095f4);
    background: -o-linear-gradient(90deg, #29d0d2, #0095f4);
    background: -moz-linear-gradient(90deg, #29d0d2, #0095f4);
    background: linear-gradient(90deg, #29d0d2, #0095f4);
    background-color: #0095f4;
    display: block;
    font-weight: 500;
    font-size: .7rem;
    text-transform: uppercase;
}
.our_services p {
  text-align: left;
  padding: 0 15px;
  font-size: 12px;
}
.switch {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 15px;
}
.switch.language-switch+.switch.language-switch {
  margin-left: 0;
}
.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.check-toggle-round-flat + label {
  padding: 2px;
  width: 88px;
  height: 34px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 32px;
  margin: 0;
}
.switch > span {
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
    padding: 8px 0;
    color: #000000;
}
.switch > span.on {
  left: 0;
  padding-left: 2px;
  color: #000;
}

.switch > span.off {
  right: 0;
  padding-right: 4px;
  color: #fff;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: transparent;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 38px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
select#cmbCurrency {
  padding: 2px 10px;
  width: 88px;
  color: #fff;
  font-weight: 500;
  height: 32px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 32px;
}
.serv-cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .8rem;
  color: #374b6e !important;
  height: 42px;
  padding: 0 15px;
}
.cart-nav-item {
  position: relative;
}
.cart-nav-item a.nav-divnk {
  color: #fff;
  position: relative;
  border: 1px solid #fff;
  padding: 4px 5px;
  border-radius: 24px;
  right: 0px;
  display: block;
}
.chosen-container {
  width: 100% !important;
  /* position: relative; */
  left: 0;
  margin: 0 0px 15px 0;
}
.chosen-container a.chosen-single {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  height: 30px !important;
  border: 1px solid #aaa !important;
  background-color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)) !important;
  background-image: linear-gradient(#eee 1%, #fff 15%) !important;
  border-radius: 0 !important;
}
#filterWrapp {
  display: none;
  background-color: #fff;
  padding: 30px 40px;
  margin-top: 42px;
  position: absolute;
  z-index: 10;
  border-radius: 8px;
  width: 32rem;
  border: 1px solid #e2e2e2;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
button#openFilter {
  background: transparent;
  width: 40px;
  height: 40px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.filter-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px 0;
}
button#openFilter img {
  width: 21px;
}
.SumoSelect{
  width: 100% !important;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 36px !important;
  border: 1px solid #ccc !important;
  background-color: #fff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff)) !important;
  background-image: linear-gradient(#eee 1%, #fff 15%) !important;
  border-radius: 5px !important;
  margin: 0;
  line-height: 36px;
  padding: 0 15px;
  color: #000;
  font-size: .75rem;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  width: 30px;
}
button#closeFilter {
  position: absolute;
  right: 2px;
  top: 6px;
  border: 0;
  background: transparent;
}
button#closeFilter img {
  width: 18px;
}
button#closeFilter:hover, button#closeFilter:focus {
  outline: 0px;
}
#filterWrapp label {
  text-transform: uppercase;
  font-size: .8rem;
  margin: 0 0 0 0;
  font-weight: 500;
  letter-spacing: .03rem;
}
.service_price_section .common-btn {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 1;
  padding: 10px 10px;
}
.service_price_section h4.pull-rights {
  font-size: 1.2rem;
  top: 6px;
  position: relative;
}
.service_price_section .common-btn img {
  filter: invert(1);
  width: 21px;
}
.service_price_section .common-btn span {
  display: none;
}
.service_price_section .common-btn:hover {
  padding: 10px 15px;
  background: -webkit-linear-gradient(90deg, #0095f4, #29d0d2);
    background: -o-linear-gradient(90deg, #0095f4, #29d0d2);
    background: -moz-linear-gradient(90deg, #0095f4, #29d0d2);
    background: linear-gradient(90deg, #0095f4, #29d0d2);
    background-color: #0095f4;
}
.service_price_section .common-btn:hover span {
  display: inline-block;
  color: #fff;
}
section.product_section.layout_padding .col-sm-6.col-md-4.col-lg-4 {
  flex: 0 0 49.333333%;
  max-width: 49.333333%;
}
.hover14 figure {
	position: relative;
  margin: 0;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.product_section .box a.option1:hover {
  background: -webkit-linear-gradient(90deg, #0095f4, #29d0d2);
  background: -o-linear-gradient(90deg, #0095f4, #29d0d2);
  background: -moz-linear-gradient(90deg, #0095f4, #29d0d2);
  background: linear-gradient(90deg, #0095f4, #29d0d2);
  background-color: #0095f4;
}
.product_section .box a.option1 span {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .03rem;
}
.get-store-name {
    text-align: center;
    padding-bottom: 25px;
    font-family: 'PT Sans Narrow ', 'sans-serif;';
    font-size:36px;
}
.product_section .box .img-box a {
    display: block;
    width: 100%;
}
/* http://kute-themes.com/html/boutique/html/index.html
https://template.hasthemes.com/noraure/noraure/index.html
https://preview.hasthemes.com/xoss-preview/xoss/index.html */

